/* CSS MADE BY CROSS INTERNET */

/* DEFAULT STUFF */
*, *:before, *:after{
	box-sizing:border-box;
}

::selection {
	background: #9A227D;
	color:#fff;
}

::-moz-selection {
	background: #9A227D;
	color:#fff;
}

html{
	float:left;
	width:100%;
	margin:0;
	padding:0;
}

body{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #171717;
	line-height: 26px;
}

img{
	border:0;
}

h1{
	color: #282828;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

h2{
	color: #282828;
	font-size:25px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

h3{
	color: #282828;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px 0;
	line-height: 1em;
}

a{
	text-decoration: none;
	color: #E5007E;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 15px 0;
}

strong{
	font-weight:700;
}

label{
	cursor:pointer;
}

textarea{
	resize:vertical;
}

input[type="submit"]{
	-webkit-appearance:none;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
	cursor:pointer;
	border:0;
}

#noBg {
	background: none!important;
}

#noBg .bigTitle {
	font-size: 70px!important;
	font-weight: 300!important;
}

#noBg.comingSoonBigSmall {
	font-size: 70px!important;
}

#youtubeVideo {
	float: left;
	width: 100%;
	padding: 30px 0;
}

#youtubeVideo iframe {
	float: left;
	width: 100%;
	height: 600px;
}

input[type="text"],
input[type="password"]{
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #171717;
	border:1px solid transparent;
	background:#E5E5E5;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
	margin:0;
}

input[type="text"]:focus,
input[type="password"]:focus{
	border:1px solid #36454F;
	outline:none;
}

textarea{
	float:left;
	padding:10px 15px;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #171717;
	border:1px solid transparent;
	background:#E5E5E5;
	margin:0;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
	line-height:20px;
}

textarea:focus{
	border:1px solid #36454F;
	outline:none;
}

/* REPEATABLE CLASSES */
.fullBlock{
	float:left;
	width:100%;
}

.container{
	width:100%;
	margin:0 auto;
	max-width:1400px;
	padding:0 30px;
}

.writtenText{
	font-family: 'Nothing You Could Do', cursive;
}

.succes{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	background:#88dc80;
	border:1px solid #266720;
	color:#266720;
	text-align:center;
	line-height:1;
	padding:15px;
}

/* HEADER */
.topHeader{
	/*background-image: url("../images/pattern.jpg");*/
	background-color:#474747;
    background-position: left top;
    background-repeat: repeat;
    padding: 10px 0;
}

.topHeader .logo{
	float:left;
	margin: 0 0 0 0;
}

.topHeader .logo img{
	max-width:200px;
	float:left;
}

.topHeader .headerButtons{
	float:right;
	padding:30px 0;
}

.topHeader .headerButtons a{
	float:right;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
	background:#9A227D;
	line-height:1em;
	margin:0 10px 0 0;
	height:36px;
	padding:9px 10px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.topHeader .headerButtons a:hover{
	background:#B72A95;
	text-decoration:none;
}

.topHeader .headerButtons a:active{
	background:#76165F;
}

.topHeader .headerButtons a.wishlistButton{
	margin:0 0 0 20px;
}

.topHeader .headerButtons a.b2b{
	margin:0 30px 0 0;
}

.topHeader .headerButtons a.socialMedia{
	width:36px;
	border-radius: 18px;
	text-align:center;
}


/* MENU */
.menu{
	background:#3D3B3B;
}
.menu .container{
	position:relative;
}
.menu ul{
	float:left;
	margin:0;
	list-style:none;
	padding:0;
}

.menu ul li{
	float:left;
	position:relative;
}

.menu ul li a{
	float:left;
	padding:15px;
	text-transform:uppercase;
	font-size:20px;
	line-height:20px;
	color:#fff;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.menu ul li a:hover{
	background:rgba(165,166,169,0.5);
	text-decoration:none;
}

.menu ul li a:active{
	background:rgba(0,0,0,0.5);
}
.menu ul li.forMobileMenu{
	display:none;
}


.menu ul li ul{
	max-height:0;
	overflow:hidden;
	position:absolute;
	top:100%;
	background:#98217C;
	margin:0;
	width:100%;
	left:0;
	z-index:5;
	padding:0;
	list-style:none;
	transition: max-height 0.5s;
	-webkit-transition: max-height 0.5s;
}

.menu ul li ul li{
	float:left;
	width:100%;
}

.menu ul li ul li a{
	float:left;
	width:100%;
	padding:10px;
	line-height:1;
}

.menu ul li ul li a:hover{
	background:rgba(255,255,255,0.5);
}

.menu ul li:hover ul{
	max-height:300px;
}

#toggleMobileMenu{
	display:none;
}

.selectLanguage{
	float:right;
	height:48px;
	overflow:hidden;
	position:absolute;
	right:30px;
	top:0;
	z-index:5;
	display:block;
}

.selectLanguage.on{
	height:auto;
	overflow:initial;
}

.selectLanguage a.active{
	color: #fff;
    float: left;
    margin: 0;
    padding: 17px 0 16px;
    text-align: center;
    width: 40px;
}

.selectLanguage a.active img{
	float:left;
}

.selectLanguage a.active i{
	float:right;
	margin:0 0 0 10px;
}

.selectLanguage a.active:hover{
	background:transparent;
}

