/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2d0a36");

body {
    width: 100%;
    height: auto !important;
    font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

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

@font-face {
  font-family: 'GL';
  src: url('../fonts/Gotham-Light.ttf');
  src: url('../fonts/Gotham-Light.woff') format('woff');
}
@font-face {
  font-family: 'GT';
  src: url('../fonts/Gotham-Thin.ttf');
  src: url('../fonts/Gotham-Thin.woff') format('woff');
}


@font-face {font-family: 'Frontage-Regular';
	src: url('../fonts/2D0A36_0_0.eot');
	src: url('../fonts/2D0A36_0_0.eot?#iefix') format('embedded-opentype'),
	url('../fonts/2D0A36_0_0.woff2') format('woff2'),
	url('../fonts/2D0A36_0_0.woff') format('woff'),
	url('../fonts/2D0A36_0_0.ttf') format('truetype');}
 

@import url(http://fonts.googleapis.com/css?family=Roboto:300);




h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}


a {
    color: #2f2f2f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #c9b687;
}



.homeNav {
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
    position:  fixed;
    right: 50px;   
    top: 50%;
    margin-top: -200px;
    text-align: right;
    opacity: 1;
}
.homeNav
.nav {
	margin: 50px 0;
}
.homeNav li {
	line-height: 35px;
	list-style: none;
}
.homeNav li a {
	text-decoration: none;
	font-size: 15px;
	letter-spacing: 3px;
}
.homeNav-brand {
    font-weight: 100!important;
    letter-spacing: 16px;
    color: #c6af73;
    float: right;
    position: absolute;
    top: 50px;
    right: 30px;
	font-size: 50px;
	line-height: 80px;
	text-decoration: none;
	font-family: "GT";
	z-index: 1
}
.stuck {
	position: fixed;
	top: 10px;
	z-index: 9999999;
}
.homeNav-brand:focus {
    outline: 0;
}


.homeNav-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.homeNav-custom .nav li a:hover,
.homeNav-custom .nav li a:focus,
.homeNav-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.homeNav-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.homeNav-toggle:focus,
.homeNav-toggle:active {
    outline: 0;
}



.line {
	width: 93px;
	height: 1px;
	display: block;
	background: #000;
	margin: 0 auto;
	opacity: 0;
    -webkit-transition: .7s ease-in-out .8s;
    -moz-transition: .7s ease-in-out .8s;
    transition: .7s ease-in-out .8s;
}

.collection {
	position: relative;
}

#Inner.collection{
	height:auto !important;
}

.collection p {
	font-size: 15px;
	color: #000;
	max-width: 540px;
	margin-top: 0;	
}

.collection .btn {
	width: 180px;
	padding: 12px 10px 11px 10px;
	border-radius: 3px;
	background: #000;
	box-shadow: 1px 2px 1px 0px rgba(0,0,0,0.37);
	text-align: center;
	font-family: didot, georgia;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
}
.collection .btn:hover {
	cursor: pointer;
	box-shadow: 1px 3px 3px 0px rgba(0,0,0,0.37);

}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #fff;
    min-height:600px;
    display:block !important;
}

.intro-body {
    display: block;
    position: absolute;
    top: 0;
    width: 40%;
    background:#fff url(../assets/main-home.jpg) no-repeat left bottom;
    background-size:100%;
     z-index: 0;
     top:50px !important;
     border:0 !important;
     background-color:white;
     background-clip: padding-box;
     overflow:hidden;

}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #fff;
	margin: 0 auto;
	bottom: 21px;
	position: absolute;
	z-index: 1;
	left: 50%;
}

.arrow-down.black{
	border-left: 1px solid black;
	border-right: 0px solid red;
	border-top: 1px solid black;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 29px;
	height: 29px;
	bottom: 25px;
	left: -15px;
}

.arrow-down.black:hover{
	cursor:pointer;
}

.brand-heading {
    font-size: 40px;
}

#HomeSocials {
	position: absolute;
	bottom: 50px;
	right: 42px;
	z-index: 9;	
}

#homeLine {
	width: 33px;
	height: 1px;
	background: #c9b687;
	display: block;
	float: right;
}
#NavSocials {
	position: absolute;
	bottom: 10px;
	right: 42px;
	z-index: 99999999;	
}

.socials {
	width: 160px;
	height: 40px;
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
.socials.sticky {
	position: fixed;
	top: 0!important;
}



.socials a{
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin: 0 12px;
	line-height: 40px;
}

.socials a:hover {
	    color: #c9b687;
}

.intro-text {
    font-size: 18px;
}

#arrows
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 30px;
    color: #000;
    background: 0 0;
    position: absolute;
    z-index: 2;
    display: block;
    bottom: 10px;
    left: 50%;
    margin-left: -10px;
    display: none;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #555555;
    background: rgba(255,255,255,.2);
}
#TopNav{
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	left: 0;
	right: 0;
	z-index: 3;
	background: rgba(255, 255, 255, .95);
	border-bottom: 2px solid #eaeaea;
    -webkit-transition: top 1.5s ease-in-out;
    -moz-transition: top 1.5s ease-in-out;
    transition: top 1.5s ease-in-out;	
}
#TopNav.sticky, .collection #TopNav, .home #TopNav, .meaningful-beauty #TopNav, .denim-shorts #TopNav, .swimsuit #TopNav, .white-shirts #TopNav, .holiday #TopNav, .terms-of-use #TopNav, .becoming-book #TopNav{
	top: 0px !important;
}

#TopNav .navbar-nav {
	width: 66%;
	float: right;
	text-align: right;
	padding: 0;
	margin: 0 50px 0 0;
}

#TopNav .navbar-nav li {
	display: inline-block;
	list-style: none;
}
#TopNav .navbar-nav li a {
	line-height: 60px;
	padding: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	display: inline-block;
}
.collection-open #TopNav {
	border-bottom: 2px solid #000;
}
#TopNav-brand {
	text-decoration: none;
	letter-spacing: 6px;
	float: left;
	margin-left: 50px;
	line-height: 60px;
	font-family: "GT";
	font-size: 20px;
	font-weight: 100;
}

#arrows
 .btn-circle 
.fa-angle-double-down:before {
  content: "\f103";

}
#TopNav .btn-circle 
.fa-angle-double-down:before {
  content: "\f0c9";

}
#TopNav .btn-circle {
    width: 20px;
    height: 20px;
    margin: 20px auto!important;
    padding: 0;
    font-size: 20px;
    position: relative!important;	
    display: block;
}




/* OPEN SUB NAV */

#OpenNavCollections {
    display: none;
    margin: 20px 0
}

#OpenNavCollections li {
    opacity: 0;
    font-style: italic!important;
    line-height: 26px;
    margin-right: 12px;
}

#OpenNavCollections li a {
    font-size: 12px!important;     
}

#OpenNavCollections.OpenNavCollections li{
    opacity: 1;
}

#OpenNavCollections li:first-child{
	transition: opacity .5s ease-in-out .3s;
	-moz-transition: opacity .5s ease-in-out .3s;
	transition: opacity .5s ease-in-out .3s;	    
}

#OpenNavCollections li:nth-child(2){
	transition: opacity .5s ease-in-out .6s;
	-moz-transition: opacity .5s ease-in-out .6s;
	transition: opacity .5s ease-in-out .6s;	    
}

#OpenNavCollections li:nth-child(3){
	transition: opacity .5s ease-in-out .9s;
	-moz-transition: opacity .5s ease-in-out .9s;
	transition: opacity .5s ease-in-out .9s;    
}



.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


/* IG */

.instagram-section {
    width: 100%;
    padding: 30px 0;
    color: #fff;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmY2ZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #fff6ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fff6ee));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fff6ee 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#fff6ee 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#fff6ee 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#fff6ee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff6ee',GradientType=0 );
	height: auto;
    margin:0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height:auto !important;
    float:left;
    text-align: center;
}


