@charset "UTF-8";
/* CSS Document */

*{
	margin:0 auto;
	box-sizing: border-box;
}

body{
	font-family: 'ClearSans', sans-serif;
	font-size:12pt;
	line-height:14.4pt;
}

h1{
	color:#000;
	font-size: 50px;
	line-height:60px;
	padding:45px 0 22px;
	font-weight:400;
	text-align: center;
	font-family: 'Marigold';
}

h2{
	color:#000;
	font-size:27pt;
	line-height:35pt;
	padding:25px 0;
	font-weight:400;
	text-align: center;
}

.container{
	width:100%;
	max-width:580px;
}

.more{
	text-align:center;
	margin-top:25px;
}

.more a{
	border: 2px solid #8fc5b8;
	color: #8fc5b8;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	padding: 10px 35px;
	font-family: 'ClearSans';
	letter-spacing: 3px;
	transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
}

.more a:hover{
	background:#8fc5b8;
	color:#FFF;
}

/*****************************************/
/***************** Header ****************/
/*****************************************/
#header{
	transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

#header .container{
	position:relative;
	z-index:100;
	max-width:1000px;
}

#header .menu{
	z-index:10000;
	height:0;
	text-align:center;
	position:absolute;
	top:0;
	width:100%;
	overflow:hidden;
	background:#fcfeff;
	transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

#header .menu ul{
	margin:0 auto;
	display:inline;
	padding:0;
}
#header .menu ul li{
    line-height: 45px;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 25px;
    height: auto;
    float: none;
    display: inline-block;
}

#header .menu ul li a{
	text-decoration:none;
	color:#000;
	text-transform:uppercase;
}

#header #menu{
	position:absolute;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	padding-top:25px;
	z-index:100;
	cursor:pointer;
}

#header #menu span.fa{
	font-size:18px;
	display:block;
	float:left;
	margin-right:12px;
}

#header #menu span.text{
	font-size:12px;
	line-height:20px;
	display:block;
	float:left;
}

#header #menu .menu{
	display:none;
}

#header #logo{
	position:absolute;
	text-align:center;
	width:100%;
	padding-top:25px;
}

#header #logo .small img{
	width:90px;
}

#header #logo .big{
	position:absolute;
	top:50%;
	width:100%;
	margin-top:-48px;
}

#header #logo .big img{
	width:450px;
	max-width:100%;
}

#slider{
    height:850px;
    overflow:hidden;
    position:relative;
}

#slider .slides{
	position:relative;
}

#slider .slide{
	position:absolute;
}

#slider .slide.active{
	display:block;
	z-index:10;
}

#slider .slide img{
	min-height:100%;
	min-width:100%;
}

#slider .navigation{
	width:100%;
	max-width:580px;
	position:absolute;
	left:0;
	right:0;
}

#slider .navigation span{
	font-size:22px;
	color:#efeee9;
}

#slider .navigation .next, #slider .navigation .prev{
	position:absolute;
	top:50%;
	margin-top:-10px;
	z-index:100;
}

#slider .navigation .next{
	right:0;
}

/*****************************************/
/**************** content ****************/
/*****************************************/
#content{
	padding-bottom:50px;
	background:#FFF;
	max-width:1180px;
	position:relative;
	z-index:10;
	overflow: hidden;
}

#content h2{
	line-height:45pt;
	font-size:22pt;
}

#content .text{
	text-align:justify;
  -moz-text-align-last: center;
  text-align-last: center;
	width:100%;
	font-size:15px;
	line-height:30px;
}

#content .text ul{
	text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

#content .text p{
	margin-bottom:15px;
}

#content.fullwidth{
	padding:0;
}

#content.container{
	position: relative;
}

#content #footerimage{
	position: absolute;
	right: -150px;
bottom: 50px;
}

#content #footerimage img{
	zoom:50%;
	max-width:400px;
	right:-170px;
	bottom:50px;
}

/*****************************************/
/**************** Contact ****************/
/*****************************************/
#contact{
	max-width:825px;
}

#contact .contact{
	overflow:hidden;
	font-size:16px;
	letter-spacing:0px;
	line-height:25px;
	width:40%;
	float:left;
}

#contact .form{
	width:60%;
	float:right;
}

#contact .form .double .row{
	width:50%;
	float:left;
	padding-right:25px;
	box-sizing:border-box;
}

#contact .form .double .row.second{
	float:right;
	padding-right:0;
}