.selectLanguage a{
	float:left;
	width:100%;
	text-align:center;
	padding: 8px 0;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.selectLanguage a:hover{
	background: #e5e5e5;
}

.selectLanguage a:last-of-type{
	border-bottom:1px solid transparent;
}

.selectLanguage a img{
	display:inline-block;
}

/* NEW HEADER */
.newHeader{
	color:#fff;
	background:#3b3b3b;
	text-align:center;
}

.newHeader .logo{
	float:left;
	line-height:0;
	position:absolute;
	left:20px;
	top:24px;
}
.newHeader .logo img{
	height:65px;
}

.newHeader a{
	color:#fff;
	text-decoration:none;
}

.newHeader > ul{
	display:inline-block;
	margin:0 0;
	padding:0;
	list-style:none;
	vertical-align:top;
}
.newHeader > ul > li{
	float:left;
	margin:0;
	padding:45px 0;
	position:relative;
}
.newHeader > ul > li > a{
	float:left;
	text-transform:uppercase;
	margin:0 15px;
	font-size:18px;
	position:relative;
}

.newHeader > ul > li > a:after{
	content:"";
	height:2px;
	background:#98217C;
	width:0%;
	position:absolute;
	bottom:-2px;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: width 0.3s;
	-webkit-transition: width 0.3s;
}

.newHeader > ul > li > a:hover:after{
	width:100%;
}

.newHeader > ul > li > ul{
	max-height:0;
	overflow:hidden;
	position:absolute;
	top:100%;
	background:#98217C;
	margin:0;
	width:100%;
	left:0;
	z-index:5;
	padding:0;
	list-style:none;
	transition: max-height 0.5s;
	-webkit-transition: max-height 0.5s;
}

.newHeader > ul > li > ul > li{
	float:left;
	width:100%;
}

.newHeader > ul > li > ul > li > a{
	float:left;
	width:100%;
	padding:10px;
	line-height:1;
}

.newHeader > ul > li > ul > li > a:hover{
	background:rgba(255,255,255,0.5);
}

.newHeader > ul > li:hover > ul{
	max-height:300px;
}

.newHeader .headerButtons{
	float:right;
	font-size:24px;
	padding:0 0;
	position:absolute;
	right:20px;
	top:35px;
}

.newHeader .headerButtons a{
	float:left;
	padding:10px;
	margin:0 0 0 10px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.newHeader .headerButtons a:hover{
	color:#9a227d;
}

.mobileMenuButtons{
	display:none;
}

/* BANNER */
.banner{
	height: calc(100vh - 185px);
	position:relative;
	z-index:1;
	background-size:cover;
	background-position: 100% center;
	display:none;
	transition: opacity 0.3s, background-position 0.3s;
	-webkit-transition: opacity 0.3s, background-position 0.3s;
}

.banner.currentBanner{
	display:block;
	transition: opacity 0.3s, background-position 0.3s;
	-webkit-transition: opacity 0.3s, background-position 0.3s;
}

#pageBanner {
	height: 295px;
	background-image: url(../images/banners/pageBanner.jpg);
	background-size: cover;
	background-position:center center;
}

.bannerOverlay{
	background-image:url(../images/banners/bannerPattern.png);
	background-repeat:repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}

.bannerContent{
	position:absolute;
	top:50%;
	left:50%;
	z-index:3;
	text-align:center;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.bannerSticker{
	padding:5px 20px;
	font-size:40px;
	line-height:1em;
	background:#9A227D;
	color:#fff;
	z-index:1;
	display:inline-block;
	position: absolute;
    top: -24px;
	left: 50%;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.bannerText{
	padding:50px 30px 30px 30px;
	background: rgba(255,255,255,0.75);
	text-align:center;
	display:inline-block;
}

.bannerTitle{
	font-size: 50px;
	font-weight:700;
	color:#171717;
	float:left;
	width:100%;
	line-height:1em;
	text-transform:uppercase;
	margin:0 0 20px 0;
}
.bannerText p{
	float:left;
	width:100%;
	font-size:30px;
	line-height:1.3em;
	color:#171717;
}
.bannerText p:last-of-type{
	margin:0;
}

.bannerButton{
	display:inline-block;
	padding:20px 30px;
	font-size:34px;
	font-weight:700;
	line-height:1em;
	color:#fff;
	background:#171717;
	margin:30px 0 0 0;
	text-transform:uppercase;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.bannerButton:hover{
	text-decoration:none;
	background:#3d3b3b;
}

.banner.bannerTooSmall{
	height: auto !important;
}
.banner.bannerTooSmall .container{
	padding:0;
}
.banner.bannerTooSmall .bannerOverlay{
	position:relative;
	padding:30px;
}

.banner.bannerTooSmall .bannerContent{
	position:relative;
	width:100% !important;
	transform:none;
	-webkit-transform:none;
	left:auto;
	top:auto;
}

.banner.bannerTooSmall .bannerContent .bannerText{
	width:100%;
}

/* LOOKBOOK&STORELOCATOR */
.lbsl{
	padding:30px 0;
	text-align:center;
	text-transform:uppercase;
	display: -webkit-box;
	display: -moz-box; 
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;   
}

.lbsl .title{
	font-size: 34px;
	font-weight: 700;
	float:left;
	width:100%;
	margin:0 0 0 0;
	line-height:1em;
}

.lbsl a{
	color: #171717;
	padding:30px;
}

.lbsl a:hover{
	text-decoration:none;
}

.lbsl .blackButton,
.blackButton,
#text .blackButton{
	display:inline-block;
	padding:15px;
	font-size:24px;
	font-weight:700;
	line-height:1em;
	color:#fff;
	background:#171717;
	text-decoration:none;
	margin:30px 0 0 0;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.lbsl .blackButton:hover,
.blackButton:hover,
#text .blackButton:hover{
	text-decoration:none;
	background:#3d3b3b;
}

.blackButton,
#text .blackButton{
	margin:0 0 0;
}

.shoeImages {
	margin-bottom: 30px;
}

.shoeImages img {
	float: left;
	width: 100%;
}

/* LOOKBOOK */
.lookbookBlock{
	float:left;
	width:49%;
	margin:0 2% 0 0;
}

.lookbookBlock .writtenText{
	font-size:46px;
	line-height:1em;
	text-transform:none;
	float:left;
	width:100%;
}

.lookbookBlock .lbImage{
	float:left;
	width:100%;
}

.lookbookBlock .lbImage img{
	max-width:100%;
}

/* LOCATOR */
.storelocatorBlock{
	float:right;
	width:49%;
	background:#e5e5e5;
}

.storelocatorBlock .slImage{
	float:left;
	width:100%;
}

.storelocatorBlock .slImage img{
	max-width:100%;
}

.storelocatorBlock .title{
	margin:0 0 12px 0;
}

/* SLIDER */
.slider a{
	float:left;
    padding-bottom: 20%;
    width: 20%;
	position:relative;
	background-size:cover;
	background-position:center center;
}
.slider a .slideHover{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	color:#fff;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.slider a:hover .slideHover{
	opacity:1;
}

.slider a .slideHover .slideContent{
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width:100%;
	padding: 0 10px;
	text-align:center;
}

.slider a .slideHover .slideContent .writtenText{
	float:left;
	width:100%;
	font-size: 34px;
	line-height:1em;
	margin:0 0 20px 0;
}

.slider a .slideHover .slideContent .button{
	display:inline-block;
	padding:15px;
	font-weight:700;
	text-transform:uppercase;
	font-size:24px;
	line-height:1em;
	background:#fff;
	color:#171717;
}

#text {
	padding: 20px 0;
}

#text a {
	color: #171717;
	text-decoration: underline;
}

/* BRANDS&TEXT */
.brands{
	padding:30px 0;
	background:#e5e5e5;
}

.brandsBlock a{
	float:left;
	height: 0;
    padding-bottom: 32%;
    width: 49%;
	margin:0 2% 0 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
}

.brandsBlock a:last-of-type{
	margin:0;
}

.brandsBlock a img{
	max-width:100%;
	padding:0 30px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: transform 1s, -webkit-transform 1s;
	-webkit-transition: transform 1s, -webkit-transform 1s;
}

