/*
 *
 * Leonard & Church
 * Shopify Theme
 * v1.0
 *
 *
 */


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ef376");
  
@font-face {font-family: 'NeuzeitGro-Reg';src: url('2EF376_0_0.eot');src: url('2EF376_0_0.eot?#iefix') format('embedded-opentype'),url('2EF376_0_0.woff2') format('woff2'),url('2EF376_0_0.woff') format('woff'),url('2EF376_0_0.ttf') format('truetype');}
 
@font-face {font-family: 'NeuzeitGro-Bol';src: url('2EF376_1_0.eot');src: url('2EF376_1_0.eot?#iefix') format('embedded-opentype'),url('2EF376_1_0.woff2') format('woff2'),url('2EF376_1_0.woff') format('woff'),url('2EF376_1_0.ttf') format('truetype');}
 
 
html,
body {
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    font-family: 'NeuzeitGro-Reg';
}


h1, h2, h3, h4, h5, h6 {
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-family: 'NeuzeitGro-Bol';
}

.selector-wrapper {display:none;}

a {
	color: #252525;
	outline: 0;
}
a:focus, 
a:hover {
	outline: 0;
	color: #252525;
	text-decoration: none;
}

b,
strong {
	font-family: 'NeuzeitGro-Bol';
}


p {
	margin: 0 0 20px 0;
}



.btn {
    display: inline-block;
    padding: 14px 17px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid;
    border-radius: 0px;
    text-transform: uppercase;
    background: transparent;
    font-family: 'NeuzeitGro-Bol';
}
.btn-default {
    color: #2a2a2a;
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
.btn-default:hover {
	color: #ffffff;
    background-color: #2a2a2a;
    border: 2px solid #ffffff;
}

.btn-inverse {
	color: #2a2a2a;
    background-color: #ffffff;
    border: 2px solid #eaeaea;
}
.btn-inverse:hover {
	color: #ffffff;
    background-color: #2a2a2a;
    border: 2px solid #ffffff;
}
.btn-white-bg {
    color: #2a2a2a;
    background-color: #ececec;
    border: 2px solid #ececec;
}
.btn-white-bg:hover {
	color: #ececec;
    background-color: #252525;
    border: 2px solid #ececec;
}

.btn-black {
    color: #ffffff;
    background-color: #292929;
    border: 2px solid #292929;
}
.btn-black:hover {
	color: #292929;
    background-color: #ffffff;
    border: 2px solid #292929;
}

.btn-underline {
	background: transparent;
	border-color: transparent;
	border-bottom: 2px solid #000000;
	padding-left: 0;
	padding-right: 0;
	margin-right: 20px;
}



.letter-spacing {
	letter-spacing: 0.2em;
}





.carousel-control.left,
.carousel-control.right {
	background: none;
}

.carousel-control img {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}
.carousel-control.right img {
	left: 0;
}


@media(max-width:768px) {
	
	html,
	body {
	    font-size: 11px;
	    line-height: 20px;
	}
	.btn { 
		font-size: 12px;
	}
	
}



.videoContainer{
	top: 0;
    height:100%;
    width:100%;
    overflow: hidden;
}
.videoContainer video {
    width: 100%;
}




/************************************	Header	*************************************/

body {
	margin-top: 89px; /*	Height of header	*/
}

.navbar {
	background: #ffffff;
	height: auto;
	margin-bottom: 0px;
	-webkit-transition: top 0.2s ease-in-out;
	transition: top 0.2s ease-in-out;
}

.nav-up {
  top: -89px; 
}

#navbar-padding {
	padding: 8px 15px 5px 15px;
}

#slim-menu-shipping {
	display: none;
	font-size: 11px; 
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #fff;
	background: #000;
	text-align: center;
}
.top-nav-collapse #slim-menu-shipping {
	display: inherit;
}
#slim-menu-shipping p {
	margin-bottom: 0;
}





@media(max-width:990px) {
	


	#slim-menu-shipping {
		display: inherit;
	}
	.navbar-toggle {
		margin: 0;
		font-size: 21px;
		padding: 3px 6px;
		margin-top: 8px;
		margin-right: 5px;
		margin-bottom: 0px;
	}

}


@media(max-width:768px) {
	
	body {
		margin-top: 76px; /*	Height of header	*/
	}
}




/*	Top Bar	*/    
.top-nav-collapse .nav-top-bar { 
	display: none; 
}
.nav-top-bar {
	padding: 25px 80px 35px 80px;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.secondary-menu {
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.nav-top-bar p {
	color: #a0a0a0; 
	line-height: 48px;
}
.nav-top-bar p,
.nav-top-bar ul {
	margin-bottom: 0px;
}
.nav-top-bar ul li a,
.secondary-menu li a {
	padding: 13px 17px;
	display: inline-block;
	background-color: transparent !important;
}
.nav-top-bar ul li a:hover,
.nav-top-bar ul li a:focus,
.nav-top-bar ul li.open a,
.secondary-menu li a:hover,
.secondary-menu li a:focus {
	text-decoration: none; 
	color: #1A9AE2; 
	background: transparent !important;
}












/*	Dropdown Cart	*/
.dropdown-cart {
	border-radius: 0px;
	right: 0px;
	top: 51px;
	left: auto;
	padding: 16px;
	width: 400px;
	font-size: 11px;
}
.dropdown-cart li {
	margin-left: 0 !important;
	width: 100%;
}

.highlight {
	color: #1A9AE2; 
}

.dropdown-cart .table {
	margin-bottom: 10px;
}
.dropdown-cart .table>thead>tr>th {
	padding-top: 0px;
	border-bottom: 1px solid #cccccc; 
}
.dropdown-cart .table tr td {
	line-height: 32px;
	padding: 20px 0;
}
.dropdown-cart .table tr td img {
	margin-bottom: 0px;
	margin-right: 5px;
}
.dropdown-cart li a {
	display: inline-block !important;
	font-size: 12px;
}

/*	Dropdown Search	*/
#dropdown-search {
	border-radius: 0px;
	box-shadow: none;
	width: 700px;
	right: 0px;
	top: 62px;
	left: auto;
	padding: 32px 25px 32px 25px;
	zoom: 80%;
}
#dropdown-search li {
	width: 100%; 
}
#dropdown-search form {
	border-bottom: 1px solid #000000;
	height: 60px;
	margin-top: 20px;
}
#dropdown-search input {
	width: 500px;
	font-size: 20px;
	font-family: 'NeuzeitGro-Bol';
	letter-spacing: 0.18em;
	color: #000;
	height: 44px;
	padding: 0px 20px;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	margin-top: 0px;
	background: transparent;
	
}
#dropdown-search input:focus {
	background: #ececec;
}
#dropdown-search input::-webkit-input-placeholder {
   color: black;
}
#dropdown-search input:-moz-placeholder { /* Firefox 18- */
   color: black;  
}
#dropdown-search input::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}
#dropdown-search input:-ms-input-placeholder {  
   color: black;  
}


@-moz-document url-prefix() { 
	#dropdown-search {
		top: 51px;	
	}
}




@media(max-width:1200px) {
	.nav-top-bar ul li a,
	.secondary-menu li a {
		padding: 13px 8px;
	}
}

@media(max-width:990px) {

	.nav-top-bar {
		padding: 25px 40px 35px 40px;
	}
	.nav-top-bar ul li a,
	.secondary-menu li a {
		padding: 15px 2px;
		font-size: 10px;
	}	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		height: auto;
		max-height: none;
	}
	
}