#contact .form input{
	width:100%;
	box-sizing: border-box;
}

#contact .form textarea{
	height:175px;
}

#contact .form input[type="submit"]{
	width:auto;
	float:right;
	background:#cfddda;
	color:#fff;
	padding:0 25px;
}

#contact .contact p, #contact .times{
	margin-bottom:15px;
}

#contact .item a{
	color:#000;
	text-decoration:none;
}

#contact .item .times{
	margin-top:30px;
}

#contact h2,#contact h1{font-family: 'ClearSans'!important;color:#000;}


.shop{
	clear: both;
	padding:25px 0;
}
.shop #map{
	height:375px;
	width:100%;
}

#contact .address{
}

#contact .address p{
	margin-bottom:15px;
}

#contact .address .doorstatus{
	color:#FFF;
	text-align:center;
	width:250px;
	height:50px;
	line-height:50px;
	float:left;
	margin-top:40px;
}

#contact .address .doorstatus span{
	display:block;
}

#contact .address .doorstatus .green{background:#cfddda;}
#contact .address .doorstatus .orange{background:#eb935e;}
#contact .address .doorstatus .red{background:#eb5e5e;}

#contact .hours{
	width:250px;
    line-height:30px;
}

#contact .submit{
	position:relative;
}

#contact .succes, #contact .error{
	border:2px solid #b9ddd4;
	padding:5px 15px;
	display:none;
}

#contact .error{
	border:2px solid #eb5e5e;
}

#loader-wrapper {
    position: absolute;
    top: 26px;
    right:14px;
    z-index: 1000;
	display:none;
}

#loader {
    display: block;
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

#loader:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 50%;
	border: 2px solid transparent;
	border-top-color: #000;
	border-left-color: #000;
	-webkit-animation: spin .75s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
	animation: spin .75s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:#d0d0d0;
}
::-moz-placeholder { /* Firefox 19+ */
	color:#d0d0d0;
}
:-ms-input-placeholder { /* IE 10+ */
	color:#d0d0d0;
}
:-moz-placeholder { /* Firefox 18- */
	color:#d0d0d0;
}

/*****************************************/
/***************** Social ****************/
/*****************************************/
.social{
	margin-top:38px;
}

.social ul{
	list-style:none;
	text-align:center;
	padding:0;
}

.social ul li{
	display:inline-block;
}

.social ul li.twitter a{background:url(../images/twitter.png);background-size:20px 20px;}
.social ul li.facebook a{background:url(../images/facebook.png);background-size:20px 20px;}
.social ul li.instagram a{background:url(../images/instagram.png);background-size:20px 20px;}
.social ul li a{
	display:block;
	width:20px;
	height:20px;
	margin:0 11px;
}


/*****************************************/
/************* blogimageview *************/
/*****************************************/
#blogimageview{
	max-width:1180px;
}

#blogimageview img{
	max-width:100%;
	vertical-align:middle;
}

#blogimageview .left{
	float:left;
	width:25%;
}

#blogimageview .top{
	float:left;
	width:50%;
}

#blogimageview .topright{
	float:left;
	width:25%;
}

#blogimageview .bottom{
	float:left;
	width:25%;
}

#blogimageview .bottomright{
	float:left;
	width:50%;
}

/*****************************************/
/***************** brands ****************/
/*****************************************/
#brands .brand{
	width:20%;
	display:block;
	height:100px;
	line-height:100px;
	text-align:center;
	float:left;
	box-sizing:border-box;
	border-right:1px solid #c7c7c7;
}

#brands .brand a{
	display:block;
	opacity:.5;
	height:100px;
}

#brands .brand a:hover{
	opacity:1;
	border-bottom:2px solid #b9ddd4;
	height:98px;
}

#brands .brand img{
	max-height:50px;
	max-width:110px;
	vertical-align:middle;
}
/************************************/
/********** Simplelookbook **********/
/************************************/
#masonry{
	clear:both;
	margin:50px;
	overflow:hidden;
}

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

#masonry .item{
	width:33.333%;
	max-width:350px;
	float:left;
	margin:0 0 15px 0!important;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background:#b9ddd4;
	color:#fff;
}
#masonry .item.text{
	border:none;
}

#masonry .item img{
	vertical-align:middle;
}

#masonry .item.hide{
	opacity:0;
}

#masonry .item.show{
	opacity:1;
}

