/* Custom Headline Style */
@media (min-width: 768px) {
    .custom-margin {
        margin-bottom: 40px !important;
    }
    .text-holder h2.small-headline {
    font-size: 40px;
    }

}

    
/* Blog Detail Styles */

.blog-text-right {
    padding: 0 20px;
}

.blog-text-right.full {
    width: 100%;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.magazine-thumb {
    width: 100%;
    height: auto;
    max-width: 350px;
}

.intro .jumbotron.centered-jumbo {
    bottom: 0;
    right: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	min-width: 100px;
	text-align: left;
	height: 25px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-weight: 300;
	color: #333;
	margin: 0 38px 0 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	content: "\e901";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 5px;
	font-weight: bold;
	color: #000;
}

.jcf-select.jcf-select-filter .jcf-select-text {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
	border: 1px solid #e6e6e6;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
	cursor: pointer;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* custom file input styles */

.jcf-file {
	display: inline-block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 100%;
	cursor: pointer;
	text-align: left;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-file .jcf-fake-input {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
	height: 50px;
	color: #333;
	font-weight: 100;
	font-size: 14px;
	line-height: 50px;
	border: none;
	box-shadow: none;
	padding: 0 19px;
	cursor: pointer;
}

.jcf-file .jcf-upload-button {
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 0 -1px;
	line-height: 50px;
	height: 50px;
	cursor: pointer;
}

.jcf-file .jcf-upload-button:after {
	content: "\f0c6";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #231f20;
	position: absolute;
	top: 50%;
	right: 32px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	font-size: 27px;
}

@font-face {
	font-family: "questrial";
	src: url("../fonts/questrial-regular-webfont.eot");
	src: url("../fonts/questrial-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/questrial-regular-webfont.woff2") format("woff2"), url("../fonts/questrial-regular-webfont.woff") format("woff"), url("../fonts/questrial-regular-webfont.svg#questrialregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?7sd42i");
	src: url("../fonts/icomoon.eot?7sd42i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7sd42i") format("truetype"), url("../fonts/icomoon.woff?7sd42i") format("woff"), url("../fonts/icomoon.svg?7sd42i#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
	content: "\e90e";
}

.icon-st:before {
	content: "\e900";
}

.icon-arrow-down:before {
	content: "\e901";
}

.icon-arrow-up:before {
	content: "\e902";
}

.icon-bag:before {
	content: "\e903";
}

.icon-facebook:before {
	content: "\e904";
}

.icon-heart:before {
	content: "\e905";
}

.icon-ico .path1:before {
	content: "\e906";
	color: white;
}

.icon-ico .path2:before {
	content: "\e907";
	margin-left: -.5751953125em;
	color: white;
}

.icon-ico .path3:before {
	content: "\e908";
	margin-left: -.5751953125em;
	color: #939598;
}

.icon-ico .path4:before {
	content: "\e909";
	margin-left: -.5751953125em;
	color: white;
}

.icon-ico .path5:before {
	content: "\e90a";
	margin-left: -.5751953125em;
	color: white;
}

.icon-instagram:before {
	content: "\e90b";
}

.icon-pinterest:before {
	content: "\e90c";
}

.icon-youtube:before {
	content: "\e90d";
}

.icon-paperclip:before {
	content: "\f0c6";
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

a {
	-webkit-transition: color .3s ease-in-out, width .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
	transition: color .3s ease-in-out, width .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
}

input[type="email"],
input[type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
	-webkit-appearance: none;
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

body {
	font-weight: 500;
}

#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 320px;
	padding: 0 5px 5px;
}

.btn {
	-webkit-transition: color .3s ease-in-out, width .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: color .3s ease-in-out, width .3s ease-in-out, border .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, transform .3s ease-in-out;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
}

.btn.btn-lg {
	padding: 15px 20px;
}

.btn-default:hover {
	background: #000;
	color: #fff;
}

.btn-primary:hover {
	background: #fff;
	color: #000;
}

.bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	cursor: default;
	pointer-events: none;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-cover img {
	width: 100%;
	height: auto;
}

.fade-effect,
.zoom-effect,
.move-effect {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .7s ease-in-out .3s;
	transition: .7s ease-in-out .3s;
}

.fade-effect {
	-webkit-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
}

.move-effect {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
}

.zoom-effect {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition-property: opacity, visibility, -webkit-transform;
	transition-property: opacity, visibility, transform;
}

.in-viewport .fade-effect,
.in-viewport .zoom-effect,
.in-viewport .move-effect {
	opacity: 1;
	visibility: visible;
}

.in-viewport .move-effect {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.in-viewport .zoom-effect {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#login,
#register {
	margin: 0 auto 30px;
	max-width: 540px;
	text-align: center;
	padding: 20px 0 0;
}	

#login h2,
#register h2 {
	font: italic 30px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;

	margin: 0 0 17px;
}

#login label,
#register label {
	display: block;
	text-align: left;
	margin: 0 0 10px;
	font-size: 15px;
}

#login [type="text"],
#login [type="email"],
#login [type="password"],
#register [type="text"],
#register [type="email"],
#register [type="password"] {
	display: block;
	width: 100%;
	line-height: 1.2;
	background: #f2f2f2;
	height: 50px;
	color: #333;
	font-weight: 100;
	font-size: 14px;
	border: none;
	box-shadow: none;
	padding: 0 19px;
	margin: 0 0 17px;
}

#login [type="text"]::-webkit-input-placeholder,
#login [type="email"]::-webkit-input-placeholder,
#login [type="password"]::-webkit-input-placeholder,
#register [type="text"]::-webkit-input-placeholder,
#register [type="email"]::-webkit-input-placeholder,
#register [type="password"]::-webkit-input-placeholder {
	color: #333;
}

#login [type="text"]::-moz-placeholder,
#login [type="email"]::-moz-placeholder,
#login [type="password"]::-moz-placeholder,
#register [type="text"]::-moz-placeholder,
#register [type="email"]::-moz-placeholder,
#register [type="password"]::-moz-placeholder {
	opacity: 1;
	color: #333;
}

#login [type="text"]:-moz-placeholder,
#login [type="email"]:-moz-placeholder,
#login [type="password"]:-moz-placeholder,
#register [type="text"]:-moz-placeholder,
#register [type="email"]:-moz-placeholder,
#register [type="password"]:-moz-placeholder {
	color: #333;
}

#login [type="text"]:-ms-input-placeholder,
#login [type="email"]:-ms-input-placeholder,
#login [type="password"]:-ms-input-placeholder,
#register [type="text"]:-ms-input-placeholder,
#register [type="email"]:-ms-input-placeholder,
#register [type="password"]:-ms-input-placeholder {
	color: #333;
}

#login [type="text"].placeholder,
#login [type="email"].placeholder,
#login [type="password"].placeholder,
#register [type="text"].placeholder,
#register [type="email"].placeholder,
#register [type="password"].placeholder {
	color: #333;
}

#login [type="submit"],
#register [type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid #231f20;
	white-space: nowrap;
	padding: 11px 34px;
	font-size: 15px;
	line-height: 1.2;
	border-radius: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #231f20;
	text-shadow: none;
	outline: none !important;
	box-shadow: none !important;
}

#login [type="submit"]:hover,
#register [type="submit"]:hover {
	background: #fff;
	color: #000;
	border-color: #000;
}

.page-generic-subpage {
	text-align: center;
	padding: 50px 0;
	min-height: 50vh;
	background: #efefef;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-generic-subpage h1 {
	margin: 0 0 20px;
	font-size: 18px;
}

