@charset "UTF-8";
/*
Theme Name: Fusion : Fortnight Lingerie
Theme URI: http://agencydominion.com
Description: A Fusion Child theme for Fortnight Lingerie
Author: Agency Dominion
Template: fusion-base
Version: 1.2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-background, editor-style, featured-images, threaded-comments, translation-ready
Text Domain: fusion-fortnight
*/

body{
	font-family: 'Lora', serif;
	font-weight:normal;
	font-size:12px;
	line-height:1.6;
	background:#fff;
	color:#5a5a5a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.color-scheme-2	{
	background-color:#313131;
	color:#fff;
}
.color-scheme-3	{
	background-color:#e8e8e8;
}
.color-scheme-4	{
	background-color:#f4f4f4;
}
#wrap{
	width:100%;
	margin:auto;
	background:#fff;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.3);
	overflow:hidden;
	position:relative;
}
.no-boxshadow #wrap{
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4{
	font-family: "futura-pt", sans-serif;
	font-style:normal;
	font-weight:500;
	color:#313131;
}
h1, .h1{
	font-size:54px;
	text-transform:uppercase;
}
h2, .h2{
	font-size:24px;
	text-transform:uppercase;
}
h3, .h3{
	font-size:16px;
	text-transform:uppercase;
}
h4, .h4{
	font-size:14px;
}
h5, .h5{
	font-family: 'Lora', serif;
	font-style:normal;
	font-weight:700;
	font-size:12px;
	color:#6c6c6c;
}
h6, .h6{
	font-family: Arial, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:10px;
	text-transform:uppercase;
	color:#aeaeae;
}
.color-scheme-2 h1, .color-scheme-2 .h1, .color-scheme-2 h2, .color-scheme-2 .h2, .color-scheme-2 h3, .color-scheme-2 .h3, .color-scheme-2 h4, .color-scheme-2 .h4, .color-scheme-2 h5, .color-scheme-2 .h5, .color-scheme-2 h6, .color-scheme-2 .h6	{
	color:#fff;
}
a{
	color:#5a5a5a;
}
a:focus, a:hover, a:active{
	color:#313131;
	text-decoration: none;
}
.color-scheme-2 a	{
	color:#fff;
}
.color-scheme-2 a:focus, .color-scheme-2 a:hover	{
	color:#fff;
	color:rgba(255, 255, 255, 0.7);
}

blockquote	{
	font-size:32px;
	font-style:italic;
	border:none;
	margin:40px 0 0;
	padding:0;
	line-height:1.1;
}

@media (min-width: 768px) {
	blockquote	{
		font-size:42px;
	}
}

.color-scheme-2 .fsn-divider hr	{
	border-top-color:#5a5a5a;
	border-top-color:rgba(255, 255, 255, 0.2);
}

.color-scheme-2 .fsn-divider-vertical	{
	background:#5a5a5a;
	background:rgba(255, 255, 255, 0.2);
}

/**
 * Buttons
 */
.btn{
	border-radius:0;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	padding:22px 40px;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.btn-default{
	background:#fff;
	color:#313131;
	border-color:#eeeeee;
}
.btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background:#f4f4f4;
	color:#313131;
	border-color:#eeeeee;
}
.btn-primary{
	background:#313131;
	color:#fff;
	border-color:#313131;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	background:#000;
	color:#fff;
	border-color:#000;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active	{
	background:#313131;
	color:#fff;
	border-color:#313131;
}
.btn-success{
	background:#fff;
	color:#313131;
	border-color:#fff;
}
.btn-success:focus, .btn-success:hover, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
	background:#000;
	color:#fff;
	border-color:#000;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active	{
	background:#313131;
	color:#fff;
	border-color:#313131;
}
.btn-link{
	padding:6px 0;
	color:#aeaeae;
}
.btn-link:focus, .btn-link:hover, .btn-link:active{
	color:#6c6c6c;
	text-decoration: none;
}

.color-scheme-3 .btn-link	{
	color:#6c6c6c;
}

.color-scheme-3 .btn-link:focus, .color-scheme-3 .btn-link:hover	{
	color:#313131;
}

.btn-plus	{
	display:block;
	margin:auto;
	width:73px;
	height:73px;
	text-align:left;
	overflow:hidden;
}

.btn-plus:before	{
	content:'';
	display:block;
	width:73px;
	height:73px;
	background:url('images/icon-plus-bg.png') no-repeat center center;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)	{
	.btn-plus:before	{
		background-image:url('images/icon-plus-bg-hires.png');
		background-size:73px 73px;
	}
}

/**
 * Forms
 */
.form-control{
    color:#5a5a5a;
    background-color:#fff;
    border:1px solid #eaeaea;
    border-radius:0;
    box-shadow:none;
}
.fsn-contact-form .form-control{
	margin-bottom:12px;
}
h3 label.radio, h3 label.checkbox{
	font-weight:normal;
	margin-top:0;
}

/**
 * Tabs
 */
.nav.nav-tabs{
	border-color:#eaeaea;
	margin-bottom: 56px;
    text-align:center;
}
.nav.nav-tabs > li{
	width:25%;
    float:none;
    display:inline-block;
}
.nav-tabs > li > a{
	margin-right:0;
	margin-left:13px;
	padding:17px 0;
	font-family: "futura-pt", sans-serif;
	font-style:normal;
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	border-radius:0;
	border:1px solid #eaeaea;
	color:#aeaeae;
}
.nav-tabs > li:first-child > a{
	margin-left:0;
}
.nav.nav-tabs > li > a:hover, .nav > li > a:focus{
	background-color:#eaeaea;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background-color:#fff;
	border-color:#eaeaea;
	border-bottom-color:#fff;
	color:#313131;
}

/**
 * General
 */
.full-width-container{
	padding-left:6px;
	padding-right:6px;
}

.fsn-text:before	{
	display:table;
	content:'';
}

.fsn-text:after	{
	clear:both;
}

/**
 * Table
 */
.table-bordered	{
	border-color:#aeaeae;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
	border-color:#eaeaea;
}

/**
 * Blog
 */

.fsn-post-details	{
	margin-top:30px;
}

.fsn-post-details	{
	font-family: "futura-pt", sans-serif;
	font-style:normal;
	font-weight:500;
	font-size:14px;
	color:#aeaeae;
	text-transform:uppercase;
	line-height:32px;
}

.post-details-share	{
	text-align:right;
}

.post-details-share h4	{
	color:#aeaeae;
	display:inline-block;
	margin:0 10px 0 0 ;
}

.fsn-post-details .addthis_sharing_toolbox	{
	display:inline-block;
	vertical-align:middle;
}
.fsn-post-details .post-metadata{
	padding:0;
	font-size:14px;
}
.hentry img{
	max-width:100%;
	height:auto;
}
.blogroll-post-image{
	display:block;
}
.blogroll-post-image .wp-post-image{
	display:block;
	width:100%;
	height:auto;
}

@media (max-width: 767px) {
	.fsn-post-details	{
		text-align:center;
	}
	.fsn-post-details .post-metadata	{
		display:inline-block;
		border-bottom:1px solid #e6e2de;
		margin-bottom:15px;
	}
	.post-details-share	{
		text-align:center;
	}
}

@media (min-width: 768px) {
	.fsn-post-details:before	{
		content:'';
		display:table;
	}
	.fsn-post-details:after	{
		clear:both
	}
	.fsn-post-details .post-metadata, .fsn-post-details .post-details-share	{
		float:left;
		width:50%;
	}
}

/**
 * Header
 */
#wrap > .component:first-child{
	position:fixed;
	top:0;
	z-index:500;
	background:rgba(0, 0, 0, 0.2);
	-moz-transition:background 0.3s;
	-webkit-transition:background 0.3s;
	transition:background 0.3s;
}
.no-rgba #wrap > .component:first-child{
	background:url('images/ie8-bk-60.png') repeat;
}
#wrap > .component:first-child:hover{
	background:rgba(0, 0, 0, 0.6);
}
.admin-bar #wrap > .component:first-child{
	top:32px;
}
#wrap > .component:first-child .main-logo{
	margin-top: 24px;
    margin-bottom: 25px;
}
.main-logo img{
	width:145px;
	height:auto;
}
.admin-bar .navbar-fixed-top{
	top:32px;
}

/**
 * Main Menus
 */
.fsn-menu.main .navbar-nav > li > a	{
	padding: 23px 11px;
	opacity:1;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.fsn-menu.main:hover .navbar-nav > li > a{
	opacity:0.4;
}
.fsn-menu.main:hover .navbar-nav > li > a:hover{
	opacity:1;
}
.fsn-menu.main .navbar-default .navbar-nav > li > a{
	font-family: "futura-pt", sans-serif;
	font-weight:500;
	text-transform:uppercase;
	background:transparent;
	color:#fff;
}
.fsn-menu.main .navbar-default .navbar-nav > li > a:focus, .fsn-menu.main .navbar-default .navbar-nav > li > a:hover{
	background:transparent;
	color:#fff;
}
.current-menu-item > a, .current-cat > a, .current-filter > a{
	color:#333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:transparent;
	color:#fff;
}
.fsn-menu.main .dropdown-menu{
	background:rgba(0, 0, 0, 0.1);
	color:#fff;
	border:none;
	box-shadow:none;
	font-size:12px;
	-moz-transition:background 0.3s;
	-webkit-transition:background 0.3s;
	transition:background 0.3s;
}
#wrap > .component:first-child:hover .dropdown-menu{
	background:rgba(0, 0, 0, 0.5);
}
.fsn-menu.main .dropdown-menu .dropdown-menu{
	background:transparent;
}
.dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background:transparent;
	color:#fff;
	font-family: "futura-pt", sans-serif;
	font-weight:500;
	text-transform:uppercase;
}

