﻿/**header*/
@charset "utf-8";
@import url(fonts.css);

h1, h2, h3, h4 {
    font-family: 'NeueHaasGrotDisp65Medium',sans-serif !important;
}

.clear {
    clear: both;
}

body {
    font-family: 'proxima_nova_rgregular', sans-serif !important;
    font-weight: 400;
}

header {
    width: 100%;
    height: 104px;
    background: #000000;
}

#header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 104px;
}

.navbar-nav {
    float: right !important;
    margin-top: 40px !important;
}

.container-fluid {
    padding-right: 0px !important;
}

.navbar-default {
    background-color: #fefefe !important;
    border-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    background-image: none !important;
    z-index: 999;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        color: #808080 !important;
        padding: 10px 9px !important;
        font-family: 'NeueHaasGrotDisp55Roman',sans-serif;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #be1027 !important;
            background-image: none !important;
            box-shadow: none !important;
            background: transparent !important;
        }

    .navbar-default .navbar-nav > .active > a {
        color: #be1027 !important;
        background-image: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }

    .navbar-default .navbar-nav .main_selected {
        color: #be1027 !important;
        background-image: none !important;
        box-shadow: none !important;
        background: transparent !important;
    }


.navbar-brand {
    padding: 25px 0px !important;
}

.navbar-nav > li > a {
    text-shadow: none !important;
}

/** Slider */

#main {
    position: relative;
}

.searchBar {
    position: absolute;
    height: 40px;
    top: 0;
    z-index: 99;
    width: 100%;
}

    .searchBar .col-md-2.sm, .searchBar .col-md-2.sml {
        height: 40px;
        background: rgba(34,34,34, 0.7);
    }

    .searchBar .col-md-2.sml {
        float: right;
    }

    .searchBar .col-md-6.lrg, .searchBar .col-md-2.sm-sb {
        height: 40px;
        background: rgba(34,34,34, 0.7);
    }

    .searchBar .col-md-6.lrg, .searchBar .col-md-2.sm, .searchBar .col-md-2.sm-sb {
        margin-right: 3.7px;
    }

#bannerWrapper .searchBar {
    top: 104px;
}

.col-md-6.lrg input {
    border: none;
    background: transparent;
    padding-top: 3px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    font-size: 16px;
    outline: 0px;
    font-family: 'NeueHaasGrotDisp55Roman', sans-serif;
}

.col-md-2.sm-sb button {
    width: 100%;
    height: 40px;
    border: none;
    background: none;
    font-size: 16px;
    color: white;
    font-family: 'NeueHaasGrotDisp55Roman', sans-serif;
    font-weight: normal;
}

    .col-md-2.sm-sb button:hover, .col-md-2.sm-sb button:active, .col-md-2.sm-sb .active {
        background: #be1027;
        background: rgba(190,16,39, 0.9);
        color: white;
    }

    .col-md-2.sm-sb button a, .col-md-2.sm-sb button a:hover, .col-md-2.sm-sb button a:focus {
        color: #9c9c9a !important;
        text-decoration: none !important;
        font-size: 14px;
        color: white;
    }

.col-md-6.lrg img {
    float: right;
    position: absolute;
    right: 9px;
    top: 9px;
}

.searchBar .col-md-6.lrg, .searchBar .col-md-2.sm-sb {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.bannerRect {
    position: absolute;
    margin-top: -70px;
}

    .bannerRect .price {
        float: right;
        margin-top: -68px;
        right: 230px;
        z-index: 9999;
        position: absolute;
    }

        .bannerRect .price p {
            font-size: 45px;
            color: #d0112b;
            font-weight: bold;
        }

/**slider*/

#owl-demo .item img {
    display: block;
    width: 100%;
    max-width: 1400px;
    height: auto;
    margin: 0 auto;
}

#owl-demo .item {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    max-height: 447px;
    overflow: hidden;
    background: url('../images/banner_back_.jpg') repeat-x;
    background-position: top;
    background-color: #cccccc;
}