.page-generic-subpage p {
	margin: 0;
}

.page-generic-subpage .body-content {
    font-weight: 300;
    line-height: 1.55;
}
.pagecontent {
	padding: 50px 0;
}

.pagecontent h1 {
	text-align: center;
	margin: 0 0 25px;
}

.sort-by {
	margin: 0 0 15px;
}

.sort-by label {
	margin: 0;
	display: inline-block;
	max-width: 100%;
	margin: 2px 9px 0 0;
	font-weight: bold;
}

.sort-by .jcf-select-text {
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
}

.checkout-buttons {
	padding: 20px 0;
}

.checkout-buttons label {
	display: block;
	margin: 0 0 10px;
}

.checkout-buttons textarea {
	resize: none;
	width: 100%;
}

.shopify-cart {
	margin: 0 auto;
	max-width: 1245px;
}

.shopify-cart [type="text"] {
	display: block;
	width: 100%;
	line-height: 1.2;
	border-radius: 0;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	height: 30px;
	color: #333;
	font-weight: 100;
	font-size: 14px;
	padding: 0 19px;
	outline: none;
	box-shadow: none;
}

.shopify-cart [type="submit"] {
	outline: none !important;
	box-shadow: none !important;
}

.shopify-cart [type="submit"]:hover {
	background: #fff;
	color: #000;
	border-color: #000;
}

.product-image {
	margin: 0 0 10px;
	text-align: center;
}

.product-image img {
	display: inline-block;
	width: 30px;
	height: auto;
}

.shopify-cart .prd,
.shopify-cart .prc,
.shopify-cart .rmv,
.shopify-cart .qty {
	font-size: 10px;
}

.errors {
	padding: 10px 0;
}

.errors ul {
	margin: 0;
	padding: 0;
}

.cart_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.loading .loader-box {
	visibility: visible;
	opacity: 1;
}

.loader-box {
	-webkit-transition: visibility .6s cubic-bezier(.2, .4, .7, 1), opacity .6s cubic-bezier(.2, .4, .7, 1);
	transition: visibility .6s cubic-bezier(.2, .4, .7, 1), opacity .6s cubic-bezier(.2, .4, .7, 1);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #231f20;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
}

.loader {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	-webkit-animation: loader .4s ease alternate infinite;
	animation: loader .4s ease alternate infinite;
	-webkit-animation-delay: .36s;
	animation-delay: .36s;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0;
}

.loader:after,
.loader:before {
	width: 25px;
	height: 25px;
	content: "";
	position: absolute;
	border-radius: 50%;
	-webkit-animation: loader .4s ease alternate infinite;
	animation: loader .4s ease alternate infinite;
}

.loader:before {
	left: -40px;
	-webkit-animation-delay: .18s;
	animation-delay: .18s;
}

.loader:after {
	right: -40px;
	-webkit-animation-delay: .54s;
	animation-delay: .54s;
}

.header-holder {
	position: relative;
}

#header {
	-webkit-transition: background .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, border .3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 320px;
	padding: 10px 0;
	background: #fff;
	color: #000;
	z-index: 100;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.navbar-brand {
	-webkit-transition: -webkit-transform .3s ease-in-out, visibility .3s ease-in-out;
	transition: transform .3s ease-in-out, visibility .3s ease-in-out;
	display: block;
	margin: 0 auto;
}

.navbar-brand:hover {
	text-decoration: none;
}

.navbar-brand img {
	display: block;
	width: 100%;
	height: auto;
}

.camel-logo {
	width: 40px;
}

.simple-logo {
	display: none;
}

.simple-logo .name {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	text-align: center;
	padding: 10px 0 0;
	letter-spacing: 1px;
}

.navbar-collapse {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 1px solid #000;
	background: #fff;
}

.drop-area {
	padding: 10px 0;
}

.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-flex: 2;
	-webkit-flex-grow: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.navbar-nav > li.open > a,
.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
	background: #efefef;
	color: #fff;
}

.navbar-nav > li.open > a:after,
.navbar-nav > li:hover > a:after,
.navbar-nav > li.active > a:after {
	width: calc(100% + 8px);
}

.navbar-nav > li > a {
	color: currentColor;
	text-decoration: none;
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 5px 0;
}

.navbar-nav .dropdown {
	position: static;
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none;
	padding: 10px 0;
	box-shadow: none;
	margin: 0 0 10px;
	background: #f1f2f2;
	border: none;
	border-radius: 0;
	z-index: -1;
}

.navbar-nav .dropdown-menu .container {
	max-width: 1000px;
}

.category-box {
	margin: 0 0 15px;
	color: #000;
}

.category-box h2 {
	font: italic 16px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	font-weight: 600;
	padding: 0 0 10px;
	border-bottom: 1px solid #dbdddd;
	margin: 0 0 15px;
}

.category-box ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: 100;
}

.category-box li {
	position: relative;
}

.category-box li:not(:last-child) {
	margin: 0 0 10px;
}

.category-box a {
	color: currentColor;
	text-decoration: none;
	position: relative;
}

.category-box a:after {
	-webkit-transition: width .3s cubic-bezier(.1, .3, .5, 1.8);
	transition: width .3s cubic-bezier(.1, .3, .5, 1.8);
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #000;
}

.category-box a:hover:after {
	width: calc(100% + 12px);
}

.socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 21px;
	margin: 10px 0 0;
}

.socials li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.socials li:not(:last-child) {
	margin: 0 19px 0 0;
}

.socials a {
	color: currentColor;
	display: block;
	text-decoration: none;
}

.socials a:hover {
	color: #ccc;
}

.socials .value {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin: 6px 0 0 7px;
}

.nav-opener {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 15px;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 3px 0 0;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #000;
	position: absolute;
	top: 19px;
	left: 10%;
	right: 10%;
	height: 1px;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 13px;
}

.nav-opener:after {
	top: 25px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 19px;
	left: 10%;
	right: 10%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#footer {
	position: relative;
	background: #231f20;
	padding: 10px 0 20px;
}

.footer-info {
	margin: 0 0 20px;
	text-align: center;
}

.footer-info .logo-holder {
	width: 160px;
	margin: 0 auto 10px;
}

.footer-info .logo-holder img {
	max-width: 100%;
}

.footer-info .title {
	display: block;
	font: 300 12px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
}

.footer-nav {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 300 12px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0 0 25px;
}

.footer-nav li {
	position: relative;
}

.footer-nav li:not(:last-child) {
	margin: 0 0 14px;
}

.footer-nav a {
	color: currentColor;
	text-decoration: none;
}

.footer-nav a:hover {
	color: #ccc;
}

.address {
	position: relative;
	font-weight: 300;
	color: #bcbec0;
	font-size: 14px;
	margin: 0 0 25px;
}

.address .address-row {
	display: block;
}

.address .address-row:not(:last-child) {
	margin: 0 0 7px;
}

.address .address-row.divider {
	display: block;
	margin: 0 0 33px;
}

.address .title {
	margin: 0 0 7px;
}

.address a {
	color: currentColor;
	text-decoration: none;
}

.address a:hover {
	color: #fff;
}

.subscribe-form {
	font-size: 14px;
	line-height: 1.7;
	color: #bcbec0;
}

.subscribe-form .title {
	margin: 0 0 4px;
}

.subscribe-form p {
	margin: 0 0 18px;
}