#instagram.inView .ig-container {
	position: fixed;
}
#instagram.outView .ig-container {
	position: absolute;
	bottom: -30px!important;
	top: auto!important
}
.ig-logo {
	width: 205px;
	height: 62px;
	background: url(../img/ig/Instagram_logo.png) no-repeat;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 50%;
	margin-left: -102.5px;
}
#instagram.inView .ig-logo {
}
.ig-btn {
	width: 200px;
	height: 43px;
	background: url(../img/ig/ig-btn.png) no-repeat;
	margin: 0 auto;
	clear: both;
	display: inline-block;
}

.ig-container {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	position: relative;
	top: 160px;
	left:0;
	height:auto !important;
	float:left;
	top: auto !important;
}

.ig-container.ig-ctwo li img, .ig-container.ig-cthree li img{
	opacity: 1;
	
}

.ig-container li {
	position: relative;
	float: left;
	width: 20%;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
	list-style: none;
}

.ig-container li img {
	width: 85%;
	height: auto;
	border: 10px solid #efefef;
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;

}
.ig-container li img.igOver {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;	
}

/* EDITORIAL */
#editorial{
	width:100%;
	display:block;
	background:#1b1a18;
	float:left;
	height:auto !important;
	padding:2em 0;
}

#editorial img{
	max-width:100%;
	background-color: #28282d;
	padding: .5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all 0.5s ease;
}

#editorial a{
	display:block;
	color:#666;
}

#editorial a:hover{
	color:#c6af73;
}

#editorial img:hover{
	transform: scale(1.05);
	cursor: pointer;
}

#editorial h2{
	font-family:didot, georgia;
	color:#fff;
	text-align: center;
	font-size:25px;
	font-weight:bold;
	padding: 1em 0 .5em 0;
	margin-bottom:0;
}

.edit-section{
	width:25%;
	float:left;
	padding:1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.edit-copy{
	width:100%;
	float:left;
	font:12px/18px didot, georgia;
	font-style: italic;
	text-align: center;
	color:#fff;
}

.edit-copy h4{
	font:13px/16px 'GL';
	text-transform: uppercase;
	font-style:normal;
	padding: 1em 0 0em 0;
	margin-bottom:0;
}

.edit-copy .date{
	font:10px/14px 'GT';
	font-style:normal;
	color:#c6af73;
}

.edit-copy p{
	margin:1em 0;
	color:#fff;
}


/* ABOUT */

.about {
	width: 650px;
	text-align: center;
	font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
	height: auto;
	padding: 80px 10px;
	
}

.about p {
	margin: 35px 0;
	font-size: 15px;
	line-height: 24px;
}
#about {
	background:transparent;
	height: auto;
	display: block;
	color: #000!important;
	position: relative;
	float:left;
	width:100%;
}
#about .row {
	width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0;
	  margin-bottom: 0;
	  max-width: 1200px;
}
#AboutPic {
	background:#fff url(../assets/about.jpg) no-repeat right bottom;
	height: 745px;
	display: block;
	color: #000!important;
	top: 60px;
	left: 0;
	right: 0;
	padding-top: 10px;
	position: fixed;
	background-size: 75%;
	width: 100%;
	z-index: -2;
}

.about-shape-black{
	width: 100%;
	height: 12px;
	display: block;
	background: url(../assets/about-shape-black.png) repeat-x;
	position: absolute;
	bottom: 0;
}
.about
.line {
	width: 93px;
	height: 1px;
	display: block;
	background: #000;
	margin: 50px auto;
	opacity: 1;
	transition: .7s ease-in-out .8s;
    -moz-transition: .7s ease-in-out .8s;
    transition: .7s ease-in-out .8s;
}


/* SHORTS */
#TBTCover {
	width: 40%;
	float:left;
	display: block;	
	z-index: 1;
	position: relative;

}

#TBTCover img{
	max-width:100%;
	padding: 2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#collectionTBT {
	width: 100%;
	height: auto;
	background: #2d3e5b;
	display: block;
	overflow: hidden;
	min-height:650px;
}

#Inner #collectionTBT{
	margin-top:14px;
}
#collectionTBT.collection .row {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width:1200px;
}
#collectionTBT.collection .row .line {
	width: 50px;
	margin: 20px auto 0 auto;
	height: 1px;
	background: #fafafa;
	display: block;
}

#collectionTBT.collection .row h4 {
	width: 100%;
	height: auto;
	margin: 0px;
    -webkit-transition: .7s  ease-in-out .5s;
    -moz-transition: .7s  ease-in-out .5s;
    transition: .7s ease-in-out .5s;	
   opacity: 0;
   font-size: 16px;
   text-align: center;
   font-family: "Frontage-Regular"	;
   padding: 0;
   font-weight: 100;
   letter-spacing: 4px;
   margin-top:110px;
}
#collectionTBT.collection .row h2 {
	width: 100%;
	height: auto;
	margin: 0px;
    -webkit-transition: .7s  ease-in-out .5s;
    -moz-transition: .7s  ease-in-out .5s;
    transition: .7s ease-in-out .5s;	
   opacity: 0;
   font-size: 90px;
   text-align: center;
   font-family: "Frontage-Regular";
     font-weight: 100;
   letter-spacing: 6px;
}
#collectionTBT.collection .row p {
	font-family: didot, georgia;
	max-width: 620px;
   opacity: 0;
     -webkit-transition: .7s  ease-in-out 1.2s;
    -moz-transition: .7s  ease-in-out 1.2s;
    transition: .7s ease-in-out 1.2s;	
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 50px auto 0 auto;
}
#collectionTBT.collection .row a.btn {	
	opacity: 0;
    -webkit-transition: .7s  ease-in-out 1.5s;
    -moz-transition: .7s  ease-in-out 1.5s;
    transition: .7s ease-in-out 1.5s;
      margin:50px auto;
      display: block;
	
}
#collectionTBT .co-copy{
	width: 60%;
	float:left;
	position: relative;

}
#TBTCoverMobile {
	display: none;
}


/* SWIM */

#collectionSwim {
	width: 100%;
	background: #2cb6aa url(../swimsuit/assets/swim-cover.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../swimsuit/assets/swim-cover.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../swimsuit/assets/swim-cover.png', sizingMethod='scale')";	
    
    
	display: block;
	overflow: hidden;
	min-height: 500px;
}

#Inner #collectionSwim{
	margin-top:14px;
}

#collectionSwim.collection .row h2 {
	width: 571px;
	height: 145px;
	background: url(../swimsuit/assets/swim-title.png) no-repeat;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 60px;
	margin-left: -270px;
    -webkit-transition: 1s  ease-in-out;
    -moz-transition: 1s  ease-in-out;
    transition: 1s ease-in-out;	
}

#collectionSwim.collection .row h4 {
	width: 571px;
	height: 145px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: 160px;
	margin-left: -270px;
    -webkit-transition: 1s  ease-in-out
    -moz-transition: 1s  ease-in-out;
    transition: 1s ease-in-out;	
   	text-align: center;
   	font-size: 18px;
   	letter-spacing: 4px;
   	text-shadow: 1px 1px 1px rgba(0,0,0,0.38);
}
#collectionSwim.collection .row p {
	position: absolute;
	top: 70px;
	left: 10px;
	max-width: 380px;
	color: rgba(255,255,255,0.7);
	line-height: 21px;
	opacity: 1;
    -webkit-transition: 1s  ease-in-out;
    -moz-transition: 1s  ease-in-out;
    transition: 1s ease-in-out;	
}
#collectionSwim.collection .row a.btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: 200px;
    -webkit-transition: 1s  ease-in-out;
    -moz-transition: 1s  ease-in-out;
    transition: 1s ease-in-out;	
}