.bottomSlider #owl-demo .item img {
    width: auto;
}

.owl-pagination {
    display: none !important;
}

.owl-theme .owl-controls {
    margin-top: 0px !important;
}

    .owl-theme .owl-controls .owl-buttons div {
        width: 47px;
        height: 37px;
    }

#main .owl-buttons {
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: 347px;
}

#main .owl-theme .owl-controls .owl-buttons .owl-prev, #main .owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 1px !important;
    color: transparent !important;
    opacity: 1;
}

#main .owl-theme .owl-controls .owl-buttons .owl-prev,
#content .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url('../images/slider-left-arrow.png') no-repeat;
    background-position: 0px 0px;
}

    #main .owl-theme .owl-controls .owl-buttons .owl-prev:hover,
    #content .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
        background: url('../images/slider-left-arrow.png') no-repeat;
        background-position: 0px -37px;
    }

#main .owl-theme .owl-controls .owl-buttons .owl-next,
#content .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url('../images/slider-right-arrow.png') no-repeat;
    background-position: 0px 0px;
}

    #main .owl-theme .owl-controls .owl-buttons .owl-next:hover,
    #content .owl-theme .owl-controls .owl-buttons .owl-next:hover {
        background: url('../images/slider-right-arrow.png') no-repeat;
        background-position: 0px -37px;
    }

.text-area {
    margin-left: auto;
    margin-right: auto;
    width: 84%;
    position: absolute;
    top: 32%;
}

.top-text p {
    float: right;
    color: #000000;
    text-align: right;
    font-size: 36px;
    margin-top: 12px;
    font-weight: normal;
    margin-right: 47px;
    font-family: NeueHaasGrotDisp65Medium, sans-serif;
    text-align: left;
    line-height: 36px;
}

    .top-text p .small {
        font-size: 24px;
        margin-top: -15px;
        margin-bottom: 10px;
        font-weight: normal;
        font-family: NeueHaasGrotDisp55Roman, sans-serif;
        text-align: left;
        line-height: 24px;
        letter-spacing: -0.8px;
    }

/** lof slider news*/

.lof-slidecontent {
    position: relative;
    overflow: hidden;
}

    .lof-slidecontent .preload {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100000;
        text-align: center;
        background: #FFF;
    }

        .lof-slidecontent .preload div {
            height: 100%;
            width: 100%;
            background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
        }

    .lof-slidecontent .sliders-wrapper {
        position: relative;
        height: 100%;
        width: 900px;
        z-index: 3px;
        overflow: hidden;
    }

    .lof-slidecontent ul.sliders-wrap-inner {
        overflow: hidden;
        background: transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
        padding: 0px;
        margin: 0;
        position: absolute;
        overflow: hidden;
    }

        .lof-slidecontent ul.sliders-wrap-inner li {
            overflow: hidden;
            padding: 0px;
            margin: 0px;
            float: left;
            position: relative;
        }

    .lof-slidecontent .lof-opacity li {
        position: absolute;
        top: 0;
        left: 0;
        float: inherit;
    }

    .lof-slidecontent .navigator-content {
        position: absolute;
        float: left;
        top: 00px;
        z-index: 9;
        overflow: hidden;
        color: #FFF;
    }

.main-slider-content {
    float: right;
}

.lof-slidecontent .navigator-wrapper {
    position: relative;
    z-index: 10;
    height: 180px;
    float: left;
}

.lof-slidecontent ul.navigator-wrap-inner {
    top: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
}

    .lof-slidecontent ul.navigator-wrap-inner li {
        cursor: hand;
        color: #515151;
        cursor: pointer;
        list-style: none;
        padding: 0;
        overflow: hidden;
        float: left;
        display: block;
        text-align: center;
    }

/*******************************************************/

ul.sliders-wrap-inner li img {
    padding: 0px;
}

.lof-slidecontent .item-meta a:hover {
    text-decoration: underline;
}

.lof-slidecontent .item-meta i {
    font-size: 70%;
}

