/*
Theme Name: Eibol	
Author: Artvisual
Description: Theme diseñado y programado para Eibol Ibérica
Version: 1.0
License: GNU General Public License
License URI: license.txt
*/


@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900,300italic);

/*-------------------------------------------------------------------------*/
/*	1.	General
/*-------------------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Lato', sans-serif;
    z-index: 1;
    width: 100%;
}

a {
	color: #A5C335;
	 transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    font-family: 'Lato', sans-serif;

}

ul {
	list-style: none;
}

#container {
	max-width: 1250px;
	display: block;
	margin: 0 auto;
}

#content {
	background-color: #F2F2F5;
	max-width: 1250px;
	padding-top: 90px;
	margin-bottom: 25px;
	overflow: hidden;
}


.entry {
	padding-bottom: 4em;
}

.entry {
	padding: 0em 5em 1em;
}

.narrow {
	max-width: 960px;
	margin: 0 auto;
}

.nule {
	margin-left: 0;
	padding-left: 0;
}

.text a {
	color: #A5C336;
}

.center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix:after {
    content:”.”;
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/*-------------------------------------------------------------------------*/
/*	2.	Textos
/*-------------------------------------------------------------------------*/

h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 38px;
    color: #000;
    margin: 0.47em 0;
   
}

h2 {
    font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	color: #000;
	font-weight: 700;
    
}

h3 {
    font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h4 {
    font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	color: #000;
	font-weight: 700;
}

h5 {
    font-family: 'Lato', sans-serif;
	font-size: 1.3em;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}

strong {
	color: #000;
}

em {
font-style: italic;
color: #000;
}

.green-text {
	color: #A5C336;
}

.large-3.columns.dark-green.center em{
	color: #fff;
	line-height: 25px;
}

/*-------------------------------------------------------------------------*/
/*	3.	Header
/*-------------------------------------------------------------------------*/

.row.slider {
    height: 470px;
}

/*-------------------------------------------------------------------------*/
/*	4.	Menu
/*-------------------------------------------------------------------------*/

.row.menu {
	height: 90px;
	position: absolute;
	top: 0;
	z-index: 999;
	clear: none;
	/* width: 74%; */
}

.large-9.columns.menu {
    padding: 0;
    background: #fff;
    height: 90px;
}

.menu-nav {
	padding: 28px 0 0;
	line-height: 3;
}

.menu-abonos-container ul {
	margin-left: 0;
}

.logo {
    padding: 20px 0;
}

.language {
	background: #000;
	height: 90px;
}

ul.menu li {
    display: inline-block;
    padding: 0 15px;
    color: #000;
    text-transform: uppercase;
}

ul.menu li a {
	color: #000;
	font-weight: 900;
	font-size: 0.9em;
	line-height: 2;

}

ul.menu li a:hover {
	color: #A5C335;
}

/* Estilos #nav-mobile y lo ocultamos */
#nav-mobile{
    background: url("img/toogle.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);
    display: none;
    float: left;
    height: 90px;
    left: 0;
    opacity: 0.9;
    padding: 0;
    position: fixed;
    top: 0;
    width: 5em;
}

#nav-mobile h3 {
	line-height: 4.5;
}
 
    /* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
    #nav-mobile.nav-active{
        opacity: 1;
    }

/*-------------------------------------------------------------------------*/
/*	5.	Básicos
/*-------------------------------------------------------------------------*/

.black {
	background: #000;
}

.gray {
	background: #F2F2F5;
	min-height: 430px;
}

.white {
	background: #fff;
}

.white-text {
	color: #fff;
}

.green {
	color: #A5C335;
}

.green-bg {
	background: #A5C335;
}

.dark-green {
	background-color: #027C53
}


/*-------------------------------------------------------------------------*/
/*	6.	Home
/*-------------------------------------------------------------------------*/

.home-content {
	display: block;
	position: relative;
}