@media (max-width: 767px) {
	.fsn-menu .navbar-toggle .material-icons	{
		color:#fff;
	}
}

/**
 * Videos
 */

.fsn-video .vjs-default-skin .vjs-big-play-button	{
	width:107px;
	height:107px;
	left:50%;
	top:50%;
	margin-top:-54px;
	margin-left:-54px;
	background:none;
	border:none;
	box-shadow:none;
	border-radius:50%;
}

.fsn-video .vjs-default-skin .vjs-big-play-button:before	{
	content:'';
	text-shadow:none;
	background:url('images/icon-play.png') no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)	{
	.fsn-video .vjs-default-skin .vjs-big-play-button:before	{
		background-image:url('images/icon-play-hires.png');
		background-size:107px 107px;
	}
}

/**
 * Galleries
 */
.flex-direction-nav a.flex-prev::before, .flex-direction-nav a.flex-next::before{
	display:none;
}
.flex-direction-nav a{
	display: block;
	width:107px;
	height: 107px;
	margin: -53px 0 0;
	opacity: 0.2;
	text-shadow: none;
	text-indent:-9999px;
}
.flexslider:hover .flex-direction-nav a.flex-prev, .flexslider:hover .flex-direction-nav a.flex-next{
	opacity:0.2;
}
.flexslider:hover .flex-direction-nav a:hover{
	opacity:1;
}
.flex-direction-nav a:focus{
	outline:none;
}
.flexslider .flex-direction-nav a.flex-prev{
	background:url('images/icon-arrow-left.png') no-repeat;
	left:20px;
}
.flexslider:hover .flex-direction-nav a.flex-prev{
	left:20px;
}
.flexslider .flex-direction-nav a.flex-next{
	text-align:left;
	background:url('images/icon-arrow-right.png') no-repeat;
	right:20px;
}
.flex-direction-nav a.flex-next{
	text-align: left;
}
.flexslider:hover .flex-direction-nav a.flex-next{
	right:20px;
}
.fsn-gallery .fullscreen-trigger{
	width:54px;
	height:54px;
	background:url('images/icon-plus-sm.png') no-repeat;
	text-indent:-9999px;
	box-shadow: none;
	opacity:0.2;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:opacity 0.3s;
}
.fsn-gallery .fullscreen-trigger:hover{
	background:url('images/icon-plus-sm.png') no-repeat;
	opacity:1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.flexslider .flex-direction-nav a.flex-prev{
		background:url('images/icon-arrow-left-hires.png') no-repeat;
		background-size:contain;
	}
	.flexslider .flex-direction-nav a.flex-next{
		background:url('images/icon-arrow-right-hires.png') no-repeat;
		background-size:contain;
	}
	.fsn-gallery .fullscreen-trigger{
		background:url('images/icon-plus-sm-hires.png') no-repeat;
		background-size:contain;
	}
}
.flex-control-paging li{
	margin:0 3px;
}
.flex-control-paging li a{
	border:1px solid #989898;
	background:#d6d6d6;
	box-shadow:none;
}
.flex-control-paging li a.flex-active{
	border:1px solid #313131;
	background:#313131;
}

/**
 * Masthead
 */

@media (min-width: 768px) {
	.fsn-gallery .masthead .masthead-item-content	{
		bottom:90px;
	}
}

/**
 * Simple Gallery
 */

.simple-container{
	background:#f4f4f4;
}
.simple-container hr{
	border-color:#fff;
	opacity:0.2;
}
.fsn-gallery.featured .simple-container{
	margin-left:-6px;
	margin-right:-6px;
}
.fsn-gallery .simple-container .simple-item-content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    margin-left: 0;
    margin-top: 0;
    background: transparent;
    color: #fff;
    z-index: 2;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.simple-container .simple-item-content{
	background:transparent;
	text-align:center;
}
.fsn-gallery.featured .simple-container .simple-item-content{
	bottom:auto;
	top:230px;
}
.fsn-gallery.featured .simple-container .simple-item-content .gallery-item-headline{
	width:335px;
	height:38px;
	background:url('images/logo-featured-slider.png') no-repeat;
	text-indent:-9999px;
	margin:0 auto;
}
.simple-controls .fullscreen-trigger{
	bottom: 45px;
	left: auto;
	right:43px;
}
.fsn-gallery.featured .simple-container .fullscreen-trigger{
	right:173px;
}
.simple-controls .fullscreen-trigger:hover	{
	opacity:1;
}
.simple-controls .fullscreen-trigger:focus	{
	outline:none;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.fsn-gallery.featured .simple-container .simple-item-content .gallery-item-headline{
		background:url('images/logo-featured-slider-hires.png') no-repeat;
		background-size:contain;
	}
}

/**
 * Carousel
 */
