@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=latin-ext';
@import url('https://fonts.googleapis.com/css?family=Yellowtail');

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fullBlock {
    display: inline-block;
    width: 100%;
    position: relative;
}

    .fullBlock h2 {
        color: #fff;
        font-weight: 600;
        letter-spacing: -.9px;
        padding: 8px 10px;
        border-radius: 10px;
        display: inline-block;
        background: rgba(0, 0, 0, 0.5);
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .fullBlock .chartImg {
        margin-bottom: 10px;
        margin-top: 10px;
    }

        .fullBlock .chartImg img {
            max-width: 430px;
        }

.navbar-default {
    background-color: rgba(215, 215, 215, 0.4);
    border-color: #e7e7e7;
    box-shadow: 0 2px 8px -2px #000;
}

.btn-group-lg > .btn, .btn-lg {
    border-radius: 0;
}

.vertical-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .vertical-center .text-center {
        width: 100%;
    }

span.companyInfo {
    font-size: 18px;
    line-height: 40px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.navbar .nav {
    margin-top: 30px;
}

.navbar .navbar-nav > li {
    margin-left: 30px;
}

    .navbar .navbar-nav > li > a {
        font-size: 16px;
        font-weight: 600;
        color: #636363;
    }

        .navbar .navbar-nav > li > a:hover,
        .navbar .navbar-nav > li > a.active {
            color: #d71921;
        }

.panelBlock {
    position: relative;
    background-color: #fff;
}

    .panelBlock .leftPanel {
        display: block;
        padding: 15px 15px 15px 0;
    }

        .panelBlock .leftPanel .content {
            border: 1px solid #ddd;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            display: inline-block;
            width: 100%;
            box-shadow: 0 0 11px 0px #cecece;
            background: #f8f8f8;
        }

    .panelBlock .rightPanel {
        display: block;
        padding: 15px 0 15px 15px;
    }

        .panelBlock .rightPanel .content {
            border: 1px solid #ddd;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            position: relative;
            height: 100%;
            box-shadow: 0 0 11px 0px #cecece;
            background: #f8f8f8;
            min-height: 368px;
            display: inline-block;
            width: 100%;
        }

    .panelBlock .titleHeader {
        position: relative;
        height: 53px;
        padding: 10px;
        border-bottom: 1px solid #ddd;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    }

        .panelBlock .titleHeader .title {
            text-align: center;
            font-size: 26px;
            font-weight: 600;
            line-height: 32px;
            color: #444;
            text-shadow: 1px 1px 0px #fff;
        }

    .panelBlock .rightPanel ul {
        padding: 5px;
        overflow: hidden;
    }

    .panelBlock .rightPanel > ul li {
        display: inline-block;
        float: left;
        width: 24.28%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        margin: 2px;
    }

    .panelBlock .rightPanel #ModelTipiListesi li {
        width: 100%;
        text-align: left;
    }

    .panelBlock .rightPanel ul li a {
        display: block;
        padding: 5px 5px 5px 24px;
        background: #f8f8f8;
    }

    .panelBlock .rightPanel ul li:nth-child(odd) a {
        background: #eee;
    }

    .panelBlock .rightPanel ul li a:hover {
        text-decoration: none;
        background: #333;
        color: #fff;
    }

    .panelBlock .rightPanel ul li a:focus {
        text-decoration: none;
        background: #333;
        color: #fff;
        box-shadow: 0 0 0 4px #000 inset;
    }

    .panelBlock .leftPanel .form-horizontal {
        margin: 20px 0;
    }

        .panelBlock .leftPanel .form-horizontal .btn {
            margin: 6px 0 -6px 0;
        }

    .panelBlock .rightPanel .form-horizontal {
        margin-top: 50px;
    }

    .panelBlock .rightPanel #ModelTipiListesi li {
        position: relative;
    }

        .panelBlock .rightPanel #ModelTipiListesi li:after {
            content: '\f192';
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            top: 8px;
            left: 6px;
            color: #08951c;
        }

        .panelBlock .rightPanel #ModelTipiListesi li:hover:after {
            color: #fff;
        }

.queryBlock table.table-striped tr td:first-child {
    font-weight: 600;
    width: 50%;
}

.queryBlock table tr th {
    color: #1064bc;
}

.queryBlock .profitRate .input-group .form-control {
    border: 2px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}

.queryBlock .profitRate .input-group-addon {
    border-color: #c3c3c3;
    border: 2px solid #c3c3c3;
    border-right: 0px;
}

.queryBlock .profitRate .input-group-btn .btn {
    padding: 10px 12px;
}

.queryBlock .profitRate {
    max-width: 200px;
    display: inline-block;
}

.navbar-nav > li > a {
    padding: 0;
}

.form-horizontal .control-label {
    font-weight: 600;
}

.queryBlock {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}

    .queryBlock .title {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
    }

    .queryBlock .title2 {
        text-align: center;
        font-size: 18px;
    }

        .queryBlock .title2 .price {
            display: inline-block;
            text-align: left;
        }

            .queryBlock .title2 .price table {
                margin: 0 auto;
                width: 440px;
            }

                .queryBlock .title2 .price table tr td {
                    text-align: left;
                }

                    .queryBlock .title2 .price table tr td:first-child {
                        font-weight: 400;
                    }

        .queryBlock .title2 span {
            color: #217306;
            font-weight: 700;
        }

            .queryBlock .title2 span span {
                font-size: 12px;
            }

        .queryBlock .title2 p {
            font-size: 12px;
            font-weight: 300;
            font-style: italic;
        }

    .queryBlock .title > span.subTitle {
        position: relative;
        color: inherit;
        display: block;
        text-align: center;
        display: block;
        text-align: center;
        border: none;
        margin-top: 5px;
    }
    /*.queryBlock .title > span {
        position: absolute;
        right: 8px;
        top: 2px;
        font-size: 14px;
        color: #337ab7;
        font-weight: 600;
        border-bottom: 1px solid #a0a0a0;
    }*/

    .queryBlock .title > span > span {
        position: initial;
        color: #a0a0a0;
    }

.dateBlock {
    position: absolute;
    right: -1px;
    top: -1px;
    text-align: center;
    padding: 11px 5px;
    font-weight: 600;
    font-size: 11px;
}

    .dateBlock p {
        margin: 0;
        font-weight: 400;
        font-size: 14px;
        border-top: 1px solid #ddd;
        margin-top: 4px;
        padding-top: 1px;
        color: #337ab7;
    }

        .dateBlock p span {
            color: #ababab;
        }

.backBlock {
    /*position: absolute;*/
    left: 20px;
    top: 9px;
    margin-bottom: 20px;
}

.queryBlock .technicial {
    border: 1px solid #cecece;
    padding: 5px 15px 0;
    margin-top: 30px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-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 );
}

    .queryBlock .technicial table {
        background: rgba(189, 189, 189, 0.15);
    }

