body {
    font-family: 'PT Sans', sans-serif;
    letter-spacing: -0.025em;
}

a:hover {
    text-decoration: none;
}

.btn-comet {
    color: #fff;
    background-color: #e31e24;
    border-color: #e31e24;
    font-weight: 600;
}

    .btn-comet:hover {
        color: #fff;
        background-color: #c1191f;
        border-color: #c1191f;
        font-weight: 600;
    }

span.kirmizi {
    color: #e31e24;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0,0,0,.10);
}

.form-check-label a {
    text-decoration: underline;
    color: #000;
}

    .form-check-label a:hover {
        color: #e31e24;
    }

.arac-kutu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 20px;
}

    .arac-kutu ul li {
        position: relative;
        padding: 2px 0 2px 18px;
    }

        .arac-kutu ul li:before {
            content: "";
            position: absolute;
            display: block;
            width: 6px;
            height: 6px;
            background: #c1191f;
            border-radius: 6px;
            top: 11px;
            left: 0;
        }

.fa {
    font-size: 90% !important;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px !important;
    }
}

@media (max-width: 768px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
}



/*HEADER*/
.container-fluid.header-tools {
    background-color: #e31e24;
}

.header-tools a {
    color: #fff;
    font-size: 15px;
}

.header-tools .row {
    min-height: 40px;
}

@media only screen and (max-width: 768px) {
    .logo {
        width: 75%;
    }
}



/*NAV*/
.nav-link {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(227,30,36,1);
}

nav li.nav-item {
    border-right: 1px solid lightgray;
}

nav li.nav-item.last {
    border-right: none;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.nav-link {
    padding: .1rem 1rem;
}
}


/*ARAMA*/
.rezbslk {
    color: #fff;
    font-size: 25px;
}

#arama {
    background-image: url(../images/bg-head.jpg);
    padding-bottom: 300px;
}

#rezervasyon #arama {
    padding-bottom: 0;
}

.arama {
    padding: 40px 80px;
    position: relative;
    min-height: 400px;
}

.arama-alt {
    background-color: #e31e24;
    border-radius: 5px;
    min-height: 230px;
    width: 85%;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-52%);
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
}

.arama-alt span {
    margin: 0 15px;
    font-weight: 400;
}

.arama-ust {
    background-color: #fff;
    border-radius: 5px;
    min-height: 230px;
    width: 85%;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-49%);
    z-index: 10;
    padding: 40px 45px 20px 45px;
}

.rez-ust {
    background-color: #fff;
    border-radius: 5px;
    min-height: 230px;
    width: 55%;
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translateX(-49%);
    z-index: 10;
    padding: 40px 45px 20px 45px;
}
#arama .iade-box {
    display: none;
}

#arama .dropdown-toggle::after {
    /*margin-left: 3.5em;
    position: absolute;*/
    display: none;
}

#DateAlis, #DateIade {
    border-radius: 0;
    border-right: none;
    height: 52px;
    width: 60%;
    float: left;
}
.TimeAlis, .TimeIade {
    height: 52px;
    width: 40%;
    float: left;
    border-radius: 0;
    border-left: none;
    border-right: none;
}

#promosyon {
    height: 52px;
    background-image: url(../images/ico-promo.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 40px;
}

