﻿.altsayfa-menu, .total-title {
    background-color: #38a7f5;
    width: 100%
}

.Uyari, .aciklama-yazi, .daha-fazla-gonder, .daha-fazla-gonder-margin, .hata-icon, .hata-total {
    text-align: center
}

.total-title h1 {
    color: #fff;
    font-size: 24px;
    font-family: montserratregular;
    padding-top: 13px;
    min-height: 47px;
    margin: 0
}

.altsayfa-menu-link, .altsayfa-sub-menu-link {
    font-size: 14px;
    font-family: montserratregular;
    display: block;
    float: left
}

.altsayfa-menu {
    min-height: 37px
}

.altsayfa-menu-link {
    color: #fff
}

    .altsayfa-menu-link.active, .altsayfa-menu-link:hover {
        background-color: #61d1ff;
        color: #fff
    }

.altsayfa-sub-menu {
    background-color: #49d2ff;
    width: 100%;
    min-height: 43px
}

.altsayfa-sub-menu-link {
    color: #2c7aa6;
    position: relative;
    overflow: hidden
}

.adres-head i, .altsayfa-back i, .blackque i, .blackque span {
    display: inline-block;
    vertical-align: middle
}

.altsayfa-sub-menu-link.active, .altsayfa-sub-menu-link:hover {
    color: #fff
}

.altsayfa-sub-menu-link:before {
    content: " ";
    width: 100%;
    background-color: #cff1ff;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(9px);
    -moz-transform: translateY(9px);
    transform: translateY(9px);
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    opacity: 0
}

.altsayfa-sub-menu-link.active:before, .altsayfa-sub-menu-link.active:focus:before, .altsayfa-sub-menu-link.active:hover:before, .altsayfa-sub-menu-link:focus:before, .altsayfa-sub-menu-link:hover:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.altsayfa {
    margin-bottom: 100px;
    min-height: 500px
}

    .altsayfa h2, .borcsorgulama h2 {
        color: #585858;
        font-size: 24px;
        font-family: oswaldregular;
        margin-top: 13px;
        line-height: 1.5
    }

    .altsayfa p, .blackque span {
        font-size: 16px;
        font-family: montserratlight
    }

@media (min-width:320px) {
    .altsayfa h2, .borcsorgulama h2 {
        margin-top: 33px
    }
}

@media (min-width:499px) {
    .altsayfa h2, .borcsorgulama h2 {
        margin-top: 23px
    }
}

@media (min-width:992px) {
    .altsayfa h2, .borcsorgulama h2 {
        margin-top: 13px
    }
}

@media (min-width:1200px) {
    .altsayfa h2, .borcsorgulama h2 {
        margin-top: 13px
    }
}

.altsayfa p {
    color: #585858;
    line-height: 1.8;
    margin-top: 25px
}

    .altsayfa p span {
        color: #000;
        font-weight: 700
    }

.blackque span {
    color: #0168b0 !important
}

.blackque i {
    font-size: 64px;
    color: #efefef;
    margin-right: 9px;
    width: 64px;
    line-height: 1;
    height: 64px
}

.hata-gonder, .hata-icon img {
    margin-left: auto;
    margin-right: auto
}

.altsayfa-back {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: montserratregular;
    right: 10px;
    margin-top: 11px
}

    .altsayfa-back i {
        font-size: 12px;
        padding-right: 3px
    }

    .altsayfa-back:hover {
        color: #fff
    }

.fixed_menu_alt .altsayfa-menu {
    -webkit-animation: fixed_menu_animation .3s;
    -moz-animation: fixed_menu_animation .3s;
    -ms-animation: fixed_menu_animation .3s;
    -o-animation: fixed_menu_animation .3s;
    animation: fixed_menu_animation .3s;
    position: fixed;
    top: 52px;
    opacity: 1;
    z-index: 99
}

.fixed_menu_alt .altsayfa-sub-menu {
    -webkit-animation: fixed_menu_animation .3s;
    -moz-animation: fixed_menu_animation .3s;
    -ms-animation: fixed_menu_animation .3s;
    -o-animation: fixed_menu_animation .3s;
    animation: fixed_menu_animation .3s;
    position: fixed;
    top: 89px;
    opacity: 1;
    z-index: 99
}

@media screen and (min-width:320px) {
    .blackque span {
        width: 280px
    }
}

@media screen and (min-width:499px) {
    .blackque span {
        width: 640px
    }

    .altsayfa-sub-menu-link {
        padding: 12px 18px 11px
    }

    .altsayfa-menu-link {
        padding: 10px 10px 7px
    }
}

@media screen and (min-width:992px) {
    .blackque span {
        width: 860px
    }

    .altsayfa-sub-menu-link {
        padding: 12px 18px 11px
    }

    .altsayfa-menu-link {
        padding: 10px 18px 7px
    }
}

@media screen and (min-width:1200px) {
    .blackque span {
        width: 1050px
    }

    .altsayfa-sub-menu-link {
        padding: 12px 23px 11px
    }

    .altsayfa-menu-link {
        padding: 10px 23px 7px
    }
}

.search-head {
    background-color: #f7f7f7;
    color: #7f7f7f;
    font-size: 16px;
    font-family: montserratlight;
    width: 100%;
    min-height: 50px;
    margin-top: 42px;
    margin-bottom: 30px
}

.search h2, .search p {
    margin-top: 20px
}

.search-left {
    background-color: #e3e3e3;
    font-family: montserratregular;
    font-size: 16px;
    color: #4e4e4e;
    padding: 14px 25px 13px;
    float: left
}

.search-right {
    font-family: montserratlight;
    font-size: 16px;
    color: #7f7f7f;
    padding: 15px 10px 12px 20px;
    float: left
}

.search p {
    border-bottom: 1px solid #f1efef
}

.adres-head {
    background-color: #f7f7f7;
    color: #585858;
    font-size: 14px;
    font-family: montserratregular;
    width: 100%;
    min-height: 43px;
    padding: 10px 13px 5px;
    letter-spacing: -.5px;
    margin-top: 2px
}

    .adres-head i {
        font-size: 22px;
        color: #9e9e9e;
        padding-right: 10px
    }

.iletisim-alt-sayfa .form-group label, .iletisim-yazi {
    color: #9b9b9b;
    font-size: 14px;
    font-family: montserratlight
}

.adres-head:first-of-type {
    margin-top: 30px
}

.harita-kutu {
    height: 442px;
    width: 100%;
    margin-top: 40px
}

.iletisim-yazi {
    padding-top: 10px
}

.alert {
    margin-top: 20px
}

.captcha, .iletisim-alt-sayfa .form-group {
    margin-top: 15px
}

    .iletisim-alt-sayfa .form-group label {
        font-weight: 400
    }

    .iletisim-alt-sayfa .form-group input, .iletisim-alt-sayfa .form-group textarea {
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #e5e5e5;
        background-color: #f1efef;
        padding: 26px 35px;
        color: #b5b5b5;
        font-size: 12px;
        font-family: montserratlight
    }

        .iletisim-alt-sayfa .form-group input::-webkit-input-placeholder {
            color: #b5b5b5
        }

        .iletisim-alt-sayfa .form-group input::-moz-placeholder {
            color: #b5b5b5
        }

        .iletisim-alt-sayfa .form-group input:-ms-input-placeholder {
            color: #b5b5b5
        }

        .iletisim-alt-sayfa .form-group input:-moz-placeholder {
            color: #b5b5b5
        }

.gonder, .hata-head {
    font-family: oswaldregular
}

.iletisim-alt-sayfa .form-group textarea {
    height: 300px
}