/******************************************************************************************	Logo	*/
.navbar-header { 
	width: 100%; 
	height: 45px;
}
.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 430px;
    text-align: center;
    background-color: transparent;
}
.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
    margin-left: -215px;
}

/*	Logo collapsed	*/
.top-nav-collapse .navbar-header {
	height: auto; 
	width: auto;  
	margin-top: 12px;
}
.top-nav-collapse .navbar-brand-centered {
	width: 250px
}
.top-nav-collapse.navbar>.container .navbar-brand-centered, 
.top-nav-collapse.navbar>.container-fluid .navbar-brand-centered {
    margin-left: -125px;
}


#cart-icon {
	float: left; 
	margin: 10px;
	display: inline-block;
	width: 20px;
	height: 23px;
	background: url(icn-cart.png) no-repeat; 
	background-position: center;
    background-size: cover;
    -o-background-size: cover;
}
.icn-cart-update {
	background: url(icn-cart-updated.png) no-repeat !important; 
}


@media(max-width:990px){
	.navbar-header,
	.top-nav-collapse .navbar-header {
		height: auto; 
		width: auto;
		margin-top: 0;
	}
	.navbar-brand-centered,
	.top-nav-collapse .navbar-brand-centered {
		width: 230px;
		margin-top: 12px;
	}
	.navbar>.container .navbar-brand-centered, 
	.navbar>.container-fluid .navbar-brand-centered,
	.top-nav-collapse.navbar>.container .navbar-brand-centered, 
	.top-nav-collapse.navbar>.container-fluid .navbar-brand-centered {
	    margin-left: -115px;
	}
}





/******************************************************************************************	Main Menu  */





.main-menu { 
	width: 100%; 
	text-align: center; 
}
.main-menu  > li { 
	float: none; 
	display: inline-block; 
}
.main-menu li a {
	color: #2a2a2a;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding-top: 14px;
	padding-bottom: 12px;
	display: inline-block;
	font-family: 'NeuzeitGro-Bol';
	margin: 0 5px;
	background: transparent !important;
}
.main-menu li a:hover,
.main-menu li a:focus
.main-menu li.active a {
	background: transparent;
	color: #1A9AE2; 
}
.main-menu li a.active {
	color: #1A9AE2; 
}


.main-menu li a i {
	font-size: 11px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main-menu li.open a i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

}

.main-menu .open > a {
	border-bottom: 1px solid #fff !important;
	z-index: 2000;
}
.main-menu > li.dropdown.open { 
	position: static; 
}



.main-menu > li.dropdown.open .dropdown-fullwidth { 
	text-align: center; 
	left:0; 
	right:0;
	padding: 10px 0;
	outline: none;
	top: 200px;
	border-radius: 0px;
	border-bottom: none;
	box-shadow: none !important;
	border: none;
	border-top: 1px solid #d6d6d6; 
	z-index: 1500;
}

.top-nav-collapse .main-menu > li.dropdown.open .dropdown-fullwidth {
	top: 89px;	
}
.main-menu .dropdown-fullwidth>li { 
	display: inline-block; 
}
.main-menu > li.dropdown.open .dropdown-fullwidth li a {
	border: transparent;
	padding: 8px 0 6px 0; 
	margin: 0 15px;
	font-family: 'NeuzeitGro-Reg';
}
.main-menu > li.dropdown.open .dropdown-fullwidth li a:hover,
.main-menu > li.dropdown.open .dropdown-fullwidth li.active a {
	background: transparent;
	color: #1A9AE2; 
}

/*	Main Menu - Minimal  */
.top-nav-collapse .main-menu { 
	width: inherit; 
	text-align: inherit; 
}
.top-nav-collapse .main-menu  > li { 
	float: inherit; 
	display: inherit; 
}

/* Secondary Menu - Search/Login */
.secondary-menu {
	display: none; 
}
.top-nav-collapse .secondary-menu {
	display: inherit; 
}














@media(max-width:1200px) {
	.main-menu > li.dropdown.open .dropdown-fullwidth { 
		top: 194px;	
	}
	.main-menu li a {
		font-size: 13px;
		margin: 0;
		padding: 13px 12px;
	}
}

@media(max-width:990px) {
	.main-menu > li.dropdown.open .dropdown-fullwidth { 
		top: 208px;	
	}	
	.main-menu li a {
		font-size: 12px;
		padding: 15px 3px;
	}
}

@media(max-width:990px) {
	
	
	/* Override default collapse break point*/
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
		display:block !important;
	}


	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    box-shadow: none;
	}



	
	.main-menu,
	.top-nav-collapse .main-menu { 
		width: inherit; 
		text-align: inherit; 
	}
	.main-menu  > li,
	.top-nav-collapse .main-menu  > li { 
		float: inherit; 
		display: inherit; 
	}
	.main-menu li a {
		border: none;
		color: #252525;
		font-size: 18px;
		letter-spacing: 0.2em;
		text-transform: uppercase;
		padding: 12px 30px;
		display: block;
		font-family: 'NeuzeitGro-Reg';
		margin: 0px;
		background: transparent !important;
		border-bottom: 1px solid #d6d6d6; 
	}
	.main-menu > li a:hover,
	.main-menu > li a:focus,
	.main-menu > li.active a {
		border: none;
		border-bottom: 1px solid #d6d6d6; 
		color: #ffffff !important;
		background: #252525 !important;
	}
	

	.main-menu > li.dropdown.open .dropdown-fullwidth { 
		text-align: left; 
		left:0; 
		right:0;
		padding: 0;
		outline: none;
		border-radius: 0px;
		border-bottom: none;
		box-shadow: none !important;
		border: none;
		border-top: 1px solid #d6d6d6; 
	}
	.main-menu .dropdown-fullwidth>li { 
		display: block; 
	}
	.main-menu > li.dropdown.open .dropdown-fullwidth li a {
		display: block;
		border: transparent;
		padding-top: 14px;
		padding-bottom: 12px;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0px;
		font-family: 'NeuzeitGro-Reg';
		border-bottom: 1px solid #c2c3c2; 
	}
	.main-menu > li.dropdown.open .dropdown-fullwidth li a:hover,
	.main-menu > li.dropdown.open .dropdown-fullwidth li.active a {
		border: none;
		border-bottom: 1px solid #c2c3c2; 
		color: #ffffff;
		background: #252525 !important;
	}
	
	
	.main-menu {
		margin-bottom: 0px;
	}
	#mobile-nav-login {
		background: #f5f5f5;
		text-align: center;
		margin-bottom: 0px;
	}
	#mobile-nav-login a {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
		display: inline-block;
		border-bottom: none; 
		background: transparent !important;
		color: #252525;
	}
	#mobile-nav-login a:hover {
		border: none; 
	}

}


@media (max-width: 767px) {
	.navbar-default {
    	position: absolute;
	}
}










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

footer {
	padding-top: 65px;
	padding-bottom: 67px;
	font-size: 12px;
	border-top: 2px solid #eaeaea;
	font-family: 'NeuzeitGro-Bol';
	text-transform: uppercase;
}

