﻿body {
    background-color: #fff;
    background-image: url('../images/bg-icon-pattern-3.png');
    font-family: 'Open Sans';
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 400;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
    color: #e41323;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

h2.custom1 {
    color: #FFF;
    padding: 30px;
    border-bottom: solid 1px #efefef;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

h2.custom2 {
    color: #001740;
    padding: 30px;
    border-bottom: solid 1px #001740;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

hr {
    background-color: #ebebeb;
    height: 1px;
    border: none;
}

a {
}

    a:hover {
    }

p {
}

input {
    font-family: 'Open Sans';
    font-size: 13px;
    padding: 7px;
    border: 1px solid #ccc;
    margin: 0px 0;
    outline: none;
}

    input:focus {
        border: solid 1px #14b93e;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

select {
    padding: 6px 7px;
    border: solid 1px #ccc;
    outline: none;
}

    select:focus {
        border: solid 1px #14b93e;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

textarea {
    font-family: 'Open Sans';
    font-size: 12px;
    padding: 7px;
    border: 1px solid #ccc;
    margin: 0px 0;
    outline: none;
}

    textarea:focus {
        border: solid 1px #14b93e;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

.autocomplete {
    display: inline-block;
    position: relative;
}

    .autocomplete input[type=text] {
    }

    .autocomplete .items {
        background-color: #f7f7f7;
        z-index: 2000;
        border: solid 1px #000000;
        position: absolute;
        left: 0px;
        top: 36px;
        display: none;
        width: 320px;
    }

        .autocomplete .items ul {
            padding: 0 !important;
            margin: 0 !important;
        }

        .autocomplete .items li {
            list-style-type: none !important;
            margin: 0 !important;
            padding: 2px 10px 2px 10px;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            transition: all 0.5s;
            cursor: pointer;
            color: #0f0f0f;
        }

            .autocomplete .items li p {
                line-height: 20px;
                margin: 0;
            }

            .autocomplete .items li:hover {
                color: #0094ff;
                background-color: #eaeaea;
            }

        .autocomplete .items .groupheader {
            font-weight: bold !important;
            color: #0f0f0f;
            padding-left: 10px;
            background-color: #e0e0e0;
            display: block;
        }

        .autocomplete .items li span {
            background-color: red;
            display: none;
        }

.nodata {
    font-style: italic;
    color: #808080;
}

.boundTo {
    display: none;
}

.margintop {
    margin-top: 15px;
}

.main-width {
    width: 940px;
    margin: 0px auto;
}

.main-one-third {
    float: left;
    width: 222px;
    margin-right: 0px;
}

.main-one-third-2 {
    float: left;
    width: 293px;
    margin-right: 7px;
}

.main-two-third {
    float: left;
    width: 703px;
    margin-right: 15px;
}

.main-half-left {
    float: left;
    width: 462px;
    margin-right: 15px;
}

.main-half-right {
    float: left;
    width: 462px;
}

.islemTablo {
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
}

    .islemTablo td {
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        padding: 7px;
    }

        .islemTablo td:first-child {
            background-color: #F5F5F5;
            width: 150px;
            text-align: right;
        }

        .islemTablo td td {
            padding: 0px;
            border: none;
        }

.islemTablo2 {
    width: 100%;
}

    .islemTablo2 td {
        padding: 7px;
    }

        .islemTablo2 td:first-child {
            width: 150px;
            text-align: right;
        }

        .islemTablo2 td td {
            padding: 0px;
            border: none;
        }

.nav-tabs { border-bottom: none; }
.nav-tabs li a { 
    transition: all 0.3s;
    display: inline-block;
    padding: 14px 36px;
    font-weight: bold;
    color: #001740;
    background-color: rgba(255,255,255,0.6);
}

.main-reservation-frame {
    position: absolute;
    z-index: 1000;
    top: 12%;
    left: 0px;
    width: 100%;
    display: block;
}

.main-reservation-box {
    width: 700px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-top-left-radius: 0;
}

.main-tour-reservation-box {
    width: 700px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-top-left-radius: 0;
}

#fixed-top { width: 100%; background-color: #FFF; position: fixed; z-index: 10000; margin-top: 0px; margin-bottom: 0px; padding: 0px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.fixed-top-inner { margin: 0px auto; margin-bottom: 0px; }
.fixed-top-bottom-space { height: 170px; clear: both; width: 100%; background-color: #FFF; }
#logo { margin-top: 10px; margin-bottom: 10px; text-align: right; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;  }
.logo-part-1 { width: 100%; height: 68px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.logo-part-2 { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.logo-part-3 { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.header-box { height: 90px; float: right; margin-top: 0px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.top-stripe { background-color: #FFF; border-bottom: solid 1px #efefef; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.smaller-header { -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.smaller-header #logo { margin-top: 15px; margin-bottom: 5px; }
.smaller-header .logo-part-1 { height: 0; }
.smaller-header .logo-part-2 { }
.smaller-header .logo-part-3 { height: 0; display: none; }
.smaller-header .header-box { opacity:0; filter:alpha(opacity=0); display: none; }
.smaller-header .top-stripe { display: none; }
.smaller-header #main-rightside-bottom { display: none; }
.smaller-header .main-features-list { display: none; }

.main-phonenumber { margin-top: 20px; text-align: right; }
.main-features-list { margin-top: 20px; }

.main-social-buttons { overflow: hidden; float: right; margin-bottom: 10px; }
.main-social-buttons li { float: left; margin-left: 10px;}
.main-social-buttons li a { display: inline-block; border: solid 1px #ccc; color: #e41323; padding: 7px 4px; font-size: 18px; border-radius: 3px; transition: all 0.5s; }
.main-social-buttons li a:hover { background-color: #e41323; color: #FFF;  }


.uye-panel {
    padding: 15px;
}

.sunexpress-ribbon {
    position: absolute;
    z-index: 99000;
}

    .sunexpress-ribbon img {
        width: 170px;
    }

.hakkimizda-liste {
}

    .hakkimizda-liste li {
        float: left;
        height: 200px;
        border: solid 1px #ccc;
        width: 160px;
        padding: 20px;
        text-align: center;
        margin-bottom: 20px;
        margin-right: 10px;
        margin-left: 10px;
    }

        .hakkimizda-liste li i {
            font-size: 48px;
            display: block;
            text-align: center;
            padding-left: 25px;
            color: #dc0330;
        }

        .hakkimizda-liste li .baslik {
            font-weight: bold;
            font-size: 14px;
            margin-top: 15px;
            display: block;
            margin-bottom: 10px;
            color: #005ccd;
        }

.sayfaTablo {
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    width: 100%;
}

    .sayfaTablo td {
        border-top: solid 1px #ebebeb;
        border-left: solid 1px #ebebeb;
        padding: 7px;
    }

        .sayfaTablo td td {
            padding: 0px;
            border: none;
        }

.destinasyonlar {
}

    .destinasyonlar li {
        padding: 8px;
    }

.module {
    background-color: #fff;
    clear: both;
    overflow: hidden;
}

    .module .title {
        padding: 10px;
        font-weight: bold;
        font-size: 14px;
        overflow: hidden;
        vertical-align: top;
        height: 22px;
        line-height: 24px;
    }

    .module .content {
        padding: 10px;
        border-bottom: solid 3px #dbdbdb;
        overflow: hidden;
    }

    .module .title > span span {
        float: right;
        margin-left: -35px;
        font-size: 110px;
        line-height: 50px;
        color: #FFFFFF;
        opacity: 0.2;
        filter: alpha(opacity=20);
    }

    .module .title i {
        font-size: 16px;
        line-height: 26px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .module .title-blue {
        background-color: #001740;
        color: #FFF;
        border-bottom: solid 3px #00060f;
    }

    .module .title-red {
        background-color: #e41323;
        color: #FFF;
        border-bottom: solid 3px #dd2b00;
    }

    .module .title-darkblue {
        background-color: #228dfb;
        color: #FFF;
        border-bottom: solid 3px #0871dc;
    }

#tabs i {
    font-size: 18px;
    margin-right: 10px;
    margin-left: 4px;
}


.top-desc-box {
    float: left;
    padding-top: 6px;
}

.top-login-box {
    float: right;
    margin-right: 30px;
}

    .top-login-box a {
        color: #333;
        padding: 6px 10px;
        display: block;
        transition: all 0.6s;
    }

        .top-login-box a:hover {
            background-color: #efefef;
            text-decoration: none;
        }

.language-box {
    text-align: right;
}

#lang {
    display: inline-block;
}

    #lang li {
        list-style-type: none;
        display: block;
        float: left;
    }

        #lang li a {
            display: inline-block;
            overflow: hidden;
            padding: 6px;
            text-decoration: none;
            color: #333;
            transition: all 0.6s;
            -webkit-transition: all 0.6s;
        }

        #lang li li a {
            background-image: none;
        }

        #lang li a:hover {
            background-color: #efefef;
        }

        #lang li img {
            margin: 0px;
            vertical-align: bottom;
            margin-right: 10px;
            height: 24px;
        }



.ucretsiz-hizmetler {
    padding-bottom: 20px;
    display: block;
    position: relative;
    overflow: hidden; /* z-index: 0;*/
}

    .ucretsiz-hizmetler::after {
        content: "";
        opacity: 0.5; /*background: url('/images/bus-interior.jpg');*/
        background-color: #001740;
        background-size: cover;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }

    .ucretsiz-hizmetler .liste {
        padding: 20px;
        text-align: center;
    }

        .ucretsiz-hizmetler .liste .hizmet {
            /*border: solid 2px #FFF;*/
            padding: 20px;
            border-radius: 100px;
            width: 120px;
            height: 120px;
            display: inline-block;
            transition: all 0.6s;
            /*background-color: rgba(255,255,255,0.7);*/
        }

            .ucretsiz-hizmetler .liste .hizmet:hover {
                transform: rotateY(360deg);
                background-color: rgba(255,255,255,0.2);
            }

            .ucretsiz-hizmetler .liste .hizmet img {
                margin-bottom: 10px;
                margin-top: 5px;
            }

            .ucretsiz-hizmetler .liste .hizmet span {
                display: block;
                font-weight: bold;
                color:#FFF;
                font-size: 14px;
                vertical-align: bottom;
                line-height: 30px;
            }

.rezervasyon-kontrol {
    background-color: #efefef;
    padding-bottom: 50px;
    text-align: center;
}

    .rezervasyon-kontrol input[type=text] {
        padding: 12px;
        font-size: 16px;
        border-radius: 4px;
        width: 300px;
        margin: 0;
    }

    .rezervasyon-kontrol input[type=submit] {
        padding: 14px;
        font-size: 16px;
        border-radius: 4px;
        width: 180px;
        margin-left: 10px;
    }

.anasayfa-aciklama {
    /*background-color: rgba(255,255,255,0.5);*/
    padding-bottom: 50px;
}

.anasayfa-hizmetozellikleri {
    background-color: #fff;
    color: #333;
    text-align: center;
    padding: 30px;
    padding-top: 50px;
}

    .anasayfa-hizmetozellikleri ul {
    }

        .anasayfa-hizmetozellikleri ul li {
            width: 175px;
            height: 100px;
            padding: 30px;
            margin-right: 15px;
            display: inline-block;
            margin-bottom: 15px;
        }

    .anasayfa-hizmetozellikleri .ozellik {
        text-align: left;
        font-family: 'Open Sans';
        margin-bottom: 25px;
    }

        .anasayfa-hizmetozellikleri .ozellik span {
            font-size: 40px;
            padding: 20px;
            float: left;
            color: #001740;
            width: 88px;
            height: 88px;
            border: 2px solid #001740;
            margin: 0 20px 30px 0;
            -webkit-border-radius: 45px;
            -moz-border-radius: 45px;
            border-radius: 45px;
            text-align: center;
            line-height: 103px;
        }

        .anasayfa-hizmetozellikleri .ozellik h3 {
            font-size: 20px;
            font-weight: 600;
            color: #e41323;
            margin-bottom: 10px;
        }

        .anasayfa-hizmetozellikleri .ozellik p {
        }

.anasayfa-transfercesitleri {
    background-color: #FFF;
}

    .anasayfa-transfercesitleri img {
        width: 100%;
    }

    .anasayfa-transfercesitleri h3 {
        font-size: 20px;
        font-weight: 600;
        color: #e41323;
        margin-bottom: 10px;
        padding: 25px;
        padding-bottom: 0;
    }

    .anasayfa-transfercesitleri p {
        padding: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .anasayfa-transfercesitleri a {
        padding: 25px;
        padding-top: 0;
        display: inline-block;
        color: #001740;
        text-decoration: none;
        transition: all 0.9s;
    }


.arac-tipleri {
    display: block;
    overflow: hidden;
    padding: 10px;
}

    .arac-tipleri li {
        float: left;
        margin-right: 6px;
        margin-left: 5px;
    }

    .arac-tipleri a {
        display: block;
    }

        .arac-tipleri a:hover {
        }

    .arac-tipleri span {
        display: block;
        width: 100%;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
    }

.transfer-tipleri {
    margin-top: 15px;
    margin-bottom: 7px;
    display: block;
    overflow: hidden;
    padding: 0px;
}

    .transfer-tipleri li {
        float: left;
        margin: 7px;
        margin-top: 0px;
        overflow: hidden;
    }

        .transfer-tipleri li:first-child {
            margin-left: 0px;
        }

        .transfer-tipleri li:last-child {
            margin-right: 0px;
        }

    .transfer-tipleri a {
        display: block;
    }

        .transfer-tipleri a:hover {
        }

    .transfer-tipleri span {
        display: block;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        padding: 10px;
        background-color: #005ccd;
        border-bottom: solid 3px #014293;
        color: #FFF;
    }

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.anasayfa-araccesitleri {
    background-color: #efefef;
    padding: 30px;
    padding-top: 0;
}

    .anasayfa-araccesitleri .arac {
    }

        .anasayfa-araccesitleri .arac a {
            text-decoration: none;
        }

        .anasayfa-araccesitleri .arac img {
            width: 100%;
        }

        .anasayfa-araccesitleri .arac span {
            display: block;
            text-align: center;
            color: #001740;
            font-weight: bold;
            font-size: 18px;
            padding-top: 10px;
            text-decoration: none;
        }

.havaalanlari {
    padding: 40px;
}

    .havaalanlari .hava {
    }

        .havaalanlari .hava i {
            border: solid 1px #001740;
            font-size: 30px;
            display: block;
            text-align: center;
            width: 60px;
            height: 60px;
            margin: 0 auto;
            border-radius: 40px;
            padding-top: 15px;
            color: #001740;
        }

        .havaalanlari .hava span {
            font-size: 20px;
            color: #001740;
            display: block;
            text-align: center;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .havaalanlari .hava p {
            color: #001740;
            font-size: 14px;
            display: block;
            text-align: center;
        }

.anasayfa-faq {
    padding-bottom: 30px;
}

.faq {
}

    .faq .item {
        background-color: #FFF;
        padding: 20px;
        border: solid 1px #efefef;
        transition: all 0.3s;
    }

        .faq .item:hover {
            background-color: #F0f0f0;
        }

        .faq .item h4 a {
            color: #e41323;
            font-size: 14px;
            font-weight: bold;
            line-height: 24px;
        }

        .faq .item h4 i {
            color: #001740;
            font-size: 20px;
            font-weight: bold;
            line-height: 24px;
            margin-right: 10px;
        }

        .faq .item p a {
            color: #333;
        }

        .faq .item p i {
            color: #001740;
            font-size: 16px;
            font-weight: bold;
            line-height: 24px;
            margin-right: 10px;
        }

.anasayfa-firmalar {
    background-color: #fff;
    padding: 40px;
}

.firmalar {
}

    .firmalar .item {
        background-color: #FFF;
        padding: 20px;
        border: solid 1px #efefef;
    }

.footer {
    color: #efefef;
    background-color: #001740;
    overflow: hidden;
    background-image: url('/images/footer-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .footer .content {
        overflow: hidden;
        clear: both;
        padding-top: 15px;
    }

    .footer .box1 {
        float: left;
        overflow: hidden;
        min-height: 250px;
        width: 225px;
        margin-right: 14px;
    }

    .footer .box2 {
        float: left;
        overflow: hidden;
        min-height: 250px;
        width: 225px;
        margin-right: 13px;
    }

    .footer .box3 {
        float: left;
        overflow: hidden;
        min-height: 250px;
        width: 225px;
        margin-right: 13px;
    }

    .footer .box4 {
        float: left;
        overflow: hidden;
        min-height: 250px;
        width: 225px;
    }

    .footer h2 {
        color: #FFF;
        margin-bottom: 12px;
        margin-top: 12px;
        font-weight: bold;
        font-size: 20px;
    }

    .footer p {
        color: #eFeFeF;
    }

    .footer a {
        color: #eFeFeF;
    }

.newsletter {
}

    .newsletter .title {
        color: #FFF;
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px;
    }

        .newsletter .title img {
            margin-right: 10px;
        }

    .newsletter .line {
        display: none;
    }

    .newsletter .subtitle {
        color: #FFF;
        padding-left: 50px;
        margin-bottom: 15px;
    }

    .newsletter input[type=text] {
        padding: 10px;
        width: 100%;
        margin-bottom: 5px;
        color: #0f0f0f;
        font-size: 16px;
    }

    .newsletter .name {
    }

    .newsletter .email {
    }

    .newsletter .save input {
        background-color: #313131;
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 10px;
        border: none;
        color: #FFF;
        font-weight: bold;
    }

    .newsletter .success {
        border: solid 2px #005f19;
        padding: 10px;
        margin-top: 10px;
        background-color: #14b93e;
        color: #FFF;
        font-weight: bold;
    }

    .newsletter .error {
        border: solid 2px red;
        padding: 10px;
        margin-top: 10px;
        background-color: #dc0330;
        color: #FFF;
        font-weight: bold;
    }

.footer .logolist {
    padding-bottom: 10px;
}

    .footer .logolist hr {
        background-color: #414141;
        margin-bottom: 10px;
    }

    .footer .logolist img {
        margin-right: 10px;
        -webkit-filter: grayscale(100%) contrast(50%);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
    }

        .footer .logolist img:hover {
            -webkit-filter: grayscale(0%) contrast(100%);
        }

.footer-bottom-stripe {
    background-color: #000c22;
    height: 39px;
    color: #efefef;
    line-height: 39px;
}

/* Rezervasyon Sayfası */
.transfers-list-header {
    background-color: #005ccd;
    color: #FFF;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.transfers-list {
    width: 100%;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

    .transfers-list input[type=button] {
        /*width: 60px;*/
        background-color: #14b93e;
        border-bottom: solid 3px #0d8e2e;
        color: #FFF;
    }

    .transfers-list th {
        padding: 10px 10px;
        background-color: #ebebeb;
        color: #0f0f0f;
        font-weight: bold;
        text-align: center;
        border-left: solid 1px #ebebeb;
        border-top: solid 1px #ebebeb;
        vertical-align: middle;
    }

    .transfers-list td {
        padding: 5px 10px;
        border-left: solid 1px #ebebeb;
        border-top: solid 1px #ebebeb;
        vertical-align: middle;
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
    }

    .transfers-list tr:hover td {
        background-color: #ebebeb;
    }

    .transfers-list .onerilen {
        cursor: pointer;
        background-image: url('../images/onerilen-isaret.png');
        display: block;
        float: right;
        height: 30px;
        margin-top: 3px;
        width: 10px;
    }


.select-gidis {
    cursor: pointer;
    border: none;
    outline: none;
}

.select-donus {
    cursor: pointer;
    border: none;
    outline: none;
}

.odeme-sekilleri label {
    margin-left: 5px;
}

.hizmet-sozlesmesi h2 {
    width: 100%;
    margin-top: 25px;
    font-weight: 600;
}

.hizmet-sozlesmesi textarea {
    width: 100%;
    margin-top: 15px;
    height: 200px;
    font-family: 'Times New Roman';
    font-size: 14px;
}

.hizmet-sozlesmesi label {
    margin-left: 5px;
    margin-top: 10px;
}

.transfertipimobile {
    display: none;
}

.ucus-bilgileri {
    border: solid 1px #ebebeb;
}

.ucus-bilgileri-header {
    background-color: #333;
    color: #FFF;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.ucus-bilgileri .summary input[type=text] {
    width: 100%;
}
.ucus-bilgileri .summary select {
    width: 100%;
    padding: 9px;
    margin-bottom: 10px;
}
.ucus-bilgileri .summary div span {
    width: 100%; 
    display: block;
    margin-top: 10px;
}

.sorgulabutondiv {
    float: right;
    margin-top: 10px;
    overflow: hidden;
}

.some-logos img {
    margin-left: 10px;
}

    .some-logos img:first-child {
        margin-left: 0px;
    }

/*.transfer-search { }
.transfer-search input[type=text] { }
.transfer-search .autocomplete input[type=text] { width: 180px; }
.transfer-search .radiobuttons input { margin-right: 5px; }
.transfer-search .radiobuttons .tekyon { float: left; padding: 5px; margin-top: 10px; margin-bottom: 10px; }
.transfer-search .radiobuttons .gidisdonus { float: left; padding: 5px; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; }
.transfer-search .sayilar { margin-top: 10px; margin-bottom: 10px; }
.transfer-search .sayilar table { width: 100%; }
.transfer-search .sayilar table td { padding-bottom: 5px; }
.transfer-search .sayilar table tr td:nth-child(2){  width: 40px; }
.transfer-search .bottomrow { text-align: right; margin-bottom: 10px; }*/


/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 123px;
    position: relative;
    z-index: 1;
}

    .breadcrumb-area h1 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 600;
        line-height: 36px;
        text-transform: uppercase;
        text-shadow: 0px 0px 20px #333;
    }

/*** 
=============================================
    Breadcrumb Bottom area style
=============================================
***/
.breadcrumb-bottom-area {
    border-bottom: 1px solid #e3e3e3;
    background: #f7f7f7;
}

    .breadcrumb-bottom-area .left a {
        background: #001740 none repeat scroll 0 0;
        color: #ffffff;
        display: block;
        font-family: "Open Sans",sans-serif;
        font-size: 18px;
        font-weight: 600;
        height: 55px;
        line-height: 54px;
        padding: 0 40px;
        text-transform: capitalize;
        transition: all 500ms ease;
    }

        .breadcrumb-bottom-area .left a:hover {
            background: #292929;
        }

    .breadcrumb-bottom-area .right {
    }

        .breadcrumb-bottom-area .right ul li {
            color: #292929;
            font-size: 14px;
            line-height: 55px;
            display: inline-block;
            margin: 0 0 0 5px;
        }

            .breadcrumb-bottom-area .right ul li a {
                color: #292929;
                font-size: 14px;
                transition: all 500ms ease;
            }

            .breadcrumb-bottom-area .right ul li:hover a {
                color: #fdc716;
            }


/*** 
=============================================
   Solution Single area  style
=============================================
***/

#solution-single-area {
}

    #solution-single-area .container {
        padding-top: 40px;
        background-color: #FFF;
        padding-bottom: 40px;
    }

    #solution-single-area .sidebar {
    }

        #solution-single-area .sidebar .single-sidebar-item {
            margin-bottom: 50px;
        }

            #solution-single-area .sidebar .single-sidebar-item .solution-categories {
            }

                #solution-single-area .sidebar .single-sidebar-item .solution-categories li {
                }

                    #solution-single-area .sidebar .single-sidebar-item .solution-categories li a {
                        background: #f7f7f7 none repeat scroll 0 0;
                        color: #292929;
                        display: block;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 55px;
                        font-family: 'Montserrat', sans-serif;
                        padding-left: 30px;
                        padding-right: 20px;
                        transition: all 500ms ease;
                        position: relative;
                    }

                        #solution-single-area .sidebar .single-sidebar-item .solution-categories li a:before {
                            position: absolute;
                            top: 12px;
                            left: 0;
                            width: 0px;
                            height: 30px;
                            background: #01305e;
                            content: "";
                            transition: all 500ms ease;
                        }

                        #solution-single-area .sidebar .single-sidebar-item .solution-categories li a i {
                            margin: 19px 0;
                            color: #f7f7f7;
                        }



                        #solution-single-area .sidebar .single-sidebar-item .solution-categories li a:hover,
                        #solution-single-area .sidebar .single-sidebar-item .solution-categories li.active a {
                            background-color: #e41323;
                            text-decoration: none;
                            color: #fff;
                        }

                            #solution-single-area .sidebar .single-sidebar-item .solution-categories li a:hover i,
                            #solution-single-area .sidebar .single-sidebar-item .solution-categories li.active a i {
                                color: #fff;
                            }

                            #solution-single-area .sidebar .single-sidebar-item .solution-categories li a:hover:before,
                            #solution-single-area .sidebar .single-sidebar-item .solution-categories li.active a:before {
                                width: 5px;
                            }




            #solution-single-area .sidebar .single-sidebar-item .sec-title-two h2 {
                font-size: 22px;
                margin: -4px 0 15px;
            }

            #solution-single-area .sidebar .single-sidebar-item .brochures-list li a {
                background: #f7f7f7 none repeat scroll 0 0;
                color: #292929;
                display: block;
                font-size: 16px;
                font-weight: 600;
                line-height: 65px;
                padding-right: 20px;
                font-family: 'Open Sans', sans-serif;
                margin-bottom: 10px;
                transition: all 500ms ease;
            }

                #solution-single-area .sidebar .single-sidebar-item .brochures-list li a span::before {
                    background: #292929 none repeat scroll 0 0;
                    color: #fff;
                    display: inline-block;
                    height: 45px;
                    line-height: 45px;
                    margin-left: -2px;
                    text-align: center;
                    width: 50px;
                    transition: all 500ms ease;
                    margin-right: 15px;
                    position: relative;
                    top: 1px;
                }

                #solution-single-area .sidebar .single-sidebar-item .brochures-list li a i {
                    margin: 26px 0;
                }

                #solution-single-area .sidebar .single-sidebar-item .brochures-list li a:hover {
                    background: #fdc716;
                    color: #fff;
                }

                    #solution-single-area .sidebar .single-sidebar-item .brochures-list li a:hover span::before {
                        background: #01305e;
                    }


            #solution-single-area .sidebar .single-sidebar-item .client-testimonial-item {
            }

                #solution-single-area .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item {
                }

                    #solution-single-area .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .text {
                        background: #01305e none repeat scroll 0 0;
                        color: #ffffff;
                        border-radius: 5px;
                        padding-top: 25px;
                        padding-bottom: 25px;
                        padding-left: 40px;
                        padding-right: 10px;
                        position: relative;
                        margin-bottom: 30px;
                    }

                        #solution-single-area .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .text::before {
                            background: rgba(0, 0, 0, 0) url("../img/solution-single/bottom-arrow.png") repeat scroll 0 0;
                            bottom: -14px;
                            content: "";
                            height: 14px;
                            left: 30px;
                            position: absolute;
                            width: 15px;
                        }


                        #solution-single-area .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .text .arrow {
                            background: rgba(0, 0, 0, 0) url("../img/solution-single/testimonial-icon-bg.png") no-repeat scroll 0 0;
                            height: 70px;
                            left: 0;
                            padding: 10px 7px;
                            position: absolute;
                            top: 0;
                            width: 70px;
                        }

                            #solution-single-area .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .text .arrow i {
                                font-size: 25px;
                            }

                        #solution-single-area .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .text p {
                            font-size: 16px;
                            line-height: 32px;
                            margin: 0;
                        }

.sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info {
}

    .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info .ing-box {
        width: 75px;
    }

    .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info .ing-box,
    .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info .text-box {
        display: table-cell;
        vertical-align: middle;
    }

    .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info .text-box {
        padding-left: 10px;
    }

        .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info .text-box h4 {
            margin: 0 0 3px;
            text-transform: capitalize;
        }

        .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info .text-box span {
            color: #01305e;
            font-size: 14px;
            font-weight: 400;
            font-family: 'Open Sans', sans-serif;
        }

        .sidebar .single-sidebar-item .client-testimonial-item .single-client-testimonial-item .client-info .text-box .review-box ul li {
            color: #fdc716;
            display: inline-block;
            margin-right: 3px;
        }


#solution-single-area .single-solution-content {
}

    #solution-single-area .single-solution-content .top {
        margin-bottom: 10px;
        overflow: hidden;
    }

        #solution-single-area .single-solution-content .top .img-holder {
            margin-right: -25px;
        }

        #solution-single-area .single-solution-content .top .text-holder {
            padding-left: 25px;
        }

            #solution-single-area .single-solution-content .top .text-holder .sec-title-two {
                padding-bottom: 34px;
            }

            #solution-single-area .single-solution-content .top .text-holder h3 {
                margin: 20px 0 0;
                text-transform: capitalize;
            }

    #solution-single-area .single-solution-content .bottom {
        overflow: hidden;
    }

        #solution-single-area .single-solution-content .bottom .img-holder {
            margin-right: -25px;
        }

        #solution-single-area .single-solution-content .bottom .text-holder {
            padding-left: 25px;
        }

        #solution-single-area .single-solution-content .bottom .accordion-box {
            margin: 0;
            padding-left: 25px;
        }


    #solution-single-area .single-solution-content .experts-provide {
        padding-top: 70px;
    }

        #solution-single-area .single-solution-content .experts-provide .sec-title-two {
            padding-left: 15px;
            padding-bottom: 34px;
        }

        #solution-single-area .single-solution-content .experts-provide .single-experts-provide {
            padding-bottom: 60px;
            position: relative;
        }

            #solution-single-area .single-solution-content .experts-provide .single-experts-provide .icon-holder {
                width: 70px;
            }

            #solution-single-area .single-solution-content .experts-provide .single-experts-provide .icon-holder,
            #solution-single-area .single-solution-content .experts-provide .single-experts-provide .text-holder {
                display: table-cell;
                vertical-align: middle;
            }

            #solution-single-area .single-solution-content .experts-provide .single-experts-provide .text-holder {
                padding-left: 30px;
                padding-right: 30px;
            }

            #solution-single-area .single-solution-content .experts-provide .single-experts-provide .icon-holder span::before {
                background: #fdc716 none repeat scroll 0 0;
                border-radius: 50%;
                color: #fff;
                display: block;
                font-size: 30px;
                font-weight: 600;
                height: 70px;
                line-height: 70px;
                text-align: center;
                width: 70px;
            }

            #solution-single-area .single-solution-content .experts-provide .single-experts-provide .text-holder h3 {
                margin: 0 0 8px;
            }

            #solution-single-area .single-solution-content .experts-provide .single-experts-provide .text-holder p {
                margin: 0;
            }


    #solution-single-area .single-solution-content .caption-box {
        overflow: hidden;
        background: url(../img/solution-single/caption-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px 40px;
    }


        #solution-single-area .single-solution-content .caption-box .title h3 {
            color: #fff;
            line-height: 32px;
            margin: 0;
            text-transform: capitalize;
        }

        #solution-single-area .single-solution-content .caption-box .button a {
            margin: 8px 0;
            padding: 10px 30px;
        }

