/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    background: url(../images/bgImage.jpg) no-repeat scroll center top;
    font-family: 'Verdana', 'Geneva', sans-serif;
    font-size: 12px;
}

body .container {
    max-width: 942px;
}

body .site-wrap {
    padding: 20px;
    margin: 0 auto;
    background: url(../images/bgSite.png);
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    min-height: 400px;
}

.navbar {

}

.navbar-brand > img {
    max-height: 95px
}

.btn-menu {
    padding-top: 35px;
}

.navbar, .navbar-header {
    min-height: 120px;
    background: #fff
}

.navbar-default {
    background: transparent;
    box-shadow: none;
    border-bottom: transparent;
}

.navbar-collapse.in {
    background-color: #5689c4;
}

.navbar-collapse.in .active {
    background-color: #ebb12d;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background: #ebb12d;
    box-shadow: none;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #5689c4;
    border-color: #5689c4;
    cursor: pointer;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#main-content {
    clear: both;
    padding-top: 120px;
}

#breadcrumbs {
    border-bottom: solid thin #999;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

#breadcrumbs h2 {
    display: inline-block;
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    font-weight: normal !important;
    color: #333;
    margin: 0px;
    margin-bottom: 20px;
}

#breadcrumbs h2.title {
    color: #5a87c5;
    margin-left: 13px;
}

#breadcrumbs .fa-square {
    color: #ff9704;
    font-size: 10px;
    position: absolute;
    margin-top: 5px;
}

h4.menu {
    text-transform: uppercase;
    color: #646464;
    margin-top: 15px;
    margin-right: 10px;
}

.footer-area.top {
    border-top: solid thin #929090;
    border-bottom: solid thin #929090;
    background: #c3c1c1;
    text-align: center;
    line-height: 36px;
    color: #333;
}

.footer-area.contact {
    font-family: 'Muli', sans-serif;
    color: #fff;
    background: #282828; /* Old browsers */
    background: -moz-linear-gradient(top, #282828 0%, #969696 97%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282828), color-stop(97%, #969696)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #282828 0%, #969696 97%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #282828 0%, #969696 97%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #282828 0%, #969696 97%); /* IE10+ */
    background: linear-gradient(to bottom, #282828 0%, #969696 97%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282828', endColorstr='#969696', GradientType=0); /* IE6-9 */
    padding: 15px 5px;

}

.footer-area.top a {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    color: #333;
}

.footer-area.contact a {
    color: #fff
}

.footer-area .logo {
    text-align: center;
}

a.firmaSur {
    background: url(../images/firma-Sur.png) no-repeat;
    display: block;
    height: 35px;
    width: 108px;
    margin: 0 auto;
}

/**
SERVICIOS
 */

#servicios .container, #slider .container {
    max-width: 900px;
}

#servicios .item-services {
    cursor: pointer;
    padding: 5px 20px 10px;
    margin-bottom: 20px;
    text-align: center;
    background: rgb(125, 126, 125); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(125, 126, 125, 1)), color-stop(100%, rgba(14, 14, 14, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(125, 126, 125, 1) 0%, rgba(14, 14, 14, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */

}

#servicios .item-services:hover {
    background: #418227; /* Old browsers */
    background: -moz-linear-gradient(top, #418227 0%, #295118 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #418227), color-stop(100%, #295118)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #418227 0%, #295118 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #418227 0%, #295118 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #418227 0%, #295118 100%); /* IE10+ */
    background: linear-gradient(to bottom, #418227 0%, #295118 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#418227', endColorstr='#295118', GradientType=0); /* IE6-9 */

}

#servicios .item-services a {
    text-decoration: none;
}

#servicios .item-services h3 {
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 28px;
    padding: 0px !important;
    font-weight: normal;
    margin: 5px 0px;
}

#servicios .item-services .img-wrapper img {
    margin: 10px auto;

}

#servicios .item-services .readmore {
    text-align: right;
}

#servicios .item-services .readmore a {
    color: #ebb12d
}

#servicios .item-services .readmore a .fa-plus {
    color: #000
}

#servicios .col, .gallery .col {
    padding-right: 0px;
    padding-left: 0px;
}

/**
WELCOME
 */
#welcome {
    font-size: 16px;
    text-align: justify;
    max-width: 890px;
    margin-left: 5px;
    margin-top: 20px;
    background: #fff;
    border: solid thin #bdbdbd;
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
}

#welcome .container {
    max-width: 100%
}

#welcome h2 {
    font-family: 'Verdana', 'Geneva', sans-serif;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

#welcome .about-text {
    border-bottom: solid thin #b4b4b4;
    font-size: 14px;
}

#welcome .readmore {
    float: right;
    margin: 5px 0px;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #5a87c5
}

#welcome .readmore a {

    color: #5a87c5
}

#about {
    background: #fff;
    padding: 20px;
}

#about .container {
    max-width: 100%;
}

body#empresa #about .container, body#carpas #about .container {
    padding: 0px;
}

body#carpas.section-carpas #about .container {
    padding: 10px 20px;
}