.brandsBlock a:hover img{
	transform: translate(-50%,-50%) scale(1.2);
	-webkit-transform: translate(-50%,-50%) scale(1.2);
	transition: transform 3s, -webkit-transform 3s;
	-webkit-transition: transform 3s, -webkit-transform 3s;
}

.homeText{
	float:left;
	width:100%;
	margin:30px 0 0 0;
}

.homeText h2.writtenText{
	float:left;
	width:100%;
	text-align:center;
}

.homeText .readMore{
	display:inline-block;
	padding:15px;
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;
	line-height:1em;
	background:transparent;
	color:#171717;
	border:2px solid #171717;
	cursor:pointer;
}

/* TOPFOOTER */
.topFooter{
	background:#3D3B3B;
	color:#ffffff;
	padding:30px 0;
}

.topFooter a{
	color:#ffffff;
}

.topFooter .footerBlock{
	float:left;
	width:32%;
	margin:0 2% 0 0;
}

.topFooter .footerBlock:last-of-type{
	margin:0;
}

.topFooter .footerBlock .title{
	float:left;
	width:100%;
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:1em;
}

.topFooter .footerBlock.contact ul{
	float:left;
	width:100%;
	padding:0 20px 0 0;
	margin:0;
	list-style:none;
}

.topFooter .footerBlock.contact ul i{
	float:left;
	margin:0 10px 0 0;
	line-height: 26px;
}
.topFooter .footerBlock.contact{
	background-image:url(../images/logo.svg);
	background-position:80% bottom;
	background-repeat:no-repeat;
	background-size:120px;
}
.topFooter .footerBlock.social{
	padding:0 50px;
}
.topFooter .footerBlock.social a{
	float:left;
	margin:10px 10px 0 0;
}
.topFooter .footerBlock.social a i{
	float:left;
	width:35px;
	height:35px;
	text-align:center;
	position:relative;
	padding:9px 0;
	line-height:1em;
	background:#9A227D;
	font-size:18px;
	border-radius: 50%;
	color:#fff;
/*	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);*/
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.topFooter .footerBlock.social a:hover i{
	background:#B72A95;
}

.topFooter .footerBlock.social a:active i{
	background:#76165F;
}

.topFooter .footerBlock.newsletter{
	float:right;
	margin:0;
}

.topFooter .footerBlock.newsletter form{
	float:left;
	width:100%;
}

.topFooter .footerBlock.newsletter form input[type="text"]{
	width:100%;
}

.topFooter .footerBlock.newsletter form input[type="submit"]{
	background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    margin: 10px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.topFooter .footerBlock.newsletter form input[type="submit"]:hover{
	background:#171717;
	color:#fff;
}

.topFooter .footerBlock.newsletter form input[type="submit"]:active{
	background:#000;
}

/* BOTTOMFOOTER */
.bottomFooter{
	background:#e5e5e5;
	padding:20px 0;
	line-height:1em;
}

.bottomFooter a{
	color:#444;
}

.bottomFooterLeft{
	float:left;
}

.bottomFooterRight{
	float:right;
}

.bottomFooterRight a{
	float:right;
	margin:0 0 0 10px;
	opacity:0.5;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.bottomFooterRight a img{
	float:left;
}

.bottomFooterRight a:hover{
	opacity:1;
}

.bottomFooterRight a.active{
	opacity:1;
}

/* CONTACTFORM */
.contactBlock{
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.contactBlock h2{
	margin:0 0 5px 0;
}
.contactForm{
	float:left;
	width:100%;
	max-width:320px;
}

.contactForm input[type="text"]{
	width:100%;
	margin:0 0 10px 0;
}

.contactForm textarea{
	width:100%;
	margin:0 0 10px 0;
}

.contactForm input[type="submit"]{
	background:transparent;
	color:#171717;
	border:2px solid #171717;
	text-align:center;
	font-size:18px;
	line-height:1em;
	text-transform:uppercase;
	font-weight:700;
	margin:10px 0 0 0;
	width:100%;
	transition: background 0.3s, color 0.3s;
	-webkit-transition: background 0.3s, color 0.3s;
}

.contactForm input[type="submit"]:hover{
	background:#171717;
	color:#fff;
}

.contactForm input[type="submit"]:active{
	background:#000;
}

#contactLeft {
	float: left;
	width: 49%; 
	margin: 0 2% 0 0;
}

#contactRight {
	float: left; 
	width: 49%;"
}

#contactRight img {
	float: right;
	max-width: 100%;
}



/* GALLERY */
#container {
    float: left;
    width: 100%;
    margin: 0px 0px 40px 0px;
}

.item {
    float: left;
    width: 25%;
    padding: 10px;
	position:relative;
	border:2px solid #fff;
	transition: border 0.3s;
	-webkit-transition: border 0.3s;
}

.item > a {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
    float: left;
	line-height:0;
	z-index:3;
}

.item .combinedProducts{
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	width:100px;
	height:100%;
	height:calc(100% + 4px);
	margin:-2px 0 0 0;
	z-index:2;
	padding:10px;
	overflow:hidden;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	transition: left 0.3s, border 0.3s;
	-webkit-transition: left 0.3s, border 0.3s;
}

.item .combinedProducts a{
	float:left;
	width:100%;
}

.item:hover{
	z-index:5;
	border:2px solid #eee;
}

.item:hover .combinedProducts{
	left:100%;
	border-right:2px solid #eee;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
}

/*
.item div {
    position: absolute;
    top: 100%;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 20px;
}

.item:hover div {
    top: 0px;
}

.item div h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin: 0px 0px 16px 0px;
    color: #000;
}

.item img {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: block;
}
.item .zoomImage {
    width: auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 10%;
}

.item .zoomImageAbove {
    position: absolute;
    width: 15%;
    left: 42%;
    top: 35%;
}

.item span {
    color: #262626;
    font-size: 25px;
    font-weight: 700;
}
*/

.grid-sizer {
    width: 25%;
}

.narrow {
    padding: 0 300px;
}

#projecten {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
}

#projecten a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    padding: 10px 30px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: inline-block;
    margin: 0px 5px 5px 0px;
    background: #9A227D;
}

#projecten a:hover {
    background-color: #515151;
    text-decoration: none;
}

/* COLLECTIE */
 .collectieProjecten {
	float:left;
	width:100%;
}

.collectieProjecten a.project {
	float:left;
	width:100%;
	height: 400px;
	color:#000;
	margin: 0 2% 2% 0;
	font-size:40px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: block;
}

.collectieProjecten a:nth-of-type(2){
	width:49%;
	margin: 0 0 2% 0;
	height: 700px;
	background-position:top center;
}

.collectieProjecten a:nth-of-type(3){
	width:49%;
	margin: 0 0 2% 0;
	float:right;
	height: 700px;
	background-position:top center;
}
/*
.collectieProjecten a:nth-of-type(2n+1){
	margin: 0 0 2% 0;
}
*/
.collectieProjecten a.project span {
	padding: 20px;
	text-align:center;
	font-weight:bold;
	/*color:#171717;*/
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 40px;
	background:#B2ABAB;
	color:#fff;
	/*background: rgba(255,255,255,0.5);*/
}