.tur-rezervasyon-arama {
    padding: 25px;
}
.tur-rezervasyon-arama h2 {
    color: #001740;
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}
.tur-rezervasyon-arama input[type=text] {
    width: 100%;
    font-size: 14px;
}
.tur-rezervasyon-arama select {
    width: 100%;
    padding: 8px;
}
.tur-rezervasyon-arama input[type=submit] {
    margin-top: 15px;
}

.transfer-arama {
    padding: 25px;
    font-weight: 400;
    font-size: 13px;
}

    .transfer-arama input {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-sizing: unset;
        -moz-box-sizing: unset;
        box-sizing: unset;
    }

    .transfer-arama label {
        font-weight: bold;
    }

    .transfer-arama .satir {
        clear: both;
    }

    .transfer-arama .satir1 {
        border-bottom: solid 1px #e0e0e0;
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .transfer-arama .satir1 .gidis-donus {
        float: left;
        font-size: 14px;
    }

    .transfer-arama .satir1 .gidis-donus div {
        display: inline-block;
        float: left;
        line-height: 13px;
    }

    .transfer-arama .satir1 .gidis-donus span {
        float: left;
        display: block;
    }

    .transfer-arama .satir1 .gidis-donus label {
        float: right;
        line-height: 22px;
        margin-left: 7px;
    }

    .transfer-arama .satir1 .gidis-donus .twoway {
        margin-left: 15px;
        border-left: solid 1px #e0e0e0;
        padding-left: 10px;
    }

    .transfer-arama .satir1 h2 {
        float: right;
        color: #001740;
        font-size: 20px;
        margin: 0;
    }

    .transfer-arama .satir2 {
    }

    .transfer-arama .satir3 {
        text-align: right;
        padding-top: 5px;
    }

    .transfer-arama .solkutu {
        float: left;
        width: 413px;
    }

        .transfer-arama .solkutu div {
            float: left;
        }

        .transfer-arama .solkutu label {
            display: block;
            margin-bottom: 2px;
        }

    .transfer-arama .solkutu1 {
        margin-right: 15px;
        margin-bottom: 25px;
    }

    .transfer-arama .solkutu2 {
        margin-bottom: 25px;
    }

    .transfer-arama .solkutu3 {
        margin-right: 15px;
    }

    .transfer-arama .solkutu4 {
    }

    .transfer-arama .solkutu1 input {
        width: 180px;
    }

    .transfer-arama .solkutu2 input {
        width: 180px;
    }

    .transfer-arama .solkutu3 {
        width: 196px;
    }

        .transfer-arama .solkutu3 .dep-date {
            width: 107px;
            float: left;
            background-image: url('../images/date-bg.png');
            background-position: 96px;
            background-repeat: no-repeat;
        }

        .transfer-arama .solkutu3 .dep-time {
            width: 40px;
            margin-left: 15px;
            float: left;
        }

    .transfer-arama .solkutu4 {
        width: 196px;
    }

        .transfer-arama .solkutu4 .ret-date {
            width: 107px;
            float: left;
            background-image: url('../images/date-bg.png');
            background-position: 96px;
            background-repeat: no-repeat;
        }

        .transfer-arama .solkutu4 .ret-time {
            width: 40px;
            margin-left: 15px;
            float: left;
        }

    .transfer-arama .button {
        font-weight: 700;
    }

    .transfer-arama .lb-gidis-alinis {
        float: left;
        width: 124px;
    }

    .transfer-arama .lb-donus-alinis {
        float: left;
        width: 124px;
    }

    .transfer-arama .lb-zaman {
        float: left;
        margin-left: 15px;
    }

    .transfer-arama .sagkutu {
        float: right;
        width: 200px;
        margin-left: 16px;
        border-left: solid 1px #e0e0e0;
        padding-left: 20px;
    }

    .transfer-arama .sagkutu1 {
        overflow: hidden;
        margin-bottom: 14px;
    }

    .transfer-arama .sagkutu2 {
        overflow: hidden;
        margin-bottom: 14px;
    }

    .transfer-arama .sagkutu3 {
        overflow: hidden;
        margin-bottom: 14px;
    }

    .transfer-arama .sagkutu label {
        float: left;
        width: 120px;
    }

        .transfer-arama .sagkutu label small {
            display: block;
            float: left;
            width: 180px;
        }

    .transfer-arama .sagkutu input {
        float: right;
        width: 40px;
    }

.transfer-arama-sidebar {
    font-weight: 400;
    font-size: 13px;
}

    .transfer-arama-sidebar .satir {
        clear: both;
    }

    .transfer-arama-sidebar .satir1 {
        overflow: hidden;
        padding-bottom: 10px;
    }

        .transfer-arama-sidebar .satir1 .gidis-donus {
            float: left;
            font-size: 12px;
            width: 100%;
        }

            .transfer-arama-sidebar .satir1 .gidis-donus div {
                display: inline-block;
                float: left;
                line-height: 13px;
            }

            .transfer-arama-sidebar .satir1 .gidis-donus span {
                float: left;
                display: block;
            }

            .transfer-arama-sidebar .satir1 .gidis-donus label {
                float: right;
                margin-left: 7px;
                line-height: 22px;
                font-size: 14px;
                font-weight: bold;
            }

            .transfer-arama-sidebar .satir1 .gidis-donus .twoway {
                margin-left: 8px;
                padding-left: 10px;
            }

        .transfer-arama-sidebar .satir1 h2 {
            display: none;
            float: right;
            color: #001740;
            font-size: 18px;
        }

    .transfer-arama-sidebar .satir2 {
    }

    .transfer-arama-sidebar .satir3 {
        text-align: right;
        padding-top: 5px;
    }

        .transfer-arama-sidebar .satir3 input {
            width: 100%;
            line-height: 25px;
        }

    .transfer-arama-sidebar .solkutu {
    }

        .transfer-arama-sidebar .solkutu div {
            float: left;
        }

        .transfer-arama-sidebar .solkutu label {
            display: block;
            margin-bottom: 2px;
        }

    .transfer-arama-sidebar .solkutu1 {
        margin-bottom: 15px;
        width: 100%;
    }

    .transfer-arama-sidebar .autocomplete {
        width: 100%;
    }

    .transfer-arama-sidebar .solkutu1 input {
        width: 100%;
    }

    .transfer-arama-sidebar .solkutu2 {
        margin-bottom: 15px;
        width: 100%;
    }

        .transfer-arama-sidebar .solkutu2 input {
            width: 100%;
        }

    .transfer-arama-sidebar .solkutu3 {
        margin-right: 15px;
    }

    .transfer-arama-sidebar .solkutu4 {
    }

    .transfer-arama-sidebar .solkutu3 {
        width: 100%;
        margin-bottom: 10px;
    }

        .transfer-arama-sidebar .solkutu3 .dep-date {
            width: 70%;
            float: left;
            background-image: url('../images/date-bg.png');
            background-position: 93%;
            background-repeat: no-repeat;
        }

        .transfer-arama-sidebar .solkutu3 .dep-time {
            width: 25%;
            margin-left: 5%;
            float: left;
            text-align: center;
        }

    .transfer-arama-sidebar .solkutu4 {
        width: 100%;
        margin-bottom: 15px;
    }

        .transfer-arama-sidebar .solkutu4 .ret-date {
            width: 70%;
            float: left;
            background-image: url('../images/date-bg.png');
            background-position: 93%;
            background-repeat: no-repeat;
        }

        .transfer-arama-sidebar .solkutu4 .ret-time {
            width: 25%;
            margin-left: 5%;
            float: left;
            text-align: center;
        }

    .transfer-arama-sidebar .button {
        font-weight: 700;
    }

    .transfer-arama-sidebar .lb-gidis-alinis {
        float: left;
        width: 70%;
    }

    .transfer-arama-sidebar .lb-donus-alinis {
        float: left;
        width: 70%;
    }

    .transfer-arama-sidebar .lb-zaman {
        float: left;
        margin-left: 5%;
    }

    .transfer-arama-sidebar .sagkutu {
        float: right;
        width: 100%;
        margin-left: 16px;
        border-left: solid 1px #e0e0e0;
        padding-left: 20px;
    }

    .transfer-arama-sidebar .sagkutu1 {
        overflow: hidden;
        margin-bottom: 7px;
    }

    .transfer-arama-sidebar .sagkutu2 {
        overflow: hidden;
        margin-bottom: 7px;
    }

    .transfer-arama-sidebar .sagkutu3 {
        overflow: hidden;
        margin-bottom: 7px;
    }

    .transfer-arama-sidebar .sagkutu label {
        float: left;
        width: 120px;
    }

        .transfer-arama-sidebar .sagkutu label small {
            display: block;
            float: left;
            width: 180px;
        }

    .transfer-arama-sidebar .sagkutu input {
        float: right;
        width: 25%;
    }


.yolcu-bilgileri {
}

    .yolcu-bilgileri div {
    }

    .yolcu-bilgileri p {
        margin-bottom: 25px;
    }

    .yolcu-bilgileri .satir {
        clear: both;
        line-height: 24px;
        margin-bottom: 4px;
    }

        .yolcu-bilgileri .satir span {
            padding: 5px 10px;
            display: block;
            float: left;
            width: 180px;
            display: inline-block;
        }

    .yolcu-bilgileri input[type=text] {
        width: 250px;
    }

    .yolcu-bilgileri textarea {
        width: 465px;
    }

.redborder {
    border: solid 2px red !important;
}

.rezervasyon-onay {
}

    .rezervasyon-onay table {
        width: 100%;
        margin-top: 10px;
    }

        .rezervasyon-onay table th {
            background-color: #ebebeb;
            padding: 4px 7px;
        }

        .rezervasyon-onay table td {
            padding: 4px 7px;
        }

            .rezervasyon-onay table td:first-child {
                width: 200px;
            }

        .rezervasyon-onay table textarea {
            width: 98%;
            margin-top: 7px;
        }

        .rezervasyon-onay table td label {
            padding-left: 5px;
            text-indent: -15px;
            line-height: 16px;
        }

        .rezervasyon-onay table td input[type=checkbox] {
            width: 13px;
            height: 13px;
            padding: 0;
            margin: 0;
            vertical-align: bottom;
            position: relative;
            top: -1px;
            *overflow: hidden;
        }

.kullanicigirisi {
    border: solid 1px #ebebeb;
    padding: 30px 40px;
    margin: 0px auto;
    display: inline-block;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

    .kullanicigirisi .baslik {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .kullanicigirisi div {
        display: block;
    }

    .kullanicigirisi span {
        display: inline-block;
        display: block;
    }

    .kullanicigirisi input[type=text] {
        margin-bottom: 10px;
        width: 250px;
    }

    .kullanicigirisi input[type=password] {
        margin-bottom: 10px;
        width: 250px;
        font-size: 24px;
        padding: 0px 7px;
    }

    .kullanicigirisi input[type=submit] {
        margin-bottom: 10px;
        float: right;
    }

    .kullanicigirisi .sifremiunuttum {
        float: left;
        margin-top: 8px;
    }

    .kullanicigirisi .error {
        padding: 7px 10px;
        background-color: #dc0330;
        color: #FFF;
        margin-bottom: 25px;
        position: absolute;
        width: 70%;
    }


.rezervasyonkontrol-error {
    padding: 7px 10px;
    background-color: #ff6a00;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contactus {
}

    .contactus .adi {
        width: 250px;
    }

    .contactus .telefon {
        width: 150px;
    }

    .contactus .eposta {
        width: 150px;
    }

    .contactus .ekstra {
        width: 550px;
    }

.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 40%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display: none;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 40% 10px 10px;
        }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
    padding-right: 2px;
}

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
    .ui-timepicker-div.ui-timepicker-oneLine dt {
        display: none;
    }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
        display: block;
        padding-top: 2px;
    }

    .ui-timepicker-div.ui-timepicker-oneLine dl {
        text-align: right;
    }

        .ui-timepicker-div.ui-timepicker-oneLine dl dd,
        .ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
            display: inline-block;
            margin: 0;
        }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
                content: ':';
                display: inline-block;
            }

            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
            .ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
                content: '.';
                display: inline-block;
            }

    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
    .ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
        display: none;
    }


