body {
	margin:0;
	color:#3a3a3a;
	font:16px/20px 'IRANSans', IRANSans, Arial, sans-serif;
	background:#fff;
	height:100%;
	min-width:320px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	opacity: 1;
    transition:opacity .25s ease-in-out;
}

body.loaded { opacity: 1; }

html { height: 100%; }
img { border-style: none; }
a {
	color:#222;
	text-decoration:none;
 transition:color .25s ease-in-out;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-tap-highlight-color: transparent;
}

input,
textarea,
select {
	color:#222;
	vertical-align:middle;
	font:100% IRANSans, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

form,fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

a:focus,
input:focus,
textarea:focus,
select:focus { outline: none; }

header,
footer,
section,
nav,
article,
aside { display: block; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
#wrapper {
	position:relative;
	/*min-height:100%;*/
	overflow:hidden;
	padding-bottom: 0;
}

body.frozen {
	overflow: hidden;
}
.underlined {
	text-decoration: underline;
}

/* header */
header {
	position: absolute;
	left:0;
	top:0;
	right:0;
	padding: 0 22px;
	z-index:999;
	background:#fff;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	transition-duration:0;
	transition-property:opacity,-webkit-transform;
	transition-property:opacity,transform;
	transition-property:opacity,transform,-webkit-transform;
	transition-timing-function:ease-in-out;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-perspective:1000;
	-ms-perspective:1000;
	perspective:1000;
}

header.scrolled {
	position:fixed;

}

header .holder {
	padding:44px 0 0;
	position:relative;
	min-height:26px;
}

header .holder:after {
	content:'';
	display:block;
	clear:both;
}

header.nav-is-visible {
	transition-duration:.25s;
}

header.nav-is-hidden {
	transition-duration:.25s;
	-webkit-transform:translate3d(0,-128px,0);
	transform:translate3d(0,-128px,0);
}
.lang-usa header.nav-is-hidden {
	transition-duration:.25s;
	-webkit-transform:translate3d(0,-148px,0);
	transform:translate3d(0,-148px,0);
}

header.nav-is-hidden.noscrolled {
	display: none;
}

header.nav-is-hidden:hover {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

.top-nav-mobile {
    background: #f6f4ee;
    padding: 15px;
    font-size: 12px;
    color: #00f;
    font-weight: bold;
	text-align: center;
	display:none;
}
header .top-nav {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	top:5px;
	right:0;
	font-size:12px;
	line-height:16px;
	z-index: 10;
	font-family: 'IRANSans', IRANSans, Arial, sans-serif;
}
header .top-nav .info-message {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    padding-top: 7px;
	color: #00f;
	width: 45%;
}
header .top-nav .info-message p {
	margin: 0;
}
header .top-nav.secondary-nav {
	top: 43px;
	font-size: 16px;
	line-height: 16px;
	font-family: 'IRANSans', IRANSans, Arial, sans-serif;
	font-weight: normal;
}

header .top-nav li {
	display: inline;
	float: right;
	padding:0 0 0 18px;
}

header .top-nav.secondary-nav li {
	float: left;
	padding-left: 14px;
}

header .top-nav li.open-login a,
header .top-nav li.open-newsletter a {
	color: #00f;
}
header .top-nav a { color: #C8C8C8; }
header .top-nav a:hover { color: #00f; }
header .top-nav .active a,
header .top-nav .active {
	color:#00f;
	text-decoration:none;
}
.grecaptcha-badge {
	opacity: 0 !important;
	visibility: hidden !important;
}
header .top-nav.secondary-nav li.open-login a, header .top-nav.secondary-nav li, header .top-nav.secondary-nav li a {
	color: #979797;
	font-weight: normal;
}

header .top-nav.secondary-nav li.open-login a:hover, header .top-nav.secondary-nav li:hover, header .top-nav.secondary-nav li a:hover {
	color: #000;
}
.search-form {
 	position: relative;
    width: 222px;
    z-index: 99999;
    background: #F8F6F2;
    display: none;
    width: 100%;
    text-align: center;
    margin: 0 -22px;
    padding: 0 22px;
}

.search-form form { display: inline-block; padding: 63px 0 63px 0; position: relative; }

.search-form .text {
	float: none;
    width: 783px;
    background-color: transparent;
    border: 0;
    font-size: 20px;
    line-height: 22px;
    height: 14px;
    padding: 5px 7px;
    border-radius: 0;
    color: #999999;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-focus-ring-color: none;
    border-bottom: 1px solid #999999;
    text-align: center;
}

.search-form .text:focus {
	box-shadow:none;
	color: #999999;
}

.search-form .submit {
    /* float: right; */
    width: auto;
    height: 20px;
    line-height: 0;
    cursor: pointer;
    padding: 0;
    border: 0;
    margin: 0;
    -webkit-appearance: none;
    margin-left: 0;
    position: absolute;
    top: 65px;
    right: 0;
    text-transform: lowercase;
    font-size: 20px;
    line-height: 20px;
    color: #00f;
    background: transparent;
}
header .logo {
	padding-right: 30px;
	z-index: 99;
}
header .logo img { width: 130px; height: 30px; }

header .logo span {
	width:124px;
	text-indent:-9999px;
	background:url(images/logo.html) no-repeat top;
	height:27px;
	z-index: 10;
	-webkit-transition: opacity 0.25s;
	-moz-transition:    opacity 0.25s;
	-o-transition:      opacity 0.25s;
	position: absolute;
}
header .logo span {
	background-image: url(images/logo2015.html);
	height:28px;
}
header .logo a {
	display:block;
	height:100%;
}
header .logo span.logosubs {
	background:url(images/logo.html) no-repeat bottom;
	height:27px;
	background-position: bottom;
	width:124px;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
}
header .logo span.logosubs {
	background-image: url(images/marset-logo.html);
	height:28px;
}
header .logo:hover span {
	opacity: 0;
}
header .logo:hover span.logosubs {
	opacity: 1;
}
header nav {
	text-align:center;
	position: relative;
	z-index: 5;
}
header nav .btn-nav { display: none; }
header nav > ul {
	margin:0;
	padding:0;
	list-style:none;
	padding:9999px 240px 0;
	margin: -9999px -27px 0;
	background: #fff;
	font-size: 16px;line-height: 16px;
}
header nav > ul > li {
	display:inline-block;
	padding:0 16px 17px;
	margin-bottom:-1px;
}
header nav > ul > .active > a,
header nav > ul > li:hover > a {
	color:#999;
	text-decoration:none;
}
.filters {
	background:#f8f6f2;
/* 	box-shadow:inset 0 0 10px rgba(0, 0, 0, 0.06); */
	padding:22px 0 22px 24px;
	overflow:hidden;
	position:relative;
/* 	z-index: -1; */
}
.page-template-distribuidores .filters {
	max-width: 1000px;
	margin: 0 auto;
	padding: 22px 0;
}
.isotope { opacity: 0; }
/*
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  transform: translate(0, 0) scale(1);
}*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.catalog-page header nav .drop {
	top: 100%;
}
.catalog-inner {
	padding-top: 100px;
	padding-bottom: 50px;
}
.catalog-imagenes {
	padding-top: 50px;
	font:16px/20px 'Times New Roman', Times, serif;
}
.catalog-imagenes p { margin-left: 7px; }
.catalog-imagenes .catalog-inner {
	padding-top: 20px;
}
.catalog-imagenes .to-download:after {
	 content: url('images/ico-check.html');
	 position: absolute;
	 bottom: 18px;
	 right: 18px;
}
header nav .drop {
	position:absolute;
	left:-22px;
	right:-22px;
	top:-156px;
}
/*body.istouch header nav .drop {
	top: 100%;
	display: none;
}*/
.filters ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	float:left;
	left:50%;
	font:bold 12px/16px 'IRANSans', IRANSans, Arial, sans-serif;
}
.filters ul li {
	float:left;
	padding:0 25px;
	position:relative;
	left:-50%;
	z-index:1;
}
.filters ul a {
	float:left;
	color:#222;
	text-align: center;
	/*font: 15px/19px 'IRANSans', IRANSans, sans-serif;*/
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
}
.filters ul a:hover,
.filters ul li a.selected {
	text-decoration:none;
	color:#00f;
}
/* Lamp filters */
.filters ul a span{
	height: 109px;
	display: block;
	margin:0 auto 6px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	background: url(images/ico-lamps.html) no-repeat;
}
.filters ul .suspension a span { width: 62px; }
.filters ul .foot a span{
	width: 66px;
	background-position: -64px 0;
}
.filters ul .desktop a span{
	width: 80px;
	background-position: -127px 9px;
}
.filters ul .roof a span {
	width: 75px;
	background-position: -211px 11px;
}
.filters ul .wall a span {
	width: 63px;
	background-position: -295px 3px;
}
/*.filters ul .outside{padding: 0 7px;}*/
.filters ul .outside a span {
	width: 80px;
	background-position: -357px 0;
}
.filters ul .architectural a span {
	width: 80px;
	background-position: -435px 12px;
}
.filters ul a .rollover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	margin: 0;
	/*-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition:    opacity 0.5s ease-in-out;
	-o-transition:      opacity 0.5s ease-in-out;*/
}

.filters ul .suspension a .rollover{background-position: 0 -391px;}
.filters ul .foot a .rollover{background-position: -64px -391px;}
.filters ul .desktop a .rollover{background-position: -127px -382px;}
.filters ul .roof a .rollover{background-position: -211px -380px;}
.filters ul .wall a .rollover{background-position: -295px -388px;}
.filters ul .outside a .rollover{background-position: -357px -391px;}
.filters ul .architectural a .rollover{background-position: -435px -379px;}
.filters ul .selected .rollover,
.filters ul a:hover .rollover {opacity: 1;}


/* Comunicacion filters */

.com-filters ul a span{
	height: 109px;
	background: url(images/ico-comuni.html) no-repeat 0 18px;
}
.com-filters ul .notas_prensa a span{width: 67px;}
.com-filters ul .imagenes a span{
	width: 50px;
	background-position: -71px 20px;
}
.com-filters ul .catalogos a span{
	width: 95px;
	background-position: -298px 18px;
}
.com-filters ul .prensa a span{
	width: 124px;
	background-position: -166px 18px;
}
.com-filters ul .videos a span {width: 102px; background-position: -403px 23px; }
.com-filters ul .videos a .rollover{background-position: -403px -257px;}
.com-filters ul .notas_prensa a .rollover{background-position: 0 -262px;}
.com-filters ul .imagenes a .rollover{background-position: -71px -260px;}
.com-filters ul .prensa a .rollover{background-position: -166px -262px;}
.com-filters ul .catalogos a .rollover{background-position: -298px -262px;}

body.in_comunicacion header nav .drop.com-filters { top: auto; margin-top: 17px; }
body.in_comunicacion header.scrolled nav .drop.com-filters { display: none; }


body.post-type-archive-notas_prensa .title-cover, .page-template-ftp .title-cover { background: url('../images/bg-pressnote.png') no-repeat top center #fff; width: 136px; height: 217px; font-size: 24px; color:#222; text-align: center; padding: 30px; font-weight: normal; line-height: 26px; display:block; margin-bottom: 3px; display: table; }
body.post-type-archive-notas_prensa a:hover .title-cover, .page-template-ftp a:hover .title-cover { background-position: center -275px; color: #00f; }
body.post-type-archive-notas_prensa a:hover .catalog .box h2, .page-template-ftp a:hover .catalog .box h2 { color: #00f; }
body.post-type-archive-notas_prensa .title-cover span, .page-template-ftp .title-cover span { display: table-cell; vertical-align: middle; }


.login label,
header .login ul li label {
	margin: 0;
	width: 160px;
	margin: 0 20px 0 1px;
}
.login li.wppb-gdpr-checkbox,
.login li.wppb-gdpr-checkbox a,
.login li.wppb-checkbox,
.login li.wppb-checkbox a {
    color:#A0A0A0;
}
.wppb-checkbox#wppb-form-element-24 > label {
    display: none;
}
.text input,
.recaptchatable #recaptcha_response_field {
	background:#fcfcfc;
	border:0;
	font-size:10px;
	line-height:13px;
	height:13px;
	padding:5px 7px;
	border-radius:3px;
	color:#A0A0A0;
	box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.recaptchatable #recaptcha_response_field { border:0 !important; }

.text { position: relative; float:left; width:172px; }
.text input { width:172px; }
.text input:focus, input.text:focus, .recaptchatable #recaptcha_response_field:focus, {
	color: #222;
	box-shadow:inset 1px 1px 1px rgba(0, 0, 0, 0.35);

}
.login .input-placeholder-text {
	position:absolute;
	font-size:10px;
	line-height:13px;
	left:7px;
	margin-top: 5px;
	z-index:10;
	color:#A0A0A0;
}
.login .button-row {
	overflow:hidden;
	font:12px 'IRANSans', IRANSans, Arial, sans-serif;
	color:#A0A0A0;
	width: 240px;
	font-weight: normal;
}
.reg-form .button-row .btn {
	margin-top: 30px;
}
.reg-form .button-row span {
	display: block;
	margin-top: 0;
	font-size: 13px;
    line-height: 15px;
}
.reg-form .button-row span a { text-transform: lowercase; }
input.btn, a.btn {
	width:59px;
	height:23px;
	background:#3b3b3b;
	color:#f8f8f8;
	border:0;
	border-radius:3px;
	font:12px/22px 'IRANSans', IRANSans, Arial, sans-serif;
	padding:0 0 3px;
	cursor:pointer;
	-webkit-appearance: none;
}

input.btn,
#insert_user,
.portada .featured-button,
a.btn {
 transition:all .4s ease-in-out;
}
input.btn:hover,#insert_user:hover,
a.btn:hover {
	background: blue;
	color: #fff;
    border:1px solid #00f;
}
a.btn {
	display: inline-block;
	width: auto;
	padding: 3px 10px 1px 10px;
	margin-top: 20px;
}
.login-form .btn {
	float: left;
	margin-top: 90px;
	clear: left;
}
.login-form a {
	float: left;
}
.login a {
	color:#999;
	text-decoration:underline;
}
.login a.logout {
	font-size: 12px;
	margin:15px 0;
	display: block;
}
.login a:hover {text-decoration:none;}

.login .reg-form .btn {width:73px;}
.login .note {
	float:right;
	width:164px;
	font:10px/14px 'IRANSans', IRANSans, Arial, sans-serif;
	padding:49px 0 0;
}
.reg-form p { margin: 3px 0 0 0; }
.reg-form .button-row {
	width: 192px;
    position: relative;
    top: auto;
    z-index: 0;
    clear: both;
    margin-left: 0;
    padding-bottom: 20px;
}
.login .note p {margin:0;}
.about {
	padding: 42px 100px 42px 48px;
    margin: 0 -21px;
    background: #F8F6F2;
    overflow: hidden;
    position: relative;
    z-index: 10;
    font-weight: normal;
    font-size: 16px;
    font-family: 'IRANSans', IRANSans, Arial, sans-serif;
    line-height: 26px;
    display: none;
    color: #4A4A4A;
}
.about article {
	max-width: 80%;
	width:800px;
	float: left;
}
.about article p {margin:0 0 15px;}

.about .go-to-footer{
	text-decoration: underline;
	float: right;
	max-width: 20%;
	color: #4A4A4A;
}

.about .frame {
	float:right;
}
.about .frame .box {
	float:left;
	margin-left: 50px;
	margin-right: 25px;
	width: 190px;
}
.about .frame .locations .location {
	display: none;
}
.about .frame a { text-decoration: underline; }
.about .frame .location-list a {
	text-decoration: none;
	font-weight: bold;
	font-family: 'IRANSans',IRANSans, Arial, sans-serif;
}
.about .frame .location-list a.active {
	text-decoration: underline;
}
.about h2 {
	/*font:bold 12px/18px 'IRANSans',IRANSans, Arial, sans-serif;*/
    font-weight: normal;
    font-family: "IRANSans", IRANSans, Arial, sans-serif;
    font-size: 12px;
	margin:0 0 15px;
}
.about ul {
	margin:0;
	padding:0;
	list-style:none;
}
.about address {font-style:normal;}
.about address span {display:block;}
header .social {
	position:absolute;
	top:5px;
	right:234px;
/* 	right:300px; */
	padding: 0;
	z-index: 100;
}
.social ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.social li{
	float:left;
	padding:0 0 0 2px;
}
/* end header */
/* catalog */
.catalog-page header nav .drop.visible {
	display:block !important;
	margin-top: 0 !important;
}
.catalog-area { padding:35px 0 120px; }
.catalog-area .filters {
	z-index: 1;
	margin-bottom: 15px;
	margin-top: 76px;
}

.post-type-archive-lamparas .catalog-area .filters {
	margin-top: 0;
}
.catalog {
	margin:0 auto;
	text-align: center;
}
.catalog-container,
#wrapper .distribuidores-list {
	max-width: 980px;
	display: block;
	margin: 0 auto;
}
.catalog .box.nueva  a.image-holder:before {
	/*content: 'New!';*/
	color: white;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
	line-height: 1;
	font-size: 13px;
	background: blue;
	padding: 4px 7px 3px 7px;
	font-family: 'IRANSans', IRANSans, Arial, sans-serif;
	height: auto;
	text-transform: uppercase;
}
.catalog .box.nueva.color  a.image-holder:before {
	content: 'New color!';
}
.catalog .box.nueva.size  a.image-holder:before {
	content: 'New size!';
}
.flex .flex-box h2.cat-title {
	margin-top:20px;
}
.catalog .box.nueva.coming-soon a.image-holder:before {
	content: 'Coming soon!';
}
.catalog-imagenes .box {
	padding-bottom: 7px;
}
.catalog .box a {
	margin:0;
	display:block;
	color:#000;
	text-decoration:none;
	position: relative;
}
.isotope.catalog .box {
	margin: 0;
}
.catalog .box img {
	display:block;
	margin:0 0 3px;
	width:100%;
 	transition:all .25s ease-in-out;
}

body.post-type-archive-disenadores .catalog .box.hover img,
body.post-type-archive-disenadores .catalog .box a:hover img {
	opacity: 1;
}
.catalog .box.hover h2,
.catalog .box a:hover h2,
.catalog div.box.col-download:hover h2 span {
	color: #00f;
}
.catalog .box h2,
.catalog .box a h2 {
	font:15px/19px 'IRANSans', IRANSans, Arial, sans-serif;
	margin:0;
 transition:color .25s ease-in-out;
}
.catalog .box h2 span > span,
.catalog .box a > h2 > span > span { font-family: 'IRANSans', IRANSans, Arial, sans-serif; font-weight: normal; text-transform: lowercase; color: #818181 !important; }

.lang-de .catalog .box h2 span > span,
.lang-de .catalog .box a > h2 > span > span {
	text-transform: none;
}

.catalog-inner .box a {
	height: 80%;
}
.catalog .box a img {
	object-fit: contain;
	-o-object-fit: contain;
}
.catalog .box a span {
    font-size: 14px !important;
    line-height: 2em !important;
}
.catalog .box h2 > a:first-of-type {
    padding-top: 15px;
}

/* end catalog */
.projects {
	margin:0 21px 0;
	border-top:1px solid #c9c8c8;
	padding:13px 0 90px;
}
.catalog-section {
	padding:0 0 230px;
}
.catalog-section .filters {
	margin:0 0 16px;
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	z-index: 1;
}
/* main */
#main {
	padding:100px 0px 0 0;
	max-width:1040px;
	margin:0 auto;
}

body #wrapper,
body.tax-tipo #wrapper,
body.tax-exterior #wrapper,
body.post-type-archive-lamparas #wrapper,
body.post-type-archive-lamparas-exterior #wrapper,
body.in_comunicacion div#wrapper {
    padding-top: 74px;
}

.home-slideshow { padding:0 71px 33px;position:relative;padding-left: 0; padding-right: 0;height: 100vh; }

.single-lamparas .home-slideshow, .single-proyectos .home-slideshow, .post-type-archive-lamparas .home-slideshow, .tax-tipo .home-slideshow { height: auto; }

.home-slideshow .slides {
	list-style:none;
	margin:0;
	padding:0 0 10px;
	overflow:hidden;
	position:relative;
	z-index:51;
	width:100%;
	float: left;
}
.home-slideshow .slides li{
	display:none;
	width:100%;
}
.home-slideshow .slides a img{
 transition:opacity .25s ease-in-out;
    max-width: 898px;
}
.home-slideshow .slides a:hover img {
	opacity: .75;
}
.home-slideshow .slides img{
	display:block;
	margin: 0 auto;
	display: block;
}
.home-slideshow.standard-slideshow .slides img {
	width:100%;
	max-width:100%;
}
.home-slideshow .flex-direction-nav{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	z-index:50;
	width:100%;
	height:600px;
	top:74px;
	left:0;
}
.home-slideshow.standard-slideshow .flex-direction-nav{
	top:0;
}
.home-slideshow.standard-slideshow .flex-direction-nav {
	height: 523px;
}
.home-slideshow.standard-slideshow .flex-prev {
	margin-right: 10px;
}
.home-slideshow .flex-direction-nav li{
	height:100%;
	width:120px;
	position:absolute;
	z-index:50;
	top:0;
	right:-56px;
}
.product .home-slideshow .slideImg {
	height: 602px;
}
.home-slideshow .flex-direction-nav li:first-child{
	right:auto;
	left:-56px;
}
.home-slideshow .flex-prev,
.home-slideshow .flex-next{
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index:50;
	overflow:hidden;
	text-indent:-9999px;
	border:0;
	background: url(images/arrow-prev.html) right center no-repeat;
	margin-right: 0;
	opacity: 0;
	transition: opacity .5s ease-in-out;
}
.home-slideshow .flex-direction-nav li.enabled a {
	opacity: 1;
}
/*.home-slideshow .flex-prev:hover {
	cursor: url(images/arrow-prev.png), default;
	background: transparent;
}
.home-slideshow .flex-next:hover {
	cursor: url(images/arrow-next.png), default;
	background: transparent;
}
*/
.home-slideshow .flex-next{ margin-right: 48px; background: url(images/arrow-next.html) left center no-repeat; margin-left: 0; margin-right: 0; }
.home-slideshow .flex-disabled{display:none;}
.home-slideshow .switcher{
	width:100%;
	overflow:hidden;
	position:relative;
}
.home-slideshow .switcher-holder{
	position:relative;
	float:left;
	left:50%;
}
.home-slideshow .flex-control-nav{
	list-style:none;
	margin:0;
	padding:0;
	z-index:51;
	position:relative;
	float:left;
	left:-50%;
}
.standard-slideshow .slide-num {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	font-size: 15px;
	z-index: 3;
}
.product .home-slideshow .flex-control-nav {
	float: none;
	left: auto;
	clear: both;
}
.product .home-slideshow .flex-control-nav li,
.home-slideshow .flex-control-nav li{
	float:left;
	padding:0 3px;
}
.product .home-slideshow .flex-control-nav a,
.home-slideshow .flex-control-nav a{
	float:left;
	cursor:pointer;
	overflow:hidden;
	text-indent:-9999px;
	width:8px;
	height:8px;
	background:#999;
	position:relative;
	border-radius:5px;
}
.product .home-slideshow .flex-control-nav a.flex-active,
.product .home-slideshow .flex-control-nav a:hover,
.home-slideshow .flex-control-nav a.flex-active,
.home-slideshow .flex-control-nav a:hover{background:#222;}
.slideshow-container { position: relative; }

.coming-soon-label { color: white; z-index: 2; font-size: 13px; background: blue; padding: 5px 8px 2px 7px; font-family: 'IRANSans', IRANSans, Arial, sans-serif; height: 16px; display: inline-block; line-height: 13px; }
.coming-soon-label-container { position: absolute; bottom: 10px; width: 300px; left: 50%; margin-left: -150px; text-align: center; }


/* -----------------------------------------------------------------------------
   -------------------------------- NEW HOMEPAGE -------------------------------
   ----------------------------------------------------------------------------- */


/* ((( 2019 slider home ))) */
.portada .swiper-container-mobile {
	display: none;
}
.portada .swiper-container {
	display: block;
}
.portada .video-wrapper.mobile {
	display: none;
}
.portada .video-wrapper.desktop {
	display: block;
}
.portada .slider-cabecera,
.portada .slider-cabecera .swiper-wrapper  {
	height: calc(100vh - 74px);
	background-color: black;
	opacity: 1;
}
.portada .slider-cabecera .bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.portada .slider-cabecera .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.portada .slider-cabecera .bg img.lazyload {
	opacity: 0;
}

.portada .slider-cabecera .bg img.loaded,
.portada .slider-cabecera .bg img.lazyloaded {
	opacity: 1;
}

.portada .slider-cabecera .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* ((( 2023 portada new cabecera ))) */
.portada section.dual-cabecera.mobile {
	display: none;
}
.portada section.dual-cabecera {
    height: calc(100vh - 90px);
}
.portada section.dual-cabecera .featured-item {
    width: 50%;
    height: 100%;
    margin: 0;
	background: #f8f6f2;
}
.portada section.dual-cabecera .featured-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.portada section.dual-cabecera .featured-item h2 {
	max-width: 80%;
	margin-top: 30px;
	margin-bottom: 8px;
	z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}
.portada section.dual-cabecera .featured-button {
    position: absolute;
	top: calc(50% + 20px);
    height: 45px;
    line-height: 45px;
}
.portada section.dual-cabecera .description {
    font-family: 'IRANSans', IRANSans, Arial, sans-serif;
	bottom: 60px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
	max-width: 80%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
}
.portada section.dual-cabecera .description.with_cta {
	position: relative;
	bottom: unset;
	margin-top: 0;
}
.portada section.dual-cabecera .description.desc_bottom {
	bottom: 150px;
}
.dual-cabecera .featured-button {
    position: absolute !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 100px !important;
}
.dual-cabecera .featured-button:hover {
	background: #3a3a3a !important;
	color: #e3dfdc !important;
}
.dual-cabecera .arrow-down {
	bottom: 20px;
}
.dual-cabecera .arrow-down svg path {
	stroke: #3a3a3a;
}
.portada .dual-cabecera .video-wrapper {
    position: absolute;
    top: 0;
	text-align: center;
}
.portada .dual-cabecera video,
.portada .content-block.gallery-block.intro-banner .dual-cabecera video {
	min-width: 100%;
	width: 100%;
	height: 100%;
}



/* ((( 2021 slider new home modules ))) */
.portada .slider-module {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 45px;
}
.slider-module .bg {
    width: 100%;
    height: 100vh;
}
.slider-module .bg img {
    width: calc(100% + 40px);
    height: 100vh;
    object-fit: cover;
}

.portada {
	font-family: 'IRANSansXFaNum', IRANSans, Arial, sans-serif;
}

.close-slide {position: absolute; top:10px;right: 30px;font-size: 34px;line-height: 34px;color: #00f;letter-spacing: -5px;cursor: pointer;z-index: 999;}

.portada .v-middle { position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%); margin-top: -10px;}
.portada .v-bottom { position: absolute;bottom: 55px;}

.portada .h-middle { position: absolute;left: 0;right:0;margin: 0 auto;}
.portada .conjunto { text-align: center; }
.portada .conjunto .grey-button { position: relative;margin-top: 30px; margin-bottom: 5px; }
.portada .news-block.last .h-middle { position: relative; }
.portada .h-left {
    position: absolute;
    left: 10%;
}
.portada .h-right {
    position: absolute;
    right: 10%;
}

.portada .a-middle { position: absolute;top: 50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%)  translateY(-50%);}

.portada ul { list-style: none;}

.portada .content-block ul li,
.portada .content-block ul li:focus { outline: 0; }

.portada .content-block { display: block; clear: both; overflow: hidden; margin-bottom:45px; }

.portada #main { max-width: 100%; padding: 0 20px 0 20px; }

.portada .collection p.price,
.catalog .box p.price {
	margin: 10px 0;
    font-size: 14px;
    color: #00f;
}
.portada .content-block.gallery-block.intro-banner { padding-top:0; }

.portada .content-block.gallery-block .description { text-align: center; width: 100%; }

.portada .content-block.news-block { padding: 0 90px; }

.portada .content-block.news-block.banner { margin-bottom: 0; }

.portada .content-block.news-block.collection.grid { padding-top: 60px; }

.portada .content-block.news-block ul { overflow: hidden; }

.portada .content-block.news-block .news-slides { overflow: visible; }

.portada .content-block.news-block .slide .slide-content { margin:0 10px; width: calc(100% - 20px); position: relative; }

.portada .content-block.news-block .slide .slide-content .share-overlay { font-size:13px;line-height:15px;font-family:"IRANSans", sans-serif;position: absolute;bottom: 10px;right: 10px;text-align: right;color: #fff;opacity: 0;transition:all 0.5s ease;cursor: pointer; }

.portada .content-block.news-block .slide .slide-content .share-overlay .share_items { opacity: 0;transition:all 0.5s ease; margin-bottom: 10px; }

.portada .content-block.news-block .slide .slide-content .share-overlay:hover .share_items { opacity: 1; }

.portada .content-block.news-block .slide .slide-content .share-overlay .share_items li { margin-bottom: 5px; }

.portada .content-block.news-block .slide .slide-content .share-overlay a { color: #fff; }

.portada .content-block.news-block .slide .slide-content .share-overlay a:hover { color: #00f; }

.portada .content-block.news-block .slide:hover .share-overlay { opacity: 1; }

.portada .content-block.news-block .slide:hover .slide-content { background-blend-mode: lighten;background-color: rgba(0,0,255,0.8); }

/* .portada .content-block.news-block .slide .slide-content span { padding-bottom:149.4680%;content: "";display: block; } */

.portada .content-block.news-block .slide h4 { padding: 0;
	font-family: 'NeueHaasGroteskBold', IRANSans, Arial, sans-serif;
	color:#3e3e3e;
	font-size: 19px; line-height: 26px; text-align: center;margin-bottom: 0;max-width: auto;margin: 20px auto;width: 90%; }
.portada .content-block.news-block .slide h4 span {
	line-height: 26px;
	height: 26px;
	display: block;
	font-family: 'IRANSans';
	font-weight: 400;
}
.portada .content-block.news-block.journal .slide h4 {
	line-height: 19px;
}
.portada .content-block.news-block.journal .slide h4 span {
	line-height: 36px;
}
.portada .content-block.lamps .price {
    margin: 0;
    font-size: 14px;
    color: #00f;
}
.portada .content-block.lamps .price del {
	color: #999;
}

.portada .arrow { position: absolute;top: 35%;left: -60px;width: 30px;height: 30px; font-size: 34px;line-height: 34px; font-weight: lighter;color: black; cursor: pointer; }

.portada .arrow.arrow-right { left: auto; right:  -60px; }

.portada .content-block ul,
.portada .content-block.gallery-block .gallery-slides { width: 100%; margin: 0;padding: 0; overflow: hidden; }

.portada .content-block.gallery-block .gallery-slides.mobile { display: none; }

.portada .content-block.gallery-block .gallery-slides .slide,
.portada .content-block ul li,
.portada .content-block ul li .slide-content,
.portada .content-block.news-block .slide .slide-content { background-repeat: no-repeat; background-size: cover; background-position: center; transition:background-color 0.5s ease; }

.collection-poster {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	margin: 0 10px;
	margin-bottom: 60px;
}
.portada .content-block.news-block.collection.grid .collection-poster {
	width: calc(50% - 20px);
    margin-bottom: 20px;
    display: inline-block;
    float: left;
	position: relative;
}
.banner .collection-poster {
	margin-bottom: 15px;
	position: relative;
}
.featured-item img.cover_lazy,
.collection-poster img.cover_lazy{
	position: absolute;
    object-fit: cover;
    -o-object-fit: cover;
	width: 100%;
    height: 100%;
	left: 0;
	right: 0;
}
.portada .content-block.gallery-block .description-wrapper { position: relative;width: 100%; }

.portada .content-block.gallery-block video { min-width: 100vw; width: 100%; }
.portada .content-block.gallery-block.intro-banner video { min-width: 100vw; width: 100%; }

.portada .content-block .description-wrapper { max-height: 800px; height: calc(100vh - 100px); }

.portada .content-block.intro-banner .description-wrapper { max-height: 720px;height: calc(100vh - 100px); }

.portada .content-block.gallery-block .gallery-slides,
.portada .content-block.gallery-block .gallery-slides .slide { width: 100%; height: 60vh; overflow: hidden; }

.portada .content-block.gallery-block.intro-banner .gallery-slides,
.portada .content-block.gallery-block.intro-banner .gallery-slides .slide { max-height: calc(100vh - 100px); height: auto; }

 .portada .content-block.gallery-block.intro-banner .gallery-slides .slide { height:calc(100vh - 100px); }

.portada .content-block .gallery-slides .slide { width: 100vw; position: relative; }

.portada .content-block.featured-items-block { margin-left:auto; margin-right: auto; }

.page-template-landing-ecommerce .news-block,
.page-template-landing-ecommerce .featured-collections {
    max-width: 1500px;
    margin: 0 auto;
}

.portada .featured-item {
	width: calc(50% - 20px);
	display: inline-block;
	float: left;margin: 0 10px;
	position: relative;
	background-color: rgb(62,62,62);
  transition: all .2s linear;
}

.portada .featured-item .transition-layer,
.portada .gallery-slides .transition-layer {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62,62,62,0.3);
    opacity: 1;
    transition: background-color .4s ease-in-out;
    mix-blend-mode:multiply;
}

.portada .featured-button:hover {
	background: white;
	border-color: white;
    color: #000;
}
.portada .gallery-slides .slide.active-button .transition-layer {
	background-color: transparent;
}
.portada .featured-item .link {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
.portada .featured-item .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 30px; line-height: 32px;position: absolute; text-align: center; transition:all .2s ease-in-out; color: white;
}

.portada .featured-item.type2 {
	background-color: #FFF !important;
}
.portada .featured-item.type2.grey-bg {
    background-color: #F6F6F6 !important;
}
.portada .featured-item.type3 {
    background-color: #FFF !important;
}
.portada .featured-item.type2 img {
    height: 55%;
}
.portada .featured-item.type2 img.cover_lazy.vertical {
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	height: 65%;
}
.portada .featured-item.type2.grey-bg img.cover_lazy.vertical {
	top: 0px;
	height: 70%;
	filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.15));
}
.portada .featured-item.type3 img {
	height: 50%;
}
.portada .featured-item.type3 .the-video {
    height: 50% !important;
    width: 100%;
    position: absolute;
}
.portada .featured-item.type3 .the-video video {
	position: absolute;
    top: 0;
    object-fit: cover;
	-o-object-fit: cover;
}
.portada .featured-item.type2 .description,
.portada .featured-item.type3 .description {
    max-width: 90%;
    margin: 0 auto;
    bottom: 10%;
	align-items: flex-end;
	-webkit-box-align: end;
    -ms-flex-align: end;
    left: 0;
    right: 0;
	color: #3E3E3E;
}
.portada .featured-item.type3 .description {
	height: 50%;
	bottom: 0;
	align-items: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
}

.collection-poster .description { position: relative; }
.collection-poster .description h3 {
	font-size: 70px;
    line-height: 64px;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: all .2s ease-in-out;
    color: white;
}
.collection.grid .collection-poster .description h3 { top: 45%; }
.collection-poster p {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    width: 60%;
    margin: 0 auto;
    top: 47%;
	text-align: center;
	font-size: 20px;
}

.portada .content-block.gallery-block .description,
.portada .gallery-slides .slide .description-wrapper {
	color: #fff;
	z-index: 2;
}

.portada .gallery-slides .slide .description-wrapper {
 transition:opacity .2s ease-in-out;
}

.portada .featured-button {
    bottom: 40px;
    color: #fff;
	padding: 5px 50px;
	line-height: 35px;
    border: 1px solid #fff;
    border-radius: 0;
    font-family: 'IRANSans', IRANSans, Arial, sans-serif;
    transition:background-color .2s ease-in-out;
}
.portada .type2 .featured-button,
.portada .type3 .featured-button {
	color: #3e3e3e;
	background: transparent;
	border: none;
}
.portada .featured-item.type2.grey-bg .featured-button {
	border: 1px solid #3e3e3e;
}

.portada .random-content .featured-button {
    bottom: 60px;
}
.portada .featured-button a {
	color: #FFF;
}
.portada .random-content a:hover .featured-button {
	background: white;
    color: #00f;
    border: 1px solid #fff;
}
.portada .type2 .featured-button:hover,
.portada .type3 .featured-button:hover {
	background: transparent;
	color: #3a3a3a;
}
.portada .featured-item.type2.grey-bg .featured-button:hover {
	background: #3a3a3a;
	color: white;
}
.portada .random-content .swiper-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.portada .random-content a:hover .transition-layer { background-color:transparent; }

.portada .featured-item h3 { margin-bottom: 10px; margin-top: 0; font-size: 30px; font-weight: normal; }

.portada .featured-item .description p { margin: 0;font-size: 26px; line-height: 34px; max-width: 80%; }

.portada .featured-item span { display: block;padding-bottom: 115.77%; }

.portada .collection-poster span { display:block;padding-bottom: 50%; }
.portada .collection.grid .collection-poster span {padding-bottom: 70%; }

.slick-dots { position: absolute;bottom: 27px;overflow: hidden; }

.portada .content-block.gallery-block .slick-dots { display: none !important; }

.slick-dots li,
.portada .content-block.gallery-block.intro-banner .slick-dots li,
.portada .content-block.gallery-block .slick-dots li {
	display:inline-block;
	border: 1px solid #fff;
    border-radius: 12px;
    background: transparent;
    height: 0;
    width: 12px;
    padding: 6px 0;
    position: relative;
    margin: 0 5px;
}

.slick-dots li button, .slick-dots li button:focus { outline: 0;cursor: pointer; }

.slick-dots li button {
    border-radius: 6px;
    width: 6px;
    height: 6px;
    background: transparent;
    border: transparent;
    color: transparent;
    padding: 0;
    padding-bottom: 3.5px;
    position: absolute;
    top: 3px;
    left: 3px;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

.random-content.prof { display: block; }
.random-content.prof.mobile,
.random-content.prof.partido.reverse.mobile { display: none; }


.portada .content-block.news-block .slide .slide-content a,
.search-results .image-holder,
.catalog-container .lamparas .image-holder,
.catalog-container .lamparas-exterior .image-holder,
#main .image-holder {
	padding-bottom: 149.5%;
	display: block;
    position: relative;
    height: 0;
	background-color: #f8f6f2;
}
.portada .content-block.news-block .slide .slide-content.horizontal a {
	padding-bottom: 75%;
}
.portada .content-block.news-block .slide img,
.search-results .image-holder img,
.catalog-container .lamparas .image-holder img,
.catalog-container .lamparas-exterior .image-holder img,
#main .image-holder img { max-width: 100%; width: 100%; height: 100%; object-fit: cover; -o-object-fit: cover; position: absolute; opacity: 0; }
.portada .content-block.news-block .slide img.cutout {
	object-fit: cover;
	-o-object-fit: contain;
}
.catalog-container .lamparas .image-holder img,
.catalog-container .lamparas-exterior .image-holder img {
	opacity: 1 !important;
}
.portada .content-block.news-block .slide img.loaded,
.search-results .image-holder img.loaded,
.catalog-container .lamparas .image-holder img.loaded,
.catalog-container .lamparas-exterior .image-holder img.loaded,
#main .image-holder img.loaded,
.portada .content-block.news-block .slide img.lazyloaded,
.search-results .image-holder img.lazyloaded,
.catalog-container .lamparas .image-holder img.lazyloaded,
.catalog-container .lamparas-exterior .image-holder img.lazyloaded,
#main .image-holder img.lazyloaded { opacity: 1; }

/* nuevos estilos form login */
.login .reg-form ul{
  padding:0;
}

.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="checkbox"]),
.wppb-user-forms select {
	font-family: 'SimplonBPMono', monospace;
	color: #A5A5A5;
	font-size: 0.9rem;
    margin: 0;
    padding: 12px 0;
    vertical-align: baseline;
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #A5A5A5;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}
.wppb-user-forms input:not([type="email"]) {
	text-transform:  uppercase;
}
.wppb-user-forms input[type="submit"] {
	font-family: 'SimplonBPMono', monospace;
	color: #A5A5A5;
	text-transform: uppercase;
	padding: 0 0 12px 0;
    border: none;
	border-bottom: 1px solid #A5A5A5;
    background: transparent;
    font-size: 0.9rem;
    margin: 50px 0 160px 0;
	border-radius: 0 !important;
	-webkit-appearance: none !important;
}
.wppb-user-forms input[type="submit"]:hover {
	color:black;
	border-color:black;
}
.wppb-user-forms #wppb-loginform input[type="submit"] {
	margin-bottom: 80px;
}
.login-register-lost-password {
	margin-bottom: 80px !important;
}
.login-register-lost-password a.login-lost-password {
    text-align: center;
    width: 100%;
	font-size: 13px;
	color: #A5A5A5;
}