.gonder {
    float: right;
    margin-top: 15px;
    border: 0;
    background-color: #38a7f5;
    color: #fff;
    font-size: 18px;
    padding: 23px 103px
}

    .gonder:hover {
        background-color: #005493
    }

.borcsorgulama .gonder {
    margin-top: 20px
}

@media screen and (min-width:320px) {
    .gonder {
        float: none;
        width: 100%
    }

    .borcsorgulama .gonder {
        margin-top: 15px
    }
}

@media screen and (min-width:499px) {
    .gonder {
        float: right;
        width: auto
    }

    .borcsorgulama .gonder {
        margin-top: 15px
    }
}

@media screen and (min-width:992px) {
    .gonder {
        float: right;
        width: auto
    }

    .borcsorgulama .gonder {
        margin-top: 15px
    }
}

@media screen and (min-width:1200px) {
    .gonder {
        float: right;
        width: auto
    }

    .borcsorgulama .gonder {
        margin-top: 15px
    }
}

.hata-total {
    width: 100%;
    margin-top: 230px
}

.hata-head {
    color: #f1efef;
    font-size: 102px;
    letter-spacing: -1.3px;
    line-height: 1
}

.hata-yazi {
    color: #b5b5b5;
    font-size: 24px;
    font-family: montserratregular
}

.hata-gonder {
    font-size: 27px;
    display: block
}

    .hata-gonder:hover {
        color: #fff
    }

.hata-icon {
    margin-top: 180px
}

@media screen and (min-width:320px) {
    .hata-total {
        margin-top: 50px
    }

    .hata-head {
        font-size: 50px
    }

    .hata-yazi {
        font-size: 14px
    }

    .hata-gonder {
        float: none;
        width: 100%;
        font-size: 20px
    }

    .hata-icon {
        margin-top: 30px
    }
}

@media screen and (min-width:499px) {
    .hata-total {
        margin-top: 50px
    }

    .hata-head {
        font-size: 102px
    }

    .hata-yazi {
        font-size: 24px
    }

    .hata-gonder {
        float: none;
        width: 300px;
        font-size: 27px
    }

    .hata-icon {
        margin-top: 30px
    }
}

@media screen and (min-width:992px) {
    .hata-total {
        margin-top: 230px
    }

    .hata-head {
        font-size: 102px
    }

    .hata-yazi {
        font-size: 24px
    }

    .hata-gonder {
        float: none;
        width: 300px;
        font-size: 27px
    }

    .hata-icon {
        margin-top: 180px
    }
}

@media screen and (min-width:1200px) {
    .hata-total {
        margin-top: 230px
    }

    .hata-head {
        font-size: 102px
    }

    .hata-yazi {
        font-size: 24px
    }

    .hata-gonder {
        float: none;
        width: 300px;
        font-size: 27px
    }

    .hata-icon {
        margin-top: 180px
    }

    .ucret-hesaplama {
        margin-top: 22px
    }
}

.aciklama-yazi-baslik, .ucret-hesaplama label {
    color: #b1b1b1;
    font-size: 16px;
    font-family: montserratregular;
    font-weight: 400
}

.ucret-hesaplama {
    margin-top: 22px
}

    .ucret-hesaplama select, .ucret-hesaplama button {
        border-radius: 0;
        background-color: #ededed;
        border: 0;
        box-shadow: none;
        min-height: 50px
    }

    .ucret-hesaplama .form-control {
        border: 0;
        box-shadow: none
    }

@media screen and (min-width:320px) {
    .ucret-hesaplama {
        margin-top: 22px
    }

    .accordion-genel .panel-default > .panel-heading {
        min-height: 53px
    }
}

@media screen and (min-width:499px) {
    .ucret-hesaplama {
        margin-top: 22px
    }

    .accordion-genel .panel-default > .panel-heading {
        min-height: 53px
    }
}

@media screen and (min-width:992px) {
    .ucret-hesaplama {
        margin-top: 22px
    }

    .accordion-genel .panel-default > .panel-heading {
        min-height: 53px
    }
}

.aciklama-yazi-baslik {
    margin-top: 30px
}

.aciklama-yazi {
    background-color: #38a7f5;
    font-size: 27px;
    color: #fff;
    font-family: montserratregular;
    padding: 30px;
    width: 100%;
    border-bottom: 4px solid #237dc0
}

    .aciklama-yazi span {
        color: #121212
    }

    .aciklama-yazi i {
        vertical-align: middle;
        display: inline-block;
        color: #fff;
        font-size: 20px
    }

    .aciklama-yazi b {
        font-weight: 400
    }

.accordion-genel .panel {
    box-shadow: none
}

.accordion-genel .panel-default {
    border: 0;
    border-radius: 0
}

    .accordion-genel .panel-default > .panel-heading {
        background-color: #f1f1f1;
        border-radius: 0;
        border: 0;
        min-height: 53px;
        padding: 0
    }

.accordion-genel .panel-title > a {
    color: #6e6e6e;
    font-size: 14px;
    font-family: montserratregular;
    display: block;
    float: left;
    padding: 20px 70px 17px 25px;
    -webkit-animation: all .3s;
    -moz-animation: all .3s;
    -ms-animation: all .3s;
    -o-animation: all .3s;
    animation: all .3s;
    width: 100%
}

.accordion-genel .panel-title {
    display: block;
    position: relative
}

    .accordion-genel .panel-title > i {
        position: absolute;
        float: none !important;
        right: 0;
        font-size: 29px;
        color: #cbcbcb;
        margin: 13px 20px 0 0;
        -webkit-animation: all .3s;
        -moz-animation: all .3s;
        -ms-animation: all .3s;
        -o-animation: all .3s;
        animation: all .3s
    }

.accordion-genel .panel-default > .panel-heading h4 {
    margin: 0
}

.accordion-genel .panel-default > .panel-heading.active, .accordion-genel .panel-default > .panel-heading:hover {
    border: 0;
    background-color: #38a7f5
}

    .accordion-genel .panel-default > .panel-heading.active .panel-title > a, .accordion-genel .panel-default > .panel-heading:hover .panel-title > a, .accordion-genel .panel-default > .panel-heading:hover .panel-title > i {
        color: #fff
    }

.accordion-genel .panel-default > .panel-heading + .panel-collapse > .panel-body {
    color: #fff;
    font-size: 14px;
    font-family: montserratlight;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 25px;
    border: 0;
    background-color: #38a7f5
}

.duyuru-head, .haber-item-tarih, .haber-item-yazi {
    font-family: oswaldregular
}

.accordion-genel .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    line-height: 1.7;
    color: #fff;
    margin-top: 0
}

.accordion-genel .panel + .panel {
    margin-top: 3px
}

.accordion-genel .panel-title > .icon-sss-yukari {
    color: #fff
}

#sss {
    margin-top: 75px
}

@media screen and (min-width:1200px) {
    .accordion-genel .panel-default > .panel-heading {
        min-height: 53px
    }
}

.haber-item {
    position: relative;
    display: block;
    min-height: 330px;
    margin-top: 25px
}

    .haber-item .haber-resim, .haber-item img {
        position: relative;
        overflow: hidden
    }

    .haber-item .overlay {
        position: absolute;
        background: rgba(1,5,22,.57);
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        opacity: 0
    }

        .haber-item .overlay div {
            color: #fff;
            font-size: 40px;
            width: 40px;
            position: absolute;
            left: 0;
            right: 0;
            margin: -20px auto;
            top: -40px
        }

.galeri-item, .galeri-item img {
    position: relative;
    overflow: hidden
}

.duyuru-kopru i, .duyuru-tarih i {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle
}

.haber-item:hover .overlay {
    opacity: 1;
    z-index: 1
}

    .haber-item:hover .overlay div {
        top: 50%
    }

