/* ANIMATION */
/*
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
*/

/* FONT */
@font-face{
	font-family: 'MyCondon-Regular';
	src: url('type/Avenir8.eot');
	src: url('type/Avenir8.woff') format('woff'), url('type/Avenir8.svg#Avenir-Medium') format('svg');
}
@font-face{
	font-family: 'MyCondon-UltraLight';
	src: url('type/AvenirNext10.eot');
	src: url('type/AvenirNext10.woff') format('woff'), url('type/AvenirNext10.svg#Avenir-Medium') format('svg');
}
@font-face{
	font-family: 'MyCondon-Light';
	src: url('type/Avenir6.eot');
	src: url('type/Avenir6.woff') format('woff'), url('type/Avenir6.svg#Avenir-Medium') format('svg');
}
@font-face{
	font-family: 'MyCondon-NextBold';
	src: url('type/AvenirNextBold.eot');
	src: url('type/AvenirNextBold.woff') format('woff'), url('type/AvenirNextBold.svg#Avenir-Medium') format('svg');
}

/* RESET */
*{
	letter-spacing: 1px;
	cursor: default;
	text-shadow: 1px 1px 2px #000000;
}
body{
	font-family: 'MyCondon-Regular', sans-serif;
	font-size: 14px;
	background: #000;
}
ul, li{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.visible{
	display: block;
}
.hidden{
	display: none;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: #fff;
}
.pointer{
	cursor: pointer;
}

/* COLORES */
.red{
	color: #ec1c25;
}
.beige{
	color: #c7bfa0;
}
.celeste{
	color: #00baf2;
}
.gris{
	color: #acafb2;
}
.verdeLima{
	color: #c1d90f;
}
.rosado{
	color: #d22e8f;
}

/* MAIN */
body{
	background: #000;
	color: #fff;
}
#wrap{
	width: 1200px;
	margin: 0 auto;
	overflow:inherit;
}

/* HEADER */
#header{
	position: relative;
	overflow: hidden;
}
#header #logoTop{
	float: right;
	margin: 10px 0 0 0;
}
#logoTop img{
	width:95px!important;
}
#header #logoTop img{
	width: 400px;
}
#header #redesSociales{
	float: right;
	clear: both;
	margin: 30px 0 0 0;
}
#header #redesSociales img{
	float: left;
	height: 30px;
	margin-left: 3px;
	cursor: pointer;
}
#header #menu{
	clear: both;
	padding-top: 20px;
}
#header #menu ul li{
	float: left;
	margin: 0 5px;
	text-transform: uppercase;
	cursor: pointer;
	letter-spacing: 0px;

	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#header #menu ul li.division{
	color: #cbdb2a;
	cursor: default;
}
#header #menu ul li.selected a{
	color: #00c0f3;
	border-bottom: 1px solid;
}
#header #menu ul li a:hover{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#header #menu ul li:not(.selected) a:hover{
	color: #cbdb2a;
}
#header #menu ul li[name=english], #header #menu ul li[name=spanish]{
	color: #cbdb2a;
}
#header #menu ul li a{
	color: #fff;
}

/* COPYRIGHTS */
#copyrights{
	padding: 10px 60px;
	width: auto;
	background: #000;
	margin: 20px auto 0;
	color: #a7a9ac;
	font-size: 10px;
	text-align: center;
}


/* BACKGROUND */
#background{
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	top: 0;
	left: 0;
}
#background .swapBg{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* INICIO */
#inicio{
	width: auto;
	padding: 20px;
	margin: 220px auto 60px;
	overflow: hidden;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.49) 0%, rgba(0,0,0,0.49) 1%, rgba(0,0,0,0.8) 77%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.49)), color-stop(1%,rgba(0,0,0,0.49)), color-stop(77%,rgba(0,0,0,0.9)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.49) 0%,rgba(0,0,0,0.49) 1%,rgba(0,0,0,0.9) 77%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.49) 0%,rgba(0,0,0,0.49) 1%,rgba(0,0,0,0.9) 77%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.49) 0%,rgba(0,0,0,0.49) 1%,rgba(0,0,0,0.9) 77%,rgba(0,0,0,0.9) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.49) 0%,rgba(0,0,0,0.49) 1%,rgba(0,0,0,0.9) 77%,rgba(0,0,0,0.9) 100%); /* W3C */
}
#inicio .left{
	width: 620px;
}
#inicio .left h1{
	font-family: 'MyCondon-UltraLight';
	font-size: 60px;
	color: #00c0f3;
	margin: 0;
	letter-spacing: 10px;
}
#inicio .left p{
	text-align: justify;
	font-size: 12px;
}
#inicio .left p i{
	color: #cbdb2a;
	font-variant: normal;
}