.carousel.flexslider .carousel-item	{
	padding-left:15px;
	padding-right:15px;
}
.carousel .flex-direction-nav .flex-next, .carousel.flexslider:hover .flex-direction-nav .flex-next{
	text-align: left;
}
.home .fsn-component.individual-product-footer .fsn-divider{
	display:none;
}
.carousel.flexslider{
	margin-bottom:0;
	text-align:center;
}
.carousel-item-detail{
	font-family:Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	margin-top:20px;
}
.carousel .carousel-controls{
	position:static;
	bottom:auto;
	left:auto;
	margin:0 !important;
	padding:0;
	-moz-transition:none;
	-webkit-transition:none;
	transition:none;
	-moz-transform:none;
	-webkit-transform:none;
	transform:none;
}
.carousel .flex-direction-nav a {
	display: block;
	width: 55px;
	height: 55px;
	margin: -28px 0 0;
	bottom: auto;
	top: -60px;
	opacity: 0.8;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.carousel .flex-direction-nav a:hover {
	opacity: 1;
}
.carousel.flexslider .flex-direction-nav .flex-prev{
	left:15px;
	background:url('images/icon-arrow-left-grey.png') no-repeat center center;
}
.carousel.flexslider .flex-direction-nav .flex-next{
	right:15px;
	background:url('images/icon-arrow-right-grey.png') no-repeat center center;
}
.carousel.flexslider:hover .flex-direction-nav .flex-prev{
	left:15px;
	opacity:1;
}
.carousel.flexslider:hover .flex-direction-nav .flex-next{
	right:15px;
	opacity:1;
}
@media (min-width: 1128px){
	.carousel .flex-direction-nav a{
		top:162px;
	}
	.carousel.flexslider .flex-direction-nav .flex-prev,
	.carousel.flexslider:hover .flex-direction-nav .flex-prev{
		left:-68px;
	}
	.carousel.flexslider .flex-direction-nav .flex-next,
	.carousel.flexslider:hover .flex-direction-nav .flex-next{
		right:-68px;
	}
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.carousel.flexslider .flex-direction-nav .flex-prev{
		background:url('images/icon-arrow-left-grey-hires.png') no-repeat center center;
		background-size:contain;
	}
	.carousel.flexslider .flex-direction-nav .flex-next{
		background:url('images/icon-arrow-right-grey-hires.png') no-repeat center center;
		background-size:contain;
	}
}
.carousel.flexslider .carousel-item a.carousel-item-image {
	display: block;
    position: relative;
}

/**
 * Product Set Slider
 */
.product-set-slider{
	background-color:transparent;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.product-set-slider-placeholder-container.loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.product-set-slider .preloader{
	margin-top:-25px;
	margin-left:-40px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
}
.product-set-slider.flexslider .slides .product-set-slide-image img{
	opacity:1;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.product-set-slider.flexslider .slides li.loading .product-set-slide-image img{
	opacity:0;
}
.product-set-slider-placeholder-container .product-set-slide-image img, .product-set-slider.flexslider .slides .product-set-slide-image img{
	width:100%;
	height:auto;
}
.woocommerce-product-set-slider-container .product-set-slider-placeholder-container .product-set-slide-image img, .woocommerce-product-set-slider-container .product-set-slider.flexslider .slides .product-set-slide-image img{
	width:1320px;
	max-width: 1320px;
	height:auto;
	margin-left: 0px;
}
.product-set-slider .product-set-slide-content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 10px;
	z-index:2;
	text-align:center;
	-webkit-transform: translate3d(0px, 0px, 0px); /*fix chrome animation z-index bug*/
}
.product-set-slider .product-set-slide-content .product-set-slide-content-description{
	position:absolute;
	top:610px;
}
.product-set-slider .product-set-slide-content .product-set-slide-content-products{
	width: 100%;
	background: #fff;
	position:absolute;
	top:250px;
	padding: 20px;
}
.product-set-slider .product-set-slide-content .product-set-slide-content-products img{
	width: 100%;
	padding: 0px 50px;
}
.product-set-slider .product-set-slide-content .product-set-slide-content-products h5{
	text-transform: uppercase;
}
.product-set-slider .product-set-slide-content .product-set-slide-content-products a .divider{
	border-top: 1px solid #e6e2de;
	width: 20%;
	margin: 0 auto;
}
.product-set-slider .product-set-slide-content .product-set-slide-content-products .divider{
	border-top: 1px solid #e6e2de;
	margin-top: 40px;
}
.product-set-slider .product-set-slide-content .product-set-slide-content-products .product-set-slide-content-products-image{
    display: block;
    position: relative;
}
.product-set-slider .product-set-slide-content .product-set-slide-cta{
	margin-top:30px;
}
.product-set-slider-photoswipe-trigger{
	position:absolute;
	bottom:0;
	left:0;
	z-index:4;
	cursor:pointer;
}
.product-set-slider-controls{
	position:absolute;
	top:771px;
	left:6px;
	width:228px;
	height:83px;
	border-top:1px solid #d8d8d8;
	border-top:1px solid rgba(0, 0, 0, 0.1);
	z-index:2;
}
.product-set-slider .flex-direction-nav a{
	width:55px;
	height: 55px;
	margin: 0;
	top:27px;
	opacity: 0.8;
}
.product-set-slider.flexslider:hover .flex-direction-nav a.flex-prev, .product-set-slider.flexslider:hover .flex-direction-nav a.flex-next{
	opacity:0.8;
}
.product-set-slider.flexslider:hover .flex-direction-nav a:hover{
	opacity:1;
}
.product-set-slider.flexslider .flex-direction-nav a.flex-prev{
	background:url('images/icon-arrow-left-grey.png') no-repeat;
	left:49px;
}
.product-set-slider.flexslider .flex-direction-nav a.flex-next{
	text-align:left;
	background:url('images/icon-arrow-right-grey.png') no-repeat;
	right:49px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.product-set-slider.flexslider .flex-direction-nav a.flex-prev{
		background:url('images/icon-arrow-left-grey-hires.png') no-repeat;
		background-size:contain;
	}
	.product-set-slider.flexslider .flex-direction-nav a.flex-next{
		background:url('images/icon-arrow-right-grey-hires.png') no-repeat;
		background-size:contain;
	}
}
@media (max-width: 767px){
	.product-set-slider-container{
		margin-left:-15px;
		margin-right:-15px;
	}
	.product-set-slider{
		padding-top:55px;
	}
	.product-set-slider-controls{
		position:absolute;
		top:0;
		left:50%;
		margin-left:-65px;
		width:130px;
		height:55px;
		border-top:none;
		z-index:2;
	}
	.product-set-slider .flex-direction-nav a{
		top:0;
	}
	.product-set-slider .flex-direction-nav a.flex-prev{
		left:0 !important;
	}
	.product-set-slider .flex-direction-nav a.flex-next{
		right:0 !important;
	}
	.product-set-slider .product-set-slide-content{
		position:static;
		width:auto;
	}
	.product-set-slider .product-set-slide-content h5, .product-set-slider .product-set-slide-content h6{
		color:#fff;
	}
	.product-set-slider .product-set-slide-content .product-set-slide-content-description{
		position:static;
	}
	.product-set-slider .product-set-slide-content .product-set-slide-cta{
		margin-top:10px;
	}
	.product-set-slider .slide.loading .product-set-slide-content{
		position:static;
	}
	.product-set-slider .product-set-slide-content .product-set-slide-content-products{
		position:static;
		padding:0;
		overflow:hidden;
		background:#313131;
		color:#fff;
		width:auto;
		margin-left:-15px;
		margin-right:-15px;
	}
	.product-set-slider .product-set-slide-content .product-set-slide-content-products > a{
		display:block;
		width:50%;
		padding:0 15px;
		float:left;
	}
	.product-set-slider .product-set-slide-content .product-set-slide-content-products > a:last-child{
		border-left:1px solid #5a5a5a;
	}
	.product-set-slider .product-set-slide-content .product-set-slide-content-products .product-set-slide-content-products-image{
		display:none;
	}
}
.woocommerce-product-set-slider-container{
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	width:100%;
    height: 1250px;
    overflow: hidden;
}

/**
 * Product Overview Slider
 */
.product-overview-slider-container{
	position: relative;
}
.product-overview-slider{
	background-color:transparent;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	border:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.product-overview-slider-placeholder-container.loading{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:3;
}
.product-overview-slider .preloader{
	margin-top:-25px;
	margin-left:-40px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
}
.product-overview-slider.flexslider .slides .product-overview-slide-image img{
	opacity:1;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.product-overview-slider.flexslider .slides li.loading .product-overview-slide-image img{
	opacity:0;
}
.product-overview-slider-placeholder-container .product-overview-slide-image, .product-overview-slider.flexslider .slides .product-overview-slide-image{
	z-index: 3;
	position: relative;
}
.product-overview-slider-placeholder-container .product-overview-slide-image img, .product-overview-slider.flexslider .slides .product-overview-slide-image img{
	width:auto;
	height:auto;
	margin-left: auto;
	margin-right: auto;
}
.woocommerce-product-overview-slider-container .product-overview-slider-placeholder-container .product-overview-slide-image img, .woocommerce-product-overview-slider-container .product-overview-slider.flexslider .slides .product-overview-slide-image img{
	width:1320px;
	max-width: 1320px;
	height:auto;
	margin-left: 0px;
}
.product-overview-slider-placeholder-container .product-overview-slide-image2, .product-overview-slider.flexslider .slides .product-overview-slide-image2{
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.product-overview-slider-placeholder-container .product-overview-slide-image2 img, .product-overview-slider.flexslider .slides .product-overview-slide-image2 img{
	width:auto;
	height:auto;
}
.product-overview-slider .product-overview-slide-content{
	position:absolute;
	width: 100%;
	top:0;
	left:0;
	padding:0 10px;
	z-index:4;
	text-align:center;
	-webkit-transform: translate3d(0px, 0px, 0px); /*fix chrome animation z-index bug*/
}
.product-overview-slider .product-overview-slide-content h5{
	line-height: 20px;
}
.product-overview-slider .product-overview-slide-content .product-overview-slide-content-description{
	position:absolute;
	top:840px;
}
.product-overview-slider .product-overview-slide-content .product-overview-slide-content-cta{
	position:absolute;
	top:880px;
	width: 100%;
}
.product-overview-slider .product-overview-slide-content .product-overview-slide-content-cta .btn{
	width: 100%;
	padding: 30px 20px;
	font-size: 24px;
}
.product-overview-slider-container .product-overview-gallery-content{
	position:absolute;
	width: 300px;
	top:75px;
	right:0;
	padding:0 10px;
	z-index:4;
	text-align:center;
	-webkit-transform: translate3d(0px, 0px, 0px); /*fix chrome animation z-index bug*/
}
.product-overview-slider-container .product-overview-gallery-content h5{
	line-height: 20px;
}
.product-overview-slider .product-overview-slide-bg-color{
	width: 960px;
	height: 1038px;
	display: block;
	background-color: #f4e1dd;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.product-overview-slider-controls{
	position:absolute;
	top:1000px;
	left:6px;
	width:228px;
	height:83px;
	border-top:1px solid #d8d8d8;
	border-top:1px solid rgba(90, 90, 90, 0.1);
	z-index:4;
}
.product-overview-slider .flex-direction-nav a{
	width:55px;
	height: 55px;
	margin: 0;
	top:27px;
	opacity: 0.8;
}
.product-overview-slider.flexslider:hover .flex-direction-nav a.flex-prev, .product-overview-slider.flexslider:hover .flex-direction-nav a.flex-next{
	opacity:0.8;
}
.product-overview-slider.flexslider:hover .flex-direction-nav a:hover{
	opacity:1;
}
.product-overview-slider.flexslider .flex-direction-nav a.flex-prev{
	background:url('images/icon-arrow-left-grey.png') no-repeat;

	left:49px;
}
.product-overview-slider.flexslider .flex-direction-nav a.flex-next{
	text-align:left;
	background:url('images/icon-arrow-right-grey.png') no-repeat;
	right:49px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.product-overview-slider.flexslider .flex-direction-nav a.flex-prev{
		background:url('images/icon-arrow-left-grey-hires.png') no-repeat;
		background-size:contain;
	}
	.product-overview-slider.flexslider .flex-direction-nav a.flex-next{
		background:url('images/icon-arrow-right-grey-hires.png') no-repeat;
		background-size:contain;
	}
}
@media (max-width: 767px){
	.product-overview-slider-container{
		margin-left:-15px;
		margin-right:-15px;
	}
	.product-overview-slider{
		padding-top:25px;
	}
	.product-overview-slider-controls{
		position:absolute;
		top:0;
		left:50%;
		margin-left:-65px;
		width:130px;
		height:55px;
		border-top:none;
		z-index:4;
		display: none;
	}
	.product-overview-slider .flex-direction-nav a{
		top:0;
	}
	.product-overview-slider .flex-direction-nav a.flex-prev{
		left:0 !important;
	}
	.product-overview-slider .flex-direction-nav a.flex-next{
		right:0 !important;
	}
	.product-overview-slider .product-overview-slide-content{
		position:static;
		width:auto;
		display: none;
	}
	.product-overview-slider .product-overview-slide-content .product-overview-slide-content-description{
		position:static;
	}
	.product-overview-slider .product-overview-slide-image2{
		display: none;
	}
	.product-overview-slider .product-overview-slide-bg-color{
		height: 56%;
		width: 90%;
		left: 5%;
	}
	.product-overview-slider-container .product-overview-gallery-content{
		width: 100%;
		position: static;
	}
	.product-overview-slider-placeholder-container .product-overview-slide-image img, .product-overview-slider.flexslider .slides .product-overview-slide-image img{
		width: 50%;
	}
	.product-overview-slider .slide-item-cta-mobile{
		text-align:center;
		margin:0 15px 30px;
	}
}
@media (min-width: 768px){
	.product-overview-slider .product-overview-slide-content{
		width: 960px;
		left: 16px;
	}
	.product-overview-slider-controls{
		left: 16px;
	}
	.product-overview-slider-container .product-overview-gallery-content{
		right: 16px;
	}
	.product-overview-slider .product-overview-slide-bg-color{
		left: 0;
	}
	.product-overview-slider-placeholder-container .product-overview-slide-image2, .product-overview-slider.flexslider .slides .product-overview-slide-image2{
		right: -15%;
	}
}
@media (min-width: 1128px){
	.product-overview-slider .product-overview-slide-content{
		left: 84px;
	}
	.product-overview-slider-controls{
		left: 100px;
	}
	.product-overview-slider-container .product-overview-gallery-content{
		right: 84px;
	}
	.product-overview-slider .product-overview-slide-bg-color{
		left: 60px;
	}
	.product-overview-slider-placeholder-container .product-overview-slide-image2, .product-overview-slider.flexslider .slides .product-overview-slide-image2{
		right: -10%;
	}
	.product-overview-slider .product-overview-slide-bg-color{
		width: 992px;
	}
}
@media (min-width: 1200px){
	.product-overview-slider .product-overview-slide-content{
		left: 160px;
	}
	.product-overview-slider-controls{
		left: 166px;
	}
	.product-overview-slider-container .product-overview-gallery-content{
		right: 160px;
	}
	.product-overview-slider .product-overview-slide-bg-color{
		left: 100px;
	}
	.product-overview-slider-placeholder-container .product-overview-slide-image2, .product-overview-slider.flexslider .slides .product-overview-slide-image2{
		right: 0;
	}
}
@media (min-width: 1320px){
	.product-overview-slider .product-overview-slide-content{
		left: 180px;
	}
	.product-overview-slider-controls{
		left: 186px;
	}
	.product-overview-slider-container .product-overview-gallery-content{
		right: 180px;
	}
	.product-overview-slider .product-overview-slide-bg-color{
		left: 120px;
	}
}

/**
 * Gallery : Spotlight
 */

.fsn-gallery .spotlight-gallery	{
	border:none;
	border-radius:0;
	background:transparent;
	margin:auto;
	padding-bottom:40px;
	text-align:center;
}

.fsn-gallery .spotlight-gallery:after	{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#c0ccd8;
	mix-blend-mode:multiply;
}

.fsn-gallery .spotlight-gallery	> .container	{
	position:relative;
}

.fsn-gallery .spotlight-gallery .spotlight-gallery-content	{
	margin-bottom:30px;
	padding-top:20px;
}

.fsn-gallery .spotlight-gallery .spotlight-gallery-image	{
	background-color:#313131;
	width:100%;
	position:relative;
}

.fsn-gallery .spotlight-gallery .spotlight-gallery-content, .fsn-gallery .spotlight-gallery .gallery-item-headline	{
	color:#fff;
}

.fsn-gallery .spotlight-gallery .btn-plus	{
	position:absolute;
	bottom:20px;
	right:30px;
	left:auto;
}

.fsn-gallery .spotlight-gallery .preloader{
	margin-top:-25px;
	margin-left:-40px;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
}

.fsn-gallery .spotlight-gallery .flex-direction-nav a	{
	width:55px;
	height:55px;
	margin:-28px 0 0;
}

.fsn-gallery .spotlight-gallery .flex-direction-nav a.flex-prev	{
	background-image:url('images/icon-arrow-left-sm.png');
	left:30px;
	opacity:0.7;
}

.fsn-gallery .spotlight-gallery .flex-direction-nav a.flex-next	{
	background-image:url('images/icon-arrow-right-sm.png');
	right:30px;
	opacity:0.7;
}

.fsn-gallery .spotlight-gallery.flexslider:hover .flex-direction-nav a.flex-prev, .fsn-gallery .spotlight-gallery.flexslider:hover .flex-direction-nav a.flex-next	{
	opacity:0.7;
}

.fsn-gallery .spotlight-gallery.flexslider:hover .flex-direction-nav a.flex-prev:hover, .fsn-gallery .spotlight-gallery.flexslider:hover .flex-direction-nav a.flex-next:hover	{
	opacity:1;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)	{
	.fsn-gallery .spotlight-gallery .flex-direction-nav a.flex-prev	{
		background-image:url('images/icon-arrow-left-sm-hires.png');
		background-size:55px 55px;
	}
	.fsn-gallery .spotlight-gallery .flex-direction-nav a.flex-next	{
		background-image:url('images/icon-arrow-right-sm-hires.png');
		background-size:55px 55px;
	}
}

@media (max-width: 767px) {
	.fsn-gallery .spotlight-gallery:hover .flex-direction-nav a.flex-prev	{
		left:30px;
	}
	.fsn-gallery .spotlight-gallery:hover .flex-direction-nav a.flex-next	{
		right:30px;
	}
	.fsn-gallery .spotlight-gallery .flex-direction-nav a	{
		opacity:1 !important;
	}
}

@media (min-width: 768px) {
	.fsn-gallery .spotlight-gallery	{
		margin:-42px auto 0;
		padding-bottom:100px;
		background:transparent;
		position:relative;
		text-align:left;
	}
	.fsn-gallery .spotlight-gallery .spotlight-gallery-content	{
		margin-top:160px;
		margin-bottom:0;
		padding-top:0;
	}
	.fsn-gallery .spotlight-gallery .spotlight-gallery-image	{
		margin-top:-68px;
		min-height:600px;
	}
	.fsn-gallery .spotlight-gallery .btn-plus	{
		bottom:25px;
		right:40px;
	}
	.fsn-gallery .spotlight-gallery .spotlight-gallery-controls	{
		position:absolute;
		width:130px;
		bottom:178px;
		left:0;
	}
	.fsn-gallery .spotlight-gallery .flex-direction-nav a	{
		bottom:auto;
	}
	.fsn-gallery .spotlight-gallery .flex-direction-nav a.flex-prev	{
		left:0;
	}
	.fsn-gallery .spotlight-gallery .flex-direction-nav a.flex-next	{
		right:0;
	}
}

/**
 * Single Image
 */

.fsn-image.worth-noting{
	position:relative;
}

.fsn-image.worth-noting .image-content{
	width:228px;
	height:68px;
	background:#fff;
	color:#313131;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	z-index:2;
	margin-top:-34px;
	margin-left:-114px;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
.fsn-image.worth-noting:hover .image-content{
	background:#313131;
	color:#fff;
}
.fsn-image.worth-noting:hover .image-content:hover{
	background:#000;
}
.fsn-image.worth-noting .image-content h3{
	margin:0;
	line-height:68px;
	color:inherit;
}

/**
 * Card : Basic
 */

.fsn-card.basic	{
	border:1px solid #d0d0d0;
}

/**
 * Social Links
 */

.fsn-menu.social-links li	{
	vertical-align:middle;
	line-height:0;
}

.fsn-menu.social-links li > a	{
	display: inline-block;
	overflow:hidden;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	text-rendering: auto;
	text-align:left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fsn-menu.social-links li > a:before	{
	margin-right:2px;
}

.fsn-menu.social-links li.facebook > a	{
	width:18px;
	height:28px;
}

.fsn-menu.social-links li.facebook > a:before	{
	content: "\f09a";
}

.fsn-menu.social-links li.instagram > a	{
	width:26px;
	height:28px;
}

.fsn-menu.social-links li.instagram > a:before	{
	content:"\f16d";
}

.fsn-menu.social-links li.pinterest > a	{
	width:22px;
	height:28px;
}

.fsn-menu.social-links li.pinterest > a:before	{
	content:"\f231";
}

.fsn-menu.social-links li.twitter > a	{
	width:28px;
	height:28px;
}

.fsn-menu.social-links li.twitter > a:before	{
	content:"\f099";
}

.fsn-menu.social-links li.vimeo > a	{
	width:30px;
	height:28px;
}

.fsn-menu.social-links li.vimeo > a:before	{
	content:"\f27d";
}

@media (max-width: 767px) {
	.fsn-menu.inline.social-links .list-inline > li	{
		display:inline-block;
		padding-left:5px;
		padding-right:5px;
	}
}

/**
 * Notifications
 */
.fsn-notifications.bar, .fsn-notifications.floating_footer{
	background: #313131;
	z-index: 200;
}
.no-touch .fsn-notifications.bar .notifications-bar-items.flexslider:hover, .no-touch .fsn-notifications.floating_footer .notifications-floating-footer-items.flexslider:hover {
    background-color: #313131;
}
.fsn-notifications.bar h5, .fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-nav-prev, .fsn-notifications.bar .notifications-bar-controls .flex-direction-nav .flex-nav-next,
.fsn-notifications.floating_footer h5, .fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-nav-prev, .fsn-notifications.floating_footer .notifications-floating-footer-controls .flex-direction-nav .flex-nav-next{
	border-color: #eee;
	border-color: rgba(255,255,255,0.2);
}
.fsn-notifications.modal_window .notifications-modal-controls .flex-direction-nav .flex-nav-prev, .fsn-notifications.modal_window .notifications-modal-controls .flex-direction-nav .flex-nav-next{
	border-color: #666;
}
.fsn-notifications.modal_window .notifications-modal-controls {
    background: #313131;
}
.fsn-notifications.bar .notifications-bar-items.flexslider .slides .slide{
	padding-right: 213px;
}

/**
 * Mailchimp Signup form
 */
#mc_embed_signup_scroll{
	text-align: center;
}
#mc_embed_signup_scroll p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}
#mc_embed_signup_scroll input.email{
	width: 50%;
	margin-left: 15%;
	height: 40px;
	padding: 0 10px;
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #404040;
	float: left;
}
#mc_embed_signup_scroll input.email:focus{
    outline: none;
}
#mc_embed_signup_scroll input[type="submit"]{
	width: 20%;
	font-family: 'Lora', serif;
	font-size: 12px;
	font-weight:bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #404040;
	border: none;
	border-radius: 0;
	padding: 0 20px;
	height: 40px;
	text-transform: uppercase;
	-moz-transition:background-color 0.3s;
	-webkit-transition:background-color 0.3s;
	transition:background-color 0.3s;
	float: left;
}
#mc_embed_signup_scroll input[type="submit"]:hover{
	background-color: #000;
}

/**
 * Content Roll
 */

.load-more-container{
	margin-bottom:60px;
}
.content-roll-item{
	margin-bottom:80px;
}
.content-roll-item-image-wrap{
	position:relative;
}
.content-roll-item-image-overlay{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
/* 	background:rgba(49, 49, 49, 0.4); */
	opacity:0;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.content-roll-item-image-overlay:after{
	content:'';
	display:block;
	width:73px;
	height:73px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-36px;
	margin-left:-36px;
	background:url('images/icon-plus-bg.png') no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.content-roll-item-image-overlay:after{
		background:url('images/icon-plus-bg-hires.png') no-repeat;
		background-size:contain;
	}
}
.content-roll-item-image-overlay:hover{
	opacity:1;
}
.content-roll-item-content{
	text-align:center;
}
.content-roll-item-content h6{
	margin-top:30px;
	margin-bottom:5px;
}
.content-roll-item-content h6 + h3{
	margin-top:0;
}
.content-roll-filters{
	text-align:center;
}
.content-roll-filters-container .chosen-container-single .chosen-single{
	font-family: "futura-pt", sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 0;
	color: #acacac;
}
.chosen-container-single .chosen-single div{
	width:13px;
}
.content-roll-filters-container .chosen-container-single .chosen-single div b{
	background:url('images/icon-arrow-down.png') no-repeat center center;
}
.content-roll-filters-container .chosen-container-single.chosen-with-drop .chosen-single div b{
	background:url('images/icon-arrow-up.png') no-repeat center center;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi)	{
	.content-roll-filters-container .chosen-container-single .chosen-single div b{
		background:url('images/icon-arrow-down-hires.png') no-repeat center center !important;
		background-size:contain !important;
	}
	.content-roll-filters-container .chosen-container-single.chosen-with-drop .chosen-single div b{
		background:url('images/icon-arrow-up-hires.png') no-repeat center center !important;
		background-size:contain !important;
	}
}
.chosen-container .chosen-results li.highlighted{
	background:#313131;
	color:#fff;
}
.content-roll-filters.form-inline .form-group, .content-roll-sorters{
	min-width:150px;
}
.chosen-container .chosen-drop{
	border-color:#eee;
	box-shadow:none;
}
.active-filter-labels .active-filter-label{
	background:#6c6c6c;
	color:#fff;
}
.active-filter-labels .active-filter-label:hover {
	background: #000;
}

.active-filters-bar .content-roll-remove-filters:hover:after{
	background: #000;
}

/**
 * Sidebars
 */
.sidebar .widget{
	margin-bottom:20px;
}
.sidebar .widget ul{
	list-style:none;
	margin:0;
	padding:10px 0;
}

/**
 * Footer
 */
.logo-footer img{
	width:173px;
	height:auto;
}
.fsn-video.footer-autoplay-video .embed-container{
	padding-bottom:66.35%;
}
.fsn-video.self_hosted .video-button:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0, 0, 0, 0.5) url('images/icon-play.png') no-repeat center center;
	opacity:0;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.fsn-video.self_hosted .video-button:hover:after	{
	opacity:1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.fsn-video.self_hosted .video-button:after	{
		background-image:url('images/icon-play-hires.png');
		background-size:107px 107px;
	}
}
.footer-card-content{
	width:444px;
}
#wrap > .component:last-child .fsn-text a, #wrap > .component:last-child .fsn-menu.stacked a{
	text-decoration:none;
	-moz-transition:color 0.3s;
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
}
#wrap > .component:last-child .fsn-text a:hover, #wrap > .component:last-child .fsn-menu.stacked a:hover{
	color:#000;
}

