@charset "utf-8";

/******************************************************
						Body
******************************************************/
body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-family: 'Jost', "Trebuchet MS", sans-serif;
    font-weight: 400;
}

.font_corm {
    font-family: 'Cormorant Garamond', "Trebuchet MS", sans-serif;
    font-weight: 700;
}

button, a {
    transition: all .5s ease-in-out;
    text-decoration: none;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

    button:hover, a:hover {
        transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

.cursor {
    cursor: pointer
}

.floatleft {
    float: left !important
}

.floatright {
    float: right !important
}

.text_yesil {
    color: #e2e0e9
}

.text_koyuyesil {
    color: #187475
}

.text_mavi {
    color: #0197d2
}

.text_buz {
    color: #4bcacc
}

.text_pembe {
    color: #dd547d
}

.text_koyumavi {
    color: #187475
}

.text_koyusari {
    color: #9a6709
}

.text_cokkoyuyesil {
    color: #3d5b0e
}

.font_bold,
strong {
    font-weight: 700;
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 32px
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

small {
    font-size: 10px
}

.font-25 {
    font-size: 25px
}

.font-23 {
    font-size: 23px
}

.font-20 {
    font-size: 20px
}

.font-18 {
    font-size: 18px
}

.font-16 {
    font-size: 16px
}

.font-14 {
    font-size: 14px
}

.font-12 {
    font-size: 12px
}

.font-10 {
    font-size: 10px
}

.text_beyaz {
    color: #fff
}

.text_siyah {
    color: #000
}

.text_gri {
    color: #999
}

.text_acikgri {
    color: #aeaeae
}

.text_center {
    text-align: center
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right
}

.top5 {
    margin-top: 5px
}

.top10 {
    margin-top: 10px
}

.top15 {
    margin-top: 15px
}

.top20 {
    margin-top: 20px
}

.top25 {
    margin-top: 25px
}

.top30 {
    margin-top: 30px
}

.left5 {
    margin-left: 5px
}

.left10 {
    margin-left: 10px
}

.left15 {
    margin-left: 15px
}

.left20 {
    margin-left: 20px
}

.left30 {
    margin-left: 30px
}

.bottom_20 {
    padding-bottom: 20px
}

.bg_beyaz {
    background-color: #fff
}

.bg_acikgri {
    background-color: #f4f4f4
}

.bg_yesil {
    background-color: #e2e0e9
}

.bg_mavi {
    background-color: #4bcacc
}

.bg_sari {
    background-color: #fdbb41
}

.bg_pembe {
    background-color: #dd547d
}

.gradient_yesil {
    border: 1px solid #929393;
    box-shadow: #dded77 1px 1px 0px inset;
    background: #c2df51;
    background: linear-gradient(#c2df51, #77B724);
}

.gradient_mavi {
    border: 1px solid #929393;
    box-shadow: #d4f8f8 1px 1px 0px inset;
    background: #b2f2f3;
    background: linear-gradient(#b2f2f3, #4ee1e3);
}

.gradient_sari {
    border: 1px solid #929393;
    box-shadow: #fee882 1px 1px 0px inset;
    background: #fed55a;
    background: linear-gradient(#fed55a, #FCA128);
}

.gradient_bg {
    background: #97bede;
    background: linear-gradient(#97bede, #FFFFFF);
}

.margin_auto {
    display: block;
    margin: 0 auto
}

.border_gri {
    border: 1px solid #d4d4d4
}

.padding_link_20 {
    padding: 0 20px;
    display: block
}

.padding_yan_20 {
    padding: 0 20px
}

.padding_dik_20 {
    padding: 20px 0
}

.padding_20 {
    padding: 20px
}

.padding_dik_10 {
    padding: 10px 0
}

.padding_10 {
    padding: 10px
}

.shadow {
    box-shadow: #666 3px 3px 4px;
}

.shadowleft {
    box-shadow: #666 -1px 3px 4px;
}

.radius_3 {
    border-radius: 3px;
}

.radius_5 {
    border-radius: 5px;
}

.radius_8 {
    border-radius: 8px;
}

.linkblock {
    display: block;
}

.height1 {
    height: 1px;
}

.fullink {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg_gr {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14));
}

.bg_grlink {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14))
}

    .bg_grlink:hover {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0));
    }

/******************************************************
						Header
******************************************************/
#header {
    float: left;
    width: 100%;
    position: relative;
}

.container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.rows {
    float: left;
    width: 100%;
}

.mobilmenu_butonyer {
    display: none;
}

.fullink {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 100%;
}

.checkboxx label:after,
.radioo label:after {
    content: '';
    display: table;
    clear: both;
}

.checkboxx .cr,
.radioo .cr {
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 0.25em;
    color: #fff;
    display: inline-block;
    float: left;
    height: 20px;
    margin-right: 0.5em;
    position: relative;
    width: 20px;
    margin-top: 0;
}

.radioo .cr {
    border-radius: 50%;
}

    .checkboxx .cr .cr-icon,
    .radioo .cr .cr-icon {
        color: #e2e0e9;
        font-size: 14px;
        left: 16%;
        line-height: 0;
        position: absolute;
        top: 50%;
    }

    .radioo .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkboxx label input[type="checkbox"],
.radioo label input[type="radio"] {
    display: none;
}

    .checkboxx label input[type="checkbox"] + .cr > .cr-icon,
    .radioo label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .5s ease-in-out;
    }

    .checkboxx label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radioo label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkboxx label input[type="checkbox"]:disabled + .cr,
    .radioo label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.label_yazi {
    font-size: 17px;
    line-height: 20px;
}