#inicio .right{
	width: 540px;
	height: 300px;
	padding-top: 10px;
	background: url(images/css/resplandorAccesorios.png) no-repeat bottom center;
	background-size: 110% 100%;
	background-position: center 50px;
	overflow: hidden;
}
#inicio .right ul{
	margin-top: 5px;
}
#inicio .right ul li{
	float: left;
}
#inicio .right ul li img{
	height: 270px;
	float: left;
	margin-left: 50px;
}
#inicio .right ul li p{
	font-family: 'MyCondon-Light';
	float: left;
	margin-top: 115px;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0px;
	text-shadow: none;
	line-height: 25px;
}




#inicio .left2{
	width: 400px;
	float:left;
	overflow:hidden;
}
#inicio .left2 h1{
	font-family: 'MyCondon-UltraLight';
	font-size: 60px;
	color: #00c0f3;
	margin: 0;
	letter-spacing: 10px;
}
#inicio .left2 p{
	text-align: justify;
	font-size: 12px;
}
#inicio .left2 p i{
	color: #cbdb2a;
	font-variant: normal;
}


#inicio .right2{
	width: 380px;
	/*height: 300px;*/
	/*padding-top: -500px;*/
	margin-left:100px;
	float:left;
	/*background: url(images/css/resplandorAccesorios.png) no-repeat bottom center;
	background-size: 110% 100%;
	background-position: center 50px;*/
	/*overflow:hidden;*/
}
#inicio .right2 ul{
	margin-top: 5px;
}
#inicio .right2 ul li{
}
#inicio .right2 ul li img{
	height: 270px;
	float: left;
	margin-left: -50px;
}
#inicio .right2 ul li p{
	font-family: 'MyCondon-Light';
	margin-top: 115px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0px;
	text-shadow: none;
	line-height: 25px;
}



#inicio .tipss{
	width: 540px;
	height: 300px;
	overflow: hidden;
}

/* CONECTATE */
#conectate{
	margin: 220px auto 160px;
	padding-left: 700px;
}
#conectate h1{
	font-family: 'MyCondon-NextBold';
	font-size: 1.4em;
	line-height: 0px;
	margin: 0;
	padding: 0;
}

#conectate a{
	color: #cbdb2a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#conectate a:hover{
	color: #00c0f3;
}

/* MY KAMASUTRA */
#myKamasutra{
	position: relative;
}
#myKamasutra #tituloBackground{
	background: url(images/tituloBackground.png) no-repeat;
	width: 100%;
	height: 185px;
	position: absolute;
	top: 0;
}
#myKamasutra #aprobacion{
	text-align: center;
	width: 450px;
	margin: 50px auto;
	overflow: hidden;
}
#myKamasutra #aprobacion h1{
	font-size: 70px;
	font-family: 'MyCondon-UltraLight';
	text-shadow: 0 0 3px #FFF;
}
#myKamasutra #aprobacion p{
	font-size: 40px;
	font-family: 'MyCondon-UltraLight';
	line-height: 30px;
	text-shadow: 0 0 5px #FFF;
	margin-top: 50px;
}
#myKamasutra #aprobacion p span{
	cursor: pointer;
	text-shadow: 0 0 3px #FFF;
	margin: 0 40px 0 0;
}
#myKamasutra #contenido{
	background: url(images/css/lights.png) no-repeat;
	background-size: 100% 100%;
	background-position: center 50px;
	overflow: hidden;
	padding: 100px 0 0 300px;
	height: 650px;
}
#myKamasutra #contenido h1{
	font-size: 80px;
	font-family: 'MyCondon-UltraLight';
	text-align: right;
	text-shadow: 0 0 3px #FFF;
}
#myKamasutra #contenido ul{}
#myKamasutra #contenido ul li{}
#myKamasutra #contenido ul li .info{
	float: left;
}
#myKamasutra #contenido ul li .info h2{
	font-size: 50px;
	text-shadow: 0 0 3px #FFF;
	font-family: 'MyCondon-UltraLight';
	margin: 0;
	padding: 0;
	line-height: 40px;
}
#myKamasutra #contenido ul li .info p{
	width: 250px;
	text-shadow: 0 0 3px #FFF;
}
#myKamasutra #contenido ul li .info .botonera{
	overflow: hidden;
}
#myKamasutra #contenido ul li .info .botonera img{
	float: left;
	cursor: pointer;
}
#myKamasutra #contenido ul li .info .botonera img:first-child{
	margin-right: 5px;
}
#myKamasutra #contenido ul li img{
	float: left;
}

