@charset "UTF-8";
/* CSS Document */

/*1
© Copyright 2013 by Overall Master Cloth / Carhartt WIP & Jens Buss
*/

/*------------ FONTS -------------------------*/

@font-face {
    font-family: 'icomoon';
    src:    url('f/icomoon32da.eot?wcvjwf');
    src:    url('f/icomoon32da.eot?wcvjwf#iefix') format('embedded-opentype'),
        url('f/icomoon32da.html?wcvjwf') format('woff2'),
        url('f/icomoon32da.ttf?wcvjwf') format('truetype'),
        url('f/icomoon32da.woff?wcvjwf') format('woff'),
        url('f/icomoon32da.svg?wcvjwf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-new-works-logo:before {
	content: "\e600";
}
.icon-oamc:before {
	content: "\e601";
}
.icon-next:before {
	content: "\e602";
}
.icon-prev:before {
	content: "\e603";
}
.icon-instagram:before {
    content: "\e900";
}

/*------------ GLOBAL -------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
}
html, body {
	height: 100%;
}
body {
	font-family: 'Avenir Next W01', Helvetica, Arial;
	font-size: 10px;
	font-size: 1.rem;
	line-height: 1.5;
	letter-spacing: 0.1rem;
	color: #373736;
	
	transition: color .4s ease;
}
body.index {
	color: #fff;
}
input, textarea, select {
	font: inherit;
}
ol, ul {
	list-style: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* + html .clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #686868;
}
embed, iframe, object {
	max-width: 100%;
}

/*------------ HOME -------------------------*/

#player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#home {
	position: absolute;
	top: 30%;
	left: 50%;
	z-index: 10;
	width: 242px;
	margin: 0 0 100px -121px;
	text-align: center;
}
#index, #editorial {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 10;
	height: 14px;
}
#index , #editorial  {
	font-size: 14px;
}
#home #logo {
	margin: 0 0 50px;
}
#links {
	width: 242px;
	text-align: center;
}
#links li {
	margin: 0 0 6px;
}
#links #instagram {
	margin: 20px 0 0;
	font-size: 14px;
}
#instagram > a {
	color: #999;
}


#home .name {
	font-size: 52px;
	margin: 0;
}
.sat-name {
	display: block;
	margin: 0 0 32px;
	font-size: 24px;
}
.indents {
	display: block;
	text-indent: -999em;
}







#home-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mejs-container{
	width: 100% !important;
	height: 100% !important;
}
.video {
	width: 100% !important;
	height: 100% !important;
	max-height: 100%;
	object-fit: cover;
}

#home-video .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 20px;
}

/*------------ AJAX CONTENT -------------------------*/

#contentBox a {
	text-decoration: underline;
}
.prompt {
	display: none;
	width: 320px;
	height: 400px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	margin: -200px 0 0 -160px;
	background-color: white;
	box-shadow: 0 0 30px black;
	padding: 50px 20px;
}
.prompt h1 {
	margin: 0 0 1em;
}
.prompt p {
	margin: 0 0 3em;
}
.prompt .buttons {
	float: none;
}
input[type="text"], input[type="email"], textarea, select {
	background: #E5E4E4;
	border: none;
	height: 22px;
	width: 320px;
	margin: 0 0 5px;
}
textarea {
	min-height: 100px;
}
#contactSubmit {
	background: black;
	border: none;
	float: right;
	padding: 4px 10px;
	color: #fff;
	width: 130px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 20px 0 0;
}
.error {
	color: red;
}
#thanks {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 110px;
	margin: -100px 0 0;
	text-align: center;
}
#thanks h1 {
	font-size: 200%;
	margin: 0 0 60px;
	text-transform: uppercase;
}
#thanks p {
	margin: 0 0 1.3em;
}
#thanks a {
	text-decoration: none;
}

/*------------ COLLECTION -------------------------*/