#collectiePage {
	padding: 5px 0;
	background: #E5E5E5;
}

#text img {
	max-width: 100%;
}

.third {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}

.third:nth-child(3n){
	margin: 0;
}

.comingSoon{
	position:absolute;
	top:100px;
	left:30px;
	max-width:400px;
	width:100%;
	color:#fff;
	font-size:46px;
	line-height:1.2em;
	text-align:center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.comingSoon span:nth-of-type(2){
	font-weight:700;
	text-transform:uppercase;
	font-size:70px;
}

.comingSoonBigSmall {
    position: absolute;
    top: 110px;
    right: 30px;
    max-width: 800px;
    width: 100%;
    color: #fff;
    font-size: 85px;
    line-height: 1.2em;
    text-align: center;
   /* text-shadow: 1px 1px 2px rgba(0,0,0,0.3);*/
	text-transform: uppercase;
	background: rgba(255,255,255,0.5);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a.comingSoonBigSmall:hover{
	background: rgba(255,255,255,1);
	color:#444;
	text-decoration:none;
}

.comingSoonBigSmall span.bigTitle {
	font-weight:700;
	text-transform:uppercase;
	font-size:100px;	
}
.bx-wrapper .bx-viewport{
	height:670px !important;
}
.comingSoonBigSmall a{
	position:absolute;
	top:100%;
	margin:25px 0 0 0;
	left:0;
	font-size:15px;
	padding:10px 15px;
	line-height:1;
	background:#9A227D;
	color:#fff;
}

.comingSoonBigSmall a:hover{
	text-decoration:none;
	background:#B72A95;
}

#homeBanner{
	overflow:hidden;
	padding: 0 0 30px 0;
	background: #e5e5e5;
}

#homeBanner .polaroid{
	position:absolute;
	left: 30px;
	bottom: -15px;
	max-height:50%;
}
#homeBanner .polaroid img{
	max-height:100%;
}

#homeBanner .polaroid.first{
	z-index:1;
}

#homeBanner .polaroid.second{
	left: 250px; 
	bottom: -35px;
}
#homeBanner .tmpclas{
	min-height:600px;
}

.shoesImage{
	float:left;
	width:100%;
	line-height:0;
	margin:0 0 30px;
}

/* START PRODUCT OVERVIEW */
.productOverview .chooseCollection{
	margin:30px 0;
	text-align:center;
}

.productOverview .chooseCollection h1{
	text-transform:uppercase;
	float:left;
	width:100%;
	line-height:1;
	font-size:40px;
	margin:0 0 30px;
}
.productOverview .chooseCollection .year{
	margin:0 0 10px;
}

.productOverview .chooseCollection .year a,
.productOverview .chooseCollection .type a{
	display:inline-block;
	padding:10px;
	line-height:1;
	color:#fff;
	background:#171717;
	font-weight:700;
	font-size:18px;
	margin:5px 5px;
	text-transform:uppercase;
	cursor:pointer;
}

.productOverview .chooseCollection .year a:hover,
.productOverview .chooseCollection .type a:hover{
	background:#444;
	text-decoration:none;
}

.productOverview .chooseCollection .year a.active,
.productOverview .chooseCollection .type a.active{
	background:#9a227d;
}

.productOverview .productGrid a{
	float:left;
	width:32%;
	margin:0 2% 2% 0;
	border:1px solid rgba(0,0,0,0.20);
	position:relative;
	text-align:center;
	padding:30px;
	transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
	-webkit-transition: box-shadow 0.3s cubic-bezier(.25,.8,.25,1);
}

.productOverview .productGrid a:hover{
	text-decoration:none;
	box-shadow: 0 10px 20px rgba(0,0,0,0.20), 0 6px 6px rgba(0,0,0,0.17);
}

.productOverview .productGrid a:nth-of-type(3n){
	margin:0 0 2%;
}

.productOverview .productGrid a .addToWishlist{
	position:absolute;
	top:10px;
	right:10px;
	color:#fff;
	background:rgba(0,0,0,0.20);
	line-height:1;
	padding:5px;
}

.productOverview .productGrid a .addToWishlist:hover,
.productOverview .productGrid a .addToWishlist.active{
	background:#9A227D;
}

.productOverview .productGrid a .imageContainer{
	float:left;
	width:100%;
	line-height:0;
	margin:0 0 20px;
	max-height:300px;
	max-width:100%;
}

.productOverview .productGrid a .imageContainer img{
    max-height: inherit;
    max-width: inherit;
}

.productOverview .productGrid a .productName{
	float: left;
	width: 100%;
	font-weight: 700;
	color: #171717;
	font-size: 15px;
	line-height: 1.2;
	margin: 0 0 5px 0;
}

.productOverview .productGrid a .productID{
	float:left;
	width:100%;
	color:#444444;
	line-height:1;
	font-size:12px;
	margin:0 0 20px;
}

.productOverview .productGrid a .productPrice{
	float:left;
	width:100%;
	line-height:1;
}
.productOverview .productGrid a .productPrice small{
	color:#444444;
	font-size:12px;
}
.productOverview .productGrid a .productPrice b{
	font-weight:700;
	color:#171717;
}

@media (max-width: 850px){
	.productOverview .productGrid a{
		width:49%;
		margin:0 2% 2% 0;
	}
	.productOverview .productGrid a:nth-of-type(3n){
		margin:0 2% 2% 0;
	}
	.productOverview .productGrid a:nth-of-type(2n){
		margin:0 0 2% 0;
	}
	.comingSoonBigSmall {
		right: 0;
		max-width: 100%;
		padding: 20px;
		font-size: 200%;
	}	
	.comingSoonBigSmall span.bigTitle {
		font-size: 200%;
	}
	#youtubeVideo iframe {
		height: 400px;
	}

}

@media (max-width: 550px){
	.productOverview .chooseCollection{
		margin:30px 0 25px;
	}
	.productOverview .chooseCollection h1{
		font-size:30px;
	}
	.productOverview .chooseCollection .year{
		margin:0 0 5px;
		padding:0 0 5px 0;
		border-bottom:1px solid #eee;
	}
	.productOverview .chooseCollection .year span, 
	.productOverview .chooseCollection .type span{
		padding:8px;
		font-size:16px;
		margin:5px;
	}
	.productOverview .productGrid a{
		width:100%;
		margin:0 0 2% 0;
	}
	.productOverview .productGrid a:nth-of-type(3n){
		margin:0 0 2% 0;
	}
	.productOverview .productGrid a .imageContainer{
		max-height:250px;
	}
	
}
@media (max-width: 430px){
	.comingSoonBigSmall {
		right: 0;
		max-width: 100%;
		padding: 20px;
		font-size: 20px;
	}	
	.comingSoonBigSmall span.bigTitle {
		font-size: 40px;
	}
}
/* END PRODUCT OVERVIEW */