#masonry .item-sizer{
	width:33.3333%;
}

#masonry .item.text .title{
	font-size:20px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	margin-bottom:10px;
}


#masonry .item.text{
	padding:0;
	font-size:15px;
	line-height:28px;
}

#masonry .item.text .title{
	padding:20px 20px 0;
}

#masonry .item.text .content{
	padding:0 20px 5px;
}

#masonry .item.text p{
	margin-bottom:15px;
}

/*****************************************/
/**************** footer *****************/
/*****************************************/
#footer{
	background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Generator: Adobe Illustrator 27.8.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --><svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 789.9 84.2" style="enable-background:new 0 0 789.9 84.2;" xml:space="preserve"><style type="text/css">.st0{fill:%23FFFFFF;}.st1{fill:%23C8A976;}.st2{fill:%23FFFFFF;stroke:%23000000;stroke-miterlimit:10;}.st3{fill:%23020203;}.st4{fill:none;stroke:%23EFEEEE;stroke-width:9.900000e-02;}.st5{fill:%2342251A;}.st6{fill:%237D5850;}.st7{fill:%23707168;}.st8{fill:%23BE8C55;}.st9{fill:%237C8A76;}.st10{display:none;}.st11{display:inline;}</style><g id="Laag_1" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:mapsvg="http://mapsvg.com" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns%23" mapsvg:geoViewBox="3.359403 53.560406 7.227496 50.750938"><g><path d="M48.4-0.2H34.6c-1.4,0-2.2,0.8-2.2,2.2v36.4H15.2V2c0-1.4-0.8-2.2-2.2-2.2H0v84.4h15.2v-28h17.2v28h18.4V2C50.8,0.6,50-0.2,48.4-0.2z"/><path d="M118.2,19.4C118.2,6.8,111.4,0,98.8,0H83.6C71,0,64.2,6.8,64.2,19.4V75c0,3.5,0.6,6.6,1.6,9.2h50.8c1-2.6,1.6-5.7,1.6-9.2V19.4z M101.2,71.4c0,3.6-1.8,5.4-5.4,5.4h-8.6c-3.6,0-5.4-1.8-5.4-5.4V22.6c0-3.6,1.8-5.4,5.4-5.4h8.6c3.6,0,5.4,1.8,5.4,5.4V71.4z"/><path d="M185.8,2.4c0-1.4-1.4-2.6-2.8-2.6V0h-12c-1.6,0-2.8,1.2-2.8,2.6V71c0,3.6-1.8,5.4-5.4,5.4h-7c-3.6,0-5.4-1.8-5.4-5.4V2.6c0-1.4-1.4-2.6-2.8-2.6h-13c-1.6,0-2.8,1.2-2.8,2.6v72c0,3.7,0.6,6.9,1.8,9.6H184c1.2-2.7,1.8-5.9,1.8-9.6V2.4z"/><path d="M251.8,49.4c0-2.6-1.4-4.2-3.6-5l-32.6-10.6V22.4c0-3.6,2-5.4,5.4-5.4h7.4c3.6,0,5.4,1.8,5.4,5.4V28c0,1.4,0.8,2.2,2.2,2.2h13.6c1.6,0,2.2-0.8,2.2-2.2v-8.8c0-12.6-6.8-19.4-19.4-19.4V0h-15.2c-12.6,0-19.4,6.8-19.4,19.4v23.2c0,2.6,1.2,4.2,3.6,5L233.8,58v13.6c0,3.6-1.8,5.4-5.4,5.4h-7.2c-3.4,0-5.4-1.8-5.4-5.4V66c0-1.6-0.8-2.2-2.2-2.2H200c-1.4,0-2.2,0.8-2.2,2.2v8.8c0,3.6,0.6,6.8,1.7,9.4h50.6c1.1-2.6,1.7-5.8,1.7-9.4V49.4z"/><path d="M317,76.4h-33.4v-20H309c1.4,0,2.2-0.8,2.2-2.2V40.8c0-1.4-0.8-2.2-2.2-2.2h-25.4V17.8H317c1.6,0,2.2-0.8,2.2-2.2V2c0-1.4-0.6-2.2-2.2-2.2h-49.6c-1.2,0-2,0.8-2,2.2v82.2h53.8v-5.6C319.2,77,318.6,76.4,317,76.4z"/><path d="M420.4,19.4C420.4,6.8,413.6,0,401,0h-15.2c-12.6,0-19.4,6.8-19.4,19.4V75c0,3.5,0.6,6.6,1.6,9.2h50.8c1-2.6,1.6-5.7,1.6-9.2V19.4z M403.4,71.4c0,3.6-1.8,5.4-5.4,5.4h-8.6c-3.6,0-5.4-1.8-5.4-5.4V22.6c0-3.6,1.8-5.4,5.4-5.4h8.6c3.6,0,5.4,1.8,5.4,5.4V71.4z"/><path d="M477.6,58.6c1.4,0,2.2-0.8,2.2-2.2V43c0-1.4-0.8-2.2-2.2-2.2h-25.4v-23h33.4c1.4,0,2.2-0.8,2.2-2.2V2.2c0-1.4-0.8-2.2-2.2-2.2H436c-1.6,0-2.2,0.8-2.2,2.2v82h18.4V58.6H477.6z"/><path d="M589.1,46.4V19.2c0-12.6-6.8-19.4-19.4-19.4h-32.2c-1.4,0-2.2,0.8-2.2,2.2v82.2h17.6V65.8h12l4.4,18.4h17.3l-5.2-21.4C586.5,59.8,589.1,54.2,589.1,46.4z M571.6,43c0,3.6-1.8,5.4-5.4,5.4h-13.4V17.2h13.4c3.6,0,5.4,2,5.4,5.4V43z"/><path d="M656.7,19.4c0-12.6-6.8-19.4-19.4-19.4h-15.2c-12.6,0-19.4,6.8-19.4,19.4V75c0,3.5,0.6,6.6,1.6,9.2h50.8c1-2.6,1.6-5.7,1.6-9.2V19.4z M639.7,71.4c0,3.6-1.8,5.4-5.4,5.4h-8.6c-3.6,0-5.4-1.8-5.4-5.4V22.6c0-3.6,1.8-5.4,5.4-5.4h8.6c3.6,0,5.4,1.8,5.4,5.4V71.4z"/><path d="M728.5,3c1.2-1.8,0.2-3.2-1.8-3.2h-14.2c-1.6,0-2.6,0.8-3.2,2l-20.8,35.8v-35c0-1.6-1-2.6-2.8-2.6h-13c-1.8,0-2.8,0.8-2.8,2.6v81.6h18.6V68.4l5-9.6l12.9,25.4h19.9l-20.8-40.8L728.5,3z"/><path d="M758.1,56.4h25.4c1.4,0,2.2-0.8,2.2-2.2V40.8c0-1.4-0.8-2.2-2.2-2.2h-25.4V17.8h31.9v-18h-48.1c-1.2,0-2,0.8-2,2.2v82.2h50.1v-7.8h-31.9V56.4z"/></g></g><g id="Fletcher" class="st10"></g><g id="House_of_Roke" class="st10"></g></svg>');
	width: 100%;
    height: 250px;
    background-size: auto 325px;
    margin-top: 37px;
    /* margin-bottom: 37px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

#footer ul li{
	margin:0 15px;
	display: inline-block;
}

#footer ul{
	list-style: none;
	text-align: center;
}

#footer ul li a{
	text-decoration:none;
	color:#cb7b4d;
}

#footer ul li a:hover{
	text-decoration:underline;
}

#productpage .colors{
	clear:both;
	padding-top:25px;
}

#productpage .colors .items > div{
	display:none;
}

#productpage .colors .items  div.active{
	display: block;
}

#productpage .color{
	width:25%;
	box-sizing: border-box;
	float:left;
	padding:0 0.6%;
	cursor: pointer;
}

#productpage .color .title{
	font-size:16px;
	color:#000000;
	font-weight:bolder;
	text-transform: capitalize;
	line-height: 20px;
	height:20px;
	margin-top:-2px;
}

#productpage .color .subtitle{
	font-size:11px;
	color:#000000;
	font-style:italic;
	text-transform: capitalize;
	line-height:14px;
	height:14px;
	margin-bottom:6px;
}

#productpage .color img{
	max-width: 100%;
}

#productpage #accountmenu{
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:15px 0;
	margin:0 0 25px 0;
}

#productpage #accountmenu ul li{
	padding-top:0;
	letter-spacing:1px;
	cursor: pointer;
}
#productpage #accountmenu ul li.more{
	margin-top:0;
}

#productpage #accountmenu ul li.active,#productpage #accountmenu ul li:hover{
	font-weight: 500;
}