.subscribe-form .form-control {
	font-size: 14px;
	border: none;
	background: #58595b;
	color: #bcbec0;
	padding: 10px 17px;
	height: 40px;
	margin: 0 0 21px;
}

.subscribe-form .form-control::-webkit-input-placeholder {
	color: #bcbec0;
}

.subscribe-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #bcbec0;
}

.subscribe-form .form-control:-moz-placeholder {
	color: #bcbec0;
}

.subscribe-form .form-control:-ms-input-placeholder {
	color: #bcbec0;
}

.subscribe-form .form-control.placeholder {
	color: #bcbec0;
}

.subscribe-form .subtitle {
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
	letter-spacing: 2px;
}

.subscribe-form .subtitle:hover {
	color: #ccc;
}

.copyright {
	font-size: 11px;
	font-weight: 100;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 0 15px;
}

.copyright .copyght-text {
	display: block;
	margin: 0 0 10px;
}

.copyright ul {
	margin: 0;
	padding: 0;
}

.copyright li {
	position: relative;
}

.copyright li:not(:last-child) {
	margin: 0 0 5px;
}

.copyright a {
	color: currentColor;
	text-decoration: none;
}

.copyright a:hover {
	color: #ccc;
}

.social-elements {
	margin: 0;
	padding: 0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-elements li {
	position: relative;
}

.social-elements li:not(:last-child) {
	margin: 0 20px 0 0;
}

.social-elements a {
	color: currentColor;
	display: block;
	text-decoration: none;
}

.social-elements a:hover {
	color: #e7be04;
}

.social-elements .path1:before,
.social-elements .path2:before,
.social-elements .path4:before,
.social-elements .path5:before {
	color: currentColor;
}

.social-elements [class*="icon-"] {
	font-size: 20px;
}

.intro {
	position: relative;
	z-index: 1;
	height: 80vw;
}

.intro .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.intro .slide.active {
	z-index: 2;
}

.intro.not-enough-slides .btn-prev,
.intro.not-enough-slides .btn-next {
	visibility: hidden;
}

.intro .btn-prev,
.intro .btn-next {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 5;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.intro .btn-next {
	border: none;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	left: auto;
	right: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.intro .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .35);
	z-index: -1;
}
.intro .overlay.light {
    background: rgba(0,0,0, .2);
}
.intro .jumbotron {
	position: absolute;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	margin: 0;
	bottom: 20%;
	left: 0;
	right: 0;
}

.intro h1 {
	font: italic 30px/1 "Didot 96 A", "Didot 96 B","linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	margin: 0 0 20px;
}

.intro h2 {
	font: italic 30px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 10px;
}

.intro h3 {
	font: italic 30px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 10px;
}

.intro p {
	margin: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
}

.intro p:not(:last-child) {
	margin: 0 0 20px;
}

.js-popup-video {
	-webkit-transition: visibility .5s ease-in-out,
	opacity .5s ease-in-out;
	transition: visibility .5s ease-in-out,
	opacity .5s ease-in-out;
	z-index: 10;
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.js-popup-video.active {
	opacity: 1;
	visibility: visible;
	z-index: 20;
}

.js-popup-video.active .closer {
	opacity: 1;
	visibility: visible;
}

.js-popup-video .closer {
	width: 30px;
	height: 30px;
	-webkit-transition: visibility .3s ease-in-out,
	opacity .3s ease-in-out,
	color .3s ease-in-out;
	transition: visibility .3s ease-in-out,
	opacity .3s ease-in-out,
	color .3s ease-in-out;
	z-index: 999;
	opacity: 0;
	text-indent: -9999px;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	top: 50px;
	right: 20px;
	cursor: pointer;
	color: #fff;
}

.js-popup-video .closer:before,
.js-popup-video .closer:after {
	width: 100%;
	height: 8px;
	content: "";
	background: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.js-popup-video .closer:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.js-popup-video iframe,
.js-popup-video video {
	position: absolute;
	top: 0;
	left: 0;
}

.info {
	position: relative;
}

.info .thumbnail {
	height: 80vw;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	position: relative;
	background: #000;
	z-index: 1;
	border: none;
	margin: 0;
}

.info .thumbnail:hover {
	background: #c53b6a;
}

.info .thumbnail:hover .bg-cover {
	opacity: .3;
}

.info .thumbnail:nth-child(1) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, -webkit-transform .7s ease-in-out .3s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, transform .7s ease-in-out .3s;
}

.info .thumbnail:nth-child(2) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, -webkit-transform .7s ease-in-out .6s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, transform .7s ease-in-out .6s;
}

.info .thumbnail:nth-child(3) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, -webkit-transform .7s ease-in-out .9s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, transform .7s ease-in-out .9s;
}

.info .thumbnail:nth-child(4) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.2s, visibility .7s ease-in-out 1.2s, -webkit-transform .7s ease-in-out 1.2s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.2s, visibility .7s ease-in-out 1.2s, transform .7s ease-in-out 1.2s;
}

.info .thumbnail:nth-child(5) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.5s, visibility .7s ease-in-out 1.5s, -webkit-transform .7s ease-in-out 1.5s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.5s, visibility .7s ease-in-out 1.5s, transform .7s ease-in-out 1.5s;
}

.info .thumbnail:nth-child(6) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.8s, visibility .7s ease-in-out 1.8s, -webkit-transform .7s ease-in-out 1.8s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.8s, visibility .7s ease-in-out 1.8s, transform .7s ease-in-out 1.8s;
}

.info .thumbnail:nth-child(7) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 2.1s, visibility .7s ease-in-out 2.1s, -webkit-transform .7s ease-in-out 2.1s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 2.1s, visibility .7s ease-in-out 2.1s, transform .7s ease-in-out 2.1s;
}

.info .thumbnail:nth-child(8) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 2.4s, visibility .7s ease-in-out 2.4s, -webkit-transform .7s ease-in-out 2.4s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 2.4s, visibility .7s ease-in-out 2.4s, transform .7s ease-in-out 2.4s;
}

.info .thumbnail:nth-child(9) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 2.7s, visibility .7s ease-in-out 2.7s, -webkit-transform .7s ease-in-out 2.7s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 2.7s, visibility .7s ease-in-out 2.7s, transform .7s ease-in-out 2.7s;
}

.info .thumbnail:nth-child(10) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 3s, visibility .7s ease-in-out 3s, -webkit-transform .7s ease-in-out 3s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 3s, visibility .7s ease-in-out 3s, transform .7s ease-in-out 3s;
}

.info .narrow {
	height: 100%;
}

.info h2 {
	font: italic 23px/1 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 15px;
}

.info .text-holder {
	position: absolute;
	bottom: 28%;
	left: 0;
	right: 0;
	padding: 0 15px;
}

.info .bg-cover {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	opacity: .8;
}

.post-info {
	position: relative;
	text-align: center;
}