.haber-item-yazi {
    color: #4f4f4f;
    font-size: 16px;
    margin-top: 15px
}

.haber-item-tarih {
    color: #8e8e8e;
    font-size: 13px;
    margin-top: 10px
}

.haber-item:hover .haber-item-yazi {
    color: #237dc0
}

.duyuru-head {
    color: #4f4f4f;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 17px
}

.duyuru-kopru, .duyuru-tarih {
    color: #9d9d9d;
    font-family: oswaldlight;
    float: left
}

.duyuru-tarih-kopru {
    margin-bottom: 12px
}

.duyuru-tarih {
    font-size: 15px
}

    .duyuru-tarih i {
        font-size: 16px
    }

.duyuru-kopru {
    font-size: 15px;
    margin-left: 35px
}

    .duyuru-kopru i {
        font-size: 39px;
        margin-top: -16px;
        line-height: 0;
        height: 23px
    }

.duyuru-text {
    color: #4f4f4f;
    font-size: 16px;
    font-family: montserratlight;
    border-bottom: 1px solid #ebebeb
}

@media (min-width:320px) {
    .duyuru-kopru {
        margin-left: 0;
        float: none
    }

    .duyuru-tarih {
        float: none
    }
}

@media (min-width:499px) {
    .duyuru-kopru {
        margin-left: 35px;
        float: left
    }

    .duyuru-tarih {
        float: left
    }
}

@media (min-width:992px) {
    .duyuru-kopru {
        margin-left: 35px;
        float: left
    }

    .duyuru-tarih {
        float: left
    }
}

@media (min-width:1200px) {
    .duyuru-kopru {
        margin-left: 35px;
        float: left
    }

    .duyuru-tarih {
        float: left
    }
}

.small-image:last-of-type {
    margin-top: 28px
}

.galeri-item {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    cursor: pointer
}

    .galeri-item img {
        width: 100%
    }

    .galeri-item .overlay {
        position: absolute;
        background: rgba(0,75,131,.8);
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        padding: 10px;
        opacity: 1
    }

        .galeri-item .overlay div {
            color: #fff;
            font-size: 17px;
            font-family: montserratregular;
            width: 90%;
            text-align: center;
            position: relative;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto
        }

@media (min-width:992px) {
    .small-image:last-of-type {
        margin-top: 22px
    }
}

@media (min-width:1200px) {
    .small-image:last-of-type {
        margin-top: 28px
    }
}

.daha-fazla-gonder {
    float: none;
    display: block;
    width: 100%;
    position: relative;
    height: 58px;
    padding: 17px 0 0
}

    .daha-fazla-gonder:focus .daha-fazla-gonder-ic, .daha-fazla-gonder:hover .daha-fazla-gonder-ic {
        color: #fff
    }

.daha-fazla-gonder-ic {
    width: 180px;
    float: left
}

.daha-fazla-gonder-margin {
    width: 230px;
    margin-left: auto;
    margin-right: auto
}

