﻿
#master.noimage {
    margin-top: 150px;
}

#masterImage {
    margin: 102px 0 0;
    position: relative;
}

#masterImageBottom {
    background-size: 100% auto;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}

#masterTitle {
    background: #d6d6d6;
    font-weight: 100;
    font-size: 51px;
    line-height: 20px;
    color: #0d446d;
}

    #masterTitle.yellow {
        background: #ffcc00;
        border-top: 1px #fff solid;
        height: 55px;
    }

    #masterTitle.fixed {
        position: fixed;
        top: 67px;
        width: 100%;
        left: 0;
        z-index: 100;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -o-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #moveTab li:last-child a {
        padding: 15px 32px 12px 33px !important;
    }
}

#masterNoImageTitle {
    font-weight: 100;
    font-size: 41px;
    line-height: 41px;
    color: #0d446d;
}

#masterTitle .social {
    font-size: 14px;
    background: url("../images/masterTitleSocialIcon.png") right center no-repeat;
    /*line-height: 51px;*/
    text-align: right;
    padding: 15px 60px 15px 0;
}

#breadcrumb {
    background: #F5F5F5;
    margin: 0 0 30px;
    /*padding: 0 0 0 5px;*/
}

    #breadcrumb .breadcrumb {
        margin: 0;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        -o-border-radius: 0;
        padding: 8px 0 6px;
    }

        #breadcrumb .breadcrumb > li + li:before {
            content: "| ";
            margin-left: 5px;
            color: #ccc;
            font-weight: 300;
        }

        #breadcrumb .breadcrumb li a {
            color: #666;
            font-weight: 300;
        }

        #breadcrumb .breadcrumb li.active a {
            color: #19659F;
        }

#master.noimage #breadcrumb {
    background: none;
}

    #master.noimage #breadcrumb .breadcrumb {
        padding: 8px 15px 5px;
        border: 1px #eee solid;
        background: none;
    }

#masterText {
    font-weight: 300;
    font-size: 17px;
    color: #3d3f40;
}

    #masterText h2 {
        font-weight: 500;
        margin: 0 0 20px;
        font-size: 21px;
    }

    #masterText table.block {
        width: 100%;
        table-layout: fixed;
    }

        #masterText table.block tr {
            vertical-align: top;
        }

            #masterText table.block tr td {
                border-left: 1px #eee solid;
                padding: 0 0 0 50px;
            }

                #masterText table.block tr td:first-child {
                    border: none;
                    padding: 0;
                }

                #masterText table.block tr td h2 {
                    color: #135180;
                }

                #masterText table.block tr td ul {
                    padding: 0;
                    list-style: inside square;
                }

#submenu {
    list-style: none;
    text-align: right;
    margin: 0 0 50px;
    padding: 0;
}

    #submenu li {
        padding: 5px 0;
    }

        #submenu li a {
            color: #029184;
            font-weight: 300;
            font-size: 17px;
            display: block;
            transition: font-weight .5s ease;
            -moz-transition: font-weight .5s ease;
            -webkit-transition: font-weight .5s ease;
            -o-transition: font-weight .5s ease;
        }

        #submenu li.active a,
        #submenu li:hover a {
            font-weight: 700;
        }


