/*

 CSS GENERAL
 Theme Name: Vitepal - Cotizador
 Theme Description: Vitepal - Cotizador
 Version: 1.0
 Authors: Derkysan

*/

/* --- ELEMENT reset -------------------------------------------------*/

body,h1,h2,h3,h4,h5,ul,li,p,img,fieldset,input,table {
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5 {
    overflow: hidden;
    line-height: 1.2em;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
    overflow: hidden;
}

p {
    margin-bottom: 1em;
    overflow: hidden;
    line-height: 1.5em;
}

a:hover, a:active, a:visited, a:link, a {
    outline: none;
    text-decoration: none;
}

em {
    font-style: normal;
}

/* ---------------------
    CHARSET definition
    --------------------- */

@charset "UTF-8";

/* ---------------------
    BASIC definition
    --------------------- */

html,body {
    width: 100%;
    height: 100%;
    background-color: #f1f2f2;
    position: relative;
}

body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    overflow-y: auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #e05318;
}

/* General */

.cot-inp {
    border-color: #d1d3d4;
    height: 45px;
}

textarea.cot-inp {
    resize: none;
}

#main-wraper {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid red;
}

/* :::::::::::::::::::::::::::::::::::::: Header Section */

#headerTopSection {
    background-color: #313131;
    width: 100%;
    height: auto;
    display: block;
    padding: .8em 0;
}

#menuSection {
    width: 100%;
    height: auto;
    display: block;
}

#menuSection .navbar {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 0;
    
}

#menuSection .navbar-brand {
    padding: 10px 15px;
    height: 70px;
}

#menuSection .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* :::::::::::::::::::::::::::::::::::::: Slider Section */

#sliderSection {
    min-height: 250px;
}

#sliderSection .carousel-caption h1 {
    font-size: 50px;
    overflow: visible;
}

#sliderSection .carousel-caption h1 span {
    font-weight: 100;
}

#sliderSection .carousel-caption a {
    margin-top: 2em;
}

.slide-wrap {
    width: 100%;
    height: 600px;
    display: block;
    position: relative;
}

.slide-01 {
    background: url('../images/slide-img.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.caption-wrap {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/caption-wrap.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

#sliderSection .carousel-caption {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 14em;
    margin: auto;
    text-align: left;
    max-width: 60%;
}

/* :::::::::::::::::::::::::::::::::::::: Body Section */

#bodySection {
    min-height: 250px;
    padding: 50px 0;
    background-color: #f1f2f2;
}

#bodySection .cot-title {
    border-left: 2px solid #FF4254;
}

#bodySection .cot-title h2 {
    padding: 0 0 0 20px;
    border-left: 3px solid #FF4254;
    box-sizing: border-box;
}

#bodySection .cot-title p {
    padding: 0.5em 0 0.5em 25px;
    box-sizing: border-box;
}

.item-row {
    margin-top: 3em;
    margin-bottom: 3em;
}

.cot-item {
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    padding: 1em;
    padding-bottom: 0;
    box-shadow: 2px 2px 4px #DEDEDE;
    margin-bottom: 25px;
}

.cot-item .thumb img {
    opacity: .75;
    cursor: pointer;
}

.cot-item .thumb:hover img {
    opacity: 1
}

.cot-selectbox {
    border-top: 1px solid #DEDEDE;
    padding-top: 1em;
    padding-bottom: 1em;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-right: 2em;
}

.cot-selectbox span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    color: #FF4254;
    font-size: 1.8em;
    line-height: 1em;
    height: 1em;
}