/* START PRODUCT DETAIL */
.productDetail{
	padding:30px 0;
}
.detailTop{
	margin:0 0 30px;
}
.detailTop .backButton{
	float:left;
	padding:10px;
	line-height:1;
	color:#fff;
	background:#171717;
	font-weight:700;
	font-size:18px;
	margin:0;
	text-transform:uppercase;
	cursor:pointer;
}

.detailTop .backButton:hover{
	text-decoration:none;
	background:#444;
}

.detailTop div{
	float:right;
	width:50%;
	padding:0 0 0 15px;
}

.detailTop h1{
	float:left;
	line-height:1;
	font-size:24px;
	margin:0;
	width:100%;
}

.detailTop .addToWishlist{
	float:left;
	margin:10px 0 0 0;
	padding:5px 10px;
	line-height:1;
	color:#fff;
	background:#9a227d;
	cursor:pointer;
}

.detailTop .addToWishlist:hover{
	background:#E5007E;
	text-decoration:none;
}

.detailLeft{
	float:left;
	width:50%;
	padding:0 15px 0 0;
	position:relative;
	overflow:hidden;
}

.detailLeft .thumbs{
	float:left;
	width:20%;
	width:calc(115px);
	height:100%;
	background:#fff;
}

.detailLeft .thumbs span{
	float:left;
	width:100%;
	margin:0 0 10px;
	max-width:100%;
	max-height:150px;
	line-height:0;
}

.detailLeft .thumbs span img{
	max-height:inherit;
	max-width:inherit;
}

.detailLeft .productPhoto{
	float:right;
	width:80%;
	width:calc(100% - 115px);
	padding:0;
	line-height:0;
	text-align:center;
}
.detailLeft .productPhoto a{
	max-width:inherit;
	max-height:inherit;
}
.detailLeft .productPhoto img{
	max-width:100%;
	max-height:inherit;
}

.detailRight{
	float:left;
	width:50%;
	padding:0 0 0 15px;
}

.detailRight .productInfo{
	margin:0 0 30px;
}

.detailRight .productInfo > span{
	float:left;
	width:100%;
}

.detailRight .productInfo > span strong{
	float:left;
	width:50%;
	max-width:150px;
}

.detailRight .productInfo > span span{
	float:left;
	width:50%;
}

.storeLocator{
	float:left;
	width:100%;
	padding:30px 30px 20px 30px;
	border:1px solid rgba(0,0,0,0.20);
}

.storeLocator .title{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:24px;
	line-height:1;
	font-weight:700;
	margin:0 0 30px;
}

.storeLocator .notice{
	float:left;
	width:100%;
	font-size:12px;
	font-weight:300;
	color:#a6a6a6;
	line-height:1;
	margin:20px 0 0 0;
}
.storeLocator .locatorContainer{
	position:relative;
}
.storeLocator .locatorContainer .bh-sl-map{
	float:left;
	width:65%;
	height:400px;
	border-right:10px solid #fff;
}

.storeLocator .locatorContainer .locatorInfo{
	float:left;
	width:35%;
}

.storeLocator .locatorContainer .locatorInfo #bh-sl-user-location{
	float:left;
	width:100%;
	padding:20px;
	background:#eee;
}

.storeLocator .locatorContainer .locatorInfo #bh-sl-user-location input[type="text"]{
	background:#fff;
	padding:5px;
	font-size:12px;
	float:left;
	width:100%;
}

.storeLocator .locatorContainer .locatorInfo #bh-sl-user-location button{
	float:left;
	width:100%;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
	border:0;
	border-radius:0;
	background:#E5007E;
	line-height:1;
	margin:10px 0 0 0;
	cursor:pointer;
	font-size:18px;
	padding:5px;
	font-weight:bold;
	font-family: 'Open Sans', sans-serif;
}
.storeLocator .locatorContainer .locatorInfo ul{
	list-style:none;
	float:left;
	width:100%;
	padding:0;
	margin:20px 0 0 0;
	max-height:268px;
	overflow-y:auto;
	overflow-x:hidden;
	position:relative;
}

.storeLocator .locatorContainer .locatorInfo ul li{
	float:left;
	width:100%;
	padding:10px 0;
	border-bottom:1px solid #eee;
	background:#fff !important;
	cursor:pointer;
}


.detailRight .storeLocator{
	padding:30px;
}
.detailRight .storeLocator .title{
	margin:0 0 10px;
}

.detailRight .storeLocator .notice{
	color:#E5007E;
	margin:0 0 20px 0;
	font-size:15px;
}

@media (max-width: 1200px){
	.detailRight .storeLocator .title{
		margin:5px 0 20px;
	}
	.detailRight .storeLocator{
		padding:15px 15px 10px 15px;
	}
}
@media (max-width: 1050px){
	.detailTop div{
		padding:0;
	}
}

@media (max-width: 900px){
	.detailTop{
		position:relative;
	}
	.detailTop div{
		width:100%;
		margin:20px 0 0 0;
	}
	.detailTop .addToWishlist{
		position:absolute;
		top:0;
		right:0;
		margin: 0;
		padding:10px;
		font-weight: 700;
		font-size: 18px;
		text-transform: uppercase;
		
	}
	.detailTop h1{
		text-align:center;
	}
	.detailLeft{
		width:100%;
		padding:0 0 30px;
	}
	.detailLeft .productPhoto{
		width:100%;
		max-height:300px;
	}
	.detailLeft .productPhoto img{
		max-height:inherit;
	}
	
	.detailLeft .thumbs{
		width:100%;
	}
	
	.detailLeft .thumbs span{
		width:auto;
		margin:0 10px 0 0;
		max-height:75px;
	}
	
	.detailRight{
		width:100%;
		padding:0;
	}
}

@media (max-width: 600px){
	.detailRight .storeLocator .locatorContainer .bh-sl-map{
		width:100%;
		border-right:0;
		border-bottom:10px solid #fff;
	}
	.detailRight .storeLocator .locatorContainer .locatorInfo{
		width:100%;
	}
}
@media (max-width: 500px){
	.detailTop .backButton{
		padding:8px;
		font-weight: 300;
		font-size: 15px;
		text-transform: none;
		
	}
	.detailTop .addToWishlist{
		padding:8px;
		font-weight: 300;
		font-size: 15px;
		text-transform: none;
	}
}

/* END PRODUCT DETAIL */


/* START FULL STORELOCATOR */
.fullStorelocator .storeLocator{
	margin:0 0 30px;
}
.fullStorelocator .storeLocator .locatorContainer .bh-sl-map{
	height:600px;
}
.fullStorelocator .storeLocator .locatorContainer .locatorInfo ul{
	max-height:468px;
}