/**
 * Spotlight Page Content
 */
.landing-page-content{
	color: #fff;
	text-align: center;
}
@media (max-width: 767px) {
	.landing-page-content{
		margin-top: 120px !important;
		margin-bottom: 140px !important;
		padding: 0 20px;
	}
	.landing-page-content h1{
		font-size: 50px;
	}
	.landing-page-content h2{
		margin-top: 10px;
	}
}
@media (min-width: 768px) {
	.landing-page-content h1{
		font-size: 240px;
	}
}

/**
 * WooCommerce
 */
html .woocommerce div.product{
	background-color: #e5e5e5;
	height: 1250px;
}
html .woocommerce div.product div.product-large-background{
    position: absolute;
    width: 100%;
    height: 100%;
}
html .woocommerce div.single-product-controls{
	position: absolute;
	top: 400px;
}
html .woocommerce div.single-product-controls .flex-direction-nav .flex-prev{
	display: none;
}
html .woocommerce div.single-product-controls .flex-direction-nav .flex-next{
	text-align:left;
	width: 55px;
    height: 55px;
    margin: 0;
    opacity: 0.8;
	background:url('images/icon-360.png') no-repeat;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	html .woocommerce div.single-product-controls .flex-direction-nav .flex-next{
		background:url('images/icon-360-hires.png') no-repeat;
		background-size:contain;
	}
}
html .woocommerce div.single-product-controls .flex-direction-nav .flex-next:hover{
    opacity: 1;
}
html .woocommerce div.single-product-controls .fit-guide-link{
	width: 55px;
    height: 55px;
    position: relative;
    top: 94px;
    cursor: pointer;
    opacity: 0.8;
	background:url('images/icon-fit-guide.png') no-repeat;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
html .woocommerce div.single-product-controls .fit-guide-link:hover{
	opacity: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	html .woocommerce div.single-product-controls .fit-guide-link {
		background:url('images/icon-fit-guide-hires.png') no-repeat;
		background-size:contain;
	}
}
html .woocommerce div.single-product-content div.summary{
	margin-top: 165px;
}
html .woocommerce div.single-product-content div.cross-sells{
	margin-bottom: 100px;
}
html .woocommerce div.single-product-content div.images, html .woocommerce div.single-product-content div.summary{
	background-color: #fff;
}
html .woocommerce div.single-product-content div.images{
	margin-bottom:0;
	padding:0 60px;
}
html .woocommerce #content div.product div.images, html .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width: 100%;
	float: none;
}
html .woocommerce #content div.product div.images a, html .woocommerce div.product div.images a, .woocommerce-page #content div.product div.images a, .woocommerce-page div.product div.images a{
	display: block;
	position: relative;
}
html .woocommerce #content div.product div.summary, html .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	width: 100%;
	float: none;
	text-align: center;
    margin-bottom: 5px;
}
html .woocommerce #content div.product div.summary span.sku_wrapper span.sku, html .woocommerce div.product div.summary span.sku_wrapper span.sku, .woocommerce-page #content div.product div.summary span.sku_wrapper span.sku, .woocommerce-page div.product div.summary span.sku_wrapper span.sku{
	font-family: Arial, sans-serif;
	font-style:normal;
	font-weight:400;
	font-size:10px;
	text-transform:uppercase;
	color:#aeaeae;
}
html .woocommerce div.product p.price, html .woocommerce div.product span.price{
	font-family: "futura-pt", sans-serif;
	font-style:normal;
	font-weight:500;
	font-size:14px;
	color:#313131;
}
html .woocommerce div.product p.stock{
	display: none;
}
html .woocommerce div.product .addthis_sharing_toolbox_divider{
	border-top: 1px solid #e6e2de;
	margin: 20px 0px;
}
html .woocommerce #content div.product div.cross-sells, html .woocommerce div.product div.cross-sells, .woocommerce-page #content div.product div.cross-sells, .woocommerce-page div.product div.cross-sells{
	text-align: center;
	background-color: #fff;
}
.single-product-content .summary, .single-product-content .cross-sells{
    padding-top:20px;
    padding-bottom:20px;
}
@media (min-width: 768px){
    .single-product-content .summary, .single-product-content .cross-sells{
        padding-left:80px;
        padding-right:80px;
    }
}
.woocommerce-product-sold-out{
	display: block;
    width: 100%;
}
.woocommerce-product-sold-out h3{
    color: #fff;
    margin: 0px 6px;
    padding: 10px;
    background-color: #313131;
}
html .woocommerce div.product form.cart .variations label{
	margin-top:8px;
	margin-right:8px;
}
html .woocommerce #shipping_method label{
	display:inline;
}
.reset_variations{
	margin-top:5px;
}
html .woocommerce div.product form.cart .variations{
	margin-bottom:20px;
}
html .woocommerce div.product form.cart table td{
	padding:0;
}
html .woocommerce #respond input#submit, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button{
	background-color: transparent;
	border:1px solid #eee;
	border-radius: 0;
	color: #333;
	line-height: 1.42857;
	padding: 22px 40px;
	text-transform:uppercase;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
