@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	text-decoration: none;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	background: #f4f4f4;
	margin: 0;
	padding: 0;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

a, a:active, a:hover{
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
}

a, a:active {
	color: #00131a;
}

a:hover {
	color: #585858;
}

.hidden {
	display: none;
}

button {
	background: none;
	cursor: pointer;
}

#image_preloader {
	position: absolute;
	top: -500000px
}

input, button {
	background: none;
}

img {
	display: block;
}

/******************** Global ***********************/

h1 {
	font: 40px/50px 'open_sans_semi_bold';
	color: #00131a;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3 {
	font: 18px/34px 'open_sans_light';
	color: #848484;
	text-transform: uppercase;
}

p {
	font: 15px/28px 'open_sans_light';
	color: #848484;
}

p strong {
	font-family: 'open_sans_semi_bold';
	font-weight: normal;
}

.logo {
	font-size: 0;
	display: table;
	margin: 0 auto;
}

.logo img {
	width: 100%;
	max-width: inherit;
	height: auto;
}

.button {
	display: inline-block;
	padding: 5px 10px;
	margin-left: auto;
	margin-right: auto;
	font: 14px/16px 'open_sans_semi_bold';
	transition: all .15s linear;
	text-transform: uppercase;
}

.button:hover {
	transition: all .15s linear;
}

.button.white {
	border: 2px solid #3f4548;
	color: #848a8c;
}

.button.white:hover {
	border: 2px solid #919395;
	color: #d1dee2;
}

.button.grey {
	padding: 8px 25px;
	height: 33px;
	font: 14px/15px 'open_sans_light';
	border: 1px solid #cacecf;
	color: #848484;
}

.button.grey:hover {
	border: 1px solid #939697;
	color: #4b4a4a;
}

#shop_cta {
	position: absolute;
	right: 2.4%;
	top: 11.5%;
	z-index: 100;
}

#nav {
	display: block;
	width: 58px;
	height: 58px;
	opacity: .4;
	margin: 150px auto 0;
}

#nav:hover {
	opacity: .7;
}

#nav img {
	max-width: inherit;
	width: 100%;
	height: auto;
}

/******************** Homepage ***********************/

.home_section {
	text-align: center;
	position: relative;
	border: 50px solid #f4f4f4;
	border-top: none;
	border-bottom: none;
	display: none;
}

.home_section h3, .home_section p {
	margin-bottom: 40px;
}

.half_content {
	position: relative;
}

#first_hs {
	background: url(../images/first-hs-bg.jpg) center bottom no-repeat fixed;
	height: 100vh;
	width: 100%;
	border-top: 50px solid #f4f4f4;
	border-bottom: 50px solid #f4f4f4;
}

.fhs_content {
	display: table;
	width: 100%;
	padding: 0 2%;
	height: 100%;
}

.fhs_content_inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#first_hs h1 {
	font: 48px/58px 'open_sans_semi_bold';
	color: #fff;
}

#first_hs p {
	font: 18px/26px 'open_sans_light';
	color: #fff;
	margin: 0;
}

.bot_content {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
}

#second_hs {
	padding: 100px 0 150px;
}

#third_hs {
	width: 100%;
	overflow: hidden;
	/*padding: 50px;
	max-height: 600px;*/
}

.third_hs_inner {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}

.third_hs_inner img {
	width: 100%;
	max-width: inherit;
	height: auto;
}
/*
#play_video {
	font-size: 0;
	background: url('../images/play-button.png') top left no-repeat;
	display: block;
	width: 118px;
	height: 118px;
	margin: 0 auto;
	position: absolute;
	z-index: 100;
}

#play_video:hover {
	opacity: .6
}
*/
#video_bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
}

#video_wrapper {
	position: fixed;
	z-index: 300;
	display: none;
}

#video_wrapper iframe {
	margin: 0 auto;
	position: relative;
	z-index: 500;
}

#video_close {
	position: fixed;
	z-index: 1000;
	color: #fff;
	right: 10px;
	top: 10px;
	display: block;
	font-size: 0;
	width: 20px;
	height: 20px;
	background: url(../images/close.png) top left no-repeat;
}

#video_close:hover {
	opacity: .8;
}

#fourth_hs {
	padding: 150px 0;
}

.square_wrap {
	width: 100%;
}

.square {
	position: relative;
	float: left;
	border: 1px solid #fff;
	border-right: none;
	overflow: hidden;
	max-height: 753px;
}

.square:first-child {
	border-left: none;
}

.square .full_bg {
	position: absolute;
	bottom:0;
	right:0;
	z-index: 1;
	width: 100%;
	/*height: 100%;*/
	height: auto;
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
	opacity: 1;
	-webkit-transform: translateZ(0);
	-moz-transform: rotate(0);
}

.square .full_bg.hover {
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
	z-index: 2;
	opacity: 0;
}

.square:hover .full_bg.hover {
	opacity: 1;
}

.square_wrap .square .opacity_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
}

.square_wrap:hover .opacity_bg {
	opacity: 0.5;	
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
}