/* item navigator */
.lof-slidecontent ul.navigator-wrap-inner li.active {
    color: #FFF;
}

.lof-slidecontent ul.navigator-wrap-inner li > div {
    background: #ededed;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 12px;
    font-family: 'proxima_novasemibold', sans-serif;
}

.lof-slidecontent ul.navigator-wrap-inner li {
    display: table;
}

    .lof-slidecontent ul.navigator-wrap-inner li > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .lof-slidecontent ul.navigator-wrap-inner li.active div {
        background: #515151;
        color: #FFF !important;
        width: 99px;
        height: 53px;
        display: block;
        display: table-cell;
    }

        .lof-slidecontent ul.navigator-wrap-inner li.active div .rec {
            width: 8;
            height: 17;
            float: left;
            margin-left: 90px;
            position: absolute;
            top: 34%;
            background: url('../images/sign-arrow.png') no-repeat;
        }

    .lof-slidecontent ul.navigator-wrap-inner li img {
        height: 35px;
        width: 60px;
        margin: 15px 15px 10px 0px;
        float: left;
        padding: 3px;
    }

    .lof-slidecontent ul.navigator-wrap-inner li.active img,
    .lof-slidecontent ul.navigator-wrap-inner li:hover img {
    }

ul.lof-main-wapper li {
    position: relative;
}

.lof-slidecontent .navigator-content, .lof-slidecontent ul.navigator-wrap-inner li {
    overflow: visible;
}

/** main second */

#main-second {
    overflow: hidden;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#main-second .container .col-md-6, #main-second .container .col-md-3,
#sideBar .container .col-md-4, #sideBar .container .col-md-3,
#sideBarBottom .container .col-md-6, #sideBarBottom .container .col-md-3,
#footer-first .container .col-md-6, #footer-first .container .col-md-3,
#footer-second .container .col-md-6, #footer-second .container .col-md-3,
#content .container .col-md-6, #content .container .col-md-12,
#content .container .col-md-8, #content .container .col-md-4,
#content .container .col-md-2, #content .container .col-md-9 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#main-second .title {
    margin-top: 33px;
    margin-bottom: 20px;
    color: #515151;
    font-size: 25px;
    font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
}

    #main-second .title.red {
        font-family: 'proxima_novasemibold',sans-serif;
        margin-top: 10px;
        margin-bottom: 7px;
        color: #d0112b;
        font-size: 18px;
    }

#main-second .subText {
    font-family: 'proxima_nova_rgregular',sans-serif;
    font-size: 14px;
    width: 98%;
}

section {
    margin-bottom: 30px;
}

/**FRACTION SLIDER*/
/* SLIDER STYLES */

.slider-wrapper {
    position: relative;
    width: 100%;
    background: #606060;
    height: 240px;
}

.slider {
    position: relative;
    width: 100%;
    /*	height:400px; when responsive, comment this out */
    margin: 0 auto;
}

@media only screen and (min-width: 1000px) {
    .slider {
        width: 1000px;
    }
}

@media only screen and (min-width: 1440px) {
    .slider {
        width: 1440px;
    }
}

.slide p {
    position: absolute;
    top: -200px;
    z-index: 8000;
    padding: 1% 3%;
    font-size: 26px;
    line-height: 100% color:#fff;
    white-space: nowrap;
    color: #FFFFFF;
}

.claim {
    line-height: 100%;
}

.teaser {
    padding: 0.5% 1.5%;
    font-size: 14px !important;
    line-height: 100%;
}


.green {
    background: #7CB761;
}

.orange {
    color: #FFFFFF;
    text-align: center;
    line-height: 2;
    font-size: 14px;
}

.turky {
    background: #348E8A;
}

.white {
    background: #fff;
    color: #333;
}

.fractionLink {
    width: 100%;
    margin-top: 20px;
    z-index: 99;
    position: absolute;
    text-align: center;
    font-size: 14px;
}

    .fractionLink a {
        color: #000000 !important;
        cursor: pointer;
        text-decoration: none !important;
        font-size: 14px;
    }

