/*** ---- FONTS ----- */
@import url(http://fonts.googleapis.com/css?family=Averia+Sans+Libre:300,400,700);

/*** ---- RESET ----- */

body, div, span, h1, h2, h3, h4, h5, p, ul, ol, li, img, table, tr, td, form, input, legend, fieldset, object, embed, param, dl, dt, dd, caption{
 margin:0;
 padding:0;
}

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

ul li, ol li{list-style-type:none;}
a, abbr, acronym, input {outline: none;}
img, abbr, acronym, fieldset{border:0;}

img,
video{max-width: 100%;}

hr, caption, .navegacion, .hidden, .accesorio, a#comienzoContenido{
	display: none;
}

.mobile_item{display: none !important}

hr.separator {
	border: none;
	border-top: 1px dashed #00A8E5;
	visibility: visible;
	display: block;
}

hr.clear{visibility: hidden;}

/** ESTILOS GENERALES */

a{color: #666;
	text-decoration: none;
}

a, a *{
	-webkit-transition: all 150ms linear;
	   -moz-transition: all 150ms linear;
	     -o-transition: all 150ms linear;
	    -ms-transition: all 150ms linear;
	        transition: all 150ms linear;
}

a:hover{color:#333;}

p{margin: 8px 0;}

h2{font: 700 28px/32px 'Averia Sans Libre', sans-serif; text-transform: uppercase; color: #00A8E5;}
h2 a{color: #00A8E5;} h2 a{color: #FF6600;}
h3{font: 700 22px/25px 'Averia Sans Libre', sans-serif; padding: 5px 0; color: #00A8E5;}

strong{font-weight: 700}

.text-right{text-align: right;}
.text-center{text-align: center;}
.text-big{font-size: 120%;}
.text-xbig{font-size: 180%;}
.text-small{font-size: 90%;}
.text-xsmall{font-size: 75%;}
sup, sub {font-size: 75%;}
.none{display: none;}

.font-special {font-family: 'Averia Sans Libre', sans-serif;}

.white{color: #FFF;}
.grey{color: #999;}
.greydark{color: #666;}
.orange{color: #FF6600}
.bluelight{color: #00A8E5}
.blue{color: #0077C1; }

.bg-bluelight {background-color: #00A8E5}
.bg-blue {background-color: #0077C1;}
.bg-grey{background-color:#E9E9E9}

a.bg-bluelight:hover,
a.bg-blue:hover {background-color: #FF6600;}

.upper{text-transform: uppercase;}
.italic{font-style: italic;}

.floatRight{float: right;}
.floatLeft{float: left;}
img.floatRight{padding-left: 50px; padding-bottom: 25px;}
img.floatLeft{padding-right: 50px; padding-bottom: 25px;}

.aligncenter {float: none !important; margin: 0 auto;}


html{font: 300 14px/18px 'Arial', sans-serif;}

/** HEADER **/

.header {background: url('images/lacolada-header.jpg') no-repeat top right;}

.content {padding-top: 25px}
body.home .content {padding-top:0}

/* MENUS */

nav > ul > li{
	float: left;
}

	nav > ul > li a{
		display: block;
		float: left;
		font-family: 'Averia Sans Libre', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	nav > ul > li a:hover,
	nav > ul > li a:active{	text-decoration: none;}

/* Menu principal */

.navmain {border-bottom: 4px solid #FF6600}
	
.navmain ul{float: right; margin-top: 25px}
	.navmain ul li{position: relative}
		.navmain li.last{margin-right: 0}

	.navmain a{
		font-size: 16px;
		padding: 8px 20px;
		color: #FFF;
		background-color: #0077C1;
		border-radius: 8px 8px 0 0;
	}
	
	.navmain li:nth-child(odd) a{
		background-color: #0077C1;}
	.navmain li:nth-child(even) a{
		background-color: #00A8E5;}
	
	
	.navmain a:hover,
	.navmain a:active,
	.navmain li.current a,
	.navmain li:hover a{
		background-color: #FF6600;
	}
	
	
	.navmain ul ul{
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 34px;
		left: 0;
		z-index: 1;  
		width: 235px;  
		transition: all .2s ease-in-out;
	}
	
	.navmain li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}	
		
		.navmain ul ul li{border-bottom: 1px solid #FFF}
			
			.navmain ul ul li a{
				font-size: 14px;
				font-weight: 700;
				padding: 8px;
				float: none;
				-webkit-border-radius:0;
					 -moz-border-radius:0;
						-ms-border-radius:0;
						 -o-border-radius:0;
								border-radius:0;
			}
			
			.navmain ul ul li a:hover,
			.navmain ul ul li a:active,
			.navmain ul li.current ul a,
			.navmain ul li:hover ul a{
				border-bottom: none;
			}
			
			.navmain ul ul li a:hover{
				background-color: #00A8E5;
				color: #FFF;
				box-shadow: 2px 2px 10px #0077C1 inset;
			}

/* LISTADOS */


.content_text ul, ol{
	margin: 10px;
}

	.content_text ul li{
		margin: 6px 0;
		padding-left: 20px;
	}
	
	ol li {list-style-type: decimal; margin-left: 20px}
	
/* FORMULARIOS */

input,
textarea{
	border: 1px solid #EEE;
	background-color: #FFF;
	padding: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	width: 95%;
		 -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
			-ms-border-radius: 5px;
			 -o-border-radius: 5px;
			 		border-radius: 5px;
}

.text input{}

.checkbox input,
.checkbox label{margin-right: 5px;display: inline; width: auto;}

.checkbox {margin-top: 15px}

.submit input,
a.btn{
	border: none;
	background: #00A8E5;
	color: #FFF;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	padding: 10px 25px;
	width: auto;
		 -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
			-ms-border-radius: 8px;
			 -o-border-radius: 8px;
			 		border-radius: 8px;
}


#contact_form .submit input:hover,
a.btn:hover{background-color: #A90066;}

	/* Formulario de contacto */
		
	label{margin: 15px 0 8px; display: block; font-weight: 700; color:#0077C1;} 
	
	.captcha_image * {float: left; display: block}
	.captcha_image a{padding: 5px 20px; margin: 20px 0 0 20px; display: block; color: #fff; background-color: #0077C1; 
		font-weight: 600; text-decoration: none; clear: right;
			 -moz-border-radius: 5px;
		-webkit-border-radius: 5px;
				-ms-border-radius: 5px;
				 -o-border-radius: 5px;
				 		border-radius: 5px;
	}
	.captcha_image a:after {clear: both}
	.captcha_image img {border: 1px solid #dedede}
	.captcha_image input {margin-top: 10px}
	.captcha label {margin: 0}


	.submit input{margin-top: 1em;font-size: 110%;}
	
	input.error,
	textarea.error {
		border-color: #FF6600;
	}
		
	label.error,
	.captcha .error-message{
		margin: 0 0 0 5px;
		padding: 5px 15px;
		color: #FFF;
		background-color: #FF6600;
		width: 83%;
		border-radius: 0 0 8px 8px;
	}
	
	.captcha .error-message{text-align: center}


/** SOCIAL SHARE **/
.social_share{}

	.social_share .share_btn{
    float: left;
    margin-top: 14px; 
  }
  
    .tw_share{width: 95px;}
    .goo_share{width: 70px;}
    .fb_share{width: 100px;}  


/** FOOTER / PIE **/

.footer{
	color: #FFF;
	margin-top: 10px;
	padding:  10px 0 0 0;
		 -moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
			-ms-border-radius: 8px 8px 0 0;
			 -o-border-radius: 8px 8px 0 0;
			 		border-radius: 8px 8px 0 0;
}
	/*.footer .grid_[*]{margin-bottom: 0}*/
	.footer a{color: #FFF;}
	.footer a:hover{color: #FFF; text-decoration: underline}
	
	/* Navegacion del pie */
	.navfooter{margin: 0 0 0 1.1em}
	.navfooter > ul > li{margin: 0}
		.navfooter > ul > li a {padding: 0 .9em;}
		.navfooter > ul > li.first a{padding-left:0}

	.address {font-style: normal}
	.address p{margin: 0 1.1em 0 0}
	
	
/** SECCIONES */

/** Home **/

.home-summary {
	border-top: 1px dashed #B8E7F8;
	border-bottom: 1px dashed #B8E7F8;
	padding: 15px 0;
}

	.home-summary h2{font-size: 22px; line-height: 25px; color: #0077C1;}

.navservices{}

	.navservices a{
			color: white;
			 -moz-border-radius: .4em;
		-webkit-border-radius: .4em;
				-ms-border-radius: .4em;
				 -o-border-radius: .4em;
				 		border-radius: .4em;
	}
	
	.navservices li {}
	
		.navservices span{
			display: block;
			padding: 12px 10px;
			font-size: 145%;
			line-height: 100%;
		}

		.navservices a:hover{
			color: #FFF;
		}

.bnrs * {font-family: 'Averia Sans Libre', sans-serif; font-weight: 700;}
	
	.bnrs a{
		position: relative;
		height: 170px;
		display: block; 
	}
	
	.bnrs img,
	.bnrs .bnr_tit{position: absolute}
	
	.bnrs span{color: #FFF;}
	
		.bnrs i{
			transition: width .4s, height .4s, transform .4s;
			-webkit-transition: width .4s, height .4s, -webkit-transform .4s; /* Safari */
		}
	
	.bnr-consejos .bnr_tit {
		top: 25px;
		font-size: 220%;
		line-height: 100%;
		display: block; 
	}
		.bnr-consejos i {
			vertical-align: middle;
			line-height: 100%;
			font-size: 170%;
		}
		
		.bnrs .bnr-consejos a:hover i {
			transform:rotate(15deg);
			-webkit-transform:rotate(15deg); /* Safari */	
		}
	
	.bnr-donde-estamos .bnr_tit{
		top: 2px;
		left: 29px;
		font-size: 200%;
		line-height: 100%;
		display: block; 
	}
		.bnr-donde-estamos i {
			vertical-align: middle;
			line-height: 100%;
			font-size: 277%;
			color: #42BDFD;
		}
		
		.bnr-donde-estamos i:before {width: .7em}
		
		.bnrs .bnr-donde-estamos a:hover i {
			color: #FF6600;
		}
	
	
/** Servicios **/

section.autoservicio,
section.domicilio {margin-top: 25px}


/** Consejos de lavado **/

/* El bloque y listado de noticias */

	.block_articles{
    margin-top: 15px;
   /* background-color: #0F3;*/
  }
   	.block_articles a,
		.block_articles article {
			background-color: #FFF;
			display: block;
			color: #333;
			margin-top: 15px;
			overflow: hidden;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
				 -moz-border-radius: 10px;
			-webkit-border-radius: 10px;
					 -o-border-radius: 10px;
					-ms-border-radius: 10px;
							border-radius: 10px;
			-webkit-box-shadow: 0px 0px 9px #ccc;
				 -moz-box-shadow: 0px 0px 9px #ccc;
					-ms-box-shadow: 0px 0px 9px #ccc;
					 -o-box-shadow: 0px 0px 9px #ccc;
							box-shadow: 0px 0px 9px #ccc;
			}
			
			.block_articles a *,
			.block_articles article * {display: block; padding: 5px}
  
   
      .block_article_ct{
        margin-left: 10px;
				padding-top: 10px !important;
      }
   
    
      	.block_article-title{
        	font: 700 18px/20px 'Averia Sans Libre', sans-serif; 
					color: #0077C1;
        }

				.block_article_ct img,
				.block_article-title {max-width: 92%}

        .block_article-summary{
       		font-size: 13px;   
        }
    
    .block_articles a:hover,
		.block_articles article:hover {
      text-decoration: none;
			background-color: #f5f5f5;			
    }

/* El show */
.assets {margin-left: 30px}


	
/*************** MEDIA QUERIES ************/
/* Tablet */


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/*body{background-color: #FF6600 !important;} /*NARANJA */
	
	.navmain a {font-size: 90%;}
	.navservices {font-size: 70%}
	.bnrs {font-size: 70%}
	/*.navmain ul {margin-right: .5em;}*/
	
	.container {width: 95%; margin: 5px auto;}
	
	#adress{font-size: 85%}
	
}

/* Mobile */
@media only screen and (max-width: 767px) {
	
	.text-big{font-size: 100%;}
	.text-small{font-size: 90%;}
	.text-xsmall{font-size: 75%;}
	
 	.container {width: 95%; margin: 5px auto;}
	
	nav > ul > li {float: none}
	nav > ul > li > a {display: block; float: none}
	
	/* Elementos centrados */
	#logo-header,
	.navfooter,
	.contact_input,
	.input.captcha,
	.input.submit	{margin: 0 auto; float: none}
	
	.header {
		padding-bottom: 35px;
		background: url('images/lacolada-header-mobile.png') no-repeat bottom center;
	}
	
	#logo-header{width: 368px;}
	
	.mobile_item{display: block !important}

	#navmobile{position: relative; width: 100%; margin: 5px 0}
	#tag_navmobile{position: absolute; top:0; color: #FFF; z-index: 9999; font: 300 23px/35px 'Averia Sans Libre', sans-serif; padding-left: .7em} 
	
	.navfooter {text-align: center}	
	.address p {margin: 10px; text-align: center !important}	
	
	/* HOME */
	.navservices li,
	.bnrs {margin-top: 15px}
		.navservices a{max-width: 338px; font-size: 85%}
	
		.bnr-consejos .bnr_tit {font-size: 175%;}
		.bnr-consejos i.grid_4 {width: 30%}
		.bnr-consejos span.grid_8 {width: 50%}
		
		.bnr-donde-estamos .bnr_tit {font-size: 175%}	
	
	/* Contacto */
	
	#contact_form{margin-left:0}
	
	.contact_input{width: 90%;}
	.input.captcha{width: 75%}
	.input.submit{width: 120px}
	
	

}

@media only screen and (max-width: 480px) {
	
	#logo-header{width: 300px;}
	.contact_input{width: 90%;}
	.input.captcha{width: 75%}
	.input.submit{width: 120px}
	
}