.queryBlock .priceBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 700px;
    margin: 120px auto 15px;
    background: url(img/chart.png) no-repeat;
    background-size: 648px;
    background-position: center;
}

    .queryBlock .priceBlock .minPrice h3 {
        color: #338bd7;
        font-weight: 700;
        margin: -110px 0 0 30px;
        text-align: right;
        margin-right: 60px;
        font-size: 28px;
    }

    .queryBlock .priceBlock .midPrice {
        text-align: center;
    }

    .queryBlock .priceBlock .minPrice .more {
        position: absolute;
        line-height: 22px;
        top: 71px;
        left: -30px;
        width: 100%;
        text-align: center;
        background: rgba(255, 94, 0, 0.1);
        border-radius: 0 50px 50px 0;
        box-shadow: 0 0 0 2px #ff5e00;
    }

        .queryBlock .priceBlock .minPrice .more div:before {
            content: '\f005';
            font: normal normal normal 32px/1 FontAwesome;
            position: absolute;
            left: -42px;
            top: -14px;
            color: #ff5e00;
            background: #ffeee5;
            width: 60px;
            line-height: 60px;
            border-radius: 50%;
            box-shadow: 0 0 0 3px #ff5e00, 0 0 0 8px #fff;
        }
        /*.queryBlock .priceBlock .minPrice .more div:after {content:'\f005';    font: normal normal normal 19px/1 FontAwesome;
    position: absolute;
    right: 2px;
    top: 2px;
    color: #fff;}*/
        .queryBlock .priceBlock .minPrice .more div.titleBlock {
            display: block;
            background: #ff5e00;
            color: #fff;
            font-weight: 700;
            margin: 0;
            font-size: inherit;
            border-radius: 0 20px 0 0;
        }

        .queryBlock .priceBlock .minPrice .more div.titleBlock2 {
            font-size: 12px;
        }

    .queryBlock .priceBlock .midPrice .more {
        position: absolute;
        line-height: 22px;
        top: -72px;
        width: 100%;
        background: rgba(33, 115, 6, .1);
        border-radius: 10px;
        box-shadow: 0 0 0 2px #217306;
    }

        .queryBlock .priceBlock .midPrice .more div.titleBlock {
            display: block;
            background: #217306;
            color: #fff;
            font-weight: 700;
            margin: 0;
            font-size: inherit;
            border-radius: 8px 8px 0 0;
        }

    .queryBlock .priceBlock .maxPrice .more {
        position: absolute;
        line-height: 22px;
        top: 106px;
        width: 100%;
        text-align: center;
        background: rgba(215, 25, 33, .1);
        border-radius: 10px;
        box-shadow: 0 0 0 2px #d71921;
    }

        .queryBlock .priceBlock .maxPrice .more div.titleBlock {
            display: block;
            background: #d71921;
            color: #fff;
            font-weight: 700;
            margin: 0;
            font-size: inherit;
            top: 0;
            border-radius: 8px 8px 0 0;
        }

    .queryBlock .priceBlock .more hr {
        margin-bottom: 0;
        margin-top: 0;
    }

    .queryBlock .priceBlock .minPrice .more hr {
        border-color: #ff5e00;
    }

    .queryBlock .priceBlock .midPrice .more hr {
        border-color: #217306;
    }

    .queryBlock .priceBlock .maxPrice .more hr {
        border-color: #d71921;
    }

    .queryBlock .priceBlock .midPrice .more:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #217306;
        bottom: -8px;
        left: 50%;
        margin-left: -9px;
    }

    .queryBlock .priceBlock .minPrice .more:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #ff5e00;
        bottom: -8px;
        left: 50%;
        margin-left: -9px;
    }

    .queryBlock .priceBlock .maxPrice .more:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #d71921;
        bottom: -8px;
        left: 50%;
        margin-left: -9px;
    }

    .queryBlock .priceBlock .midPrice h3 {
        color: #2c8f00;
        font-weight: 700;
        margin-top: -257px;
        margin-bottom: 0;
        text-align: right;
        margin-right: 30px;
        font-size: 28px;
    }

    .queryBlock .priceBlock .maxPrice {
        text-align: right;
    }

        .queryBlock .priceBlock .maxPrice h3 {
            color: #b30101;
            font-weight: 700;
            margin: -76px 30px 0 0;
            font-size: 28px;
        }

    .queryBlock .priceBlock > div {
        padding-bottom: 66px;
        padding-top: 177px;
        width: 100%;
        position: relative;
    }

        /*.queryBlock .priceBlock > div:after {
            content: '';
            width: 2px;
            height: 20px;
            position: absolute;
            background: #000;
            bottom: 0;
        }*/

        .queryBlock .priceBlock > div.midPrice:after {
            height: 50px;
        }

        .queryBlock .priceBlock > div:first-child:after {
            left: 25px;
        }

        .queryBlock .priceBlock > div:nth-child(2):after {
            left: 50%;
        }

        .queryBlock .priceBlock > div:last-child:after {
            right: 25px;
        }

        /*        .queryBlock .priceBlock > div:before {
            content: '';
            width: 100%;
            height: 2px;
            position: absolute;
            background: #000;
            bottom: 0;
            box-shadow: 0 -2px 0 0px #3ea41d,0 -4px 0 0px #4dbf28,0 -6px 0 0px #62e139,0 -8px 0 0px #71f846;
        }

.queryBlock .sale .priceBlock > div:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
    bottom: 0;
    box-shadow: 0 -2px 0 0px #ff8d00,0 -4px 0 0px #ff9a1d,0 -6px 0 0px #fcb256,0 -8px 0 0px #ffca88;
}*/

        .queryBlock .priceBlock > div:first-child:before {
            left: 25px;
        }

        .queryBlock .priceBlock > div:nth-child(2):before {
            left: 0;
        }

        .queryBlock .priceBlock > div:last-child:before {
            right: 25px;
        }

        .queryBlock .priceBlock > div span.animate-flicker {
            margin-left: 0;
            font-size: 18px;
            padding: 2px 0;
            display: block;
        }

        .queryBlock .priceBlock > div span {
            font-size: 14px;
            margin-left: 30px;
        }

        .queryBlock .priceBlock > div.maxPrice > span {
            margin: 0 55px 0 0;
            position: relative;
        }

        .queryBlock .priceBlock > div.midPrice span {
            margin: 0;
        }

.queryBlock h1.title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
}

.tab-content.queryBlock {
    border-top: 5px solid #2eb0e4;
    border-radius: 0 0 4px 4px;
}

.categoryDescription .catText {
    line-height: 22px;
}

.information_head h3 {
    color: #c7081b;
    font-size: 20px;
    font-weight: 800;
}

.catTitle {
    color: #c7081b;
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
}

.icon_address {
    float: left;
}

    .icon_address p {
        font-size: 13px;
        padding-right: 8px;
        color: #2d2d2d;
    }

        .icon_address p i {
            padding-right: 8px;
            color: #2d2d2d;
        }

.contact_address {
    float: left;
}

    .contact_address p {
        line-height: 24px;
        font-size: 13px;
    }

.address {
    float: left;
    font-size: 13px;
    margin-right: 6px;
}

    .address ul li {
        list-style: none;
        padding-bottom: 5px;
    }

        .address ul li span.compayWeb_color {
            color: #c7081b;
        }

        .address ul li i, .address ul li strong, .address ul li span {
            font-size: 13px;
            color: #2d2d2d;
            margin-right: 10px;
        }

.contactIcon {
    margin-right: 10px;
}