/**Main Third*/

aside {
    margin-top: 80px;
}

#sideBar .title {
    margin-bottom: 20px;
    color: #515151;
    font-size: 26px;
    font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
}

#sideBar .subText {
    font-size: 14px;
    width: 98%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'proxima_nova_rgregular',sans-serif;
}

.subLink a {
    color: #000000 !important;
    cursor: pointer;
    font-size: 14px;
    font-family: 'proxima_nova_rgregular',sans-serif;
}

.subLink.large {
    padding-top: 20px;
}

.modal-open .modal {
    z-index: 9999;
}

/**Footer*/

#stickyWrap {
    width: 100%;
}

html, body {
    height: 100%;
    margin: 0;
}

.stick {
    width: 140px;
    margin: 0 auto;
}

.containerAll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    color: white;
    padding-top: 0px;
    display: none;
}

    .containerAll .container {
        width: 780px !important;
        height: auto;
        margin-top: 10px;
        overflow: auto;
    }

#fastForm .form-group input, #fastForm .form-group button {
    height: 25px;
    border: none;
    border-radius: 0px;
}

#fastForm .col-md-6.sub input {
    background: #929292 !important;
    color: #FFFFFF;
}

    #fastForm .col-md-6.sub input::-webkit-input-placeholder {
        color: #FFFFFF;
    }

    #fastForm .col-md-6.sub input::-moz-placeholder { /* Firefox 19+ */
        color: #FFFFFF;
    }

    #fastForm .col-md-6.sub input:-ms-input-placeholder {
        color: #FFFFFF;
    }

#footer-first {
    height: 76px;
    background: #cfcfcf;
    border-bottom: #bbbbbb;
    margin-top: 72px;
}

#footer-second {
    height: 54px;
}

.newsletter {
    float: left;
    padding-top: 25px;
}

    .newsletter.text {
        margin-right: 15px;
        padding-top: 28px;
        font-weight: bold;
    }

    .newsletter .news-input {
        border: none;
        width: 210px;
        padding: 3px 3px 3px 6px;
        color: #636363;
        margin-right: 5px;
    }

    .newsletter .news-submit {
        background: #636363;
        color: #FFFFFF;
        border: none;
        padding: 3px;
        width: 90px;
    }

#footer-first .number {
    float: right;
    font-size: 18px;
    font-weight: bold;
    font-family: 'proxima_nova_rgregular', sans-serif;
    padding-top: 19px;
}

    #footer-first .number b {
        font-size: 36px;
    }

#footer-second img {
    float: right;
}

#footer-second .col-md-6 {
    font-size: 12px;
    padding-top: 19px;
}

.sideBar.left {
    float: left;
}

.sideBar.right {
    float: right;
}

/**Sub Pages*/

.banner img {
    margin: 0 auto;
}

.mainTitle .container p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #515151;
    font-size: 28px;
    text-align: center;
    padding-bottom: 0px;
    font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
    font-weight: normal;
}

.mainTitle .container h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #515151;
    font-size: 28px;
    text-align: center;
    padding-bottom: 0px;
    font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
    font-weight: normal;
}

.mainArea .container .col-md-4 {
    width: 30%;
    margin-left: 30px;
}

    .mainArea .container .col-md-4 img {
        margin-bottom: 10px;
    }

.mainArea .container.top {
    margin-top: 25px;
}

.mainArea {
    margin-bottom: 30px;
}

#content .mainArea {
    margin-top: 20px;
}

#content .subTitle {
    font-size: 22px;
    color: #515151;
    margin-bottom: 5px;
    font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
    margin-top: 13px;
    line-height: 22px;
}

#content .subLink {
    font-size: 16px;
    color: #515151;
    font-family: 'proxima_nova_rgregular',sans-serif;
}

.banner img {
    width: 100%;
}

.banner .detay {
    width: 100%;
    /*padding-top:60px;*/
}

#bannerWrapper .text-area {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

#bannerWrapper .top-text p {
    text-align: left;
}