.rezgor {
    line-height: 1.15;
    margin-top: 8px;
}
.rezgor a {
    font-size: 75%;
    font-weight: 600;
    color: #2c2c2c;
    background-image: linear-gradient(90deg, #e31e24 0, #e31e24);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
}
.aramagor a {
    font-size: 75%;
    font-weight: 600;
    color: #2c2c2c;
    background-image: linear-gradient(90deg, #e31e24 0, #e31e24);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
}

/*.iade-col {
    background-image: url(../images/bg-arama.png);
    background-repeat: repeat-x;
    background-position-y: 32px;
}*/

.arama-ust .btn-light {
    background-color: #fff;
}

.arama-ust .form-check {
    width: 100%;
}
.dropdown.bootstrap-select {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100% !important;
    border-right: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.iade-box .dropdown.bootstrap-select {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100% !important;
    /*border-right: none;*/
    border-radius: 5px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.dropdown .btn {
    padding: .75rem;
}

.arama-ust .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ccc;
}

.arama-ust .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.arama-ust .dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #dadada;
}

.arama-ust .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #bbbbbb;
}

.arama-ust .btn-light:hover, .arama-ust .show > .btn-light.dropdown-toggle, .arama-ust .btn-light:not(:disabled):not(.disabled).active, .arama-ust .btn-light:not(:disabled):not(.disabled):active {
    border-color: #fff;
}

.arama-ust *:focus {
    box-shadow: none;
    border-color: #ccc;
}

.arama-ust .btn-comet {
    width: 100%;
    top: 16px;
    position: absolute;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px;
    font-size: 23px;
}

.rez-ust .btn-comet {
    width: 100%;
    /*top: 16px;
    position: absolute;*/
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px;
    font-size: 23px;
}
.rez-ust .rezno {
    height: 52px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.rez-ust .rezmail {
    height: 52px;
    border-right: none;
    border-radius: 0;
}
.rez-ust img.icon {
    margin: -80px auto 20px;
    display: block;
}
@media only screen and (max-width: 768px) {
    .rez-ust {
        width: 85%;
    }
    .rez-ust img.icon {
        display: none;
    }
    .rez-ust .rezno, .rez-ust .rezmail {
        border: 1px solid #ced4da;
        border-radius: 5px;
    }
    .arama-ust .btn-comet, .rez-ust .btn-comet {
        border-radius: 5px;
    }
    .aramagor {
        padding-top: 20px;
    }
    .arama-ust .TimeAlis, .arama-ust .TimeIade {
        border-right: 1px solid #ced4da;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .arama-ust #DateAlis, .arama-ust #DateIade {
        border-right: none;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
    }
}

.filter-option-inner {
    background-image: url(../images/ico-yer.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}

@media only screen and (max-width: 1200px) {
    .arama {
        min-height: 630px;
    }

    .iade-box .dropdown.bootstrap-select, #DateIade {
        border-right: 1px solid #ccc;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    #DateAlis {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .arama-ust .btn-comet {
        position: relative;
        top: 0;
    }

    .iade-col {
        background-image: url(../images/bg-arama-sm.png);
        background-repeat: repeat-x;
        background-position-y: 32px;
        background-position-x: right;
    }
}

@media only screen and (max-width: 768px) {
    .arama {
        min-height: 730px;
    }

    .iade-box .dropdown.bootstrap-select, #DateIade, #DateAlis, .dropdown.bootstrap-select {
        border-right: 1px solid #ccc;
        border-radius: 5px !important;
    }

    .iade-col {
        background: none;
    }
}

.mushiz a {
    color: #fff;
    font-size: 40px;
}


/*KAMPANYA*/
#kamp {
    margin-top: -300px;
    margin-bottom: 100px;
}

#kamp .kutu {
    border-radius: 5px;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
    background-color: #fff;
    margin-top: 25px;
}

#kamp img.icon {
    margin: -80px auto 20px;
    display: block;
}

#kamp .kutu h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
}

/*HALF SECTIONS*/
#half01 .content-box {
    /*position:relative;
  width:100%;
  min-height:350px;
  background:#ccc;
  margin:15px 0;*/
    padding: 100px 100px 100px 0;
}
#half01 .ico span {
    font-size: 24px;
}
#half01 .ico img {
    margin-right: 25px;
    vertical-align: bottom;
}

#half02 .content-box {
    padding: 100px 0 100px 100px;
}

.img-box.left {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: calc( 50vw - 9px );
    background-image: url(../images/half02.jpg);
    background-position-x: right;
    background-position-y: center;
    background-size: cover;
}

.img-box.right {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: calc( 50vw - 9px );
    background-image: url(../images/half01.jpg);
    background-position-x: left;
    background-position-y: center;
    background-size: cover;
}

#half01 p, #half02 p {
    line-height: 1.7em;
    font-size: 18px;
}

#half01 h6 {
    font-weight: 600;
    font-size: 19px;
    line-height: 2em;
}

#half01 h2, #half02 h2 {
    font-weight: 600;
    font-size: 40px;
}

@media only screen and (max-width: 768px) {
    .img-box.left {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: auto;
        background-image: url(../images/half02.jpg);
        background-position-x: center;
        background-position-y: center;
        min-height: 270px;
    }

    .img-box.right {
        position: relative;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: auto;
        background-image: url(../images/half01.jpg);
        background-position-x: center;
        background-position-y: center;
        min-height: 270px;
    }

    #half01 .content-box, #half02 .content-box {
        padding: 25px 0;
    }
}


/*BLOG LIST*/
#bloglist {
    background-image: url(../images/bg-head.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 200px;
    color: #fff;
}
#bloglist .gap {
    width: 75px;
    height: 4px;
    background-color: #e31e24;
}
#bloglist h3 {
    color: #e31e24;
    font-size: 50px;
    font-weight: 600;
}

#bloglist p.sub {
    font-size: 20px;
    font-weight: 600;
}

#bloglist .sort {
    background-color: #fff;
    display: inline;
    float: right;
    padding: 18px 30px;
    border-radius: 5px;
}

#bloglist .sort a {
    color: #e31e24;
    font-size: 18px;
    font-weight: 600;
}

#bloglist .sort a:hover {
    color: #000;
}

#bloglist .sort a.kat:after {
    content: " |";
    color: #bbb;
    font-weight: normal;
    margin: 0 15px;
}

