@import url("http://fonts.googleapis.com/css?family=Exo:400,600,800,900");

.page-container {
    min-height: 400px;
}

.header-customers-button { 
    background: url('imgs/zona-clientes.png') no-repeat 0 0; 
    width: 164px; 
    height: 114px; 
}

.header-customers-button:hover { 
    background: url('imgs/zona-clientes.png') no-repeat 0 -114px; 
    width: 164px; 
    height: 114px; 
}

.header-logo {
    background: url('imgs/logo-dirediel.png');
    width: 430px;
    height: 116px;
}

.header-wrapper {
    left: 0;
    right: 0;
    background-color: #ababae;
}

.menu-wrapper {
    height: 38px;
    background: url('imgs/bg-menu-dirediel.jpg') repeat-x;
    
}

.menu-container {
    text-align: justify; 
    padding-top: 8px;
}

.menu-container:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.menu-item {
    display: inline-block;
    /* vertical-align: top; */
    /* IE fix. */
    *display: inline;
    zoom: 1;
    margin-left: 25px;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

a.menu-item:hover, a.menu-item:active, a.menu-item:visited, a.menu-item:focus {
     text-decoration: none;
     color: white;
     outline: none;
}

.menu-hover {
    height: 5px;
    background: red;
    float: left;
    bottom: 0;
    width: 100%;
    opacity: 0.0;
    filter: alpha(opacity=0);
    margin-top: 4px;
}

.menu-hover-active {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.menu-hover-selected {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.one-wrapper {
    background: url('imgs/dark-grey-noise-background.jpg') repeat;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-main-container {
    margin-top: 50px;
}

.specials-title {
    text-align: center;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.specials-item {
    background: url('imgs/contenedor-promo.png');
    width: 220px;
    height: 136px;
    margin-top: 10px;
    padding-top: 10px;
}

.specials-separator {
    height: 2px;
    background: red;
    display: block;
    margin-top: 5px;
}

.specials-image {
    margin-top: 10px;
    margin-left: 3px;
    max-width: 100px;
    max-height: 120px;
    float: left;
}

.specials-content {
    float: right;
    max-width: 110px;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.specials-text {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: white;
    font-size: 14px;
    
}

.specials-price {
    margin-top: 20px;
    color: #da251c;
    font-size: 12pt;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
}

.footer-wrapper {
    background: #404346;
    padding-top: 10px;
}

.footer-title {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.footer-worker {
    width: 299px;
    height: 119px;
    background: url('imgs/footer/trabajador.jpg');
    margin-bottom: 10px;
}

.footer-text {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}

.footer-central {
    width: 300px;
    height: 119px;
    background: url('imgs/footer/arrecifes.jpg');
    margin-bottom: 10px;
}

.footer-rosario {
    width: 300px;
    height: 119px;
    background: url('imgs/footer/rosario.jpg');
    margin-bottom: 10px;
}

div.clients-zone-link {
    margin-top: 15px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
}

a.clients-zone-link {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 18px;
    color: #ffffff;
    background: red;
}

.footer-line {
    height: 2px;
    background: red;
    width: 100%;
    margin-top: 40px;
}

.footer-copyright {
    float: right;
    color: #ffffff;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 12px;
    margin-top: 10px;
}

.company-pic-1 {
    background: url('imgs/company/dirediel-fachada.jpg');
    height: 264px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.company-pic-2 {
    background: url('imgs/company/dirediel-interior.jpg');
    height: 188px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.company-box {
    background: url('imgs/company/box.jpg');
    height: 193px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: auto;
}

.company-box-title {
    margin-top: 15px;
    text-align: center;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.company-box-content {
    margin-top: 20px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 14px;
}

.one-white-wrapper {
    background-color: white;
    background: url('imgs/degradado-fondo.jpg') repeat-x;
    padding-bottom: 20px;
    padding-top: 20px;
}

.one-black-wrapper {
    background-color: #181818;
    padding-bottom: 20px;
    padding-top: 20px;
}

.customer-pic-1 {
    background: url('imgs/customer/caja.png') no-repeat;
    height: 221px;
    width: 255px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.customer-pic-2 {
    background: url('imgs/customer/garantia.jpg') no-repeat;
    height: 191px;
    width: 172px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.customer-pic-3 {
    background: url('imgs/customer/lupa.jpg') no-repeat;
    height: 183px;
    width: 350px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.customer-pic-4 {
    background: url('imgs/customer/aprobado.jpg') no-repeat;;
    height: 200px;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.contact-container {
    background: url('imgs/gears.png') no-repeat center;
    min-height: 450px;
}

.contact-box-container {
    background-color: rgba(140, 140, 140, 0.2);
    text-align: center;
}

.contact-box {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: white;
    margin: 10px;
    padding: 10px;
}

.contact-box h2 {
    color: #da251d;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.contact-sent {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    text-align: center;
    color: white;
    margin: 10px;
    padding: 10px;
}

.signup-container {
    background: url('imgs/gears.png') no-repeat center;
    min-height: 645px;
    align: center;
    text-align: center;
}

.signup-box {
    background-color: rgba(140, 140, 140, 0.2);
    text-align: left;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.signup-box h2 {
    color: #da251d;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.signup-box p {
    font-family: 'Arial', sans-serif;
    color: white;
    font-size: 12px;
}

.signup-box legend {
    color:white;
}

.signup-box fieldset {
    color: white;
}

.signup-sent {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    text-align: center;
    color: white;
    margin: 10px;
    padding: 10px;
}

.signup-box form {
    margin: 0;
}

.alerts-container {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 70px;
}

.container-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-info-container {
    min-height: 300px;
}

.home-info-item-container {
    height: 86px;
    width: 220px;
    position: relative;
}

.home-info-item {
    position: absolute;
    top: 50%;
    right: 0;    
    width: 180px;
    margin-top: -30px;
    margin-right: 5px;
    margin-left: auto;
    text-align: right;
}

.home-info-item p {
    margin: 0px;
    font-family: 'Exo', sans-serif;
}

.home-info-item a:hover, .home-info-item a:active, .home-info-item a:focus {
    text-decoration: none;
}

.home-info-item p.blue {
    color: #0a3c7f;
}

.home-info-item p.white {
    color: white;
}

.home-info-item p.bold {
    font-weight: 800;
}

.home-info-item p.semibold {
    font-weight: 600;
}

.home-info-item p.regular {
    font-weight: 400;
}

.home-info-item p.small {
    font-size: 10px;
}

.home-info-item p.medium {
    font-size: 14px;
}

.home-info-item p.large {
    font-size: 18px;
}

.home-info-item p.line-white-bold {
    font-size: 14px;
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
}

.home-info-item p.second-line {
    color: white;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
}

.home-info-item-phone {
    background: url('imgs/home/phone-box.png');
}

.home-info-item-cv {
    background: url('imgs/home/cv-box.png');
}

.home-info-item-ok {
    background: url('imgs/home/ok-box.png');
}

.home-slider-container {
    width: 100%;
}

.home-news-container {
    background: white;
    height: 350px;
}

.home-news-title {
    text-align: center;
    color: #0a3c7f;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.home-news-title-separator {
    height: 2px;
    background: red;
    float: left;
    bottom: 0;
    width: 100%;
}

.home-news-separator {
    width: 100%;
    height: 1px;
    background: url('imgs/home/novedades-separador.png');
}

.home-news-image {
    max-height: 55px;
    max-width: 61px;
}

.home-news-content {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #2f2f2f;
    font-size: 10px;
    min-height: 50px;
    margin-right: 5px;
    margin-top: 5px;
}

.home-news-slide {
    height: 130px;
    padding-top: 5px;
}

.news-title {
    color: #0a3c7f;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.news-content {
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #2f2f2f;
    font-size: 12px;
}

.customer-box h2 {
    color: #0a3c7f;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.customer-box {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 14px;
    margin-top: 30px;
}

.customer-box ol li {
    margin-top: 30px;
}

.customer-box ol > li:before {
    font-weight: bold;
}

.customer-second-box {
    margin-top: 100px;
}

.company-text h2 {
    color: #0a3c7f;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.company-text {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 14px;
    margin-top: 30px;
}

.home-lines-container {
    background: white;
    min-height: 250px;
}

.home-lines-title {
    text-align: center;
    color: #0a3c7f;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.home-lines-title-separator {
    height: 2px;
    background: red;
    float: left;
    bottom: 0;
    width: 100%;
}

.home-lines-main {
    background: url('imgs/home/logos-home.jpg');
    width: 460px;
    height: 229px;
    margin-top: 20px;
}

.lines-category-title {
    height: 34px;
    width: 941px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.lines-category-title-electricidad {
    background: url('imgs/lineas/electricidad.jpg');
}

.lines-category-title-suspension_y_transmision {
    background: url('imgs/lineas/suspension.jpg');
}

.lines-category-title-frenos {
    background: url('imgs/lineas/frenos.jpg');
}

.lines-category-title-varios {
    background: url('imgs/lineas/varios.jpg');
}


.lines-logo-container {
    position: absolute;
    width: 220px;
    height: 113px;
    background: url('imgs/lineas/productos.png') no-repeat;
    z-index: 20;
}

.lines-logo {
    width: 220px;
    height: 113px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.lines-logo img {
    display: inline-block;
    vertical-align: middle;
}

.lines-logo-text-container {
    position: absolute;
    width: 220px;
    height: 113px;
    background-color: rgba(0,0,0, 0.75);
    background-color: rgb(0,0,0); /* fallback */
    z-index: 10;
}

.lines-logo-text {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    width: 200px;
    height: 100px;
    color: white;
    font-size: 10px;
    font-family: 'Arial', sans-serif;
}

.lines-logo-text > * {
    margin: 0;
    line-height: 1.5;
}

.lines-logo-text > .title {
    font-size: 11px;
    font-weight: bold;
}

.lines-container {
    height: 113px;
    width: 220px;
    position: relative;
}

.lines-span {
    margin-left: 1px;
}


.login-container {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #343434;
    text-align: center;
}

.login-container form {
    text-align: center;
}

.login-container fieldset {
    width: 80%;
    text-align: center;
    margin: auto;
}

.login-title {
    color: #acacac;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 24px;
    text-align: right;
    min-height: 400px;
}

.login-password-forgot {
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    color: white;
    text-align: left;
    padding-left: 40px;
}

.login-new-customer {
    background: #431b19;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color:white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
}

/* Slider customization */

.bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
}

ul.bxslider {
    margin: 0;
    padding: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
    background: url('imgs/home/circulo-slide-rojo.png');
}

.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
    background: url('imgs/home/circulo-slide-gris.png');
    border-radius: none;
    width: 18px;
    height: 18px;
}

div.bx-pager.bx-default-pager {
    bottom: 20px;
}


/* End of slider customization */