#bannerWrapper .top-text .detay {
    text-align: left;
    text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}

.fix-button {
    position: absolute;
    top: 305px;
    right: 0;
    z-index: 100;
}
.fix-button2 {
    position: absolute;
    top: 360px;
    right: 0;
    z-index: 100;
    overflow:hidden;
}
.fix-button2 img{
        position: relative;
    right: -160px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.fix-button2 img:hover{
    right:0;
}


#main-second .title.red {
    margin-top: 10px;
    margin-bottom: 7px;
    color: #d0112b;
    font-size: 18px;
}

.mainArea .subText {
    font-size: 14px;
}

.mainArea .title.red {
    color: #d0112b;
    font-size: 20px;
    font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
}

.mainArea .title.bold {
    font-size: 18px;
    font-family: 'proxima_novasemibold',sans-serif;
}

.mainArea .col-md-4 .right {
    float: right;
}

.mainArea .container.bottom-md {
    margin-bottom: 40px;
}

.col-md-8 .title.red p:nth-child(2) {
    margin-top: -12px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: transparent !important;
    -moz-border-radius: 1px;
    border-radius: 1px !important;
    color: transparent;
    opacity: 1 !important;
}

.bottomSlider {
    margin-bottom: 40px;
}

#content .owl-buttons {
    position: absolute;
    top: 37%;
}

#content .owl-theme .owl-controls .owl-buttons .owl-prev {
    margin-left: -46px;
}

#content .owl-theme .owl-controls .owl-buttons .owl-next {
    margin-left: 935px;
    position: absolute;
}

.mainArea .subText.center {
    text-align: center;
}

.mainTitle .col-md-12.leftsm p {
    text-align: left;
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0px;
}

#contactForm .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#contactForm .form-control {
    width: 97.4% !important;
    height: 42px;
    border-radius: 1px;
    background: #f9f9f9;
    border: 1px solid #adadad;
}

textarea.form-control {
    height: 156px !important;
    resize: none;
    float: right;
}

#contactForm button {
    width: 170px;
    height: 40px;
    background: #515151;
    color: #FFFFFF;
    border-radius: 1px;
    font-weight: bold;
    font-size: 16px;
    float: right;
}

#contactTable th {
    padding-right: 30px;
}

#contactTable tr, #contactTable th, #contactTable td {
    padding-bottom: 10px;
}

.bottomTitle {
    font-size: 20px;
    color: #515151;
    margin-bottom: 10px;
    margin-top: 30px;
}

.container.border {
    border-top: 1px solid #adadad;
    margin-top: 40px;
}

#contactTable tr:nth-child(1) th {
    padding-bottom: 30px;
}

.mainTitle.non-border .container p {
    border: none;
    padding-bottom: 0px;
}

.mainMiddle .container p {
    border-bottom: 1px solid #adadad;
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
    font-family: 'proxima_nova_rgregular', sans-serif;
}

#bottomE, #bottomL, #bottomM, #bottomP {
    border-bottom: 1px solid #adadad;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.levelText {
    color: #d0112b;
    font-size: 20px;
    text-align: center;
    width: 90%;
    font-family: 'NeueHaasGrotDisp55Roman', sans-serif;
    margin-bottom: 25px;
}

/** Döviz Kuru Hesaplama*/

.calculate {
    width: 167px;
    height: 243px;
    background: #606060;
    float: right;
}

.close-icon img {
    float: left;
    margin-top: 65px;
    cursor: pointer;
}

.exchange img {
    cursor: pointer;
}

.calcWrapper {
    width: 217px;
    height: 211px;
    position: absolute;
    top: 170px;
    right: 0px;
    display: none;
    z-index: 999;
}

.incept {
    padding-top: 10px;
}

    .incept p {
        color: #FFFFFF;
        text-align: center;
    }

    .incept input, .incept select {
        width: 130px;
        height: 30px;
        background: #9d9d9d;
        color: #FFFFFF;
        border: none;
        padding-left: 5px;
    }

    .incept .result {
        background: #727272;
        margin-bottom: 0px;
    }

    .incept button {
        background: #d0112b;
        color: #FFFFFF;
        border: none;
        width: 130px;
        height: 30px;
        cursor: pointer;
    }

    .incept select, .incept input, .incept button {
        margin-bottom: 10px;
        margin-left: 19px;
    }