/* PRODUCTOS */
#productos{
	position: relative;
	background: url(images/css/brilloBackground.png) no-repeat;
	background-size: cover;
	background-position: 50px -110px;
}
#productos #contenido{
	width: 990px;
	height: 490px;
	margin: auto;
}
#productos #contenido .titulo{
	float: left;
	margin-top: 200px;
}
#productos #contenido .titulo h1{
	font-size: 80px;
	font-family: 'MyCondon-UltraLight';
	margin: 0;
	margin-bottom: -30px;
	text-shadow: 0 0 3px #FFF;
}
#productos #contenido .titulo h2{
	font-size: 40px;
	font-family: 'MyCondon-UltraLight';
	margin: 0;
	padding: 0;
	text-shadow: 0 0 3px #FFF;
}
#productos #contenido ul{
	overflow: hidden;
	z-index: 100;
	position: relative;
}



#productos #contenido ul li{}
#productos #contenido ul li img{
	float: left;
	max-height: 400px;
	/*margin-top: 50px;*/
}


#productos #contenido ul li .info{
	float:left;
	width: 270px;
	margin-top: 100px;
}
#productos #contenido ul li .info h3{
	font-family: 'MyCondon-Light';
	font-size: 30px;
	text-shadow: 0 0 3px #fff;
	padding-bottom: 10px;
	margin-bottom: 0;
	line-height: 25px;
}
#productos #contenido ul li .info p.cuerpo{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#productos #contenido ul li[name=xxLubricant] .info h3, #productos #contenido ul li[name=xxLubricant] .info p.cuerpo, #productos #contenido ul li[name=basicAquaGel] .info h3{
	border-bottom: 1px solid #00baf2;
}
#productos #contenido ul li[name=sensitive] .info h3, #productos #contenido ul li[name=sensitive] .info p.cuerpo{
	border-bottom: 1px solid #ec1c25;
}
#productos #contenido ul li[name=xxl] .info h3, #productos #contenido ul li[name=xxl] .info p.cuerpo{
	border-bottom: 1px solid #c7bfa0;
}
#productos #contenido ul li[name=xxLubricant] .info h3, #productos #contenido ul li[name=xxLubricant] .info p.cuerpo{
	border-bottom: 1px solid #00baf2;
}
#productos #contenido ul li[name=ribsDots] .info h3, #productos #contenido ul li[name=ribsDots] .info p.cuerpo, #productos #contenido ul li[name=TeaTreeAquaGel] .info h3{
	border-bottom: 1px solid #c1d90f;
}
#productos #contenido ul li[name=colorFruityFlavors] .info h3, #productos #contenido ul li[name=colorFruityFlavors] .info p.cuerpo{
	border-bottom: 1px solid #d22e8f;
}
#productos #contenido ul li[name=safety] .info h3, #productos #contenido ul li[name=safety] .info p.cuerpo{
	border-bottom: 1px solid #acafb2;
}
#productos #contenido ul li[name=peachAquaGel] .info h3{
	border-bottom: 1px solid #ddbe4a;	
}
#productos #contenido ul li .info ul.descripion{}
#productos #contenido ul li .info ul.descripion li{}
#productos #contenido #backgroundCondones, #productos #contenido #backgroundLubricantes{
	position: absolute;
	top: 50px;
	left: 0;
}
#productos #contenido #backgroundCondones img, #productos #contenido #backgroundLubricantes img{
	width: 860px;
}
#productos #botonera{
	width: 620px;
	margin: auto;
	overflow: hidden;
}
#productos #botonera ul{}
#productos #botonera ul li{
	position: relative;
	float: left;
	text-align: right;
	background: #7c7e80;
	margin: 2px;
	width: 196px;
	padding: 3px;
	text-transform: uppercase;
	text-shadow: none;
	color: #cdcdcd;
	font-size: 18px;
	cursor: pointer;

	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