.sk-folding-cube {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin-top: 2px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

    .sk-folding-cube .sk-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

        .sk-folding-cube .sk-cube:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fff;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            transform-origin: 100% 100%
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg)
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg)
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg)
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {
    0%,10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.Uyari {
    background-color: #f9dcdc;
    font-size: 15px;
    color: #8f0808;
    line-height: 1;
    padding: 10px 10px 5px
}

    .Uyari i {
        display: inline-block;
        font-size: 26px;
        vertical-align: middle;
        padding-right: 10px
    }

.table-sonuc {
    padding-top: 60px
}

    .table-sonuc > .table {
        margin: 0
    }

        .table-sonuc > .table > thead > tr > th {
            background-color: #38a7f5;
            color: #fff;
            font-size: 15px;
            font-family: montserratregular;
            font-weight: 400;
            border: 0;
            border-right: 1px solid #2588ce;
            padding: 20px 10px 20px 14px
        }

        .table-sonuc > .table > tbody > tr > td, .tablo-sonuc-toplam {
            color: #000;
            font-family: montserratlight
        }

        .table-sonuc > .table > tbody > tr > td {
            font-size: 15px;
            padding: 10px;
            border: 0;
            border-right: 1px solid #e4e4e4
        }

.tablo-sonuc-toplam {
    background-color: #f8f8f8;
    width: 100%;
    min-width: 100%;
    border-top: 2px solid #e4e4e4;
    font-size: 18px;
    padding: 33px 112px 27px 0;
    text-align: right
}

@media (min-width:320px) {
    .tablo-sonuc-toplam {
        font-size: 12px;
        padding: 6px 20px 6px 0
    }

    .tablo-sonuc-toplam-exstra {
        padding: 25px 20px 25px 0;
        font-size: 14px
    }
}

@media (min-width:499px) {
    .tablo-sonuc-toplam {
        font-size: 14px;
        padding: 6px 112px 6px 0
    }

    .tablo-sonuc-toplam-exstra {
        padding: 25px 112px 25px 0;
        font-size: 18px
    }
}

.borc {
    position: absolute;
    display: block;
    width: 200px;
    padding: 20px 30px;
    top: 60px;
    right: 15px;
    text-align: center
}

    .borc:hover {
        color: #fff
    }

@media (min-width:320px) {
    .borc {
        position: relative;
        top: 0;
        margin-left: 15px
    }

    .callsub {
        width: 100%
    }
}

@media (min-width:499px) {
    .borc {
        top: 60px;
        margin-left: inherit;
        position: absolute
    }
}

@media (min-width:992px) {
    .borc {
        top: 60px;
        margin-left: inherit;
        position: absolute
    }
}

@media (min-width:1200px) {
    .borc {
        top: 70px;
        margin-left: inherit;
        position: absolute
    }
}

.atss {
    z-index: -1
}

@media screen and (min-width:320px) {
    .callcenter {
        font-size: 20px;
        padding: 9px 15px 7px 11px;
        top: 0;
        position: relative;
        border-radius: 0
    }

        .callcenter label {
            font-size: 16px;
            padding-right: 5px;
            margin-right: 5px;
            padding-top: 2px
        }

        .callcenter .badge {
            padding: 3px 7px 0 0;
            font-size: 20px
        }
}

@media screen and (min-width:499px) {
    .callcenter {
        font-size: 20px;
        padding: 9px 30px 7px 21px;
        top: 245px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px
    }

        .callcenter label {
            font-size: 16px;
            padding-right: 11px;
            margin-top: 2px;
            margin-right: 11px;
            padding-top: 0
        }

        .callcenter .badge {
            padding: 2px 7px 0 0;
            font-size: 22px
        }
}

.callsub {
    position: relative !important;
    top: 0 !important;
    margin-left: auto
}

.ihlalyeni .form-control {
    margin-top: 0
}

.ihlalyeni .editor-field {
    float: left;
    width: 50%;
    margin-top: 15px
}

    .ihlalyeni .editor-field .form-control {
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #31708f;
        background-color: #d7f1fa;
        padding: 19px 10px 23px 10px;
        color: #434a54;
        font-size: 20px;
        font-family: montserratlight
    }

        .ihlalyeni .editor-field .form-control::-webkit-input-placeholder {
            color: #434a54;
            font-size: 10px
        }

        .ihlalyeni .editor-field .form-control::-moz-placeholder {
            color: #434a54;
            font-size: 10px
        }

        .ihlalyeni .editor-field .form-control:-ms-input-placeholder {
            color: #434a54;
            font-size: 10px
        }

        .ihlalyeni .editor-field .form-control:-moz-placeholder {
            color: #434a54;
            font-size: 10px
        }

@media (min-width:320px) {
    .ihlalyeni img {
        width: 100% !important;
        height: 72px
    }

    .ihlalyeni .editor-field {
        float: none;
        width: 100%
    }
}

@media (min-width:499px) {
    .callsub {
        width: 320px
    }

    .ihlalyeni img {
        width: 100% !important;
        height: 72px
    }

    .ihlalyeni .editor-field {
        float: left;
        width: 50%
    }
}

@media (min-width:992px) {
    .callsub {
        width: 320px
    }

    .ihlalyeni img {
        width: 100% !important;
        height: 72px
    }

    .ihlalyeni .editor-field {
        float: left;
        width: 50%
    }
}

@media (min-width:1200px) {
    .callsub {
        width: 320px
    }

    .ihlalyeni img {
        width: 100% !important;
        height: 72px
    }

    .ihlalyeni .editor-field:first-child {
        float: left;
        width: 35%
    }

    .ihlalyeni .editor-field:last-child {
        float: left;
        width: 65%
    }
}

.ebulten {
    background-color: #e3e4e4;
    width: 100%;
    margin-top: 50px
}

.ebultenhead {
    font-size: 28px;
    color: #237dc0;
    font-family: 'oswaldregular';
    text-align: center;
    margin-top: 20px
}

    .ebultenhead h3 {
        font-size: 28px;
        line-height: 1.4
    }

    .ebultenhead span {
        font-family: 'oswaldbold'
    }

.ebulten .input-group {
    width: 100%
}

    .ebulten .input-group .form-control {
        width: 100%;
        box-shadow: none;
        border: 0;
        font-family: 'oswaldlight';
        font-size: 25px;
        padding: 35px 47px;
        margin-top: 11px;
        color: #b5b5b5;
        border-radius: 0
    }

        .ebulten .input-group .form-control::-webkit-input-placeholder {
            color: #b5b5b5
        }

        .ebulten .input-group .form-control::-moz-placeholder {
            color: #b5b5b5
        }

        .ebulten .input-group .form-control:-ms-input-placeholder {
            color: #b5b5b5
        }

        .ebulten .input-group .form-control:-moz-placeholder {
            color: #b5b5b5
        }

.ebulten .btn-default {
    border: 0;
    border-radius: 0;
    background-color: #237dc0;
    color: #fff;
    font-family: 'montserratregular';
    font-size: 20px;
    margin-top: 11px;
    margin-bottom: 32px;
    padding: 20px 75px;
    width: 100%
}

.sorgulama-button {
    position: relative
}

.sor-button {
    width: 170px;
    float: left;
    background-color: #c8d7e2;
    height: 50px;
    position: relative;
    display: block;
    margin-top: 12px;
    padding: 6px
}

    .sor-button .button-tckn, .sor-button .button-vkn {
        float: left;
        color: #bababa;
        font-size: 20px;
        font-family: 'oswaldlight';
        padding-top: 5px;
        width: 50%;
        height: 100%;
        cursor: pointer
    }

        .sor-button .button-tckn.active, .sor-button .button-vkn.active, .sor-button .button-tckn:hover, .sor-button .button-vkn:hover {
            color: #fff
        }

    .sor-button .button-vkn {
        text-align: right;
        padding-right: 15px;
        border-right: 1px solid #bababa
    }

    .sor-button .button-tckn {
        padding-left: 15px
    }

.exstra-form-vkn, .exstra-form-tck {
    display: none !important;
    border-radius: 0
}

    .exstra-form-vkn.active, .exstra-form-tck.active {
        display: table-cell !important
    }

.sorgulama-button .input-group {
    float: left;
    display: block;
    width: 385px
}

.footer-banner {
    background-image: url(/images/footer-banner.jpg);
    width: 100%;
    height: 328px;
    background-size: cover
}

    .footer-banner h3 {
        color: #fff;
        font-size: 32px;
        font-family: 'Gotham-Medium';
        text-align: center;
        margin-top: 0;
        padding-top: 120px
    }

        .footer-banner h3 span {
            font-family: 'Gotham-Ultra'
        }

    .footer-banner h4 {
        color: #fff;
        font-size: 32px;
        font-family: 'Gotham-Medium';
        text-align: center;
        padding-top: 10px
    }

        .footer-banner h4 span {
            font-family: 'Gotham-Ultra'
        }

.ebulten .radio {
    margin-bottom: 10px;
    color: #8d8d8d;
    font-family: 'montserratlight'
}

@media (min-width:320px) {
    .ebultenhead {
        margin-top: 20px
    }

        .ebultenhead h3 {
            font-size: 20px
        }

    .ebulten .input-group .form-control {
        font-size: 15px;
        padding: 15px 20px 13px 20px
    }

    .ebulten .btn-default {
        font-size: 15px;
        padding: 10px 45px
    }

    .footer-banner h3 {
        font-size: 17px
    }

    .footer-banner h4 {
        font-size: 16px
    }

    .sor-button {
        width: 100%;
        float: none
    }

    .sorgulama-button .input-group {
        float: none;
        width: 100%
    }
}

@media (min-width:499px) {
    .ebultenhead {
        font-size: 28px;
        margin-top: 20px
    }

        .ebultenhead h3 {
            font-size: 28px
        }

    .ebulten .input-group .form-control {
        font-size: 15px;
        padding: 15px 20px 13px 20px;
        margin-top: 11px
    }

    .ebulten .btn-default {
        font-size: 20px;
        margin-top: 11px;
        margin-bottom: 12px;
        padding: 10px 25px
    }

    .footer-banner h3 {
        font-size: 22px
    }

    .footer-banner h4 {
        font-size: 22px
    }

    .sor-button {
        width: 110px;
        float: left
    }

    .sorgulama-button .input-group {
        float: left;
        width: 235px
    }
}

@media (min-width:992px) {
    .footer-banner h3 {
        font-size: 26px
    }

    .footer-banner h4 {
        font-size: 26px
    }

    .sor-button {
        width: 130px;
        float: left
    }

    .sorgulama-button .input-group {
        float: left;
        width: 325px
    }

    .ebulten .btn-default {
        font-size: 20px;
        margin-top: 11px;
        margin-bottom: 12px;
        padding: 10px 45px
    }
}

@media (min-width:1200px) {
    .footer-banner h3 {
        font-size: 32px
    }

    .footer-banner h4 {
        font-size: 32px
    }

    .sor-button {
        width: 170px;
        float: left
    }

    .sorgulama-button .input-group {
        float: left;
        width: 385px
    }
}

.borcsorgulama .nav-tabs {
    border: 0
}

    .borcsorgulama .nav-tabs > li {
        width: 25%;
        padding-right: 4px;
        padding-bottom: 6px
    }

        .borcsorgulama .nav-tabs > li > a {
            width: 100%;
            background-color: #e5e5e5;
            border-radius: 0;
            font-family: 'montserratlight';
            color: #585858;
            font-size: 16px;
            border: 0;
            padding: 20px 0 20px 35px
        }

@media (min-width:320px) {
    .borcsorgulama .nav-tabs > li > a {
        font-size: 15px;
        padding: 10px 0 10px 25px
    }

    .borcsorgulama .nav-tabs > li {
        width: 100%;
        padding-right: 0
    }
}

@media (min-width:499px) {
    .borcsorgulama .nav-tabs > li > a {
        font-size: 15px;
        padding: 10px 0 10px 25px
    }

    .borcsorgulama .nav-tabs > li {
        width: 25%;
        padding-right: 4px
    }
}

@media (min-width:992px) {
    .borcsorgulama .nav-tabs > li > a {
        font-size: 12px;
        padding: 10px 0 10px 35px
    }

    .borcsorgulama .nav-tabs > li {
        width: 25%;
        padding-right: 4px
    }
}

@media (min-width:1200px) {
    .borcsorgulama .nav-tabs > li > a {
        font-size: 16px;
        padding: 10px 0 10px 35px
    }

    .borcsorgulama .nav-tabs > li {
        width: 25%;
        padding-right: 4px
    }
}

.borcsorgulama .nav-tabs > li > a:hover, .borcsorgulama .nav-tabs > li > a:focus, .borcsorgulama .nav-tabs > li.active > a, .borcsorgulama .nav-tabs > li.active > a:focus, .borcsorgulama .nav-tabs > li.active > a:hover {
    background-color: #61d1ff;
    border-radius: 0;
    border: 0;
    color: #fff
}

.borcsorgulama .tab-content {
    padding-right: 4px
}

    .borcsorgulama .tab-content #plakatab .btn-default {
        background-color: #90dfff;
        width: 100%;
        border-radius: 0;
        border: 0;
        font-size: 16px;
        color: #fff;
        font-family: 'montserratlight';
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        width: 50%
    }

        .borcsorgulama .tab-content #plakatab .btn-default:first-child {
            border-right: 1px solid #fff
        }