.square:hover .opacity_bg {
	opacity: 0;
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
	-webkit-transform: translateZ(0);
	-moz-transform: rotate(0);
}


.square span {
	position: absolute;
	z-index: 10;
	display: block;
	font: 26px/36px 'open_sans_light';
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

.square span strong {
	display: block;
	font: 32px/36px 'open_sans_semi_bold';
}

span.top_right {
	top: 4.66%;
	right: 7.14%;
}

span.mid_left {
	bottom: 32.66%;
	left: 7.14%;
}

#fifth_hs {
	background: url(../images/map.jpg) center top no-repeat;
	padding: 50px;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#fifth_hs #map_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}

.contact {
	position: relative;
	z-index: 10;
	float: left;
	padding: 40px 45px;
	background: #fff;
	text-align: left;
	width: 650px;
	height: 490px;
}

.contact h1 {
	font: 38px/48px 'open_sans_semi_bold';
	color: #585858;
	text-transform: uppercase;
	text-align: left;	
}

.contact p {
	font: 18px/30px 'open_sans_regular';
	margin: 30px 0 0;
}

.contact ul {
	margin: 20px 0 0;
}

.social {
	
}

.social li {
	display: inline-block;
}

.social li a {
	display: block;
	width: 23px;
	height: 23px;
}

.social li a:hover {
	opacity: .7;
}

/******************** Internal ***********************/

.internal_header {
	display: table;
	width: 100%;
	height: 617px;
	border: 50px solid #f4f4f4;
	border-bottom: none;
}

.internal_header.ih_lookbook {
	height: 300px;
	background: #fff;
}

.ih_inner {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.ih_inner .logo {
	position: relative;
	/*margin-top: 100px;*/
}

.section {
	background: #fff;
	padding: 130px 50px;
	border-left: 50px solid #f4f4f4;
	border-right: 50px solid #f4f4f4;
}

.section#lookbook {
	padding: 20px 0 0;
}

.section#lookbook h1 {
	margin-bottom: 80px;
}

.section h1 {
	margin-bottom: 40px;
}

.products h1 {
	margin-bottom: 80px;
}

.section p {
	text-align: center;
	margin-bottom: 30px;
}

.section.grey {
	background: none;
}

.product {
	float: left;
	position: relative;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	border: 1px solid #fff;
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
}

.product:before{
	content:"";
	display:block;
	padding-top:100%;
}

.product.last {
	margin-right: 0;
}

.product:hover {
	border-color: #c8c8c8;
	transition: all .1s linear;
	-webkit-transition:  all .1s linear;
	-moz-transition:  all .1s linear;
	-o-transition:  all .1s linear;
}

.product_content {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px;
}

.product_img {
	display: block;
	height: 85%;
	text-align: center;
    font: 0/0 a;
}

.product_img:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
}

.product img {
	display: inline-block;
	vertical-align: bottom;
	max-height: 80%;
	max-width: 80%;
	transition: all .2s linear;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	-ms-transform: scale(.8,.8); /* IE 9 */
	-webkit-transform: scale(.8,.8); /* Chrome, Safari, Opera */
	transform: scale(.8,.8);
}

.product:hover img {
	transition: all .2s linear;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	-ms-transform: scale(1,1); /* IE 9 */
	-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
	transform: scale(1,1);
} 

.product_name {
	height: 20%;
	display: block;
	width: 100%;
	font: 22px/22px 'open_sans_semi_bold';
	color: #00131a;
	text-transform: uppercase;
}

.product_name:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#gallery_wrap {
	display: table;
}

#thumbnails {
	display: table-cell;
	vertical-align: top;
	width: 25%;
}

#thumbnails a {
	width: 33.33%;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}

#thumbnails a .opacity {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
}

#thumbnails a:hover .opacity {
	opacity: 0.5;
}

#thumbnails a img, #the_image img {
	width: 100%;
	height: auto;
}

#the_image {
	width: 75%;
	display: table-cell;
	border-right: 1px solid #fff;
	vertical-align: top;
}

#the_image img.preload {
	width: auto;
	height: auto;
	margin: 30% auto 0;
}

/******************** Footer ***********************/

.footer {
	padding: 70px 50px;
	background: #fff;
	border-bottom: 50px solid #f4f4f4;
}

.footer p {
	display: block;
	text-align: left;
	margin: 0;
}

.footer p a {
	float: right;
	background: url(../images/wanderlust-logo.png) center right no-repeat;
	padding-right: 138px;
}

.footer p a:hover {
	opacity: .8;
}

.footer p a span {
	display: none;
}

#preloader, .internal_header, .home_section, .section {
	display: none;
}

/******************** Medium screens responsivity ***********************/

@media screen and (max-width: 1365px) {

	.product {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	
}

/******************** Large screens responsivity ***********************/

@media screen and (min-width: 2000px) {

	.product {
		width: 32%;
		margin: 0 2% 2% 0;
	}
	
}

/******************** Retina Display ***********************/

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	/*
	#play_video { 
		background: url('../images/play-button2x.png') top left no-repeat;
		background-size: 118px 117px;
	}
	*/
}