#productos #botonera ul li.active{
	background: #00baf2;
	color: #7c7e80;
}
#productos #botonera ul li.active{
	cursor: default;
}
#productos #botonera ul li.active::before{
	background: #c1d90f;
}
#productos #botonera ul li:not(.active):hover{
	background: #c1d90f;
	color: #7c7e80;
}
#productos #botonera ul li:not(.active):hover:before{
	background: #00baf2;
}
#productos #botonera ul li::before{
	content: '';
	width: 12px;
	height: 12px;
	background: #cdcdcd;
	position: absolute;
	left: 0;
	top: 0;
	margin: 8px 0 0 8px;
	border: 1px solid;
}

/* CONSTRUCCION */
#construccion{
	width: 430px;
	padding: 400px 0 200px 40px;
}
#construccion h1{
	font-family: 'MyCondon-Light';
	margin: 0;
	line-height: 40px;
	font-size: 40px;
	text-align: right;
}
#construccion h2{
	font-family: 'MyCondon-Light';
	font-size: 1.6em;
	text-align: right;
	margin-top: 0;
}



#medida2 {
	margin-right: 20px;
	}

/*#wrap #contenido #productos #contenido #tipoProducto #condones .visible .hidden #fotoprod {
	margin-top: 50px;
}*/





/** the form elements **/
#hongkiat-form { box-sizing: border-box; }

#hongkiat-form .txtinput { 
/*display: block;*/
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 20px;
font-size: 1.55em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

#hongkiat-form .txtinput:focus { 
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
outline: 0 none; 
}

#hongkiat-form input#name {
background: #fff url('images/form/user.png') 5px 4px no-repeat;
}
#hongkiat-form input#email {
background: #fff url('images/form/email.png') 5px 4px no-repeat;
}
#hongkiat-form input#website {
background: #fff url('images/form/website.png') 5px 4px no-repeat;
}
#hongkiat-form input#telephone {
background: #fff url('images/form/phone.png') 5px 4px no-repeat;
}

#hongkiat-form textarea {
display: block;
font-family: "Helvetica Neue", Arial, sans-serif;
border-style: solid;
border-width: 1px;
border-color: #dedede;
margin-bottom: 15px;
font-size: 1.5em;
padding: 11px 25px;
padding-left: 55px;
width: 90%;
height: 180px;
color: #777;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
#hongkiat-form textarea:focus {
color: #333;
border-color: rgba(41, 92, 161, 0.4);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
outline: 0 none; 
}
#hongkiat-form textarea.txtblock {
background: #fff url('images/form/speech.png') 5px 4px no-repeat;
}

#hongkiat-form #slider { width: 60%; }

#hongkiat-form #aligned { 
box-sizing: border-box; 
float: left; 
width: 450px; 
margin-right: 50px; 
}
#hongkiat-form #aside {
	float: left;
	width: 250px;
	padding: 0;
	box-sizing: border-box;
}

#wrapping { width: 100%; box-sizing: border-box; }

span.radiobadge { display: block; margin-bottom: 8px; }
span.radiobadge label { font-size: 1.2em; padding-bottom: 4px; }

select.selmenu {
font-size: 17px;
color: #676767;
padding: 9px !important;
border: 1px solid #aaa;
width: 200px;
}

/** custom buttons **/

#buttons { display: block; padding-top: 10px; }
#buttons #resetbtn {
display: block;
float: left;
color: #515151;
text-shadow: -1px 1px 0px #fff;
margin-right: 20px;
height: 3em;
padding: 0 1em;
outline: 0;
font-weight: bold;
font-size: 1.3em;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(240,240,240) 2%, rgb(222,222,222) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(240,240,240)), color-stop(100%,rgb(222,222,222)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);    background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%);
background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(240,240,240) 2%,rgb(222,222,222) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=0 );
border: 1px solid #969696;
box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-moz-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
-webkit-box-shadow: 0 1px 2px rgba(144, 144, 144, 0.4);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