@media (min-width:320px) {
    .borcsorgulama .tab-content {
        padding-right: 0
    }

        .borcsorgulama .tab-content #plakatab .btn-default {
            float: none;
            width: 100%;
            margin-bottom: 5px
        }

            .borcsorgulama .tab-content #plakatab .btn-default:first-child {
                border-right: 0
            }
}

@media (min-width:499px) {
    .borcsorgulama .tab-content {
        padding-right: 4px
    }

        .borcsorgulama .tab-content #plakatab .btn-default {
            float: left;
            width: 50%;
            margin-bottom: 0
        }

            .borcsorgulama .tab-content #plakatab .btn-default:first-child {
                border-right: 1px solid #fff
            }
}

.borcsorgulama .tab-content #plakatab .btn-default:hover, .borcsorgulama .tab-content #plakatab .btn-default:focus, .borcsorgulama .tab-content #plakatab .btn-default.active {
    box-shadow: none;
    background-color: #61d1ff
}

.ucdodeme {
    margin-top: 20px
}

.sorgulama-tarihi {
    color: #585858;
    font-size: 20px;
    font-family: 'montserratregular';
    padding-top: 35px
}

.borcbutton {
    background-color: #38a7f6;
    color: #fff;
    font-size: 20px;
    font-family: 'oswaldregular';
    float: right;
    border: 0;
    border-radius: 0;
    padding: 17px 30px 15px 30px;
    margin-left: 23px;
    margin-bottom: 23px
}

    .borcbutton i {
        display: inline-block;
        vertical-align: middle;
        font-size: 34px;
        line-height: 0;
        margin-right: 17px;
        margin-top: -17px
    }

    .borcbutton:hover, .borcbutton:focus {
        background-color: #237dc0;
        color: #fff
    }

.sonuc-margin-top {
    margin-top: 70px
}

.sonuc-bir, .sonuc-iki, .sonuc-button {
    width: 33%;
    background-color: #38a7f5;
    border-bottom: 2px solid #e4e4e4;
    font-size: 20px;
    color: #fff;
    font-family: 'montserratlight';
    padding: 20px 16px 0 16px;
    height: 78px;
    position: relative;
    float: left;
    display: block
}

.sonuc-iki {
    text-align: center
}

.sonuc-button {
    font-size: 15px;
    padding: 20px 90px 0 30px;
    width: 34%;
    background-color: #237dc0
}

    .sonuc-button:before {
        content: "\2e";
        position: absolute;
        font-size: 42px;
        font-family: "3-kopru";
        right: 18px;
        top: 10px
    }

    .sonuc-button.collapsed {
        color: #fff;
        background-color: #38a7f5
    }

        .sonuc-button.collapsed:before {
            content: "\2d"
        }

    .sonuc-button:hover, .sonuc-button:focus {
        color: #fff;
        background-color: #237dc0
    }

        .sonuc-button:hover:before {
            content: "\2e"
        }

.sonuc-bir span, .sonuc-iki span {
    font-family: 'montserratregular';
    font-size: 25px
}

.sonuc-bir:after, .sonuc-iki:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #2588ce;
    top: 0;
    right: 0
}

@media (min-width:320px) {
    .sorgulama-tarihi {
        font-size: 14px;
        padding-top: 0;
        margin-bottom: 20px
    }

    .borcbutton {
        font-size: 13px;
        padding: 17px 20px 15px 20px;
        margin: 0 0 15px 0;
        float: none;
        width: 100%
    }

        .borcbutton i {
            font-size: 30px;
            margin-right: 17px;
            margin-top: -17px
        }

    .sonuc-margin-top {
        margin-top: 30px
    }

    .sonuc-bir {
        text-align: center
    }

    .sonuc-bir, .sonuc-iki, .sonuc-button {
        width: 100%;
        font-size: 13px;
        padding: 27px 10px 0 10px;
        float: none
    }

    .sonuc-button {
        padding: 25px 70px 0 20px;
        width: 100%;
        font-size: 13px
    }

    .sonuc-bir span, .sonuc-iki span {
        font-size: 16px
    }

    .sonuc-bir:after, .sonuc-iki:after {
        display: none
    }

    .sonuc-iki.sonuc-big:after {
        display: none
    }

    .sonuc-bir.sonuc-big, .sonuc-iki.sonuc-big {
        width: 100%;
        font-size: 13px;
        padding: 28px 10px 0 10px;
        text-align: center
    }

        .sonuc-bir.sonuc-big span, .sonuc-iki.sonuc-big span {
            font-size: 13px
        }
}

@media (min-width:499px) {
    .sorgulama-tarihi {
        font-size: 12px;
        padding-top: 32px;
        margin-bottom: inherit
    }

    .borcbutton {
        font-size: 13px;
        padding: 17px 20px 15px 20px;
        margin: 0 0 13px 13px;
        float: right;
        width: auto
    }

        .borcbutton i {
            font-size: 30px;
            margin-right: 17px;
            margin-top: -17px
        }

    .sonuc-margin-top {
        margin-top: 50px
    }

    .sonuc-bir {
        text-align: left
    }

    .sonuc-bir, .sonuc-iki, .sonuc-button {
        width: 33%;
        font-size: 11px;
        padding: 27px 10px 0 10px;
        float: left
    }

    .sonuc-button {
        padding: 25px 70px 0 20px;
        width: 34%;
        font-size: 11px
    }

    .sonuc-bir span, .sonuc-iki span {
        font-size: 18px
    }

    .sonuc-bir:after, .sonuc-iki:after {
        display: block
    }

    .sonuc-iki.sonuc-big:after {
        display: none
    }

    .sonuc-bir.sonuc-big, .sonuc-iki.sonuc-big {
        width: 50%;
        font-size: 18px;
        padding: 28px 16px 0 16px;
        text-align: center
    }

        .sonuc-bir.sonuc-big span, .sonuc-iki.sonuc-big span {
            font-size: 18px
        }
}