.mainTitle.detail {
    padding-top: 40px;
}


/** Detaylı Ara */

.listModel, .listBrand {
    width: 300px;
    background: #5b5b5b;
    color: #FFFFFF;
    padding-left: 7px;
    border: none;
}

.selectTitle {
    width: 300px;
    height: 40px;
    background: #ededed;
}

    .selectTitle p {
        color: #cb162f;
        padding-left: 10px;
        font-weight: bold;
        padding-top: 10px;
        font-size: 14px;
    }

.shift, .fuel, .safebox, .plan, .monthPay, .monthNum, .boxDuties .title {
    background: #5b5b5b;
    width: 100%;
    border: none;
    color: #FFFFFF;
    height: 30px;
    /*cursor: pointer;*/
    padding-left: 10px;
}

.monthPay, .monthNum, .boxDuties .title {
    height: 40px;
    margin-bottom: 5px;
}

.boxDuties .title {
    margin-bottom: 0px !important;
}

    .boxDuties .title p {
        margin-top: 10px;
    }

.boxDuties .title, .dutyWrap {
    float: left;
}

.dutyWrap {
    width: 100%;
    background: #eaeaea;
}

.dutyText {
    padding: 15px;
}

    .dutyText img, .dutyText p {
        float: left;
    }

    .dutyText img {
        padding-top: 5px;
        padding-right: 5px;
    }

    .dutyText p {
        font-size: 12px;
        width: 92%;
    }

.col-md-4 .containerBorder {
    border-left: 1px solid #d1d1d1;
}

.brandTitle {
    font-size: 24px;
    font-family: 'NeueHaasGrotDisp65Medium', sans-serif;
    color: black;
}

    .brandTitle.s {
        font-size: 18px;
        font-family: 'NeueHaasGrotDisp55Roman', sans-serif;
        color: black;
    }

.multiSelect {
    margin-bottom: 17px;
}