.fullStorelocator .storeCat{
	float:left;
	width:100%;
	padding:0 0 15px 0;
	margin:0 0 30px 0;
	border-bottom:1px dashed #ccc;
	display: flex;
	flex-wrap: wrap;
}

#text .fullStorelocator .storeCat.webshops a,
.fullStorelocator .storeCat.webshops a{
	float:left;
	padding:10px;
	line-height:1;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	background:#E5007E;
	margin:0 15px 15px 0;
}
#text .fullStorelocator .storeCat.webshops a:hover,
.fullStorelocator .storeCat.webshops a:hover{
	background:#F72C9C;
}
#text .fullStorelocator .storeCat.webshops a:active,
.fullStorelocator .storeCat.webshops a:active{
	background:#BC2377;
}

.fullStorelocator .storeCat div{
	float:left;
	width:33.3333%;
	padding:0 0 15px;
}

.fullStorelocator .storeCat div > *{
	float:left;
	width:100%;
}
@media (max-width: 750px){
	.fullStorelocator .storeCat div{
		width:50%;
	}
}
@media (max-width: 600px){
	.fullStorelocator .storeLocator .locatorContainer .bh-sl-map{
		width:100%;
		border-right:0;
		border-bottom:10px solid #fff;
	}
	.fullStorelocator .storeLocator .locatorContainer .locatorInfo{
		width:100%;
	}
	.fullStorelocator .storeLocator .locatorContainer .bh-sl-map{
		height:300px;
	}
	.fullStorelocator .storeLocator{
		padding:10px 10px 0 10px;
	}
	.fullStorelocator .storeLocator .notice{
		margin:20px 0 10px;
	}
}
@media (max-width: 550px){
	.fullStorelocator .storeCat div{
		width:100%;
	}
}
/* END FULL STORELOCATOR */


/* START WISHLIST */
.wishlistOverview .leftCol{
	width:65%;
	float:left;
	padding:0 30px 0 0;
}

.wishlistOverview .leftCol .wishlistItem{
	float:left;
	width:100%;
	padding:15px 0;
	border-top:1px dashed #444;
	position:relative;
}
.wishlistOverview .leftCol .wishlistItem:last-of-type{
	border-bottom:1px dashed #444;
}
.wishlistOverview .leftCol .wishlistItem .imageContainer{
	float:left;
	width:25%;
	line-height:0;
	max-height:150px;
	text-align:center;
}

.wishlistOverview .leftCol .wishlistItem .imageContainer img{
	max-width:inherit;
	max-height:inherit;
}

.wishlistOverview .leftCol .wishlistItem .productInfo{
	float:left;
	width:75%;
	padding:40px 0 40px 15px;
}
.wishlistOverview .leftCol .wishlistItem .productInfo span{
	float:left;
	width:100%;
	line-height:1;
	margin:0 0 5px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.wishlistOverview .leftCol .wishlistItem .productInfo span strong{
	font-size:18px;
}
.wishlistOverview .leftCol .wishlistItem .removeItem{
	position:absolute;
	top:15px;
	right:0;
	line-height:1;
	padding:7px 10px 8px 10px;
	cursor:pointer;
	color:#fff;
	background:#98217C;
}

.wishlistOverview .rightCol{
	float:left;
	width:35%;
}

.wishlistOverview .rightCol form{
	float:left;
	width:100%;
	padding:20px;
	background:#E5E5E5;
	margin:0 0 30px;
}

.wishlistOverview .rightCol form .title{
	float:left;
	width:100%;
	font-size:24px;
	text-transform:uppercase;
	font-weight:700;
	margin:0 0 20px 0;
	line-height:1em;	
}

.wishlistOverview .rightCol form input[type="text"]{
	width:100%;
	background:#fff;
	margin:0 0 15px;
}

.wishlistOverview .rightCol form input[type="submit"]{
	width:100%;
	background:#98217C;
	color:#fff;
}

#text .wishlistOverview .rightCol .printButton{
	float:left;
	width:100%;
	line-height:1;
	color:#fff;
	background:#000000;
	text-align:center;
	padding:15px 10px;
	text-decoration:none;
	font-weight:bold;
}

	@media (max-width: 900px){
		.wishlistOverview .rightCol form .title{
			font-size:20px;
		}
	}
	@media (max-width: 750px){
		.wishlistOverview .rightCol{
			width:100%;
		}
		.wishlistOverview .leftCol{
			width:100%;
			padding:0 0 30px 0;
		}
	}
	@media (max-width: 400px){
		.wishlistOverview .leftCol .wishlistItem .imageContainer{
			width:100%;
		}
		.wishlistOverview .leftCol .wishlistItem .productInfo{
			padding:20px 0 0;
			width:100%;
		}
	}


/* END WISHLIST */

/* START POPUP */
.dealerLogin_bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 49;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.dealerLogin_popup {
    position: fixed;
    margin-top: -100%;
    top: 10%;
    left: 25%;
    width: 50%;
    border: 3px solid #171717;
    background: #fff;
    z-index: 50;
    display: none;
    padding: 20px;
    box-sizing: border-box;
}

.dealerLogin_popup input {
    float: left;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin: 0 0 10px 0;
}

.dealerLogin_popup .title {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
}

#dealerLogin_close {
    float: right;
    top: 0;
    right: 0;
    position: absolute;
	background:#98217C;
	width:25px;
	height:25px;
	color:#fff;
}

.dealerLogin_popup #submitLogin {
    float: left;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 0 0 0;
	line-height:28px;
	background: #98217C;
}
.dealerLogin_popup #submitLogin:hover{
	text-decoration:none;
}
.dealerLogin_popup #submitLogin span {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    padding: 0 0 0 25px;
    background: url(../images/loginIcon.svg) left no-repeat;
    background-size: 20px auto;
}