@media (min-width:992px) {
    .sorgulama-tarihi {
        font-size: 17px;
        padding-top: 32px;
        margin-bottom: inherit
    }

    .borcbutton {
        font-size: 15px;
        padding: 17px 20px 15px 20px;
        margin: 0 0 13px 13px;
        float: right;
        width: auto
    }

        .borcbutton i {
            font-size: 30px;
            margin-right: 17px;
            margin-top: -17px
        }

    .sonuc-margin-top {
        margin-top: 50px
    }

    .sonuc-bir {
        text-align: left
    }

    .sonuc-bir, .sonuc-iki, .sonuc-button {
        width: 33%;
        font-size: 14px;
        padding: 25px 16px 0 16px;
        float: left
    }

    .sonuc-button {
        padding: 20px 90px 0 30px;
        width: 34%;
        font-size: 14px
    }

    .sonuc-bir span, .sonuc-iki span {
        font-size: 20px
    }

    .sonuc-bir:after, .sonuc-iki:after {
        display: block
    }

    .sonuc-iki.sonuc-big:after {
        display: none
    }

    .sonuc-bir.sonuc-big, .sonuc-iki.sonuc-big {
        width: 50%;
        font-size: 25px;
        padding: 24px 16px 0 16px;
        text-align: center
    }

        .sonuc-bir.sonuc-big span, .sonuc-iki.sonuc-big span {
            font-size: 25px
        }
}

@media (min-width:1200px) {
    .sorgulama-tarihi {
        font-size: 20px;
        padding-top: 35px;
        margin-bottom: inherit
    }

    .borcbutton {
        font-size: 20px;
        padding: 17px 30px 15px 30px;
        margin: 0 0 23px 23px;
        float: right;
        width: auto
    }

        .borcbutton i {
            font-size: 34px;
            margin-right: 17px;
            margin-top: -17px
        }

    .sonuc-margin-top {
        margin-top: 70px
    }

    .sonuc-bir {
        text-align: left
    }

    .sonuc-bir, .sonuc-iki, .sonuc-button {
        width: 33%;
        font-size: 20px;
        padding: 20px 16px 0 16px;
        float: left
    }

    .sonuc-button {
        padding: 20px 90px 0 30px;
        width: 34%;
        font-size: 15px
    }

    .sonuc-bir span, .sonuc-iki span {
        font-size: 25px
    }

    .sonuc-bir:after, .sonuc-iki:after {
        display: block
    }

    .sonuc-iki.sonuc-big:after {
        display: none
    }

    .sonuc-bir.sonuc-big, .sonuc-iki.sonuc-big {
        width: 50%;
        font-size: 30px;
        padding: 20px 16px 0 16px;
        text-align: center
    }

        .sonuc-bir.sonuc-big span, .sonuc-iki.sonuc-big span {
            font-size: 30px
        }
}

.no-more-tables {
    display: none
}

.table-bordered {
    border: 12px solid #61d1ff;
    border-top: 0;
    width: 100%
}

    .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
        border-left: 0;
        border-right: 0;
        padding: 15px 10px 15px 10px
    }

    .table-bordered > thead > tr > th, .table-bordered > tfoot > tr > th {
        border: 1px solid #fff;
        border-top: 0;
        padding: 20px 10px 20px 10px
    }

.tablo {
    margin-top: 5px
}

    .tablo tr {
        background-color: #fff;
        width: 100%
    }

        .tablo tr > th {
            border-color: #fff;
            border-bottom: 1px !important;
            color: #fff;
            font-size: 15px;
            font-family: 'montserratregular';
            font-weight: 400;
            text-align: center;
            line-height: 1.5;
            background-color: #61d1ff;
            vertical-align: bottom
        }

            .tablo tr > th > a {
                color: #fff;
                width: 100px;
                display: block
            }

                .tablo tr > th > a:hover {
                    color: #237dc0
                }

            .tablo tr > th:first-child {
                text-align: left
            }

        .tablo tr > td {
            border-color: #ebebeb;
            color: #000;
            font-size: 15px;
            font-family: 'montserratlight';
            text-align: center
        }

            .tablo tr > td > hr {
                margin: 0 0 0 0
            }

            .tablo tr > td > a {
                color: #fff;
                font-size: 15px;
                font-family: "Roboto Condensed",sans-serif;
                border-radius: 0;
                background-color: #005dab;
                border: 0;
                padding: 8px 20px 6px 20px;
                float: right;
                margin-left: 4px
            }

                .tablo tr > td > a:hover {
                    background-color: #1c5280;
                    color: #fff
                }

@media only screen and (max-width:992px) {
    .table-bordered > thead > tr > th, .table-bordered > tfoot > tr > th {
        border: 0
    }

    .tablo tr > th > a {
        width: auto
    }

    .table-bordered {
        border: 1px solid #61d1ff
    }

    .no-more-tables table, .no-more-tables thead, .no-more-tables tbody, .no-more-tables th, .no-more-tables td, .no-more-tables tr {
        display: block
    }

        .no-more-tables thead th {
            position: absolute;
            top: -9999px;
            left: -9999px
        }

            .no-more-tables thead th:first-child {
                position: relative;
                top: 0;
                left: 0
            }

    .no-more-tables td {
        border: none !important;
        border-bottom: 1px solid #ebebeb !important;
        position: relative !important;
        padding-left: 50% !important;
        white-space: normal !important;
        text-align: left !important
    }

        .no-more-tables td:before {
            position: absolute;
            top: 12px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            text-align: left;
            color: #1167b0;
            font-size: 14px;
            font-family: Arial;
            font-weight: 400
        }

        .no-more-tables td:before {
            content: attr(data-label)
        }
}

.tablo-sonuc-gonder {
    background-color: #82b5db;
    float: none;
    margin-top: 30px !important;
    font-family: 'oswaldregular';
    font-size: 28px;
    padding: 10px 40px 10px 40px
}

.tablo-sonuc-text {
    margin-top: 25px
}

    .tablo-sonuc-text p {
        color: #585858;
        font-size: 16px;
        font-family: 'montserratlight';
        line-height: 1.8
    }

.borcsorgulamamargin {
    margin-bottom: 100px
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 900px;
    margin: 0 auto;
    border: 5px solid #ccc;
    font-family: 'oswaldregular';
    font-size: 16px;
    color: #575f7a
}

    .white-popup h4 {
        font-family: 'montserratbold';
        font-size: 17px;
        color: #1b2133
    }

.mfp-container {
    cursor: pointer
}

.mfp-inline-holder .mfp-content {
    width: auto;
    background-color: #fff;
    border: 0
}

#mail-modal .ebulten {
    margin-top: 0
}

.mfp-close {
    z-index: -1 !important
}

.borc-text {
    border: 5px solid #31708f;
    margin-top: 100px;
    padding: 30px 34px 40px 43px;
    position: relative
}

.query-text .borc-text {
    margin-bottom: 100px
}

.borc-text p {
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Gotham-Medium';
    color: #434a54;
    margin-top: 15px
}

    .borc-text p strong, .borc-text p b {
        color: #434a54
    }

.borc-text:before {
    position: absolute;
    left: -30px;
    background-image: url(/cwc/images/unlem-left-query2.jpg);
    width: 52px;
    height: 66px;
    content: "";
    top: 30px
}

.borc-text:after {
    position: absolute;
    right: -30px;
    background-image: url(/cwc/images/unlem-right-query2.jpg);
    width: 52px;
    height: 66px;
    content: "";
    bottom: 70px
}

.alert > p {
    font-family: 'oswaldlight'
}

@media (min-width:320px) {
    .borc-text {
        border: 0;
        margin-top: 50px;
        padding: 0
    }

    .query-text .borc-text {
        margin-bottom: 50px
    }

    .borc-text p {
        font-size: 13px;
        margin-top: 15px
    }

    .borc-text:before {
        display: none
    }

    .borc-text:after {
        display: none
    }
}

@media (min-width:499px) {
    .borc-text {
        border: 5px solid #31708f;
        margin-top: 100px;
        padding: 30px 34px 40px 43px
    }

    .query-text .borc-text {
        margin-bottom: 100px
    }

    .borc-text p {
        font-size: 15px;
        margin-top: 15px
    }

    .borc-text:before {
        display: block
    }

    .borc-text:after {
        display: block
    }
}