footer ul li {
	margin-bottom: 23px;
}
#footer ul li:last-child {
	margin-bottom: 0px;
}
footer ul a {
	color: #363636;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
footer ul a:hover {
	color: #363636;
}

footer p {
	font-size: 18px;
	letter-spacing: 0.2em;
	margin-bottom: 50px;
}

footer form {
	border-bottom: 2px solid #eaeaea; 
	padding-bottom: 15px;
}

footer .form-group input {
	outline: none;
	border: none !important;
	box-shadow: none !important;
	padding-left: 0;
	border-radius: 0px;
	height: 46px;
	letter-spacing: 0.2em;
	width: 430px !important;
	color: black;
	padding-left: 20px;
	background: #ececec;
}
footer .form-group input:focus {
	
}
footer form .btn {
	padding: 14px; 
	margin-top: -45px;
}
footer .form-group input::-webkit-input-placeholder {
   color: black;
}
footer .form-group input:-moz-placeholder { /* Firefox 18- */
   color: black;  
}
footer .form-group input::-moz-placeholder {  /* Firefox 19+ */
   color: black;  
}
footer .form-group input:-ms-input-placeholder {  
   color: black;  
}








#copy {
	background: #ececec;
	font-size: 10px;
	line-height: 16px;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	padding: 10px 0;
}
#copy ul {
	font-size: 16px;
	height: 16px;
}
#copy ul li {
	margin: 0 10px;
}
#copy p,
#copy ul {
	margin-bottom: 0px;
}
#copy a {
	float: right;
}




@media(max-width:990px) {
	footer ul li {
		margin-bottom: 30px;
	}
	
	
	
	footer form .btn {
		margin-top: -50px;	
	}
	
}



@media(max-width: 767px) {
	#copy {
		text-align: center;
		font-size: 10px;
		padding-bottom: 8px;
	}
	#copy p {
		margin-bottom: 10px;
	}
	#copy a {
		float: inherit;
	}
	#copy ul {
		margin-bottom: 15px;
	}
	
}









@media(max-width:1200px) {
	footer .form-group input {
		width: 320px !important;
	}
}

@media(max-width:990px) {
	footer .form-group input {
		width: 220px !important;
		margin-top: -5px;
		margin-bottom: 5px;
	}
}



@media(max-width:768px) {
	
	footer {
		padding-top: 42px;
	}
	footer ul {
		margin-bottom: 45px;
	}
	footer ul li {
		margin-bottom: 20px;
	}
	footer p {
		font-size: 12px;
	}
	footer form {
		border-bottom: 1px solid #eaeaea; 
		padding-bottom: 0px;
	}
	footer .form-group {
	    display: inline-block;
	    margin-bottom: 0px;
	}

	footer .form-group input {
		outline: none;
		border: none !important;
		box-shadow: none !important;
		height: 35px;
		letter-spacing: 0.2em;
		font-size: 12px;
		width: 170px !important;
	}
	footer form .btn {
		padding: 14px; 
		zoom: 80%;
	}
	
}










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



#home-video {
	position: relative;
}

#home-video .videoContainer {
	height: 675px;
}
#home-video #videoOverlay {
	z-index: 1000;
	top: 35%;
}
#home-video #videoOverlay h2 {
	margin-top: 0px;
}
@media(max-width:1200px) {
	#home-video .videoContainer {
		height: 559px;
	}
}
@media(max-width:990px) {
	#home-video .videoContainer {
		height: 431px;
	}
}






/*	Carousel	*/

.carousel {
    height: 600px;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -o-background-size: cover;
}
#themeCarousel .carousel-caption {
	top: 30%;
}
#themeCarousel .carousel-caption h2 {
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 48px;
	font-family: 'NeuzeitGro-Reg';
}



#themeCarousel .carousel-indicators {
    position: absolute;
    z-index: 15;
    list-style: none;
    left: inherit;
    right: 10px;
    top: 48%;
    bottom: 0px;
    width: 30px; 
    padding-left: 0px;
    margin-right: 0px;
}
#themeCarousel .carousel-indicators li {
	display: block;
	text-align: right;
	margin-bottom: 7px;
	width: 10px;
	height: 10px;
	border: none;
	background: rgba(255, 255, 255, 0.2);
}
#themeCarousel .carousel-indicators li img {
	max-width: 100%; 
}
#themeCarousel  .carousel-indicators .active {
	margin-left: 1px;
	width: 10px;
	height: 10px;
	border: none;
	background: rgba(255, 255, 255, 1);
}









/*	Direct to you	*/
#direct-to-you {
	background: #252525;
	color: #ffffff;
	padding: 65px 0;
}
#direct-to-you img {
	margin-bottom: 40px;
}
#direct-to-you h3 {
	margin: 0 0 25px 0;
	font-family: 'NeuzeitGro-Reg';
}
#direct-to-you p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 53px 0;
	padding: 0 50px;
}



/*	Spring lookbook	*/
#feature-lookbook .pull-left {
	overflow: hidden;
}
#feature-lookbook img {
	height: auto;
	width: 100%;
}


#feature-lookbook-mobile {
	background: url('fall-lookbook-grid-mobile01.jpg') center center no-repeat;
	background-position: center;
    background-size: cover;
    -o-background-size: cover;
    padding: 50px 0;
}
#feature-lookbook-mobile h3 {
	color: #ffffff;
	margin-bottom: 40px;
	font-family: 'NeuzeitGro-Reg';
}




/*	Featured Collections	*/

#featured-collections h2 {
	margin: 90px 0;
	font-size: 24px;
	line-height: 1em;
}

#featured-collections p {
	margin-bottom: 0px !important;
	letter-spacing: 0.2em;
}

#featured-collections h5 {
	font-family: 'NeuzeitGro-Reg';
	letter-spacing: 0.2em;
}

#featured-collections ul {
	margin-top: 10px;
}

.collection-grid-item {
	position: relative;
}

#featured-collections .btn {
	margin: 85px 0 95px 0;
}

@media(max-width:768px) {
	#featured-collections {
		padding-top: 45px;
	}
	
	#featured-collections h2 {
		margin: 0 0 30px 0;
	}
	
	
	#featured-collections .col-xs-6{
		margin-bottom: 35px; 
	}
	#featured-collections .btn {
		margin: 0px 0 45px 0;
	}
}






















/*	Product Overlay 	*/


.product-grid-item h5 {
	font-family: 'NeuzeitGro-Reg';
	font-size: 12px;
	line-height: 18px;
	height: 36px;
}




.product-overlay a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(255,255,255,.8);
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.collection-grid-item .product-overlay a {
	height: 90%; 
}
.product-overlay a:hover {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.product-overlay p {
	font-family: 'NeuzeitGro-Bol';
	margin: 0 ; 
	font-size: 24px;
	line-height: 1em;
	text-transform: uppercase;
	color: #2a2a2a;
	letter-spacing: 0.2em;
	margin: 15px 80px;
	text-align: center;
}
.product-overlay p:first-child {
	margin-top: 45%;
	border-bottom: 1px solid #9c9996; 
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.collection-grid-item .product-overlay p:first-child {
	margin-top: 48%; 
}

.product-overlay-sold-out {
	border-bottom: none !important;
	margin: 15px 50px !important; 
	margin-top: 44% !important;
}

body .product-btn-caption{
	margin: 20px 0 0 0;
  	line-height: 17px !important;
  	letter-spacing: 1px;
  	font-size: 13.5px;
  	font-style: italic;
  	color: #797979;
    border-top: 0 !important;
    text-transform: none;
}

.few-left{
    display: block;
    margin-top: 2px;
    font-style: italic;
    text-transform: capitalize;
    color: #545454;
    letter-spacing: 1px;
}
@media (max-width:768px){
    .few-left{
      	font-size: 10px;
    }
}

.few-left.prod{
    margin-top: 6px;
    font-size: 13px;
}
@media (max-width:768px){
    .few-left.prod{
    	text-align: center;
      	font-size: 10px;
    }
}

.index-swatches li {
	padding-left: 0px;
	padding-right: 0px;	
	margin: 0 5px;
}
.index-swatches li.active {
	border-bottom: 2px solid #c2c3c2;
}





@media(max-width:1200px) {
	.product-overlay p {
		margin: 15px 60px;	
	}
}
@media(max-width:990px) {
	.product-overlay p {
		margin: 15px 40px;	
	}
}



















/*	Timeless	*/
#timeless-design {
	background: #252525;
	color: #ffffff;
}
#timeless-design h4,
#timeless-design p,
#passion-for-design h4,
#passion-for-design p {
	font-family: 'NeuzeitGro-Reg';
	padding: 0 60px;
}
#timeless-design h4,
#passion-for-design h4 {
	margin-bottom: 35px;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0.2em;
}
#timeless-design p,
#passion-for-design p {
	font-size: 16px;
	margin-bottom: 55px;
}