.calidad {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.large-3.columns.dark-green.center {
	padding: 97px 20px 0px 20px;
	min-height: 481px;
	}

.photo-home {
	height: 430px;
	padding: 0;
	margin:0;
}

.gray.large-5.columns {
    margin: 0;
    width: 507px;
    padding: 50px 30px 0;
}

.row.abonos {
    padding: 20px 20px;
}

.white.lista-producto-home {
    min-height: 65px;
}

.lista-producto-home span {
	text-align: left;
	padding: 7px 20px 8px 28px;
	line-height: 1;
}

span.small-3.columns.plus {
    padding: 10px 15px;
}

li.white.lista-producto {
    margin: 2px;
}

 .large-block-grid-2 > li {
    width: 49%;
    list-style: none; }
    
[class*="block-grid-"] > li {
    padding: 9px 0;
}

ul.large-block-grid-2 {
	margin: 0 20px;
	padding-bottom: 20px;
}

/*-------------------------------------------------------------------------*/
/*	7.	Footer
/*-------------------------------------------------------------------------*/

.row.marcas {
    padding: 25px 0;
}

.marcas h3.green {
	line-height: 5;
}

.footer {
	background-color: #A5C335;
	padding: 4em 0;
}

.footer p {
	color: #000;
}

.footer span {
	line-height: 3;
}

.footer a {
	color: #fff;
	font-size: 1.1em;
}

.footer ul li a {
	color: #000;
}

.footer h3 {
	color: #fff;	
	letter-spacing: 2px;
}

.footer ul li:before {
	background: transparent url(img/arrow.png) 0 3px no-repeat; 
}

.social ul li {
    display: inline-block;
    margin: 30px 5px 15px 0;
}

ul.iconos {
    margin-left: 0;
}

li.facebook {
	background-image: url(img/fb.png);
	width: 40px;
	height: 40px;
}

li.google {
	background-image: url(img/gg.png);
	width: 40px;
	height: 40px;
}

/*-------------------------------------------------------------------------*/
/*	8.	Productos
/*-------------------------------------------------------------------------*/

ul.large-block-grid-3 {
    /*margin: 0em 0 1.6em 1.6em;*/
    margin: 0;
}

ul.large-12.columns.list {
    margin: 0;
    padding: 20px 0;
}

.list li.large-12.columns {
    margin: 0;
    padding: 0;
    border-bottom: 4px solid #f2f2f5;
}

.lista-producto span {
	text-align: left;
	line-height: 1;
}

li.white.lista-producto {
    margin: 5px;
}

.large-5.columns.producto {
    padding: 15px 10px;
}

.large-3.columns.descargar {
    padding: 15px;
}

.large-2.columns.info {
    padding: 15px;
}

.productos.large-block-grid-3 > li {
   width: 32.5%;
   list-style: none; }

.download {
	background-image: url(img/download-icon.png);
	width: 20px;
	height: 21px;
	margin-top: 7px;
}

/*-------------------------------------------------------------------------*/
/*	9.	Contacto
/*-------------------------------------------------------------------------*/

#mapa {
	height: 350px;
	margin-bottom: -90px;
}


input.wpcf7-form-control.wpcf7-submit {
    background: #000;
    border: none;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
}

.contacto h3 {
	margin-bottom: 20px;
}
.contacto p {
	line-height: 0.5;
}

.form-contacto p {
	letter-spacing: 2px;
}

/*-------------------------------------------------------------------------*/
/*	10.	Empresa/Eibol
/*-------------------------------------------------------------------------*/

.entry img {
	padding: 30px;
}

.entry-single img {
	padding-bottom: 30px;
}

.page img.attachment-post-thumbnail.wp-post-image {
    margin: 1em 0 0;
}

.text {
	margin: 4em 0 2em;
}

.text ul {
    list-style-image: url(img/bullet.jpg);
}

/*-------------------------------------------------------------------------*/
/*	11.	Sidebar
/*-------------------------------------------------------------------------*/

.sidebar ul li {
	background-color: #000;
	padding: 10px;
}

.sidebar ul li a {
	color: #fff;
}

.sidebar ul {
	margin-left: 0;
}

aside#categories-3 {
	margin-bottom: 30px;
}

.tagcloud {
    background-color: #000;
    padding: 5px 10px;
    width: auto;
}

.tagcloud a {
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
}


/*-------------------------------------------------------------------------*/
/*	12.	Blog
/*-------------------------------------------------------------------------*/

.post {
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 240px;
}

.post-texto.medium-8.large-8.columns {
    line-height: 1.3;
}

.post-cabecera {
	padding: 20px 15px 20px 20px;
}

.post-imagen.large-4.columns {
	padding: 0;
}

.fecha {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.7em;
}

/*-------------------------------------------------------------------------*/
/*	13.	Producto Ficha
/*-------------------------------------------------------------------------*/