html .woocommerce .woocommerce-message a.button, html .woocommerce .woocommerce-info a.button, html .woocommerce .woocommerce-error a.button{
	padding:0;
	background:transparent;
	border:none;
}
html .woocommerce .woocommerce-message a.button:focus, html .woocommerce .woocommerce-info a.button:focus, html .woocommerce .woocommerce-error a.button:focus,
html .woocommerce .woocommerce-message a.button:hover, html .woocommerce .woocommerce-info a.button:hover, html .woocommerce .woocommerce-error a.button:hover,
html .woocommerce .woocommerce-message a.button:active, html .woocommerce .woocommerce-info a.button:active, html .woocommerce .woocommerce-error a.button:active{
	color:#eaeaea;
}
html .woocommerce .ad-close-woocommerce-message{
	display:inline-block;
	float:right;
	text-transform:uppercase;
	font-weight:bold;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #707070;
	line-height:1.42857;
	text-decoration:none;
	-moz-transition:color 0.3s;
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
}
html .woocommerce .ad-close-woocommerce-message:hover{
	color:#eaeaea;
}
html .woocommerce #respond input#submit.alt, html .woocommerce a.button.alt, html .woocommerce button.button.alt, html .woocommerce input.button.alt{
	background:#313131;
	border-color:#313131;
	color:#fff;
}
html .woocommerce #respond input#submit.alt:focus, html .woocommerce a.button.alt:focus, html .woocommerce button.button.alt:focus, html .woocommerce input.button.alt:focus,
html .woocommerce #respond input#submit.alt:hover, html .woocommerce a.button.alt:hover, html .woocommerce button.button.alt:hover, html .woocommerce input.button.alt:hover{
	background:#000;
	color:#fff;
	border-color:#000;
}
html .woocommerce #respond input#submit.disabled, html .woocommerce #respond input#submit:disabled, html .woocommerce #respond input#submit:disabled[disabled], html .woocommerce a.button.disabled, html .woocommerce a.button:disabled, html .woocommerce a.button:disabled[disabled], html .woocommerce button.button.disabled, html .woocommerce button.button:disabled, html .woocommerce button.button:disabled[disabled], html .woocommerce input.button.disabled, html .woocommerce input.button:disabled, html .woocommerce input.button:disabled[disabled]{
	padding: 22px 40px;
}
.form-group.color-select{
	text-align:left;
}
.form-group.color-select label{
	margin-top:8px;
}
.form-group.color-select .form-control{
	display:inline-block;
	width:83%;
	float:right;
}
.woocommerce-order-received .woocommerce,
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce,
.woocommerce-account .woocommerce{
	margin-top:102px;
	margin-bottom:50px;
}
@media (min-width: 768px){
	.woocommerce-order-received .woocommerce,
	.woocommerce-cart .woocommerce,
	.woocommerce-checkout .woocommerce,
	.woocommerce-account .woocommerce	{
		margin-top:132px;
		margin-bottom:60px;
	}
}
html .woocommerce .pswp__caption{
	display: none !important;
	background: transparent;
}
html .woocommerce ul.order_details{
	padding:0;
	margin:40px 0;
}
html .woocommerce .woocommerce-error, html .woocommerce .woocommerce-info, html .woocommerce .woocommerce-message, html .woocommerce-page .woocommerce-message{
	margin-bottom:0 !important;
	position:absolute;
	top:51px;
	left:0;
	width:100%;
	z-index:2;
	border:none;
	padding: 10px 20px !important;
	background:#000;
	background:rgba(0, 0, 0, 0.8);
	color:#fff;
}
html .woocommerce .woocommerce-info + .container + .woocommerce-info{
    top:110px;
}
html .woocommerce .woocommerce-error:before, html .woocommerce .woocommerce-info:before, html .woocommerce .woocommerce-message:before, html .woocommerce-page .woocommerce-message:before{
	display:none !important;
}
html .woocommerce .woocommerce-error a, html .woocommerce .woocommerce-info a, html .woocommerce .woocommerce-message a, html .woocommerce-page .woocommerce-message a{
	color:#fff;
}
@media (min-width: 768px) {
	html .woocommerce .woocommerce-error, html .woocommerce .woocommerce-info, html .woocommerce .woocommerce-message, html .woocommerce-page .woocommerce-message{
		top:66px;
	}
	html .woocommerce .woocommerce-info + .container + .woocommerce-info{
	    top:106px;
	}
}
.ad-woocommerce-toolbar{
	position:absolute;
	top:0;
	right:0;
}
.ad-woocommerce-cart-btn{
	margin-top:14px;
	display:block;
	width:32px;
	height:30px;
	background:url('images/icon-cart.png') no-repeat right bottom;
}
.ad-woocommerce-cart-btn .cart-count{
	display:inline-block;
	width:24px;
	height:24px;
	background:#313131;
	border:1px solid #fff;
	color:#fff;
	border-radius:50%;
	line-height:22px;
	text-align:center;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}