.form-hidden, .tc-hidden, .tuzel-hidden {
    display: none
}

    .form-hidden.active, .tc-hidden.active, .tuzel-hidden.active {
        display: block
    }

@media (min-width:992px) {
    .borc-padding {
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .borc-padding {
        padding-right: 0
    }
}

.ebulten form label.error {
    display: none !important
}

.ebulten form textarea.error, .ebulten form input.error {
    border: 1px solid red !important
}

.ebulten form .radio label {
    margin: 0 0 10px;
    position: relative
}

    .ebulten form .radio label .checkbox {
        position: absolute;
        left: 5px;
        top: 15px
    }

    .ebulten form .radio label .checkbox-box {
        display: inline-block;
        padding: 10px 0 10px 25px;
        border: 1px solid transparent;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out
    }

    .ebulten form .radio label .checkbox.error ~ .checkbox-box {
        border: 1px solid red
    }

.content-query {
    background-color: #f5f5f5;
    width: 100%
}

    .content-query .query .query-context {
        background-color: #ededed;
        min-height: 380px;
        padding-bottom: 20px
    }

    .content-query .bullet {
        padding-left: 50px
    }

        .content-query .query h3, .content-query .bullet h3 {
            color: #585858;
            font-size: 20px;
            font-family: 'montserratregular';
            padding-top: 30px;
            letter-spacing: -.5px
        }

        .content-query .bullet h3 {
            text-align: right
        }

        .content-query .bullet .bullet-content {
            border-top: 1px solid #31708f;
            border-bottom: 1px solid #31708f;
            border-left: 1px solid #31708f;
            border-right: 1px solid #31708f;
            min-height: 300px;
            margin-bottom: 74px
        }

    .content-query .query .dropdown-toggle {
        background-color: #31708f;
        width: 100%;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        font-size: 20px;
        font-family: 'montserratregular';
        letter-spacing: 1px;
        text-align: left;
        padding: 17px 20px 17px 20px;
        color: #fff !important;
        margin-top: 0
    }

        .content-query .query .dropdown-toggle .caret {
            float: right;
            border-top: 9px dashed;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            margin-top: 9px
        }

    .content-query .bootstrap-select > .dropdown-toggle.bs-placeholder, .content-query .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .content-query .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .content-query .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
        color: #fff;
        background-color: #31708f
    }

    .content-query .query .dropdown-menu {
        background-color: #ededed;
        border-radius: 0;
        border: 0;
        margin: 0;
        width: 100%;
        padding: 1px 10px 10px 10px;
        box-shadow: none;
        height: 320px
    }

        .content-query .query .dropdown-menu > li {
            padding: 15px 0 13px 0;
            border-bottom: 1px solid #7cd1ef
        }

            .content-query .query .dropdown-menu > li:last-child {
                border-bottom: 0 solid #7cd1ef;
                padding: 9px 0 0 0
            }

            .content-query .query .dropdown-menu > li > a {
                padding: 0;
                color: #fff;
                color: #434a54;
                font-family: 'montserratlight';
                padding: 5px 19px;
                font-size: 17px;
                background-color: transparent
            }

                .content-query .query .dropdown-menu > li > a.active, .content-query .query .dropdown-menu > li > a:active, .content-query .query .dropdown-menu > li > a:hover {
                    background-color: #7cd1ef;
                    color: #fff
                }

    .content-query .query .dropdown-toggle:hover, .content-query .query .open > .dropdown-toggle.btn-primary {
        background-color: #31708f
    }

    .content-query .query .dropdown-toggle.active, .content-query .query .dropdown-toggle.active:hover, .content-query .query .dropdown-toggle.active:focus, .content-query .query .dropdown-toggle.active:active {
        background-color: red !important
    }

.query-field {
    padding-left: 15px;
    padding-right: 15px
}

.tarihselect {
    background-color: transparent;
    display: inline-block;
    margin-right: 6px
}

.tarihselect-field {
    display: none
}

.tarihselect #from, .tarihselect #to {
    width: 113px;
    height: 0;
    margin: 0;
    border: 0
}

.tarihselect .buttonone, .tarihselect .buttontwo {
    border: 1px solid #fff;
    float: left;
    padding: 7px 14px;
    width: 106px;
    cursor: pointer;
    margin-left: 6px
}

.content-query .form-group {
    margin-bottom: 13px;
    background-color: #ededed
}

.content-query .query-group .form-control {
    background-color: #d7f1fa;
    border-radius: 0;
    border: 1px solid #31708f;
    margin-top: 13px;
    box-shadow: none;
    padding: 21px 24px;
    color: #434a54;
    font-size: 14px;
    font-family: montserratlight
}

    .content-query .query-group .form-control::-webkit-input-placeholder {
        color: #434a54
    }

    .content-query .query-group .form-control::-moz-placeholder {
        color: #434a54
    }

    .content-query .query-group .form-control:-ms-input-placeholder {
        color: #434a54
    }

    .content-query .query-group .form-control:-moz-placeholder {
        color: #434a54
    }

.content-query .editor-field {
    margin-top: 0
}

.ihlaldogrulama {
    width: 294px;
    float: left;
    margin-bottom: 13px
}

.ihlalsubmit {
    float: left;
    width: 215px
}

    .ihlalsubmit .gonder {
        padding: 22px 30px;
        margin-top: 0;
        background-color: #2596c2;
        font-family: 'montserratbold';
        font-size: 20px
    }

        .ihlalsubmit .gonder:hover {
            background-color: #18506c
        }

.content-query .form-group .alert {
    border-radius: 0;
    border: 0;
    font-size: 14px;
    font-family: montserratlight
}

.query-field {
    display: none
}

.bullet-content .btn-default {
    border: 0;
    border-radius: 0;
    background-color: #31708f;
    color: #fff !important;
    font-family: 'montserratregular';
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0;
    width: 50%;
    float: left;
    position: relative
}

    .bullet-content .btn-default:hover, .bullet-content .btn-default.active {
        background-color: #18506c
    }

        .bullet-content .btn-default.active:before {
            position: absolute;
            border-top: 7px dashed #18506c;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            content: "";
            bottom: -7px;
            left: 50%
        }

.tc-hidden, .tuzel-hidden {
    padding: 9px 0 17px 2px
}

.bullet-form .input-group {
    float: left;
    position: relative
}

    .bullet-form .input-group div {
        position: relative
    }

    .bullet-form .input-group .form-control {
        width: 236px;
        box-shadow: none;
        border: 1px solid #fff;
        font-family: 'montserratregular';
        font-size: 13px;
        padding: 10px 16px;
        margin-top: 9px;
        margin-left: 9px;
        color: #a9b2bd;
        border-radius: 0;
        font-weight: 400;
        float: right
    }

    .bullet-form .input-group textarea.form-control {
        min-height: 129px
    }

    .bullet-form .input-group .form-control::-webkit-input-placeholder {
        color: #b5b5b5
    }

    .bullet-form .input-group .form-control::-moz-placeholder {
        color: #b5b5b5
    }

    .bullet-form .input-group .form-control:-ms-input-placeholder {
        color: #b5b5b5
    }

    .bullet-form .input-group .form-control:-moz-placeholder {
        color: #b5b5b5
    }

.bullet-form .btn-default {
    border: 0;
    border-radius: 0;
    background-color: #31708f;
    color: #fff;
    font-family: 'montserratregular';
    font-size: 22px;
    margin-top: 11px;
    margin-bottom: 0;
    padding: 5px 25px 5px 25px;
    width: 235px;
    margin-left: 9px;
    min-height: initial
}