#buttons #resetbtn:hover {
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);	
color: #818181;
background-color: #fff;
background-image: -moz-linear-gradient(top,  rgb(255,255,255) 2%, rgb(244,244,244) 2%, rgb(229,229,229) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(255,255,255)), color-stop(2%,rgb(244,244,244)), color-stop(100%,rgb(229,229,229)));
background-image: -webkit-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%);background-image: -o-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: -ms-linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); background-image: linear-gradient(top,  rgb(255,255,255) 2%,rgb(244,244,244) 2%,rgb(229,229,229) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
border-color: #aeaeae;
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
}

#buttons #submitbtn {
display: block;
float: left;
height: 3em;
padding: 0 1em;
border: 1px solid;
outline: 0;
font-weight: bold;
font-size: 1.3em;
color:  #fff;
text-shadow: 0px 1px 0px #222;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
cursor: pointer;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
border-color: #5e890a #5e890a #000;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
box-shadow: inset 0 1px 0 rgba(256,256,256, .35);
background-color: rgb(226,238,175);
background-image: -moz-linear-gradient(top, rgb(226,238,175) 3%, rgb(188,216,77) 3%, rgb(144,176,38) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgb(226,238,175)), color-stop(3%,rgb(188,216,77)), color-stop(100%,rgb(144,176,38))); 
background-image: -webkit-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -o-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: -ms-linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%);
background-image: linear-gradient(top, rgb(226,238,175) 3%,rgb(188,216,77) 3%,rgb(144,176,38) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2eeaf', endColorstr='#90b026',GradientType=0 );
}
#buttons #submitbtn:hover, #buttons #submitbtn:active {
border-color: #7c9826 #7c9826 #000;
color: #fff;
-moz-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-ms-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
box-shadow: inset 0 1px 0 rgba(256,256,256,0.4),0 1px 3px rgba(0,0,0,0.5);
background: rgb(228,237,189);
background: -moz-linear-gradient(top, rgb(228,237,189) 2%, rgb(207,219,120) 3%, rgb(149,175,54) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgb(228,237,189)), color-stop(3%,rgb(207,219,120)), color-stop(100%,rgb(149,175,54))); 
background: -webkit-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
background: -o-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: -ms-linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); background: linear-gradient(top, rgb(228,237,189) 2%,rgb(207,219,120) 3%,rgb(149,175,54) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4edbd', endColorstr='#95af36',GradientType=0 );
}

/** @group clearfix **/
.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%; }#wrap #header #redesSociales #rev {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

	#wrap #contenido #inicio .left .visible img#titulotips{
		width:100%;
		max-width:450px;
		height:auto;
}




/* Mobile first queries */

/* Larger than mobile */
/*@media (min-width: 320px) and (max-width: 400px) {*/
	@media (min-width: 320px) {
		html, body, .container, .content-wrap {
    width: 98% !important;
}
	#wrap{
	width: 95%;
	margin: 0 auto;	
	}
	#lubricantes {
		width:100%;
	}
	#header {
    width: 96%;
}
	#header #logoTop img{
	width: 100%;
	}

	#header #menu ul li a{
		font-size:9px;
		margin:0px;
	}
	
	#inicio{
	padding: 10px;
	margin: 70px auto 60px;
}
	
	#inicio .left h1{
	font-family: 'MyCondon-UltraLight';
	font-size: 30px;
}

#inicio .left{
	width: 100%;
}

#inicio .right{
	width: 100%;
	height: 300px;
	padding-top: 10px;
	background: url(images/css/resplandorAccesorios.png) no-repeat bottom center;
	background-size: 110% 100%;
	background-position: center 50px;
	overflow: hidden;
}

#inicio .right2 ul li img{
	width:100%;
	height: 270px;
	float: left;
	/*margin-left: 500px;*/
	margin-right:-50px;
}

#inicio .right ul li p{
	font-family: 'MyCondon-Light';
	float: right;
	margin-top: 0px;
	margin-right:20px;
	font-size: 10px;
	line-height: 12px;
	padding-left: 180px;
	text-align:right;
}