.post-info .info-area {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #fff;
	min-height: 52vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-info .text-holder {
	padding: 30px 15px;
	margin: 0 auto;
	max-width: 700px;
}

.post-info .bg-area {
	display: none;
}

.post-info .bg-area .bg-cover {
	opacity: .8;
}

.post-info h2 {
	font: italic 30px/1 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 10px;
}

.post-info .title {
	font: 12px/1 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	color: #231f20;
	text-transform: uppercase;
	display: block;
	letter-spacing: 3px;
	margin: 0 0 15px;
}

.post-info .date {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

.post-info .date:before {
	content: "|";
	position: absolute;
	top: 0;
	left: 0;
}

.post-info p {
	font-size: 12px;
	line-height: 2.7;
	font-weight: 300;
	margin: 0 0 20px;
	text-transform: uppercase;
}

.post-info .logo-img {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px;
}

.post-info .btn {
	min-width: 200px;
}

.post-info blockquote {
	border: none;
	margin: 0;
	padding: 0;
	font: italic 20px/1.15 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

}

.post-info q {
	display: block;
	margin: 0 0 15px;
}

.post-info cite {
	font-style: normal;
	text-transform: uppercase;
	color: #231f20;
	font-size: 12px;
	display: block;
	letter-spacing: 3px;
}

.insta-posts {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.insta-posts .thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	height: 50vw;
	position: relative;
	background: #c53b6a;
	z-index: 1;
	border: none;
	margin: 0;
}

.insta-posts .thumbnail:hover .bg-cover {
	opacity: .3;
}

.insta-posts .thumbnail:hover .icon-heart:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.insta-posts .thumbnail:nth-child(1) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .1s, visibility .7s ease-in-out .1s, -webkit-transform .7s ease-in-out .1s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .1s, visibility .7s ease-in-out .1s, transform .7s ease-in-out .1s;
}

.insta-posts .thumbnail:nth-child(2) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .2s, visibility .7s ease-in-out .2s, -webkit-transform .7s ease-in-out .2s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .2s, visibility .7s ease-in-out .2s, transform .7s ease-in-out .2s;
}

.insta-posts .thumbnail:nth-child(3) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, -webkit-transform .7s ease-in-out .3s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, transform .7s ease-in-out .3s;
}

.insta-posts .thumbnail:nth-child(4) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .4s, visibility .7s ease-in-out .4s, -webkit-transform .7s ease-in-out .4s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .4s, visibility .7s ease-in-out .4s, transform .7s ease-in-out .4s;
}

.insta-posts .thumbnail:nth-child(5) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .5s, visibility .7s ease-in-out .5s, -webkit-transform .7s ease-in-out .5s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .5s, visibility .7s ease-in-out .5s, transform .7s ease-in-out .5s;
}

.insta-posts .thumbnail:nth-child(6) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, -webkit-transform .7s ease-in-out .6s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, transform .7s ease-in-out .6s;
}

.insta-posts .thumbnail:nth-child(7) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .7s, visibility .7s ease-in-out .7s, -webkit-transform .7s ease-in-out .7s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .7s, visibility .7s ease-in-out .7s, transform .7s ease-in-out .7s;
}

.insta-posts .thumbnail:nth-child(8) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .8s, visibility .7s ease-in-out .8s, -webkit-transform .7s ease-in-out .8s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .8s, visibility .7s ease-in-out .8s, transform .7s ease-in-out .8s;
}

.insta-posts .thumbnail:nth-child(9) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, -webkit-transform .7s ease-in-out .9s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, transform .7s ease-in-out .9s;
}

.insta-posts .thumbnail:nth-child(10) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1s, visibility .7s ease-in-out 1s, -webkit-transform .7s ease-in-out 1s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1s, visibility .7s ease-in-out 1s, transform .7s ease-in-out 1s;
}

.insta-posts .bg-cover {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	left: -1px;
	right: -1px;
}

.insta-posts .icon-instagram {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.insta-posts .icon-instagram:hover {
	color: #000;
}

.insta-posts .icon-heart {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 33px;
	text-decoration: none;
}

.insta-posts .icon-heart:before {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.filter-list {
	position: relative;
	padding: 10px 15px;
	text-align: center;
	color: #000;
	background: #f1f2f2;
}

.filter-list ul {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.filter-list li {
	display: inline-block;
	vertical-align: top;
}

.filter-list li:not(:last-child) {
	margin: 0 5px 5px;
}

.filter-list li.active a,
.filter-list li:hover a {
	text-decoration: underline;
}

.filter-list a {
	color: currentColor;
}

.filter-topic {
	background: #f1f2f2;
	padding: 10px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.filter-topic .input-holder {
	position: relative;
	padding: 0 10px 0 32px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
}

.filter-topic .form-control {
	width: 100%;
	border: none;
	background: none;
	box-shadow: none;
	height: 25px;
	padding: 0;
}

.filter-topic .form-control::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}

.filter-topic .form-control::-moz-placeholder {
	opacity: 1;
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}

.filter-topic .form-control:-moz-placeholder {
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}

.filter-topic .form-control:-ms-input-placeholder {
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}

.filter-topic .form-control.placeholder {
	color: #333;
	font-weight: 300;
	text-transform: uppercase;
}

.filter-topic .icon-search {
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.filter-boxes {
	position: relative;
	height: auto !important;
}

.filter-boxes .thumbnail {
	text-align: center;
	border: none;
	margin: 0 0 15px;
}

.filter-boxes .thumbnail:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.filter-boxes .thumbnail:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.filter-boxes .thumbnail:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.filter-boxes .thumbnail:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.filter-boxes .thumbnail:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.filter-boxes .thumbnail:nth-child(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.filter-boxes .thumbnail:nth-child(7) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.filter-boxes .thumbnail:nth-child(8) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.filter-boxes .thumbnail:nth-child(9) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.filter-boxes .thumbnail:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.filter-boxes .img-holder {
	z-index: 1;
	position: relative;
	height: 80vw;
	margin: 0 0 10px;
	background: #000;
	display: block;
	text-decoration: none;
}

.filter-boxes .img-holder:hover {
	background: #c53b6a;
}

.filter-boxes .img-holder:hover .bg-cover {
	opacity: .3;
}

.filter-boxes .img-holder:hover .btn {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.filter-boxes .img-holder .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}

.filter-boxes .bg-cover {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	left: -1px;
	right: -1px;
	opacity: .8;
}

.filter-boxes .caption {
	padding: 0 10px;
	font-size: 12px;
	letter-spacing: 2px;
}

.filter-boxes p {
	margin: 0 0 8px;
	text-transform: uppercase;
}

.filter-boxes .name {
	display: block;
	color: #231f20;
	font-size: 14px;
	margin: 0 0 10px;
	letter-spacing: 0;
}

.filter-boxes .value {
	display: block;
	font: italic 16px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	color: #231f20;
	margin: 0;
}

.page-nav {
	position: relative;
	padding: 10px 15px;
	color: #000;
	background: #f1f2f2;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 100;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.page-nav .back {
	color: #808080;
}

.breadcrumb {
	color: #808080;
	margin: 0 0 10px;
}

.breadcrumb a {
	color: currentColor;
}

.breadcrumb > li + li:before {
	padding: 0;
}

.visual-boxes .thumbnail {
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	border: none;
	position: relative;
	height: 80vw;
	background: #000;
	z-index: 1;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

.visual-boxes .thumbnail:hover {
	background: #c53b6a;
}

.visual-boxes .thumbnail:hover .bg-cover {
	opacity: .3;
}

.visual-boxes .thumbnail:nth-child(1) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .1s, visibility .7s ease-in-out .1s, -webkit-transform .7s ease-in-out .1s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .1s, visibility .7s ease-in-out .1s, transform .7s ease-in-out .1s;
}

.visual-boxes .thumbnail:nth-child(2) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .2s, visibility .7s ease-in-out .2s, -webkit-transform .7s ease-in-out .2s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .2s, visibility .7s ease-in-out .2s, transform .7s ease-in-out .2s;
}

.visual-boxes .thumbnail:nth-child(3) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, -webkit-transform .7s ease-in-out .3s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, transform .7s ease-in-out .3s;
}

.visual-boxes .thumbnail:nth-child(4) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .4s, visibility .7s ease-in-out .4s, -webkit-transform .7s ease-in-out .4s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .4s, visibility .7s ease-in-out .4s, transform .7s ease-in-out .4s;
}

.visual-boxes .thumbnail:nth-child(5) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .5s, visibility .7s ease-in-out .5s, -webkit-transform .7s ease-in-out .5s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .5s, visibility .7s ease-in-out .5s, transform .7s ease-in-out .5s;
}

.visual-boxes .thumbnail:nth-child(6) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, -webkit-transform .7s ease-in-out .6s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, transform .7s ease-in-out .6s;
}