#collectionSwim
.row{
	width: 100%!important;
}

.mobile-swim{
	display:none;	
}

/* White Shirts */

#collectionWhiteShirts {
	background: #fafafa url(../white-shirts/collection/assets/bg2.png) repeat;
	min-height: 500px;
	overflow: hidden
}
#collectionWhiteShirts.inView #LogoWhiteShirts {
	top: 50px;	
	opacity: 1;
	-webkit-transition: 1s  ease-in-out;
	-moz-transition: 1s  ease-in-out;
	transition: 1s ease-in-out;
}
#collectionWhiteShirts.inView #BoxWhiteShirts {
	opacity: 1;
	-webkit-transition: 1s  ease-in-out 1.5s;
	-moz-transition: 1s  ease-in-out 1.5s;
	transition: 1s ease-in-out 1.5s;
}
#BoxWhiteShirts, #LogoWhiteShirts  {opacity: 0;}

#collectionWhiteShirts.inView #ContainerWhiteShirts p {
	top: 240px;
}
#collectionWhiteShirts.inView #ContainerWhiteShirts .btn {
	bottom: 0;
}


#ImgWhiteShirts {
	display: block;
	width: auto;
	position: relative;
	top:0px;
	right: 0;
	height: auto;
	float:right;
}
#ImgWhiteShirts img{
		display:block;
	}

#LogoWhiteShirts {
	display: block;
	top: 0px;
	width: 482px;;
	background: url(../white-shirts/collection/assets/white-shirt-logo.png) no-repeat;
	background-size: 100%;
	z-index: 1;
	position: absolute;
	left: 70px;
	height: 73px;
	-webkit-transition: 1s  ease-in-out .5s;
	-moz-transition: 1s  ease-in-out .5s;
	transition: 1s ease-in-out .5s;
}
#BoxWhiteShirts {
	display: block;
	top: 0;
	width: 641px;
	background: url(../white-shirts/collection/assets/white-shirt-box.png) no-repeat;
	background-size: 100%;
	z-index: 1;
	position: absolute;
	left: 0;
	height: 178px;
	-webkit-transition: 1s  ease-in-outs;
	-moz-transition: 1s  ease-in-out;
	transition: 1s ease-in-out;
	opacity: 0;
}

#ContainerWhiteShirts {
	width: 641px;
	height: 440px;
	top: 50%;
	margin-top: -240px;
	left: 50%;
	margin-left: -500px;
	position: absolute;
	z-index:2;
}

#ContainerWhiteShirts p {
	text-align: center;
	position: absolute;
	top: 280px;
	max-width: 641px; 
	-webkit-transition: 1s  ease-in-out;
	-moz-transition: 1s  ease-in-out;
	transition: 1s ease-in-out;
}
#ContainerWhiteShirts 
.btn {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -100px;
	-webkit-transition: 1s  ease-in-out .5s;
	-moz-transition: 1s  ease-in-out .5s;
	transition: 1s ease-in-out .5s;
}

#ImgWhiteShirts.white-shirts-mobile{display:none;}



/* Holiday */


#collectionHoliday {
	background: #fafafa url(../holiday/collection/assets/stripe.jpg) repeat;
}
#collectionHoliday .row {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto
}

#BoxHoliday h1, #BoxHoliday h2 {
  font-family: "tamarillo";
  text-align: center;
  text-transform: capitalize;
  font-size: 90px;
  font-weight: 100;
  text-shadow: 2px 2px 1px #aa0000;
	font-style: italic;
	margin: 40px 0 0 0!important;
	-webkit-transition: 1s  ease-in-out;
	-moz-transition: 1s  ease-in-out;
	transition: 1s ease-in-out;

}
#collectionHoliday #BoxHoliday h1 {
	font-size: 60px;
	margin: 40px 0 0 0!important;
	margin: 0;
	font-style: normal;
	-webkit-transition: 1s  ease-in-out;
	-moz-transition: 1s  ease-in-out;
	transition: 1s ease-in-out;
}

.inView#collectionHoliday #BoxHoliday h1, .inView#collectionHoliday #BoxHoliday h2 {
	margin: 0!important;
}

.inView#collectionHoliday p {
	top: 240px;
}
#collectionHoliday 
#ImgHoliday {
display: block;
top: 0;
width: auto;
float:left;
position: relative;
left: 120px;
height: 100%;
}

#LogoHoliday {
display: block;
top: 50px;
width: 482px;;
background: url(../holiday/collection/assets/white-shirt-logo.png) no-repeat;
background-size: 100%;
z-index: 1;
position: absolute;
left: 70px;
height: 73px;
}
#BoxHoliday {
display: block;
top: 0;
width: 641px;
background: url(../holiday/collection/assets/white-shirt-box.png) no-repeat;
background-size: 100%;
z-index: 1;
position: absolute;
left: 0;
height: 178px;
}

#ContainerHoliday {
width: 641px;
height: 440px;
top: 50%;
margin-top: -240px;
right: 50%;
margin-right: -500px;
position: absolute;

}

#ContainerHoliday p {
	text-align: center;
	position: absolute;
	top: 300px;
	max-width: 641px; 
	color: #000;
	-webkit-transition: 1s  ease-in-out;
	-moz-transition: 1s  ease-in-out;
	transition: 1s ease-in-out;
}
#ContainerHoliday 
.btn {
	position: absolute;
	bottom: -100px;
	left: 50%;
	margin-left: -100px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.inView#collectionHoliday #ContainerHoliday 
.btn {
	bottom: 0px;
}


/* Home */

#home{
	width:100%;
	float:left;
	color:#000;
	position: relative;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2Y1ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f3f5f9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f5f9));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f5f9 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f3f5f9 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f3f5f9 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f3f5f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f5f9',GradientType=0 );
}
#home .home-copy{
	width: 44%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	text-align: center;
	padding: 0 2em;
	position: relative;
	margin-top:130px;
	
}

#home .home-copy p{
	font-size: 16px;
	font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 20px 0 30px 0;
	color: #333;
}
#home .home-banner{
	width: 56%;
	float: right;
	position: relative;
}

#home .home-banner img{
	max-width: 100%;
	float: right;
	display: block;
}

#home a.btn{
	width: 180px;
	padding: 12px 10px 11px 10px;
	border-radius: 3px;
	background: #6eacd9;
	text-align: center;
	font-family: didot, georgia;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.home-mobile{display:none;}

/* MEANINGFUL BEAUTY */

#meaningfulBeauty {
	width: 100%;
	background: url(../meaningful-beauty/images/mb.jpg) no-repeat 50% 35%;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	display: block;
	overflow: hidden;
	height:460px;
	position:relative;
	min-height: 460px;
}

#Inner #meaningfulBeauty{
	margin-top:3.9em
}

#meaningfulBeauty .row{
	width: 100%!important;
}

.mb-section {
    width: 100%;
    padding:0;
    color: #9184ab;
    background: #eeecf6;
    height: 460px;
    position: relative;
    border-top: 46px solid #dad2e9;
    border-bottom: 46px solid #dad2e9;

}
.mb-copy p {
	font-size: 16px;
	font-family: didot, georgia;
	margin: 40px 0;
}
.mb-copy h2{
	color: #18226e;
	font-weight: 300;
	font-size: 2.45em;
	line-height: 1em;
	font-family: Roboto,Arial,Helvetica,Verdana,sans-serif;
	letter-spacing: -0.04em;
	margin-bottom:0;
	text-transform: none;
}
.mb-copy h2 sup{
	font-size: 0.4em;
	position: relative;
	top: -12px;
	left: 2px;
}

#productsImg {
	position: absolute;
	right: 50%;
	margin-right: -320px;
	bottom: 0;
	z-index: 3;
	
}
#mbCindyImg {
	position: absolute;
	right: 50%;
	margin-right: -660px;	bottom: 0;
	
}


