/***************************************************/
/* GENERAL                                         */
/***************************************************/

@font-face {
	font-family: 'HelveticaNuel';
	src: url("../fonts/HelveticaNeueLTStd-Md.otf") format("opentype");
	src: url("../fonts/HelveticaNeueLTStd-Md.eot") format("embedded-opentype");
	src: url("../fonts/HelveticaNeueLTStd-Md.svg") format("svg");
	src: url("../fonts/HelveticaNeueLTStd-Md.ttf") format("truetype");
	src: url("../fonts/HelveticaNeueLTStd-Md.woff") format("woff");
	
}

@font-face {
	font-family: 'HelveticaNuelLight';
	src: url("../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype");
	src: url("../fonts/HelveticaNeueLTStd-Lt.eot") format("embedded-opentype");
	src: url("../fonts/HelveticaNeueLTStd-Lt.svg") format("svg");
	src: url("../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype");
	src: url("../fonts/HelveticaNeueLTStd-Lt.woff") format("woff");
	
}

@font-face {
	font-family: 'HelveticaNuelBold';
	src: url("../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype");
	src: url("../fonts/HelveticaNeueLTStd-Bd.eot") format("embedded-opentype");
	src: url("../fonts/HelveticaNeueLTStd-Bd.svg") format("svg");
	src: url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype");
	src: url("../fonts/HelveticaNeueLTStd-Bd.woff") format("woff");
}

.marques {
	text-align: center;
}
/***********************RESET***********************/
*{
	margin:0;
	padding:0;
}

body{
	font-family: HelveticaNuelLight;
}

p{
	font-family: HelveticaNuelLight;
}

strong{
	font-family: 'HelveticaNuelBold' !important;
	font-weight: 300;
	line-height: normal;
}