.grayButton, .redButton {
    width: 160px;
    height: 35px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.grayButton {
    background: #cfcfcf;
    margin-right: 10px;
}

.redButton {
    background: #d01b33;
}

.searchSubmit {
    float: right;
    margin-top: 40px;
}

.mainArea .container.tabs {
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 30px;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .tg td {
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 10px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        background: #ededed;
        border: 1px solid #ffffff;
    }

    .tg th {
        font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 5px;
        border-style: solid;
        border-width: 1px;
        overflow: hidden;
        word-break: normal;
        background: #5b5b5b;
        border: 1px solid #ffffff;
        color: #fff;
        text-align: center;
    }

.selectBrand {
    width: 100%;
    height: 40px;
}

.arrow1 {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    bottom: -15px;
    border-top: 15px solid blue;
    position: absolute;
    text-align: center;
    left: 38%;
    right: 0;
}

.buttonRed {
    background: #cf112b;
    border: none;
    width: 160px;
    height: 30px;
    color: #FFFFFF;
    float: right;
}

.containerAll .title {
    border-bottom: 2px solid #929292;
    margin-bottom: 40px;
}

    .containerAll .title p {
        color: #FFFFFF;
        font-size: 30px;
        z-index: 999;
        text-align: center;
        margin-bottom: 23px;
    }

.containerSub {
    width: 835px;
    margin: 0 auto;
}

.formWrap {
    position: absolute;
    z-index: 99;
    width: 835px;
}

    .formWrap .closeForm {
        float: right;
        cursor: pointer;
    }

.tg2 {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: 'NeueHaasGrotDisp65Medium', sans-serif;
    font-weight: normal !important;
}

    .tg2 td {
        font-size: 16px;
        overflow: hidden;
        word-break: normal;
        padding-bottom: 10px;
    }

    .tg2 th {
        font-size: 16px;
        overflow: hidden;
        word-break: normal;
        color: #d0112b;
    }

    .tg2 tr:nth-child(1) th:nth-child(1) {
        padding-right: 120px;
    }

    .tg2 .tg-031e.s-right {
        border-right: 1px solid #d1d1d1;
        padding-right: 20px;
    }

    .tg2 .tg-031e.s-left {
        padding-left: 30px;
    }

.arac_karsilastirma_basliklar {
    border-bottom: 1px solid #cfcfcf;
    max-width: 460px;
    font-size: 16px;
    padding: 5px 0px 5px 0px;
}

.arac_ara {
    width: 100%;
    height: 41px;
    background: url('../images/asaya_ok.png') no-repeat right 15px center;
    background-color: #323232;
    font-family: 'NeueHaasGrotDisp55Roman', sans-serif;
    text-align: center;
    font-size: 20px;
    color: white;
    padding-top: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.arac_ara_liste_dis {
    position: absolute;
    width: 100%;
    height: 0px;
    background-color: #434343;
    font-weight: 400;
    font-size: 16px;
    color: white;
    overflow: hidden;
    z-index: 99;
    top: 41px;
}

.arac_ara_liste_dis_ic {
    width: 99%;
    height: 243px;
    overflow: auto;
    text-align: center;
    margin: 5px;
}

    .arac_ara_liste_dis_ic a {
        color: white;
    }

        .arac_ara_liste_dis_ic a:hover {
            color: white;
        }



/* Autocomplete
 
----------------------------------*/

.ui-autocomplete {
    position: absolute;
    cursor: default;
    /*height: 200px; overflow-y: scroll; overflow-x: hidden;*/
    font-family: 'NeueHaasGrotDisp55Roman',sans-serif;
    font-size: 15px;
}

.ui-autocomplete-loading {
    background: white url('../images/ui-anim_basic_16x16.gif') right center no-repeat;
}



/* workarounds */

* html .ui-autocomplete {
    width: 1px;
}
/* without this, the menu expands to 100% in IE6 */



/* Menu
 
----------------------------------*/

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: white;
    padding: 5px;
}

    .ui-menu .ui-menu {
        margin-top: -3px;
    }

    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 3px;
        width: 100%;
        cursor: pointer;
        font-size: 14px;
    }

        .ui-menu .ui-menu-item a {
            text-decoration: none;
            display: block;
            padding: .2em .4em;
            line-height: 1.5;
            zoom: 1;
        }

            .ui-menu .ui-menu-item a.ui-state-hover,
            .ui-menu .ui-menu-item a.ui-state-active {
                margin: -1px;
            }
/* Autocomplete Finish
 
----------------------------------*/

.teklif_al_button {
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -70px;
    z-index: 100;
}

.teklif_al_button_evo {
    position: fixed;
    bottom: 150px;
    left: 50%;
    margin-left: -70px;
    z-index: 100;
}

#teklifAl_ {
}

.collapse navbar-collapse ul li:hover {
    color: #be0f27;
}

.banner_div {
    position: relative;
    width: 100%;
    max-width: 980px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    /*z-index: 98;*/
    margin-top: -400px;
}

    .banner_div .buyuk_baslik {
        position: absolute;
        bottom: 130px;
        left: 0px;
        font-size: 32px;
        color: #000000;
        font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
    }

    .banner_div .kucuk_baslik {
        position: absolute;
        bottom: 100px;
        left: 0px;
        font-size: 24px;
        color: #000000;
        font-family: 'NeueHaasGrotDisp55Roman',sans-serif;
    }

.slider_link {
    width: 57px !important;
    height: 47px;
    float: left;
    margin-right: 409px !important;
    margin-top: 10px !important;
}

.banner_ {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 6px;
    background: url('../images/banner_back.jpg') repeat-x;
    background-position: bottom;
    background-color: #cccccc;
}

    .banner_ img {
        margin: 0 auto;
        width: 100%;
        max-width: 1400px;
    }