#bloglist img {
    border-radius: 5px;
    border: 2px solid #fff;
}

#bloglist h4 {
    font-size: 26px;
    min-height: 94px;
}

#bloglist p {
    font-size: 18px;
}
#bloglist a {
color: #fff;
}
#bloglist .blog:hover h4 {
    color: #e31e24;
}

/*EBULTEN*/
#ebulten {
    margin-top: -160px;
}

    #ebulten .kutu {
        border-radius: 5px;
        padding: 40px;
        -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        background-color: #fff;
        background-image: url(../images/bg-bulten.png);
        background-repeat: no-repeat;
    }

    #ebulten p {
        font-size: 20px;
        line-height: 0.75em;
    }

    #ebulten .form-control {
        border: 1px solid #ccc;
        padding: 25px;
        font-size: 18px;
    }

    #ebulten .input-group-lg {
        padding: 50px;
    }

    #ebulten .btn {
        color: #fff;
        background-color: #e31e24;
        border: 1px solid #ccc;
        font-weight: 600;
        padding: 0 25px;
    }

@media (max-width: 768px) {
    #ebulten .input-group-lg {
        padding: 0;
    }

    #ebulten p {
        line-height: 1em;
    }
}


/*MÜŞTERİ HİZMETLERİ*/
#mushiz {
    padding: 75px 0 0 0;
}

    #mushiz h2 {
        font-weight: 600;
        font-size: 40px;
    }

    #mushiz p {
        line-height: 1.7em;
        font-size: 18px;
    }

    #mushiz .content-box {
        padding-left: 200px;
    }

    #mushiz a {
        color: #000;
        font-size: 19px;
        font-weight: 600;
    }

        #mushiz a:hover {
            color: #e31e24;
        }

    #mushiz .tel {
        padding-left: 50px;
        background-image: url(../images/ico-mushiz-k.png);
        background-repeat: no-repeat;
        padding-bottom: 15px;
    }

    #mushiz .eposta {
        padding-left: 50px;
        background-image: url(../images/ico-eposta-k.png);
        background-repeat: no-repeat;
        padding-bottom: 15px;
    }

@media (max-width: 1200px) {
    #mushiz .content-box {
        padding-left: 0;
        width: 90%;
    }
}



/*FOOTER*/
footer {
    background-image: url(../images/bg-footer.jpg);
    background-size: cover;
    background-position: right;
}

    footer h3 {
        color: #fff;
        font-size: 23px;
        padding-bottom: 25px;
    }

.footnav {
    color: #fff;
    display: table;
}

    .footnav:hover {
        color: #e31e24;
    }

.copyright {
    color: #aaa;
    font-size: 15px;
}

footer .flex-grow-0 {
    width: 16.66%;
}

@media (max-width: 768px) {
    footer .flex-grow-0 {
        width: 50%;
    }
}



/*ÜYE SAYFA*/
#uye {
    background-image: url(../images/bg-sayfa.jpg);
    min-height: 800px;
    background-repeat: no-repeat;
}

    #uye h1 {
        color: #fff;
        font-size: 46px;
        font-weight: 600;
        margin: 55px 50px 25px 50px;
        line-height: normal;
    }

    #uye .kutu {
        border-radius: 5px;
        padding: 40px;
        -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        background-color: #fff;
        margin-top: 25px;
        min-height: 700px;
        /*position: relative;*/
    }

    #uye .sol {
        min-height: 620px;
    }

    #uye p {
        font-size: 20px;
    }

    #uye a.sifre {
        color: #000;
    }

        #uye a.sifre:hover {
            color: #e31e24;
        }

    #uye .btn-comet {
        padding: 10px 70px;
        font-size: 22px;
    }

    #uye .cizgi {
        background-image: url(../images/bg-cizgi.png);
        background-repeat: repeat-y;
        background-position-x: center;
        /*height: calc(100% - 80px);
    position: absolute;
    width: calc(100% - 80px);*/
    }

@media (max-width: 768px) {
    #uye h1 {
        font-size: 30px;
        margin: 25px;
    }

    #uye .kutu {
        padding: 20px;
        margin-top: 0;
    }

    #uye .cizgi {
        background: none;
        position: unset;
        width: unset;
        height: unset;
    }

    #uye .sol {
        min-height: unset;
    }

    #uye .sol {
        border-bottom: 1px solid #ccc;
    }

    #uye .sag {
        margin-top: 25px;
    }
}


/*STANDART SAYFA*/
#sayfa {
    background-image: url(../images/bg-sayfa.jpg);
    min-height: 800px;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

    #sayfa h1 {
        color: #fff;
        font-size: 46px;
        font-weight: 600;
        margin: 55px 50px 25px 50px;
        line-height: normal;
    }

    #sayfa .kutu {
        border-radius: 5px;
        padding: 40px;
        -webkit-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        box-shadow: 0px 0px 30px 5px rgba(0,0,0,0.15);
        background-color: #fff;
        margin-top: 25px;
        min-height: 700px;
        margin-bottom: 100px;
    }

    #sayfa .sol {
        min-height: 620px;
        border-right: 1px solid #ccc;
    }

    #sayfa p {
        font-size: 20px;
    }