.error2 { color: #FF0000;}


.clear { clear: both;}

/***********************SIZE OF WEB****************/
.websize{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
}
.redondas {

}
.redonda {
	position: relative;
	overflow: hidden;
	background-color: #f0f0f0;
}
.fondo-blanco {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.redonda .name-sector {
	position: relative;
	top: 130px;
	font-weight: bold;
	background-color:rgba(255,255,255,0.8);
	padding-top: 15px;
	padding-bottom: 55px;

}

.redonda .name-sector span {
	z-index: 99;
	display: block;
	width: 90%;

	position: relative;
	left: 5%;
}
.redonda .fondo-blanco {
	
	/*width: 100%;
	height: 40%;*/
	
}

/***********************for all webs****************/
a{text-decoration:none; color:#000;}
b{font-family: HelveticaNuelBold;}
h1{font-size:36px; color:#606060; font-family: HelveticaNuelLight;text-transform: uppercase; font-weight: 300;}
h2{font-size:18px; color:#606060; font-family: HelveticaNuelBold;}
h2.fLight { font-family: HelveticaNuelLight; font-weight: 100; }

input[type="text"],  select, textarea{	
	border: 1px solid #afafaf;
	color: #000;
	font-family: HelveticaNuelLight;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

input[type="text"] {
	padding-top: 0px;
	padding-bottom: 0px;
}

input[type="submit"], #submit_WebToLeadForm{
	background:#fdc62e;
	border:none;
	color:#000;
	cursor:hand;
	font-family: HelveticaNuelBold;
	font-size: 12px;	
	height: 36px;
	padding-left: 18px;
	padding-right: 18px;
	text-transform: uppercase;
}

input[type="submit"]:hover, #submit_WebToLeadForm:hover{
	background: #e3a122;
}

select{
	background: transparent url("../img/icon_arrow.png") no-repeat right 10px top 10px;
	appearance: none;
	-moz-appearance: none; /* Firefox  */
	-webkit-appearance: none; /* Safari and Chrome */
}

.font12 { font-size: 12px}
.font16 { font-size: 16px}
.font20 { font-size: 20px}
.font36 { font-size: 36px}

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

/*COLORS*/
.fGris1{background-color: #f0f0f0;}
.cGris1{color: #555555}
.cNegre1{color: #012324}
.cGroc1{color: #fdc62e;}
.cGroc2{color: #e3a122!important;}
a.cNegre1:hover{color: #012324; opacity: 0.8;}

/*LINEHEIGHT*/
.lHeight37{line-height: 37px;}

/*MARGINS*/
.marginTop45{margin-top: 45px;}
.marginBottom25{margin-bottom: 25px}
.marginBottom30{margin-bottom: 30px}
.marginLeft235{margin-left: 235px;}

/***************************************************/
/* HEADER                                          */
/***************************************************/

.logo{float:left;margin-top:20px; margin-bottom: 30px;}
.contacta-txt {
	color:#fdc62e;
	font-size: 18px;
	font-family: 'HelveticaNuel';
	font-weight: bold;
	text-align: right;
}
.contacta-info-txt {
	color: #585858;
	text-align: right;
	font-size: 12px;
}
.options{float:right;}

/**********************SEARCH************************/

.search_field {
    width: 220px;
	border: 1px solid #cccccc;
	background-color: #FFF;
	color: #000;
	height: 28px;
	margin-bottom: 5px;
	margin-top: 35px;
}


.search_field input[type="text"] {
	height: 100%;
	width: 220px;
	border: none;
	float: left;
	padding-left: 15px;
	
}

.search_field input[type="submit"] {
    border: none;
	background: url("../img/search_icon.jpg") no-repeat 0px 10px;
	background-size: 100%;
	height: 100%;
	padding:0;
	width: 20px;
	position: absolute;
	right: 3px;
	top: 30px;
}

/***********************NAV*************************/

/*#nav_header {background-color:#fff;
	border-top:1px solid #fdc62e;
	border-bottom:1px solid #fdc62e;
	width: 100%;
	float: left;
}*/

#nav_header {background-color:#fdbe29;
	border-top:1px solid #fdc62e;
	border-bottom:1px solid #fdc62e;
	width: 100%;
	float: left;
}

#nav_header ul{
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	/* word-spacing: -3px; */
}

#nav_header ul li {
	background-color: #fdbe29;
	border-left: 1px solid #FFF;
	color: #FFF;
	/* display: inline-block; */
	float:left;
	font-size: 14px;
	height: 47px;
	/* padding-bottom: 16px; */
	/* padding-top: 15px; */
	text-align: center;	
	width: 253px;
	list-style: none;
	font-family: HelveticaNuelLight;
}

#nav_header ul li:last-of-type { border-right: 1px solid #ffffff; }

#nav_header ul li:hover {
	background-color: #e3a122;
	cursor: hand;
}

#nav_header ul:last-child li:last-child{
	border-right: 1px solid #FFF;
}
#nav_header ul li a:hover {
	opacity: 0.7;
}

#nav_header ul li a{
	text-decoration: none;
	display: block;
	color: #fff;
}

.titolNavbar{line-height: 47px; text-transform: uppercase;}

.menuselected{
	background-color: #e3a122 !important;
}

/*DROPDOWN NAVBAR*/
.productesNavbar { display: none; width: 100%; position: absolute; z-index: 101;
    background-color: #202020; top: 198px; left: 0; color: white; border-bottom: 1px solid #ffffff }
.titolNavbar.productesKripton:hover + .productesNavbar, .productesNavbar:hover{display: block!important;}
.productesNavbar span.titol { color: #fdb525; font-size: 16px; font-weight: bold; }
.productesNavbar span.text { font-size: 13px; color: #ffffff;}
.productesNavbar .websize a { display: block; width: 234px; float: left; padding: 10px;}
.productesNavbar .websize a:hover { opacity: 0.9; background-color: #333; }

/*
.dropdown > span {line-height: 47px; text-transform: uppercase;}
.dropdown span.titol { display: block; margin: 10px 10px 5px 10px; font-size: 16px; text-transform: uppercase; }
.dropdown span.text{ display: block; margin: 0 10px 5px 10px; text-transform: normal; }
.dropdown > ul {display: none; background-color: #fdbe29; width: auto!important; 
	position: absolute; z-index: 30!important; border-top: 1px solid #ffffff;}
.dropdown li { width: 254px!important; height: auto!important; text-align: left!important; 
	border-left: none!important; }
.dropdown:hover > ul {display: block;}
.dropdown ul:last-child li:last-child { border-right: none!important; }*/

/***************************************************/
/* MAIN                                            */
/***************************************************/



main{
	float:left;
	width:100%;
}

/***************************************************/
/* FOOTER                                          */
/***************************************************/

footer{	
	float:left;
	width:100%;
}

/**********************REDES SOCIALES***************/

#news_footer{
	background-color:#f1f1f1;
	border-top:1px solid #fdc62e;;
	float: left;
	padding-bottom: 40px;	
	width: 100%;
}

.nav_news{	
	float:left;
	margin-left: 20px;
	margin-top: 25px;
	width:239px;
}

.nav_news a{
	color:#141413;
}

.nav_news:first-of-type{
	margin-left:0px;
}

.nav_news h1,
.nav_news h4{
	color:#141413;
	font-size: 18px;
	font-family: HelveticaNuelBold;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #ffffff; 
}



.nav_news img{
	margin-right:15px;
}

/**************1º Bloque (contactar)*************/

#KriptonOil-Contactar-Home input[type="text"], #KriptonOil-Contactar-Contacto input[type="text"], #KriptonOil-Contactar-Home textarea, #KriptonOil-Contactar-Contacto textarea{
	margin-top:5px;	
	width: 100%;
}

#KriptonOil-Contactar-Home textarea{
	height: 75px;
	resize: none; 
}

#KriptonOil-Contactar-Home input[type="submit"], #newsletter input[type="submit"]{
	margin-top: -10px;
}

#newsletter input[type="submit"]{margin-bottom: 30px}
/*************2º Bloque (Newsletter)*************/

.newsletter_text{
	color: #141413;
	font-size: 12px;
	margin-bottom: 15px;
}

#newsletter input[type="text"]{
	width: 100%;
	margin-top: 5px;
}

.social_media h1{
	margin-top: 35px;
}

.social_media img{
	cursor: hand;
	margin:0;
}

/*************3º Bloque (Noticia)****************/
.noticia:last-of-type{
	margin-top:20px;
}

.noticia h2{
	color:#141413;
	font-size:14px;
	font-family: HelveticaNuelBold;
	text-transform: uppercase;
}

.noticia h2 a{
	color:#141413;
	text-decoration: none;
}

.noticia .data{
	color:141413;
	font-size:12px;
}

.noticia .text_noticia{
	color:858585;
	font-size: 12px;
}

/*******************4º Bloque********************/

.certificats { margin-top: 10px; margin-bottom: 15px; padding: 15px 0;
    border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; font-size: 12px; }
.botoCertificats{ background-color: #ffffff; border-radius: 6px; padding: 13px; 
	text-transform: uppercase; display: block; }
.botoCertificats:hover { opacity: 0.8; }
.botoCertificats .fa{ margin-right: 6px }
a.rodonaCertificat { height: 250px; width: 250px; background-color: green; display: block; float: left; }

.calidad, .envios, .medioambiente{
	display: table;
	margin-top:10px;
}

.calidad span, .envios span, .medioambiente span{
	display: table-cell;
	font-size:14px;
	font-family: HelveticaNuelBold;
	vertical-align: middle;
}

.calidad span{
	color:#fdc62e;
}

.envios span{
	color:#31b4c8;
}

.medioambiente span {
	color:#83a50c;
}

/**********************MENU FOOTER******************/

#nav_footer{
	background-color:#232323;
	border-top:1px solid #100c03;
	color:#ffffff;	
	float:left;
	height: 270px;
	padding-bottom: 35px;
	width: 100%;
}

.nav_footer_menu:first-of-type{
	margin-left: 0px;
}

.nav_footer_menu{
	float:left;
	height: 200px;
	margin-top: 30px;
	width: 239px;
	margin-left: 20px;
}

.nav_footer_menu h2{
	color:#fdc62e;
	font-size:16px;
	text-transform: uppercase;
	font-family: HelveticaNuelBold;
}

.nav_footer_menu ul li {
	font-size:14px;
	line-height: 25px;
	list-style:none;
	font-family: HelveticaNuelLight;
}

.nav_footer_menu ul li a{
	color: #FFF;
	text-decoration: none;
}

/**********************COPYRIGHT********************/

#copyright{
	background-color: 151515;
	color: #ffffff;
	float: left;
	font-size: 12px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

#copyright ul li{
	display:inline;
}