.fsn-menu.main .login-btn{
	font-family: "futura-pt", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	float: left;
	padding: 24px 8px;
	opacity:1;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.fsn-menu.main:hover .login-btn{
	opacity:0.4;
}
.fsn-menu.main:hover .login-btn:hover{
	opacity:1;
}
html .woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding-left: 0;
}
html .woocommerce-account .woocommerce-MyAccount-navigation ul > li > a{
	font-family: "futura-pt", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 10px 0;
}
html .woocommerce-account .woocommerce-MyAccount-content{
	margin-top: 5px;
}
html .woocommerce table.my_account_orders {
    font-size: inherit;
}
.woocommerce table.account-payment-methods-table td, .woocommerce table.account-payment-methods-table th{
	vertical-align: middle;
}
@media (max-width: 767px) {
	.fsn-menu.main .login-btn, .fsn-menu.main:hover .login-btn{
		opacity: 1;
		padding: 10px 11px;
		margin-bottom: 8px;
	}
	.fsn-menu.main .navbar-nav{
		margin-bottom: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul{
		padding-left: 0;
	}
	.woocommerce-account .woocommerce-MyAccount-navigation ul > li > a{
		padding: 10px 15px;
	}
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	.ad-woocommerce-cart-btn	{
		background-image:url('images/icon-cart-hires.png');
		background-size:14px auto;
	}
}
@media (min-width: 768px) {
	html .woocommerce #content table.cart td.actions .input-text, html .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text{
		width:110px;
		height:58px;
		line-height:58px;
		padding-top:0;
		padding-bottom:0;
	}
	html .woocommerce-account .woocommerce-MyAccount-navigation{
		width: 25%;
	}
	html .woocommerce-account .woocommerce-MyAccount-content{
		width: 75%;
	}
}
.select2-container .select2-choice, .select2-container--default .select2-selection--single{
	border-radius:0;
	border-color:#eaeaea;
	height:34px;
	line-height:34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height:34px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	margin-top: 0;
}
.select2-container--classic .select2-results>.select2-results__options, .select2-container--default .select2-results>.select2-results__options{
	background: #fafafa;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background: #eaeaea;
	color:#5a5a5a;
}
.select2-drop-active, .select2-dropdown .select2-results__option--highlighted{
	border-color:#eaeaea;
}
.select2-drop{
	border-radius:0;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices,
.select2-drop.select2-drop-above, .select2-dropdown{
	border-color:#eaeaea;
	border-radius:0;
}
.select2-drop.select2-drop-above.select2-drop-active, .select2-dropdown .select2-results__option--highlighted{
	border-color:#eaeaea;
}
input[type="text"]#billing_state, input[type="text"]#shipping_state, #payment input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color:#5a5a5a;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #eaeaea;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]#billing_state:focus, input[type="text"]#shipping_state:focus, #payment input[type="text"]:focus{
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]#billing_state::-moz-placeholder, input[type="text"]#shipping_state::-moz-placeholder, #payment input[type="text"]::-moz-placeholder{
	color: #999999;
	opacity: 1;
}
input[type="text"]#billing_state:-ms-input-placeholder, input[type="text"]#shipping_state:-ms-input-placeholder, #payment input[type="text"]:-ms-input-placeholder{
	color: #999999;
}
input[type="text"]#billing_state::-webkit-input-placeholder, input[type="text"]#shipping_state::-webkit-input-placeholder, #payment input[type="text"]::-webkit-input-placeholder{
	color: #999999;
}