.cot-btn-back,
.cot-btn-go {
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.cot-btn-back {
    background-color: #bcbec0;
    color: #fff;
    margin-right: 1em;
}

.cot-btn-back:hover {
    background-color: #9d9d9e;
    color: #fff;
}

.item-detail-box {
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 1.5em;
    position: relative;
    /* padding-left: 30px; */
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.item-detail-box td {
    border-left: 2px solid #f1f2f2;
}

.item-detail-box .table tr td,
.item-detail-box .table tr th {
    vertical-align: middle;
}

.detail-col {
    width: 16.2%;
    height: 100%;
    padding: 15px;
    display: inline-block;
    box-sizing: border-box;
    border-left: 2px solid #f1f2f2;
}

.recommended-opt {
    margin: 2em 0;
}

.ended-request {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-image: url('../images/transparent-car.png');
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: right;
    padding: 100px 0;
}

.processed-box {
    border-left: 1px solid #ff4254;
}

.processed-box h1 {
    border-left: 5px solid #ff4254;
    padding: 10px 0 10px 25px;
    font-weight: 200;
}

.processed-box h1 span {
    font-weight: 600;
}

.processed-box p {
    padding: 10px 0 10px 30px;
}

.glass-select-cont {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.balloon {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .25);
    padding: 10px 15px;
}

.b-arrow {
    width: 20px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -15px;
    left: 0;
    margin: auto;
}

.balloon-sedan-g-1 {
    top: -15%;
    left: 48%;
}

.sumary-box {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .05);
}

.item-detail-box > .table > tbody > tr > td {
    border-top: 0 !important;

}

td.delete-row {
    vertical-align: middle;
    width: 25px;
}

td.delete-row button {
    width: auto;
    border: 0;
    box-shadow: none;
    background-color: #fff;
    color: red;
    opacity: .5;
}

td.delete-row button:hover {
    opacity: 1;
}


/* :::::::::::::::::::::::::::::::::::::: Footer Section */

#footer {
    /* position: absolute;
    width: 100%;
    bottom: 0;
    height: auto; */
}

#footerBottomSection,
#footerTopSection {
    background-color: #002E5B;
    width: 100%;
    height: auto;
    display: block;
    padding: 60px 0;
    color: #EDEDED;
}

#footerBottomSection {
    padding: 1.5em 0;
    border-top: 1px solid #004487;
    border-bottom: 5px solid #FF4254;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 200;
}

#footerTopSection h3 {
    margin-bottom: 1em;
}

#footerTopSection a {
    color: #fff;
}

#footerTopSection a:hover {
    text-decoration: underline;
}

#footerBottomSection a {
    position: relative;
    color: #EDEDED;
}

#footerBottomSection a i {
    font-size: 1.2em;
    top: 1px;
    padding-left: .5em;
}

#footerTopSection ul {
    list-style: none;
    display: block;
    overflow: hidden;
}

#footerTopSection ul li {
    display: inline-block;
    width: 24%;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
}



/* SEDAN */

.furgon-gcont-3,
.furgon-gcont-2,
.furgon-gcont-1,
.station-gcont-5,
.station-gcont-4,
.station-gcont-3,
.station-gcont-2,
.station-gcont-1,
.coupe-gcont-2,
.coupe-gcont-1,
.hatch-gcont-5,
.hatch-gcont-4,
.hatch-gcont-3,
.hatch-gcont-2,
.hatch-gcont-1,
.minivan-gcont-4,
.minivan-gcont-3,
.minivan-gcont-2,
.minivan-gcont-1,
.pickup-gcont-4,
.pickup-gcont-3,
.pickup-gcont-2,
.pickup-gcont-1,
.conv-gcont-3,
.conv-gcont-2,
.conv-gcont-1,
.suv-gcont-5,
.suv-gcont-4,
.suv-gcont-3,
.suv-gcont-2,
.suv-gcont-1,
.sedan-gcont-5,
.sedan-gcont-4,
.sedan-gcont-3,
.sedan-gcont-2,
.sedan-gcont-1 {
    width: 4.7%;
    height: auto;
    position: absolute;
    top: 29.5%;
    left: 63.4%;
    cursor: pointer;
}

.sedan-gcont-2 {
    width: 16.4%;
    top: 19.5%;
    left: 47.2%;
}

.sedan-gcont-3 {
    width: 12.6%;
    top: 19.6%;
    left: 31.6%;
}

.sedan-gcont-4 {
    width: 5%;
    top: 23.2%;
    left: 26.1%;
}