.btn {
    text-transform: uppercase;
    font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}



::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


    
    
    


/* HAND WRITTEN NOTES*/

#ss1 {
	height: 210px;
	width: 290px;
	background: url(../swimsuit/collection/assets/ss-1.png) no-repeat center center;
	background-size: 100%;
	
}

#ss2 {
	height: 210px;
	width: 290px;
	background: url(../swimsuit/collection/assets/ss-2.png) no-repeat center center;
	background-size: 100%;
}

#ss3 {
	height: 210px;
	width: 290px;
	background: url(../swimsuit/collection/assets/ss-3.png) no-repeat center center;
	background-size: 100%;
}

#ss4 {
	height: 210px;
	width: 290px;
	background: url(../swimsuit/collection/assets/ss-4.png) no-repeat center center;
	background-size: 100%;
}

#ss5 {
	height: 210px;
	width: 290px;
	background: url(../swimsuit/collection/assets/ss-5.png) no-repeat center center;
	background-size: 100%;
}
#ss6 {
	height: 210px;
	width: 290px;
	background: url(../swimsuit/collection/assets/ss-6.png) no-repeat center center;
	background-size: 100%;
}

#ss7 {
	height: 210px;
	width: 270px;
	background: url(../swimsuit/collection/assets/ss-7.png) no-repeat center center;
	background-size: 100%;
}

#ds1 {
	height: 160px;
	width: 240px;
	background: url(../denim-shorts/collection/assets/ds-1.png) no-repeat center center;
	background-size: 100%;
}

#ds2 {
	height: 160px;
	width: 240px;
	background: url(../denim-shorts/collection/assets/ds-2.png) no-repeat center center;
	background-size: 100%;
}

#ds3 {
	height: 180px;
	width: 240px;
	background: url(../denim-shorts/collection/assets/ds-3.png) no-repeat center center;
	background-size: 100%;
}

#ds4 {
	height: 160px;
	width: 240px;
	background: url(../denim-shorts/collection/assets/ds-4.png) no-repeat center center;
	background-size: 100%;
}

#ds5 {
	height: 160px;
	width: 240px;
	background: url(../denim-shorts/collection/assets/ds-5.png) no-repeat center center;
	background-size: 100%;
}
#ds6 {
	height: 160px;
	width: 240px;
	background: url(../denim-shorts/collection/assets/ds-6.png) no-repeat center center;
	background-size: 100%;
}

#ds7 {
	height: 180px;
	width: 240px;
	background: url(../denim-shorts/collection/assets/ds-7.png) no-repeat center center;
	background-size: 100%;
}

#ws1 {
	height: 220px;
	width: 270px;
	background: url(../white-shirts/collection/assets/images/ws-1.png) no-repeat center center;
	background-size: 100%;
}
#ws2 {
	height: 210px;
	width: 270px;
	background: url(../white-shirts/collection/assets/images/ws-2.png) no-repeat center center;
	background-size: 100%;
}
#ws3 {
	height: 210px;
	width: 270px;
	background: url(../white-shirts/collection/assets/images/ws-3.png) no-repeat center center;
	background-size: 100%;
}
#ws4 {
	height: 210px;
	width: 270px;
	background: url(../white-shirts/collection/assets/images/ws-4.png) no-repeat center center;
	background-size: 100%;
}
#ws5 {
	height: 230px;
	width: 270px;
	background: url(../white-shirts/collection/assets/images/ws-5.png) no-repeat center center;
	background-size: 100%;
}
#ws6 {
	height: 210px;
	width: 270px;
	background: url(../white-shirts/collection/assets/images/ws-6.png) no-repeat center center;
	background-size: 100%;
}
#ws7 {
	height: 230px;
	width: 270px;
	background: url(../white-shirts/collection/assets/images/ws-7.png) no-repeat center center;
	background-size: 100%;
}




/* OPEN COLLECTIONS */

#collectionInner {
	width: 100%;
	height: 845px;
	display: block;	
	background: #fff;
	max-width:900px;
	margin:0 auto;
}
#collectionHeader {
	position: absolute;
	z-index: 1;
}
#collectionHeader h5{
	font-family: didot, georgia;
	color: #c9b687;
	letter-spacing: 2px;
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: 100;
	font-size: 12px;
	
}
#collectionHeader h3 {
	letter-spacing: 6px;
	font-size: 24px;
	color: #000;
}

.inner-collection{
	height: 100%;
	width: 100%;
	position: relative;
	background: #fff;
	
}
.inner-collection .img-house {
	width: 65%;
	display: inline-block;
	height: auto;
	text-align: center;
}

.holiday .pt-page-1 .inner-collection .img-house img{
	max-height:100%;
	max-width:100%;
}
#pt-main {
	height: 100% !important;
	width: 100%;
	margin: 0px auto;
	position: relative;	
	margin-top: 70px;
}
.inner-collection .copy-house {
	width: 30%;
	float: left;
	height: 100%;
	padding-top: 90px;
	padding-left:3px;
	margin-right:2em;
	position: relative;
}
.inner-collection .copy-house p {
	font-family: didot, georgia;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	bottom: 100px;
	width: 100%;
	float:left;
}
.inner-collection .copy-house h3 {
	color: #000;
}
.inner-collection .img-house img{
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto;
	
}

.collection-open
#openCollection {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #fff;
	z-index: 99999998;
	color: #000;
}

.closeCollection {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 99999999;
}


.nextPrev {
	position: fixed;
	top: 50%;
	margin-top: -40px;
	color: #000;
	z-index: 9;
	cursor: pointer;
}
#Prev {
	left: 1em;
}
#Next {
	right: 1em;
}

.inActive {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

#NextCollection, #PrevCollection {
	display: none;
}
#NextCollection.inActive {
	display: block;
	pointer-events:visible;
	cursor: default;
	opacity: 1;
	right: 1em;
	max-width:120px;
}
#PrevCollection.inActive {
	display: block;
	pointer-events:visible;
	cursor: default;
	opacity: 1;
	left: 40px;
}



.pt-page {	
	transition: .3s ease-in-out ;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
}    
   
.pt-page.current {
opacity: 1;
}   



/* FOOTER */
#footer {
	padding: 40px 50px 50px 50px;
	background: #000;
	float: left;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align:center;
}
#footer p{
	font-size: 12px;
	margin-top:4em;
	margin-bottom:2em;
	text-align: center;
	color: #fff;
	max-width: 100%;
}
#footer p a {color: #fff;}
#footer .row{
	width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 0;
	  margin-bottom: 0;
	  max-width: 1200px;
}
#footer .socials{
	width:100%;
	margin:0;
	text-align: center;
}
#footer .socials a{
	color: #fff;
	height:auto;
	width:auto;
	margin:auto;
	padding:0 1em;
	text-align: center;
	display:inline-block;
	float:none;
}
#footer .socials a:hover{
	color:#c6af73;
}

#footer .nav{
	width:100%;
	line-height:40px;
	text-align: center;
	margin-bottom:0;
}


#footer ul, .subNav {
	margin:0;
	padding: 0;
	text-align: left;

}
#footer ul li, .subNav li {
	list-style: none;
	display: inline-block;
}
#footer ul li a, .subNav li a{
	color: #fff;
	text-decoration: none;
	padding: 0 13px;
	font-size: 11px;
	text-transform: uppercase;
}
#footer #footer_logo {
	width: 76px;
	height: 36px;
	background: url(http://digitalmediamanagement.com/wp-content/themes/dm2/images/footer_logo.png);
	display: inline-block;
}

#footer .win_logo {
	height: 36px;
	width: 86px;
	background: url(http://dev.digitalmediamanagement.com/nr/assets/win.png) no-repeat;
	display: inline-block;
	margin-left:1em;
}