.ui-timepicker-div {
    padding: 7px;
}

.ui-slider-handle {
    background: none !important;
    background-color: #1391d2 !important;
    border: solid 1px #0f73a6;
}

.ui-slider-horizontal {
    background: none !important;
    background-color: #efefef !important;
    border: solid 1px #adadad;
}

.ui-datepicker-close {
    border: none;
}






/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

    .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
        margin-top: 0.188em;
    }

.slicknav_menu {
    *zoom: 1;
}

    .slicknav_menu .slicknav_menutxt {
        display: block;
        line-height: 1.188em;
        float: left;
    }

    .slicknav_menu .slicknav_icon {
        float: left;
        margin: 0.188em 0 0 0.438em;
    }

    .slicknav_menu .slicknav_no-text {
        margin: 0;
    }

    .slicknav_menu .slicknav_icon-bar {
        display: block;
        width: 1.125em;
        height: 0.125em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

    .slicknav_menu:before {
        content: " ";
        display: table;
    }

    .slicknav_menu:after {
        content: " ";
        display: table;
        clear: both;
    }

.slicknav_nav {
    clear: both;
}

    .slicknav_nav ul {
        display: block;
    }

    .slicknav_nav li {
        display: block;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }

    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }

        .slicknav_nav .slicknav_item a {
            display: inline;
        }

    .slicknav_nav .slicknav_row {
        display: block;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }

.slicknav_brand {
    float: left;
}

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    /*background: #4c4c4c;*/
    padding: 5px;
}

    .slicknav_menu * {
        box-sizing: border-box;
    }

    .slicknav_menu .slicknav_menutxt {
        color: #fff;
        font-weight: bold;
        text-shadow: 0 1px 3px #000;
    }

    .slicknav_menu .slicknav_icon-bar {
        background-color: #fff;
    }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ae0024;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    list-style: none;
    overflow: hidden;
}

    .slicknav_nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0;
        margin: 0 0 0 20px;
    }

    .slicknav_nav .slicknav_row {
        padding: 5px 10px;
        margin: 2px 5px;
    }

        .slicknav_nav .slicknav_row:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ccc;
            color: #fff;
        }

    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #fff;
    }

        .slicknav_nav a:hover {
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #ccc;
            color: #222;
        }

    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }

    .slicknav_nav .slicknav_item a {
        padding: 0;
        margin: 0;
    }

    .slicknav_nav .slicknav_parent-link a {
        padding: 0;
        margin: 0;
    }

.slicknav_brand {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px;
}



/*** 
=============================================
    contact area style
=============================================
***/
.contact-area {
    padding-bottom: 80px;
    /*padding-top: 74px;*/
}

    .contact-area .contact-details {
        /*margin-right: 100px;*/
    }

        .contact-area .contact-details h2 {
            color: #292929;
            font-size: 24px;
            font-weight: 600;
            margin: 0 0 52px;
            text-transform: uppercase;
        }