#about h3, #about h2 {
    font-family: 'Muli', sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #5883c0;
    margin: 0 0 6px 0;
}

#about p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: justify;
}

#about #slider {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 40px;
}

body.medidas #about #slider {
    margin-bottom: 30px;
}

#about #accordion .item {
    margin-bottom: 15px;
}

#about #accordion .item .images {
    text-align: center;
}

#about #accordion .item .images img {
    margin-bottom: 20px;
}

#about #accordion .item .images h4 {
    display: none
}

#about #accordion .item h4 {
    font-family: 'Muli', sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 10px 0;
}

#about #accordion .item ul {
    list-style: none;
    padding-left: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    text-align: justify;
    padding: 2px 0 4px;
    margin-left: 10px;
}

#about #accordion .item ul > li {

    border-bottom: medium none !important;
    border-left: 8px solid #3990C0;
    margin-bottom: 6px;
    padding-left: 8px;
    padding-top: 6px;
    padding-bottom: 10px;
}

#about #accordion .item img {
    display: inline-block;
}

#home .bx-wrapper {
    margin-bottom: 10px;
}

#home .bx-wrapper .bx-pager.bx-default-pager {
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
    text-align: right;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #3990C0;
    border-radius: 0px;
    width: 12px;
    height: 12px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fd9628;
}

#home .bx-wrapper .bx-pager.bx-default-pager a {
    background: #fd9628;
}

#home .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.oferta {

}

#about .oferta h2, #about .oferta h3 {
    color: #9F9FA1;
    font-size: 20px;
}

.border-left {
    border-left: solid thin #ccc;
}

.border-top {
    border-top: solid thin #ccc;
}

.oferta img {
    border: solid thin #ccc;
}

.tagOfertas {
    background: url(../images/tag-ofertas.png);
    width: 62px;
    height: 150px;
    position: absolute;
    right: 30px;
    top: -30px;
    z-index: 999;
}

body.section-carpas .section-wrapper {
    /*background: #d2cfcf;
    border-top: solid thin #999;
    margin: auto -20px;
    padding-top: 30px;
    */
    border-bottom: solid thin #999;

    padding-bottom: 30px;
}

body.section-carpas #about {
    background: #fff;
    border-left: solid thin #ccc;
    border-right: solid thin #ccc;
    padding: 16px 5px;
    min-height: 40px;
}

body.section-medidas #about .gallery {
    margin-top: 30px;
}

body.section-medidas #about .item h4 {
    font-family: 'Verdana', 'Geneva', sans-serif;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}

body.section-medidas #about .item img {
    border: solid thin #c4c3c3;
    width: 100%
}

body#terminaciones #main-content, body#equipamiento #main-content {
    padding-top: 110px;
}

body#terminaciones .site-wrap, body#equipamiento .site-wrap {
    padding: 30px 0px;
}

body#terminaciones #breadcrumbs, body#equipamiento #breadcrumbs {
    margin-left: 0px;
    margin-right: 0px;
}

body#terminaciones #about h3, body#equipamiento #about h3 {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #666;
    margin: 0 0 6px 0;
}

.main .bx-wrapper {
    margin-bottom: 10px;

}

.main .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 97px;
    background: url(../images/arrow-gal.png) no-repeat;
    margin-top: -46px;
}

.main .bx-wrapper .bx-next {
    background-position: -50px 0 !important;
    right: -72px;
}

.main .bx-wrapper .bx-next:hover {
    background-position: -50px -97px !important;
}

.main .bx-wrapper .bx-prev {
    background-position: 0 0;
    left: -71px;
}

.main .bx-wrapper .bx-prev:hover {
    background-position: 0 -97px !important;;
}

.thumbs .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: #5a87c5;
}

.thumbs .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -21px;
}

.thumbs .bx-wrapper {
    border: none;
    margin-bottom: 30px;
}

.thumbs img {
    padding: 2px;
    border: 1px solid #ccc
}

#about ul {
    list-style: none;
    padding: 0px;
}

#about .display-block ul > li {
    background: url(../images/bullet-hl-2.png) no-repeat left 10px;
    padding-left: 15px;
    padding-top: 5px;
}

#medidas .thumbs {
    padding: 0px;
    padding-left: 10px;
}

#medidas .thumbs .bx-viewport {
    min-height: 200px;
}

#medidas .thumbs img {
    margin-bottom: 10px;
    max-width: 100%;
}

#medidas .main .bx-wrapper {
    border: none;
}

#medidas .main .bx-wrapper img {
    border: solid thin #bdbdbd;
}

#carpas #servicios .item-services .readmore a, #home #servicios .item-services .readmore.front span {
    background-color: #edb30f;
    display: inline-block;
    width: 74px;
    line-height: 32px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: center;
}

#servicios .item-services .readmore {
    text-align: center;
}

img.imgContacto {
    border: thin solid #CDCDCD;
    padding: 4px;
    float: right;
}