#copyright ul li:first-of-type:before{
	content :none;
}

#copyright ul li:before {
	content : " | ";
	margin-left: 5px;
}

#copyright ul li a{
	color:#ffffff;
	text-decoration:none;
	font-family: HelveticaNuelLight;
}

/* MENSAJE COPYRIGHT - FANCY BOX */
div#inline1 h3 {
	text-align: center;
}

/***************************************************/
/* PAGINA PRINCIPAL                                */
/***************************************************/

.theme-default .nivoSlider{
	margin-bottom: 0px !important;
  	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
}

.theme-default .nivo-controlNav{
	display:none;
}

/**********************SECCIONES********************/
section {
	float: left;
	width: 100%;
}

.titulo-seccion{
	text-align:center;
	margin-bottom: 20px;
	margin-top:50px;
}


#secciones-web{
	/* margin-top:50px; */
}

#families_productes{
	border-top:1px solid #fdc62e;
	margin-bottom:50px;
}

#casos_exito{
	border-top:1px solid #eaeaea;
	margin-bottom: 35px;
}

#casos_exito h2{
	font-family: HelveticaNuelLight;
	text-transform: uppercase;	
}

.marques a{
	margin-right:50px;
}

.marques img:last-of-type {
	margin-right: 0px;
}

/**********************REDONDAS********************/

.redonda{
	border-radius: 50%;
	cursor:hand;
	display: table;
	float:left;
	font-size:16px;
	height: 218px;
	margin-bottom:45px;
	margin-right: 40px;
	text-align: center;
	text-transform: uppercase;	
	width: 218px;
}

.imagen{
	height: 102px;
	width: 66px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 15px;
}

.no-margin-right{
	margin-right:0px !important;
}

/*********************COLORES BORDE*******************/
.bordeNaranja{
	border: 2px solid #e3ba3e;
	color:#e3ba3e;
}

.bordeVerdeFlojo{
	border: 2px solid #aac55b;
	color:#aac55b;
}

.bordeVerdeFuerte{
	border: 2px solid #5bc592;
	color:#5bc592;
}

.bordeAzulFlojo{
	border: 2px solid #5bb9c5;
	color:#5bb9c5;
}

.bordeAzulFuerte{
	border: 2px solid #5f84c2;
	color:#5f84c2;
}

.bordeLila{
	border: 2px solid #a67fce;
	color:#a67fce;
}

.bordeMorado{
	border: 2px solid #c25fb9;
	color:#c25fb9;
}

.bordeGranate{
	border: 2px solid #c25f74;
	color:#c25f74;
}

/*********************COLORES FONDO*******************/

.fondoNaranja:hover{
	background:#e3ba3e;
	color:#FFF;
}

.fondoVerdeFlojo:hover{
	background:#aac55b;
	color:#FFF;
}

.fondoVerdeFuerte:hover{
	background:#5bc592;
	color:#FFF;
}

.fondoAzulFlojo:hover{
	background:#5bb9c5;
	color:#FFF;
}

.fondoAzulFuerte:hover{
	background:#5f84c2;
	color:#FFF;
}

.fondoLila:hover{
	background:#a67fce;
	color:#FFF;
}

.fondoMorado:hover{
	background:#c25fb9;
	color:#FFF;
}

.fondoGranate:hover{
	background:#c25f74;
	color:#FFF;
}


/*********************HOVERS FONDO*******************/
.fondoNaranja:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;

}

.fondoVerdeFlojo:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;
}

.fondoVerdeFuerte:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;
}