#footerLogos {
	width: 100%;
	float: left;
	margin-bottom:2em;
	text-align: center;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index:10;
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 40px;
	top: 40px;
	overflow: hidden;
	border: none;
	background: url(../assets/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
	cursor:pointer;
}

/* Menu style */
.overlay nav {
	text-align: right;
	position: relative;
	top: 45%;
	right:40px;
	height: 60%;
	font-size: 40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
}

.overlay ul li a {
	font-weight: 100;
	letter-spacing: 3px;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	text-transform: uppercase;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #c6af73;
}

/* Effects */
.overlay-hugeinc {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-hugeinc nav {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.overlay-hugeinc nav ul {
	opacity: 0.4;
	-webkit-transform: translateY(-25%) rotateX(35deg);
	transform: translateY(-25%) rotateX(35deg);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
	-webkit-transform: translateY(25%) rotateX(-35deg);
	transform: translateY(25%) rotateX(-35deg);
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}

/* MEANINGFUL BEAUTY */

#meaningfulBeauty {
	width: 100%;
	background: url(../meaningful-beauty/images/bg-mb.png) no-repeat 50% 35%;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	display: block;
	overflow: hidden;
	position:relative;
	height:auto;
}

#Inner #meaningfulBeauty{
	background:url(../meaningful-beauty/images/bg-mb.png) no-repeat 65% 35%
}

#meaningfulBeauty .row{
	width: 100%!important;
}

.mb-cindy{
	width:56%;
	float:right;
}

#Inner .mb-cindy{
	width:65%;
}
.mb-cindy img{
	max-width:100%;
	float:right
	
}


.mb-section {
    width: 100%;
    padding:0;
    color: #9184ab;
    background: #eeecf6;
    height: 460px;
    position: relative;
    border-top: 46px solid #dad2e9;
    border-bottom: 46px solid #dad2e9;

}

.mb-copy {
	width: 44%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
	text-align: center;
	position: absolute;
    padding:0 2em;
margin-top:120px;

}

#Inner .mb-copy{
	margin-top:2em;
}
.mb-copy p {
	font-size: 16px;
	font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 40px 0;
	color:black
}
.mb-logo {
	background: url(../meaningful-beauty/banners/mb-logo.png) no-repeat;
	height: 80px;
	width: 304px;
	margin: 0 0 0 104px;
}
.mb-copy a.btn {
	width: 180px;
	padding: 12px 10px 11px 10px;
	border-radius: 3px;
	background: #9184ab;
	text-align: center;
	font-family: didot, georgia;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	font-family:GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
	display:block;
	margin:0 auto;
}

#Inner .mb-copy p{margin-bottom:0;}

.mb-mobile{display:none;}

#productsImg {
	position: absolute;
	right: 50%;
	margin-right: -320px;
	bottom: 0;
	z-index: 3;
	
}
#mbCindyImg {
	position: absolute;
	right: 50%;
	margin-right: -660px;	bottom: 0;
	
}

/* HOME */
#homeSection {
	width: 100%;
	background: url(../home/images/cc-home.jpg) no-repeat 0% 15%;
	display: block;
	overflow: hidden;
	height:460px;
	position:relative;
}
.hp-copy {
	width: 500px;
	float: left;
	text-align: center;
	padding: 4px;
	left: 20px;
	position: absolute;
	height: 320px;
	overflow: hidden;
	bottom:20px;
	border: 2px solid #fff;
}
.hp-copy .hp-copy-inner {
	background: #fff;
	padding: 40px;
	width: 420px;
	height: 240px;
}
.hp-copy p {
	font-size: 16px;
	margin: 20px 0 30px 0;
	color:#333
}
.hp-logo {
	background: url(../home/images/cindy-home.png) no-repeat;
	height: 60px;
	width:420px;
	margin: 0;
	background-size: 100%;
}

.hp-copy a.btn{
	width: 220px;
	height: 52px;
	background: #6eacd9;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 6px auto;
	line-height: 54px;
	text-decoration: none;
	box-shadow: 2px 2px 0px black;
	font-family: GL,"Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
}
#states{
    font-size:12px !important;
    font-weight:bold !important;
}

/* BECOMING BOOK */

#becomingBook {
	position: relative;
	width: 100%;
	padding: 110px 0;
	margin-top: 60px;
	//background: #52b5c6;
	background: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	overflow: hidden;
}

#becomingBook .row{
	width: 100% !important;
}

.becoming-cover{
	float: left;
	width: 50%;
	text-align: center;
}

.becoming-cover img{
	max-width: 100%;
	text-align: center;
}

.becoming-copy {
	float: right;
	width: 50%;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.becoming-copy-inner {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

.becoming-copy h2 {
	padding: 0;
	margin: 0 0 30px 0;
	font: 38px Didot, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

.becoming-copy h3 {
	padding: 0;
	margin: 0 0 60px 0;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 300;
	text-transform: none;
	line-height: 24px;
}

.becoming-copy p {
	margin: 0 0 60px 0;
	font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: 300;
	line-height: 24px;
	display: block;
}

.becoming-copy p.quote {
	font-style: italic;
}

.becoming-copy a.btn {
	width: 180px;
	padding: 12px 10px 11px 10px;
	margin:0 auto;
	font: 11px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	letter-spacing: 1px;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
	border-radius: 3px;
	cursor: pointer;
	display:block;
}

.becoming-mobile{display:none;}

.becoming-popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.becoming-popup.active {
	display: block;
}

.becoming-popup-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #808080;
	opacity: 0.5;
	z-index: 1;
}

.becoming-popup-close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-weight: bold;
	text-decoration: none;
}

.becoming-popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 430px;
	height: 280px;
	padding: 25px;
	margin: -165px 0 0 -240px;
	border-radius: 20px;
	background: #fff;
	z-index: 2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.becoming-popup-content h4 {
	padding: 0;
	margin: 10px 0 20px 0;
	font-family: Didot, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4ea297;
	text-align: center;
}

.becoming-popup-content table td {
	padding: 10px 0;
	text-align: center;
}


/* BECOMING TOUR */

#becomingTour {
	position: relative;
	padding: 50px 15px;
	background: #949494;
	display: block;
	overflow: hidden;
}

.bt-copy {
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.bt-copy h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font: 38px Didot, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
}

.bt-copy .left {
	float: left;
	width: 50%;
}

.bt-copy .right {
	float: right;
	width: 50%;
}

.bt-copy .city {
	max-width: 415px;
	height: 225px;
	margin: 45px auto 0;
}

.bt-copy h3 {
	padding: 0;
	margin: 0 0 15px;
	font: 28px Didot, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: none;
	line-height: 24px;
}

.bt-copy p {
	margin: 0 0 20px 0;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	font-weight: 300;
	line-height: 20px;
	display: block;
}

.bt-copy p a {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.bt-copy .left,
	.bt-copy .right {
		width: 100%;
	}
	
	.bt-copy .city {
		height: auto;
	}
}




.mobile-icon {
    display:none
}

.hide-for-desktop,.overlay ul li.hide-for-desktop {
    display:none
}