.informacion {
	margin-top: 2em;
}

.etiqueta {
	border-bottom: 4px solid #f2f2f5;
	text-align: center;
	padding-bottom: 2em;
}

.data {
	border-left: 4px solid #f2f2f5;
	padding-left: 2em;
	margin-top: 3.5em;
}

.fichas {
	border-bottom: 4px solid #f2f2f5;
	padding-bottom: 2em;	
	line-height: 2;
}

.row.descarga {
	margin-top: 1em;
}

.campos {
	margin-top: 2em;
}

.campos p {	
	line-height: 22px;
}

/*-------------------------------------------------------------------------*/
/*	14.	Tabla
/*-------------------------------------------------------------------------*/

table {
	border:none;
}

.tabla {
	margin-top: 3em;
}

.table-title {
	color: #fff;
	text-align: center;
}

.fila-tabla {
    margin: 5px 0;
    padding: 15px 30px;
}


nav ul li ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}

.img-home{
	width: 312px;
	height: 481px;
}

.certificados{
	margin-left: 15px;
}

button, .button{
	margin-top: 4px !important;
}

.lang-flag {
	margin-top: 35px;
	margin-left: 0px;
}

.lang-flag li{
	display: none;
	margin-bottom: 10px;
}

.lang-flag li a{
	height: 25px;
	width: 100%;
	float: left;
	
}

.lang-flag li.active{
	display: block !important;
}

.lang-flag li.custom{
	display: block !important;
}

.lang-flag .ES{
	background: url('img/spain.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: center;
	height: 25px;
}

.lang-flag .EN{
		background: url('img/uk.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: center;
	height: 25px;
		display: none !important;

}

.lang-flag .FR{
		background: url('img/france.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: center;
	height: 25px;
		display: none !important;

}

.lang-flag .PT-PT{
		background: url('img/portugal.png');
	background-repeat: no-repeat;
	text-indent: -99999px;
	background-position: center;
	height: 25px;
}

span.wpcf7-not-valid-tip {
color: red !important;
}

.breadcrumb {
	padding: 25px 0 0 105px;
}

.error-page{
	margin-top: 225px;
}

.error-page h1{
	margin-bottom: 0px;
}

.error-page p{
	color: #A5C333;
	text-align: center;
	font-size: 19px;
}

.copy a{
	text-decoration: underline;
}

/* Móvil */
@media only screen and (max-width: 40em) {

	h1 {
		text-align: center;
		font-size: 32px;
		padding-top: 0.5em;
		margin-bottom: 0.2em;
	}

/* responsive home */	
	.row.menu {
		position: fixed;
	}

	.large-7.columns.menu {
		height: 90px;
	}

	.language {
		position: absolute;
		top: 0;
		right: 0;
	}

	.small-12.large-3.columns.logo {
	    display: inline-block;
	    float: none;
	    margin: 0 auto;
	    position: relative;
	    text-align: center;
	}

	/* mostramos #nav-mobile */
    #nav-mobile{ display: block; z-index: 999999;}

    #menu ul{
            max-height: 0;
            overflow: hidden;
        }
            /* estilos para los LI del menu */
            #menu li{
                background: #a5c335;
                float: none;
                width: 100%;
                text-align: center;
            }
                /* Quitamos el borde del ultimo item del menú */
                #menu li:last-child{ border-bottom: 0;}
 
                #menu li a{
                    padding: 15px 0;
                    height: auto;
                    line-height: normal;
                    color: #fff;
                    font-weight: 900;
                    display: block;
                    text-align: left;
                }

                ul#menu-abonos li a:hover {
                	color: #fff;
                }
                
 
        /* Agregamos una animación al despligue del menú */
        #menu ul.open-menu{
            max-height: 400px;
            transition: max-height .4s;
            text-align: right;
            width: 640px;
            margin-left: 0;
        }

    #menu-principal li {
    	padding: 5px 20px;
    }

    .menu-nav {
    	padding-top: 0;
    }    
    .menu-principal-container ul li:hover > ul {
    	display: none;
    }

    .metaslider {
    	position: absolute;
    	top: 5.5em;
    }

    .metaslider .caption {
    	display: none;
    }

    /*.language {
    	height: 108px;
    }*/

    .flex-control-nav.flex-control-paging {
    	bottom: 10px;
    	z-index: 999;
    	visibility: hidden;
    }

    .row.slider {
    	height: 215px;
    	display: none;
    }

    .large-3.columns.dark-green.center {
	    min-height: 260px;
	    padding: 110px 20px 20px;
	}

	.lista-producto-home span {
		font-size: 1.4em;
	}

    .flex-direction-nav {
    	visibility: hidden;
    }

    .large-block-grid-2 > li {
    	width: 100%;
    }

    .photo-home {
    	width: 100%;
    	display: none;
    }

    .small-3.medium-12.large-10.large-centered.columns > img {
    	width: 65%;
    }

    .small-3.medium-12.large-10.large-centered.columns > h2.white-text {
    	font-size: 1.5em;
    }

    .large-3.columns.dark-green.center em {
    	line-height: 20px;
    	font-size: 0.96em;
    }

    .row.abonos > h2 {
    	font-size: 1.5em;
    }

    .empresa h2 {
    	font-size: 1.2em;
    }

    .gray.large-5.columns {
    	width: 100%;
    }

    .row.marcas {
    	padding:20px;
    }

    .footer {
    	padding: 4em 1.5em;
    }

    .widget.widget_text {
    margin-bottom: 2em;
	}

	.breadcrumb {
		padding: 25px 0 0 25px;
	}