/* Sitemap */
.col-5 { width: 20%; float: left; }
.col-5 ul { padding: 0; margin: 0 0 15px 0; text-align: left; font-size: 15px; }
.col-5 ul li { list-style: none; }

/* footer */
footer{
	background:#3E3E3E;
	color: #C8C8C8;
	margin: 58px 0 0 0;
	font-family: "IRANSans", sans-serif;
}
footer, footer h5{font-size: 14px;line-height: 20px;font-weight: normal;}

footer ul{margin: 0;padding: 0; list-style: none;}

footer #logo-footer{cursor: pointer;}

footer #logo-footer img{max-width: 130px;height: auto;display: block;margin: 0 auto;}

footer a,
footer .featured-button,
footer .featured-button a {color: #C8C8C8;}

footer .featured-button {
	border: 1px solid;
    padding: 6px 10px !important;
    display: block;
    max-width: 70%;
    margin: 0 auto;
	line-height: 1em !important;
}
footer a:hover{color: #818181;}
footer .featured-button:hover {
	background: #c8c8c8;
	border-color: #c8c8c8;
	color: #444;
}
footer .footer-rows{padding: 47px 0 24px 0;}

footer .footer-rows .footer-row{overflow: hidden;display: block;clear: both;max-width: 1200px;margin: 0 auto;width: 100%;}

footer .footer-rows .menu-block {padding: 0 20px; }

footer .footer-rows .footer-row.copyright{max-width: 90%; font-size: 11px;line-height: 13px;text-align: center; color: #818181;}

footer .footer-rows .footer-row.copyright a{color: #818181;}

footer .footer-col{width: 33.333%;display: inline-block;text-align: center;float: right;margin-top: 42px;}

footer p, footer h5{margin: 0;}

footer ul.contact-row{
	display: flex;
    flex-flow: row;
}

footer ul.contact-row li h5{ font-family: 'IRANSans', IRANSans, Arial, sans-serif;font-weight: normal;}

footer .location a{text-decoration: underline;}

footer .holder{
	max-width:1040px;
	margin:0 auto;
	padding:22px 0;
}

.social{
	float:left;
	padding:0 10px 0 0;
	position: relative;
}
.social h4{
	float:left;
	color:#222;
	font:12px/16px 'IRANSans', IRANSans, Arial, sans-serif;
	padding:3px 10px 0 0;
	margin:0;
}

.social li:nth-child(2){padding:0;}
.social li a{float:left; background: url(images/ico-social.html) no-repeat; width: 16px; height: 16px; display: block; }

.social li a.instagram{background-position: 0 -12px; }
.social li a.pinterest{background-position: -15px -12px; }
.social li a.vimeo{background-position: -36px -12px; }
.social li a.rss{background-position: -54px -12px; }
.social li a.vimeo{background-position: -63px -12px; }
.social li a.twitter{background-position: -43px -12px; }
.social li a.facebook{background-position: -26px -12px; }
.social li a.rss{background-position: -80px -12px; }

.social-share li.social-title { display: none; }
.social-share li:nth-child(2), .social-share li { list-style: none; padding: 0 2px 0 0; }
.social-share li a { text-indent: -50000px; cursor: pointer; }
.social-share li a.instagram{background-position: 0 -36px; }
.social-share li a.pinterest{background-position: -15px -36px; }
.social-share li a.vimeo{background-position: -36px -36px; }
.social-share li a.rss{background-position: -54px -36px; }
.social-share li a.vimeo{background-position: -63px -36px; }
.social-share li a.twitter{background-position: -43px -36px; }
.social-share li a.facebook{background-position: -26px -36px; }
.social-share li a.rss{background-position: -80px -36px; }

.social li a.instagram:hover{background-position: 0 -25px; }
.social li a.pinterest:hover{background-position: -15px -25px; }
.social li a.vimeo:hover{background-position: -36px -25px; }
.social li a.rss:hover{background-position: -54px -25px; }
.social li a.vimeo:hover{background-position: -63px -25px; }
.social li a.twitter:hover{background-position: -43px -25px; }
.social li a.facebook:hover{background-position: -26px -25px; }
.social li a.rss:hover{background-position: -80px -25px; }

.standard-slideshow-container {
	float:left;
}
.standard-slideshow .flex-control-nav {
	display: none;
}
footer .bottom{
	color:#222;
	font:12px/16px 'IRANSans', IRANSans, Arial, sans-serif;
	position:relative;
	float: right;
}
footer .bottom a { float: left; margin-right: 30px; }
footer .bottom p{margin:0; float: left; }

footer .social h4 {
	padding-top: 0;
}
/* end footer */
/* product */
.lazy, .isolazy { background: #efefef; border: 0; }
.product{
	position:relative;
	padding:0 81px 60px 83px;
}
body.single-lamparas .product {
	min-height: 602px;
}
.product:after{
	content:'';
	display:block;
	clear:both;
}
.product .standard-slideshow{
	width:380px;
	padding: 0;
}
.product .standard-slideshow .switcher-holder{
	position:relative;
	float:left;
	left:50%;
}
.product .standard-standard-slideshow .flex-control-nav{
	position:relative;
	float:left;
	left:-50%;
	list-style:none;
	margin:0;
	padding:0;
}
.product .standard-slideshow .flex-control-nav li{
	float:left;
	padding:0 5px 10px 5px;
}
.product .standard-slideshow .flex-control-nav a{
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	width:8px;
	height:8px;
	background:#999;
	border-radius:5px;
	cursor:pointer;
}
.product .standard-slideshow .flex-control-nav a.flex-active,
.product .standard-slideshow .flex-control-nav a:hover{background:#222;}
.product .description{
	float:right;
	width:422px;
	color:#222;
	font:16px/20px 'Times New Roman', Times, serif;
	margin:-4px 0 0;
	z-index: 51;
	position: relative;
}
.standard-product .description { padding-top: 0; }
.standard-product { min-height: 540px; }
.product .description .more{display:none;}
.product .description .txt{padding:0 0 8px;}
.product .description .socialshare { padding-bottom: 8px; }
.product .description h1{
	color:#222;
	margin:0 0 1px;
	font:bold 32px/36px 'IRANSans', IRANSans, Arial, sans-serif;
	letter-spacing: -1px;
}
.product .description .by{
	display:block;
	color:#222;
	font:italic 18px/22px 'Times New Roman', Times, serif;
	padding:0 0 36px;
}
.product .description .by span {
	font-style: normal;
}
.product .description h4 { font-weight: normal; margin-top: 0; }
.product .description .by a{color:#999;}
.product .description .by a:hover { color: #00f; }
.product .description p{margin:0; text-indent:21px;}
.product .description .post-content a { color: #00f;border-bottom: 1px solid #00f; }
.product .description .post-content a.btn { color: white; }
.product .description .post-content > p:first-child { text-indent: 0; }
.product .description .post-content-left,
.product .description .post-content-right { float: left; }
.product .description .post-content-right { margin-left: 50px; }

#video_player{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.single-video h1 {
    text-align: center;
    font-size: 1.5em;
    padding-top: 20px;
}
.single-video #video_player {
	max-width: 80%;
	right: 0;
	margin: 0 auto;
}
#video-popup{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99;
    display: none;
    background: #fff;
}

.close-video-popup{display: none; position: fixed; right: 30px; top: 70px; width: 30px;height: 30px; z-index: 999; cursor: pointer;}

.video-poster{position: relative;margin-bottom: 10px;}

.video-poster:hover{
	background-color: rgba(0,0,255,0.8);
	cursor: pointer;
}

.video-poster img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.video-poster:hover .poster-image{
	mix-blend-mode:lighten;
}

#video-wrapper{
	max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.play-button, .video-poster .play-button{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    width: 40px;
    height: 40px;
   	-webkit-filter: drop-shadow(2px 2px 2px #444);
    filter: drop-shadow(2px 2px 2px #444);
}

.embed-container {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	}
	.embed-container video,
	.embed-container iframe,
	.embed-container object,
	.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.product .description p iframe{  margin-top: 15px; margin-bottom: 15px;}
.product .description .txt-right p iframe { margin-top: 0; margin-bottom: 0; }
.product.featured-product .description .txt.txt-right { float: none; margin-left: 0; margin-right: 0;}
.product .video{padding:0 0 14px;}
.product .video h2{
	padding:0 0 0 21px;
	color:#222;
	margin:0 0 8px;
	font:16px/20px 'Times New Roman', Times, serif;
}
.product .video h2 em{font:italic 16px/20px 'Times New Roman', Times, serif;}
.product .video .holder{
	width:413px;
	height:232px;
	overflow:hidden;
	position:relative;
	padding:0 0 13px;
}
.product .video .holder img{
	display:block;
	width:100%;
	max-width:100%;
}
.product .video .btn-play{
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	z-index:50;
	top:50%;
	left:50%;
	width:45px;
	height:51px;
	margin:-25px 0 0 -23px;
	background:url(images/btn-play-001.html) no-repeat;
}
.product .video .widgets{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.product .video .widgets li{
	float:left;
	padding:0 0 0 10px;
}
.product .video .widgets li:first-child{padding:0;}
.product .video .widgets img{float:left;}
.product .descargas{
	overflow:hidden;
	padding:10px 0 22px 0px;
	margin:0 0 10px;
	border-top: 1px solid #c9c8c8;
}
.standard-product .descargas {
	margin-top: 15px;
}

#error-privadas {
	font:14px/20px 'IRANSans', IRANSans, Arial, sans-serif;
	color: black;
	text-align: center;
	padding: 18px 0;
	background: #ffc900;
	width: 100%;
	display: none;
	margin-bottom: 0;
}
#error-privadas .close { float: right; cursor: pointer; display: inline-block; padding-right: 20px; display: none; }
.product .metas {
	width: 425px;
	float: right;
}
#descatalogacion { font: 10px/14px 'IRANSans', IRANSans, Arial, sans-serif; color: #999; }
.featured-product .metas {
	float: left;
	margin-top: 5px;
}
.product .columns .column{
	float:left;
	width:190px;
	padding:0 0 0 37px;
}
.product .columns .column:first-child{padding:0;}
.product .columns h3{
	color:#222;
	font:12px/16px 'IRANSans', IRANSans, Arial, sans-serif;
	margin:0 0 4px;
}
.product .columns ul{
	list-style:none;
	margin:0;
	padding:0;
}
.product .columns li{
	font:16px/20px 'IRANSans', IRANSans, Arial, sans-serif;
	padding:0 0 4px;
	vertical-align:top;
}

.product .descargas ul{
	list-style:none;
	margin:0;
	float:left;
	padding:0px;
	width: 50%;
	font:12px/16px 'IRANSans', IRANSans, Arial, sans-serif;
}
.product .descargas li {
	color: #999;
}
.product .descargas li:first-child{padding:0;}
.product .descargas li a{
	color:#999;
}
.product .descargas li a:hover{
	color: #00f;
}
.product .collections{
	position:absolute;
	z-index:50;
	top:3px;
	right:-90px;
	width:100px;
}
.product .collections h3{
	color:#222;
	margin:0 0 22px;
	font:bold 12px/16px 'IRANSans', IRANSans, Arial, sans-serif;
	text-align:center;
}
.product .collections ul{
	list-style:none;
	margin:0;
	padding:0;
}
.product .collections li{
	text-align:center;
	padding:0 0 18px;
	vertical-align:top;
	font:bold 10px/14px 'IRANSans', IRANSans, Arial, sans-serif;
}
.product .collections li a{
	cursor:pointer;
	display:block;
}
.product .collections li a:hover {
	color: #00f;
}
.product .collections li span{
	display:block;
	padding:0;
}
.product .collections li img{vertical-align:top;
 transition:opacity .25s ease-in-out;
    max-width: 100px;
}
.product .collections li a {
	color: #00f;
}
.product .collections li a:hover img { opacity: .65;}
.product .flex-control-thumbs{
	list-style:none;
	margin:0 0 0 -22px;
	padding:0;
	width:432px;
	overflow:hidden;
	left:-25px !important;
}
.product .flex-control-thumbs li{
	float:left;
	padding:0 0 0 10px;
}
.product .flex-control-thumbs img{float:left;cursor: pointer;
 transition:opacity .25s ease-in-out;
}
.product .flex-control-thumbs li:hover img {
	opacity: .75;
}

.product.featured-product { padding-left: 60px; padding-right: 60px; }
.product.featured-product .description { position: relative; z-index: 2; }
.product.featured-product .description .heading { max-width: 600px; margin: 0 auto; }
.product.featured-product .description .by { padding-bottom: 15px; }
.product.featured-product body.single .home-slideshow { width: 100%; margin-bottom: 30px; }
.product.featured-product .featured-description { float: none; display: block; margin: 0 auto; text-align: center;}
.product .home-slideshow .flex-control-nav { text-align: center; padding: 0; margin-bottom: 0; }
.product .home-slideshow .flex-control-nav li { float: none; display: inline-block; }
.product.featured-product .description { float: left; width: 100%;  position: relative; z-index: 2; }
.product.featured-product .description .txt { width:422px; margin-right: 40px; margin-left: 20px; }
.product.featured-product .description .txt, .product.featured-product .description .columns-container { float: left; }
.product .home-slideshow .slides img { width: auto; margin: 0 auto; }
.product .home-slideshow .slides .image-container { margin: 0 auto; display: block; position: relative; }
.product .standard-slideshow .slides img.slideImg { height: auto; }


/* Search */

body.search .catalog { text-align: center; border-bottom: 1px solid #ccc; padding-bottom: 15px; }
body.search .catalog.accessories {
    padding-top: 0;
}
body.search .catalog.lamps {
    border-bottom: none;
}
body.search .catalog h3 { font:25px/38px 'IRANSans', IRANSans, Arial, sans-serif; font-weight: normal; text-align: center; margin-top: 10px; }
body.search .catalog .box { float: none; display: inline-block; width: 19.65%; }
body.search .catalog-news { border: 0; }
body.search .catalog-news > div { margin: 0; padding: 0; }
body.search .catalog-news h2 { font:16px/20px 'IRANSans', IRANSans, Arial, sans-serif; }
body.search .catalog-news ul li .post-meta { font-size: 12px; }
body.search .catalog-news ul li .post-meta a { color: #999; }
body.search .search-results { text-align: center; }
body.search .catalog .box .title-holder {
	margin-top: 15px;
}


/* Distributor */
body.post-type-archive-distribuidores .catalog { max-width: 915px; }
#distributor-map { text-align: left; }
#distributor-map label { font-size: 12px; }
#distributor-map .text { float: none; display: block; width: 440px; font-size: 12px; position: static; }
#distributor-map .input-placeholder-text { font-size: 12px;padding-left: 6px; padding-top: 2px;}
#distributor-map iframe { margin-top: 20px; }
.distribuidores-list { clear: both; margin: 40px 0; }
.distribuidores-list ol { padding-left: 20px; }
.distribuidores-list li { color: #00f; }
#distributor-map h2 { font:bold 14px/18px 'IRANSans', IRANSans, Arial, sans-serif; }
.distribuidores-list h3 { font:14px/18px 'IRANSans', IRANSans, Arial, sans-serif; color: #00f; margin: 0; }
.distribuidores-list .type-distribuidores { font:14px/18px 'IRANSans', IRANSans, Arial, sans-serif; width: 30%; padding-right: 3.33%; float: left; margin-bottom: 30px; min-height: 125px; }
.distribuidores-list .type-distribuidores.with-country { min-height: 0; }
.original-list .type-distribuidores.with-country { min-height: 125px; }
.distribuidores-list li p { margin: 0; color: #000; }
.retailers-list { display: none; }
.distribuidores-list a.website { color: #999; }
.distribuidores-list address { font-style: normal; margin-top: 10px; color: #000; }
.nodonde, .distribuidores-list .type-distribuidores { display: none; }
#wrapper .distribuidores-list { display: none; }
.nodonde { font-size: 14px; line-height: 18px; }
#mapa { width:1000px; height:515px; margin-top: 20px; max-width: 100%;}
#mapa .distrinfo { font: 12px/16px 'IRANSans', IRANSans, Arial, sans-serif; }
#mapa .distrinfo strong { font-size: 14px; line-height: 18px;  }
body.page-id-27 #nodistri, body.page-id-27 .distribuidores-list h2, body.page-id-27 .distribuidores-list h2, body.page-id-27 .distribuidores-list .type-distribuidores { display: block !important; }
.distri,
#nodistri,
#noori { text-align: left; }
.distribuidores-list .areas {
    padding-top: 10px;
}
.distribuidores-list .areas p {
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

/* Promo */
body.page-template-promo-php #wrapper { padding-bottom: 0; }

.social-share-large {  display: block; position: static; top: auto; left:  auto; clear: both; margin-top: 25px; margin-bottom: 5px; width: 100%; float: none; }
.social-share-large li a { background-image: url(images/ico-share.html); width: 20px; height: 20px;  }
.social-share-large li,
.social-share-large li.social-title { display: inline-block; margin: 0 1px; float: none; font:14px/16px 'IRANSans', IRANSans, Arial, sans-serif; }
.social-share-large li.social-title span { display: block; float: left; margin-bottom: 3px; }
.social-share-large li a.facebook{background-position: 0 0; }
.social-share-large li a.twitter{background-position: -29px 0; }
.social-share-large li a.pinterest{background-position: -57px 0; }
.social-share-large li a.facebook:hover{background-position: 0 -20px; }
.social-share-large li a.twitter:hover{background-position: -29px -20px; }
.social-share-large li a.pinterest:hover{background-position: -57px -20px; }
body.single-proyectos .social-share-large { text-align: center; }

/* Destacados */
#maincontent.single-feat .heading h2,
body.single-disenadores .heading h2 { margin-bottom:20px; margin-top: 10px; font:18px/22px 'Times New Roman', Times, serif; font-weight: normal; }
#maincontent.single-feat .featured-product .metas { margin-top: 0; }
#maincontent.single-feat .description .txt { padding: 0; }
#maincontent.single-feat .description .metas .social-share-large { margin: 60px 0 0 0;   }

/* Proyecto */
body.single-proyectos #maincontent.single-feat .featured-product .metas { float: none; margin: 0 auto; z-index: 99;}
body.single-proyectos #maincontent.single-feat .featured-product .metas em { color: #999; }

/* Diseñador */
body.single-disenadores .feat-image { float: left; }
body.single-disenadores .feat-image img { max-width: 380px; height: auto; }

/* Legal */
body.page-template-legal-php #maincontent { font:16px/20px 'IRANSans', IRANSans, Arial, sans-serif; text-align: center; padding-top: 30px; margin-bottom: 120px; }
body.page-template-legal-php #maincontent h3 { font:16px/20px 'IRANSans', IRANSans, Arial, sans-serif; font-weight: bold; margin-top: 40px; }


/* Ver mapa */
body.page-template-mapa-php #maincontent { font:12px/16px 'IRANSans', IRANSans, Arial, sans-serif; }
body.page-template-mapa-php #maincontent a { text-decoration: underline; }

/* FTP files page */
.page-template-ftp small { font-size: 11px;  }
.page-template-ftp small.tipo { opacity: .5; position: relative; top: -5px; }
.page-template-ftp .catalog { padding-top: 100px; position: relative;}
.page-template-ftp .catalog .box { padding: 5px; vertical-align: middle;}
.page-template-ftp #hr .catalog, .page-template-ftp #hr .catalog-inner { padding-top: 40px; }
.page-template-ftp #wrapper > .catalog { max-width: 930px; }
.page-template-ftp .btn { width: 130px; }
.page-template-ftp .btn:disabled { opacity: .5; }
.page-template-ftp .btn:disabled:hover { background: #3b3b3b; cursor: default; }
.page-template-ftp .boxes { width: 100%; -webkit-column-count: 4; column-count: 4; line-height: 1em; padding-bottom: 30px; padding-top: 30px; }
.page-template-ftp .boxes p { margin: 0 0 15px 0; padding: 0; }
.page-template-ftp .boxes a:hover { color: blue; }
.page-template-ftp #wrapper > .catalog > .catalog-inner { padding-top: 0; }
.page-template-ftp .ftp-block { display: none; }
.page-template-ftp .ftp-block.active { display: block; }
.ftp-block { min-height: 100vh; }
.page-template-ftp .back { font-size: 12px; float: right; text-transform: lowercase; position: absolute; margin-top: 20px; cursor: pointer; right: 20px; }
.page-template-ftp .back:hover { color: blue; }
.post-password-form { padding-top: 100px; max-width: 500px; margin: 0 auto; }
.page-template-ftp .ftp-block .btn { display: inline-block; margin-left: 4px; margin-right: 4px;  }
.page-template-ftp .ftp-block a,
.page-template-ftp .ftp-block .box { position: relative; display: inline-block; }
.page-template-ftp .catalog-txt .to-download { color: blue;}
.page-template-ftp .catalog-txt .to-download:before { content: url('../images/ico-check.png'); position: absolute; left: -25px;  }
.page-template-ftp .catalog-img .to-download:after { content: url('../images/ico-check.png'); position: absolute; bottom: 18px; right: 18px; }
.page-template-ftp #assets.catalog { max-width: 90%; }
.page-template-ftp #assets.catalog, .page-template-ftp #assets.catalog .boxes { text-align: left; }
.page-template-ftp #assets a.btn { display: block; text-align: center; padding: 0;}
.page-template-ftp #assets a.btn:hover { border: none; }
.page-template-ftp #assets .catalog-assets { display: none;}
.page-template-ftp #assets .catalog-assets.active { display: -webkit-box;
	display: -ms-flexbox;
	display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.page-template-ftp #assets .catalog-inner > p { text-transform: uppercase; }
.page-template-ftp #assets .ftp-block { min-height: auto; margin-bottom: 30px; width: 33%; }
.page-template-ftp #assets .assets-open { cursor: pointer; }
.page-template-ftp #assets .assets-open.active {font-weight: bold;color: #00f; }
.page-template-ftp #assets .btns { margin: 15px 0; }
.page-template-ftp #assets .btns a { margin: 10px; }
.page-template-ftp #assets .btns a:hover { color: #00f;font-weight: bold; }
.page-template-ftp #assets .ftp-block { display: block; }
.page-template-ftp #assets .ftp-block img { width:100%;height: 100%;object-fit:contain;-o-object-fit: contain; }
/* Video */
.fluid-embed { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; z-index: 2; }
.fluid-embed iframe, .fluid-embed object, .fluid-embed embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
body.post-type-archive-video .holder-feat { text-align: center; font: bold 14px/17px 'IRANSans', IRANSans, Arial, sans-serif; margin-bottom: 40px; }
body.post-type-archive-video .news li .fluid-embed { margin-bottom: 12px; }
body.post-type-archive-video .news li { margin-bottom: 40px; }

/* Resources */
body.post-type-archive-resource .catalog-imagenes .to-download:after { bottom: 38px; }
body.post-type-archive-resource h3 { font: 25px/38px 'IRANSans', IRANSans, Arial, sans-serif; font-weight: normal; text-align: center; margin-top: 30px; }
body.post-type-archive-resource .catalog-inner { padding-bottom: 0; }

/* Hide mobile tablet */
body.isphone .open-login, body.istablet .open-login { display: none; }
body.isphone .filters ul li.imagenes, body.istablet .filters ul li.imagene { display: none; }
/* end product */

/* LANDING */
body.page-template-landing .home-slideshow li { background-size: cover; background-position: center center; }
body.page-template-landing .home-slideshow .switcher { top: -50px; }
body.page-template-landing .home-slideshow  { padding-bottom: 0; }
body.page-template-landing footer { display: none; }
body.page-template-landing .home-slideshow .slides { padding: 0; }
body.page-template-landing #wrapper { padding: 0; }
body.page-template-landing .product .home-slideshow .flex-control-nav a, .home-slideshow .flex-control-nav a { background: rgba(255,255,255,0.5); }
body.page-template-landing .home-slideshow .flex-control-nav a.flex-active { background: white; }
body.page-template-landing #bgvid { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100; background-repeat: no-repeat; background-size: cover; }

/* Video newsletter (page template) */
.embed-container iframe { position: fixed; height: 100%; width: 100%; }
body.page-template-video_newsletter header,
body.page-template-video_newsletter footer { display: none; }

body.landing-slider header, body.page-template-landing header nav > ul { background: transparent; }
body.landing-slider header .logo, body.landing-slider header .social, body.landing-slider header .top-nav, body.landing-slider .search-form { display: none; }
body.landing-slider header nav { border: 0; display: none; }
body.landing-slider header nav a { color: white; }
body.landing-slider header nav a:hover { color: #b6b6b6; }
body.page-template-landing #main { padding-top: 10px; }
body.page-template-landing .home-slideshow .flex-control-nav { display: none !important; }
#marset-logo { background: url(images/marset-logo-2015.html) no-repeat top left; width: 485px; height: 112px; display: block; left: 50%; top: 40%; margin-left: -242px; position: absolute; z-index: 99;}

body.page-template-landing #choose { position: absolute; top: 50%; margin-top: 80px; text-align: center; width: 100%; z-index: 99; color: white; font: 16px/20px 'IRANSans', IRANSans, Arial, sans-serif; color: white; display: none; }
body.page-template-landing #choose a { text-decoration: none; color: #b6b6b6; }
body.page-template-landing #choose a:hover { color: #00f; }
.svg #marset-logo { background-image: url(images/marset-logo-2016.html); background-size: 485px 112px; }

#modal-container { position: fixed; top: 0; left: 0; bottom: 0; right: 0; background: rgba(255,255,255,.7); width: 100%; height: 100%; z-index: 1; opacity: 0; }
#modal-container.active { opacity: 1; z-index: 999; }
#modal-countries { position: absolute; top: 50%; left: 0; right: 0; }
#modal-countries .inner { margin: 0 auto; max-width: 1048px; }
#modal-countries .modal-body { background: white; border: 1px solid #c9c8c8; margin: 0 auto; position: relative; padding-top: 20px; padding-left: 30px; }
#modal-countries dl { display: inline-block; width: inherit; margin: 10px 0; }
#modal-countries .column { width: 135px; float: left; padding-right: 30px;}
#modal-countries dd { float: left; margin: 0; }
#modal-countries dt { font: 16px/20px 'IRANSans', IRANSans, Arial, sans-serif; }
#modal-countries .column dd { width: 136px; font: 12px/16px 'IRANSans', IRANSans, Arial, sans-serif }
#modal-countries #other .column { margin-top: -26px; }
#modal-countries .column dd a { color: #999 }
#modal-countries .column dd a:hover { color: #00f; }

/* Single post */
.visual-big img { max-width: 900px; width: 100%; }
.visual-fullscreen img { width: 100%; height: 100%; min-height: auto; color: #fff; float: none; display: block !important; }
.post_video_fullscreen { max-width: 100%; width: 100%; }
.texto-big p { font-family: 'IRANSans', IRANSans, Arial, sans-serif; font-size: 24px; line-height: 28px; font-weight: bold; }
.video-oembed-container {
    text-align: center;
    padding-top: 30px;
}
.video-oembed-container iframe {
	max-width: 100%;
}
.isphone .video-oembed-container {
	position: relative;
	padding-bottom: 49.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.isphone .video-oembed-container iframe,
.isphone .video-oembed-container object,
.isphone .video-oembed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* PAGE PURCHASE CONDITIONS */
.purchase-conditions-page { max-width: 1000px; margin: 0 auto; }
.purchase-conditions-page #introWrapper h1 { text-align: right; margin: 0px 0; }
.purchase-conditions-page p { text-align: left; line-height: 1.5; width: 100%; margin: 0 auto; padding-bottom: 20px; }
.purchase-conditions-page a { text-decoration: underline; }
.purchase-conditions-page ul {
    padding-bottom: 20px;
}
.purchase-conditions-page ol, .purchase-conditions-page ul {
    text-align: right;
    padding-top: 10px;
}
.purchase-conditions-page li {
    padding-bottom: 10px;
}

/* Prices sales */
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.portada .collection p.price del,
.catalog .box p.price del { opacity: 1; color: #999; }
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.portada .collection p.price ins,
.catalog .box p.price ins  { text-decoration: none; color: #00f; }
/*products nav usa*/
.wpgs-for,
.wpgs-nav {
	transition: opacity 0.2s ease;
	display: flex;
	overflow: hidden;
}
.wpgs-nav {
	margin-top: 10px;
}
.wpgs-nav [data-index] {
	margin: 0 5px;
}


/* MEDIA QUERIES */
@media only screen and (max-width: 1400px) {
	.portada section.dual-cabecera .featured-item h2 {
		max-width: 95%;
		font-size: 60px;
		line-height: 59px;
	}
	.portada .featured-item.type2.grey-bg img.cover_lazy.vertical {
		height: 70%;
	}
	.portada .featured-item.type2 .description, .portada .featured-item.type3 .description {
		bottom: 7.5%;
	}
	.portada .featured-item .description p {
		font-size: 22px;
		line-height: 30px;
	}
	.portada .featured-item .description.long p { font-size: 19px; line-height: 26px; }
}

@media only screen and (max-width: 1290px) {
	header nav > ul, header .top-nav.secondary-nav {
		font-size: 14px;
	}
	#promo-modal { width: 30vw; }
	.collection-poster .description h3 { font-size: 50px; line-height: 54px; }
	header .top-nav .info-message {
    right: auto;
    text-align: left;
	left: 20px;
	}
}

@media only screen and (max-width: 1210px) {
	header nav > ul {
			text-align: right;
	}
	header .top-nav.secondary-nav {
	    top: 6px;
	    font-size: 13px;
	    line-height: 13px;
	    font-family: IRANSans, sans-serif;
	    right: 150px;
	}
	header nav > ul > li {
		padding-left:10px;
		padding-right:10px;
	}
	.about .frame .box { margin-left: 0; margin-right: 75px; }
	.about .frame { float: none; display: block; margin: 0 auto; }

	header nav > ul > li {
		padding-left:6px;
		padding-right:6px;
	}
	.home-slideshow .flex-prev { left: 58px; }
	.home-slideshow .flex-next { right: 41px; }
	header nav > ul {
		padding-right: 20px;
		padding-left: 20px;
	}
	.home-slideshow .slides a img { max-width: 100%; }
	.featured-product .slideshow-container { max-width: 82%;margin-left: 9%; margin-right: 9%; }
	.product .collections { right: 0; }
}

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

	body #wrapper,
	body.tax-tipo #wrapper,
	body.post-type-archive-lamparas #wrapper,
	body.post-type-archive-lamparas-exterior #wrapper,
	body.in_comunicacion div#wrapper { padding-top:55px; }

	header .top-nav.secondary-nav{
		display: none;
	}
	header nav .drop{ top: auto; }
	header nav > ul{ text-align: center; }
	header{ padding: 0; }
	header .holder{ padding: 10px 15px; }
	header .top-nav{ margin: 0;display: none; }
	header .logo{
		top: auto;
	    left: 0;
	    margin-left: 0;
		padding-right: 0;
	    position: relative;
	    width: 130px;
	    height: 23px;
	    overflow: hidden;
	    display: block;
	}
	header .logo img {
	    width: 94px;
	    height: 21px;
	}
	.top-nav-mobile { display: block; }
	.top-nav-mobile p { margin: 0; }
	.portada .content-block.gallery-block .excerpt {
		font-size: 16px;
		line-height: 20px;
		max-width: 80%;
	}
	.portada .slider-cabecera, .portada .slider-cabecera .swiper-wrapper {
		height: calc(100vh - 55px);
	}
	.portada .content-block.news-block {
		padding: 0;
	}
	.portada .content-block,
	.portada .slider-module {
		margin-bottom: 20px;
	}
	.portada .featured-item .description p {
	    font-size: 20px;
	    line-height: 22px;
	}
	.portada .featured-item.type3 .the-video {
		height: 55% !important;
	}
	.portada .content-block.gallery-block .gallery-slides,
	.portada .content-block.gallery-block .gallery-slides .slide {
		width: 100%;
	}
	.portada .content-block.gallery-block.intro-banner .gallery-slides,
	.portada .content-block.gallery-block.intro-banner .gallery-slides .slide {
		height: 40vh;
	}
	.portada .featured-button {
		display: block;
		text-align: center;
		padding: 16px 20px;
	    min-width: 149px;
	}
	.portada .content-block.news-block .slide h4 {
		max-height: 180px;
		margin-top: 15px;
		font-size: 17px;
		line-height: 24px;
	}
	.portada .featured-item .description h3 {
		font-size: 20px;line-height: 20px;
	}
	.portada #main { padding: 0 15px; }
	.portada .featured-item span { padding-bottom: 140%; }

	.slick-dots {
	    position: absolute;
	    top: 70%;
	    text-align: center;
	    overflow: hidden;
        height: 17px;
	}
    .intro-banner .slick-dots{
        bottom: 30px;
        top: auto;
    }
	header nav {
		height:11px;
		position:absolute;
		right: 5%;
    	top: 18px;
	}
	header nav .btn-nav {
		display:block;
		width:15px;
		height:12px;
		text-indent:-9999px;
		overflow:hidden;
		background:url(images/bg-btn-nav.html) no-repeat;
	}
	header nav > ul {
		width: 100vw;
	    position: absolute;
    	right: -100%;
	    top: 25px;
		background:#fff;
		padding:30px 0;
		margin: 0;
		border-bottom:1px solid #e5e5e5;
		box-shadow:0 6px 6px rgba(0, 0, 0, 0.3);
		display:none;
		z-index: 200;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	header nav > ul > li {
		display:block;
		border:none;
		padding:0;
		position:relative;
	}
	header nav > ul > li > a {
		display:block;
		padding:11px 8px 12px;
		font-size:18px;
		line-height:22px;
		font-family:'IRANSans',IRANSans, Arial, sans-serif;
		text-align:center;
	}
	header nav .drop {
		position:relative;
		left:auto;
		right:auto;
		margin:0;
		padding: 0;
		display:none;
		z-index: 1;
		padding: 0;
		margin: 0;
		position: relative;
	}
	.filters ul .outside {
		height: auto;
	}
	header nav .active .drop{
		display: none;
	}
	.filters { padding:12px 0; }
	.filters ul {
		text-align:center;
		float:none;
		left:auto;
		padding: 20px 0;
	}
	.filters ul li {
		float:none;
		display:inline-block;
		left:auto;
		padding: 0 0 20px;
		width: 100%;
	}
	.com-filters ul li {
		padding: 0 6px 10px;
	}
	.com-filters ul a span { height: 90px; height: 65px; background-size: 250px 174px; }
	.com-filters ul .imagenes a span { width: 55px; background-position: -28px 20px; }
	.com-filters ul .prensa a span { width: 64px; background-position: -82px 18px; }
	.com-filters ul .videos a span { width: 55px; background-position: -197px 18px; }
	.com-filters ul .notas_prensa a span { width: 30px; background-position: 0 18px; }
	.com-filters ul .catalogos a span { width: 54px; background-position: -143px 18px; }
	.filters ul a { font-size:16px; line-height: 16px; display: block; float: none; }

	#promo-modal { width: 40vw; }

	.catalog { max-width: 100%; }

	header nav { padding: 0; }
}

@media only screen and (min-width:768px) {
	.product .description .slide-block .hidden-block { display:block !important; }
}
@media only screen and (min-width:768px) and (max-width:1039px){
	body{ min-width:768px; }
	.home-slideshow .flex-direction-nav { height:100%; }
	.home-slideshow .flex-prev{
		left:59px;
		margin:-30px 30px 0 0px;
	}
	.home-slideshow .flex-next{
		right:59px;
		margin:-30px 0 0 30px;
		width: 51px;
	}
	.product .home-slideshow .slides img { width: 100%; -o-object-fit:cover; object-fit:cover;  }
}

@media screen and (max-width: 992px){
	.portada section.dual-cabecera {
		height: auto;
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
	}
	.portada section.dual-cabecera .featured-item {
		width: 100%;
		min-height: 375px;
		height: 55vh;
	}
	.portada section.dual-cabecera.mobile-full .featured-item {
		height: 90vh;
	}
	.portada section.dual-cabecera.mobile-slider .featured-item {
		height: 100vh;
		height: calc(var(--vh, 1vh) * 100);
	}
	.portada section.dual-cabecera.mobile-slider figure {
		margin: 0;
	}
	.portada section.dual-cabecera.mobile-slider .featured-button {
		bottom: 15vh !important;
	}
	.portada section.dual-cabecera .featured-item img {
		position: relative;
	}
	.portada section.dual-cabecera .featured-item h2 {
		letter-spacing: -1px;
		font-size: 35px;
		line-height: 34px;
		max-width: 100%;
		text-align: center;
	}
	.portada section.dual-cabecera .description {
		font-size: 20px;
		line-height: 24px;
		bottom: 15px;
	}
	.portada section.dual-cabecera video,
	.portada .content-block.gallery-block.intro-banner .dual-cabecera video {
		min-width: 100%;
		max-width: 100%;
		height: 55vh;
		min-height: 55vh;
	}
	.portada section.dual-cabecera.desktop {
		display: none;
	}
	.portada section.dual-cabecera.mobile {
		display: block;
	}
	.dual-cabecera.mobile-slider .index1 .swiper-pagination .swiper-pagination-bullet:before {
		border-color: #40352d !important;
	}
	.dual-cabecera.mobile-slider .index1 .swiper-pagination .swiper-pagination-bullet-active {
		background: #40352d !important;
	}

	.portada .content-block.lamps .price {
		margin: -15px 0 30px 0;
	}
	.collection-poster .description h3 { font-size: 30px; line-height: 34px; }

	footer .footer-rows .footer-row.first-footer-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
				-ms-flex-direction: column;
					flex-direction: column;
	}
	footer ul.contact-row { display: block; }
	footer  .footer-col{
		display: block;
		width: 100%;
	}
	.portada .featured-item.type1 span { padding-bottom: 115%; }
	.portada .featured-item.type2 span,
	.portada .featured-item.type3 span { padding-bottom: 0; }

	.portada .featured-item.type3 .the-video {
		height: auto;
		width: 100%;
		position: relative;
	}
	.portada .featured-item.type3 .the-video video {
		position: relative;
		top: unset;
		object-fit: contain;
		-o-object-fit: contain;
		width: 100%;
		height: auto;
	}

	.random-content.prof,
	.random-content.prof:not(.mobile).partido.reverse { display: none; }
	.random-content.prof.dual { display: block; }
	.random-content.prof.mobile { display: block; margin-bottom: 35px; }
	.portada .random-content.prof.mobile { margin-bottom: 0; }
	.portada .random.block {
		padding-bottom: 0;
	}
	.home .block.content-block { margin: 0 0 70px; }

	.portada .content-block.featured-items-block .featured-items .featured-item.grey-bg {
		min-height: 90vh;
		text-align: center;
		margin-bottom: 35px;
	}
	.portada .content-block.featured-items-block .featured-items .featured-item.grey-bg img {
		width: 70% !important;
		height: auto;
	}
}

@media screen and (max-width: 800px) {
	body.page-template-landing #bgvid { display: none; }
}

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

	.home-slideshow{height: auto;}

	.portada .h-left, .portada .h-right {
		position: absolute;
		left: 0;
		right: 0;
		max-width: 149px;
		margin: 0 auto;
	}
		.portada .h-left {
		bottom: 90px;
	}
	.portada .content-block.featured-items-block .featured-items .featured-item {
		min-height: 70vh;
		margin-bottom: 35px;
		margin-top: 0;
	}
	.portada .content-block.featured-items-block .featured-items .featured-item.grey-bg img {
		width: 80% !important;
		height: auto;
	}
	.portada .content-block.featured-items-block {
		margin-left: -15px;
    	margin-right: -15px;
		margin-bottom: 0;
	}
	.single-lamparas .home-slideshow, .single-proyectos .home-slideshow, .post-type-archive-lamparas .home-slideshow, .tax-tipo .home-slideshow{overflow: hidden;padding-bottom: 30px;}

	.product .description p{margin-bottom: 15px;}

	.catalog-imagenes p { margin-left: 7px; margin-top: -80px; margin-bottom: 50px; }
	body.tax-coleccion .catalog-imagenes { padding-top: 40px; }
	.featured-product .slideshow-container { clear: both; padding-top: 15px;padding-bottom: 40px; }
	.product.featured-product .description .heading { max-width: none; }
	.product .home-slideshow .slides img { width: 100%; -o-object-fit:cover; object-fit:cover;  }

	#wrapper {
		padding-bottom: 0;
	}
	header .holder { padding:0 !important; }

	.search-form .submit,
	.search-form .text {font-size:12px;}
	.close-slide {width:25px;}


	.about {
		padding:50px 30px;
		font-size:13px;
		line-height:17px;
	}
	.about article {padding:0; margin-bottom: 20px; max-width: 100%;}

	.about .go-to-footer{float: none;}
	.about article p {margin:0;}
	.about ul .hide {display:none;}
	.about .frame .box {
		width:50%;
		margin:0 0 20px 0;
	}
	.about h2 {
		font-size: 11px;
		line-height: 15px;
	}
	.about .frame {
		font-size: 11px;
		line-height: 15px;
	}
	.projects h3,
	.collections h3 {
		font-size:18px;
		line-height:22px;
	}
	.projects {padding-bottom:10px;}
	.product .slideshow .flex-control-thumbs{
		float: none;
		text-align: center;
		left:auto !important;
		width: auto !important;
	}
	.slideshow-container, body.single-disenadores .feat-image {
		margin-top: 80px;
		margin-bottom: 10px;
		overflow: hidden;
	}
	body.single-disenadores .feat-image img {
		max-width: 100%;
	}
	body.single-proyectos .slideshow-container {
		margin-top: 30px;
	}
	#maincontent.single-feat .heading h2, body.single-disenadores .heading h2 {
		text-align: center;
	}
	body.single-disenadores .standard-slideshow .flex-control-nav {
		display: block;
	}
	.product .slideshow .flex-control-thumbs li,
	.product .slideshow .flex-control-thumbs li:first-child{
		float: none;
		display: inline-block;
		padding: 0 3px 6px;
	}
	.product .slideshow .flex-control-thumbs li img{
		float: none;
		vertical-align: top;
	}
	#main{
		padding:0;
		margin:0;
	}
	.home-slideshow .flex-direction-nav{background: transparent !important; z-index: 66;}
	.standard-slideshow .slide-num { left: 10px; }
	.home-slideshow .flex-control-nav{
		list-style:none;
		margin:0;
		padding:0;
		text-align:center;
		position:relative;
		z-index:51;
	}
	.news{
		width:auto;
		padding:0 0px;
	}
	.news h2{
		margin:0 0 10px;
		font:18px/22px 'IRANSans', IRANSans, Arial, sans-serif;
	}
	.news ul{padding:0;}
	.news li{
		font:11px/15px 'IRANSans', IRANSans, Arial, sans-serif;
		width:50%;
		padding:0 0 16px;
		margin-bottom: 0px;
	}
	.news .img{padding:0 0 4px;}
	/* end main */
	.collection-poster { margin: 0; }
	.collection-poster p { display: none; }
	.portada .content-block.news-block.collection.grid .collection-poster {
		margin: 0 0 20px 0;
		width: 100%;
	}
	/* product */
	.product.featured-product,
	.product{padding:15px 10px 20px 10px;}
	.product .slideshow{
		float:none;
		width:auto;
		padding:0 0 40px 0px;
		max-width: 100%;
	}
	.product .slideshow .switcher{padding:0;}
	.product .slideshow .slides{
		padding:0 0 10px;
		margin-bottom: 0;
	}
	.product .description,
	.product .featured-description {
		float:none;
		width:100%;
		margin:0;
		padding: 0;
	}
	.product .description .post-content {
		font-size: 18px;
		line-height: 22px;
	}
	.product .description p { text-indent: 0;font:16px/20px 'IRANSans', IRANSans, Arial, sans-serif; }

	.single-lamparas .hidden-block{display: block !important;}

	.single-lamparas .hidden-block p{margin-bottom: 15px;}

	.product .description .heading{
		width:100%;
		left:0;
	}
	.product.featured-product .featured-description { margin-top: 30px; height: 70px; }

	.catalog-inner { padding-top: 50px; padding-bottom: 0;}
	.product .description .txt,
	.product .featured-description .txt,
	#maincontent.single-feat .product .metas {
		width: 100%;
		float: none;
		clear: both;
		margin: 0;
		padding: 0;
	}
	#maincontent.single-feat .product .metas p:first-child { text-indent: 30px; }
	.product .home-slideshow .flex-control-nav {
		margin: 0;
		position: absolute;
	    bottom: 0;
	    width: 100%;
	}
	.product .description .more a{
		color:#999;
		font:italic 18px/22px 'Times New Roman', Times, serif;
	}
	.product .description .socialshare { display: none; }
	.product .description h1{
		margin:0 0 -3px;
		text-align:center;
		font:bold 27px/31px 'IRANSans',IRANSans, Arial, sans-serif;
	}
	.product .description .by{
		text-align:center;
		font:italic 15px/19px 'Times New Roman', Times, serif;
		padding:0;
	}
	.product .video{display:none;}
	.product .metas{max-width: 100%;}
	.product .thumbs{display:none;}
	.product .description .txt { width: 100%; margin: 0; }
	.product .description .txt iframe { display: block; margin-left: auto; margin-right: auto; max-width: 100%;  }
	.product.featured-product .description .txt { margin: 0; width: 100%; }
	.product .metas { float: none; margin-left: auto; margin-right: auto; display: block; clear: both; padding-top: 15px; }
	.product .metas iframe:last-child { width: 100% !important; }
	.product .home-slideshow .slides img { max-width: 100%;-o-object-fit:cover;object-fit:cover;width: auto; max-height: 300px; }
	.home-slideshow .flex-direction-nav{top:0; max-height: 300px;}
	body.single-lamparas .catalog-section { display: none; }
	body.in_comunicacion #wrapper { padding-top: 0; }

	#distributor-map { padding: 10px; }
	#distributor-map .text { width: 95%; }
	#mapa { height: 300px; }

	/* end product */
	header .social { display:none; }
	.projects { margin:0 10px; }

	body.search .catalog .box { width: 46%; }
	footer{
		height:auto;
		text-align: center;
		margin: 40px 0 0;
	}
	footer .holder { max-width: 100%; }
	footer .bottom { text-align: center; width: 100%; }
	footer .bottom a,
	footer .bottom .copy { float: none; display: block; margin:  0 auto;  }
	footer .bottom .copy { font-size: 10px; line-height: 12px; padding-top: 10px;  }
	footer .social { display: block; margin: 0 auto; float: none; width: 100%; margin-top: 50px; text-align: center; }
	footer .social h4 { width: 100%; margin-bottom: 5px; }
	footer .social ul { float: none; }
	footer .social li {  display: inline-block; float: none;  }
	footer .social a { width: 32px; height: 32px; background-image:url(images/ico-social%402x.html); background-size:190px 32px; }
	.social li a.twitter{background-position: -29px 0; }
	.social li a.vimeo{background-position: -106px 0; }
	.social li a.rss{background-position: -158px 0; }

	body.landing-slider header { display: none; }
	#marset-logo, .svg #marset-logo { width: 242px; height: 56px; display: block; left: 50%; top: 30%; margin-left: -121px; background-size: 242px 56px; }
	body.page-template-landing #choose { margin-left: 11%; width: 78%; margin-top: 20px; }

	.portada .content-block.news-block .news-slides.horizontal {
		min-height: 350px;
	}
	.portada .featured-item {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	.portada .featured-item.type2 .description,
	.portada .featured-item.type3 .description {
		margin-bottom: 25px;
	}
	.portada .featured-item.type3 .description {
		padding-bottom: 0 !important;
	}
	.portada .type3 .featured-button {
		position: relative;
	}
	.portada .content-block.news-block .slide .slide-content{
		width: 100%;
		margin: 0;
	}
	section.content-block.block.news-block {
	    margin-bottom: 20px;
	}
	section.content-block.block.news-block.lamps {
		margin: 0 10%;
	}
	body.home .slick-dots,
	.single .product-f-slides .slick-dots {
		top: 20px !important;
	    bottom: auto;
		position: relative;
		height: 50px;
	}
	body.home .news-slides .slick-dots {
		top: -10px !important;
	}
	body.home .news-block.lamps .news-slides .slick-dots {
		top: 0 !important;
	}
	body.home .news-slides.horizontal .slick-dots {
		top: unset !important;
		bottom: 85px;
	}
	body.home .no-single-btn .news-slides .slick-dots {
		bottom: 10px;
		height: auto;
	}
	body.home .news-block.lamps.conjunto-btn .news-slides .slick-dots {
		margin-top: 0;
	}
	.portada .conjunto .grey-button { margin: 5px 0 50px 0; }
	.portada .content-block.lamps .slide .grey-button { margin-top: 0; }
	.single .product-f-slides .slick-dots {bottom:12px;}
	body.home  .slick-dots li,.single .product-f-slides .slick-dots li{
		border: 1px solid black;
	}
	body.home .slick-dots li.slick-active button, .single .product-f-slides .slick-dots li.slick-active button{
		background-color:black;
	}
	body.home .slick-dots li button, .single .product-f-slides .slick-dots li button{
		width: 8px;
		height: 8px;
		top: 0;
		left: 0;
	}
	body.home .slick-dots li button {
		top: 2px;
		left: 2px;
	}


	.slick-dots li,
	.portada .content-block.gallery-block.intro-banner .slick-dots li,
	.portada .content-block.gallery-block .slick-dots li,
	.portada .content-block.news-block .slick-dots li {
    border-radius: 8px;
    background: transparent;
    height: 0;
    width: 8px;
    padding: 4px 0;
    position: relative;
    margin: 0 5px;
	}
	.portada .content-block.news-block .slick-dots li {
		width: 12px;
		height: 4px;
	}
	.portada .content-block.news-block.lamps .slick-dots li {
		border: 1px solid #3e3e3e;
	}
	.portada .content-block.news-block.lamps .slick-dots li.slick-active button {
		background-color: #3e3e3e;
	}

	.slick-dots li button, .slick-dots li button:focus{outline: 0;cursor: pointer;}

	.slick-dots li button{
	    border-radius: 6px;
	    width: 6px;
	    height: 6px;
	    background: transparent;
	    border: transparent;
	    color: transparent;
	    padding: 0;
	    padding-bottom: 3.5px;
	    position: absolute;
	    top: 3px;
	    left: 3px;
	}

	#promo-modal { width: 80vw; }

	.collection .slick-dots li button {
		border-radius: 8px;
	    width: 8px;
		height: 8px;
		top: 0;
	    left: 0;
	}

	.page-template-nosotros .col-3 { width: 100%; }
	.page-template-nosotros .col-3:nth-child(4),
	.page-template-nosotros .col-3:nth-child(5) { margin: 0; }

	/* LOGIN RESPONSIVE MOBILE */

	.reg-form .col-text {margin-right: 30px;}
	.reg-form .col-text p {
		font-size: 13px;
		line-height: 16px;
		color: #3e3e3e !important;
	}
	.reg-form.your-profile .wppb-select-country:before, .reg-form.your-profile .wppb-select:before {
    	right: 10%;
	}

	.login a.underlined {
		display:inline-block;
	}

	footer .info-message{
		font-weight: bold;
		padding: 20px 0;
	}

	.catalog .box > a {
		height: auto;
	}

	.portada .swiper-container-mobile {
		display: block;
	}
	.portada .content-block .swiper-container {
		display: none;
	}
	.portada .random-content .swiper-container-mobile {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
	}
	.portada:not(.single-landings) .swiper-container {
		display: none;
	}
	.portada .swiper-container.slider-modelos {
		display: block;
		height: 200px;
		margin-top: 20px;
	}
	.page-template-landing-descuentos .descuentos img {
		height: 200px;
		margin-bottom: 0;
		margin-top: 20px;
	}
	.portada .video-wrapper.mobile {
		display: block;
	}
	.portada .video-wrapper.desktop {
		display: none;
	}
	#subscribe-modal {
		display: none;
	}
	.portada .content-block.gallery-block .gallery-slides { display: none; }

	.portada .content-block.gallery-block .gallery-slides.mobile {  width: 100%; margin: 0;padding: 0; overflow: hidden; display: block; }

	.portada .content-block.gallery-block .gallery-slides,
	.portada .content-block.gallery-block .gallery-slides .slide {
		height: calc(100vh - 75px);
		max-height: calc(100vh - 75px);
	}

	.portada .random-content .swiper-container-mobile {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
	}
	body.page-template-homepage-v2 .description .featured-button {
		position: relative;
		bottom: unset;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 320px) {
	header {
		height: 55px;
	}
	header .logo {
		position: absolute;
		top: 15px;
		left: 35px;
	}
}

@media only screen
  and (min-width: 768px)
  and (max-width: 1366px) {
	.portada .featured-item.type2 .description,
	.portada .featured-item.type3 .description {
		margin-bottom: 25px;
	}
	.portada .featured-item.type3 .description {
		padding-bottom: 0 !important;
	}
	.portada .type3 .featured-button {
		position: relative;
	}
}
/* Portrait */
@media only screen
  and (min-width: 768px)
  and (max-width: 1366px)
  and (orientation: portrait) {
	.portada .swiper-container-mobile {
		display: block;
	}
	.portada .swiper-container {
		display: none;
	}
	.portada .video-wrapper.mobile {
		display: block;
	}
	.portada .video-wrapper.desktop {
		display: none;
	}
	.portada .swiper-container.slider-modelos {
		display: block;
	}
	#subscribe-modal {
		display: none;
	}
	.portada .content-block.gallery-block .gallery-slides { display: none; }

	.portada .content-block.gallery-block .gallery-slides.mobile {  width: 100%; margin: 0;padding: 0; overflow: hidden; display: block; }

	.portada .content-block.gallery-block .gallery-slides,
	.portada .content-block.gallery-block .gallery-slides .slide {
		height: calc(100vh - 75px);
		max-height: calc(100vh - 75px);
	}
	.random-content.prof { display: none; }
	.random-content.prof.dual { display: block; }
	.random-content.prof.mobile { display: block; padding-top: 0 !important; }
	.portada .random-content .swiper-container-mobile {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0;
	}
	body.page-template-homepage-v2 .description .featured-button {
		position: relative;
		bottom: unset;
		margin-top: 20px;
	}
	.random-content {
    	padding-top: 50% !important;
	}

}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	.coming-soon-label { padding-bottom: 0px; padding-top: 7px; }
}

/* retina optimization */
@media all and (-webkit-min-device-pixel-ratio: 1.5){
	.social li a{
		background-image:url(images/ico-social%402x.html);
		background-size:91px 54px;
	}
	.home-slideshow .flex-prev{
		background-image:url(images/arrow-prev%402x.html);
		background-size:48px 33px;
	}
	.home-slideshow .flex-next{
		background-image:url(images/arrow-next%402x.html);
		background-size:48px 33px;
	}
	.close-alert {
		background: url(images/close%402x.html) no-repeat top left;
		background-size: 12px 12px;
	}
	.social-share-large li a {
		background: url(images/ico-share%402x.html) no-repeat top left;
		background-size: 100px 52px;
	}
	.social-share-large li a.twitter {
		background-position: -38px 0px;
	}
	.social-share-large li a.twitter:hover {
		background-position: -38px -26px;
	}
	.social-share-large li a {
		width: 29px;
		height: 26px;
	}
	.social-share-large li a.facebook:hover {
		background-position: 0 -26px;
	}
	.social-share-large li a.pinterest {
		background-position: -74px 0;
	}
	.social-share-large li a.pinterest:hover {
		background-position: -74px -26px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2){
	.filters ul a span{
		/* Reference the @2x Sprite */
		background: url(images/ico-lamps%402x.html) no-repeat;
		/* Translate the @2x sprite's dimensions back to 1x */
		background-size: 509px 500px;
	}
	.com-filters ul a span{
		background-image: url(images/ico-comuni%402x.html);
	}

}
/* end retina optimization */