.contact-info-2 {
}

    .contact-info-2 .item .contact-details-title h5 {
        color: #292929;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 28px;
        text-transform: capitalize;
    }

    .contact-info-2 .item .contact-info {
    }

        .contact-info-2 .item .contact-info li {
            padding-left: 45px;
            position: relative;
            padding-bottom: 30px;
        }

            .contact-info-2 .item .contact-info li:last-child {
                padding-bottom: 0;
            }

            .contact-info-2 .item .contact-info li .icon-box {
                left: 0;
                position: absolute;
                /*top: 10px;*/
            }

                .contact-info-2 .item .contact-info li .icon-box span::before {
                    color: #fdc716;
                    font-size: 35px;
                    font-weight: 700;
                }

            .contact-info-2 .item .contact-info li .text-box {
            }

                .contact-info-2 .item .contact-info li .text-box p {
                    line-height: 22px;
                    margin: 0;
                }

                    .contact-info-2 .item .contact-info li .text-box p span {
                        color: #292929;
                        font-weight: 600;
                        font-family: 'Open Sans', sans-serif;
                    }




.contact-social-links {
    border-top: 1px solid #f7f7f7;
    margin-top: 24px;
    overflow: hidden;
    padding-top: 30px;
}

    .contact-social-links ul li {
        display: inline-block;
        margin-right: 11px;
    }

        .contact-social-links ul li:last-child {
            margin-right: 0;
        }

        .contact-social-links ul li a i {
            background: #f7f7f7 none repeat scroll 0 0;
            border-radius: 50%;
            color: #9e9e9e;
            display: block;
            font-size: 15px;
            height: 40px;
            line-height: 38px;
            text-align: center;
            width: 40px;
            transition: all 500ms ease;
        }

        .contact-social-links ul li a:hover i {
            background: #e41323;
            color: #fff;
        }