@media(max-width:768px) {
	
	#timeless-design .text-center,
	#passion-for-design .text-center {
		padding: 60px 0; 
	}
	#timeless-design h4,
	#timeless-design p,
	#passion-for-design h4,
	#passion-for-design p {
		font-family: 'NeuzeitGro-Reg';
		padding: 0 20px;
	}
	#timeless-design p,
	#passion-for-design p {
		margin-bottom: 20px;
	}
	
}











/*	Fast Company Pull Qoute		*/

#fast-company {
	background: #ececec; 
	padding: 110px 0 115px 0;
	font-size: 24px;
	line-height: 40px;
	color: #727272; 
}
#fast-company p {
	margin-bottom: 70px;
	font-family: 'NeuzeitGro-Reg';
}


@media(max-width:768px) {
	#fast-company {
		background: #ececec; 
		padding: 50px 0 55px 0;
		font-size: 10px;
		line-height: 13px;
		color: #727272; 
	}
	#fast-company p {
		margin-bottom: 25px;
		font-family: 'NeuzeitGro-Reg';
	}
	#fast-company img {
		width: 90px;
	}
}


	#press {
		background: #ececec; 
		padding: 80px 0 130px 0;
		height: 375px;
	}
	#press .col-sm-12 {
		font-size: 24px; 
		color: #7c7c7c;
		letter-spacing: 0.2em;
		margin-bottom: 50px;
	}
	.press-overlay {
		cursor: pointer;
	}
	.press-overlay p {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0.2em;
		color: #636363;
		text-transform: uppercase;
		padding: 0 50px;
		position: absolute;
		top: 0;
		display: none;
	}
	.press-overlay:hover p {
		display: inherit;
		min-height: 60px;
	}
	.press-overlay:hover img {
		display: none;
	}
	
	
	
	#press-gq img {
		height: 49px;
	}
	#press-wwd img {
		height: 40px;
		margin-left: 40px;
	}
	#press-fast-company img {
		height: 40px;
	}
	#press-cool-hunting img {
		height: 40px;
	}
	
	
	@media(max-width:990px) {
		
		.press-overlay p {
			padding: 0 20px;	
		}
		#press-gq img {
			height: 49px;
		}
		#press-wwd img {
			height: 40px;
			margin-left: auto;
		}
		#press-fast-company img {
			height: 26px;
		}
		#press-cool-hunting img {
			height: 40px;
		}
	}
	
	
	@media(max-width:768px) {
		#press {
			padding: 50px 0;
			height: auto;
		}
		#press .col-sm-12 {
			margin-bottom: 50px;
		}
		.press-overlay {
			cursor: auto;
		}	
		.press-overlay p {
			display: inherit;
			position: relative;
			margin-bottom: 50px;
			padding: 0 30px;
		}
		.press-overlay img {
			margin-bottom: 30px;
		}
		.press-overlay:hover img {
			display: inherit;
			
		}
	}
	















/*	Instagram Feed	*/
#instagram-feed .container-fluid,
#instagram-feed .container-fluid .col-xs-15 {
	padding-left: 0px;
	padding-right: 0px;
}

#instagram-feed p {
	font-family: 'NeuzeitGro-Bol';
	letter-spacing: 0.2em;
	line-height: 1em;
	margin: 52px 0 58px 0;
}

#instagram-feed .col-xs-15 a {
	margin: 0;
}
#instagram-feed a {
	display: block;
	margin: 38px 0 38px 0; 
}


#instagram-feed p a {
	display: inline-block;
	margin: 0 20px;
	font-size: 18px;
}





@media(max-width:768px) {
	#instagram-feed p {
		margin: 22px 0 28px 0;
	}
	#instagram-feed p.visible-xs-social {
		
	}
	#instagram-feed p.visible-xs-social a {
		margin-top: 20px;
		font-size: 24px
	}
	
	#instagram-feed .col-xs-15 {
		width: 33.33333%
	}
	#instagram-feed .col-xs-15:nth-child(3),
	#instagram-feed .col-xs-15:nth-child(4) {
		display: none; 
	}	
}











@media(max-width:767px) {
	
	/*	Carousel */
	.carousel {
    	height: 285px;
	}
	
	
	/*	Simple - Mobile	*/
	#simple-mobile {
		background: #222 url('simple-mobile-02.png') no-repeat;
		background-position: center;
	    background-size: cover;
	    -o-background-size: cover;
		color: #ffffff;
		padding: 40px 0 30px 0;
	}
	#simple-mobile h3 {
		margin: 0px;
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 20px;
		font-family: 'NeuzeitGro-Reg';
	}
	
	
	/*	Direct to you	*/
	#direct-to-you {
		background: #252525 url('img-collection-blocks-01.jpg') no-repeat;
		background-position: center;
	    background-size: cover;
	    -o-background-size: cover;
		color: #ffffff;
		padding: 40px 0 20px;;
	}
	#direct-to-you img {
		margin-bottom: 25px;
		width: 28px;
	}
	#direct-to-you h3 {
		margin: 0 0 15px 0;
		font-size: 18px;
		line-height: 30px;
		font-family: 'NeuzeitGro-Reg';
	}
	#direct-to-you p {
		margin: 0 0 30px 0;
	}
	
	
}























/************************************	Pages	*************************************/

.page-title {
    width: 100%;
    padding: 150px 0 170px 0;
    margin-bottom: 60px;
    color: #fff;
    background-color: #000;    
}
.page-title h2 {
	font-size: 36px;
	line-height: 1em;
	margin: 0;
}


#blank-title {
	padding: 150px 0 70px 0;
}
#blank-title h2 {
	font-size: 30px;
	line-height: 1em;
	margin: 0;
}



#page-list {
	margin-top: 96px;
}


.affix {
    position: fixed !important; 
    top: 10px; 
}
.affix-top,
.affix-bottom {
    position: relative;
}



#page-list li {
	margin-bottom: 15px;
}
#page-list li a {
	font-family: 'NeuzeitGro-Bol';
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.page-content {
	margin-bottom: 90px;
}
.page-content h3 {
	margin-bottom: 50px;
}


/*	Contact Page	*/


#page-contact h3 {
	margin-bottom: 80px;
}
#page-contact h4,
#page-contact p,
#page-contact a {
	font-size: 15px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#page-contact a,