.banner {
    width: 100%;
    height: auto;
    background: url('../images/banner_back_.jpg') repeat-x;
    background-position: top;
    background-color: #cccccc;
}

    .banner img {
        margin: 0 auto;
        max-width: 1400px;
    }

.rectWrap {
    width: 100%;
    height: auto;
}

.arac_detay_fiyat_dis {
    position: absolute;
    max-height: 69px;
    bottom: 0px;
    margin: 0 auto;
    left: 50%;
}

.arac_detay_fiyat_ic {
    position: absolute;
    width: 158px;
    height: 69px;
    bottom: 0px;
    right: 32px;
    color: #d0112b;
    background: url('../images/detayfiyat-alan_€.png') no-repeat;
    padding-top: 18px;
}

    .arac_detay_fiyat_ic .ilk {
        width: auto;
        height: auto;
        font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
        font-size: 14px;
        text-align: right;
        font-weight: bold;
        padding-right: 45px;
    }

    .arac_detay_fiyat_ic .fiyat {
        font-family: 'NeueHaasGrotDisp65Medium',sans-serif;
        font-size: 43px;
        text-align: center;
        line-height: 40px;
    }

.fast_form_ddl {
    width: 100%;
    height: 25px;
    background-color: #929292 !important;
    color: #FFFFFF;
    border: 0px;
    outline: 0px;
}

.fast_form_loading {
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    z-index: 9999;
    left: 50%;
    margin-left: -25px;
    top: 204px;
    display: none;
}

.talep_secili_arac {
    background-color: white;
    color: black;
}

.arac_detay_button {
    width: 234px;
}

.responsive_slider_content {
    width: 100%;
    height: 240px;
    background-color: #606060;
}

.top-text p a:hover {
    text-decoration: none;
}

.btn_geri {
    width: 132px;
    height: 34px;
    background-color: #505050;
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    border: 0px;
    position: absolute;
    right: 0px;
    bottom: 18px;
}

.kapmpanya_detay_baslik {
    font-family: 'NeueHaasGrotDisp65Medium', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #515151;
    margin-bottom: 10px;
}

.kapmpanya_detay_text {
    font-family: 'proxima_nova_rgregular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #515151;
    margin-bottom: 20px;
}

.kampanya_btn_incele {
    width: 183px;
    height: 47px;
    background-color: #515151;
    font-family: Arial;
    font-size: 22px;
    color: #ffffff;
    border: 0px;
    margin-right: 10px;
}

.kampanya_btn_teklif_al {
    width: 183px;
    height: 47px;
    background-color: #d01b33;
    font-family: Arial;
    font-size: 22px;
    color: #ffffff;
    border: 0px;
    margin-right: 10px;
}

.kampanya_landing_baslik_alti {
    text-align: center;
    width: 100%;
    padding: 30px 0px 30px 0px;
    font-size: 18px;
    line-height: 24px;
    color: #5a5a5a;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    background-color: transparent !important;
}

.navbar-default .navbar-toggle {
    border-color: black !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #d0112b !important;
    }

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px !important;
}

.navbar-toggle .icon-bar {
    width: 36px !important;
    height: 5px !important;
    border-radius: 0px !important;
}

.navbar-toggle {
    margin-top: 0px !important;
}

.number_txt {
    width: 50px;
    height: 25px;
    background-color: #929292 !important;
    border: none;
    text-align: center;
    margin-left: 5px;
}

.number_txt_talep {
    width: 40px;
    height: 25px;
    /*background-color:#929292 !important;*/
    border: none;
    text-align: center;
    border-radius: 3px;
    color: #929292;
    outline: none;
}

.fast_form_ddl_talep {
    width: auto;
    height: 25px;
    background-color: white !important;
    color: #929292;
    border: 0px;
    outline: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 3px;
}

.linkedin{
   
    position: relative;
   left: 80px;
    top: 34px;
    height:auto;
    z-index:100;
   
}
.linkedin a{
    display:block;
    cursor:pointer;
   
}