/* PRODUCTOS */
#productos #contenido #backgroundCondones img, #productos #contenido #backgroundLubricantes img{
	/*visibility:hidden;*/
	width:100%;
}

#productos #contenido {
	height: auto;
	margin: 20px 0 0 10px;
	/*overflow: hidden;*/
	width: 94%;
}
.lubrimax {
	max-height: 68px !important;
}
#productos #contenido .titulo{
	float: left;
	margin-top: 30px;
	margin-left:0px;
	visibility:visible;
	width:100%;
}

#productos #contenido .titulo h1{
	font-size: 37px !important;
	margin-bottom: -5px;
	margin-top: -20px !important;
}
#productos #contenido .titulo h2{
	font-size: 0px;
	margin-top: 20px !important;
}
#productos #contenido ul {
	overflow: visible !important;
}

#productos #contenido ul li .info{
	float:left;
	width: 270px;
	margin-top: -50px;
	margin-bottom: 26px;
}

#productos #contenido ul li img{
	float: left;
	max-height: 300px;
	margin-left:0px;
	/*margin-top: 50px;*/
	margin-bottom: 20px;
}
.presentacionesImagen {
	width:100%;
}

#productos #botonera{
	width: 100%;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	/*margin-top:-600px;*/
}
#productos #botonera ul{}
#productos #botonera ul li{
	position: relative;
	float: left;
	text-align: right;
	background: #7c7e80;
	margin: 0px 0px 1px -4px;
	width: 98%;
	padding: 10px;
	text-transform: uppercase;
	text-shadow: none;
	color: #cdcdcd;
	font-size: 9px;
}

#myKamasutra #aprobacion{
	width: 100%;
	margin: 50px auto;
	overflow: hidden;
}
#myKamasutra #aprobacion h1{
	font-size: 50px;
}
#myKamasutra #aprobacion p{
	font-size: 30px;
	line-height: 30px;
	margin-top: 50px;
}

#myKamasutra #contenido{
	padding: 0px 0 0 0px;
	height: 100%;
}
#myKamasutra #contenido h1{
	font-size: 30px;
	text-align: center;
}
#myKamasutra #contenido ul{}
#myKamasutra #contenido ul li{}
#myKamasutra #contenido ul li .info{
	float: left;
}
#myKamasutra #contenido ul li .info h2{
	font-size: 30px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
}
#myKamasutra #contenido ul li .info p{
	width: 100%;
}

#myKamasutra #contenido ul li img#kamasutraimg{
	width:95%;
	height:auto;
}

#construccion{
	width: 100%;
	padding: 50px 0 100px 2px;
}
#construccion h1{
	margin: 0;
	line-height: 40px;
	font-size: 30px;
	text-align: right;
}
#construccion h2{
	font-size: 1.6em;
	text-align: right;
	margin-top: 0;
}

/*contactenos*/
#hongkiat-form .txtinput { 
font-size: 1em;
padding-left: 15px;
}

#hongkiat-form textarea {
font-size: 1.0em;
padding-left: 15px;
}

#inicio .right2{
	width: 100%;
	margin-left:5px;
	float:left;
}

#inicio .right2 ul li p{
	margin-top: 115px;
	font-size: 10px;
}

/*copyright*/
#copyrights{
	padding: 10px 30px;
	margin: 20px auto 0;
	font-size: 10px;
}

#wrap .menu-wrap{
	visibility:visible;
}

.menu-button {
visibility:visible;
}

#wrap #header #menu {
	visibility:hidden;
}

}
	
	
	/* Larger than tablet */
@media (min-width: 750px) {
	html, body, .container, .content-wrap {
    width: 98% !important;
}
	#wrap{
	width: 96%;
	margin: 0 auto;	
	}
	
	#header #logoTop img{
	width: 300px;
}

	#header #menu ul li a{
		font-size:9px;
		margin:0px;
	}
	ul, li{
		float:left;
}
	
	#inicio{
	padding: 10px;
	margin: 70px auto 60px;
}
	
	#inicio .left{
	width: 100%;
	max-width:500px;
	min-width:300px;
}