header.header {
    width: 100%;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    height: 100px;
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

    header.header.header_fix {
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        height: 50px;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        background-color: #fff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

.header_after {
    margin-top: 100px;
}

.logo h1 {
    width: 0;
    height: 0;
    overflow: hidden;
}

.logo img {
    display: block;
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

nav.menu ul {
    display: flex;
    height: 100%;
}

    nav.menu ul li a {
        display: flex;
        align-items: center;
        height: 100%;
        font-weight: bold;
        color: #000;
        padding: 0 26px;
        font-size: 18px;
        position: relative;
    }

        nav.menu ul li a:after {
            content: "";
            bottom: 0;
            left: 0;
            right: 0;
            width: 0;
            height: 12px;
            background-color: #e2e0e9;
            position: absolute;
            top: 9px;
            margin: auto;
            z-index: -1;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
        }

        nav.menu ul li a:hover:after {
            width: 100%;
            -webkit-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
        }

nav.menu {
    height: 100%;
}




.tel a {
    margin: 0 50px;
    color: #000;
    font-weight: bold;
}

.logo {
    width: 158px;
    height: 167px;
    padding: 20px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.header_fix .logo {
    width: 90px;
    height: 90px;
    padding: 13px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.tel a i {
    color: #181b23;
}

.header_language a {
    color: #000;
    font-weight: bold;
}

    .header_language a i {
        color: #181b23;
    }

.header_language {
    position: relative;
}

.language_drop {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: 200ms all;
    -webkit-transition: 200ms all;
    -moz-transition: 200ms all;
    -ms-transition: 200ms all;
    -o-transition: 200ms all;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.20);
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translate(0,-20px);
    -webkit-transform: translate(0,-20px);
    -moz-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
}
/*.header_language:focus-within .language_drop { 
	opacity: 1;
	visibility: visible;
	z-index: 5;
	transform: translate(0,10px);
	-webkit-transform: translate(0,10px);
	-moz-transform: translate(0,10px);
	-ms-transform: translate(0,10px);
	-o-transform: translate(0,10px);
}*/

section.home_aboutus {
    background-color: #F6F5FA;
    padding: 80px 0;
    float: left;
    width: 100%;
}

.home_aboutus_box {
    display: flex;
    max-width: 1120px;
    width: 95%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin: auto;
}

.home_aboutus_details {
    position: absolute;
    top: 9%;
    max-width: 570px;
    width: 100%;
    background-color: #fff;
    left: 0;
    padding: 80px;
}

header.siteheader {
    float: left;
    width: 100%;
}

    header.siteheader h4 {
        font-size: 16px;
        letter-spacing: 2px;
    }

    header.siteheader.siteheader_left {
        padding-left: 65px;
        position: relative;
        margin-bottom: 20px;
    }

        header.siteheader.siteheader_left:after {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 42px;
            height: 1px;
            margin: auto;
            background-color: #000;
            content: "";
        }

.home_aboutus_details h3.font_corm {
    font-size: 36px;
    margin-bottom: 28px;
}

.home_aboutus_details p {
    font-size: 18px;
}

header.siteheader.siteheader_center {
    display: flex;
    justify-content: center;
}

.siteheader_center h4:after {
    content: "";
    position: absolute;
    left: 117%;
    height: 1px;
    width: 40px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
}

.siteheader_center h4:before {
    content: "";
    position: absolute;
    right: 117%;
    height: 1px;
    width: 40px;
    background-color: #000;
    top: 0;
    bottom: 0;
    margin: auto;
}

.siteheader_center h4 {
    position: relative;
}

.sitelink {
    color: #000;
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
    font-weight: bold;
    padding-bottom: 2px;
    overflow: hidden;
}

    .sitelink:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #000;
    }



    .sitelink:before {
        content: "";
        position: absolute;
        right: -100%;
        width: 100%;
        height: 1px;
        bottom: 0;
        z-index: 5;
        background-color: #fff;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

    .sitelink:hover:before {
        right: 100%;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
    }

section.home_rooms {
    float: left;
    width: 100%;
    background-color: #E2E0E9;
    padding: 80px 0;
}

.home_rooms_flex {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_rooms_img {
    width: 50%;
}

.home_rooms_details {
    width: 44%;
    padding-right: 20%;
}

    .home_rooms_details p {
    }

    .home_rooms_details h3 {
        margin-bottom: 20px;
        font-size: 36px;
    }

section.home_testimonials {
    float: left;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}

.home_testimonials h3 {
    padding: 30px 0;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
}



a.prev1 {
    position: absolute;
    top: 290px;
    left: 0;
    color: #181b23;
}

.home_testimonials_slider {
    position: relative;
}

a.next1 {
    position: absolute;
    top: 290px;
    right: 0;
    color: #181b23;
}

.testimonialsslider_details {
    float: left;
    width: 100%;
    padding: 0 7%;
    text-align: center;
}

.testimonialsslider_person {
    padding: 30px 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonialsslider_person img {
        border-radius: 50%;
        margin-right: 20px;
    }

header.content_header {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.content_header h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 3%;
    display: flex;
    align-items: center;
    font-size: 3.906vw;
    font-weight: bold;
    z-index: 10;
}

.content_header picture {
    position: relative;
}

    .content_header picture:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: linear-gradient(89.96deg, #FFFFFF -0.75%, rgba(255, 255, 255, 0) 66.29%);
    }

section.contents {
    padding: 80px 0;
    float: left;
    width: 100%;
}

.overview_content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.overview_content_left {
    position: absolute;
    top: 13%;
    width: 50%;
    left: 0;
    background-color: #fff;
    padding: 80px;
    z-index: 4;
}

    .overview_content_left h3 {
        margin-bottom: 20px;
        font-size: 36px;
    }

.overview_content_video {
    position: relative;
    z-index: 3;
}

.videobutton_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contents h3.font_corm {
    padding-bottom: 20px;
    font-size: 36px;
}

section.content_gallery {
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #F6F5FA;
}

.gallery_list ul {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery_list {
    float: left;
    width: 100%;
}

    .gallery_list ul li {
        width: 25%;
        padding: 10px;
    }

        .gallery_list ul li img {
            display: block;
        }

.facilities_content_left {
    font-size: 18px;
}

.contactus_top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    column-gap: 20px;
}

.contactus_top_box {
    background-color: #F6F5FA;
    flex: 1;
    padding: 47px;
}

    .contactus_top_box a {
        color: #000;
    }

    .contactus_top_box p {
        margin-bottom: 0;
    }

.contactus_top {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    column-gap: 20px;
}

.contactus_top_box {
    background-color: #F6F5FA;
    flex: 1;
    padding: 47px;
}

    .contactus_top_box a {
        color: #000;
    }

    .contactus_top_box p {
        margin-bottom: 0;
    }

.contactform {
}

.form_satir span {
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: 100%;
    display: block;
}

.form_satir input[type="text"] {
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    margin-top: 2px;
}

.form_satir input[type="email"] {
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 10px;
    margin-top: 2px;
}

.form_satir textarea {
    float: left;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-top: 2px;
}

.form_satir {
    margin-top: 24px;
}

    .form_satir button {
        font-size: 16px;
        position: relative;
        font-weight: 700;
        padding-bottom: 10px;
    }

        .form_satir button:hover {
            color: #8dc75d;
        }

        .form_satir button::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 50%;
            height: 1px;
            background-color: #ccc;
            margin: auto;
        }

.maps iframe {
    display: block;
}
/******************************************************
						İçerik
******************************************************/
.main {
    float: left;
    width: 100%;
    position: relative;
}

/******************************************************
						Footer
******************************************************/
.footer {
    float: left;
    width: 100%;
    position: relative;
    background-color: #4D5560;
    padding: 80px 0;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            opacity: .8;
        }


a.prev1 {
    position: absolute;
    top: 290px;
    left: 0;
    color: #181b23;
}

.home_testimonials_slider {
    position: relative;
}

a.next1 {
    position: absolute;
    top: 290px;
    right: 0;
    color: #181b23;
}

.testimonialsslider_details {
    float: left;
    width: 100%;
    padding: 0 7%;
    text-align: center;
}

.testimonialsslider_person {
    padding: 30px 0;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .testimonialsslider_person img {
        border-radius: 50%;
        margin-right: 20px;
    }

.footer_flex {
    display: flex;
    justify-content: space-between;
}

.footer_box {
    flex: 1;
}

.footer_box_4 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    color: #fff;
}

.footer_box_2 {
    color: #fff;
}

.f_social {
    margin-top: 24px;
}

    .f_social i {
        width: 21px;
        text-align: center;
        margin-right: 14px;
    }

    .f_social li {
        padding-bottom: 10px;
    }

footer.footer_bottom {
    float: left;
    width: 100%;
    background-color: #2B313A;
    padding: 20px 0;
}

.footer_bottom_flex {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .footer_bottom_flex .menu ul li a {
        color: #88919E;
    }

section.reservation_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #181b23;
    padding: 17px 0;
    z-index: 20;
}


footer.footer_bottom {
    float: left;
    width: 100%;
    background-color: #2B313A;
    padding: 20px 0;
}

.footer_bottom_flex {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .footer_bottom_flex .menu ul li a {
        color: #88919E;
    }

section.reservation_fix {
    position: relative;
    float: left;
    width: 100%;
    background-color: #29292a;
    padding: 17px 0;
    z-index: 20;
}

.check_yer {
    float: left;
    width: 100%;
}

div#res_r_box {
    float: left;
    width: 100%;
}

div#res_r_box_h {
    float: left;
    width: 100%;
}

table#res_r_box_h_table {
    float: left;
    width: 100%;
    background: transparent !important;
}

#td_res_adult select {
    display: block;
    float: left;
    width: 100%;
    background-color: transparent;
    border: 0;
    color: #fff;
}

table#res_r_box_h_table tbody > tr {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

table#res_r_box_h_table > tbody > tr > td {
    flex: 1;
}

td#td_res_checkin input {
    display: block;
    float: left;
    width: 100% !important;
    border: 0 !important;
    background-color: transparent !important;
    color: #fff !important;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

td#td_res_checkout input {
    display: block;
    float: left;
    width: 100% !important;
    border: 0 !important;
    background-color: transparent !important;
    color: #ffffff !important;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
    font-weight: normal !important;
    font-size: 18px !important;
}