.dealerLogin_popup .register_pass {
    float: left;
    width: 100%;
    color: #009786;
    font-size: 11px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.dealerLogin_popup .mainTitle {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0 10px 0;
    border-bottom: 1px #009786 solid;
    margin: 0 0 10px 0;
}
@media (max-width: 550px){
	.dealerLogin_popup{
		width:80%;
		left:10%;
	}
}
/* END POPUP */


/* RESPONSIVE */
@media (max-width: 1500px){
	.bannerSticker{
		font-size:30px;
	}
	.bannerTitle{
		font-size:40px;
	}
	.bannerText p{
		font-size:24px;
	}
	.bannerButton{
		font-size:24px;
		padding:10px 15px
	}
}
@media screen and (max-width:1400px) {
    .narrow {
        padding: 0;
    }

	.newHeader > ul > li > a{
		margin:0 10px;
	}
	.newHeader .headerButtons a{
		margin:0 0 0 5px;
	}
}
@media (max-width: 1240px){
	.bannerContent{
		width:60%;
	}
}

@media (max-width:1200px) {
    .narrow {
        padding: 0;
    }
	.newHeader > ul{
		float: left;
		padding: 0 0 0 175px;
	}
	.newHeader > ul > li > a{
		font-size:16px;
		margin:0 8px;
	}
	.newHeader .headerButtons a{
		font-size: 20px;
	}
}

@media (max-width: 1050px){
	.lookbookBlock .writtenText{
		font-size:34px;
		margin:15px 0 0 0;
	}
	.lbsl .title{
		font-size:28px;
	}
	
	.newHeader > ul{
		padding:96px 0 0;
		width:100%;
		line-height:0;
		text-align:center;
	}
	.newHeader > ul > li{
		padding:10px 0;
		display:inline-block;
		line-height:1;
		float:none;
	}
	.newHeader > ul > li > a{
		line-height: 1.4;
	}
}
@media (max-width: 1000px){
	.bx-wrapper .bx-viewport {
		height: 470px !important;
	}
	.menu ul li a{
		padding:15px 10px;
	}
	.bannerContent{
		width:80%;
	}
	.storelocatorBlock .slImage img,
	.lookbookBlock .lbImage img{
		max-height:200px;
	}
	.topFooter .footerBlock.contact{
		width:59%;
		margin:0 0 30px 0;
	}
	.topFooter .footerBlock.newsletter{
		width:39%;
		margin:0 0 30px 0;
	}
	.topFooter .footerBlock.social{
		float:left;
		width:100%;
		text-align:center;
		padding:30px 0 0 0;
		border-top:1px solid #e5e5e5;
	}
	.topFooter .footerBlock.social a{
		float:none;
		display:inline-block;
		margin:0 10px 0 0;
	}
	
	.topFooter .footerBlock.social a:last-of-type{
		margin:0;
	}
}

@media (max-width: 900px){
	.lbsl a{
		padding:15px;
	}
}

@media (max-width: 1000px){
	/* MOBILE MENU */
	.menu .container{
		padding:0;
	}
	.menu{
		background:#E5E5E5;
	}
	#toggleMobileMenu{
		display:block;
		width:45px;
		height:49px;
		cursor:pointer;
		margin:0 0 0 30px;
	}
	#toggleMobileMenu div{
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
		position:absolute;
		width:100%;
		height:100%;
	}
	#toggleMobileMenu .lineOne{
		position:absolute;
		width:20px;
		height:1px;
		background:#454443;
		left:12.5px;
		top:19px;
		transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	#toggleMobileMenu .lineTwo{
		position:absolute;
		width:20px;
		height:1px;
		background:#454443;
		left:12.5px;
		top:28px;
		transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		-webkit-transition: transform 0.15s 0.15s, -webkit-transform 0.15s 0.15s, top 0.15s 0.15s;
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	
	#toggleMobileMenu.on div{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	#toggleMobileMenu.on  .lineOne{
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		top: 25px;
	}
	#toggleMobileMenu.on  .lineTwo{
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		top: 25px; 
	}
	
	.menu .container > ul{
		max-height: 0;
		width:100%;
		overflow:hidden;
		background:#525251;
		transition: max-height 0.3s;
		-webkit-transition: max-height 0.3s;
	}
	
	.menu.on .container > ul{
		max-height:1000px;
	}
	
	.menu ul li{
		float:left;
		width:100%;
	}
	.menu ul li.forMobileMenu{
		display:block;
	}
	.menu ul li a{
		float:left;
		width:100%;
		padding:10px 30px;
		text-align:center;
		color:#fff;
		border-top:1px solid #7A7A7A;
	}
	.menu ul li.forMobileMenu.socialMedia{
		background:#9A227D;
	}
	.menu ul li.forMobileMenu.socialMedia a{
		width:25%;
		border-top:0;
	}
	.menu ul > li:hover > ul{
		display:none;
	}
	.menu ul > li > ul{
		display:none;
		max-height:none;
		position:relative;
		float:left;
		width:100%;
	}
	/* END MOBILE MENU */	
}
@media (max-width: 800px){
	.topHeader .headerButtons a{
		display:none;
	}
	.topHeader .headerButtons a.wishlistButton{
		display:block;
	}
	.lbsl{
		display:block;
	}
	.lbsl a.lookbookBlock{
		width:100%;
		margin:0 0 30px 0;
		padding:0;
	}
	.lookbookBlock .lbImage img{
		max-height:300px;
	}
	.lbsl a.storelocatorBlock{
		width:100%;
		margin:0 0 30px 0;
		padding:30px;
	}
	
	.lookbookBlock .lbText{
		float:right;
		width:60%;
		margin:30px 0;
	}
	
	.lookbookBlock .lbImage{
		float:left;
		width:40%;
	}
	
	.storelocatorBlock .slText{
		float:left;
		width:60%;
		margin:30px 0;
	}
	
	.storelocatorBlock .slImage{
		float:right;
		width:40%;
	}
	.slider a .slideHover{
		display:none;
	}
    .grid-sizer,
    .item {
        width: 50%;
    }
}