.bullet-form form label.error {
    top: 0
}

.bullet-form form textarea.error, .bullet-form form input.error {
    border: 1px solid red !important
}

.bullet-form form .radio label {
    margin: 0 0 10px;
    position: relative
}

    .bullet-form form .radio label .checkbox {
        position: absolute;
        left: 8px;
        top: 7px
    }

    .bullet-form form .radio label .checkbox-box {
        display: inline-block;
        padding: 5px 10px 5px 25px;
        border: 1px solid transparent;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        line-height: 1.3;
        letter-spacing: -.4px
    }

        .bullet-form form .radio label .checkbox-box a {
            color: #31708f
        }

    .bullet-form form .radio label .checkbox.error ~ .checkbox-box {
        border: 1px solid red
    }

.content-query .radio {
    width: 236px;
    margin-left: 9px;
    margin-bottom: 0px !important
}

.content-query .radio-white {
    background-color: #fff;
    margin: 10px 0 0 0px !important;
    display: block;
    width: 236px;
    font-size: 10px
}

.query-ebulten .radio-white {
    background-color: #fff;
    margin: 10px 0 0 0px !important;
    display: block
}

@media (min-width:320px) {
    .content-query .bullet h3 {
        text-align: left
    }

    .bullet-form .input-group {
        float: none;
        margin-right: 20px;
        width: calc(100% - 20px)
    }

        .bullet-form .input-group .form-control, .content-query .radio, .content-query .radio-white, .bullet-form .btn-default {
            width: 100%
        }

    .content-query .radio-white {
        font-size: 12px
    }

    .bullet-form .btn-default {
        padding: 5px 25px
    }

    .content-query .query {
        padding-right: 0
    }

    .content-query .bullet {
        padding-left: 0
    }

    .ihlaldogrulama {
        width: 100%;
        float: none
    }

    .ihlalsubmit {
        float: none;
        width: 100%
    }

    .content-query .query .dropdown-toggle {
        font-size: 12px
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        margin-top: -5px !important
    }

    .content-query {
        margin-top: 0
    }

        .content-query .query h3, .content-query .bullet h3 {
            font-size: 15px
        }

    .bullet-form .input-group .form-control {
        float: none
    }

    .query-field {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:499px) {
    .content-query .bullet h3 {
        text-align: left
    }

    .bullet-form .input-group {
        float: left;
        width: auto;
        margin-right: 0
    }

        .bullet-form .input-group .form-control, .content-query .radio, .content-query .radio-white, .bullet-form .btn-default {
            width: 343px
        }

    .content-query .radio-white {
        font-size: 12px
    }

    .bullet-form .btn-default {
        padding: 5px 25px
    }

    .content-query .query {
        padding-right: 0
    }

    .content-query .bullet {
        padding-left: 0
    }

    .ihlaldogrulama {
        margin-left: 15px;
        width: 320px;
        float: left
    }

    .ihlalsubmit {
        float: left;
        width: 150px
    }

    .content-query .query .dropdown-toggle {
        font-size: 20px
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        margin-top: -2px !important
    }

    .content-query .query h3, .content-query .bullet h3 {
        font-size: 20px
    }

    .bullet-form .input-group .form-control {
        float: right
    }

    .query-field {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .content-query .bullet h3 {
        text-align: left
    }

    .bullet-form .input-group {
        float: left;
        width: auto;
        margin-right: 0
    }

        .bullet-form .input-group .form-control, .content-query .radio, .content-query .radio-white, .bullet-form .btn-default {
            width: 454px
        }

    .content-query .radio-white {
        font-size: 12px
    }

    .bullet-form .btn-default {
        padding: 13px 25px
    }

    .content-query .query {
        padding-right: 0
    }

    .content-query .bullet {
        padding-left: 0
    }

    .ihlaldogrulama {
        width: 690px;
        float: left
    }

    .ihlalsubmit {
        float: left;
        width: 220px
    }

    .content-query .query .dropdown-toggle {
        font-size: 20px
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        margin-top: -2px !important
    }

    .content-query .query h3, .content-query .bullet h3 {
        font-size: 20px
    }

    .bullet-form .input-group .form-control {
        float: right
    }

    .query-field {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .content-query .bullet h3 {
        text-align: right
    }

    .bullet-form .input-group {
        float: left;
        width: auto;
        margin-right: 0
    }

        .bullet-form .input-group .form-control, .content-query .radio, .content-query .radio-white, .bullet-form .btn-default {
            width: 236px
        }

    .content-query .radio-white {
        font-size: 10px
    }

    .bullet-form .btn-default {
        padding: 5px 25px 5px 25px;
        width: 235px
    }

    .content-query .bullet {
        padding-left: 50px
    }

    .ihlaldogrulama {
        width: 294px;
        float: left
    }

    .ihlalsubmit {
        float: left;
        width: 190px
    }

    .content-query .query .dropdown-toggle {
        font-size: 20px
    }

    .bootstrap-select.btn-group .dropdown-toggle .caret {
        margin-top: -2px !important
    }

    .content-query .query h3, .content-query .bullet h3 {
        font-size: 20px
    }

    .bullet-form .input-group .form-control {
        float: right
    }

    .query-field {
        padding-left: 15px;
        padding-right: 15px
    }
}

.query form label.error {
    display: none !important
}

.query form textarea.error, .query form input.error, .query form select.error {
    border: 1px solid red !important
}

.query-error {
    color: red;
    font-size: 15px;
    font-weight: 600;
    display: none
}

.bullet .alert-success {
    border-radius: 0;
    font-size: 20px;
    font-weight: 700;
    background-color: #fff;
    border-color: #31708f;
    color: red;
    margin-top: 0
}

.gercek-error, .tuzel-error {
    color: red;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 600;
    margin-bottom: -10px
}

    .gercek-error span, .tuzel-error span {
        font-size: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 5px
    }

.bullet-form form label.error {
    position: absolute
}

    .bullet-form form label.error:before {
        content: "*";
        color: red;
        position: absolute;
        font-size: 20px;
        left: 0;
        display: block;
        top: 5px
    }

#tcradio-error:before, #tcradio1-error:before, #tuzelradio1-error:before, #tuzelradio-error:before {
    left: -8px;
    font-size: 20px;
    font-weight: 700;
    top: -5px
}

@media (min-width:320px) {
    #tcradio-error:before, #tcradio1-error:before, #tuzelradio1-error:before, #tuzelradio-error:before {
        left: -30px
    }
}

@media (min-width:499px) {
    #tcradio-error:before, #tcradio1-error:before, #tuzelradio1-error:before, #tuzelradio-error:before {
        left: -8px
    }
}

@media (min-width:992px) {
    #tcradio-error:before, #tcradio1-error:before, #tuzelradio1-error:before, #tuzelradio-error:before {
        left: -8px
    }
}

@media (min-width:1200px) {
    #tcradio-error:before, #tcradio1-error:before, #tuzelradio1-error:before, #tuzelradio-error:before {
        left: -8px
    }
}

.queryload {
    display: none
}

.queryloading .col-lg-12 {
    text-align: center;
    font-size: 25px;
    font-family: 'montserratregular';
    margin: 10px;
    color: #585858
}

.selectquery li {
    padding: 0 !important;
    border-bottom: none !important;
}

    .selectquery li span {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .selectquery li a {
        padding: 5px !important;
        line-height: 1.2 !important;
    }

.selectquery .dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: 0 !important;
    padding: 0px 0 !important;
    margin: 2px 0 0 !important;
    font-size: 14px !important;
    text-align: left !important;
    list-style: none !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}
.selectquery ul {
    height: 360px !important;
}