.fondoAzulFlojo:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;
}

.fondoAzulFuerte:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;
}

.fondoLila:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;
}

.fondoMorado:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;
}

.fondoGranate:hover > .imagen{
	background: url("../img/tenedores_blanco.png") no-repeat;
}


/********************COLORES TENEDORES****************/

.tenedoresNaranja{
	background: url("../img/tenedores_naranja.png") no-repeat;
}

.tenedoresVerdeFlojo{
	background: url("../img/tenedores_verde_flojo.png") no-repeat;	
}

.tenedoresVerdeFuerte{
	background: url("../img/tenedores_verde_fuerte.png") no-repeat;	
}

.tenedoresAzulFlojo{
	background: url("../img/tenedores_azul_flojo.png") no-repeat;	
}

.tenedoresAzulFuerte{
	background: url("../img/tenedores_azul_fuerte.png") no-repeat;	
}

.tenedoresLila{
	background: url("../img/tenedores_lila.png") no-repeat;	
}

.tenedoresMorado{
	background: url("../img/tenedores_morado.png") no-repeat;	
}

.tenedoresGranate{
	background: url("../img/tenedores_granate.png") no-repeat;	
}

/********************FONDOS SECCION2****************/

.absolute{
	position: absolute;
}

.relative{
	position: relative;
}

.text-redonda {
	margin-top: 132px;
	height: 50%;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
}

.text-redonda p{
	padding-top: 20px;
}

.bg_aceites{
	background: url("../img/bg_aceites.jpg") no-repeat;	
	border-radius:50%;
	height: 100%;
	width: 100%;
}

.bg_grasas{
	background: url("../img/bg_grasas.jpg") no-repeat;	
	border-radius:50%;
	height: 100%;
	width: 100%;
}

.bg_aerosoles{
	background: url("../img/bg_aerosoles.jpg") no-repeat;
	border-radius:50%;
	height: 100%;
	width: 100%;
}

.bg_soldadura{
	background: url("../img/bg_soldaduras.jpg") no-repeat;
	border-radius:50%;
	height: 100%;
	width: 100%;
}

/***************************************************/
/* SECCIONS (Empresa, productes, etc)              */
/***************************************************/

/**********************FORMIGA************************/

.formiga{
	margin-bottom: 30px;
	float:left;
	background-color:#f1f1f1;
	width:100%;
	color:#000000;
	font-size:11px;
	padding-top: 10px;
	padding-bottom:10px;
}

.formiga a{
	color: #000000;
}

/**********************TITOL************************/

.nom-seccio{
	border-bottom: 1px solid #fdc62e;
	float: left;
	/** margin-bottom: 30px; **/
	padding-top: 25px;
	width: 100%;	
}

.imatge-seccio{
	float:left;
	width:239px;	
}

.contingut-seccio{
	float:left;
	margin-bottom: 70px;
	margin-left: 21px;
	width:499px;
}

.titol-seccio{
	margin-bottom: 40px;
}

h1.nom {
	color: #606060;
	float: left;
	font-size: 30px;
	padding-bottom: 30px;
}

h1.contacta,
h3.contacta {
	color: #606060;
	float: right;
	font-size: 24px;
	text-transform: none;
	font-weight: normal;
}

.destacat-seccio{
	color:#606060;
	font-size: 18px;
	font-family: HelveticaNuelLight;
}

.descripcio-seccio{
	color: #606060;
	font-size: 16px;
	font-family: HelveticaNuelLight;
}

/**********************CAIXA MENUS*******************/

.menu-lateral{
	float:right;
}

.caixa-menu{
	margin-bottom: 35px;
}

.caixa-menu a{
	color: #606060;
	padding-left: 20px;	
	text-decoration:none;
	font-family: HelveticaNuelLight;
}

.caixa-menu a:hover {
	color: #e3a122;
}