.visual-boxes .thumbnail:nth-child(7) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .7s, visibility .7s ease-in-out .7s, -webkit-transform .7s ease-in-out .7s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .7s, visibility .7s ease-in-out .7s, transform .7s ease-in-out .7s;
}

.visual-boxes .thumbnail:nth-child(8) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .8s, visibility .7s ease-in-out .8s, -webkit-transform .7s ease-in-out .8s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .8s, visibility .7s ease-in-out .8s, transform .7s ease-in-out .8s;
}

.visual-boxes .thumbnail:nth-child(9) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, -webkit-transform .7s ease-in-out .9s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, transform .7s ease-in-out .9s;
}

.visual-boxes .thumbnail:nth-child(10) {
	-webkit-transition: background .1s ease-in-out, opacity .7s ease-in-out 1s, visibility .7s ease-in-out 1s, -webkit-transform .7s ease-in-out 1s;
	transition: background .1s ease-in-out, opacity .7s ease-in-out 1s, visibility .7s ease-in-out 1s, transform .7s ease-in-out 1s;
}

.visual-boxes .thumbnail a {
	text-decoration: none;
	display: block;
	height: 100%;
	color: currentColor;
}

.visual-boxes .center-box {
	position: absolute;
	bottom: 28%;
	left: 0;
	right: 0;
	padding: 0 15px;
}

.visual-boxes h2 {
	font: italic 23px/1 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 15px;
}

.visual-boxes h3 {
	font: italic 20px/1 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0;
}

.visual-boxes .logo-img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.visual-boxes .bg-cover {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	left: -1px;
	right: -1px;
	opacity: .8;
}

.shop-boxes .thumbnail {
	display: block;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
	border: none;
	position: relative;
	height: 80vw;
	z-index: 1;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #000;
}

.shop-boxes .thumbnail:hover {
	background: #c53b6a;
}

.shop-boxes .thumbnail:hover .bg-cover {
	opacity: .3;
}

.shop-boxes .thumbnail:nth-child(1) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .1s, visibility .7s ease-in-out .1s, -webkit-transform .7s ease-in-out .1s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .1s, visibility .7s ease-in-out .1s, transform .7s ease-in-out .1s;
}

.shop-boxes .thumbnail:nth-child(2) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .2s, visibility .7s ease-in-out .2s, -webkit-transform .7s ease-in-out .2s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .2s, visibility .7s ease-in-out .2s, transform .7s ease-in-out .2s;
}

.shop-boxes .thumbnail:nth-child(3) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, -webkit-transform .7s ease-in-out .3s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .3s, visibility .7s ease-in-out .3s, transform .7s ease-in-out .3s;
}

.shop-boxes .thumbnail:nth-child(4) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .4s, visibility .7s ease-in-out .4s, -webkit-transform .7s ease-in-out .4s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .4s, visibility .7s ease-in-out .4s, transform .7s ease-in-out .4s;
}

.shop-boxes .thumbnail:nth-child(5) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .5s, visibility .7s ease-in-out .5s, -webkit-transform .7s ease-in-out .5s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .5s, visibility .7s ease-in-out .5s, transform .7s ease-in-out .5s;
}

.shop-boxes .thumbnail:nth-child(6) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, -webkit-transform .7s ease-in-out .6s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .6s, visibility .7s ease-in-out .6s, transform .7s ease-in-out .6s;
}

.shop-boxes .thumbnail:nth-child(7) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .7s, visibility .7s ease-in-out .7s, -webkit-transform .7s ease-in-out .7s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .7s, visibility .7s ease-in-out .7s, transform .7s ease-in-out .7s;
}

.shop-boxes .thumbnail:nth-child(8) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .8s, visibility .7s ease-in-out .8s, -webkit-transform .7s ease-in-out .8s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .8s, visibility .7s ease-in-out .8s, transform .7s ease-in-out .8s;
}

.shop-boxes .thumbnail:nth-child(9) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, -webkit-transform .7s ease-in-out .9s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out .9s, visibility .7s ease-in-out .9s, transform .7s ease-in-out .9s;
}

.shop-boxes .thumbnail:nth-child(10) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1s, visibility .7s ease-in-out 1s, -webkit-transform .7s ease-in-out 1s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1s, visibility .7s ease-in-out 1s, transform .7s ease-in-out 1s;
}

.shop-boxes .thumbnail:nth-child(11) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.1s, visibility .7s ease-in-out 1.1s, -webkit-transform .7s ease-in-out 1.1s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.1s, visibility .7s ease-in-out 1.1s, transform .7s ease-in-out 1.1s;
}

.shop-boxes .thumbnail:nth-child(12) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.2s, visibility .7s ease-in-out 1.2s, -webkit-transform .7s ease-in-out 1.2s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.2s, visibility .7s ease-in-out 1.2s, transform .7s ease-in-out 1.2s;
}

.shop-boxes .thumbnail:nth-child(13) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.3s, visibility .7s ease-in-out 1.3s, -webkit-transform .7s ease-in-out 1.3s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.3s, visibility .7s ease-in-out 1.3s, transform .7s ease-in-out 1.3s;
}

.shop-boxes .thumbnail:nth-child(14) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.4s, visibility .7s ease-in-out 1.4s, -webkit-transform .7s ease-in-out 1.4s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.4s, visibility .7s ease-in-out 1.4s, transform .7s ease-in-out 1.4s;
}

.shop-boxes .thumbnail:nth-child(15) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.5s, visibility .7s ease-in-out 1.5s, -webkit-transform .7s ease-in-out 1.5s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.5s, visibility .7s ease-in-out 1.5s, transform .7s ease-in-out 1.5s;
}

.shop-boxes .thumbnail:nth-child(16) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.6s, visibility .7s ease-in-out 1.6s, -webkit-transform .7s ease-in-out 1.6s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.6s, visibility .7s ease-in-out 1.6s, transform .7s ease-in-out 1.6s;
}

.shop-boxes .thumbnail:nth-child(17) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.7s, visibility .7s ease-in-out 1.7s, -webkit-transform .7s ease-in-out 1.7s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.7s, visibility .7s ease-in-out 1.7s, transform .7s ease-in-out 1.7s;
}

.shop-boxes .thumbnail:nth-child(18) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.8s, visibility .7s ease-in-out 1.8s, -webkit-transform .7s ease-in-out 1.8s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.8s, visibility .7s ease-in-out 1.8s, transform .7s ease-in-out 1.8s;
}

.shop-boxes .thumbnail:nth-child(19) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 1.9s, visibility .7s ease-in-out 1.9s, -webkit-transform .7s ease-in-out 1.9s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 1.9s, visibility .7s ease-in-out 1.9s, transform .7s ease-in-out 1.9s;
}