.sedan-gcont-5 {
    width: 3%;
    top: 25%;
    left: 22.1%;
}

/* SUV */

.suv-gcont-1 {
    width: 15.8%;
    top: 18%;
    left: 45.2%;
}

.suv-gcont-2 {
    width: 9.7%;
    top: 17.5%;
    left: 33.1%;
}

.suv-gcont-3 {
    width: 4.9%;
    top: 18.3%;
    left: 27.7%;
}

.suv-gcont-4 {
    width: 11.5%;
    top: 17.6%;
    left: 18.2%;
}

.suv-gcont-5 {
    width: 2.5%;
    top: 31%;
    left: 61.8%;

}

/* CONVERTIBLE */

.conv-gcont-3,
.conv-gcont-2,
.conv-gcont-1 {
    width: 7.5%;
    top: 29%;
    left: 61.3%;
}

.conv-gcont-2 {
    width: 22.5%;
    top: 21.4%;
    left: 39.9%;
}

.conv-gcont-3 {
    width: 11.9%;
    top: 22.8%;
    left: 29.1%;
}

/* PICKUP */

.pickup-gcont-1 {
    width: 12%;
    top: 23%;
    left: 52.4%;
}

.pickup-gcont-2 {
    width: 8.2%;
    top: 22.7%;
    left: 40.8%;
}

.pickup-gcont-3 {
    width: 2.7%;
    top: 31.2%;
    left: 64.5%;
}

.pickup-gcont-4 {
    width: 2.5%;
    top: 22.8%;
    left: 38.3%;
}

/* MINIVAN */

.minivan-gcont-4,
.minivan-gcont-3,
.minivan-gcont-2,
.minivan-gcont-1 {
    width: 3.5%;
    top: 34.2%;
    left: 72.1%;
}

.minivan-gcont-2 {
    width: 13.7%;
    top: 18.6%;
    left: 56.3%;
}

.minivan-gcont-3 {
    width: 18.9%;
    top: 16.7%;
    left: 34.8%;
}

.minivan-gcont-4 {
    width: 18.5%;
    top: 16.7%;
    left: 15.8%;
}

/* HATCHBACK */

.hatch-gcont-1 {
    width: 4.6%;
    top: 31.7%;
    left: 59.9%;
}

.hatch-gcont-2 {
    width: 16.2%;
    top: 20.9%;
    left: 43.5%;
}

.hatch-gcont-3 {
    width: 11.7%;
    top: 20.9%;
    left: 30%;
}

.hatch-gcont-4 {
    width: 3.8%;
    top: 22.5%;
    left: 25.9%;
}

.hatch-gcont-5 {
    width: 3.6%;
    top: 23.3%;
    left: 21.8%;
}

/* COUPE */

.coupe-gcont-2,
.coupe-gcont-1 {
    width: 25.6%;
    top: 23.1%;
    left: 39.7%;
}

.coupe-gcont-2 {
    width: 8.8%;
    top: 25.8%;
    left: 29.1%;
}

/* STATION WAGON */

.station-gcont-5,
.station-gcont-4,
.station-gcont-3,
.station-gcont-2,
.station-gcont-1 {
    width: 3.5%;
    top: 30%;
    left: 63.1%;
}

.station-gcont-2 {
    width: 17.6%;
    top: 20.3%;
    left: 45.6%;
}

.station-gcont-3 {
    width: 11.5%;
    top: 20.2%;
    left: 32.1%;
}

.station-gcont-4 {
    width: 5%;
    top: 21.6%;
    left: 26.9%;
}

.station-gcont-5 {
    width: 12.7%;
    top: 22.5%;
    left: 16.4%;
}

/* FURGON */

.furgon-gcont-3,
.furgon-gcont-2,
.furgon-gcont-1 {
    top: 11.8%;
    left: 10.4%;
    width: 28%;
}

.furgon-gcont-2 {
    top: 12.1%;
    left: 59.5%;
    width: 14%;
}

.furgon-gcont-3 {
    top: 12.1%;
    left: 73.8%;
    width: 14%;
}