.caixa-menu h1, 
.caixa-menu h3 {
	color: #fdc62e;
	font-size: 24px;	
	margin-bottom: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

/** estilos de la caja especificos para textosgrandes.
Pues estaba un poco descuadrado, y no servian los mismos estilos 
para los productos, ya que tienen subcategorias.
**/

.cajagrande li {
  padding-left: 20px;
  width:220px;
}

.cajagrande li a {
  padding-left: 0px;
}

/** ---- **/

.caixa-menu li{
	color: #606060;
	font-size: 16px;
	font-family: HelveticaNuelLight;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.caixa-menu li:first-of-type{
	margin-top:0px;	
}

.caixa-menu ul{
	background: #f1f1f1;	
	width: 240px;
}

/**********************SUBCATEGORIES*******************/

.selected{
	background-image: url('http://www.dimi.eu/fileadmin/templates/media/layout/icon_double_arrow.gif');
	background-position: 2 8;
	background-size: 10px 10px;
	background-repeat: no-repeat;
	height: 19px;
	width: 15px;
	position: absolute;
	cursor: hand;
}

ul.subcategories{
	background: #FFF;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	background:#FAFAFA;
	margin-bottom: -10px;
}

.subcategories li {
	color: #000;
	font-size: 14px;
	font-family: HelveticaNuelLight;
	list-style: none;
	margin-top: 15px;
	padding:0;
	padding-left: 20px;
}

.catfilla_selected{
	background: #f1f1f1;
}

.catfilla_selected a { font-weight: bold;}

.catsubfilla_selected{
	font-weight: bold;
}

.cat_selected{
	position: relative;
	background: #e1e1e1;	
}

/** categories amb subcategories **/
.catmare_selected{
	position: relative;
	background: #e1e1e1;
}

.subcategories a {
	color: #000;
	padding-left: 0px;
	text-decoration: none;
}

.selected{
	background: #e1e1e1;
	position: relative;
	width: 100%;
}

ul.subsubcategories {
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

/**********************LISTADO PRODUCTOS*******************/

.resultDetall{
	float: left;
	width: 759px;	
}

.list-productos{
	float: left;
	width: 759px;	
}
.noProducts {
	float: left;
	width: 100%;
	display: none;
}
.noProducts a {
	color: #0000EE;
}
.noProducts a:hover {
	text-decoration: underline;
}
.producto{
	border-bottom:1px solid #eeeeee;
	float:left;
    margin-bottom: 15px;
    padding-bottom: 10px;
	width:100%;
	/*display: none;*/
}
.producto.p0{
	border-top:1px solid #eeeeee;
}
.producto.p0 .descripcion-producto { margin-top: 15px; }

.producto.active {
	display: block;
}

.producto:first-of-type{
	margin-top:0px;
}
/*
.producto:last-of-type{
	border:0px;
}*/

.img-producto{
	float:left;
	cursor:hand;
	width: 150px;
	text-align: center;
	margin-right: 45px;
}

.producto .descripcion-producto{
	color: #888888;
    font-size: 14px;
    float: left;
    width: 499px;
}

.producto .descripcion-producto.sector{ width: 100%;}
.producto .descripcion-producto.sector .descrp-producto{width: 725px; margin-bottom: 0;}

/*.producto .descripcion-producto strong { font-family: 'HelveticaNuelBold'}*/

.informacio-producte .nom{
	padding-bottom: 0px;
}

h1.titulo-producto,
h2.titulo-producto {
	color: #fdc62e !important;
	font-size: 16px !important;
	text-transform: uppercase;
	margin-bottom: 7px;
}

h1.titulo-producto, h2.titulo-producto {
    color: #fdc62e !important;
    font-size: 24px !important;
    font-family: HelveticaNuelLight;
    margin-bottom: 10px;
    font-weight: normal;
}

h2.titulo-producto a { color: #fdc62e}

p.descrp-producto, p.descrp-producto-categoria {
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
}

.link-button{
	background: #fdc62e;
	color: #fff;
	float:left;
	font-size: 14px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	text-decoration: none;
	cursor:hand;
	font-family: HelveticaNuelBold;
}

.link-button:hover{
	background:#e3a122
}

.link-button2{
	float: right
}

/**********************UN PRODUCTO*******************/

.subtitular{
	color: #FFBB00;
	font-size: 18px;
	margin-bottom: 12px;
	font-weight: normal;
	font-family: 'HelveticaNuelLight'
}

.subtitular:first-letter {

}

.descripcion-producto{
	color:#888888;
	font-size:14px;
	float:left;
	width:499px;
}

.descripcion-producto ul{
	list-style-position: inside;
}

.media-producto{
	float: right;	
	margin-bottom: 40px;
	margin-top: 45px;	
	width: 239px;
}

/** IMAGEN PRODUCTO **/

.imatgeproducte{
	-webkit-box-shadow: 1px 2px 10px 0px #e2e2e2;
	-moz-box-shadow:    1px 2px 10px 0px #e2e2e2;
	box-shadow:         1px 2px 10px 0px #e2e2e2;

	text-align: center;
}

/** YOUTUBE PRODUCTO **/

.youtube{
	border: 1px solid #e3e3e3;	
	height: 147px;	
	margin-top: 20px;
	position: relative;
	-webkit-box-shadow: 1px 2px 10px 0px #e2e2e2;
	-moz-box-shadow:    1px 2px 10px 0px #e2e2e2;
	box-shadow:         1px 2px 10px 0px #e2e2e2;	
}

.youtube .background img{
	opacity:0.5;
	width:100%;
	height: 100%
}

.youtube .play{
	background: url("../img/icon_play.png") no-repeat 0px 10px;
  	height: 112px;
  	left: 70px;
  	position: absolute;
  	top: 15px;
	width: 102px;
}

/** FORMULARIO PRODUCTO **/

.formulario-producto{
	/*border-top: 1px solid #eeeeee;*/
	float: left;
	margin-bottom: 40px;
	padding-top: 0;
	width: 100%;
}

.formulario-producto h2{
	color:#fdc62e;
	font-size:24px;
	font-family: HelveticaNuelBold;
	margin-bottom: 15px;
}

.formulario-producto input[type="text"], 
.formulario-producto input[type="submit"],
.formulario-producto select
{
	height: 30px;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 240px;
}

.formulario-producto select{
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/**********************CONTACTAR*******************/

.mapaEmpresa,  .formulari-contacte{
	height: 270px;
	margin-bottom: 30px;
}

.mapaEmpresa iframe {
	height: 253px;
	width: 100%;
}

.formulari-contacte{
	float: left;
}

.formulari-contacte p{
	margin-bottom: 20px;
}

#KriptonOil-Contactar-Contacto-Mobile input[type="text"], #KriptonOil-Contactar-Contacto-Mobile textarea{
	color:#999999;
	font-size:18px;
	margin-bottom: 10px;
}

#KriptonOil-Contactar-Contacto input[type="text"], #KriptonOil-Contactar-Contacto textarea{
	color:#999999;
	font-size: 18px;
	margin-bottom: 2px;
}

#KriptonOil-Contactar-Contacto textarea { padding-top: 0; padding-bottom: 5px}

#KriptonOil-Contactar-Contacto-Mobile input[type="text"]{
	height: 49px;
	width:239px;
}

#KriptonOil-Contactar-Contacto #status_description { height: 27px}
#submit_WebToLeadForm { width: 150px; float: left;}

#KriptonOil-Contactar-Contacto-Mobile textarea{
	height: 130px;
	resize: none;
	width:100%;
}


.marginright{
	margin-right: 20px;
}


.contactarbutton{
	height: 49px !important;
	padding-left: 40px !important;
	padding-right: 40px !important;
	text-transform: capitalize !important;
}

.empresa-contactar { width: 750px; float: left; height: 730px;}

/**********************CSS ERRORS*******************/

.error{
	font-size: 12px;
	color: #F00;
}

.error:last-of-type{
	display:block;
}

/**********************PAGINATION*******************/

.pagination {  
  	background-color: f1f1f1;
  	display: inline-block;
  	margin: 10px 0 65px;
  	padding-bottom: 11px;
  	padding-left: 0;
  	padding-top: 11px;
	text-align: center;	
	width:100%;
}

.pagination > li:first-of-type {
	margin-left: 0px;	
}

.pagination > li {
  display: inline;
  margin-left: 10px;
}

.pagination > li > a,
.pagination > li > span {
  /* position: relative;*/
  /*float: left;*/
  /*padding: 6px 12px;*/
  /*margin-left: -1px;*/
  /* line-height: 1.428571429; */
  text-decoration: none;
  /* background-color: #ffffff; */
  /* border: 1px solid #dddddd; */
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  /* margin-left: 0; */
  /* border-bottom-left-radius: 4px; */
  /* border-top-left-radius: 4px; */
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  /* border-top-right-radius: 4px; */
  /* border-bottom-right-radius: 4px; */
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  /* background-color: #eeeeee; */
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  /* z-index: 2; */
  color: #000;
  /* cursor: default; */
  /* background-color: #039938; */
  /* border-color: #039938; */
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  /* color: #999999; */
  cursor: not-allowed;
  /* background-color: #ffffff; */
  /* border-color: #dddddd; */
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  	color: #888888;
	font-size: 14px;
	padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

li.first, li.prev, li.next, li.last {
	display: none;
}

/**********************CERCA*******************/

.catprincipal{
	margin-top: 0px !important;
	padding-bottom: 10px !important;
	background:#f1f1f1;
	displaynone;
}

.detallsproducte{
	cursor:hand;
}

#mostrarresultats{
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	padding-bottom: 10px !important;
	/* background:#f1f1f1; */
	background:#232323;
	display:none;
}

#mostrarresultats a{
	color:#FFF;
}