.send-message-form .title {
    padding-bottom: 32px;
}

    .send-message-form .title h2 {
        color: #292929;
        font-size: 24px;
        font-weight: 600;
        margin: 0 0 17px;
        text-transform: uppercase;
    }

    .send-message-form .title .border {
        background: #f7f7f7 none repeat scroll 0 0;
        display: block;
        height: 2px;
        width: 70px;
    }

.send-message-form h3 {
    margin: 0 0 15px;
    text-transform: none;
}

.send-message-form .ui-state-default {
    margin-bottom: 22px;
}

.send-message-form input[type="text"],
.send-message-form textarea {
    border: 1px solid #eaeaea;
    color: #9e9e9e;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    height: 50px;
    margin-bottom: 30px;
    padding: 0 15px;
    /*text-transform: capitalize;*/
    transition: all 500ms ease 0s;
    width: 100%;
}

.send-message-form textarea {
    height: 100px;
    padding: 15px 15px;
}

.send-message-form input[type=button] {
    width: 100%;
    height: 55px;
}

.send-message-form input[type="text"]:focus {
    border: 1px solid #e41323;
}

.send-message-form textarea:focus {
    border: 1px solid #e41323;
}

#contact-google-map {
    width: 100%;
    height: 500px;
}


.tab.custom2 .tab_content {
    opacity: 0;
    z-index: 1;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    height: 0;
    width: 100%;
    display: block;
    overflow: hidden;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .tab.custom2 .tab_content.active {
        opacity: 1;
        height: auto;
        margin-bottom: 30px;
        z-index: 2;
        padding: 15px;
        min-height: 400px;
    }

        .tab.custom2 .tab_content.active h4.custom7 {
            margin-top: 20px;
            margin-left: 30px;
        }

.tab.custom2 .tab_menu {
    background-color: #FFF;
    line-height: 30px;
    float: left;
    position: relative;
    padding: 15px 10px;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 10px;
    color: #001740;
    cursor: pointer;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

    .tab.custom2 .tab_menu.active {
        color: #fff;
        display: block;
        background-color: #e41323;
    }

        .tab.custom2 .tab_menu.active img {
            background: #000;
        }

    .tab.custom2 .tab_menu:hover {
        color: #001740;
        text-decoration: none;
        background-color: #eaeaea;
    }

    .tab.custom2 .tab_menu.active:hover {
        color: #fff;
        text-decoration: none;
        background-color: #e41323;
    }

    .tab.custom2 .tab_menu:hover img {
        background: #000;
    }

.turdetay {
    background-color: #FFF;
}

.turkategorileri {
}

    .turkategorileri a {
        background-color: #005ccd;
        padding: 2px 10px;
        display: inline-block;
        margin: 3px;
        color: #FFF;
        transition: all 0.3s;
        border-radius: 4px;
    }

        .turkategorileri a:hover {
            text-decoration: none;
            background-color: #001740;
        }

        .turkategorileri a.selected {
            background-color: #e41323;
            padding: 2px 10px;
            display: inline-block;
            margin: 3px;
            color: #FFF;
            transition: all 0.3s;
            border-radius: 4px;
        }

            .turkategorileri a.selected:hover {
                text-decoration: none;
                background-color: #c62600;
            }

.popup-gallery {
}

    .popup-gallery .imgLiquid {
        width: 32%;
        height: 210px;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .popup-gallery a:nth-child(3n) .imgLiquid {
        margin-right: 0;
    }

.turlar-listesi {
    padding-bottom: 40px;
}

    .turlar-listesi .tur {
        border-radius: 5px;
        background-color: #fff;
        border: solid 1px #eaeaea;
        height: 392px;
        position: relative;
        transition: all 0.5s;
    }

        .turlar-listesi .tur:hover {
            box-shadow: #333 0px 5px 10px;
        }

    .turlar-listesi .col-md-3:nth-child(4n+1) {
        clear: both;
    }

    .turlar-listesi .tur .imgLiquid {
        width: 100%;
        height: 170px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .turlar-listesi .tur span {
        padding: 20px;
        padding-bottom: 0;
        display: block;
        font-weight: bold;
        font-size: 16px;
    }

    .turlar-listesi .tur p {
        padding: 20px;
        padding-top: 10px;
        display: block;
        min-height: 70px;
        font-size: 14px;
    }

    .turlar-listesi .tur .bottom {
        position: absolute;
        bottom: 10px;
        display: block;
        width: 100%;
        border-top: solid 1px #f0f0f0;
        text-align: center;
    }

    .turlar-listesi .tur a {
        border: solid 1px #821900;
        padding: 4px 20px;
        border-radius: 7px;
        background-color: #e41323;
        color: #FFF;
        text-decoration: none;
        transition: all 0.5s;
        display: inline-block;
        margin-top: 10px;
    }

        .turlar-listesi .tur a:hover {
            background-color: #821900;
        }

.fiyat-kutusu {
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
}

    .fiyat-kutusu i {
        margin-right: 5px;
    }

    .fiyat-kutusu .fiyat {
        background-color: #005ccd;
        padding: 15px 20px;
        text-align: center;
        color: #FFF;
        font-size: 24px;
    }

    .fiyat-kutusu .fiyat-aciklama {
        background-color: #001740;
        padding: 15px 20px;
        text-align: center;
        color: #FFF;
    }

.tur-rezervasyon {
    text-align: center;
    background-color: #005ccd;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 50px;
    padding-top: 15px;
}

    .tur-rezervasyon h2 {
        color: #FFF;
        padding: 15px;
        font-weight: bold;
        font-weight: 600;
    }

    .tur-rezervasyon input[type=text] {
        border: solid 0px red;
        font-size: 14px;
        padding: 9px;
        width: 80%;
        border-radius: 3px;
        background-color: #fff;
        padding-left: 10px;
        margin-bottom: 7px;
    }

    .tur-rezervasyon select {
        color: #999;
        border: solid 0px red;
        padding: 9px;
        width: 80%;
        border-radius: 3px;
        background-color: #ffffff;
        margin-bottom: 7px;
        padding-right: 15px;
    }

    .tur-rezervasyon input[type=submit] {
        border: solid 2px #FFF;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 15px;
        padding: 9px;
        width: 60%;
        border-radius: 3px;
        color: #FFF;
        background-color: #e41323;
        margin-top: 15px;
        position: absolute;
        bottom: -20px;
        left: 20%;
        transition: all 0.5s;
    }

        .tur-rezervasyon input[type=submit]:hover {
            background-color: #b62906;
        }

    .tur-rezervasyon .toplamfiyat {
        color: #FFF;
        font-size: 16px;
        padding: 10px;
    }

        .tur-rezervasyon .toplamfiyat div {
            display: inline-block;
        }

        .tur-rezervasyon .toplamfiyat span {
        }

.tur-rezervasyon-bilgileri h3 {
    line-height: 16px;
    padding: 0;
    margin: 0 !important;
    font-weight: bold;
    color: #e41323;
    font-size: 20px;
}

.tur-rezervasyon-bilgileri {
    border-top: solid 1px #efefef;
    border-left: solid 1px #efefef;
    margin-top: 20px;
}

    .tur-rezervasyon-bilgileri tr {
    }

    .tur-rezervasyon-bilgileri td {
        padding: 10px;
        border-bottom: solid 1px #efefef;
        border-right: solid 1px #efefef;
    }

    .tur-rezervasyon-bilgileri tr td:first-child {
        font-weight: bold;
    }

/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f7f7f7;
}

    .brand-area .brand .owl-stage-outer {
        z-index: 10;
    }

    .brand-area .brand .single-item {
        border: 1px dashed #dadada;
        /*height: 105px;*/
        -webkit-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
        text-align: center;
    }

        .brand-area .brand .single-item img {
            display: inline-block;
            max-width: 100% !important;
            opacity: 1;
            /*padding: 35px 0;*/
            position: relative;
            -webkit-transition: all 300ms ease-in 0s;
            transition: all 300ms ease-in 0s;
            width: auto !important;
        }

        .brand-area .brand .single-item:hover {
            border: 1px dashed #fdc716;
        }

            .brand-area .brand .single-item:hover img {
                opacity: .6;
            }

    .brand-area .owl-controls {
        display: none;
    }