.shop-boxes .thumbnail:nth-child(20) {
	-webkit-transition: background .3s ease-in-out, opacity .7s ease-in-out 2s, visibility .7s ease-in-out 2s, -webkit-transform .7s ease-in-out 2s;
	transition: background .3s ease-in-out, opacity .7s ease-in-out 2s, visibility .7s ease-in-out 2s, transform .7s ease-in-out 2s;
}

.shop-boxes .thumbnail a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: currentColor;
	display: block;
}

.shop-boxes .center-box {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	padding: 0 15px;
}

.shop-boxes h2 {
	font: italic 20px/1 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0;
}

.shop-boxes .bg-cover {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	left: -1px;
	right: -1px;
	opacity: .8;
}

.story-box {
	position: relative;
	text-align: center;
}

.story-box .map-holder {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #f0f0f0;
	height: 300px;
}

.story-box .info-area {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #231f20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.story-box .text-holder {
	padding: 30px 15px;
	margin: 0 auto;
	max-width: 800px;
}

.story-box .bg-area {
	display: none;
}

.story-box p {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 300;
	margin: 0 0 15px;
}

.story-box blockquote {
	border: none;
	margin: 0 0 13px;
	padding: 0;
	
	font: italic 20px/1.15 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

}

.story-box q {
	display: block;
	margin: 0;
}

.add-to-cart {
	position: relative;
	padding: 15px 0 0;
	margin: 0 0 20px;
}

.vertical-carousel {
	z-index: 2;
	position: relative;
	width: 250px;
	margin: 0 auto;
}

.vertical-carousel .vertical-mask {
	position: relative;
	overflow: hidden;
}

.vertical-carousel .slide-box {
	float: left;
}

.vertical-carousel .slide-box.active .bg-cover,
.vertical-carousel .slide-box:hover .bg-cover {
	opacity: .4;
}

.vertical-carousel .inner-area {
	width: 50px;
	height: 50px;
	background: #c53b6a;
	position: relative;
	z-index: 1;
}

.vertical-carousel .vertical-prev,
.vertical-carousel .vertical-next {
	position: absolute;
	top: 50%;
	left: -35px;
	z-index: 2;
	color: #000;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	text-decoration: none;
}

.vertical-carousel .vertical-prev:hover,
.vertical-carousel .vertical-next:hover {
	color: #ccc;
}

.vertical-carousel .vertical-next {
	left: auto;
	right: -35px;
}