#mostrarresultats a:hover{
	color:#E3A122;
}

.resultatscerca{
	margin-bottom: 30px;
	float: left;
	background-color: #f1f1f1;
	width: 100%;
	color: #606060;
	font-size: 18px;
	padding-top: 25px;
	padding-bottom: 25px;
	font-family: HelveticaNuelLight;
}

.resultados {
	width: 240px;
}

.resultados ul{
	/*background-color: #FFF !important;*/
	width:240px;
}

.resultados li a{
	cursor:hand;
}

.resultados li a { padding-left: 0}
.resultados li { padding-left: 20px;}

.resultados li:first-of-type {
	/* padding-top: 10px; */
}

.resultados ul.subcategories{
	margin-top: 0px !important;
}

/***************LISTADO NOTICIAS***************/

.list-noticias{
	float: left;
	width: 759px;	
}

.noticia{
	border-bottom:1px solid #ffffff;
	float:left;
	margin-top: 30px;
	padding-bottom: 10px;
	width:100%;
}

.noticia:first-of-type{
	margin-top:0px;
}

.noticia:last-of-type{
	border:0px;
}

.img-noticia{
	float:left;
}

.noticia .descripcion-noticia{
	color: #888888;
	font-size: 14px;
	float: left;
	margin-bottom: 20px;
	margin-left: 45px;
	width: 499px;
	margin-left: 45px;	
}

.nombre-noticia {
  color: #FFBB00;
  font-size: 24px;
  margin-bottom: 12px;
  text-transform: lowercase;
}

.nombre-noticia:first-letter {
  text-transform: uppercase;
}

.descripcion-noticia{
	color: #888888;
	font-size: 14px;
  	float: left;
  	margin-bottom: 20px;
  	width: 499px;
}

h1.titulo-noticia, h2.titulo-noticia {
	color: #fdc62e;
	font-size: 24;
	font-family: HelveticaNuelLight;
	margin-bottom: 10px;
}

h2.titulo-noticia { font-weight: normal}

p.descrp-noticia {
	color: #888888;
	font-size: 16px;
	margin-bottom: 20px;
}

.link-button{
	background: #fdc62e;
	color: #fff;
	float:left;
	font-size: 14px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6px;
	text-decoration: none;
}

.link-button:hover{
	background:#e3a122
}

/**********************COOKIS*******************/
#inline{display:none;}