#inicio .right{
	width: 40%;
	height: 100%;
	/*height: 300px;*/
	padding-top: 0px;
	/*background: url(images/css/resplandorAccesorios.png) no-repeat bottom center;
	background-size: 110% 100%;
	background-position: center 50px;*/
	overflow: hidden;
}

#inicio .right2 ul li img{
	width:30%;
	height: 270px;
	float: left;
	/*margin-left: 500px;*/
	margin-right:-50px;
}

#inicio .right ul li p{
	font-family: 'MyCondon-Light';
	float: right;
	margin-top: 0px;
	margin-right:20px;
	font-size: 15px;
	line-height: 18px;
	padding-left: 180px;
	text-align:right;
}


/* PRODUCTOS */
#productos #contenido #backgroundCondones img, #productos #contenido #backgroundLubricantes img{
	visibility:visible;
}

#productos #contenido{
	width: 590px;
	height: 615px;
	margin: 0px 0px 0px 50px;
}

#productos #contenido .titulo{
	float: left;
	margin-top: 150px;
	margin-left:0px;
	visibility:visible;
}

#productos #contenido .titulo h1{
	font-size: 25px;
	margin-bottom: -10px;
}
#productos #contenido .titulo h2{
	font-size: 15px;
}

#productos #contenido ul li {
    width: 750px;
}
#productos #contenido ul li .info{
	float:left;
	width: 270px;
	/*margin-top: 100px;*/
}

#productos #contenido ul li img{
	float: left;
	max-height: 370px;
	/*margin-top: 50px;*/
	margin-left:15%;
}

#productos #botonera{
	width: 620px;
	margin: auto;
	overflow: hidden;
}
#productos #botonera ul{}
#productos #botonera ul li{
	position: relative;
	float: left;
	text-align: right;
	background: #7c7e80;
	margin: 2px;
	width: 196px;
	padding: 3px;
	text-transform: uppercase;
	text-shadow: none;
	color: #cdcdcd;
	font-size: 18px;
}

#myKamasutra #aprobacion{
	width: 450px;
	margin: 50px auto;
	overflow: hidden;
}
#myKamasutra #aprobacion h1{
	font-size: 70px;
}
#myKamasutra #aprobacion p{
	font-size: 40px;
	line-height: 30px;
	margin-top: 50px;
}

#myKamasutra #contenido{
	padding: 100px 0 0 230px;
	height: 100%;
}
#myKamasutra #contenido h1{
	font-size: 80px;
	text-align: center;
}
#myKamasutra #contenido ul{}
#myKamasutra #contenido ul li{}
#myKamasutra #contenido ul li .info{
	float: left;
}
#myKamasutra #contenido ul li .info h2{
	font-size: 50px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: left;
}
#myKamasutra #contenido ul li .info p{
	width: 250px;
}

#myKamasutra #contenido ul li img#kamasutraimg{
	width:auto;
	height:auto;
}

#construccion{
	width: 430px;
	padding: 100px 0 150px 40px;
}
#construccion h1{
	margin: 0;
	line-height: 40px;
	font-size: 40px;
	text-align: right;
}
#construccion h2{
	font-size: 1.6em;
	text-align: right;
	margin-top: 0;
}

/*contactenos*/
#hongkiat-form .txtinput { 
font-size: 1.55em;
padding-left: 55px;
}

#hongkiat-form textarea {
font-size: 1.5em;
padding-left: 55px;
}

#inicio .right2{
	width: 380px;
	margin-left:100px;
	float:left;
}

#inicio .right2 ul li p{
	margin-top: 115px;
	font-size: 10px;
}

/*copyright*/
#copyrights{
	padding: 10px 60px;
	margin: 20px auto 0;
	font-size: 10px;
}

#wrap .menu-wrap{
	visibility:hidden;
}

.menu-button {
visibility:hidden;
}

#wrap #header #menu {
	visibility:visible;
}
	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	#wrap{
	width: 1200px;
	margin: 0 auto;	
	}
	
	#header #logoTop img{
	width: 400px;
}

	#header #menu ul li a{
		font-size:14px;
		margin:10px;
	}
	
	#inicio{
	padding: 20px;
	margin: 220px auto 60px;
}
	
	#inicio .left h1{
	font-family: 'MyCondon-UltraLight';
	font-size: 60px;
}