#page-contact p {
	margin-bottom: 50px;
	display: inline-block
}
#page-contact a {
	text-transform: lowercase;
}
.contact-us {
	text-align: center;
	padding-top: 40px;
	border-right: 1px solid #eaeaea;
}
.contact-us:last-child {
	border-right: none; 
}

@media(max-width:1200px) {
	#page-contact h4,
	#page-contact p,
	#page-contact a {
		font-size: 11px;
	}
}


@media(max-width:990px) {
	.contact-us {
		border-right: none;
	}
}

@media(max-width: 768px) {
	
	
	.page-title {
	    width: 100%;
	    padding: 60px 0 60px 0;
	    margin-bottom: 20px;
	    color: #fff;
	    background-color: #000;    
	}
	.page-title h2 {
		font-size: 15px;
		line-height: 1em;
		margin: 0;
	}
	.page-content {
		margin-bottom: 50px;
		text-align: center;
	}

	.page-content h3,
	.page-content h4 {
		font-size: 15px;
		margin-bottom: 20px;
	}
	
	
	
	
	
	#blank-title {
		padding: 60px 0 60px 0;
	}
	#blank-title h2 {
		font-size: 15px;
		line-height: 1em;
		margin: 0;
	}
	
	
	/*	Contact Page	*/


	#page-contact h3 {
		font-size: 15px;
		margin-bottom: 40px;
	}
	
	#page-contact h4,
	#page-contact p,
	#page-contact a {
		text-align: center;
		font-size: 10px;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
	#page-contact a {
		text-transform: lowercase;
	}
	#page-contact h4 {
		font-size: 12px;
	}
	#page-contact p {
		margin-bottom: 30px;
	}
	#page-contact a {
		margin-bottom: 30px;
		display: block;
		text-align: center;
	}
	#contact-office {
		padding: 0 0 40px 0px;
		margin-top: 25px;
		border-left: none;
		
	}
	
	
	
}
















/************************************	Search Results	*************************************/
#search-results h5 {
	font-family: 'NeuzeitGro-Reg';
	margin: 30px 0 20px 0;
	height: 36px;
}
#search-results img {
	width: 100%; 
}



@media(max-width:768px) {
	#search-results h5 {
		margin: 15px 0 20px 0;
	}
}









/************************************	Cart Page	*************************************/
#cart {
	padding: 90px 0;
}

.cart-table {
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.cart-table th {
	font-size: 12px;
	border-bottom: 1px solid #dddddd !important;
}
.cart-table th.first-th {
	font-family: 'NeuzeitGro-Bol';
	font-size: 14px;
}
.cart-table-row td {
	line-height: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	vertical-align: middle !important;
}
.cart-table-row td img {
	padding: 40px 0;
}
.cart-table-product {
	font-family: 'NeuzeitGro-Bol';
}








.cart-table-quantity input {
	width: 45px;
	line-height: 35px;
	border: none !important;
	box-shadow: none !important;
}
.cart-table-quantity input:focus {
	border: none !important;
	box-shadow: none !important;
}




.cart-subtotal td {
	padding-top: 52px !important;
	font-size: 18px;
	line-height: 30px !important;
	font-family: 'NeuzeitGro-Bol';
}
.cart-subtotal td span {
	font-size: 12px;
	line-height: 22px !important;
	font-family: 'NeuzeitGro-Reg';
}


#cart textarea {
	background: #f8f8f8; 
	border: none; 
	border-radius: 0px;
	height: 100px;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 18px;
	color: #000000;
	margin-bottom: 30px;
	outline: none;
	border: none !important;
	box-shadow: none !important;
}
#cart textarea::-webkit-input-placeholder, { color: #000000; }
#cart textarea:-moz-placeholder { color: #000000; }
#cart textarea::-moz-placeholder { color: #000000; }
#cart textarea:-ms-input-placeholder { color: #000000; }

#cart .btn {
	width: 100%;
}
#cart .update-cart {
	margin-bottom: 30px;
}



@media(max-width:768px) {
	
	
	#cart {
		padding: 40px 0;
	}
	.cart-table th {
		font-size: 9px;
		border-bottom: 1px solid #dddddd !important;
	}
	.cart-table th.first-th {
		font-size: 11px;
	}
	.cart-table-quantity input {
		margin-top: -9px;	
	}
	.cart-table-row td {
		line-height: 20px !important;
	}
	.cart-table-row td img {
		width: 30px;
		height: auto;
	}
	
	.cart-subtotal td {
		padding-top: 36px !important;
	}
}























/************************************	About Pages	*************************************/

.about-title {
    width: 100%;
    padding: 190px 0 140px 0;
    margin-bottom: 90px;
    color: #fff;
    background-color: #000;   
    background: url(img-about-title.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -o-background-size: cover; 
}
.about-title h2 {
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 20px 0;
}
.about-title p {
	margin-bottom: 0px;
}





/*	Finest Watch	*/

#how-we-do-it {
	background: #203557;
	color: #ffffff;
}
#how-we-do-it h4 {
	font-size: 22px;
	line-height: 30px;
	font-family: 'NeuzeitGro-Reg';
}
#how-we-do-it p {
	margin-bottom: 0px;
	font-size: 16px;
}
#how-we-do-it h4,
#how-we-do-it p {
	padding: 0 120px;
}
#how-we-do-it p {
	margin-bottom: 55px;
}



/*	Finest Watch	*/

#finest-watch {
	border-bottom: 1px solid #d4d4d4; 
}
#finest-watch h4 {
	font-size: 22px;
	line-height: 30px;
	font-family: 'NeuzeitGro-Reg';
}
#finest-watch p {
	font-size: 16px;
	margin-bottom: 0px;
}
#finest-watch h4,
#finest-watch p {
	padding: 0 30px;
}
#finest-watch p {
	margin-bottom: 55px;
}

/*	Our Factory	*/
#our-factory {
	padding-bottom: 70px;
}
#our-factory h2 {
	font-size: 24px;
	line-height: 1em;
	margin: 0px;
	margin: 65px 0 75px 0;
	display: block;
}

#factory-carousel {
	height: auto;
	clear: both;
	margin-bottom: 70px;
}
#factory-carousel .item img {
	width: 100%; 
}
#factory-carousel .carousel-control {
	opacity: 1;
}
#factory-carousel .right.carousel-control {
	opacity: 1;
	right: 0%;
}
#factory-carousel .left.carousel-control {
	opacity: 1;
	right: 0%;
}



@media(max-width:767px) {
	#factory-carousel .carousel-control {
		zoom: 40%;
	}
	
	
	#factory-carousel .right.carousel-control img {
		left: 0;
	}
}




/*	Process	*/
#process {
	padding: 70px 0;
}
#process h2{
	font-size: 24px;
	line-height: 48px;
	margin: 0 0 40px 0;
}


.video-container {
	position: relative;
    padding-bottom: 52.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}




.video-overlay {
	position: absolute;
	background: none; 
}







@media(max-width:1200px) {
	#finest-watch h4,
	#finest-watch p,
	#how-we-do-it h4,
	#how-we-do-it p {
		padding: 0 20px;
	}
}
@media(max-width:990px) {


	#finest-watch h4,
	#finest-watch p,
	#how-we-do-it h4,
	#how-we-do-it p {
		padding: 0 0px;
	}
}