.cookies-alert { 
	position: fixed;
	bottom: 0;
	background-color: rgba(255,255,255,0.85);
	z-index: 999;
	width: 100%;
		-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.4);	

}
.cookies-alert-content { width:960px; margin: auto; 

}
.cookies-text { float: left; width: 800px; padding: 23px 0px;}
.cookies-text a { font-size: 13px; color: #141413;}
.cookies-text a:hover { text-decoration: underline;}
a.cookies-ok {
	display: block; 
	margin-top: 20px;
	float: right; 
	text-align: center;
    background-color: #8b8b8b;
	border: 0px;
  	color: #FFFFFF;
  	font-size: 14px;
  	font-weight: bold;
  	/* margin-top:5px; */
  	width: 96px;
  	padding: 12px 0px;
  	text-transform: uppercase;
  	border-radius: 8px;
}

a.cookies-ok:hover { background-color: #000;}





.filtros{
  background-color: #fff;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  float: left;
  width: 100%;

}

.mainSize {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.textfilter {
  float: left;
  font-weight: bold;
  padding-top: 24px;
}

.checkbox:first-of-type {
  margin-left: 20px;
}
.checkbox {
  float: left;
  height: 25px;
  margin-left: 100px;
  margin-top: 20px;
  position: relative;
  width: 25px;
}
.checkbox label::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #a9a9a9 #a9a9a9;
  border-image: none;
  border-style: none none solid solid;
  border-width: medium medium 2px 2px;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 5px;
  transform: rotate(-45deg);
  width: 9px;
}

.checkbox label:hover::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: transparent none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color #bed078 #bed078 !important;
  border-image: none;
  border-style: none none solid solid;
  border-width: 0 0 2px 2px;
  content: "";
  height: 5px;
  left: 5px;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  width: 9px;
}
.checkbox label:active::after, .checkbox label.active::after {

  opacity: 1;

}

.checkbox label:active, .checkbox label.active {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #bed078;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}
.checkbox label {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #a9a9a9;
  cursor: pointer;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.checkbox label span {
  display: block;
  margin-left: 28px;
  margin-top: 3px;
  position: relative;
  width: 100px;
}

/*.checkbox label:hover {
	color: #bed078;
}*/
#mapa_distribuidores {
	width: 755px;
	height: 520px;
	float: left;
	margin-bottom: 35px;
}

.gracias {
	color: green;
	font-weight: bold;
	margin-bottom: 0px !important;
}

a.button-prova { display: block; background-color: #FFBB00; border: 1px solid #FFBB00; padding: 5px; text-align: center; margin: 20px 0; text-transform: uppercase;
	font-family: "HelveticaNuelBold"}
a.button-prova:hover { background-color: #e3a122}
a.link-volver-producto { display: block; float: right;}
a.link-volver-producto:hover { color: #FFBB00; }

.baner-home img { margin: auto; margin-top: 10px;}

#WebToLeadForm label.error { display: none !important;}
#WebToLeadForm input.error, textarea.error { border: 1px solid #ff0000;}
span.required { color: #ff0000;}

.descrp-producto-categoria ul { margin-left: 20px}

/* NEWS HOME */
#news_bloc { background-color: #f1f1f1; padding: 45px 0;}
#news_bloc h2 { text-transform: uppercase; font-family: "HelveticaNuelLight"; text-align: center; font-size: 36px; font-weight: normal; margin-bottom: 40px}
#news_bloc h2 b { font-family: "HelveticaNuelBold"; font-size: 18px; text-transform: none;}

.bloc-home { width: 32%; background-color: #FFF; float: left; height: 170px}
.bloc-home-2 { margin: 0 2%;}
.bloc-home h3 a { font-size: 16px; font-weight: normal; font-family: "HelveticaNuelBold"; line-height: 16px}
.bloc-home p { font-size: 12px; font-family: "HelveticaNuel"}
.bloc-home-image { float: left; margin: 10px; height: 150px; overflow: hidden;}
.bloc-home-text { margin: 10px 10px 10px 0; overflow: hidden; height: 150px}
.bloc-home-image a { font-family: "HelveticaNuelBold"; color: #edb014; font-size: 12px}
.bloc-home-image a:hover, .bloc-home-text a:hover { text-decoration: underline;}

.search-top { float:right; position:relative;}
.contacta-top { float: right; margin-top: 35px; }

.lang-top { text-align: right; padding-top: 10px}
.lang-top a { font-size: 12px;}
.lang-top a:hover { text-decoration: underline;}

/* VIDEOS */
.content-videos { width: 750px; float: left;}
.video-list { margin-bottom: 25px; border-bottom: 1px solid #e5e5e5; padding-bottom: 25px}
.video-list-video { float: left; width: 239px; clear: both; }
.video-list-video img { width: 239px}
.video-list-content { width: 499px; float: right;}
.video-list-content h4 { color: #606060; font-size: 18px}
.video-list-content p { font-size: 14px; color: #606060;}
.video-iframe { display: none}

.formulario-producto .g-recaptcha { margin-top: 10px}
#news_footer .g-recaptcha {
	-webkit-transform: scale(0.79);
     -moz-transform: scale(0.79);
      -ms-transform: scale(0.79);
       -o-transform: scale(0.79);
          transform: scale(0.79);
   -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
       -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
           transform-origin: 0 0;
           margin-top: 10px;
}

a.carta-colores-btn { display: block; width: 207px; height: 47px; background-image: url(../img/carta-colores-btn.jpg); font-size: 13px; color: #000;
	margin-top: 15px}
a.carta-colores-btn:hover { background-position: bottom; color: #FFF}
a.carta-colores-btn span { display: block; padding: 18px 0 0 56px;}

.color-carta { width: 72px; height: 72px; border-radius: 40px; margin-bottom: 10px}
.color-ral1003 { background-image: url(../img/color-ral1003.jpg)}
.color-ral1004 { background-image: url(../img/color-ral1004.jpg)}
.color-ral1015 { background-image: url(../img/color-ral1015.jpg)}
.color-ral1018 { background-image: url(../img/color-ral1018.jpg)}
.color-ral1021 { background-image: url(../img/color-ral1021.jpg)}
.color-ral2000 { background-image: url(../img/color-ral2000.jpg)}
.color-ral2002 { background-image: url(../img/color-ral2002.jpg)}
.color-ral3000 { background-image: url(../img/color-ral3000.jpg)}
.color-ral3002 { background-image: url(../img/color-ral3002.jpg)}
.color-ral3003 { background-image: url(../img/color-ral3003.jpg)}
.color-ral3005 { background-image: url(../img/color-ral3005.jpg)}
.color-ral5002 { background-image: url(../img/color-ral5002.jpg)}
.color-ral5010 { background-image: url(../img/color-ral5010.jpg)}
.color-ral5011 { background-image: url(../img/color-ral5011.jpg)}
.color-ral5015 { background-image: url(../img/color-ral5015.jpg)}
.color-ral6001 { background-image: url(../img/color-ral6001.jpg)}
.color-ral6002 { background-image: url(../img/color-ral6002.jpg)}
.color-ral6005 { background-image: url(../img/color-ral6005.jpg)}
.color-ral6009 { background-image: url(../img/color-ral6009.jpg)}
.color-ral6011 { background-image: url(../img/color-ral6011.jpg)}
.color-ral6018 { background-image: url(../img/color-ral6018.jpg)}
.color-ral7011 { background-image: url(../img/color-ral7011.jpg)}
.color-ral7016 { background-image: url(../img/color-ral7016.jpg)}
.color-ral7032 { background-image: url(../img/color-ral7032.jpg)}
.color-ral7035 { background-image: url(../img/color-ral7035.jpg)}
.color-ral8011 { background-image: url(../img/color-ral8011.jpg)}
.color-ral8014 { background-image: url(../img/color-ral8014.jpg)}
.color-ral8019 { background-image: url(../img/color-ral8019.jpg)}
.color-ral9002 { background-image: url(../img/color-ral9002.jpg)}
.color-ral9005-brillo { background-image: url(../img/color-ral9005-brillo.jpg)}
.color-ral9005-mate { background-image: url(../img/color-ral9005-mate.jpg)}
.color-ral9005-satinado { background-image: url(../img/color-ral9005-satinado.jpg)}
.color-ral9006 { background-image: url(../img/color-ral9006.jpg)}
.color-ral9010-brillante { background-image: url(../img/color-ral9010-brillante.jpg)}
.color-br {border: 1px solid #000;}
.color-ral9010-mate { background-image: url(../img/color-ral9010-mate.jpg)}
.color-ral9011 { background-image: url(../img/color-ral9011.jpg)}
.color-ral9016 { background-image: url(../img/color-ral9016.jpg)}

.carta-colores table td { padding: 10px; font-size: 13px; vertical-align: top}
a.hovercolor:hover { color: #FFBB00; }

.color-raloro { background-image: url(../img/color-raloro.jpg)}
.color-ralplata { background-image: url(../img/color-ralplata.jpg)}
.color-ralcobre { background-image: url(../img/color-ralcobre.jpg)}
.color-ralnegra { background-image: url(../img/color-ralnegra.jpg)}
.color-ralplata-calorica { background-image: url(../img/color-ralplata-calorica.jpg)}

.carta-colores-solicita { font-size: 16px}

.social_top { float: right; margin: 35px 15px 0 15px; }

.social_top img { width: 28; height: 29px}

.flexslider { clear: both; border: 4px solid #fdbe29; margin-top: 15px}
.slides { margin-left: 0 !important; background-color: #fdbe29}
.slides li { margin-right: 5px; height: 158px;}
.slides li a { display: block; background-size: cover; width: 100%; height: 100%}
.flex-direction-nav a { height: 80px; width: 50px; top: 40%;}
span.disabled { color: #a8a8a8;}

/**********************CERTIFICATS *******************/
.certificat { width: 320px; margin-top: 30px; 
	margin-right: 30px; background-color: #f9f3e5; float: left; 
	box-shadow: 0px 2px 6px 0px rgba(5, 2, 4, 0.34); }
.certificat:hover{opacity: 0.8}	
.certificat:nth-child(3n+0) { margin-right: 0; }
.certificat:last-child { margin-bottom: 30px; }
.certificat .fa { display: block; text-align: center; font-size: 60px; padding: 15px; }
.certificat .titol {  text-align: center; display: block; text-transform: uppercase; font-weight: bold;}
.certificat .descripcio {  text-align: left; display: block; padding: 10px 20px 20px 20px; font-size: 12px; }

/*NOVA SECCIO SECTOR*/
.bannerSector { float: left; width: 100%; margin-top: 5px; margin-bottom: 35px; }
.paddingTB0{padding-top: 0!important; padding-bottom: 0!important;}