.model {
    border-radius: 0;
    border: none !important;
    box-shadow: none;
}

    .model .panel-heading {
        background: url("../images/bgH.png") repeat-x #135281;
        color: #fff;
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        border: none;
        overflow: hidden;
        transition: background 1s ease;
        -moz-transition: background 1s ease;
        -webkit-transition: background 1s ease;
        -o-transition: background 1s ease;
    }

        .model .panel-heading a {
            color: #fff;
        }

        .model .panel-heading span {
            background: url(../images/modellerFooter.png) no-repeat;
            display: inline-block;
            height: 18px;
            width: 32px;
            position: relative;
            top: 4px;
            left: 0;
            transition: left .5s ease,width .5s ease;
            -moz-transition: left .5s ease,width .5s ease;
            -webkit-transition: left .5s ease,width .5s ease;
            -o-transition: left .5s ease,width .5s ease;
        }

            .model .panel-heading span.tou {
                background-position: 2px 0;
            }

            .model .panel-heading span.sco {
                background-position: 2px -25px;
            }

            .model .panel-heading span.cub {
                background-position: 2px -55px;
            }

            .model .panel-heading span.atv {
                background-position: 2px -88px;
            }

            .model .panel-heading span.cro {
                background-position: 2px -116px;
            }

            .model .panel-heading span.end {
                background-position: 2px -148px;
            }

            .model .panel-heading span.emo {
                background-position: 2px -177px;
            }

            .model .panel-heading span.cmf {
                background-position: 2px -207px;
            }

    .model .wrapper {
        border-radius: 0 0 30px 30px;
        -moz-border-radius: 0 0 30px 30px;
        -webkit-border-radius: 0 0 30px 30px;
        -o-border-radius: 0 0 30px 30px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0,0,0,.2);
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: #029184;
        transition: border-color .5s ease;
        -moz-transition: border-color .5s ease;
        -webkit-transition: border-color .5s ease;
        -o-transition: border-color .5s ease;
    }

        .model .wrapper img {
            transform: scale(1);
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -ms-transform: scale(1);
            transition: transform .5s ease;
            -moz-transition: transform .5s ease;
            -webkit-transition: transform .5s ease;
            -o-transition: transform .5s ease;
            left: 0;
            position: relative;
        }

    .model:hover .panel-heading {
        background: #273037;
    }

        .model:hover .panel-heading span {
            width: 0;
            left: -60px;
        }

    .model:hover .wrapper {
        border-color: #273037;
    }

        .model:hover .wrapper img {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -o-transform: scale(1.03);
            -ms-transform: scale(1.03);
        }

#modelList {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #FFCC00;
    width: 91%;
}

    #modelList li {
        margin: 2px 0;
        background: rgb(237,237,237);
        background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
        background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
        background: -o-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
        background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
        padding: 3px 10px 2px;
        border-left: 5px #014372 solid;
        transition: border-color .5s ease,border-width .5s ease;
        -moz-transition: border-color .5s ease,border-width .5s ease;
        -webkit-transition: border-color .5s ease,border-width .5s ease;
        -o-transition: border-color .5s ease,border-width .5s ease;
    }

        #modelList li a {
            font-size: 15px;
            color: #014372;
            display: block;
        }

        #modelList li:hover,
        #modelList li.active {
            border-color: #FFCC00;
            border-width: 10px;
        }

    #modelList.fixed {
        position: fixed;
        top: 100px;
        z-index: 10000;
    }

    #modelList.max {
        position: relative;
    }

.product {
    border-bottom: 5px #eee solid;
    margin-bottom: 20px;
    padding: 0 0 20px;
}

    .product a.name {
        color: #014372;
        font-size: 45px;
        font-weight: 700;
        display: block;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .product p {
        padding: 10px 0;
        border-top: 0px #014372 solid;
        border-bottom: 0px #014372 solid;
    }

    .product .button {
        border: 3px #f09007 solid;
        display: inline-block;
        padding: 8px 10px 5px;
        color: #f09007;
    }


#colorsMin ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

    #colorsMin ul li {
        display: inline-block;
        height: 28px;
        line-height: 31px;
        font-size: 12px;
        vertical-align: top;
        margin-right: 10px;
        color: #666;
    }

        #colorsMin ul li.color {
            width: 28px;
            border: 2px #eee solid;
            border-radius: 24px;
            -moz-border-radius: 24px;
            -webkit-border-radius: 24px;
            -o-border-radius: 24px;
            padding: 2px;
            margin: 0;
        }

            #colorsMin ul li.color .wrap {
                width: 20px;
                height: 20px;
                border-radius: 16px;
                -moz-border-radius: 18px;
                -webkit-border-radius: 18px;
                -o-border-radius: 18px;
                margin: 0 5px 0 0;
                cursor: pointer;
            }

            #colorsMin ul li.color.active,
            #colorsMin ul li.color:hover {
                border-color: #000;
            }