td#td_res_checkin {
    position: relative;
    border-right: 1px solid #fbfbfc;
    font-size: 16px;
    color: #181b23 !important;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
    font-weight: normal !important;
    line-height: 20px;
    vertical-align: top;
}

#td_res_checkin a {
    position: absolute;
    top: 11px;
    right: 34px;
    width: 22px;
    height: 30px;
    text-align: center;
}

#td_res_checkout a {
    position: absolute;
    top: 11px;
    right: 34px;
    width: 22px;
    height: 30px;
    text-align: center;
}

    #td_res_checkout a img {
        display: none;
    }

    #td_res_checkout a:after {
        content: "\f073";
        font-family: 'Font Awesome 5 Free';
        font-size: 20px;
        color: #29292a;
    }

#td_res_checkin a img {
    display: none;
}

#td_res_checkin a:after {
    content: "\f073";
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: #29292a;
}

td#td_res_checkout {
    padding-left: 20px;
    position: relative;
    border-right: 1px solid #fbfbfc;
    font-size: 16px;
    color: #181b23 !important;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
    font-weight: normal !important;
    line-height: 20px;
    vertical-align: top;
}

td#td_res_adult {
    padding-left: 20px;
    position: relative;
    border-right: 1px solid #fbfbfc;
    font-size: 16px;
    color: #181b23 !important;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
    font-weight: normal !important;
    line-height: 20px;
    vertical-align: top;
    padding-right: 20px;
}

