/*
	hush Puppies - Desarrollado por César Gutiérrez: www.ozmedia.com.pe
*/

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans.eot');
    src: url('../fonts/NotoSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans.woff2') format('woff2'),
        url('../fonts/NotoSans.woff') format('woff'),
        url('../fonts/NotoSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-BoldItalic.eot');
    src: url('../fonts/NotoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/NotoSans-BoldItalic.woff') format('woff'),
        url('../fonts/NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Italic.eot');
    src: url('../fonts/NotoSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Italic.woff2') format('woff2'),
        url('../fonts/NotoSans-Italic.woff') format('woff'),
        url('../fonts/NotoSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NotoSans-Bold.woff2') format('woff2'),
        url('../fonts/NotoSans-Bold.woff') format('woff'),
        url('../fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
	font-family: 'Noto Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	-webkit-animation: bugfix infinite 1s; /*fix for android*/
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;	
}

.home-body {
	overflow-y: hidden;
}

@media (max-width: 991px){
	.home-body {
		overflow-y: auto;
	}
}

.tendencia-bg {
	background-color: #F0EEEB;
	overflow: hidden;
}

#campania {
	background-color: #FCFCFC;	
}

.main {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}

@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}

textarea {resize:none;}

label { 
  cursor: pointer;
  user-select: none;
}
/*fix for android*/

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p {
	font-family: 'Noto Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

strong {font-weight: 700;} /*cambiar esto*/

em {font-style: italic;}

a {
	text-decoration:none;
	transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */	
}

a:hover {text-decoration: none;}
a:link {text-decoration: none;}

img.alignleft {
	float:left;	
	margin:0 30px 30px 0;
}
img.alignright {
	float:right;	
	margin:0 0 30px 30px;
}
img.aligncenter {
	display:block;
	margin:0 auto 30px auto;
}

img.no-top-margin {
	margin-top: 0px;
}

.centrar-contenido {
	text-align: center;
}

.contenido-izquierda {text-align: left;}
.contenido-derecha {text-align: right;}

.tabla {
	width: 100%;
	height: 100%;
	display: table;
}

.tabla-celda {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.no-side-padding {
	padding-left: 0px!important;
	padding-right: 0px!important;
}
ul, li {
	list-style-type: none;
	padding: 0;
}

/************* CABECERA ************/

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 100;
}

.cabecera {
	height: 20vh;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 2;
	transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */	
}
.cabecera:after {
	content: "";
	display: table;
	clear: both;
}

#tendencias-page .cabecera,
#tendencias-internas-page .cabecera,
#lookbook-page .cabecera,
#locales-page .cabecera {
	background-color: #FFF;
}

.fixed-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}

.fixed-top > div {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;	
}
.fixed-top > div:after {
	clear: both;
	display: table;
	content: "";
}

@media (max-width: 991px){
	.cabecera {		
		padding-left: 10px;
		padding-right: 10px;
		height: 120px;
		padding-top: 15px;		
	}
	.slide-up {
		top: -200px;
	}
}

.transparent-bg {
	background-color: transparent!important;
}

img.logo {
	float: left;
	margin-top: 2%;
}

@media (min-width: 992px) {
	img.logo {
		margin-left: 40px;
	}
}

.top-menu {
	float: right;
	width: 40%;
}

.top-menu ul {	
	margin: 0;
	font-size: 0;
	width: 100%;
	float: right;
	text-align: right;
}

.top-menu ul li {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 8%;
	position: relative;
}

ul.sub-menu {
	display: none;
	position: absolute;
	padding-top: 30px;
	top: 95%;
	left: 0;
	z-index: 4;
	width: 130%;
}

ul.sub-menu li {
	width: 100%;
	font-style: italic;
	text-align: left;
	margin-bottom: 5px;
}

ul.sub-menu li a {
	display: block;
}

@media (min-width: 992px){
	.top-menu {
		margin-top: 2%;
	}
	.top-menu ul li:hover ul.sub-menu {
		display: block;
	}
	ul.sub-menu {
		background-color: #FFF;
		padding-left: 8px;
		padding-right: 8px;
	}
	.top-menu ul li {
		min-width: 80px;
	}
}