#popup {
    height: 206px;
    position: absolute;
    width: 382px;
    z-index: 100001;
}

#popup_bg {
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    z-index: 100000;
    position: absolute;
}

#popupClose {
    width: 29px;
    height: 48px;
    right: -29px;
    top: 5px;
    cursor: pointer;
    position: absolute;
}

.mesajlar {
    position: relative;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    font-family: 'bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 17px 17px 17px 60px;
}

.mesaj1 {
    border: 5px solid #64af17;
}

.mesaj2 {
    border: 5px solid #c60900;
}

.mesaj3 {
    border: 5px solid #c60900;
}

.mesaj1 span {
    background: url(../images/popup-sonuc.png) no-repeat 0% 0%;
    width: 32px;
    height: 32px;
    left: 12px;
    top: 12px;
    position: absolute;
}

.mesaj2 span {
    background: url(../images/popup-sonuc.png) no-repeat 0 50%;
    width: 32px;
    height: 32px;
    left: 12px;
    top: 12px;
    position: absolute;
}

.mesaj3 span {
    background: url(../images/popup-sonuc.png) no-repeat 0 100%;
    width: 32px;
    height: 32px;
    left: 12px;
    top: 12px;
    position: absolute;
}

.close1 {
    background: url(../images/popup-close.png) no-repeat 100% 0%;
}

.close2 {
    background: url(../images/popup-close.png) no-repeat 50% 100%;
}

.close3 {
    background: url(../images/popup-close.png) no-repeat 50% 100%;
}

.dn {
    display: none;
}

#faq {
    font-size: 14px;
    line-height: 24px;
}

    #faq h2 {
        color: #0C426B;
        background: url("../images/faq-question.png") 0 0 no-repeat;
        padding: 3px 0 17px 35px;
        border-bottom: 1px #ddd solid;
        font-size: 19px;
    }

        #faq h2.year {
            background: url("../images/year.png") 0 0 no-repeat;
            margin-bottom: 0;
        }

    #faq ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #faq ul li {
            background: url("../images/faq-arrow.png") 0 3px no-repeat;
            padding: 0 0 0 25px;
        }

    #faq .item {
        background: #f7f7f7;
        padding: 25px 30px;
        margin: 0 0 20px;
        border-radius: 5px;
        border: 1px #eee solid;
    }


    #faq.year .panel {
        overflow: hidden;
        margin: 17px 0 0;
    }

        #faq.year .panel .panel-heading a {
            color: #fff;
        }

        #faq.year .panel .panel-footer {
            background: #fff;
        }

#faqCategories {
    background: #029184;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 5px;
}

    #faqCategories a {
        display: inline-block;
        margin: 0 10px 0 0;
        padding: 2px 10px 0;
        border: 1px #eee solid;
        border-radius: 3px;
        font-size: 14px;
        background: #029184;
        border-color: #029184;
        color: #fff;
        position: relative;
    }

        #faqCategories a:hover,
        #faqCategories a.active {
            background: #FFCC00;
            border-color: #FFCC00;
            color: #029184;
        }

            #faqCategories a:hover:after,
            #faqCategories a.active:after {
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 10px 10px 0 10px;
                border-color: #ffcc00 transparent transparent transparent;
                position: absolute;
                bottom: -10px;
                left: calc(50% - 10px);
                left: -moz-calc(50% - 10px);
                left: -webkit-calc(50% - 10px);
                left: -o-calc(50% - 10px);
            }