html .woocommerce form .form-row.woocommerce-invalid #billing_state, html .woocommerce form .form-row.woocommerce-invalid #shipping_state{
	border-color: #a00;
}
.woocommerce-checkout #payment{
	border-radius:0;
}
html .woocommerce form.checkout_coupon, html .woocommerce form.login, html .woocommerce form.register{
	border-radius:0;
	border-color:#eaeaea;
}
html .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float:left;
}
html .woocommerce .table.cart{
	border: none;
	border-radius: 0;
	border-bottom:1px solid #dddddd;
}
html .woocommerce table.shop_table{
	border: none;
}
html .woocommerce a.remove{
	color:#5a5a5a !important;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
}
html .woocommerce a.remove:hover{
	background:#5a5a5a;
}
.woocommerce-account html .woocommerce .edit{
	margin-top:20px;
}
html .woocommerce div.cross-sells span.price{
	font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #aeaeae;
}
.content-roll-item.grid.product .content-roll-item-content span.price{
	font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #aeaeae;
	margin-top:30px;
	margin-bottom:5px;
}
.pp_gallery{
	display: none !important;
}
html .woocommerce form .form-row.create-account .input-checkbox{
	margin-top: 6px;
}
html .woocommerce form .form-row.create-account .checkbox > span{
	margin-left: 15px;
}
@media (max-width: 767px) {
	html .woocommerce ul.order_details{
		margin: 10px 0;
	}
	html .woocommerce .order_details li{
		margin-bottom: 10px;
		border-right: none;
		display: block;
		width: 100%;
	}
	html .woocommerce table.shop_table_responsive tbody th, html .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive thead{
	    display: block;
	}
	html .woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before{
		content:'';
	}
	#ship-to-different-address .checkbox input[type="checkbox"], #ship-to-different-address .checkbox-inline input[type="checkbox"]{
		margin-left: 0;
	}
	#ship-to-different-address label > span{
		margin-left: 20px;
	}
}

/**
 * SHOP
 */

html .woocommerce div.product.content-roll-item{
	background: none;
	height: auto;
}
html .woocommerce div.single-product-content div.summary{
	margin-top: 120px;
}
html .woocommerce div.product form.cart div.quantity{
	width: 100%;
}
html .woocommerce div.product form.cart div.quantity label{
	display: inline-block;
    width: 11%;
    float: left;
    text-align: right;
}
html .woocommerce div.product form.cart div.quantity .qty{
	display: inline-block;
    width: 83%;
    float: right;
    text-align: left;
	margin: 0px;
}
html .woocommerce div.product form.cart .button{
	display: inline-block;
    width: 100%;
    margin-top: 20px;
}
html .woocommerce #content div.product div.cross-sells .cross-sells-image, html .woocommerce div.product div.cross-sells .cross-sells-image, .woocommerce-page #content div.product div.cross-sells .cross-sells-image, .woocommerce-page div.product div.cross-sells .cross-sells-image{
	display: block;
	position: relative;
}
html .woocommerce #content div.product div.cross-sells img, html .woocommerce div.product div.cross-sells img, .woocommerce-page #content div.product div.cross-sells img, .woocommerce-page div.product div.cross-sells img{
	padding: 0px 40px;
}
html .woocommerce #content div.product div.cross-sells .content-roll-item-image-overlay, html .woocommerce div.product div.cross-sells .content-roll-item-image-overlay, .woocommerce-page #content div.product div.cross-sells .content-roll-item-image-overlay, .woocommerce-page div.product div.cross-sells .content-roll-item-image-overlay{
	width: 100px;
	display: block;
	margin-left: 104px;
}
div.pp_woocommerce div.ppt, div.pp_woocommerce .pp_description, div.pp_woocommerce .pp_nav{
	display: none !important;
}

/**
 * Product Roll
 */
.post-type-archive-product .content-roll-filters{
	text-align: left;
}
.post-type-archive-product .content-roll-item-wrap{
	height: 314px;
}
.post-type-archive-product .content-roll-item-wrap .out-of-stock{
	display: block;
	width: 100%;
	top: 110px;
	left: 0px;
    position: absolute;
}
.post-type-archive-product .content-roll-item-wrap .out-of-stock h3{
    color: #fff;
    margin: 0px 6px;
    padding: 10px;
    background-color: #313131;
}
.post-type-archive-product .content-roll-item-image-wrap img{
    padding: 25px 40px 0px 40px;
}
.post-type-archive-product .content-roll-product-overlay{
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-moz-transition:opacity 0.3s;
	-webkit-transition:opacity 0.3s;
	transition:opacity 0.3s;
}
.post-type-archive-product .content-roll-product-overlay:hover{
	opacity: 1;
}
.no-opacity .post-type-archive-product .content-roll-product-overlay{
	visibility:hidden;
}
.no-opacity .post-type-archive-product .content-roll-item.product:hover .content-roll-product-overlay{
	visibility:visible;
}
.post-type-archive-product .content-roll-product-overlay img{
	padding: 0px;
}
.post-type-archive-product .content-roll-item-content h5{
	text-transform: uppercase;
}
.post-type-archive-product .content-roll-item-content h6{
	margin-top: 0px;
}
.post-type-archive-product .load-more-container {
	margin-top: 20px;
}