#collection > h1 {
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1000;
	width: 100%;
	text-align: center;
}
#profile #logo {
	position: absolute;
	left: 50%;
	top: -150px;
	z-index: 10;
	margin: 50px 0 0 -35px;
}
#collectionContainer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	text-align: center;
}
#collectionContainer .row {
	width: 100%;
	height: 100%;
}
#collectionContainer .article {
	position: relative;
	height: 100%;
	max-width: 100%;
	display: inline-block;
	text-align: center;
}
#collectionContainer .article .text {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 20px;
	padding: 5px;
	display: none;
	color: #686868;
}
#collectionContainer .text .inner {
	background: rgba(255,255,255,.8);
	margin: 0 auto;
	padding: 5px;
	display: inline-block;
	text-align: left;
}
#collectionContainer img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
#colPrev, #colNext {
	position: absolute;
	z-index: 10;
	top: 50%;
	font-size: 180%;
	color: #CCC;
	padding: 20px;
}
#colPrev {
	left: 10px;
}
#colNext {
	right: 10px;
}
#colPrev:hover, #colNext:hover {
	color: black;
}
/*.cat {
	display: inline-block;
	width: 50px;
	font: normal 80% serif;
}*/
.hidden {
	display: none;
}

#collectionContainer.home {
	z-index: 0;
	
}
#collectionContainer.home.cover .article {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#collectionContainer.home.contain .article {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.cycle-prev.icon-prev, .cycle-next.icon-next {
	position: absolute;
	top: 50%;
	z-index: 1000;
}
.cycle-prev.icon-prev {
	left: 20px;
}
.cycle-next.icon-next {
	right: 20px;
}

.single-line {
	display: block;
}

/*------------ LOOKBOOK -------------------------*/

#lookbook {
	padding: 70px 50px;
	/*color: #a7a7a7;*/
}

.imgs {
	max-width: 1003px;
	/*display: inline-block;*/
	margin: 0 auto 36px;
}
.imgs article {
	position: relative;
	width: 49%;
	max-width: 541px;
	display: inline-block;
	margin: 0 0 18px;
	vertical-align: top;
}
#lookbook .swiper-slide {
	position: relative;
	margin: 200 0 18px;
	vertical-align: top;
	margin: 180px auto;
	
}
.imgs > div {
	max-width: 100%;
}
/*.imgs p {
	display: block;
	font-family: "ITC New Baskerville W01";
	font-style: italic;
	text-transform: lowercase;
}*/
#lookbook article img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: 0 0 18px;
	/*padding: 5%;*/
}
/*#lookbook article p {
	padding: 0 5%;
}*/
#lookbook div article:first-child p.intend {
	padding: 0 11%;
}
#lookbook div article:last-child p.intend {
	padding: 0 14%;
}
.imgs p .cat {
	font-family: 'Avenir Next W01', Helvetica, Arial;
	font-style: normal;
	text-transform: uppercase;
}
.imgs .cycle-prev, .imgs .cycle-next {
	color: white;
	background: transparent url("../img/icons.svg");
	position: absolute;
	top: 38%;
	text-indent: -999em;
	top: 45%;
	z-index: 300;
	width: 50px;
	height: 50px;
}
.imgs .cycle-prev {
	left: -50px;
}
.imgs .cycle-next {
	right: -50px;
	background-position: -50px 0;
}

#lookbook {
	font-family: "Avenir Next W01",​Helvetica,​Arial,​sans-serif;
	text-transform: none;
}
#lookbook .name {
	font-family: "ITC New Baskerville W01", Times, serif;
	font-size: 9px;
	margin: 0 0 13px;
}

#lookbook.fw16,
#lookbook.fw16 .name,
#lookbook.ss17,
#lookbook.ss17 .name {
	font-family: Helvetica, Arial, sans-serif;
}

#lookbook article p,
#lookbook .swiper-slide p {
	width: 100%;
	text-align: center;
	font-size: 7px;
	letter-spacing: .08em;
	margin: 10px 0;
}
.fw16 .swiper-slide:nth-child(2n) {
	text-align: right;
}
#lookbook article .duo p.first,
#lookbook .swiper-slide .duo p.first {
	width: 50%;
	left: 0;
}
#lookbook article .duo p.second,
#lookbook .swiper-slide .duo p.second {
	width: 50%;
	right: 0;
}
#lookbook.fw16 .swiper-button-prev,
#lookbook.fw16 .swiper-button-next,
#lookbook.ss17 .swiper-button-prev,
#lookbook.ss17 .swiper-button-next {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	color: #fff;
	background: rgba(0,0,0,.08);
	text-align: center;
}
#lookbook.ss17 .swiper-button-prev,
#lookbook.ss17 .swiper-button-next {
	font-size: 16px;
}
#lookbook.fw16 .swiper-button-prev,
#lookbook.ss17 .swiper-button-prev {
	left: 10px;
}
#lookbook.fw16 .swiper-button-next,
#lookbook.ss17 .swiper-button-next {
	right: 10px;
}