#inicio .left{
	width: 620px;
}

#inicio .right{
	width: 540px;
	height: 300px;
	padding-top: 10px;
	background: url(images/css/resplandorAccesorios.png) no-repeat bottom center;
	background-size: 110% 100%;
	background-position: center 50px;
	overflow: hidden;
}

#inicio .right2 ul li img{
	height: 270px;
	float: left;
	margin-left: -50px;
}


#inicio .right ul li p{
	font-family: 'MyCondon-Light';
	float: left;
	margin-top: 115px;
	font-size: 30px;
	line-height: 25px;
	padding-left: 0px;
	text-align:left;
}


/* PRODUCTOS */
#productos #contenido #backgroundCondones img, #productos #contenido #backgroundLubricantes img{
	visibility:visible;
}
#productos #contenido{
	width: 990px;
	height: 490px;
	margin: auto;
}

#productos #contenido .titulo{
	float: left;
	margin-top: 200px;
	margin-left:0px;
	visibility:visible;
	 width: auto;
}
#productos #contenido ul li {
     margin-top: 5px;
}
.presentacionesImagen {
	margin-top: 70px;
	width:100%;
}
#productos #contenido .titulo h1{
	font-size: 80px;
	margin-bottom: -30px;
}
#productos #contenido .titulo h2{
	font-size: 25px;
}

#productos #contenido ul li .info{
	float:left;
	width: 270px;
	margin-top: 100px;
}

#productos #contenido ul li img{
	float: left;
	max-height: 400px;
	/*margin-top: 50px;*/
	margin-left:0px;
}

#productos #botonera{
	width: 620px;
	margin: auto;
	overflow: hidden;
}
#productos #botonera ul{}
#productos #botonera ul li{
	position: relative;
	float: left;
	text-align: right;
	background: #7c7e80;
	margin: 2px;
	width: 196px;
	padding: 3px;
	text-transform: uppercase;
	text-shadow: none;
	color: #cdcdcd;
	font-size: 18px;
}

#myKamasutra #aprobacion{
	width: 450px;
	margin: 50px auto;
	overflow: hidden;
}
#myKamasutra #aprobacion h1{
	font-size: 70px;
}
#myKamasutra #aprobacion p{
	font-size: 40px;
	line-height: 30px;
	margin-top: 50px;
}

#myKamasutra #contenido{
	padding: 100px 0 0 300px;
	height: 650px;
}
#myKamasutra #contenido h1{
	font-size: 80px;
	text-align: right;
}
#myKamasutra #contenido ul{}
#myKamasutra #contenido ul li{}
#myKamasutra #contenido ul li .info{
	float: left;
}
#myKamasutra #contenido ul li .info h2{
	font-size: 50px;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: left;
}
#myKamasutra #contenido ul li .info p{
	width: 250px;
}

#myKamasutra #contenido ul li img#kamasutraimg{
	width:auto;
	height:auto;
}

#construccion{
	width: 430px;
	padding: 400px 0 200px 40px;
}
#construccion h1{
	margin: 0;
	line-height: 40px;
	font-size: 40px;
	text-align: right;
}
#construccion h2{
	font-size: 1.6em;
	text-align: right;
	margin-top: 0;
}

/*contactenos*/
#hongkiat-form .txtinput { 
font-size: 1.55em;
padding-left: 55px;
}

#hongkiat-form textarea {
font-size: 1.5em;
padding-left: 55px;
}

#inicio .right2{
	width: 380px;
	margin-left:100px;
	float:left;
}

#inicio .right2 ul li p{
	margin-top: 115px;
	font-size: 10px;
}

/*copyright*/
#copyrights{
	padding: 10px 60px;
	margin: 20px auto 0;
	font-size: 10px;
}

#wrap .menu-wrap{
	visibility:hidden;
}

.menu-button {
visibility:hidden;
}

#wrap #header #menu {
	visibility:visible;
}

}
/* fixes 15/06/2016 */
.cuerpo span{
	font-size:20px;
	font-weight:700;
	color:#C1D90F;
}
/* fixes 28/06/2016 */
li[name="TeaTreeAquaGel"], li[name="peachAquaGel"],li[name="basicAquaGel"]{
	/*display:none!important;*/
}