/*-----------------------------------------------------------*/
/* Responsive Breakpoints (copied from Bootstrap)
/*-----------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* This is the default viewport */
@media (max-width: 767px) {
	.mobile-margin-top-0	{
		margin-top:0 !important;
	}
	.mobile-margin-bottom-0	{
		margin-bottom:0 !important;
	}
	.mobile-margin-top-10	{
		margin-top:10px !important;
	}
	.mobile-margin-bottom-10	{
		margin-bottom:10px !important;
	}
	.mobile-margin-top-15	{
		margin-top:15px !important;
	}
	.mobile-margin-bottom-15	{
		margin-bottom:15px !important;
	}
	.mobile-margin-top-20	{
		margin-top:20px !important;
	}
	.mobile-margin-bottom-20	{
		margin-bottom:20px !important;
	}
	.mobile-margin-top-30	{
		margin-top:30px !important;
	}
	.mobile-margin-bottom-30	{
		margin-bottom:30px !important;
	}
	.mobile-margin-top-40	{
		margin-top:40px !important;
	}
	.mobile-margin-bottom-40	{
		margin-bottom:40px !important;
	}
	.mobile-margin-top-50	{
		margin-top:50px !important;
	}
	.mobile-margin-bottom-50	{
		margin-bottom:50px !important;
	}
	.mobile-margin-top-80	{
		margin-top:80px !important;
	}
	.mobile-padding-top-0	{
		padding-top:0px !important;
	}
	.mobile-padding-bottom-0 	{
		padding-bottom:0px !important;
	}
	.mobile-padding-left-0	{
		padding-left:0px !important;
	}
	.mobile-padding-right-0	{
		padding-right:0px !important;
	}
	.mobile-padding-top-10	{
		padding-top:10px !important;
	}
	.mobile-padding-bottom-10 	{
		padding-bottom:10px !important;
	}
	.mobile-padding-left-10	{
		padding-left:10px !important;
	}
	.mobile-padding-right-10	{
		padding-right:10px !important;
	}
	.mobile-padding-top-15	{
		padding-top:15px !important;
	}
	.mobile-padding-bottom-15	{
		padding-bottom:15px !important;
	}
	.mobile-padding-left-15	{
		padding-left:15px !important;
	}
	.mobile-padding-right-15	{
		padding-right:15px !important;
	}
	.mobile-padding-top-20	{
		padding-top:20px !important;
	}
	.mobile-padding-bottom-20	{
		padding-bottom:20px !important;
	}
	.mobile-padding-left-20	{
		padding-left:20px !important;
	}
	.mobile-padding-right-20	{
		padding-right:20px !important;
	}
	.mobile-padding-top-30	{
		padding-top:30px !important;
	}
	.mobile-padding-bottom-30	{
		padding-bottom:30px !important;
	}
	.mobile-padding-left-30	{
		padding-left:30px !important;
	}
	.mobile-padding-right-30	{
		padding-right:30px !important;
	}
	.mobile-padding-top-40	{
		padding-top:40px !important;
	}
	.mobile-padding-bottom-40	{
		padding-bottom:40px !important;
	}
	.mobile-padding-left-40	{
		padding-left:40px !important;
	}
	.mobile-padding-right-40	{
		padding-right:40px !important;
	}
	.mobile-text-align-center, .mobile-text-align-center *	{
		text-align:center !important;
	}
	.mobile-text-align-left, .mobile-text-align-left *	{
		text-align:left !important;
	}
	.mobile-text-align-right, .mobile-text-align-right *	{
		text-align:right !important;
	}
	.mobile-background-image-none	{
		background-image:none !important;
	}
	h1	{
		font-size:32px;
	}
	h2 	{
		font-size:18px;
	}
	.btn, html .woocommerce #respond input#submit, html .woocommerce a.button, html .woocommerce button.button, html .woocommerce input.button {
		padding-left:20px;
		padding-right:20px;
	}
	.dropdown-menu .divider {
		margin: 9px 25px;
		background-color: rgba(255, 255, 255, 0.1);
	}
	.navbar #searchform .btn	{
		display:none;
	}
	.admin-bar #wrap > .component:first-child{
		top:46px;
	}
	#wrap > .component:first-child{
		width:100%;
		background:rgba(0, 0, 0, 0.5);
	}
	#wrap > .component:first-child .navbar-header{
		text-align:center;
		height:50px;
	}
	#wrap > .component:first-child .navbar-header .navbar-brand{
		display:inline-block !important;
		float:none;
		padding-top:7px;
		padding-bottom:7px;
	}
	#wrap > .component:first-child .navbar-brand > img	{
		width:145px;
		height:auto;
		margin-top:2px;
	}
	.navbar-default .navbar-toggle	{
		background-color:rgba(0, 0, 0, 0.4);
		border-color:transparent;
		border-radius:0;
		position:absolute;
		top:0;
		left:0;
		margin-right:0;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active	{
		background-color:rgba(0, 0, 0, 0.4);
	}
	.navbar-default .navbar-toggle .icon-bar	{
		background:#fff;
	}
	.nav-tabs > li > a	{
		margin-left:10px;
		font-size:12px;
	}
	.nav-tabs > li:first-child > a	{
		margin-left:0;
	}
	.fsn-menu.main .navbar-nav > li > a	{
		padding-top:10px;
		padding-bottom:10px;
		opacity:1 !important;
	}
	.fsn-image.masthead-logo img	{
		width:250px;
		height:29px;
		margin:0 auto 60px;
	}
	.static-masthead	{
		 background-size:cover !important;
	}
	.static-masthead > .row > .col-sm-12 > .fsn-column-inner{
		margin-top:136px !important;
		margin-bottom:137px !important;
	}
	.masthead .masthead-item-content .gallery-item-button,
	.masthead-cta{
		display:inline-block;
		background:#fff;
		color:#313131;
		font-family: "futura-pt", sans-serif;
		font-size:14px;
		text-transform:uppercase;
		text-decoration:none;
		padding:8px 12px;
	}
	.masthead .masthead-item-content .gallery-item-button:focus, .masthead .masthead-item-content .gallery-item-button:hover, .masthead .masthead-item-content .gallery-item-button:active,
	a.masthead-cta:focus, a.masthead-cta:hover, a.masthead-cta:active{
		background:#fff;
		color:#313131 !important;
	}
	.fsn-gallery.featured .simple-container{
		margin-left:-15px;
		margin-right:-15px;
	}
	.fsn-gallery.featured .simple-container .simple-item-content .gallery-item-headline{
		width:125px;
		height:14px;
	}
	.fsn-gallery.featured .simple-container .simple-item-content .gallery-item-desc.h2{
		margin-top:10px;
		font-size:14px;
	}
	.fsn-gallery.featured .simple-container .simple-item-content hr{
		margin-top:0;
		margin-bottom:0;
	}
	.fsn-gallery.featured .simple-container .simple-item-content{
		position:absolute;
		bottom:45px;
		top:auto;
		color:#fff;
	}
	.simple-container .fullscreen-trigger{
		bottom:10px;
		right:10px;
		width:40px;
		height:40px;
		background-size:contain;
	}
	.flex-direction-nav a {
		width:40px;
		height:40px;
		margin:-20px 0 0;
	}
	.flexslider .flex-direction-nav a.flex-prev	{
		left:5px;
		background:url('images/icon-arrow-left-hires.png') no-repeat;
		background-size:contain;
	}
	.flexslider .flex-direction-nav a.flex-next	{
		right:5px;
		background:url('images/icon-arrow-right-hires.png') no-repeat;
		background-size:contain;
	}
	.flexslider:hover .flex-direction-nav a.flex-prev	{
		left:5px;
	}
	.flexslider:hover .flex-direction-nav a.flex-next	{
		right:5px;
	}
	.carousel-container	{
		padding-left:15px;
		padding-right:15px;
	}
	.carousel-mobile.flexslider	{
		text-align:center;
	}
	.footer	{
		text-align:center;
	}
	.footer-autoplay-video	{
		display:none;
	}
	.footer-card-content	{
		padding:60px 0 70px !important;
		width:auto !important;
	}
	.mobile-video-placeholder	{
		margin-left:-15px;
		margin-right:-15px;
	}
	.modal-component-controls	{
		overflow:hidden;
	}
	.logo-footer img	{
		display:inline-block;
	}
	#mc_embed_signup_scroll input.email	{
		margin-left:0;
		width:60%;
	}
	#mc_embed_signup_scroll input[type="submit"]	{
		width:auto;
	}
	#wrap > .component:last-child	{
		text-align:center;
	}
	#wrap > .component:last-child .footer-mobile-menu	{
		overflow:hidden;
	}
	#wrap > .component:last-child .footer-mobile-menu li	{
		float:left;
		width:46%;
		border-top:1px solid #e9e9e9;
	}
	#wrap > .component:last-child .footer-mobile-menu li:first-child, #wrap > .component:last-child .footer-mobile-menu li:nth-child(2)	{
		border-top:none;
	}
	#wrap > .component:last-child .footer-mobile-menu li:nth-child(even)	{
		margin-left:8%;
	}
	#wrap > .component:last-child .footer-mobile-menu li a	{
		display:block;
		padding:15px 0;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		text-align:center;
	}
	.fsn-menu.mobile_footer	{
		width:100%;
		height:44px;
		text-align:center;
		background:#313131;
		position:fixed;
		bottom:0;
		left:0;
		z-index:499;
	}
	.fsn-menu.mobile_footer a	{
		display:inline-block;
		padding:0 20px;
		margin-top:14px;
		margin-bottom:14px;
		font-weight:800;
		text-decoration:none;
		text-transform:uppercase;
		font-size:12px;
		color:#fff;
		line-height:16px;
		border-left:1px solid #5a5a5a;
	}
	.fsn-menu.mobile_footer a:first-child	{
		border-left:none;
	}
	.mobile-product-grid .col-sm-6	{
		width:50%;
		float:left;
	}
	.mobile-product-grid .col-sm-offset-3	{
		margin-left:25%;
	}
	.content-roll-sorters	{
		width:100%;
	}
	.content-roll-sorters .form-control	{
		font-size:16px;
	}
	.single-product .woocommerce-product-set-slider-container	{
		display:none;
	}
	.single-product .single-product-controls	{
		display:none;
	}
	html .woocommerce div.single-product-content div.mobile-product-image	{
		margin-top:0px;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}
	html .woocommerce div.single-product-content div.images {
		padding: 0 80px;
	}
	html .woocommerce div.single-product-content div.summary	{
		margin-top:0px;
	}
	html .woocommerce #content div.product div.summary, html .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary	{
		padding-left:15px;
		padding-right:15px;
	}
	html .woocommerce div.single-product-content div.cross-sells	{
		margin-bottom:15px;
	}
	html .woocommerce div.product	{
		height:auto;
	}
	html .woocommerce .woocommerce-error .button, html .woocommerce .woocommerce-info .button, html .woocommerce .woocommerce-message .button	{
		clear:right;
		font-size:10px;
		width:30%;
		margin-top:12px;
		text-align:right;
	}
	html .woocommerce .ad-close-woocommerce-message	{
		font-size:10px;
		width:30%;
		margin-left:0;
		padding-left:0;
		border-left:none;
		text-align:right;
		margin-top:10px;
	}
	.content-roll-product-overlay	{
		display:none !important;
	}
	.content-roll-item-image-overlay	{
		display:none !important;
	}
	.content-roll-filters	{
		padding-bottom:15px;
	}
	.ad-woocommerce-cart-btn	{
		margin-top:10px;
	}
	.post-type-archive-product .content-roll-item-wrap {
		height:auto;
		border-bottom: 1px solid #e6e2de;
	    padding-bottom: 20px;
	}
	.content-roll-item.post, .content-roll-item.lookbook, .content-roll-item.press 	{
		margin-bottom:20px;
	}
	.content-roll-item-wrap	{
		border-bottom: 1px solid #e6e2de;
	    padding-bottom: 20px;
	}
	.ajax-content-roll-items-container	{
		margin-top:30px;
	}
	.load-more-container	{
		margin-bottom:40px;
	}
	.single-lookbook .hentry > .full-width-row > .container > .row > .col-sm-3 > .fsn-column-inner	{
		padding-bottom:15px;
		margin-bottom:20px;
		border-bottom:1px solid #e6e2de;
	}
	.single-lookbook .hentry > .full-width-row	{
		margin-top:0 !important;
	}
	.large-background-section{
	    background-size: 140% !important;
	    background-position: center top !important;
	}
	.large-background-section .col-sm-4 > .fsn-column-inner{
		margin-top: 140% !important;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.masthead .masthead-item-content .gallery-item-button, .masthead-cta	{
		display:block;
		position:absolute;
		top:50%;
		right:-120px;
		z-index:3;
		width:308px;
		height:68px;
		text-align:center;
		line-height:68px;
		background:#fff;
		color:#313131;
		font-family: "futura-pt", sans-serif;
		font-size:14px;
		text-transform:uppercase;
		text-decoration:none;
		-moz-transition:background 0.3s, color 0.3s;
		-webkit-transition:background 0.3s, color 0.3s;
		transition:background 0.3s, color 0.3s;
		-moz-transform:rotate(-90deg);
		-ms-transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
		transform:rotate(-90deg);
	}
	.masthead .masthead-item-content .gallery-item-button:focus, .masthead .masthead-item-content .gallery-item-button:hover,
	a.masthead-cta:focus, a.masthead-cta:hover, a.masthead-cta:active	{
		background:#313131;
		color:#fff !important;
	}
	.fsn-gallery.featured .simple-container .flex-direction-nav a.flex-prev	{
		left:150px;
	}
	.fsn-gallery.featured .simple-container .flex-direction-nav a.flex-next	{
		right:150px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#wrap, #wrap > .component:first-child{
		width:992px;
	}
	.mobile-product-image {
		display: none;
	}
}

/* Large devices (large desktops, 1128px and up) */
@media (min-width: 1128px) {
	#wrap, #wrap > .component:first-child{
		width:1128px;
	}
}

/* Large devices (large desktops, 1320px and up) */
@media (min-width: 1200px) {
	#wrap, #wrap > .component:first-child{
		width:1280px;
	}
}

/* Large devices (large desktops, 1320px and up) */
@media (min-width: 1320px) {
	#wrap, #wrap > .component:first-child{
		width:1320px;
	}
}