@media(max-width:768px) {
	.about-title {
		padding: 90px 0 90px 0;
		margin-bottom: 0px;	
	}

	#finest-watch .display-cell-img {
		padding-left: 0;
		padding-right: 0;
	}
	#finest-watch p,
	#how-we-do-it p {
		margin-bottom: 25px;
	}
	
	#how-we-do-it h4,
	#finest-watch h4 {
		padding-top: 30px;
	}
	#how-we-do-it a,
	#finest-watch a {
		margin-bottom: 45px;
	}
	
	#our-factory h2 {
		font-size: 15px;
		line-height: 1em;
		margin: 38px 0 42px 0;
	}
	#process {
		padding: 35px 0;
	}
	#process h2{
		font-size: 15px;
		line-height: 30px;
		margin: 0 0 20px 0;
	}
	#process img {
		margin-bottom: 40px;
	}
}























/************************************	Our Story	*************************************/
.story-title {
    width: 100%;
    padding: 100px 0 100px 0;
    color: #fff;
    background-color: #000;   
    background: url(Ourstory_01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -o-background-size: cover; 
}
.story-title h2 {
	font-size: 30px;
	line-height: 1.6em;
	margin: 0;
}

#our-mission {
	padding: 90px 0 110px 0;
}
#our-mission h3 {
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 1em;
}
#our-mission p {
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 24px;
}

#commitment {
	background: #252525;
	color: #ffffff;
}
#commitment h4,
#want-to-wear h4 {
	font-size: 22px;
	font-family: 'NeuzeitGro-Reg';
}
#commitment p,
#want-to-wear p {
	font-size: 16px;
	padding: 0 80px;
}


#guarantee {
	width: 100%;
    padding: 180px 0 230px 0;
    color: #fff;
    background-color: #000;   
    background: url(Ourstory_04.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -o-background-size: cover; 
}
#guarantee img {
	margin-bottom: 30px;
}
#guarantee h3 {
	font-size: 22px;
	line-height: 1em;
	margin: 0 0 10px 0;
}
#guarantee p {
	margin: 0;
	font-size: 16px;
}



/*	Who we are	*/
#who-we-are {
	width: 100%;
    padding: 223px 0 223px 0;
    color: #fff;
    background-color: #000;   
    background: url(img-map-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -o-background-size: cover; 
}
#who-we-are h3 {
	margin: 0;
	font-size: 30px;
}

#born {
	padding: 80px 0 90px 0;
}
#born h3 {
	font-size: 24px;
	margin: 0 0 60px 0;
}

#map img {
	width: 100%;
}

#in-touch {
	padding: 70px 0 80px 0;
}
#in-touch p {
	font-size: 18px;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.2em;
	font-family: 'NeuzeitGro-Bol';
}
#in-touch a {
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}






@media(max-width:768px) {
	.story-title {
		padding: 100px 0;	
	}
	.story-title h2 {
		font-size: 19px; 
		line-height: 30px;
	}
	
	#our-mission {
		padding: 60px 0 60px 0;
	}
	#our-mission h3 {
		font-size: 15px; 
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	
	#commitment .display-cell-img,
	#want-to-wear .display-cell-img {
		padding-left: 0px;
		padding-right: 0px;
	}
	#commitment .text-center,
	#want-to-wear .text-center {
		padding: 40px 0;
	}





	#commitment .text-center p,
	#want-to-wear .text-center p {
		margin-bottom: 20px;
	}
	
	
	#commitment p {
		padding: 0 20px;
	}
	
	
	#guarantee {
		padding: 75px 0 90px 0;
	}
	#guarantee img {
		width: 50px;
		margin-bottom: 10px;
	}

	
	
	#who-we-are {
		padding: 70px 0;
	}
	#who-we-are h3 {
		font-size: 22px;	
	}
	
	
	#born {
		padding: 45px 0 20px 0;
		text-align: center;
	}
	#born h3 {
		font-size: 15px;
		line-height: 30px;
		margin: 0 0 30px 0;
	}
	
	#in-touch {
		padding: 40px 0;
	}
	#in-touch p {
		font-size: 12px;
		line-height: 22px;
	}
	
}















































































/************************************	Our Product	*************************************/

.our-product-title {
    width: 100%;
    padding: 100px 0 100px 0;
    color: #fff;
    background-color: #000;   
    background: url(ourproduct_hero_01.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -o-background-size: cover; 
}
.our-product-title h2 {
	font-size: 40px;
	line-height: 1em;
	margin: 0;
}






















/*	Craftmanship	*/

#craftsmanship {
	background: #252525; 
	padding: 100px 0 80px 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	min-height: 1034px;
}

#craftsmanship h3 {
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 80px 0;
}

#craftsmanship h4 {
	padding-right: 30px;
	margin-top: 110px;
}
#craftsmanship p {
	color: #9f9f9f;
	padding-left: 30px;
	margin-top: 50px;
}

.watch li {
	display: block;
	height: 300px;
	margin-bottom: 0px;
}


#watch-01 { z-index: 950; background: transparent; }
#watch-02 { z-index: 900; background: transparent; margin-top: -312px; }
#watch-03 { z-index: 800; background: transparent; margin-top: -600px; }
#watch-04 { z-index: 700; background: transparent; margin-top: -900px; }
#watch-05 { z-index: 600; background: transparent; margin-top: -1200px;}
#watch-06 { z-index: 100; background: transparent; margin-top: -1500px;}


@media(max-width:1200px) {
	#craftsmanship h4 {
		margin-top: 90px;
	}
}

@media(max-width:990px) {
	#craftsmanship h4 {
		margin-top: 62px;
	}
}







#craftsmanship-mobile {
	background: #252525; 
	padding: 50px 0 40px 0;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
#craftsmanship-mobile .row {
	margin-bottom: 40px;	
}
#craftsmanship-mobile h3 {
	margin-bottom: 40px;	
}
#craftsmanship-mobile h4 {
	font-size: 15px;
}
#craftsmanship-mobile p {
	font-size: 13px;
}
#craftsmanship-mobile img {
	margin-top: -20px;
}
#craftsmanship-mobile img:last-child {
	margin-top: 0px;
}















#feature-carousel-02 {
	background: #323838;
	color: #fff;
}


#feature-carousel-01,
#feature-carousel-02 {
	height: auto;
}
#feature-carousel-01 h4,
#feature-carousel-02 h4 {
	font-family: 'NeuzeitGro-Reg';
	font-size: 22px;
}
#feature-carousel-01 p,
#feature-carousel-02 p {
	font-size: 16px;
	padding: 0 120px;
}



/* Product Shop
#product-shop {
	padding: 80px 0 70px 0;
}
#product-shop h4 {
	font-size: 24px;
	line-height: 36px;
	margin: 60px 0 20px 0;
}
#product-shop a {
	margin-top: 25px;
}
*/



#product-shop {
	padding: 130px 0 0 0;
}
#product-shop h4 {
	margin: 0 0 50px 0;
}
#product-shop img {
	margin-top: 60px;
	width: 100%; 
}




@media(max-width:990px) {
	#feature-carousel-01 p,
	#feature-carousel-02 p {
		padding: 0 60px;
	}
}






@media(max-width:767px) {
	.our-product-title {
		padding: 100px 0;
	}
	.our-product-title h2 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	
	
	#feature-carousel-01 p,
	#feature-carousel-02 p {
		padding: 0;
	}
	
	
	.display-cell-img {
		padding-left: 0px;
		padding-right: 0px;
	}
	#feature-carousel-01 .text-center,
	#feature-carousel-02 .text-center {
		padding: 70px 20px;
		width: 100%;
		margin-left: 0px;
		background: #252525;
		color: #fff;
	}
	
	
	#product-shop {
		padding: 50px 0 40px 0;
		text-align: center;
	}
	#product-shop h4 { 
		font-size: 11px;
		line-height: 18px;
	}
	
}









































































