/* ORANGE.CSS */

/* INTRO */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

.intro {
    color: #ffffff;
	background: url(../../img/bg-orange.jpg) no-repeat bottom center scroll;
    background-color: #6fb4de;
}

.brand-heading {
	color:#ffffff;
}

.intro-text {
	color:#6fb4de;
}
/* EMPRESA */

#empresa {
	background: #a3b4d0;
}

/* COMPRAR */

#comprar {
	background: #a3b4d0;
}

/* botones y logo */

.fontColor{  
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/* IMAGENES */

img.color{  
	background-color:#6fb4de
}

/* INFO */

#info ul li i {
	color:#7aa9c5;
}


/* OBTEN */

#screenshot-carousel i {
color: #6fb4de;
}

#screenshot-carousel a:hover {
	color:red;
}




/* FOOTER */

footer {
	color:#ffffff;
	background:#57564f;
}

footer a {
	color:#ffffff;
}

footer a:hover {
	color:#fff;
}


/*  MISC. 
    NAVIGATION */

.navbar-custom {
	color:#ffffff;
}

.navbar-custom a {
	color:#ffffff;
}

.navbar-custom .navbar-nav > li > a:hover {
	color:#ee7725;
}

.navbar-custom .navbar-toggle {
	background:#fff;
}

.navbar-custom .navbar-toggle .icon-bar {
	background:#6fb4de;
}

.top-nav-collapse {
	background-color: #5c9ec0;
}


/* BUTTON */

.button-border-light {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.button-border-light:hover,
.button-border-light:active {
	color: #6fb4de;
	background: #ffffff;
	text-decoration:none;
}

.button-border-dark {
	border: 1px solid #fff;
	color: #6fb4de;
}

.button-border-dark:hover,
.button-border-dark:active {
	color: #ffffff;
	background: #6fb4de;
	text-decoration:none;
}


/* FORM ELEMENTS */

input {
	color:#666666;
	background: rgba(255,255,255, .7);
}


/* SOCIAL BUTTONS */

.social a {
	color:rgba(255,255,255, 1);
} 

.social a:hover {
	color:#ee7725;
}

.social .fa-inverse {
	color: #6fb4de;
}


/* TWITTER */

.twitter {
	color:#666666;
}

.twitter .tweetList a {
	color:#6fb4de;
}

.twitter i {
	color:#666;
}

.twitter i:hover {
	color:#6fb4de;
}


/* OTHERS */

.parallax {
	color:#ffffff;
	background-color:#6fb4de;
	background:url(../../img/bg-orange.jpg) 50% 0 no-repeat fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
}

.parallax h2 {
	color:#ffffff;
}


.hr {
	border-top:1px solid #fff;
}


/* PRELOAD */

.preload {
	background:#6fb4de;
}

.spinner > div {
	background-color:#ffffff;
}

/* NLS MODS */

h2{ padding-bottom: 40px;}

.logo_title{ display: block; background: url(../../img/logo-big.png) bottom center no-repeat;   }
.logo_title h1{ display: block; padding: 40px 0 40px 0; visibility: hidden;}

.charliebrown { display: block; background: url(../../img/charliebrown.png) top center no-repeat;}
.charliebrown span{}

.ondas_arriba { display: block; height: 16px; width: 100%;
background: url(../../img/olarriba.png) top center repeat-x;
z-index: 99; float: left; position: absolute; bottom: 0;}

.ondas_abajo { display: block; height: 16px; width: 100%;
background: url(../../img/olabajo.png) bottom center repeat-x;
z-index: 99; float: left; position: absolute; top: 0;}

.ondas_foot { display: block; height: 16px; width: 100%;
background: url(../../img/olafoot.png) top center repeat-x;
z-index: 99; float: left; position: absolute; bottom: 0;}

.ondas_arriba_light { display: block; height: 16px; width: 100%;
background: url(../../img/olarribalight.png) top center repeat-x;
z-index: 99; float: left; position: absolute; bottom: 0;}
  
.ondas_container{ /*position: relative;*/}
.ondas_container_abajo{ position: relative;}

.slider_description{ font-size: 18px; font-style: italic; color: #fff; }
.lead { text-transform: uppercase; font-weight: 600; font-style: italic; }

#empresa { text-align: justify;}

.product_module{ display: inline-block; width: 225px; height: 222px; margin-bottom: 50px; }
.product_module a{ display: inline-block; width: 225px; height: 222px; }
.product_module a span{ display: none; }
.prod_granulados{ background:url(../../img/btn_granulados.jpg) no-repeat top center;}
.prod_granulados:hover{ background:url(../../img/btn_granulados.jpg) no-repeat bottom center;}
.prod_mermeladas{ background:url(../../img/btn_mermeladas.jpg) no-repeat top center;}
.prod_mermeladas:hover{ background:url(../../img/btn_mermeladas.jpg) no-repeat bottom center;}
.prod_aderezos{ background:url(../../img/btn_aderezos.jpg) no-repeat top center;}
.prod_aderezos:hover{ background:url(../../img/btn_aderezos.jpg) no-repeat bottom center;}

.form_icon{ background-color: #0092af; vertical-align: middle;}
.form_icon img { padding: 8px 0 8px 0; margin-left: 8px;}

.slides-pagination {display: none;}

.btn_enviar {width: 100%; height: 56px; background:#007991; border: none; vertical-align: middle; }
.btn_enviar:hover {background:#ff7901; border: none; }

.product_table{ width: 100%; border: #a3b4d0 1px solid;}
.product_table th{ width: 100%; background: #a3b4d0; color: #fff; padding: 8px;}
.product_table td{ width: 100%; border: #a3b4d0 1px solid; padding: 8px;}

#product_list h3{ font-size: 1.8 em; color: #5a5b5b; font-weight: 600;}