td#res_child_selection {
    padding-left: 20px;
    position: relative;
    border-right: 1px solid #fbfbfc;
    font-size: 16px;
    color: #181b23 !important;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
    font-weight: normal !important;
    line-height: 20px;
    vertical-align: top;
    padding-right: 20px;
}

#td_res_adult select {
    display: block;
    float: left;
    width: 100%;
    background-color: #29292a;
    border: 0;
    color: #fff;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
}

#res_child_selection select {
    display: block;
    float: left;
    width: 100%;
    background-color: #181b23;
    border: 0;
    color: #fff;
    font-family: 'Jost', "Trebuchet MS", sans-serif !important;
}


table.cpBorder {
    max-width: 500px;
    width: 100%;
}

td#td_res_button {
    padding: 0 20px;
}

    td#td_res_button input {
        background-color: #fff !important;
        width: 100% !important;
        border: 0;
        padding: 8px 0;
        border-radius: 30px;
        font-family: 'Jost', "Trebuchet MS", sans-serif !important;
        font-size: 18px !important;
        color: #181b23 !important;
    }

    td#td_res_button span {
        width: 100%;
        display: block;
        float: left;
    }

.header_language_1 a {
    font-weight: 700;
    color: #000;
}
/*
div#pCalendar {
    max-width: 500px;
    width: 100%;
}
 
.cpBorder > tbody > tr > td > center > table {width: 100%;}

td.cpDayColumnHeader {
    text-align: center !important;
    border: 1px solid #eee !important;
    padding: 10px;
}

td.cpMonthNavigation {
    padding: 10px;
    background-color: #6eceeb !important;
}

td.cpMonthNavigation a {
    background-color: #6eceeb !important;
    color: #181b23 !important;
}

td.cpMonthNavigation span {
     background-color: #6eceeb !important;
    color: #181b23 !important;
}

td.cpCurrentDate {
    background-color: #6eceeb !important;
}

.cpBorder > tbody > tr > td > center > table td {
    padding: 7px;
} */