.contactusbutton {
    font-size: 15.5px;
    padding: 5px 13px;
    background-color: #c7081b;
    border-radius: 4px;
    border: 0;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

.form_contact textarea {
    resize: none;
}

footer {
    border-top: 1px solid #e7e7e7;
    margin-top: 50px;
    background: rgb(116, 126, 133);
    color: #fff;
    position: relative;
}

    footer p {
        line-height: 40px;
        margin-bottom: 0;
    }

    footer a {
        color: #fff;
    }

.table > tbody > tr:first-child > td {
    border-top: 0px;
}

.backButton {
    position: absolute;
    left: 8px;
    top: 12px;
    padding: 3px 6px;
}
/* Login Page*/
.loginPage {
    background: url(img/cars.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

    .loginPage::before {
        content: '';
        background: rgba(0, 0, 0, 0.25);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .loginPage section {
        width: 100%;
        height: 100%;
        display: block;
    }

    .loginPage .login-block hr {
        margin: 10px 0;
    }

.login-block > .form-group {
    margin-bottom: 0;
}

.wrapper-page.card-box {
    width: 430px;
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    background: #f8f8f8;
    position: relative;
    box-shadow: 0px 0px 0px 5px rgba(204, 204, 204, 0.3);
}

.wrapper-page {
    margin: 0 auto;
    width: 430px;
}

.card-box {
    border: 1px solid rgba(54, 64, 74, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
}

    .card-box .read, .panelBlock .read {
        color: #9f9e9e;
        font-weight: 600;
    }

.passRecovery {
    border: 1px solid #333;
    padding: 8px 18px;
    border-radius: 8px;
    color: #333;
}

    .passRecovery:hover {
        background: #fff;
        color: #444;
        text-decoration: none;
    }

.logo-lg {
    font-size: 28px !important;
    color: #3bafda !important;
    font-weight: 700;
    letter-spacing: .02em;
    line-height: 70px;
    background: url(img/cardataLogo.png) no-repeat;
    background-size: 320px;
    width: 320px;
    height: 46px;
    display: block;
    margin: 0 auto 20px;
    ;
}

.wrapper-page .form-control-feedback {
    left: 15px;
    top: 3px;
    color: rgba(76, 86, 103, 0.4);
    font-size: 20px;
    line-height: 34px;
}

.wrapper-page .form-control {
    height: 40px;
    padding-left: 40px;
}

.form-control {
    -moz-border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    background-color: #fefefe;
    border-radius: 0;
    border: 2px solid #d2d2d2;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.6);
    height: 42px;
}

    .form-control:focus {
        background: #fff;
        border-color: #bbb;
        box-shadow: 0 0 2px #c9c9c9;
    }

.form-group {
    margin-bottom: 5px;
}

.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-23 {
    margin-top: 23px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-30 {
    margin-bottom: 30px;
}

/* ===========
   Checkbox and Radio
 =============*/
.checkbox {
    padding-left: 16px;
}

    .checkbox label {
        display: inline-block;
        padding-left: 5px;
        position: relative;
    }

        .checkbox label::before {
            -o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            background-color: #ffffff;
            border-radius: 3px;
            border: 1px solid #cccccc;
            content: "";
            display: inline-block;
            height: 17px;
            left: 0;
            margin-left: -20px;
            position: absolute;
            transition: 0.3s ease-in-out;
            width: 17px;
            outline: none !important;
        }

        .checkbox label::after {
            color: #555555;
            display: inline-block;
            font-size: 11px;
            height: 16px;
            left: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            position: absolute;
            top: 0;
            width: 16px;
        }

    .checkbox input[type="checkbox"] {
        cursor: pointer;
        opacity: 0;
        z-index: 1;
        outline: none !important;
    }

        .checkbox input[type="checkbox"]:disabled + label {
            opacity: 0.65;
        }

        .checkbox input[type="checkbox"]:focus + label::before {
            outline-offset: -2px;
            outline: none;
        }

        .checkbox input[type="checkbox"]:checked + label::after {
            content: "\f00c";
            font-family: 'FontAwesome';
        }

        .checkbox input[type="checkbox"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }

    .checkbox.checkbox-circle label::before {
        border-radius: 50%;
    }

    .checkbox.checkbox-inline {
        margin-top: 0;
    }

    .checkbox.checkbox-single label {
        height: 17px;
    }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #ef5350;
    border-color: #ef5350;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #3ddcf7;
    border-color: #3ddcf7;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #ffaa00;
    border-color: #ffaa00;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #00b19d;
    border-color: #00b19d;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-purple input[type="checkbox"]:checked + label::before {
    background-color: #7266ba;
    border-color: #7266ba;
}

.checkbox-purple input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-pink input[type="checkbox"]:checked + label::before {
    background-color: #f76397;
    border-color: #f76397;
}

.checkbox-pink input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}

.checkbox-inverse input[type="checkbox"]:checked + label::before {
    background-color: #4c5667;
    border-color: #4c5667;
}

.checkbox-inverse input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
/* ===========
   Checkbox and Radio - end
 =============*/

.password-recovery-page .btn {
    padding: 9px 12px;
}

.password-recovery-page .input-group .form-control:focus {
    z-index: 1;
}

.dropdown-menu {
    width: 100%;
}

.dropdown span.userName {
    color: #d71921;
    font-weight: 600;
}

.loginPage .checkbox label {
}

.media {
    position: relative;
    float: right;
    margin-top: 8px;
}

    .media a {
        display: block;
        float: left;
        padding: 0 12px;
        line-height: 26px;
        margin-left: 10px;
        text-align: center;
        background: #000;
        color: #fff;
        background: #ababab;
    }

        .media a:hover:first-child {
            background: #d52020;
        }

        .media a:hover:nth-child(2) {
            background: #0d81d3;
        }

        .media a:hover:last-child {
            background: #f2c111;
        }

        .media a:hover, .media a:focus {
            background: #ababab;
            text-decoration: none;
        }

.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
    font-weight: 700;
    background: #fff;
    background: -moz-linear-gradient(top,#fff 0,#dcdcdc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#dcdcdc));
    background: -webkit-linear-gradient(top,#fff 0,#dcdcdc 100%);
    background: -o-linear-gradient(top,#fff 0,#dcdcdc 100%);
    background: -ms-linear-gradient(top,#fff 0,#dcdcdc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dcdcdc',GradientType=0);
    background: linear-gradient(top,#fff 0,#dcdcdc 100%);
}

.nav-tabs > li.active > a {
    color: #fff !important;
    background: rgb(73,192,240);
    background: -moz-linear-gradient(top, rgba(73,192,240,1) 0%, rgba(44,175,227,1) 100%);
    background: -webkit-linear-gradient(top, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
    background: linear-gradient(to bottom, rgba(73,192,240,1) 0%,rgba(44,175,227,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49c0f0', endColorstr='#2cafe3',GradientType=0 );
    border: 1px solid #36b5e8 !important;
    border-bottom: 1px solid #2eb0e4 !important;
}

.nav-tabs > li:first-child a, .nav-tabs > li:first-child a:focus {
}

.nav-tabs > li:nth-child(2) a, .nav-tabs > li:nth-child(2) a:focus {
}

.nav-tabs > li:last-child a, .nav-tabs > li:last-child a:focus {
}

table.equipment thead tr {
    background: #1064b6;
}

table.equipment tr td:first-child, table.equipment tr th:first-child {
    width: 50%;
    text-align: left !important;
}

table.equipment tr th:first-child {
    padding-left: 50px;
    color: #fff;
}

table.equipment tr td:nth-child(2), table.equipment tr th:nth-child(2) {
    text-align: center;
}

table.equipment tr th:nth-child(2) {
    color: #fff;
}

table.equipment tr td:last-child, table.equipment tr th:last-child {
    text-align: center;
}

table.equipment tr th:last-child {
    color: #fff;
}

table.equipment .checkmark:before {
    content: '\f00c';
    font: normal normal normal 14px/1 FontAwesome;
    color: #3ea41d;
}

.panelBlock .rightPanel .form-horizontal.carInformation {
    margin-top: 20px;
}

    .panelBlock .rightPanel .form-horizontal.carInformation .control-label {
        padding-top: 0;
        text-align: left;
        font-weight: 400;
        padding-right: 0;
    }

    .panelBlock .rightPanel .form-horizontal.carInformation .col-sm-7 {
        padding-left: 0;
        font-weight: 700;
    }

.panelBlock .rightPanel h3 {
    font-size: 21px;
}

.information {
    margin-top: 5px;
}

    .information p {
        width: 25%;
        float: left;
    }

        .information p.boya {
            color: #00b19d;
        }

        .information p.degisen {
            color: #337ab7;
        }

        .information p.sasi {
            color: #df0b0b;
        }

        .information p.bagajHavuzu {
            color: #ffaa00;
        }

.carExpert {
    background: url(img/carExpert.png) no-repeat;
    background-size: 100%;
    width: 500px;
    height: 497px;
    margin: 50px auto 0;
    position: relative;
}

    .carExpert .bagaj {
        position: absolute;
        width: 106px;
        height: 28px;
        bottom: 42px;
        left: 50%;
        margin-left: -50px;
    }

    .carExpert .bagajHavuzu {
        position: absolute;
        width: 44px;
        height: 21px;
        bottom: 88px;
        left: 50%;
        margin-left: -20px;
    }

    .carExpert .tavan {
        position: absolute;
        width: 90px;
        height: 21px;
        top: 50%;
        left: 50%;
        margin-left: -45px;
        margin-top: 15px;
    }

    .carExpert .kaput {
        position: absolute;
        width: 90px;
        height: 26px;
        top: 100px;
        left: 50%;
        margin-left: -45px;
    }

    .carExpert .sagSasi {
        position: absolute;
        width: 42px;
        height: 26px;
        top: 30px;
        left: 50%;
        margin-left: 34px;
    }

    .carExpert .solSasi {
        position: absolute;
        width: 42px;
        height: 26px;
        top: 30px;
        left: 50%;
        margin-left: -62px;
    }

    .carExpert .sagOnKapi {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 186px;
        right: 38px;
    }

    .carExpert .solOnKapi {
        position: absolute;
        width: 44px;
        height: 40px;
        top: 186px;
        left: 44px;
    }

    .carExpert .sagOnCamurluk {
        position: absolute;
        width: 62px;
        height: 21px;
        top: 123px;
        right: 29px;
    }

    .carExpert .solOnCamurluk {
        position: absolute;
        width: 62px;
        height: 21px;
        top: 123px;
        left: 28px;
    }

    .carExpert .sagArkaKapi {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 266px;
        right: 38px;
    }

    .carExpert .solArkaKapi {
        position: absolute;
        width: 44px;
        height: 40px;
        top: 266px;
        left: 44px;
    }

    .carExpert .sagArkaCamurluk {
        position: absolute;
        width: 34px;
        height: 42px;
        bottom: 86px;
        right: 74px;
    }

    .carExpert .solArkaCamurluk {
        position: absolute;
        width: 34px;
        height: 42px;
        bottom: 86px;
        left: 74px;
    }

    .carExpert .checkbox {
        margin: 0;
    }

        .carExpert .checkbox label {
            font-weight: 700;
        }

    .carExpert .checkbox-success label {
        color: #00b19d;
    }

    .carExpert .checkbox-primary label {
        color: #337ab7;
    }

    .carExpert .checkbox-danger label {
        color: #df0b0b;
    }

    .carExpert .checkbox-warning label {
        color: #ffaa00;
    }

    .carExpert .checkbox label::before {
        margin-top: 1px;
        margin-left: -13px;
    }

    .carExpert .checkbox label::after {
        left: 7px;
        top: 1px;
    }

    .carExpert .checkbox input[type=checkbox] {
        margin-left: -13px;
    }

.expertReport {
    background: #fff8e9;
    padding: 15px;
    border: 1px solid #eeb881;
    margin-top: 15px;
    margin-bottom: 5px;
}

.carInformation .title {
    font-size: 16px;
}

.rightPanel img {
    width: 100%;
}

.tooltip {
    white-space: nowrap;
}

.nav-tabs > li > a {
    margin-right: 3px;
}

.form-control::-webkit-input-placeholder {
    color: #666;
}

.form-control:-moz-placeholder {
    color: #666;
}

.form-control::-moz-placeholder {
    color: #666;
}

.form-control:-ms-input-placeholder {
    color: #666;
}

.supercode {
    position: absolute;
    right: 0;
    top: 7px;
}

.categoryDescription {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 14px;
}

.navbar-header .navbar-brand span {
    font-family: 'Yellowtail', cursive;
    color: #c7081b;
    font-size: 30px;
    line-height: 62px;
    margin-left: 10px;
}

.loginPage .wrapper-page span {
    font-family: 'Yellowtail', cursive;
    color: #c7081b;
    font-size: 30px;
    line-height: 40px;
}

    .loginPage .wrapper-page span.input-group-btn {
        font-family: 'Open Sans', sans-serif;
        top: -3px;
    }

.navbar-brand > img {
    float: left;
}

.loading {
    display: block;
    position: fixed;
    z-index: 100;
    background-image: url('../../Content/images/loading.gif');
    background-color: #666;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 768px) {
    .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .more2 {
        left: 0;
        top: -78px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price {
        left: 0;
        right: inherit;
    }

        .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price h3 {
            margin: -174px 25px 0 0;
            text-align: right;
        }

        .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price span {
            text-align: left;
            margin-left: 18px;
            margin-top: 72px;
        }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .price {
        right: inherit;
        text-align: center;
        left: inherit;
    }

        .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .price h3 {
            margin-bottom: 76px;
            margin-top: -275px;
            margin-right: 25px;
        }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .more2 {
        left: inherit;
        top: -80px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .more2 {
        left: 40px;
        top: -45px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price {
        left: 0;
        right: inherit;
    }

        .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price h3 {
            margin: -50px 0 0 0;
            text-align: right;
            position: absolute;
            right: 0;
            top: -50px;
            white-space: nowrap;
        }

        .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price span {
            text-align: left;
            margin-left: 58px;
            margin-top: -45px;
            display: block;
            position: relative;
            bottom: -7px;
        }

    .queryBlock .ptgo {
        position: relative;
        width: 50%;
        float: right;
        right: 0;
        border-bottom: none;
    }

    .queryBlock .ptgo2 {
        position: relative;
        float: left;
        width: 50%;
        left: 0;
        border: none;
    }

    select {
        width: 100%;
        padding: 6px 0;
        font-weight: 800;
        border: 2px solid #d2d2d2;
        background: #fefefe;
        color: rgba(0, 0, 0, 0.6);
    }

    .form-group {
        margin-bottom: 10px;
    }

    .navbar-header .navbar-brand {
        padding: 15px 15px 25px;
    }

        .navbar-header .navbar-brand > img {
            float: none;
        }

        .navbar-header .navbar-brand > span {
            float: right;
            font-size: 22px;
            line-height: 24px;
            margin-right: 13px;
        }

    .navbar .nav {
        margin-top: 22px;
    }

    .panelBlock {
        display: block;
    }

        .panelBlock .leftPanel {
            margin-bottom: 15px;
        }

        .panelBlock .leftPanel, .panelBlock .rightPanel {
            padding: 0;
        }

    .navbar-toggle {
        margin-top: 24px;
    }

    .nav > li > a {
        padding: 10px 12px;
    }

    .dateBlock, .backBlock {
        position: relative;
    }

    .backBlock {
        left: 0;
        text-align: center;
        margin-bottom: 20px;
    }

    .media {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .media a {
            float: none;
            padding: 0px 6px;
            display: inline-block;
            font-size: 12px;
            line-height: 20px;
        }

    .equipment.table > tbody > tr > td {
        padding-left: 8px !important;
        ;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .minPrice .price {
        left: 18px;
        right: inherit;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .minPrice .price h3 {
        margin-top: -108px;
        text-align: left;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .minPrice .price span {
        margin-top: 0;
        margin-left: 0;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .midPrice .price h3 {
        margin-bottom: 0;
        margin-right: 0;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .maxPrice .price h3 {
        position: relative;
        margin: 0;
        top: -74px;
        right: -7px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .maxPrice .price span {
        margin: -81px -7px 0 0;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .navbar .nav {
        margin: 0;
    }

    .navbar .navbar-nav > li > a {
        line-height: 40px;
        text-align: right;
    }

        .navbar .navbar-nav > li > a i {
            display: none;
        }

    .panelBlock .rightPanel ul li a {
        padding: 10px 5px 10px 24px;
    }

    .panelBlock .rightPanel #ModelTipiListesi li:after {
        top: 12px;
    }

    .panelBlock .rightPanel .form-horizontal {
        margin-top: 30px;
    }

    .information {
        display: inline-block;
        width: 100%;
    }

    .carExpert {
        margin: 5px auto 0;
    }
}

@media only screen and (max-width: 640px) {
    .wrapper-page.card-box {
        width: 320px;
    }

    .fullBlock .chartImg img {
        max-width: 320px;
    }

    .logo-lg {
        background-size: 260px;
        width: 260px;
        height: 37px;
        margin: 0 auto;
    }

    .fullBlock h2 {
        font-size: 18px;
    }

    .loginPage .wrapper-page span {
        font-size: 20px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 566px) and (min-width: 481px) {
    .carExpert {
        width: 419px;
        height: 415px;
    }

        .carExpert .solSasi {
            top: 24px;
            margin-left: -58px;
        }

        .carExpert .sagSasi {
            top: 24px;
            margin-left: 28px;
        }

        .carExpert .solOnCamurluk {
            top: 100px;
            left: 16px;
        }

        .carExpert .sagOnCamurluk {
            top: 100px;
            right: 18px;
        }

        .carExpert .kaput {
            top: 72px;
        }

        .carExpert .tavan {
            width: 80px;
            margin-left: -40px;
            margin-top: 5px;
        }

        .carExpert .bagaj {
            width: 100px;
            bottom: 32px;
            margin-left: -48px;
        }

        .carExpert .bagajHavuzu {
            bottom: 70px;
        }

        .carExpert .solOnKapi {
            top: 140px;
            left: 36px;
        }

        .carExpert .sagOnKapi {
            top: 140px;
            right: 28px;
        }

        .carExpert .solArkaKapi {
            top: 220px;
            left: 36px;
        }

        .carExpert .sagArkaKapi {
            top: 220px;
            right: 28px;
        }

        .carExpert .sagArkaCamurluk {
            bottom: 68px;
            right: 58px;
        }

        .carExpert .solArkaCamurluk {
            bottom: 68px;
            left: 60px;
        }

    .information {
        font-size: 12px;
    }
}

@media only screen and (max-width: 698px) {
    .navbar-brand > img {
        width: 270px;
        height: auto;
    }

    .media {
        width: 100%;
        text-align: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

        .media a {
            float: none;
            padding: 0px 6px;
            display: inline-block;
            font-size: 12px;
            line-height: 20px;
        }

    .nav-tabs > li > a {
        margin-right: 0px;
        font-size: 11px;
        padding: 4px 7px;
    }

    .dateBlock {
        position: relative;
    }

    .priceBlock h3 {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .queryBlock .priceBlock .midPrice h3 {
        font-size: 21px;
    }

    .queryBlock .priceBlock > div {
        padding-bottom: 18px;
        padding-top: 0px;
    }

    .queryBlock .priceBlock {
        background-size: 100%;
        margin-top: 40px;
    }

        .queryBlock .priceBlock > div.midPrice:after {
            height: 36px;
        }

    .queryBlock h1.title {
        margin-top: 20px;
        font-size: 16px;
    }

    .queryBlock .title2 {
        font-size: 12px;
    }

        .queryBlock .title2 .price table {
            width: 290px;
        }

        .queryBlock .title2 span {
            font-size: 12px;
        }

    table.equipment tr th:first-child {
        padding-left: 8px;
    }
}

@media only screen and (max-width: 480px) and (min-width: 360px) {
    .information p {
        width: initial;
        margin-right: 15px;
    }

        .information p:last-child {
            margin-right: 0;
        }

    .carExpert {
        width: 298px;
        height: 300px;
    }

        .carExpert .solSasi {
            top: 16px;
            margin-left: -42px;
        }

        .carExpert .sagSasi {
            top: 16px;
            margin-left: 12px;
        }

        .carExpert .solOnCamurluk {
            top: 66px;
            left: 12px;
        }

        .carExpert .sagOnCamurluk {
            top: 66px;
            right: -2px;
        }

        .carExpert .kaput {
            top: 52px;
        }

        .carExpert .tavan {
            width: 64px;
            margin-left: -32px;
            margin-top: 5px;
        }

        .carExpert .bagaj {
            width: 72px;
            bottom: 22px;
            margin-left: -36px;
        }

        .carExpert .bagajHavuzu {
            bottom: 52px;
        }

        .carExpert .solOnKapi {
            top: 92px;
            left: 21px;
        }

        .carExpert .sagOnKapi {
            top: 92px;
            right: 14px;
        }

        .carExpert .solArkaKapi {
            top: 152px;
            left: 22px;
        }

        .carExpert .sagArkaKapi {
            top: 152px;
            right: 16px;
        }

        .carExpert .sagArkaCamurluk {
            bottom: 44px;
            right: 38px;
        }

        .carExpert .solArkaCamurluk {
            bottom: 44px;
            left: 34px;
        }

    .information {
        font-size: 12px;
    }
}

@media only screen and (max-width: 698px) {
    .queryBlock .ptgo {
        width: 100%;
        border: none;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        text-align: center;
    }

    .queryBlock .ptgo2 {
        width: 100%;
        border-top: 1px solid #eee;
    }

    .tab-content.queryBlock .priceBlock .more2 .titleBlockNew2 {
        font-size: 12px;
        padding: 0 10px;
    }

        .tab-content.queryBlock .priceBlock .more2 .titleBlockNew2 span {
            font-size: 12px;
        }

    .tab-content.queryBlock .priceBlock {
        margin-top: 100px;
    }

    .queryBlock .priceBlock > div {
        padding-bottom: 50px;
        padding-top: 48px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .more2 {
        top: -34px;
        left: -8px;
    }

    .tab-content.queryBlock .priceBlock .more2 .titleBlockNew {
        width: 100%;
        background: #c1f3ff;
        border-radius: 7px;
        border: 1px solid;
        padding: 15px 0 0;
        top: -5px;
    }

    .queryBlock .priceBlock .midPrice .more2 .titleBlockNew {
        background: #c1eabe;
    }

    .queryBlock .priceBlock .maxPrice .more2 .titleBlockNew {
        background: #f7c4c6;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarIcon:before {
        content: none;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarIcon span {
        margin: 0;
        padding: 0;
        height: inherit;
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: inherit;
        letter-spacing: -1px;
        margin-bottom: 2px;
        text-align: center;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarText {
        display: none;
        margin: 0;
        font-size: 10px;
        color: #333;
        letter-spacing: -0.3px;
    }

    .tab-content.queryBlock .priceBlock .minPrice .more2 .titleBlockNew2 {
        border-radius: 7px;
        line-height: 15px;
        width: 100%;
        top: 0;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarIcon span:after {
        content: ' Gün';
        font-size: 12px;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarIcon:before {
        content: 'Kaç Günde Satar:';
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
        display: block;
        white-space: nowrap;
        position: relative;
        color: #333;
        text-decoration: underline;
        font-weight: 700;
        position: absolute;
        top: -10px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price {
        position: relative;
        top: -32px;
    }

        .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price h3 {
            font-size: 21px;
            margin: 0;
            text-align: left;
        }

        .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price span {
            margin: 0;
            font-size: 12px;
        }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .price {
        position: relative;
        top: 35px;
    }

        .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .price h3 {
            margin-top: -85px;
            margin-bottom: -3px;
            margin-right: 0;
            text-align: center;
        }

    .queryBlock .priceBlock > div.midPrice span {
        font-size: 12px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .more2 {
        top: -65px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-content.queryBlock .priceBlock .more2 .titleBlockNew2 {
        border-radius: 7px;
        line-height: 15px;
        left: 0;
        width: 100%;
        top: 0;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .more2 {
        top: -16px;
        left: inherit;
        right: -10px;
        position: relative;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price {
        position: relative;
        top: 121px;
        right: -8px;
        left: inherit;
    }

        .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price h3 {
            font-size: 21px;
            margin: 0;
            text-align: right;
            bottom: -7px;
            white-space: nowrap;
            top: 0;
        }

        .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price span {
            font-size: 12px;
            margin-left: 0;
            text-align: right;
            margin-top: -82px;
            top: 22px;
        }

    .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price {
        position: relative;
        top: -32px;
    }

        .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price h3 {
            font-size: 21px;
            margin: 0;
            text-align: left;
        }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar {
        margin-top: 50px;
        margin-bottom: 40px;
    }

        .tab-content.queryBlock .priceBlock.sorgu4.noCalendar > div {
            padding-bottom: 8px;
            padding-top: 0;
        }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .minPrice .price {
        top: -48px;
        left: 0;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .midPrice .price {
        top: 20px;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .maxPrice .price {
        top: 70px;
        right: 16px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .minPrice .price h3 {
        margin-top: 100px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .maxPrice .price h3 {
        top: 0;
        right: 0;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .maxPrice .price span {
        margin: 0;
        top: 0;
        bottom: inherit;
    }

    .tab-content.queryBlock .priceBlock.sorgu4.noCalendar .midPrice .price h3 {
        margin-top: -50px;
    }

    .tab-content.queryBlock .priceBlock.purchase .minPrice h3 {
        margin: 8px 0 0 0;
        white-space: nowrap;
        font-size: 21px;
    }

    .tab-content.queryBlock .priceBlock.purchase > div span {
        margin-left: 0;
        font-size: 12px;
    }

    .tab-content.queryBlock .priceBlock.purchase .midPrice h3 {
        margin: -60px 0 0 0;
    }

    .tab-content.queryBlock .priceBlock.purchase .maxPrice h3 {
        margin: 25px 15px 0 0;
        font-size: 21px;
        white-space: nowrap;
    }

    .tab-content.queryBlock .priceBlock.purchase > div.maxPrice > span {
        font-size: 12px;
        margin: 0 15px 0 0;
    }
}

@media only screen and (max-width: 375px) {
    .tab-content.queryBlock .priceBlock .more2 .titleBlockNew2 {
        font-size: 10px;
        padding: 2px;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarText {
        font-size: 9px;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarIcon:before {
        font-size: 10px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price {
        top: 120px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .more2 {
        top: -21px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .more2 {
        top: -69px;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarIcon:before {
        font-size: 9px;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .midPrice .price {
        top: 30px;
    }
}

@media only screen and (max-width: 360px) {
    .tab-content.queryBlock .priceBlock .more2 .titleBlockNew2 {
        font-size: 10px;
    }

    .tab-content.queryBlock .priceBlock .more2 .calendarText {
        font-size: 9px;
    }

    .tab-content.queryBlock .priceBlock .more2 .titleBlockNew2 span {
        font-size: 10px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .minPrice .price h3 {
        font-size: 20px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .price h3 {
        font-size: 20px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .maxPrice .price h3 {
        font-size: 20px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .more2 {
        top: -57px;
    }

    .tab-content.queryBlock .priceBlock.sorgu4 .midPrice .price {
        top: 47%;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .maxPrice .price {
        top: 62px;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .minPrice .price {
        top: -52px;
    }

    .navbar-brand > img {
        width: 230px;
        height: auto;
    }

    .rightPanel img {
        width: 100%;
    }

    .navbar-brand {
        height: 72px;
    }

    .navbar-toggle {
        margin-top: 21px;
    }

    .wrapper-page.card-box {
        width: 320px;
    }

    .fullBlock .chartImg img {
        max-width: 320px;
    }

    .fullBlock h2 {
        font-size: 18px;
    }

    .logo-lg {
        background-size: 260px;
        width: 260px;
        height: 37px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 359px) and (min-width: 320px) {
    .information p {
        width: initial;
        margin-right: 7px;
    }

        .information p:last-child {
            margin-right: 0;
        }

    .carExpert {
        width: 258px;
        height: 265px;
    }

        .carExpert .solSasi {
            top: 14px;
            margin-left: -36px;
        }

        .carExpert .sagSasi {
            top: 14px;
            margin-left: 6px;
        }

        .carExpert .solOnCamurluk {
            top: 50px;
            left: 12px;
        }

        .carExpert .sagOnCamurluk {
            top: 50px;
            right: -2px;
        }

        .carExpert .kaput {
            top: 44px;
            width: 70px;
            margin-left: -35px;
        }

        .carExpert .tavan {
            width: 64px;
            margin-left: -32px;
            margin-top: -5px;
        }

        .carExpert .bagaj {
            width: 72px;
            bottom: 22px;
            margin-left: -36px;
        }

        .carExpert .bagajHavuzu {
            bottom: 52px;
        }

        .carExpert .solOnKapi {
            top: 78px;
            left: 16px;
        }

        .carExpert .sagOnKapi {
            top: 78px;
            right: 9px;
        }

        .carExpert .solArkaKapi {
            top: 130px;
            left: 18px;
        }

        .carExpert .sagArkaKapi {
            top: 130px;
            right: 11px;
        }

        .carExpert .sagArkaCamurluk {
            bottom: 44px;
            right: 28px;
        }

        .carExpert .solArkaCamurluk {
            bottom: 44px;
            left: 34px;
        }

    .information {
        font-size: 12px;
    }
}

@media only screen and (max-width: 320px) {
    .navbar-brand > img {
        width: 220px;
        height: auto;
    }

    .multi-step .modal-body ul li label {
        font-size: 8px;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .maxPrice .price {
        top: 60px;
        right: 13px;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .midPrice .price {
        top: 37px;
    }

    .tab-content.queryBlock .priceBlockAll .priceBlock.sorgu4.noCalendar .minPrice .price {
        top: -53px;
    }
}

.expertReport span {
    display: block;
    font-weight: bold;
    width: 140px;
    height: 28px;
    float: left;
    position: relative;
}

    .expertReport span:after {
        content: ':';
        position: absolute;
        right: 2px;
    }

.backBlock .newCarSearch {
    margin-left: 15px;
    width: 144px;
}

hr {
    clear: both;
}

.sksOrt p {
    font-size: 11px;
}

.sksOrt table {
    font-size: 15px;
    margin-bottom: 4px;
}

    .sksOrt table span {
        font-size: 12px;
    }

    .sksOrt table tbody tr:first-child {
        background: #ff5e00;
        color: #fff;
    }

    .sksOrt table tbody tr:last-child {
        background: #00adff;
        color: #fff;
    }

.m-progress-bar {
    min-height: 1em;
    background: #c12d2d;
    width: 5%;
}

.multi-step textarea {
    resize: vertical;
}

.multi-step .m-progress {
    margin-bottom: 10px;
    margin-top: 5px;
}

.multi-step .point {
    margin-left: 45px;
}

    .multi-step .point span {
        color: #008000;
    }

.multi-step .modal-header {
    border-bottom: none;
}

.multi-step .m-progress-stats, .multi-step .m-progress-complete {
    font-size: 12px;
}

.multi-step .step-6 {
    padding-top: 0;
}

.multi-step .title {
    font-size: 15px;
}

.multi-step .modal-body ul li input {
    display: none;
}

.multi-step .modal-body ul {
    display: inline-block;
    width: 100%;
    padding: 0;
}

    .multi-step .modal-body ul li {
        width: 20%;
        float: left;
        list-style: none;
    }

        .multi-step .modal-body ul li:nth-child(1) label {
            padding-top: 20px;
            margin-top: 20px;
        }

        .multi-step .modal-body ul li:nth-child(2) label {
            padding-top: 25px;
            margin-top: 15px;
        }

        .multi-step .modal-body ul li:nth-child(3) label {
            padding-top: 30px;
            margin-top: 10px;
        }

        .multi-step .modal-body ul li:nth-child(4) label {
            padding-top: 35px;
            margin-top: 5px;
        }

        .multi-step .modal-body ul li:nth-child(5) label {
        }

        .multi-step .modal-body ul li label {
            background: #f7f7f7;
            text-align: center;
            padding-left: 0;
            padding-top: 40px;
            padding-bottom: 5px;
            border-radius: 10px;
            margin: 0 5px;
            display: block;
            position: relative;
            border: 1px solid #ccc;
            color: #333;
        }

        .multi-step .modal-body ul li input[type=radio]:checked + label {
            background: #40a700;
            color: #fff;
        }

        .multi-step .modal-body ul li:nth-child(1) label:after {
            content: "1";
            position: absolute;
            top: -4px;
            left: 50%;
            margin-left: -7px;
            font-size: 24px;
            font-weight: 600;
        }

        .multi-step .modal-body ul li:nth-child(2) label:after {
            content: "2";
            position: absolute;
            top: -3px;
            left: 50%;
            margin-left: -9px;
            font-size: 26px;
            font-weight: 600;
        }

        .multi-step .modal-body ul li:nth-child(3) label:after {
            content: "3";
            position: absolute;
            top: -2px;
            left: 50%;
            margin-left: -9px;
            font-size: 28px;
            font-weight: 600;
        }

        .multi-step .modal-body ul li:nth-child(4) label:after {
            content: "4";
            position: absolute;
            top: -1px;
            left: 50%;
            margin-left: -9px;
            font-size: 30px;
            font-weight: 600;
        }

        .multi-step .modal-body ul li:nth-child(5) label:after {
            content: "5";
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -9px;
            font-size: 32px;
            font-weight: 600;
        }
/*--------------------------------------------------*/
.multi-step .modal-body ol li input {
    display: none;
}

.multi-step .modal-body ol {
    display: inline-block;
    padding: 0;
}

    .multi-step .modal-body ol li {
        width: 100px;
        float: left;
        list-style: none;
    }

        .multi-step .modal-body ol li label {
            background: #f7f7f7;
            text-align: center;
            padding-left: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            border-radius: 10px;
            margin: 0 5px;
            display: block;
            position: relative;
            border: 1px solid #ccc;
            color: #333;
            font-size: 16px;
            font-weight: 600;
        }

        .multi-step .modal-body ol li input[type=radio]:checked + label {
            background: #40a700;
            color: #fff;
        }

        .multi-step .modal-body ol li:nth-child(2) input[type=radio]:checked + label {
            background: #e90f0f;
        }

.close.modalClose {
    position: absolute;
    right: -5px;
    top: -5px;
    background: #000;
    opacity: 1;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    box-shadow: 0 0 0 3px #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    -moz-box-shadow: 0 0 0 3px #fff;
    font-size: 24px;
    font-weight: 400;
}

#popup .modal-body {
    padding: 4px;
}

    #popup .modal-body .buttonGroup {
        position: absolute;
        bottom: 10%;
        width: 50%;
        right: 0;
        text-align: right;
    }

        #popup .modal-body .buttonGroup img {
            width: 40%;
            margin-right: 4%;
        }

footer p a {
    margin-left: 15px;
    margin-top: -1px;
}

footer p img {
    width: 100px;
}

@media (min-width: 768px) {
    .modal-sm {
        width: 90%;
        max-width: 450px;
    }
}

.activated:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.activated .fullBlock h2 {
    background: none;
}

.activated .wrapper-page.card-box {
    background: rgba(255, 255, 255, 0.76);
    text-align: center;
}

    .activated .wrapper-page.card-box h3 {
        color: #222;
        font-weight: 600;
    }

    .activated .wrapper-page.card-box p {
        color: #222;
        font-size: 12px;
    }

        .activated .wrapper-page.card-box p.detail {
            font-size: 16px;
        }

        .activated .wrapper-page.card-box p.alert {
            font-size: 14px;
            color: #d61921;
            font-weight: 600;
            padding: 0;
            text-shadow: 0 0 8px #fff;
        }

    .activated .wrapper-page.card-box hr {
        border-top: 1px solid #a0a0a0;
    }

.wrapper-page.card-box.advertising {
    padding: 0;
    width: 432px;
    position: relative;
}

.advertising > img {
    width: 100%;
}

.advertising .googleButton {
    position: absolute;
    bottom: 50px;
    left: 3px;
}

.advertising .iosButton {
    position: absolute;
    bottom: 3px;
    left: 3px;
}

.checkboxSignIn {
    padding-left: 20px;
}

.list-bars-vertical {
    padding: 0;
    position: absolute;
}

.progress-bar-bs {
    position: relative;
    padding-right: 60px;
    height: auto;
    margin: 0;
}

.progress-bar-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-right: 0;
}

    .progress-bar-vertical .progress {
        width: 10px;
        min-height: 305px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.list-bars-vertical * + .progress {
    margin-top: 0;
    margin-left: 10px;
}

.bg-gray-light .progress-gradient .progress {
    background: #fff;
}

.list-bars-vertical * + .progress {
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: 0;
}

.list-bars-vertical > li {
    display: inline-block;
    vertical-align: top;
}

.progress-bar-vertical .list-bars-item-header {
    font-size: 14px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 20px;
}

.progress-bar {
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    background-color: #78abf1;
    transition: width 0.6s ease;
}

.progress-bar {
    width: 0;
}

.progress-bar-bs .progress-bar {
    box-shadow: none;
    border: 0;
    border-radius: 20px;
    height: auto;
}

.progress-bar-vertical .progress-bar {
    width: 100%;
    height: 0;
}

.active .progress-bar {
    -webkit-animation: progress 1.5s ease-in-out forwards;
    animation: progress 1.5s ease-in-out forwards;
}

.progress-gradient .progress-bar {
    background-image: linear-gradient(to right, #5798ef, #5acea4);
}

.progress-bar-vertical.active .progress-bar {
    -webkit-animation: progressVertical 1.5s ease-in-out forwards;
    animation: progressVertical 1.5s ease-in-out forwards;
}

@keyframes progressVertical {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

.progress-gradient.progress-bar-vertical .progress-bar {
    background-image: linear-gradient(to top, #ffdddc, #d9534f);
}

.progress-bar-bs .caption {
    position: absolute;
    bottom: -6px;
    right: 5px;
    width: 60px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #6f727d;
}

.progress-bar-vertical .caption {
    width: auto;
    bottom: auto;
    top: 10px;
    left: 4px;
    padding-left: 0;
    white-space: nowrap;
    font-size: 18px;
    border-bottom: 2px solid #d95551;
    display: block;
    width: 100%;
    text-align: center;
}

.progress-gradient.progress-bar-vertical .progress-bar:after {
    content: '';
}

.barfiller {
    width: 100%;
    height: 40px;
    background: #fcfcfc;
    border: 1px solid #ccc;
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5), 0 0 0 10px #e6e6e6;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5), 0 0 0 10px #e6e6e6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

    .barfiller .meter1 {
        display: block;
        width: 25%;
        float: left;
        margin-top: 5px;
        position: relative;
    }

    .barfiller .meter2 {
        display: block;
        width: 15%;
        float: left;
        margin-top: 5px;
        position: relative;
        text-align: left;
    }

    .barfiller .meter3 {
        display: block;
        width: 20%;
        float: left;
        margin-top: 5px;
        position: relative;
        text-align: center;
    }

    .barfiller .meter4 {
        display: block;
        width: 15%;
        float: left;
        margin-top: 5px;
        position: relative;
        text-align: right;
    }

    .barfiller .meter5 {
        display: block;
        width: 25%;
        float: left;
        margin-top: 5px;
        position: relative;
        text-align: right;
    }

    .barfiller .meter1:before {
        content: '';
        height: 25px;
        width: 2px;
        display: block;
        background: #e6e6e6;
        position: absolute;
        top: -14px;
        left: -1px;
        z-index: 9;
    }

    .barfiller .meter1:after {
        content: '0';
        position: relative;
        margin-left: -4px;
        color: #ccc;
        top: 10px;
    }

    .barfiller .meter2:before {
        content: '';
        height: 55px;
        width: 2px;
        display: block;
        background: #e6e6e6;
        position: absolute;
        top: -44px;
        left: 0;
        z-index: 9;
    }

    .barfiller .meter2:after {
        content: '25';
        position: relative;
        margin-left: -8px;
        color: #ccc;
        top: 10px;
    }

    .barfiller .meter3:before {
        content: '';
        height: 55px;
        width: 2px;
        display: block;
        background: #e6e6e6;
        position: absolute;
        top: -44px;
        left: 50%;
        z-index: 9;
    }

    .barfiller .meter3:after {
        content: '50';
        position: relative;
        color: #ccc;
        top: 10px;
    }

    .barfiller .meter4:before {
        content: '';
        height: 55px;
        width: 2px;
        display: block;
        background: #e6e6e6;
        position: absolute;
        top: -44px;
        right: 0;
        z-index: 9;
    }

    .barfiller .meter4:after {
        content: '75';
        position: relative;
        margin-right: -8px;
        color: #ccc;
        top: 10px;
    }

    .barfiller .meter5:before {
        content: '';
        height: 25px;
        width: 2px;
        display: block;
        background: #e6e6e6;
        position: absolute;
        top: -14px;
        left: inherit;
        right: -1px;
        z-index: 9;
    }

    .barfiller .meter5:after {
        content: '100';
        position: relative;
        margin-right: -12px;
        color: #ccc;
        top: 10px;
    }

    .barfiller .fill {
        display: block;
        position: relative;
        width: 0px;
        height: 100%;
        background: #333;
        z-index: 1;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdddc+0,d9534f+100 */
        background: #ffdddc !important; /* Old browsers */
        background: -moz-linear-gradient(left, #ffdddc 0%, #d71921 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffdddc 0%,#d71921 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffdddc 0%,#d71921 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdddc', endColorstr='#d71921 ',GradientType=1 ) !important; /* IE6-9 */
        -webkit-border-radius: 50px 0 0 50px;
        -moz-border-radius: 50px 0 0 50px;
        border-radius: 50px 0 0 50px;
    }

    .barfiller .tipWrap {
        display: none;
    }

    .barfiller .tip {
        margin-top: -42px;
        padding: 4px 4px;
        font-size: 20px;
        color: #fff;
        left: 0px;
        margin-left: 15px;
        position: absolute;
        z-index: 2;
        background: #30b1e5;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .barfiller .tip:after {
            border: solid;
            border-color: #30b1e5 transparent;
            border-width: 6px 6px 0 6px;
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 100%;
            z-index: 9;
        }

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 1.5s infinite;
    -moz-animation: flickerAnimation 1.5s infinite;
    -o-animation: flickerAnimation 1.5s infinite;
    animation: flickerAnimation 1.5s infinite;
}

.ptgo {
    position: absolute;
    top: -25px;
    right: -20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1px;
}

    .ptgo h1.title {
        font-size: 14px;
        margin: 14px 0;
    }

        .ptgo h1.title span {
            font-size: 12px;
            position: relative;
            border-bottom: none;
            right: inherit;
            top: inherit;
            color: #333;
            font-weight: 400;
            margin-bottom: 10px;
            display: block;
            font-style: italic;
        }

.ptgo2 {
    position: absolute;
    top: -25px;
    left: -20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    padding: 1px 24px 23px;
}

    .ptgo2 h1.title {
        font-size: 14px;
        margin: 14px 0;
    }

        .ptgo2 h1.title span {
            font-size: 12px;
            position: relative;
            border-bottom: none;
            right: inherit;
            top: inherit;
            color: #333;
            font-weight: 400;
            margin-bottom: 5px;
            display: block;
            font-style: italic;
        }

.queryBlock .priceBlock .minPrice .more2 {
    position: relative;
    line-height: 22px;
    left: -30px;
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
    margin-top: -18px;
}

.queryBlock .priceBlock .midPrice .more2 {
    position: relative;
    line-height: 22px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -18px;
}

.queryBlock .priceBlock .maxPrice .more2 {
    position: relative;
    line-height: 22px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    margin-top: -18px;
}

.queryBlock .priceBlock .midPrice .more2 .titleBlockNew {
    color: #2c8f00;
}

.queryBlock .priceBlock .maxPrice .more2 .titleBlockNew {
    color: #b30101;
}

.queryBlock .priceBlock .more2 .titleBlockNew {
    color: #338bd7;
    display: inline-block;
    padding: 5px 8px 0;
    border-radius: 7px 0 0 7px;
    z-index: 99;
    position: relative;
    float: left;
}

.queryBlock .priceBlock .minPrice .more2 .titleBlockNew2 {
    background: #d7edff;
    border: 1px solid #338bd7;
    float: left;
}

.queryBlock .priceBlock .maxPrice .more2 .titleBlockNew2 {
    background: #fadcdd;
    border: 1px solid #b30101;
}

.queryBlock .priceBlock .more2 .titleBlockNew2 {
    background: #e6f6e1;
    border: 1px solid #2c8f00;
    color: #4f4f4f;
    display: inline-block;
    border-radius: 0 7px 7px 0;
    padding: 1px 12px;
    top: 26px;
    left: -4px;
    position: relative;
    z-index: 9;
    float: left;
    white-space: nowrap;
}

    .queryBlock .priceBlock .more2 .titleBlockNew2 span {
        color: #000;
        font-size: 14px;
        margin: 0;
    }

.queryBlock .priceBlock .more2 .calendarIcon {
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

    .queryBlock .priceBlock .more2 .calendarIcon:before {
        content: "\f133";
        font: normal normal normal 73px/1 FontAwesome;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .queryBlock .priceBlock .more2 .calendarIcon span {
        margin: 0;
        padding: 0;
        height: 50px;
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 82px;
        letter-spacing: -1px;
        margin-bottom: -5px;
    }

.queryBlock .priceBlock .more2 .calendarText {
    margin: 0;
    font-size: 10px;
    color: #333;
    letter-spacing: -0.3px;
}

.ptgo2 .more2 {
    line-height: 22px;
    margin-bottom: 12px;
}

    .ptgo2 .more2 .titleBlockNew {
        color: #db8e05;
        display: inline-block;
        padding: 5px 8px 0;
        border-radius: 7px 0 0 7px;
        z-index: 99;
        position: relative;
        margin-left: 8px;
    }

    .ptgo2 .more2 .calendarIcon {
        padding: 0;
        margin: 0;
        display: block;
        position: relative;
    }

        .ptgo2 .more2 .calendarIcon:before {
            content: "\f133";
            font: normal normal normal 73px/1 FontAwesome;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }

        .ptgo2 .more2 .calendarIcon span {
            margin: 0;
            padding: 0;
            height: 50px;
            display: block;
            font-size: 18px;
            font-weight: 700;
            line-height: 82px;
            letter-spacing: -1px;
            margin-bottom: -5px;
        }

    .ptgo2 .more2 .calendarText {
        margin: 0;
        font-size: 10px;
        color: #333;
        letter-spacing: -0.3px;
    }

    .ptgo2 .more2 .titleBlockNew2 {
        background: #f2dcb5;
        border: 1px solid #db8e05;
        color: #4f4f4f;
        display: inline-block;
        border-radius: 0 7px 7px 0;
        padding: 1px 12px;
        top: -2px;
        left: -8px;
        position: relative;
        z-index: 9;
    }

        .ptgo2 .more2 .titleBlockNew2 span {
            color: #000;
            font-size: 14px;
            margin: 0;
        }

.ptgo2 h3 {
    margin: 0;
    color: #db8e05;
    font-weight: 700;
    font-size: 26px;
}

.btn.btn-info {
    background-color: #35b4e7;
    border-color: #25a1d3;
}

.queryBlock .priceBlock.purchase {
    margin: 50px auto 15px;
}

    .queryBlock .priceBlock.purchase .midPrice h3 {
        text-align: center;
        margin-right: inherit;
        margin-top: -200px;
    }

    .queryBlock .priceBlock.purchase .minPrice h3 {
        text-align: left;
        margin-right: inherit;
        margin-top: -52px;
    }

    .queryBlock .priceBlock.purchase .maxPrice h3 {
        margin: -18px 55px 0 0;
    }

.queryBlock .priceBlock.sorgu4 .maxPrice .more2 {
    left: 45%;
    top: -24px;
}

.queryBlock .priceBlock.sorgu4 .maxPrice .price {
    left: -60%;
    position: relative;
    top: 52px;
}

    .queryBlock .priceBlock.sorgu4 .maxPrice .price h3 {
        margin-right: 0;
    }

.queryBlock .priceBlock.sorgu4 .minPrice .more2 {
    left: 45%;
    top: -58px;
}

.queryBlock .priceBlock.sorgu4 .minPrice .price {
    left: -60%;
    position: relative;
    top: 52px;
}

    .queryBlock .priceBlock.sorgu4 .minPrice .price h3 {
        margin-right: 0;
    }

    .queryBlock .priceBlock.sorgu4 .minPrice .price span {
        margin: 0;
        display: block;
        text-align: right;
    }

.queryBlock .priceBlock.sorgu4 .midPrice .more2 {
    left: 45%;
    top: -48px;
}

.queryBlock .priceBlock.sorgu4 .midPrice .price {
    left: -60%;
    position: relative;
    text-align: right;
    top: 7px;
}

    .queryBlock .priceBlock.sorgu4 .midPrice .price h3 {
        margin-top: -208px;
        margin-right: 0;
    }

.priceBlockAll {
    position: relative;
}

.border-none {
    border: none;
}

.noCalendar .more2 {
    display: none;
}

.queryBlock .priceBlock.sorgu4.noCalendar .midPrice .price {
    left: inherit;
    text-align: center;
}

    .queryBlock .priceBlock.sorgu4.noCalendar .midPrice .price h3 {
        text-align: center;
        margin-top: -214px;
    }

.queryBlock .priceBlock.sorgu4.noCalendar .minPrice .price {
    left: inherit;
    right: 36%;
}

.queryBlock .priceBlock.sorgu4.noCalendar .maxPrice .price {
    left: inherit;
    right: 23%;
}

.queryBlock .priceBlock.sorgu4.noCalendar .maxPrice {
    padding: 177px 0 96px;
}
.loginPage2 {
    background: url(img/car-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.liststyle {
    padding-left: 20px;
}

    .liststyle li {
        line-height: 20px;
        margin-bottom: 10px;
        list-style: none;
        position: relative;
    }

        .liststyle li:before {
            content: '\f101';
            font: normal normal normal 14px/1 FontAwesome;
            position: absolute;
            left: -20px;
            font-size: 20px;
            color: #d71921;
        }

    .liststyle.liststyle2 li:before {
        color: #337ab7;
    }

.loginPage .wrapper-page span.redline {
    border-bottom: 1px solid #d71921;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.loginPage2 .fa-whatsapp {
    color: #3bc44d;
}

.contactBlock {
    line-height: 26px;
}