@media (max-width: 750px){
	.bottomFooterLeft{
		width:100%;
		text-align:center;
		margin:0 0 20px 0;
		line-height:24px;
	}
	
	.bottomFooterRight{
		width:100%;
		text-align:center;
	}
	
	.bottomFooterRight a{
		display:inline-block;
		float:none;
	}
	.third {
		width:100%;
		margin: 0;
	}
}
@media (min-width: 701px){
	.newHeader #toggleMobileMenu{
		display:none;
	}
}
@media (max-width: 700px){
	/* New mobile menu */
	.newHeader{
		text-align:center;
		position:relative;
		padding:10px;
		height: 92px;
	}
	.newHeader .logo{
		float:none;
		display:inline-block;
		left:50%;
		transform:translateX(-50%);
		-webkit-transform:translateX(-50%);
		top:14px;
	}
	.newHeader .headerButtons {
		position:absolute;
		top:0;
		right:0;
		padding:0;
	}
	.newHeader #menuToggle{
		cursor: pointer;
		display: block;
		left: 0;
		width: 80px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		height: 100%;
		padding: 36px 20px;
	}
	.newHeader #menuToggle span {
		background: #fff none repeat scroll 0 0;
		float: left;
		height: 3px;
		margin: 0 0 5px;
		width: 100%;
		border-radius:6px;
		-webkit-border-radius:6px;
		transition: all 0.3s ease 0s;
		-webkit-transition: all 0.3s ease 0s;
	}
	.newHeader #menuToggle span.third{
		margin:0;
	}
	.newHeader #menuToggle.on span.first {
		transform: rotate(43deg) translate(5px, 5px);
		-webkit-transform: rotate(43deg) translate(5px, 5px);
	}

	.newHeader #menuToggle.on span.second {
		opacity: 0;
	}

	.newHeader #menuToggle.on span.third {
		transform:rotate(-40deg) translate(6px, -7px);
		-webkit-transform:rotate(-40deg) translate(6px, -7px);
	}
	
	.newHeader > ul{
		display:none;
	}
	.newHeader > ul.on {
		display: block;
		position: absolute;
		top: 100%;
		height: calc(100vh - 92px);
		overflow:auto;
		z-index: 10;
		background: #3b3b3b;
		left: 0;
		width: 100%;
		margin: 0;
		padding:20px 0 0 0;
	}
	.newHeader > ul > li {
		float: left;
		width: 100%;
		padding:0;
	}
	.newHeader > ul > li > a{
		width:100%;
		padding:10px 20px;
		margin:0;
		font-size:18px;
	}
	.newHeader > ul > li > ul{
		max-height:none;
		position:relative;
		float:left;
		width:100%;
		display:none;
	}
	.newHeader > ul > li:hover > ul{
		display:none;
	}
	body.on{
		overflow:hidden;
	}
	.mobileMenuButtons{
		position:fixed;
		bottom:-46px;
		left:0;
		z-index:10;
		background:#98217C;
		width:100%;
		display:block;
		transition: bottom 0.3s;
		-webkit-transition: bottom 0.3s;
	}
	.mobileMenuButtons.on{
		bottom:0;
	}
	.mobileMenuButtons a{
		float:left;
		width:25%;
		text-align:center;
		color:#fff;
		padding:10px 0;
		border-right:1px solid rgba(255,255,255,0.3);
	}
	.mobileMenuButtons a:last-of-type{
		border-right:0;
	}

	.newHeader .headerButtons a{
		padding:33px 20px;
		margin:0;
		font-size:24px;
	}
	.newHeader .headerButtons a{
		display:none;
	}
	.newHeader .headerButtons .wishlistButton,
	.newHeader .headerButtons .markerButton{
		display:block;
	}
	/* End new mobile menu */
	.lookbookBlock .lbText{
		width:100%;
		margin:0 0;
	}
	
	.lookbookBlock .lbImage{
		width:100%;
	}
	
	.storelocatorBlock .slText{
		width:100%;
		margin:0;
	}
	
	.storelocatorBlock .slImage{
		width:100%;
	}	
	.topFooter .footerBlock.contact{
		width:49%;
		padding:0 0 80px 0;
		background-position: bottom left;
	}
	.topFooter .footerBlock.newsletter{
		width:49%;
	}
	#contactLeft {
		width: 100%;
		margin: 0;
	}
	#contactRight {
		display: none;
	}
	.comingSoon{
		max-width:100%;
		left:0;
	}
	#pageBanner{
		height:200px;
	}
	
	.shoeImages img {
		width: 100%;
	}
}

@media (max-width: 650px){
	/*.topHeader .logo{
		width:300px;
	}*/
	.topHeader .headerButtons a.wishlistButton{
		margin:0;
	}/*
	.topHeader .headerButtons{
		padding:24px 0;
	}*/
	.topFooter .footerBlock.contact{
		width:100%;
		padding:0;
		background-position: 80% bottom;
	}
	.topFooter .footerBlock.newsletter{
		width:100%;
		padding:30px 0 0 0;
		border-top:1px solid #e5e5e5;
	}
	.collectieProjecten a.project {
		width: 100%;
		margin: 0 0 2% 0; 
	}
	.collectieProjecten a:nth-of-type(2), .collectieProjecten a:nth-of-type(3) {
		height: 300px;
	}
}

@media (max-width: 600px){
	.bx-wrapper .bx-viewport{
		height:250px !important;
	}
	.bx-wrapper .bx-viewport .bannerSlider .banner{
		background-position: top !important;
		background-size: 178% !important;
	}
	.brandsBlock a{
		width: 100%;
		padding-bottom: 0;
		height: 200px;
		margin: 0 0 30px 0;
		background-position: top center;
	}
	#homeBanner .polaroid img{
		max-width:100%;
	}
	#homeBanner .polaroid{
		left:-30px;
		max-width:80%;
	}
	#homeBanner .polaroid.second{
		left:auto;
		right:-30px;
	}
	.banner{
		background-position:70% center;
	}
}
@media (max-width: 550px){
	.bx-wrapper .bx-viewport{
		height:280px !important;
	}
	/*.topHeader .logo{
		width:250px;
	}
	
	.topHeader .headerButtons{
		padding:19px 0;
	}*/
}
@media (max-width: 480px){
	.bx-wrapper .bx-viewport{
		height:250px !important;
	}

	.topHeader .headerButtons a.wishlistButton span{
		display:none;
	}
	.comingSoon{
		font-size:36px;
	}
	.comingSoon span:nth-of-type(2){
		font-size:50px;
		padding:0 30px;
		float:left;
		width:100%;
	}	
}
@media screen and (max-width:450px) {
    .grid-sizer,
    .item {
        width: 100%;
    }
	.newHeader .headerButtons a {
		padding: 33px 15px;
	}
}
@media (max-width: 400px){
	
	.lbsl .blackButton{
		margin:15px 0 0;
		font-size:18px;
	}
	.lbsl .title{
		font-size:24px;
	}
	.lookbookBlock .writtenText{
		font-size:28px;
	}
	.storelocatorBlock .title{
		margin:0;
	}
	.topFooter .footerBlock.contact{
		padding:0 0 80px 0;
		background-position: bottom left;
	}
}
@media (max-width: 380px){
	.topHeader .container{
		padding:0 10px;
	}
	.topHeader .logo{
		margin:0;
	}
	/*
	.topHeader .headerButtons{
		padding:11px 0;
	}
	*/
	#toggleMobileMenu{
		margin:0;
	}
}
@media (max-width: 360px){

	.newHeader .headerButtons .markerButton{
		display:none;
	}
	.newHeader .headerButtons a{
		padding:33px 20px;
	}
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	will-change: opacity, transform;
	transition: all .3s ease-out;
}

.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	transition: all 0.7s ease-out;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
	transform: scale(0);
	pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-dark .waves-ripple {
	background-color: rgba(0, 0, 0, 0.7);
}

.waves-effect.waves-red .waves-ripple {
	background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
	background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
	background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
	background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
	background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
	background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
	border: 0;
	font-style: normal;
	font-size: inherit;
	text-transform: inherit;
	background: none;
}

.waves-notransition {
	transition: none !important;
}

.waves-circle {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
	border-radius: 0.2em;
	vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.waves-circle {
	text-align: center;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	border-radius: 50%;
	-webkit-mask-image: none;
}

.waves-block {
	display: block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
	z-index: -1;
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}