.testimonialsslider_company {
    float: left;
    width: 100%;
    text-align: center;
    height: 45px;
}


.menu_nav li {
    position: relative;
}

.menu_drop {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #181b23;
    width: 100%;
    display: none;
    padding: 0 10px;
    min-width: 214px;
}

    .menu_drop::after {
        content: "\f2f8";
        font-family: Material-Design-Iconic-Font;
        top: -25px;
        left: 10%;
        color: #181b23;
        position: absolute;
        font-size: 30px;
    }

ul.subs {
    padding-right: 40px;
    flex-direction: column;
}

    ul.subs li {
        height: auto;
    }

.subs li a:after {
    display: none !important;
}

ul.subs li a {
    font-size: 16px;
    color: #fff !important;
    height: auto;
    padding: 10px 10px !important;
}

    ul.subs li a:hover {
        color: #ccc;
        font-style: italic;
    }

ul.subs h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #333;
}

@media screen and (min-width: 0px) and (max-width: 1066px) {
    .menu > ul > li > a::after {
        display: none;
    }

    nav.menu ul li a {
        border-bottom: 1px dashed #bccf00;
        width: 100%;
        padding: 10px 18px;
        height: auto;
    }

    .anasayfa_slider_scrollmask {
        display: none;
    }

    .menu_drop {
        position: relative;
        float: left;
        width: 100%;
        top: auto;
        left: auto;
        min-width: auto;
        background-color: #89c557;
    }

    .menu ul {
        flex-wrap: wrap;
        width: 100%;
    }

    .menu_drop ul li a {
        color: #fff;
        padding: 12px 18px;
        display: inline-block;
        font-weight: 700;
        width: 100%;
        border-bottom: 1px solid #5D8D3E;
    }

.menuaktif {
    color: #89c557 !important;
}