/*------------ profile-------------------------*/

#profile {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	margin: 0 0 100px;
	padding: 0 0 100px;
	text-align: center;
}

#profile ul {
	margin: 1.3em 0;
	text-transform: none;
}
#profile ul .medium, #profile ul .toggle-hidden {
	text-transform: uppercase;
}

/*------------ PROFILE -------------------------*/

#profile p {
	text-align: center;
	margin: 0 0 1.3em;
}
.justify,
#profile .justify p {
	text-align: justify;
}


.new-work {
	margin: 52px 0 0;
	padding: 0 0 50px;
	font-size: 10px;
	color: #999;
}
#profile .new-work {
	bottom: -50px;
}
#profile .text {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}






/*------------ Works -------------------------*/

#profiles {
	position: absolute;
	top: 5%;
	left: 20%;
	width: 60%;
	margin: 0 0 100px;
	padding: 0 0 100px;
	text-align: center;
}

#profiles ul {
	margin: 1.3em 0;
	text-transform: none;
}
#profiles ul .medium, #profiles ul .toggle-hidden {
	text-transform: uppercase;
}



#profiles p {
	text-align: center;
	margin: 0 0 1.3em;
}
.justify,
#profiles .justify p {
	text-align: justify;
}


.new-work {
	margin: 52px 0 0;
	padding: 0 0 50px;
	font-size: 10px;
	color: #999;
}
#profiles .new-work {
	bottom: -50px;
}
#profiles .text {
	width: 100%;
	max-width: 570px;
	margin: 50px auto;
	
}

/*------------ PROFILE -------------------------*/









#lookbook .swiper-container {
	max-width: 1010px;
}
#lookbook.ss17 .swiper-container {
	max-width: 534px;
}
#lookbook .swiper-slide img {
	max-width: 100%;
	height: auto;
}
#lookbook .swiper-button-prev {
	background: transparent;
	left: 0;
}
#lookbook .swiper-button-next {
	background: transparent;
	right: 0;
	text-align: right;
}

@media screen and (max-width: 600px) {
	#collectionContainer {
		top: 50%;
	}
	#collectionContainer.home {
		top: 0;
	}
	#colPrev, #colNext {
		top: 40%;
	}
	#colPrev {
		left: 0;
	}
	#colNext {
		right: 0;
	}
	#collection #logo, #profile #logo {
		margin: 0;
		left: 30px;
	}
	#profile {
		left: 10%;
		text-align: left;
		width: 80%;
	}
	#profile #logo {
		left: 0;
		top: -60px;
	}
	
	#lookbook {
		padding: 70px 0;
	}
	.imgs {
		max-width: 100%;
		text-align: center;
	}
	.imgs > div {
		max-width: 100%;
	}
	.imgs article {
		text-align: left;
		width: 100%;
	}
	.imgs article.blank {
		display: none;
	}
	#lookbook article img,
	#lookbook article p,
	#lookbook .swiper-slide img,
	#lookbook .swiper-slide p {
		padding: 0;
	}
	#contentList article {
		width: auto;
		float: none;
		margin-left: auto;
		margin-right: auto;
		max-width: 400px;
	}
	.content, .address {
		width: 100%;
		margin-top: 66px;
	}
	#terms_user .ttop {
		width: 10%;
	}
	.billingLeft, .billingRight {
		width: 100%;
	}
	.imgs .cycle-prev {
		top: -45px;
		left: 0;
	}
	.imgs .cycle-next {
		top: -45px;
		right: 0;
	}
	
	.swiper-slide.blank {
		display: none;
	}
	#lookbook .swiper-button-prev {
		left: 5px;
	}
	#lookbook .swiper-button-next {
		right: 5px;
	}
}