/************************************	BLOG	*************************************/

.blog-title {
    width: 100%;
    padding: 100px 0 100px 0;
    margin-bottom: 90px;
    color: #fff;
    background-color: #000;    
}
.blog-title h2 {
	font-size: 40px;
	line-height: 1em;
	margin-bottom: 30px;
}
.blog-title p {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 0px;
}






.blog-entry {
	padding-bottom: 75px;
}
.blog-entry {
	
}
.blog-entry a img {
	display: block;
	max-width: 100%; 
}
.blog-entry a {
	text-transform: uppercase;
}
.blog-entry h4 {
	text-transform: uppercase;
	margin: 0px;
}
.blog-entry h4 a {
	display: block;
	padding: 36px 0 10px 0;
	text-decoration: none;
}

.view-post {
	letter-spacing: 4px;
	border-bottom: 1px solid #000000;
	padding-bottom: 4px;
}




.product-share {
	letter-spacing: 0.2em;
}


@media(max-width:768px) {
	
	
	.blog-title {
	    width: 100%;
	    padding: 60px 0 60px 0;
	    margin-bottom: 20px;
	    color: #fff;
	    background-color: #000;    
	}
	.blog-title h2 {
		font-size: 19px;
		line-height: 1em;
		margin: 0;
	}
	.blog-title p {
		margin: 0;
	}
	
	
	.blog-description p:last-child{
		margin-bottom: 20px;
	}
	
	
	
	
	.blog-container .container,
	.blog-entry {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}
	.blog-entry {
		padding-bottom: 35px;
	}
	.blog-entry img {
		width: 100%;
	}
	.blog-entry h4 a {
		padding: 20px 15px 5px 15px;
		font-size: 15px;
		line-height: 24px;
	}

	
	
}







/*	Single Entry	*/

#entry-title {
	padding: 100px 15px 50px 15px;
}
#entry-title h1 {
	margin: 0 0 5px 0;
	font-size: 30px;
	line-height: 1em;
}
#entry-title p {
	margin-bottom: 0px;
}
#entry-img {
	margin-bottom: 75px;
}
#single-entry h2, 
#single-entry h3,
#single-entry h4,
#single-entry h5,
#single-entry h6 {
	margin-bottom: 50px;
}
#single-entry img,
#excerpt-img img {
	max-width: 100%;
}




@media (max-width:768px) {
	
	#entry-title {
		padding: 40px 15px 40px 15px;
	}
	#entry-title h1 {
		font-size: 15px;
		line-height: 24px;
		text-align: center;
	}
	
	#single-entry {
		text-align: center;
	}
	
	#single-entry h2, 
	#single-entry h3,
	#single-entry h4,
	#single-entry h5,
	#single-entry h6 {
		font-size: 15px;
		line-height: 24px;
		text-align: center;
		margin-bottom: 40px;
	}
}


/*	Lookbook	*/

#lookbook-title {
	padding: 100px 0 40px 0;
}
#lookbook-title h2{
	font-size: 24px;
	line-height: 1em;
	margin: 0 0 20px 0;
}
#lookbook img {
	width: 100%;
}


#more-looks {
	padding: 70px 0;
}
#more-looks h3 {
	margin: 70px 0 70px 0;
}

.more-look-section {
	text-align: center;
	text-transform: uppercase;
	padding: 0 40px;
}
.more-look-section a {
	display: block;
	margin-bottom: 30px;
	letter-spacing: 0.2em;
	font-family: 'NeuzeitGro-Bol';
}


@media(max-width:768px) {
	#lookbook-title {
		padding: 40px 0 0px 0;
	}
	#lookbook-title h2{
		font-size: 15px;
		line-height: 24px;
		margin: 0 0 10px 0;
	}
	#lookbook-title p:last-child {
		margin-bottom: 20px;
	}
	
	
	#more-looks {
		padding: 30px 0;
	}
	#more-looks h3 {
		font-size: 12px;
		margin: 30px 0 30px 0;
	}
	.more-look-section {
		padding: 0 0px;
	}

	
}












/************************************	Products	*************************************/

#product-carousel {
	height: auto;
}
.product-large-image {
	background: #f8f8f8;
}
#product-carousel .carousel-inner img {
	width: 100%; 
}


#product-carousel .carousel-indicators {
	position: relative;
	bottom: inherit;
	left: inherit;
	top: 0px;
	margin-left: 0;
	text-align: center;
}
#product-carousel .carousel-indicators li {
	height: auto;
	width: auto;
	background: #f8f8f8; 
	border-radius: 0px;
	border: none; 
	border-bottom: 3px solid transparent;
}
#product-carousel .carousel-indicators .active {
	border-bottom: 3px solid #222;
	width: auto;
}

#product-carousel .carousel-indicators li img {
	width: auto;
	zoom: 100%; 
}








@media(max-width:767px) {
	#product-carousel .carousel-indicators {
		width: auto;
		position: absolute;
		bottom: 20px;
		top: inherit;
		margin-right: 0px;
		margin-left: 0px;
		left: 20px;
	}
	#product-carousel .carousel-indicators li {
		display: block;
		text-align: right;
		margin-bottom: 7px;
		width: 8px;
		height: 8px;
		border-radius: 4px;
		border: none;
		background: rgba(206, 206, 206, 1);
	}
	#product-carousel .carousel-indicators img {
		display: none;
	}
	#product-carousel .carousel-indicators .active {
		margin-left: 1px;
		width: 8px;
		height: 8px;
		border: none;
		background: rgba(6, 0, 0, 1);
	}
}
















#product-details {
	margin-top: 130px;
	padding-left: 0px;
	margin-left: -30px;
}
#ProductPrice {
	font-size: 24px;
	margin-bottom: 30px;
	letter-spacing: 4px;
	/*display: block;*/
}
.product-description {
	font-size: 14px; 
	line-height: 22px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}



#related-products ul {
	margin-bottom: 30px;
}
#related-products ul li {
	padding: 0px;
	margin: 0 5px;
}
#related-products ul li.active {
	border-bottom: 2px solid #c2c3c2;
	
}



/*	Composition	*/

#composition {
	padding: 90px 0 100px 0;
	text-transform: uppercase;
}
#composition h3 {
	margin-bottom: 80px;
}
#composition ul {
	margin-bottom: 50px;
	font-size: 12px;
	letter-spacing: 0.2em;
	line-height: 1em;
}
#composition ul li {
	margin-bottom: 15px;	
}
#composition img {
	zoom: 120%;
}



/*	productCarousel	*/

#productCarousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	margin: 0; 
	border: none; 
	background: rgba(255, 255, 255, 0.2);
}
#productCarousel .carousel-indicators .active {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, 1);
}







/*	Video Overlay	*/
#hero-video-holder {
	position: relative;
}

#videoOverlay {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 40%;
	color: #fff;
}

#videoOverlay h2 {
	font-size: 40px;
}
#videoOverlay p {
	font-size: 22px;
	line-height: 32px;
}



#our-process-video {
	height: 670px;
}



a#icn-our-process-arrow {
	position: absolute;
	bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 100;
	display: block;
	width: 50px;
	height: 50px;
	background: url('icn-our-process-arrow_02.png') center center no-repeat;
}