.top-menu ul li:last-child {
	margin-right: 0;
}

.top-menu ul li a {
	color: #000;
}

.top-menu ul li a:hover {
	color: #DFD7C2;
	font-style: italic;
}

a.open-mobile {
	display: none;
	background-image: url('../images/menu.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 36px 24px;
	width: 36px;
	height: 24px;
	float: right;
	margin-top: 20px;
}

.top-menu ul li.close-mobile-menu, .top-menu ul li.head-instagram, .top-menu ul li.head-facebook {
	display: none;
}

@media (max-width: 991px) {
	a.open-mobile {
		display: block;		
	}
	.top-menu ul {
		/*display: none;*/
		position: fixed;
		width: 70%;
		height: 100%;
		z-index: 90;
		background-color: #F0EEEB;
		padding: 5%;
		overflow-y: auto;
		right: -100%;
		top: 0;
		transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */	
	}
	.top-menu ul li {
		width: 100%;
		text-align: right;
		text-transform: uppercase;
		font-size: 24px;
		margin-bottom: 8%;
	}
	.top-menu ul li.close-mobile-menu, .top-menu ul li.head-instagram, .top-menu ul li.head-facebook {
		display: block;
	}
	.top-menu ul li.close-mobile-menu {
		font-size: 18px;
		margin-bottom: 14%;
	}
	.top-menu ul li.head-instagram, .top-menu ul li.head-facebook {
		font-size: 14px;
	}
	.top-menu ul li.head-instagram {
		margin-top: 12%;
	}
	.top-menu ul.show-mobile-menu {
		right: 0;
	}
	ul.sub-menu {		
		position: relative;
		padding-top: 30px;
		top: auto;
		left: auto;
		right: auto!important;
		z-index: 4;
		width: 100%;
		margin-right: 0!important;
		overflow: hidden;
	}
	
}

.contenido {
	position: relative;
	overflow: hidden;	
}
.contenido:after {
	display: table;
	content: "";
	clear: both;
}

.video-container {
	position: relative;
	height: 75vh;
	padding-left: 20px;
	padding-right: 20px;
	z-index:1;
	margin-top: 20vh;
}
.video-container:after {
	content: "";
	display: table;
	clear: both;
}

.video-container h1 {
	color: #FFF;
	text-transform: uppercase;
	margin: 0;
	font-weight: bold;
	font-size: 64px;
	position: absolute;
	z-index: 45;
	bottom: 13%;
	left: 9%;
	letter-spacing: 22px;
}

.video-home {
	overflow:hidden;
	transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */	
}

#aca-video {
	background-color: #000!important;
	width: 100%!important;
	height: 100%!important;
	position: relative;
}
.load-video {
	background-color: #000;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

@media (max-width: 991px){
	.video-container {
		height: auto;
		margin-top: 140px;
	}
	.video-container h1 {
		display: none;
	}
	#aca-video {
		display: none;
	}
}


.elegir-tendencias:after {
	content: "";
	display: table;
	clear: both;
}

.elegir-tendencias > div {
	display: inline-block;
	float: right;
	position: relative;
	width: 64%;
}

.elegir-tendencias img {
	width: 100%;
}

.selectores-home {
	position: absolute;
	left: -20%;
	top: 0;
	height: 100%;
	display: inline-block;
}


.selectores-home a {
	background-color: #FFF;
	padding: 5px 10px;	
	text-transform: uppercase;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 4px;
	vertical-align: middle;
	display: block;
	color: #000;
	min-width: 220px;
}

.selectores-home a:hover {
	font-style: italic;
}

.start-video-box {
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 14%;
	height: 20%;
	text-align: right;
	padding-right: 20px;
	padding-top: 4%;
	z-index: 40;
	display: none;
}
.start-video-box a {
	color: #FFF;
	text-transform: uppercase;
	background: url('../images/play-btn.png') left 4px no-repeat;
	padding-left: 10px;
	font-weight: bold;	
}

.video-home {
	position: absolute;
	z-index: 7;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-right: 20px;
	padding-left: 20px;
}