/* terms of use*/
.wrapper{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	color:black;
	margin-top:3em;
	padding:0 2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.terms-use{
	margin-bottom:3em;
	width:100%;float:left;
}

@media screen and (max-width : 1224px){
/* mobile nav */
	.hide-for-mobile{display:none!important}
	.hide-for-desktop{display:block!important}
	#meaningfulBeauty{min-height:0;}
	.mb-copy{margin-top:4em;}
	#home .home-copy{margin-top:4em;}
	#TopNav .navbar-nav.hide-for-mobile{display:block !important;}
		#TopNav .navbar-nav{width:66%;margin-right:1em;}
	#TopNav .navbar-nav li a{font-size:12px; letter-spacing: 1px;}

		
/* mobile shorts */
	#collectionTBT .co-copy{width:50%;}

}

@media screen and (max-width : 1024px){
	
/* mobile intro */
	.intro-body{top:1em;}
	#TopNav .navbar-nav.hide-for-mobile{display:none !important;}
	.homeNav-brand{font-size:40px}
	#TopNav{z-index:10!important;text-align:center}
	.mobile-icon{display:block!important;padding:.5em;float:left}
	.mobile-icon img{width:40px}
	#TopNav-brand{margin-left:-56px;float:none;font-size:16px!important}
	.overlay nav{right:0!important;text-align:center}
	.overlay ul{padding:.5em!important;box-sizing:border-box;-moz-box-sizing: border-box;}
	.overlay ul li a{font-size:25px;}
	.overlay .overlay-close{width:40px;height:40px;top:80px;right:20px}	
	.homeNav {position: absolute}

	
/* mobile editorial */
	.edit-section{width:50%;}
	#editorial{height:auto !important;float:left;}
	
/* mobile shorts */
	#TBTCover{width:45%;padding-right:0;top:auto;transform:none;}
	#collectionTBT.collection .row h2{font-size: 60px;margin-top:30px;margin-bottom:35px;opacity:1;}
	#collectionTBT.collection .row h4{opacity:1;}
	#collectionTBT.collection .row .line{margin-top:20px;opacity:1;}
	#collectionTBT.collection .row p{margin-top:50px;opacity:1;}
	#collectionTBT.collection .row a.btn{margin:50px auto 0 auto;opacity:1;}
	#collectionTBT .co-copy{top:auto;transform:none;}
	#collectionInner{max-width:100%;}
	

	
/* mobile white shirts */
	#ContainerWhiteShirts{width: 70%;float: left;left: auto;position: relative;margin-left: auto;z-index: 2;top: auto;margin: 0;margin-top:3em;text-align: center;}
	#ImgWhiteShirts{float: right;text-align: left;position: absolute;z-index: 1;}
	#ImgWhiteShirts.white-shirts-desktop {width: 100%;}
	#ImgWhiteShirts.white-shirts-desktop img {width: 45%;float: right;}
	#ContainerWhiteShirts p {
		top: 220px;
	}
	#ContainerWhiteShirts .btn {
		bottom: 40px;
		margin-left: -120px

	}
	#LogoWhiteShirts{margin-left:0;top:50px;left:80px;opacity:1;}
	#BoxWhiteShirts{position: relative; margin-left:.5em;opacity:1;}
	#collectionWhiteShirts.inView #ContainerWhiteShirts .btn{bottom:5em;}
	#collectionWhiteShirts.inView #ContainerWhiteShirts p{position: relative;top:auto;padding:0 1em;margin-top:2em;}
		
/* mobile IG */
	
/* mobile swim */
	#collectionSwim.collection .row p{ opacity:1;left:50px;}
	#collectionSwim.collection .row h2{opacity:1; margin-top: -60px;}
	#collectionSwim.collection .row h4{margin-top:90px;}
	#collectionSwim.collection .row a.btn{margin-top:130px;}
	
/* mobile about */
	#AboutPic{background-size:100%;}
	.about{width: 60%;box-sizing: border-box;-moz-box-sizing: border-box;}
	
/* mobile inner collections */
	#pt-main{width:100%;float:left;height:auto;}
	#collectionHeader{width:100%;float:left;text-align:center;position: relative!important;height: 120px;}
	.pt-page{float:left;width:100%;top: 60px!important;height: auto!important}
	.inner-collection .img-house{width:100%;float:left;margin:2em auto;position:relative;text-align:center;}
	.inner-collection .copy-house,.inner-collection .copy-house p{width:100%;float:left;padding-top:0;text-align:center}
	.inner-collection .copy-house p {bottom: 10px;}
	.inner-collection .copy-house p{padding-bottom:2em;float:none;margin:0 auto;margin-bottom:2em;}
	#ss1,#ss2,#ss3,#ss4,#ss5,#ss6,#ss7,#ws1,#ws2,#ws3,#ws4,#ws5,#ws6,#ds1,#ds2,#ds3,#ds4,#ds5,#ds6,#ds7 {margin:1em auto 2em auto;}
	#Inner #collectionInner{width:100%;float:left;height:auto;}
	.nextPrev {position: fixed;bottom: 0;width: 50%;height: 40px;background: #000;color: #fff;margin: 0;top: auto;text-align: center;line-height: 40px;text-decoration: none;}
	#Prev, #PrevCollection {left: 0!important;}
	#Next, #NextCollection {right: 0px!important;}
	#NextCollection, #PrevCollection {font-size: 12px;max-width:100% !important;}
	.inner-collection .copy-house, .inner-collection .copy-house p {width: 98%!important;left: 1%!important;position: relative!important;
padding-top: 0px!important;text-align: center;box-sizing: border-box;padding:1em;}
	#pt-main {width: 100%!important;}
	.inner-collection .img-house img {max-height: auto!important;max-width: auto!important;height: auto;width: auto;}
	.img-house {height: auto!important;display: block!important}
	#collectionHeader h3 {font-size: 16px;}
	#Inner.collection #footer, #Inner.collection .about-shape-black{display:none!important}
	
/* mobile MB */
	#meaningfulBeauty{min-height: 0px;}
	#Inner #meaningfulBeauty{background:url(../meaningful-beauty/images/bg-mb.png) no-repeat center top}
	#Inner .mb-cindy{display:none;}
	#Inner .mb-mobile{width:100%;margin-top:0;}
	#Inner .mb-copy{width: 100%;position: relative;top: auto;transform: none;background-color: white;padding: 2em;}
	#Inner .mb-mobile{display:block !important;margin-top:0em;width:70%;float:right;}
	#Inner .mb-copy{width: 100%;float: left;margin: 0 auto;left: 0;position: relative;padding: 3em;box-sizing: border-box;-moz-box-sizing: border-box;height: auto;background: white;top:auto;transform:none;}
		#Inner .mb-cindy{display:none;}
		#Inner .mb-copy {transform:none;top:auto;}
	
/* mobile HOME */
	#home > img:first-of-type{display:none;}	
	#home .home-copy{margin-top:3em;}
	.mb-copy{margin-top:4em;}

}