/* Responsive páginas */

	.entry {
	    padding: 0em 2em 1em;
	}

	.productos.large-block-grid-3 > li {
		width: 97%;
	}
	.productos.large-block-grid-3 > li h4 {
		font-size: 1.1em;
	}

	.narrow {
		padding:0 20px;
	}

	.data {
		border-left: none;
	}

	#mapa {
		height: 300px;
	}
	.post-imagen.medium-4.large-4.columns img {
		width: 100%;
	}
}

/* Tablet vertical */
@media only screen and (min-width: 40.063em) and (max-width: 48.000em) {

	.gray.large-5.columns {
		width: 100%;
	}

	.row.slider {
		height: 330px;
	}

	.row.marcas {padding: 20px;}

	.contacto p {
		line-height: 0.8;
	}
	
	.large-block-grid-2 > li{
		font-size: 12px;
	}
	
	.photo-home{
		display: none;
	}
	
	ul#menu-abonos li a{
		font-size: 0.6em !important;
		line-height: 5;
	}
	
	.lista-producto h4{
		font-size: 0.8em;
	}
	
	.productos.large-block-grid-3 > li{
		width: 32%;
	}

	.row.marcas img {
		width: 20%;
	}

	.large-3.columns.dark-green.center {
	    min-height: 269px;
	    padding: 41px 20px 0;
	    width: 100%;
	}
	.data {
		padding-right: 1.5em;
	}
	.breadcrumb {
	    padding: 25px 0 0 25px;
	}

	/*home*/

	.gray.small-12.medium-6.large-6.columns {
		width: 100%;
	}
	.row.abonos {
	   	 float: left;
	    padding: 33px 25px;
	    width: 50%;
	}	
	.row.productos {
	    float: right;
	    padding: 50px 25px 20px;
	    width: 50%;
	}
	.large-block-grid-2 > li {
	    list-style: none outside none;
	    width: 100%;
	}	

	.row.slider {
	    height: 290px !important;
	    padding-top: 3em !important;
	}

	.metaslider .caption-wrap {
		font-size: 2em;
	}

}

/* Tablet horizontal */
@media only screen and (min-width: 48.000em) and (max-width: 64.063em) {
	.row.marcas {padding: 20px;}
	
		/*.photo-home{
		display: none;
	}*/
	
	ul#menu-abonos li a{
		font-size: 0.8em;
	}

	.row.abonos h2 {
		margin-top: 0.25em;
	}

	.row.abonos p {
		font-size: 0.91em;
	}

	.row.productos ul.large-block-grid-2 {
		padding-bottom: 0;
	}

	.row.slider {
	    height: 370px;
	}

	.entry {
	    padding: 0em 4em 1em;
	}

	.large-2.columns.info {
	    padding: 10px 15px;
	}

	.small-12.medium-3.vlarge-3.columns.descargar {
		margin-top: 10px;
	}
			
	.lista-producto h4{
		font-size: 0.8em;
	}

	.white.lista-producto-home {
	    min-height: 65px;
	}
	
	.productos.large-block-grid-3 > li{
		width: 32%;
	}
}