@media (max-width: 768px) {
    #sayfa h1 {
        font-size: 30px;
        margin: 25px;
    }

    #sayfa .kutu {
        padding: 20px;
        margin-top: 0;
    }

    #sayfa .cizgi {
        background: none;
        position: unset;
        width: unset;
        height: unset;
    }

    #sayfa .sol {
        min-height: unset;
    }

    #sayfa .sol {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    #sayfa .sidebar {
        margin-top: 25px;
    }
}

.nav-sidebar {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    font-weight: 600;
    font-size: 18px;
}

    .nav-sidebar li {
        margin: 10px 0;
    }

        .nav-sidebar li a {
            color: #000;
        }

            .nav-sidebar li a:hover {
                color: #e31e24;
            }

        .nav-sidebar li.selected a {
            color: #e31e24;
        }


/*İLETİŞİM*/
.iletisim {
    font-size: 18px;
}

    .iletisim a {
        color: #000;
    }

        .iletisim a:hover {
            color: #e31e24;
        }

.ayrac {
    border-bottom: 1px solid #ccc;
}

/*ARAÇ LİSTESİ*/
.arac-kutu {
    background-color: #fff;
    border-radius: 5px;
    padding: 45px;
    border: 1px solid #ccc;
}

.ikon {
    font-size: 15px;
}

#fiyat1, #fiyat2 {
    width: 48%;
}

    #fiyat1 .fiyat {
        font-size: 22px;
        line-height: 2em;
    }

    #fiyat2 .fiyat {
        line-height: 1.5em;
    }

    #fiyat2 .fiyat, #btnkrmz .fiyat, #btngri .fiyat {
        font-size: 28px;
    }

    #fiyat1 p, #fiyat2 p {
        line-height: 0;
    }

#btngri {
    background-color: #828282;
    border-color: #828282;
}

    #btngri:hover {
        background-color: #484848;
        border-color: #484848;
    }

#btnkrmz, #btngri {
    min-width: 275px;
}


.liste-ust {
    color: #fff;
}

    .liste-ust a {
        color: #fff;
        text-decoration: underline;
    }

        .liste-ust a:hover {
            color: #fff;
        }


.carousel-control-next-icon {
    background-image: url(../images/ok-sag.png);
}

.carousel-control-prev-icon {
    background-image: url(../images/ok-sol.png);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 23px;
    height: 56px;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.carousel-indicators {
    bottom: -50px;
}

    .carousel-indicators li {
        height: 5px;
    }

@media (max-width: 1200px) {
    .carousel-control-next, .carousel-control-prev {
        display: none;
    }

    .arac-liste h1 {
        margin: 25px 50px !important;
    }
}

@media (max-width: 768px) {
    .arac-liste h1 {
        margin: 0 !important;
    }

    .carousel-indicators li {
        background-color: #e31e24;
    }
}



/*EKİPMAN*/
.ekipman {
    border-bottom: 1px solid #ccc;
}

.ekipmanlar h3 {
    color: #e31e24;
}

.btn-decrement, .btn-increment {
    font-size: 20px;
}

.ekipman .form-control {
    font-size: 20px;
    font-weight: 600;
}

#sayfa .btn-comet {
    padding: 10px 70px;
    font-size: 22px;
}

.secimler #dropdownMenuButton {
    width: 380px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.secim-fiyat {
    font-size: 22px;
}

.secimler .dropdown-menu {
    width: 380px;
    border-top: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: -10px !important;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}

.dropdown-menu .alis-teslim {
    font-size: 14px;
}

.dropdown-menu .foto img {
    max-height: 60px;
}

.dropdown-menu .toplam {
    font-size: 20px;
}

#sayfa .dropdown-menu .btn-comet {
    padding: 5px 25px;
    font-size: 14px;
}

.secimler .dropdown-toggle::after {
    float: right;
    border: 1px solid #e31e24;
    padding: 15px;
    border-radius: 20px;
    background: #e31e24 url(../images/ico-down.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 20px;
}

.acik .dropdown-menu.show {
    margin-left: calc(100% - 380px);
    margin-top: 70px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .acik .dropdown-menu.show {
        margin-left: calc(100% - 322px);
        margin-top: 70px;
    }
}

@media (max-width: 992px) {
    .acik .dropdown-menu.show {
        margin-left: unset;
        margin-top: unset;
    }
}


/*ÖDEME*/
#sayfa .note {
    color: #9b9b9b;
    font-size: 15px;
}

.expm, .expy, .cvc {
    width: 48%;
}