.vertical-carousel .bg-cover {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.slideshow {
	position: relative;
}

.slideshow .slideset {
	height: 90vw;
	position: relative;
	margin: 0 0 10px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.product-info {
	overflow: hidden;
}

.product-info .product-topic {
	text-align: center;
	margin: 0 0 41px;
}

.product-info h2 {
	font: italic 30px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 5px;
}

.product-info .price {
	font: 29px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	display: block;
	margin: 0 0 15px;
}

.product-info .price.custom-currrency:before {
	content: "$";
	font-size: 30px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 -10px;
}

.product-info sub {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 4px;
}

.product-info small {
	font-size: 15px;
	font-style: italic;
	font-weight: 100;
	text-transform: uppercase;
	color: #808080;
	text-transform: uppercase;
	display: block;
}

.add-form {
	margin: 0 0 30px;
}

.add-form label {
	display: block;
	color: #231f20;
	font: italic 14px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.add-form [class*="col-"] {
	margin: 0 0 15px;
}

.add-form .selector-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 0 15px;
}

.add-form .selector-wrapper ~ .jcf-select {
	display: none !important;
}

.add-form .jcf-select {
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	height: 47px;
}

.add-form .jcf-select .jcf-select-text {
	font-size: 16px;
	line-height: 49px;
	color: #231f20;
}

.add-form .jcf-select .jcf-select-opener {
	width: 45px;
}

.add-form .jcf-select .jcf-select-opener:after {
	font-size: 10px;
	line-height: 50px;
	color: #6c6c6c;
}

.add-form .btn {
	margin: 15px 0 0;
}

.add-form .backordered {
	padding: 30px 0 0;
	font-size: 16px;
	display: block;
	color: #ec1c24;
	font-weight: 300;
	font-style: italic;
	text-align: right;
}

.tech-info {
	font-weight: 100;
	line-height: 1.6;
	text-align: center;
}

.tech-info h3 {
	text-align: center;
	margin: 0 0 7px;
	font: italic 30px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

}

.tech-info p {
	margin: 0;
}

.tech-info p:not(:last-child) {
	margin: 0 0 15px;
}

.nav-tabs {
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
	font-weight: 300;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.nav-tabs > li {
	float: none;
	display: block;
	margin: 0 0 5px;
}

.nav-tabs > li.active > a {
	text-decoration: underline;
}

.nav-tabs > li > a {
	display: block;
	color: #333;
	border: none !important;
	margin: 0;
	border-radius: 0;
}

.also h2 {
	font: italic 25px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	text-align: center;
	margin: 0 0 20px;
}

.careers {
	position: relative;
	padding: 20px 0 0;
	margin: 0 0 30px;
}

.careers .title {
	margin: 0 auto 40px;
	max-width: 780px;
	text-align: center;
	color: #231f20;
	font-size: 12px;
	line-height: 1.6;
}

.careers .title p {
	text-transform: uppercase;
	margin: 0 0 10px;
}

.careers h2 {
	font: italic 30px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 17px;
}

.careers-form {
	margin: 0 auto;
	max-width: 540px;
	text-align: center;
}

.careers-form .form-row {
	margin: 0 0 17px;
}

.careers-form .form-row:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.careers-form .form-row:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.careers-form .form-row:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.careers-form .form-row:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.careers-form .form-row:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.careers-form .form-row:nth-child(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.careers-form .form-row:nth-child(7) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.careers-form .form-row:nth-child(8) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.careers-form .form-row:nth-child(9) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.careers-form .form-row:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.careers-form .form-control {
	background: #f2f2f2;
	height: 50px;
	color: #333;
	font-weight: 100;
	font-size: 14px;
	border: none;
	box-shadow: none;
	padding: 0 19px;
}

.careers-form .form-control::-webkit-input-placeholder {
	color: #333;
}

.careers-form .form-control::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.careers-form .form-control:-moz-placeholder {
	color: #333;
}

.careers-form .form-control:-ms-input-placeholder {
	color: #333;
}

.careers-form .form-control.placeholder {
	color: #333;
}

.careers-form textarea.form-control {
	padding: 18px 19px;
	height: 150px;
	resize: none;
}

.careers-form .jcf-select {
	height: 50px;
	width: 100%;
	background: #f2f2f2;
}

.careers-form .jcf-select .jcf-select-text {
	font-weight: 100;
	margin: 0 38px 0 19px;
	line-height: 50px;
}

.careers-form .jcf-select .jcf-select-opener {
	width: 26px;
}

.careers-form .jcf-select .jcf-select-opener:after {
	position: absolute;
	top: 50%;
	right: 28px;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: 100;
}

.careers-form .robot-img {
	display: inline-block;
	vertical-align: top;
	margin: 9px 0 21px;
}

.directions {
	position: relative;
}

.directions .map-holder {
	background: #ccc;
	height: 200px;
}

.directions-info {
	background: #ec1c24;
	text-align: center;
	color: #fff;
	line-height: 1.6;
}

.directions-info .inner-area {
	max-width: 520px;
	margin: 0 auto;
	padding: 20px 15px;
}

.directions-info h2 {
	font: italic 25px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
		font-weight: 600;

	margin: 0 0 19px;
}

.directions-info p {
	margin: 0 0 15px;
}

.directions-info h3 {
	font: 18px/1.2 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	margin: 0 0 4px;
}

.directions-info address {
	font-style: normal;
	margin: 0;
	display: block;
}

.directions-info address a {
	color: currentColor;
	text-decoration: none;
}

.directions-info address a:hover {
	text-decoration: underline;
}

.directions-info .address-row {
	display: block;
}

.directions-info .address-row:not(:last-child) {
	margin: 0 0 7px;
}

.directions-info .btn {
	margin: 20px 0 0;
}

.meet {
	position: relative;
	text-align: center;
	margin: 0 auto;
	max-width: 770px;
	padding: 30px 0;
	line-height: 1.6;
	background: url(../images/camel-brown.svg) no-repeat 50% 50%/300px auto;
}

.meet h2 {
	font: italic 25px/1.15 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	color: #231f20;
	margin: 0 0 16px;
}

.meet p {
	margin: 0 0 27px;
}

.meet .meet-link {
	font: 15px/1.15 "Didot 96 A", "Didot 96 B", "linotype-didot", "Times New Roman", Baskerville, Georgia, serif;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 2px;
}

@media screen and (min-width: 768px) {
    .intro .jumbotron.centered-jumbo {

        padding-bottom: 10vh;
    }
	.jcf-select.jcf-select-filter .jcf-select-text:before {
		content: "View Archives by: ";
	}

	.product-image img {
		width: auto;
	}

	.shopify-cart .prd,
	.shopify-cart .prc,
	.shopify-cart .rmv,
	.shopify-cart .qty {
		font-size: 14px;
	}

	.intro {
		height: 60vh;
	}

	.intro.small {
		height: 360px;
	}

	.intro h1 {
		font-size: 70px;
	}

	.intro h2 {
		font-size: 70px;
	}

	.intro h3 {
		font-size: 70px;
	}

	.intro p {
		font-size: 15px;
	}

	.info {
		height: 52vw;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.info .thumbnail {
		height: auto;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.info .narrow {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 34%;
	}

	.info .narrow .thumbnail {
		height: 50%;
	}

	.info h2 {
		font-size: 40px;
	}

	.post-info {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.post-info .bg-area {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 34%;
		position: relative;
		z-index: 1;
		background: #000;
		display: block;
	}

	.post-info h2 {
		font-size: 40px;
		margin: 0 0 19px;
	}

	.post-info blockquote {
		font-size: 40px;
	}

	.insta-posts .thumbnail {
		width: 25%;
		height: 26vw;
	}

	.insta-posts .icon-instagram {
		top: 29px;
		right: 30px;
	}

	.filter-list {
		padding: 21px 24px;
	}

	.filter-list ul {
		font-size: 15px;
	}

	.filter-list li {
		width: auto;
	}

	.filter-list li:not(:last-child) {
		margin: 0 30px 0 0;
	}

	.filter-topic {
		padding: 17px 24px;
	}

	.filter-boxes {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.filter-boxes .thumbnail {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 33.333%;
	}

	.filter-boxes .img-holder {
		height: 26vw;
	}

	.filter-boxes .value {
		font-size: 20px;
	}

	.page-nav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 21px 24px;
	}

	.breadcrumb {
		margin: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%;
	}

	.visual-boxes {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.visual-boxes .thumbnail {
		width: 33.3333%;
		height: 26vw;
	}

	.visual-boxes .thumbnail.large {
		width: 50%;
		height: 52vw;
	}

	.visual-boxes h2 {
		font-size: 40px;
	}

	.visual-boxes h3 {
		font-size: 30px;
	}

	.shop-boxes {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.shop-boxes .thumbnail {
		width: 33.3333%;
		height: 26vw;
	}

	.shop-boxes h2 {
		font-size: 30px;
	}

	.story-box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.story-box .map-holder {
		height: 500px;
	}

	.story-box .info-area {
		min-height: 720px;
	}

	.story-box .bg-area {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 33%;
		position: relative;
		z-index: 1;
		display: block;
	}

	.story-box blockquote {
		font-size: 40px;
	}

	.vertical-carousel {
		position: absolute;
		top: 50%;
		left: -90px;
		width: 88px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.vertical-carousel .vertical-mask {
		width: 88px;
		height: 428px;
	}

	.vertical-carousel .slide-box {
		display: block;
		float: none;
		padding: 10px 0;
	}

	.vertical-carousel .inner-area {
		width: 87px;
		height: 87px;
	}

	.vertical-carousel .vertical-prev,
	.vertical-carousel .vertical-next {
		font-size: 17px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		top: -30px;
		left: 50%;
	}

	.vertical-carousel .vertical-next {
		top: auto;
		right: auto;
		left: 50%;
		bottom: -30px;
	}

	.slideshow {
		margin: 0 auto 15px;
		width: 400px;
	}

	.slideshow .slideset {
		height: 500px;
	}

	.product-info h2 {
		font-size: 50px;
		margin: 0 0 -5px;
	}

	.product-info .price {
		margin: 0 0 27px;
	}

	.nav-tabs > li {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px;
	}

	.meet {
		padding: 70px 0;
	}
}

@media screen and (min-width: 1024px) {
	#wrapper {
		padding: 0 20px 20px;
	}

	#login,
	#register {
		padding: 40px 0 0;
	}

	#login h2,
	#register h2 {
		font-size: 40px;
	}

	.page-generic-subpage h1 {
		font-size: 40px;
	}

	#header {
		padding: 37px 0 32px;
	}

	.navbar-brand {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		left: 50%;
	}

	.camel-logo {
		width: 61px;
	}

	.navbar-collapse {
		background: none;
		position: static;
		border: none;
	}

	.drop-area {
		background: none;
		padding: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.navbar-nav {
		text-align: left;
	}

	.navbar-nav > li {
		float: left;
		margin: 0 35px 0 0;
	}

	.navbar-nav > li.align-right {
		float: right;
		margin: 0 0 0 35px;
	}

	.navbar-nav > li.open > a,
	.navbar-nav > li:hover > a,
	.navbar-nav > li.active > a {
		background: none;
		color: currentColor;
	}

	.navbar-nav > li > a {
		padding: 0;
	}

	.navbar-nav > li > a:after {
		-webkit-transition: width .3s cubic-bezier(.1, .3, .5, 1.8), background .3s ease-in-out;
		transition: width .3s cubic-bezier(.1, .3, .5, 1.8), background .3s ease-in-out;
		content: "";
		position: absolute;
		bottom: -6px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 2px;
		background: #918f90;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		right: 0;
		margin: 0;
		padding: 64px 0 89px;
	}

	.category-box {
		margin: 0;
	}

	.category-box h2 {
		font-size: 20px;
		padding: 0 0 13px;
		margin: 0 0 26px;
	}

	.category-box ul {
		font-size: 15px;
	}

	.category-box li:not(:last-child) {
		margin: 0 0 22px;
	}

	.category-box a:after {
		bottom: -6px;
	}

	.socials {
		margin: 0 0 0 27px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.nav-opener {
		display: none;
	}

	#footer {
		padding: 20px 0;
	}

	.footer-info {
		text-align: left;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footer-info .logo-holder {
		margin: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 30%;
		padding: 0 30px 0 0;
	}

	.footer-nav {
		margin: 0;
		width: 22%;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding: 0 10px 0 0;
	}

	.address {
		margin: 0;
		padding: 0 10px 0 0;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 21%;
	}

	.intro .btn-prev,
	.intro .btn-next {
		width: 30px;
		height: 30px;
	}

	.intro h1 {
		font-size: 100px;
	}

	.intro h2 {
		font-size: 100px;
	}

	.intro h3 {
		font-size: 90px;
	}

	.info h2 {
		font-size: 65px;
		margin: 0 0 50px;
	}

	.filter-boxes .thumbnail {
		margin: 0 0 28px;
	}

	.filter-boxes .img-holder {
		margin: 0 0 30px;
	}

	.filter-boxes .caption {
		font-size: 14px;
	}

	.filter-boxes .name {
		font-size: 20px;
	}

	.filter-boxes .value {
		font-size: 30px;
	}

	.visual-boxes h2 {
		font-size: 65px;
		margin: 0 0 50px;
	}

	.visual-boxes h3 {
		font-size: 40px;
	}

	.shop-boxes h2 {
		font-size: 40px;
	}

	.add-to-cart {
		padding: 58px 0 0;
		margin: 0 0 40px;
	}

	.add-form .selector-wrapper {
		float: left;
		width: 50%;
	}

	.tech-info p:not(:last-child) {
		margin: 0 0 29px;
	}

	.also h2 {
		font-size: 40px;
		margin: 0 0 56px;
	}

	.careers {
		padding: 40px 0 0;
	}

	.careers .title {
		font-size: 15px;
		margin: 0 auto 86px;
	}

	.careers h2 {
		font-size: 40px;
	}

	.directions {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.directions .map-holder {
		height: auto;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%;
	}

	.directions-info {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 50%;
		min-height: 445px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.directions-info h2 {
		font-size: 40px;
	}

	.directions-info p {
		margin: 0 0 25px;
	}

	.directions-info .btn {
		margin: 46px 0 0;
	}

	.meet h2 {
		font-size: 60px;
	}
}

@media (min-width: 1024px) {
	.js-popup-video iframe,
	.js-popup-video video {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@media screen and (min-width: 1300px) {
	#login,
	#register {
		padding: 70px 0 0;
		margin: 0 auto 118px;
	}

	#login h2,
	#register h2 {
		font-size: 60px;
	}

	.header-holder.transparent {
		height: auto !important;
	}

	.header-holder.transparent .simple-logo {
		display: block;
	}

	.header-holder.transparent .affix-top {
		background: none !important;
		color: #fff !important;
		border-top: 20px solid #fff;
	}

	.header-holder.transparent .affix-top .dropdown-menu:after {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 0;
		right: 0;
		height: 200px;
		background: #2f2f2f;
	}

	.header-holder.transparent .affix-top .dropdown-menu .container {
		max-width: 1000px;
	}

	.header-holder.transparent .affix-top .navbar-nav > li > a:after {
		background: #fff;
	}

	.header-holder.transparent .affix-top .simple-logo {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}

	.header-holder.transparent .affix-top .camel-logo {
		-webkit-transform: translate(-50%, -50%) scale(0);
		-ms-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		visibility: hidden;
	}

	.header-holder.transparent .affix {
		border-top: 0 solid #fff;
	}

	.header-holder.transparent .affix .simple-logo {
		-webkit-transform: translate(-50%, -50%) scale(0);
		-ms-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		visibility: hidden;
	}

	.header-holder.transparent .affix .camel-logo {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-ms-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		visibility: visible;
	}

	.simple-logo {
		width: 327px;
	}

	#footer {
		padding: 67px 0 32px;
	}

	.footer-info {
		margin: 0 0 71px;
	}

	.footer-info .logo-holder {
		width: 32%;
	}

	.footer-info .title {
		font-size: 14px;
	}

	.footer-nav {
		font-size: 14px;
	}

	.footer-bottom {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.copyright {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		text-align: left;
		padding: 2px 0 0;
		margin: 0;
	}

	.copyright .copyght-text {
		margin: 0;
	}

	.copyright ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.copyright li:not(:last-child) {
		margin: 0 20px 0 0;
	}

	.copyright li:not(:last-child):after {
		width: 3px;
		height: 3px;
		content: "";
		background: #fff;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		right: -11px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.social-elements {
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.intro {
		height: 100vh;
	}

	.intro h1 {
		font-size: 150px;
	}

	.intro h2 {
		font-size: 120px;
	}

	.intro p:not(:last-child) {
		margin: 0 0 47px;
	}

	.js-popup-video .closer {
		width: 40px;
		height: 40px;
		top: 120px;
	}

	.info .btn {
		min-width: 200px;
	}

	.post-info h2 {
		font-size: 65px;
	}

	.post-info .title {
		font-size: 16px;
		margin: 0 0 52px;
	}

	.post-info .date {
		padding: 0 0 0 28px;
		margin: 0 0 0 20px;
	}

	.post-info p {
		font-size: 15px;
		margin: 0 0 49px;
	}

	.post-info .logo-img {
		margin: 0 0 40px;
	}

	.post-info blockquote {
		font-size: 60px;
	}

	.post-info cite {
		font-size: 16px;
	}

	.filter-boxes .img-holder .btn {
		min-width: 200px;
	}

	.visual-boxes .btn {
		min-width: 200px;
	}

	.story-box .map-holder {
		height: 720px;
	}

	.story-box p {
		font-size: 15px;
		margin: 0 0 23px;
	}

	.story-box blockquote {
		font-size: 60px;
	}

	.add-to-cart {
		margin: 0 0 147px;
	}

	.vertical-carousel {
		left: -127px;
	}

	.vertical-carousel .vertical-prev,
	.vertical-carousel .vertical-next {
		top: -61px;
	}

	.vertical-carousel .vertical-next {
		top: auto;
		bottom: -61px;
	}

	.slideshow {
		margin: 0 0 15px 98px;
		width: 587px;
		float: left;
	}

	.slideshow .slideset {
		height: 744px;
	}

	.product-info {
		padding: 0 0 0 45px;
	}

	.add-form {
		margin: 0 0 68px;
	}

	.add-form [class*="col-"] {
		margin: 0 0 31px;
	}

	.add-form .selector-wrapper {
		margin: 0 0 31px;
	}

	.add-form .btn {
		margin: 36px 0 0;
	}

	.careers {
		padding: 70px 0 0;
		margin: 0 0 118px;
	}

	.careers h2 {
		font-size: 60px;
	}

	.meet {
		padding: 170px 0 180px;
		background-size: 616px 516px;
	}
	.blog-detail {
	    padding-top: 90px;
	    padding-bottom: 90px;
	}
}

@media screen and (max-width: 1023px) {

	.navbar-collapse {
		opacity: 0;
		visibility: hidden;
		overflow: auto;
		height: calc(100vh - 54px);
		z-index: -1;
	}

	.nav-active .navbar-collapse {
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 767px) {
            .blog-detail-full h1 {
            opacity: .2;
        }
	.post-info .logo-img {
		width: 50px;
		height: auto;
	}

	.add-to-cart .container {
		padding: 0;
	}

	.vertical-carousel .vertical-slideset {
		width: 99999px;
		float: left;
	}

    .flex-container {
        flex-direction: column;
        align-items: center !important;
     }
     .magazine-thumb {
         display: none;
     }
    
}

@-webkit-keyframes loader {
	0% {
		box-shadow: 0 25px 0 -25px #fff;
	}

	100% {
		box-shadow: 0 25px 0 #fff;
	}
}

@keyframes loader {
	0% {
		box-shadow: 0 25px 0 -25px #fff;
	}

	100% {
		box-shadow: 0 25px 0 #fff;
	}
}