.radiobutton {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radiobutton label {
        font-weight: 400;
        font-size: 16px;
        margin-left: 5px;
    }

    .radiobutton li {
        display: inline-block;
        margin-right: 10px;
    }

.radiobuttonTable {
    width: 100%;
    font-size: 15px;
    margin: 20px 0;
    border: 1px #ccc solid;
    padding: 0;
    border-collapse: separate;
    background: #fefefe;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .radiobuttonTable tr td,
    .radiobuttonTable tr th {
        text-align: center;
    }

        .radiobuttonTable tr td:first-child {
            width: 200px;
            text-align: left;
        }

    .radiobuttonTable tr th {
        background: rgb(255,255,255);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
        padding: 8px 0 5px;
    }

    .radiobuttonTable tr td {
        border-top: 1px #eee solid;
        padding: 5px 10px;
    }

.jumbotron.form h2 {
    font-size: 20px !important;
    background: #0d446d;
    color: #fff;
    padding: 15px 20px 10px;
    border-radius: 5px;
}

.number {
    text-align: center;
    position: relative;
}

    .number .wrapper {
        min-height: 220px;
        text-align: center;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        text-shadow: 2px 2px 2px rgba(0,0,0,.2);
    }

    .number .odometer {
        font-size: 200px;
        line-height: 200px;
        font-weight: 700;
        color: #0d446d;
    }

    .number p {
        font-size: 30px;
        color: #666;
    }

    .number.con1, .number.con3, .number.con5, .number.con7, .number.con9 {
        background: #fff;
    }

    .number.con2, .number.con4, .number.con6, .number.con8 {
        background: #eee;
    }

    .number.image {
        background-size: 100% auto !important;
        background-position: center center !important;
    }

        .number.image .odometer {
            color: #fff;
        }

        .number.image p {
            color: #fff;
        }

#numberDotPager {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

    #numberDotPager li {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        -o-border-radius: 16px;
        background: #083B60;
        text-indent: -999em;
        margin-left: 5px;
        cursor: pointer;
    }

        #numberDotPager li:hover,
        #numberDotPager li.active {
            background: #FFCC00;
        }

        #numberDotPager li:first-child {
            margin: 0;
        }

.news h2 {
    margin: 0 0 10px !important;
}

    .news h2 a {
        color: #000;
        font-size: 20px;
    }

.news p small {
    font-size: 12px;
}

.news .text {
    font-size: 15px;
}

.news .photos {
    background: rgb(237,237,237);
    background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
    color: #0d446d;
    padding: 10px 15px 5px;
    font-size: 16px;
}

#address {
    margin: 20px 0 0;
}

    #address th {
        background: url("../images/bgH.png") 0 0 repeat-x;
        color: #fff;
        border-color: #083C61;
    }

    #address td {
        font-size: 14px;
        border-color: #083C61;
    }

.dealerDetails {
    width: 500px;
}

#compare {
    width: 100%;
    table-layout: fixed;
}

    #compare td {
        vertical-align: middle;
        border: none;
        font-size: 14px;
        text-align: center;
    }

    #compare .spec td:first-child {
        font-weight: 600;
        font-size: 14px;
        color: #029184;
        text-align: left;
    }

    #compare tr:nth-child(2n) td {
        background: #efefef;
    }

    #compare h3 {
        color: #029184;
    }

    #compare tr.spec:hover td {
        background: #029184;
        color: #fff !important;
    }

#videos .video {
    font-size: 13px;
}

    #videos .video a {
        color: #000;
    }

    #videos .video .panel-footer {
        border: none;
    }

    #videos .video:hover .panel-footer {
        background: #18639C;
    }

        #videos .video:hover .panel-footer a {
            color: #fff;
        }

.bullets .panel-footer {
    padding: 0;
}

.bullets .preview {
    display: block;
    text-align: left;
    padding: 5px 10px;
}

#bulletsocial {
    margin: 0;
}

    #bulletsocial div[class^=col] {
        padding: 0;
    }

.socialwrap a {
    display: block;
    text-indent: -999em;
    padding: 5px 0;
    transition: background-color .5s ease;
    -moz-transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
}

    .socialwrap a.fb {
        background: url("../images/facebook.png") center center no-repeat #3864A3;
    }

    .socialwrap a.tw {
        background: url("../images/twitter.png") center center no-repeat #659FCB;
    }

    .socialwrap a:hover {
        background-color: #FFCC00;
    }