#contacto form .form-control {
    border-radius: 0px;
    border: thin solid #537CB5;
    color: #333333;
    font-size: 13px;
    margin-top: 6px;
    padding: 3px 6px;
}

#contacto a.tab {
    color: #666666;
    text-shadow: 0 1px 10px #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-family: "Arial";
    font-weight: normal;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 10px;
}

#contacto a.active {

    color: #5A87C5;
}

#contacto form label {
    text-align: right !important;
    font-weight: normal;
    padding-right: 0px;
}

#contacto form button.btn.btn-default{
    text-shadow: none;
    border-radius: 0px;
    width: 100%;
    font-family: "Arial";
    background: #c0c0c0;
    color: #333;
    border: thin solid #537CB5;
}

#contacto #about .container:first-child {
    padding: 0px;
}

#contacto #about .tabs {

    border-bottom: thin solid #CDCDCD;
    margin-bottom: 20px;
}

#contacto #about .consulta, #contacto #about .presupuesto {
    display: none;
}

#contacto #about .consulta.active, #contacto #about .presupuesto.active {
    display: block;
}

#contacto form label.error {
    line-height: 14px;
    color: red;
}
@media (max-width: 995px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

@media (min-width: 768px) {

    .navbar, .navbar-header {
        min-height: 160px;
    }

    nav .container {
        width: 100%
    }

    nav .container > .navbar-header, nav .container > .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #servicios .container:first-child {
        width: auto;
    }

    #main-content {
        padding-top: 165px;
    }

    .navbar-brand > img {
        max-height: 130px;
    }

    #about p {
        font-size: 14px;
    }

    .tagOfertas {
        right: -10px;
    }

    #about #accordion .item .images img {

        max-width: 45%;
        margin-left: 10px;
    }

    #about #accordion .item .images h4 {
        display: block;
    }

    #about #accordion .item ul, #about .display-block ul > li {
        font-size: 14px;
    }

    body#terminaciones #main-content, body#equipamiento #main-content {
        padding-top: 140px;
    }

}

@media (min-width: 995px) {
    .navbar {
        position: absolute;
    }

    .navbar-brand {
        display: block;
        height: 100%;
    }

    .navbar-brand > img {
        max-height: 100%
    }

    .navbar, .navbar-header {
        background: transparent;
    }

    .navbar-collapse .navbar-nav {
        max-height: 47px;
        margin-top: 64px;
        border: thin solid #919292;
        float: right;
        background: #bcbcbc; /* Old browsers */
        background: -moz-linear-gradient(top, #bcbcbc 0%, #969696 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bcbcbc), color-stop(100%, #969696)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #bcbcbc 0%, #969696 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #bcbcbc 0%, #969696 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #bcbcbc 0%, #969696 100%); /* IE10+ */
        background: linear-gradient(to bottom, #bcbcbc 0%, #969696 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#969696', GradientType=0); /* IE6-9 */

    }

    .navbar-nav > li > a {
        padding: 10px 8px 6px 8px
    }

    .navbar-default .navbar-nav > a, .navbar-default .navbar-nav > li > a {

    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a:hover {
        background: #5a87c5;
    }

    .footer-area.contact .footer-text {
        text-align: left;
    }

    #servicios .item-services {
        padding: 5px 5px;
        margin-bottom: 0px;
        text-align: left;
    }

    #servicios .item-services h3 {
        font-size: 21px
    }

    #welcome .about-text {
        font-size: 12px;
    }

    #servicios .item-services h3 {
        background: url(../images/bullet-destacados.jpg) no-repeat scroll 0 12px transparent;
        padding: 2px 0 0 13px !important;

    }

    #servicios .item-services .readmore {
        text-align: right;
    }

    #breadcrumbs h2 {
        font-size: 26px;
        margin: 0px;
        margin-bottom: 20px;
    }

    #breadcrumbs h2.title {
        margin-left: 13px;
    }

    #breadcrumbs .fa-square {
        font-size: 10px;
        margin-top: 10px;
    }

    .footer-area .logo {
        text-align: right;
    }

    body#terminaciones .site-wrap, body#equipamiento .site-wrap {
        padding: 20px;
    }

    body#terminaciones #breadcrumbs, body#equipamiento #breadcrumbs {

    }

    body#terminaciones #about h3, body#equipamiento #about h3 {
        font-size: 22px;
    }

    #about #accordion .item .images {
        text-align: right;
    }

    #about #accordion .item .images img {
        margin-bottom: 0px;
    }

    #about #accordion .item .images h4 {
        display: block
    }

    #about .container {
        padding: 20px;
    }

    #servicios .col, .gallery .col {
        padding-right: 5px;
        padding-left: 5px;
    }

    #medidas .main {
        padding-left: 30px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #fd9628;
    }

    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #fff;
    }

    #breadcrumbs .fa-square {
        margin-top: 10px;
    }

    #contacto form label {
        line-height: 32px;
    }

    #contacto form label.error {
        line-height: 14px;
        color: red;
    }

}

@media (min-width: 1024px) {

    body .site-wrap {
        min-height: 800px;
        max-width: 942px;
    }
}