@media(max-width:1200px) {
	#our-process-video {
		height: 550px;
	}
}

@media(max-width:990px) {
	#our-process-video {
		height: 440px;
	}
}


@media(max-width:767px) {
	#hero {
		padding: 30px 0; 
		background-position: center;
		background-size: cover;
		-o-background-size: cover;
		min-height: 300px;
	}
	#videoOverlay {
		top:33%;
	}
	
	#videoOverlay h2 {
		font-size: 22px;
	}
	#videoOverlay p {
		font-size: 10px;
		line-height: 22px;
	}
}







/*	Different approach	*/
#different-approach {
	padding: 25px 0 00px 0;
}
#different-approach h3 {
	margin: 0 0 90px 0;
}

@media(max-width:990px) {
	#different-approach {
		padding: 50px 0 0px 0;
	}
}




#direct-to-you-mobile {
	padding: 30px 0; 
	background: url('direct-to-you-mobile-background.jpg') no-repeat;
	background-position: center;
    background-size: cover;
    -o-background-size: cover;
}
#direct-to-you-mobile img {
	margin-bottom: 30px;
}


#streamlined-mobile {
	padding: 50px 0; 
	background: url('LC_ourprocess_header_01.jpg') center center !important;
	background-position: center;
    background-size: cover !important;
    -o-background-size: cover !important;
    color: #fff;
}






/*	Collections Block	*/

.collection-blocks {
	background: #333333;
	padding: 90px 80px 90px 80px;
    color: #ffffff;
}
.collection-blocks h4 {
	font-family: 'NeuzeitGro-Reg';
	margin-bottom: 40px;
	font-size: 22px;
	line-height: 1em;
}
.collection-blocks p {
	font-size: 16px;
	line-height: 24px;
}
.collection-blocks-white {
	background: #ffffff;
	color: #333;
	background: url(collection-blocks-white-divider.jpg) right center no-repeat;
	border: none !important;
}


@media(max-width:1200px) {
	#slider-thumbs li {
		width: 85px;
	}
	
}


@media(max-width:990px) {
	#slider-thumbs li {
		width: 65px;
	}
}



@media(max-width:767px) {
	
	
	#slider-thumbs li {
		width: 55px;
	}
		
	#product-details {
    	margin-top: 30px;
    	padding-left: 15px;
    	margin-left: 0px;
	}

	#product-details h3 {
		font-size: 16px;
		line-height: 25px;
	}
	#ProductPrice {
		font-size: 15px;
		line-height: 25px;
	}
	
	#AddToCart {
		  display: block;
		  margin-right: auto;
		  margin-left: auto;
	}
	
	
	
	
	
	
	

	#composition {
		padding: 30px 0 50px 0;
	}
	#composition h3 {
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 28px;
	}
	#composition h4 {
		font-size: 12px;
	}
	#composition ul {
		margin-bottom: 30px;
		font-size: 11px;
	}
	#composition ul li {
		margin-bottom: 5px;
	}


	.collection-blocks {
		background: #ffffff !important;
		padding: 70px 40px 50px 40px;
		margin: 0 20px;
	    color: #252525;
	}

	.collection-blocks h4 {
		margin-bottom: 20px;

	}
	.collection-blocks p {

	}
	.collection-blocks a {
		background: #e8e8e8;
	}
	.collection-blocks-white {
		padding: 70px 40px 50px 40px;
		background: url(collection-blocks-white-divider-mobile.jpg) bottom center no-repeat;
	}



}


@media(max-width:767px) {
	.collection-blocks:first-child {
		border-bottom: 2px solid #e8e8e8;
	}
}












/************************************	Collections	*************************************/

#collections-content {
	background: #1c1c1c; 
	padding: 50px 0 50px 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#collections-content p:last-child {
	margin-bottom: 0px;
}



/*	Individual Collection	*/

.display-cell-img img {
	width: 100%;
}
.collection-description {
	background: #252525;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.collection-description h3 {
	font-family: 'NeuzeitGro-Reg';
	letter-spacing: 0.3em;
	font-size: 20px;
	margin: 0 0 13px 0;
}
.collection-description p {
	font-size: 12px;
	line-height: 28px;
	color: #949494;
	padding: 0 50px;
	margin-bottom: 25px;
}
.collection-description p.price {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 0px;
	font-family: 'NeuzeitGro-Reg';
	letter-spacing: 0.3em;
}
.collection-variants {
	padding: 70px 0; 
}

.collection-variant {
	text-transform: uppercase;
}



#timeless-block {
	background: url('img-collection-blocks-01.jpg') no-repeat;
	background-position: center;
    background-size: cover;
    -o-background-size: cover;
}
#passion-block {
	background: url('img-passion-block-1.jpg') no-repeat;
	background-position: center;
    background-size: cover;
    -o-background-size: cover;
}


@media(max-width:990px) {
	.collection-description p {
		padding: 0 10px;
	}
}


@media(max-width:768px) {
	
	.collection-description {
		padding: 30px 0; 
	}
	.collection-description h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.collection-description p {
		font-size: 10px;
		line-height: 20px;
		margin-bottom: 15px;
		padding: 0 20px;
	}
	.collection-description p.price {
		font-size: 14px;
	}
	
	
}






















/************************************	Customers	*************************************/

#customer-section {
	padding: 90px 0;
}
#customer-section h1 {
	margin-bottom: 45px;
}






.addresses-list {
	margin-bottom: 50px;
}
.addresses-list li {
	margin-bottom: 0px;
	line-height: 1.6em;
}




table th {
	text-transform: uppercase;
}






































































































































































































@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	
	.mobile-hide {
		display: none !important;
	}
	#hero {
		height: 500px;	
	}
	#hero #videoOverlay {
		top: 30%;
	}
	
	#hero {
		background: url('simple-mobile-02.png') center center;
		background-position: center;
		background-size: cover;
		-o-background-size: cover;
	}
	
	.our-process-placeholder {
		background: url('LC_ourprocess_header_01.jpg') center center !important;
		background-position: center;
		background-size: cover !important;
		-o-background-size: cover !important;
	}
	
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {

	.mobile-hide {
		display: none !important;
	}
	#hero {
		height: 500px;	
	}
	#hero #videoOverlay {
		top: 30%;
	}
	
	#hero {
		background: url('simple-mobile-02.png') center center;
		background-position: center;
		background-size: cover;
		-o-background-size: cover;
	}
	
	.our-process-placeholder {
		background: url('our-process-background.jpg') center center !important;
		background-position: center;
		background-size: cover;
		-o-background-size: cover;
	}
	
	
}










/*	Extra	*/

.col-sm-offset-percentage {
	margin-left: 12.5%; 
}



.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



.remove-padding {
	padding-left: 0px;
	padding-right: 0px;
}




@media(min-width:768px) {
	
	
	
	.display-table{
	    display: table;
	    table-layout: fixed;
	    width:100%;
	}
	.display-cell{
	    display: table-cell;
	    vertical-align: middle;
	    float: none;
	}
	.display-cell-img {
		padding-left: 0px;
		padding-right: 0px;
	}

}




@media(max-width:768px) {
	.col-sm-offset-percentage {
		margin-left: 0; 
	}

}





/*Hide google conversion iframe*/
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}







.buyx-msg {
  color: #F45B4F;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
/*
.buyx-msg a {
  color: #000000;
}
*/