/* GLASS ANIMATION */

.furgon-gcont-3 img,
.furgon-gcont-2 img,
.furgon-gcont-1 img,
.station-gcont-5 img,
.station-gcont-4 img,
.station-gcont-3 img,
.station-gcont-2 img,
.station-gcont-1 img,
.coupe-gcont-2 img,
.coupe-gcont-1 img,
.hatch-gcont-5 img,
.hatch-gcont-4 img,
.hatch-gcont-3 img,
.hatch-gcont-2 img,
.hatch-gcont-1 img,
.minivan-gcont-4 img,
.minivan-gcont-3 img,
.minivan-gcont-2 img,
.minivan-gcont-1 img,
.pickup-gcont-4 img,
.pickup-gcont-3 img,
.pickup-gcont-2 img,
.pickup-gcont-1 img,
.conv-gcont-3 img,
.conv-gcont-2 img,
.conv-gcont-1 img,
.suv-gcont-5 img,
.suv-gcont-4 img,
.suv-gcont-3 img,
.suv-gcont-2 img,
.suv-gcont-1 img,
.sedan-gcont-5 img,
.sedan-gcont-4 img,
.sedan-gcont-3 img,
.sedan-gcont-2 img,
.sedan-gcont-1 img {
    width: 100%;
    opacity: 0;
    -webkit-transition: all .8s;
       -moz-transition: all .8s;
        -ms-transition: all .8s;
         -o-transition: all .8s;
            transition: all .8s;
}

.furgon-gcont-3:hover img,
.furgon-gcont-2:hover img,
.furgon-gcont-1:hover img,
.station-gcont-5:hover img,
.station-gcont-4:hover img,
.station-gcont-3:hover img,
.station-gcont-2:hover img,
.station-gcont-1:hover img,
.coupe-gcont-2:hover img,
.coupe-gcont-1:hover img,
.hatch-gcont-5:hover img,
.hatch-gcont-4:hover img,
.hatch-gcont-3:hover img,
.hatch-gcont-2:hover img,
.hatch-gcont-1:hover img,
.minivan-gcont-4:hover img,
.minivan-gcont-3:hover img,
.minivan-gcont-2:hover img,
.minivan-gcont-1:hover img,
.pickup-gcont-4:hover img,
.pickup-gcont-3:hover img,
.pickup-gcont-2:hover img,
.pickup-gcont-1:hover img,
.conv-gcont-3:hover img,
.conv-gcont-2:hover img,
.conv-gcont-1:hover img,
.suv-gcont-5:hover img,
.suv-gcont-4:hover img,
.suv-gcont-3:hover img,
.suv-gcont-2:hover img,
.suv-gcont-1:hover img,
.sedan-gcont-5:hover img,
.sedan-gcont-4:hover img,
.sedan-gcont-3:hover img,
.sedan-gcont-2:hover img,
.sedan-gcont-1:hover img {
    opacity: 1;
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
}

/* RESPONSIVE */

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {

    #footerTopSection ul li {
        width: 100%;
        margin-bottom: 25px;
    }

    .slide-wrap {
        height: 350px;
    }

    .caption-wrap {
        width: 100%;
    }

    #sliderSection .carousel-caption {
        width: 90%;
        overflow: visible;
    }

    #sliderSection .carousel-caption h1 {
        font-size: 36px;
    }

    #headerTopSection .row .col-xs-12,
    #footerBottomSection .row .col-xs-12 {
        text-align: center;    
    }

    #footerBottomSection .row .col-xs-12:first-child {
        margin-bottom: 1em;
    }

    .cot-selectbox {
        font-size: 0.9em;
    }

    .btn-success,
    .cot-btn-back {
        width: 100%;
        margin-bottom: 1em;
        font-size: 1.2em;
    }

    #bodySection {
        min-height: 250px;
        padding: 20px 0;
        background-color: #f1f2f2;
    }

    .item-row {
        margin-top: 1em;
        margin-bottom: 1em;
    }

}