.video-home > div {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.reduce {
	width: 0%!important;
	height: 0%!important;
}

img.home-mobil-img {
	display: none;
}

@media (max-width: 991px){
	.video-container {
		height: auto;
		margin-top: 130px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.video-container h1 {
		display: none;
	}
	.elegir-tendencias {
		width: 100%;
	}
	.elegir-tendencias > div {
		width: 100%;
	}
	.elegir-tendencias img {
		max-width: 80%;
		float: right;
	}
	.selectores-home {		
		left: 0;		
		height: 100%;
		width: 38%;		
	}
	.video-home {
		position: relative;
		padding-left: 0;
		padding-right: 0;		
	}

	.selectores-home a {		
		padding: 5px 10px;			
		font-size: 16px;		
		margin-bottom: 13px;
		letter-spacing: 2px;		
		min-width: 100%;
	}
	.selectores-home br {
		display: none;
	}
	img.home-mobil-img {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	.start-video-box {
		display: block;
		left: 10px;
		width: 30%;
		height:16%;
	}
	.start-video-box a {
		position: relative;
		top: 20px;
		display: inline-block;
		text-align: left;
		float: right;
	}
}

/* rotate effect */

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 40s linear infinite;
  -moz-animation: rotating 40s linear infinite;
  -ms-animation: rotating 40s linear infinite;
  -o-animation: rotating 40s linear infinite;
  animation: rotating 40s linear infinite;
}

.home-rotar {
	position: absolute;
	z-index: 0;
	left: -10%;
	top: -28%;
}

@media (max-width: 991px) {
	.home-rotar {
		top: -6%;
	}
}

/*****************	TIENDAS **********************/

.puntos-venta {
	margin-top: 20vh;
}

.tiendas {
	margin-bottom: 60px;
}

.tiendas:after {
	content: "";
	clear: both;
	display: table;
}

.tiendas > div {
	float: left;
}

.tienda-elegir {
	width: 30%;
	padding: 2% 2% 5% 10%;
}


.tienda-elegir ul {
	list-style-type: none;
	width: 100%;
	margin: 0 0 30px 0;
	padding: 0;
}

.tienda-elegir ul li {
	list-style-type: none;
	display: inline-block;	
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 10px 0;
	text-transform: uppercase;
}

.tienda-elegir ul li:first-child {
	margin-right: 40px;
}

.tienda-elegir h2 {
	color: #6A3E24;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
}

.tienda-elegir ul li a {
	color: #CEC1A7;
}

.tienda-elegir ul li:hover a, .tienda-elegir ul li.active a {
	color: #6A3E24;
}

.city-tab a {
	text-transform: uppercase;
	color: #CEC1A7;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 15px;
	display: block;
}
.city-tab a.active, .city-tab a:hover  {
	color: #6A3E24;
}

.tiendas-ubicaciones {
	width: 70%;
	background-color: #F0EEEB;
	padding: 5% 8%;
}

.ubicacion-col {
	float: left;
	width: 33.3333%;
	padding-left: 2%;
	padding-right: 2%;
	text-transform: uppercase;
}

.ubicacion-col > div {
	margin-bottom: 30px;
}

.ubicacion-col h2 {	
	font-size: 12px;	
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	font-weight: bold;
}
.ubicacion-col h2 a {
	color: #6a3e24;
	/*-webkit-text-stroke-width: 0.3px;
   -webkit-text-stroke-color: #60402A;*/
}
.ubicacion-col h2 a:hover {
	text-decoration: underline;
}

.ubicacion-col p {
	font-size: 11px;
	color: #000;
	line-height: 14px;
	margin: 0;
}

.city-tab, .ubicacion-tab {
	display: none;
}

.mapa {
	min-height: 38vh;
}


@media (max-width: 991px){
	.tienda-elegir {
		width: 100%;		
	}
	.tiendas-ubicaciones {
		width: 100%;		
		padding: 5% 5%;
	}
	.mapa {
		min-height: 200px;
	}
	.tienda-elegir ul li {		
		width: 46%;		
		margin-right: 0;
		font-size: 18px;	
	}
	.tienda-elegir ul li:first-child {		
		margin-right: 0;
	}
	.city-tab a {
		margin-bottom: 5px;
	}
	.ubicacion-col {		
		width: 50%;		
	}

}

/************ TENDENCIAS ************/

.tendencias-caja {
	position: relative;
	height: 75vh;
	margin-top: 20vh;
	padding-left: 10px;
	padding-right: 10px;
}

.tendencias-caja:after {
	clear: both;
	content: "";
	display: table;
}

.tendencias-featured {
	float: left;
	width: 25%;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.tendencias-featured figure {
	height: 90%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.tendencias-featured figure a {
	display: block;
	width: 100%;
	height: 100%;
}

.tendencia-title {
	height: 10%;
	position: relative;	
}

.tendencia-title h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 5px;
}

.tendencia-title h2 a {
	color: #000;
}

.tendencia-title span {
	position: absolute;
	right: 0;
	width: 5%;
	background-color: #CEC1A7;
	z-index: 2;
	top: 50%;
	margin-top: -1px;
	height: 1px;
	transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */	
}

.urban-rebel-tendencia:hover span {
	width: 50%;
}
.be-exentric-tendencia:hover span {
	width: 50%;
}
.roots-tendencia:hover span {
	width: 74%;
}
.luxury-tendencia:hover span {
	width: 70%;
}

@media (max-width: 991px){
	.tendencias-caja {
		height: auto;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tendencias-featured {		
		width: 50%;
		height: 50vh;
		padding-left: 5px;
		padding-right: 5px;		
	}
	.tendencia-title h2 {		
		font-size: 11px;
		letter-spacing: 2px;
	}	
	.urban-rebel-tendencia:hover span {
		width: 40%;
	}
	.be-exentric-tendencia:hover span {
		width: 40%;
	}
	.roots-tendencia:hover span {
		width: 64%;
	}
	.luxury-tendencia:hover span {
		width: 60%;
	}
}

.tendencia-interna {
	margin-top: 20vh;
	position: relative;
	height: 75vh;
	padding-top: 5%;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 1;
}

.side-menu {
	position: fixed;
	top: 29vh;
	left: 23%;
	z-index: 2;
	text-align: right;
}

.side-menu a {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 17px;
	display: block;
}

.side-menu a:hover, .side-menu a.active {
	color: #CEC1A7;
}

.tendencia-int-container {
	width: 70%;
	float: right;
	position: relative;
	height: 100%;
	overflow: hidden;	
}

.tendencia-int-container > div {	
	position: relative;
	height: 100%;
	overflow-y: hidden;
}

.tendencia-int-container .cajas-tendencias {
	padding-left: 10px;
	padding-right: 10px;
}

.tendencia-int-container > div:after {
	clear: both;
	display: table;
	content: "";
}

.tendencia-col {
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	position: relative;	
}

.tendencia-col figure {
	background-color: #FFF;
	width: 100%;
	height: 23vh;
	display: block;
	margin-bottom: 20px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat; 
}

.tendencia-col figure a {
	display: block;
	width: 100%;
	height: 100%;xx	
}


.tendencia-col h2, .tendencia-col h3 {
	margin: 0;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
	text-align: center;
} 

.tendencia-col h3 {
	font-style: italic;
	display: none;
}

.pop-up {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(202, 202, 202, 0.8);
	z-index: 80;
	display: none;
}

.pop-up > div {
	position: relative;
	background-color: #FFF;
	width: 50%;
	height: 70%;
	left: 50%;
	margin-left: -25%;
	top: 15%;
	display: inline-block;	
}

.pop-up .tabla-celda {
	position: relative;
}

.pop-up img {
	max-height: 100%;
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;

}

.pop-up > div a.close-popup {
	color: #FFF;
	font-style: italic;
	font-size: 15px;
	line-height: 10px;
	padding: 10px;
	background-color: #000;
	top: 0;
	right: 0;
	z-index: 4;
	position: absolute;
}

.mCSB_dragger {
	height: 100px!important;
	border-radius: 0px!important;
}

.mCSB_draggerContainer, .mCSB_draggerRail {
	background-color: #F0EEEB!important;	
}

.mCSB_dragger_bar {
	background-color: #DFD9CF!important;
	border-radius: 0px!important;
	width: 15px!important;
}

.mCSB_container {
	padding-right: 5%;
}

.scroll-customizado {
	width: 100%;
}

@media (max-width: 991px){
	.side-menu {
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		padding-right: 10px;
		padding-left: 10px;	
		margin-bottom: 40px;	
	}
	.side-menu a {
		margin-bottom: 0;
		font-size: 24px;	
	}
	.tendencia-interna {
		padding-left: 5px;
		padding-right: 5px;
		height: auto;
		width: 100%;overflow: hidden;
	}
	.tendencia-int-container {
		height: auto;
		width: 100%;
	}
	.tendencia-col {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.tendencia-col h2 {
		font-weight: bold;
		text-align: left;
		font-weight: 16px;
	}
	.tendencia-col h3 {
		font-weight: bold;
		text-align: left;		
	}
	.tendencia-bg {
		overflow-y: auto;
		overflow-x: hidden;		
	}
	.mCSB_container {
		padding-right: 0;
	}
	.tendencia-int-container .cajas-tendencias {
		padding-left: 0;
		padding-right: 0;
	}
	.tendencia-int-container .cajas-tendencias:after {
		display: table;
		content: "";
		clear: both;
	}
	.tendencia-int-container > div {
		height: auto;
		/*overflow-x: hidden;
		overflow-y: auto;*/
		width: 100%;
	}
	
	.pop-up > div {
		position: relative;
		background-color: #FFF;
		width: 94%!important;
		height: 40%;
		left: 50%;
		margin-left: -47%;
		top: 30%;	
	}
	.opacidad {
		opacity: 0.25;
		transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */	
	}
	
}

/************ LOOKBOOK **************/

.lookbook-slider {
	width: 100%;
	height: 75vh;
	position: relative;
	overflow:hidden;
	margin-top: 20vh;
}
.lookbook-activate-slider {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.lookbook-car-box {
	width: 30%;
	float: left;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;	
	color: #FFF;
	position: relative;
}

.lookbook-car-box h4 {
	margin: 0;
	font-style: italic;
	font-size: 12px;
}
.lookbook-car-box h2 {
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
}

.lookbook-car-box .look-poster {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
}

.look-poster > div {
	position: absolute;	
	bottom: 20px;
	left: 0;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: text-bottom;
	z-index: 2;
}

a.show-selected-look {
	display: block;
	width: 100%;
	height: 100%;
}

.slick-list, .slick-track {
	height: 100%;
}

.lookbook-car-box section {
	float: left;
}
.lookbook-car-box section:nth-of-type(1) {
	width: 70%;
}
.lookbook-car-box section:nth-of-type(2) {
	width: 30%;
	text-align: right;
}

.lookbook-car-box a {
	color: #FFF;
}
.lookbook-car-box a.ver-mas {
	position: relative;
	top: 20px;
}
.lookbook-car-box a.ver-mas:after {
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 20%;
	height: 1px;
	content: "";
	background-color: #FFF;
	transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */
}
.lookbook-car-box a.ver-mas:hover:after {
	width: 100%;
}

.lookbook-container {
	height: 75vh;
	position: relative;
	margin-top: 20vh;
}

.hidden-lookbooks {
	height: 100%;
	display: none;
	position: relative;
	overflow: hidden;
}

.hidden-lookbooks:after {
	display: table;
	clear: both;
	content: "";
}

.look-tab {
	height: 100%;
	padding-right: 7%;
	padding-left: 7%;
	display: none;	
}

.look-tab:after {
	display: table;
	clear: both;
	content: "";
}

.main-look, .small-looks {
	float: left;
}

.main-look figure, .small-looks figure {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center bottom;
	position: relative;
}

.small-looks figure {
	cursor: pointer;
	transition: 0.3s ease;
	-moz-transition:0.3s ease; /* Firefox 4 */
	-webkit-transition: 0.3s ease; /* Safari and Chrome */
	-o-transition: 0.3s ease; /* Opera */
	overflow: hidden;
}

.small-looks figure img {
	position: absolute;
	height: 100%;
	width: auto;
	max-width: none;
	z-index: 0;
	top: 0;	
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);

}

.main-look {
	overflow:hidden;
	width: 40%;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;	
}

.main-look img {
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	bottom: 0;
}

.small-looks {
	padding-right: 10px;
	padding-left: 10px;
	height: 50%;
	width: 20%;
}
.small-looks figure.active, .small-looks:hover figure  {
	opacity: 0.4;
}

.smalls-top {
	padding-bottom: 10px;
}
.smalls-bottom {
	padding-top: 10px;
}

img.img-rotar {
	position: absolute;
	bottom: 30%;
	left: 6%;
	z-index: 1;
	-webkit-animation: rotating 26s linear infinite;
  -moz-animation: rotating 26s linear infinite;
  -ms-animation: rotating 26s linear infinite;
  -o-animation: rotating 26s linear infinite;
  animation: rotating 26s linear infinite;
}

.hl-nav-left, .hl-nav-right {
	position: absolute;
	top: 50%;
}
.hl-nav-left p, .hl-nav-right p {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	width: 140px;
	display: block;
	text-align: center;
}
.hl-nav-left {
	left: -40px;
}
.hl-nav-left p {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.hl-nav-right p {	
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
.hl-nav-right {
	right: -30px;
}

.hl-nav a {
	display: block;
	width: 100%;
	height: 100%;
}

.hl-nav-left:hover .anima-flecha-left {
    animation: flechaleft 0.4s infinite;
    -webkit-animation: flechaleft 0.4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

.hl-nav-right:hover .anima-flecha-right {
    animation: flecharight 0.4s infinite;
    -webkit-animation: flecharight 0.4s infinite;
    animation-direction: alternate;
    -webkit-animation-direction: alternate;
}

.hl-nav .icon-nav {
	position: absolute;
	top: 10%;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	width: 20px;
	height: 15px;
}

.hl-nav-left .icon-nav {
	left: 70%;
}
.hl-nav-right .icon-nav {
	left: 20%;
}

.mobile-video {
	display: none;
	margin-top: 30px;
}

.mobile-video iframe {
	width: 100!important;
}

@media (max-width: 991px) {
	.lookbook-container {
		margin-top: 130px;
		height: auto;
	}
	.lookbook-container:after {
		clear: both;
		content: "";
		display: table;
	}
	.lookbook-slider {		
		margin-top: 0;
	}
	.main-look {		
		margin-bottom: 30px;	
	}
	.small-looks {
		margin-bottom: 15px;
	}
	.smalls-top {
		padding-bottom: 0;
	}
	.smalls-bottom {
		padding-top: 0;
	}
	img.img-rotar {		
		bottom: 50%;
		left: 5%;		
	}

	.hl-nav-left, .hl-nav-right {		
		top: 30%;
	}
	
	.hl-nav-left {
		left: 0;
	}
	.hl-nav-left p {
		margin-left: -40%;
	}
	
	.hl-nav-right {
		right: 0;
	}
	.hl-nav-right p {
		margin-right: -58px;
	}
	.hl-nav-left .icon-nav {
		left: 19%;
	}
	.hl-nav-right .icon-nav {
		left: 50px;
	}
	.look-tab {		
		padding-right: 8%;
		padding-left: 8%;		
	}

}

@media (max-width: 991px) and (orientation:portrait){
	.main-look {		
		width: 100%;		
		height: 60vh;	
	}
	.small-looks {
		height: 20vh;
		width: 25%;
	}
}

@media (max-width: 991px) and (orientation:landscape) {
	.lookbook-container, .lookbook-slider {
		height: 480px;
	}
	.main-look {		
		height: 480px;
		width: 100%;
	}
	.small-looks {
		height: 130px;
		width: 25%;
	}

}

@keyframes flecharight {
    0% {
        transform: translateX(0px);
    }
    100%{
        transform: translateX(5px);
    }
}

@keyframes flechaleft {
    0% {
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-5px);
    }
}

/*********** FOOTER **************/

.pie {
	height: 5vh;
	color: #000;
	font-size: 12px;
	padding-top: 0.95%;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

@media (max-width: 991px){
	.pie {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.pie a {	
	color: #000;	
}
.pie a:hover {	
	color: #000;	
}

.pie-left, .pie-right {
	width: 50%;
	float: left;
}

.pie-right {
	text-align: right;
}

.pie-right a {
	margin-right: 50px;
}
.pie-right a:last-child {
	margin-right: 0;
}