@media screen and (max-width : 768px){
	
	/* mobile nav */
	.homeNav-brand{display:none;}
	#TopNav{top:0!important;z-index:10!important;text-align:center}
	.homeNav .nav{display:none;}


/* mobile intro */
	.arrow-down{left:85%;bottom:-30px}
	#HomeSocials{display:none;}
	.intro{min-height: 200px;position: relative;}

/* mobile shorts */
	#TBTCover{width:100%;text-align: center;}
	#collectionTBT{height:auto !important;min-height: 0px;}
	#collectionTBT .row{height:auto !important;}
	#collectionTBT .co-copy{width:100%;}
	#collectionTBT.collection .row h2{opacity:1;}
	#collectionTBT.collection .row h4{opacity:1;margin-top:0 !important;}
	#collectionTBT.collection .row .line{opacity:1; margin:2em auto;}
	#collectionTBT.collection .row p{opacity:1;padding:0 2em;margin:0 auto;}
	#collectionTBT.collection .row a.btn{opacity:1;margin:3em auto;}
	
/* mobile IG */
	.instagram-section{height:auto !important;width:100%;float:left;}
	.ig-container{float:left;width:100%;position:relative;top:auto !important;height:auto !important;}
	.ig-container li{width:50%;padding:0 .5em .5em .5em;box-sizing: border-box;-moz-box-sizing: border-box;margin:0 !important;}
	.ig-container li:last-of-type{display:none;}
	.ig-container li img{max-width:100%;}
	.ig-container li img.igOver{display:none;}

/* mobile swim */
	#collectionSwim{background:#000;text-align: center;}
	.mobile-swim{display:block;max-width:100%;}
	#collectionSwim.collection .row h2{opacity: 1;top: auto;position: relative;margin-left: auto;left: auto;float: none;margin: 1em auto;margin-top:1em;}
	#collectionSwim.collection .row h4{position: relative;left: auto;top: auto;margin: 1em auto;height: auto;}
	#collectionSwim.collection .row p{opacity: 1;left: 50px;position: relative;max-width: 100%;top: auto;box-sizing: border-box;-moz-box-sizing: border-box;width: 100%;float: left;left: 		0;padding: 0 2em;text-align: center;}
	#collectionSwim.collection .row a.btn{position: relative;top: 0em;left: auto;margin:1em 0 2em 0;float: none;background-color: #3291ba;padding:12px 20px 11px 20px;display:inline-block;}

/* mobile white shirts */
	#collectionWhiteShirts{height:auto !important;}
	#ImgWhiteShirts.white-shirts-mobile{display:block;width: 100%;left: 0;position: relative;}
	#ImgWhiteShirts{display:none;}
	#ImgWhiteShirts img{height: auto !important;max-width: 120%;float: right;width: 100%; left: -4em}
	#LogoWhiteShirts{top: 1.2em;margin-left: 0;left: 20%;margin:0 auto;top:50px !important;}
	#BoxWhiteShirts{margin:0 auto}
	#ContainerWhiteShirts .btn{margin:0 0 2em 0;bottom:auto;position: relative;left:auto;display:inline-block;top: 0;}
	#ContainerWhiteShirts{margin: 1em auto;float: left;text-align: center;width:100%;margin-top:-9px;}
	#ContainerWhiteShirts p{margin-top:1.5em;position: relative;top: 0;max-width: 100%;}


/* mobile HOME */
	#CindyHome{background:url(images/cc-home.jpg) no-repeat 50% 13%;background-size:100%;}
	#home img:first-of-type{max-width:100%;display:block;}
	#home .home-copy{left:1em;padding:2em;width:65%;top:65%;
		background: #ffffff;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2Y1ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #ffffff 0%, #f3f5f9 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f5f9));
		background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f5f9 100%);
		background: -o-linear-gradient(top,  #ffffff 0%,#f3f5f9 100%);
		background: -ms-linear-gradient(top,  #ffffff 0%,#f3f5f9 100%);
		background: linear-gradient(to bottom,  #ffffff 0%,#f3f5f9 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f5f9',GradientType=0 );
	}
	#home .home-banner{display:none;}
	#home .home-copy img{margin:0 auto;}
	.home-border{border:2px solid white;padding:4px;}
	#home .home-copy{width: 100%;position: relative;left: 0;top: auto;transform: none;margin-top:0;}
	
/* mobile about */
	#AboutPic{display:none;}
	.about{width: 70%;box-sizing: border-box;-moz-box-sizing: border-box;margin: 0 auto;padding: 3em 1em;}
	
	/* mobile MB */
	#meaningfulBeauty{background:url(../meaningful-beauty/images/bg-mb.png) no-repeat center top;}
	.mb-cindy{display:none;}
	.mb-mobile{width:100%;margin-top:0;}
	.mb-copy{width: 100%;position: relative;top: auto;transform: none;background-color: white;padding: 2em;}
	.mb-mobile{display:block !important;margin-top:0em;width:70%;float:right;}
	.mb-copy{width: 100%;float: left;margin: 0 auto;left: 0;position: relative;padding: 3em;box-sizing: border-box;-moz-box-sizing: border-box;height: auto;background: white;top:auto;transform:none;}
		#Inner .mb-cindy{display:none;}
		#Inner .mb-copy {transform:none;top:auto;}
		
	
	/* mobile Bcoming */
	#becomingBook{padding-bottom: 0;}
	.becoming-cover{display:none;}
	.becoming-copy{width: 50%;position: relative;top: auto;transform: none;padding: 2em 2em 40px;}
	.becoming-copy h2{color: #fff; margin-top: 40px;} 
	.becoming-copy p{color: #fff; margin-bottom: 40px;}
	.becoming-copy a.btn{color: #fff; background: transparent;}
	.becoming-mobile{display:block;margin-top:0;width:50%;float:left;}
		
}


@media only screen 
and (min-device-width : 540px) 
and (max-device-width : 960px) 
and (orientation : landscape) { /* STYLES GO HERE */
	.mb-logo{width:340px !important;}
}


@media screen and (max-width : 640px){
/* mobile nav */
	.overlay nav{height:50%;}	
	
/* mobile intro */
	.intro-body{width:40% !important;top:5em !important;background:#fff url(../assets/main-home.jpg) no-repeat right bottom;background-size:100%;}
	ul#HomeSocials{display:none;}
	
	
/* mobile nav */
	.overlay ul li a{font-size:16px;}
	
/* mobile swim */
	#collectionSwim.collection .row h2{position: relative;left: 0px;margin: 0;width: 100%;max-width: 100%;top: 0px;background-size: 100%;margin-top: 6em !important;height:120px;}
	#collectionSwim.collection .row h4{position: relative;top: 0px;left: 0px;margin: 0 !important;width: 100%;height: auto;font-size:14px;padding:.5em 0;}
	#collectionSwim.collection .row p{left: auto !important;position: relative;top: 0;width: 100%;text-align: center;max-width: 100%;margin:0 !important;padding:1em; box-sizing: border-box;-moz-box-sizing: border-box;text-shadow:1px 1px 1px rgba(0,0,0,0.9);}
	#collectionSwim.collection .row a.btn{top: auto;}

/* mobile white shirts */
	#ContainerWhiteShirts{margin-top:-4px;height: auto}
	#ImgWhiteShirts{right:0%;left:auto;left:2em;}
	#ImgWhiteShirts img{left: -2.2em}
	#BoxWhiteShirts{height:120px;width: 92%}
	#ContainerWhiteShirts p{font-size: 12px;padding: 0 1em}
	#ContainerWhiteShirts .btn{top:auto;width:160px;}
	#LogoWhiteShirts{top:30px!important;left: 14%;width: 75%;}

/* mobile HOME */
	#CindyHome{background-size: 100% !important;}
	.hp-copy{bottom: 30px !important;height: 450px !important;border: 0 !important;width: 100% !important;left: 0 !important;padding:0 !important;}
	.hp-logo{width:100% !important;}
	.hp-copy .hp-copy-inner{width:100% !important;box-sizing:border-box;-moz-box-sizing: border-box;}
	#Inner.home #footer{margin-top:2em;}
	#states{width: 100% !important;}
/* mobile MB */
	.mb-logo{width:100% !important;}
	.mb-copy{padding:2em;}
	.mb-mobile{margin-top:0;}
	
/* mobile Becoming */
	#becomingBook {width: auto; padding: 50px 10px;}
	.becoming-mobile {float: none; margin: 0 auto;}
	.becoming-copy {width: 100%;}

	
}
@media screen and (max-width : 736px) and (orientation : landscape){
	
	.overlay ul li{min-height: 34px}
	.overlay ul li a{font-size:15px;}

	#Inner #collectionSwim{margin-top:1em;}
	#collectionSwim.collection .row h2{margin-top: 3.5em !important;width: 40%;margin: 0 auto;height: 70px;background-size: 100%;}
	#collectionSwim.collection .row p{font-size: 12px;line-height: 18px;padding-top:0em;display:none;}
	#collectionSwim{background:#2cb6aa url(../swimsuit/assets/swim-cover.png) no-repeat center top;background-size:100%;min-height: 0!important}
	.mobile-swim{display:none;}
	
		 #TBTCover{width:40%;}
	 #collectionTBT .co-copy{width:60%;margin-top:3em;}
	 #collectionTBT.collection .row .line{margin:1em auto;}
	 #collectionTBT.collection .row h2{font-size: 40px;margin-top:.5em;}
	 #collectionTBT.collection .row p{padding:0;font-size:12px;}
	 #collectionTBT.collection .row h4{font-size:12px;}
	 #collectionTBT.collection .row a.btn{margin: 1em auto;padding: 10px 5px;}
	 #collectionTBT.collection .row p{display:none;}
	 
	 .mb-mobile{display:none !important;}
	.mb-copy{width: 54%;box-sizing: border-box;-moz-box-sizing: border-box;float: left;text-align: center;position: absolute;padding: 0 2em;background-color:transparent;margin-top:6em;}
	.mb-cindy{display:block;}
	.mb-copy h2{font-size: 2em;}
	.mb-copy p{display:none;}
	#Inner .mb-copy p{display:block;}
	.mb-copy a.btn{width:100px;margin-top:1em;}
	/* mobile white shirts */
	#ContainerWhiteShirts{margin-top:3em;text-align: center;height:auto !important;}
	#ContainerWhiteShirts p{display:none;}
	#LogoWhiteShirts{left:110px;}
	#ImgWhiteShirts{left:auto;}
	
	#collectionWhiteShirts{min-height:0;}
	#ImgWhiteShirts.white-shirts-mobile{display: block;width: 100%;left: 0;position: relative;}
	#ImgWhiteShirts img{display:none;}
	div#ContainerWhiteShirts{width:70%;}
	#LogoWhiteShirts{width: 66%;left: 80px;top: 35px !important;}
	#BoxWhiteShirts{width: 85%;}
	#ImgWhiteShirts{display:block;}
	#ImgWhiteShirts.white-shirts-desktop img{display: block;height: auto !important;width: 100%;left: 0;}
	#ImgWhiteShirts.white-shirts-desktop{width:32%;}
	
	#home .home-copy p{display:none;}
	#home > img:first-of-type{display:none;}
	#home .home-banner{display:block;width:46%;}
	#home .home-copy{width:54%;background: transparent;margin-top: 3em;}
}		

@media screen and (max-width : 667px) and (orientation : landscape){
	.mb-copy{margin-top:5em;}
	#home .home-copy{margin-top:2em;}
	#ImgWhiteShirts.white-shirts-desktop{width:36%;}
}
@media screen and (max-width : 640px) and (orientation : landscape){
	
/* mobile intro */
	.intro-body{width:30% !important;}
	
/* mobile home */
	#home .home-copy{top:75%;}
	#home .home-copy p{display:none;}
		#Inner #home .home-copy p{display:block;}

	#home a.btn{margin-top:2em;width:100px;}
}

@media screen and (max-width : 568px) and (orientation : landscape){
	.intro-body, #collectionSwim{min-height:240px;}
	.mb-copy{margin-top:4em;}
	#home .home-copy{margin-top:1.5em;}
	#LogoWhiteShirts{left: 75px;top: 25px !important;}
	#ImgWhiteShirts.white-shirts-desktop{width:42%;}
}

@media screen and (max-width : 480px) and (orientation : landscape){
	#collectionTBT.collection .row h2{font-size:30px;margin-bottom:1em;}
	#collectionTBT.collection .row .line{margin:.5em auto;}
	
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation : landscape) {

/* mobile intro */
	.intro{}
	.intro-body{width:30% !important;top:1em;}	
	.overlay nav{height:40% !important;}
	#arrows .btn-circle{display:none;}

/* mobile swim */
/* mobile white shirts */
	#collectionWhiteShirts, #ImgWhiteShirts img{height:260px !important;}
	#BoxWhiteShirts{height:140px;margin-left:2em;}
/* mobile about */
	#AboutPic{height:260px !important;}
/* mobile MB */
	.mb-copy h2{font-size: 1.5em;}
	#Inner .mb-copy h2{font-size:2em;}
/* mobile home */
	#home .home-copy{padding:1em 2em;}
	#home a.btn{margin-top:1em;}
}

@media screen and (max-width : 460px){
	
/* mobile intro */
	#TopNav-brand{margin-left:0;}
	.intro-body{width:87% !important;top:auto;}
	.arrow-down{opacity: 1;border-left: 20px solid transparent;border-right: 20px solid transparent;border-top: 20px solid #fff;bottom: -20px;}
	.arrow-down.black{width: 20px;height: 20px;left: -10px;bottom: 15px;}

/* mobile editorial */
	.edit-section{width:100%;}
	#editorial{height:auto !important;float:left;}	
	
/* mobile shorts */
	#collectionTBT.collection .row h2{font-size:40px;}
	#collectionTBT.collection .row .line{margin:1em auto;}
	
/* mobile swim */
	#collectionSwim{height:auto !important;}	
	#collectionSwim .row{height:auto !important;}
	#collectionSwim.collection .row h2{width: 80%;margin: .5em auto !important;height: 80px;margin-top: 1em !important;}
	#collectionSwim.collection .row p{margin-top:0;color:white;}

/* mobile about */
	.about{width: 100%;padding: 3em 1em;}
	.about p{font-size:15px;line-height:21px;}

/* mobile Home */
	.hp-logo{height:35px !important;}
	
	#home .home-copy p{font-size:15px;}
	#Inner #CindyHome{background-position:50% 12%;}
	
/* mobile MB */
	.mb-copy h2{font-size:2em;}
	.mb-copy p{font-size:15px;margin:1em 0;}
	#Inner .mb-copy{padding:2em;}
	

/* mobile Becoming */
	.becoming-copy h2{font-size:2em;margin-top:0; margin-bottom: 10px;}
	.becoming-copy p{font-size:15px;margin:1em 0;}

	
/* mobile footer */
	#footer ul li a, .subNav li a{font-size:8px; padding:0 5px;}
	#footer p{font-size:8px;margin-bottom:2em;}

}

@media screen and (max-width : 320px){
/* mobile intro */
	.intro-body{top:4em;margin-left:-1em;min-height:400px;}
	.arrow-down{left:87.5%;}

/* mobile swim */
	#collectionSwim{height:450px !important;min-height:0;}
	#collectionSwim.collection .row h4{font-size:12px;}
	#collectionSwim.collection .row p{font-size:11px; line-height: 16px;padding:.5em;margin-bottom: 1em !important;}
	#collectionSwim.collection .row h2{margin-top: .5em !important;width: 70%;height: 52px;}
	
/* mobile white shirts */
	#LogoWhiteShirts{height: 30px;top: 25px !important;}
	#ContainerWhiteShirts p{margin-top:0;}
	#ImgWhiteShirts{left:4em;}
	.overlay ul li a{font-size:12px;}
	
	#states{width:255px !important;-moz-appearance: none;}

/* mobile about */
	.about p{font-size:12px;line-height:18px;}
	.mb-copy p{font-size:12px;margin:1em 0;}
	#home .home-copy p{font-size:12px;}
	#Inner .mb-copy{padding:1em;}
	#Inner .mb-copy h2{font-size:1.5em;}
	#home > img:first-of-type{float:left;width:100%;}
	#home .home-copy{top:50%;}
}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.intro{min-height:650px;}
}	

@media screen and (max-width : 480px) and (orientation:landscape){
	#collectionTBT.collection .row h2{margin-top:0;}
	#collectionTBT .co-copy{margin-top:2em;}
	.mb-copy{margin-top:3em;}
	#LogoWhiteShirts{left: 4em;top: 25px;}
	#BoxWhiteShirts{height:120px;}
	#home .home-copy{margin-top:1em;}
	#ImgWhiteShirts.white-shirts-desktop{width:50%;}
}