﻿@charset "UTF-8";

/* Büyük Cihazlar , Geniş Ekranlar */
@media only screen and (max-width: 1960px) {

    .TabContainer {
        width: 61%;
    }

}

/* Büyük Cihazlar , Geniş Ekranlar */
@media only screen and (max-width: 1700px) {

    .TabContainer {
        width: 85%;
    }

}

/* Büyük Cihazlar , Geniş Ekranlar */
@media only screen and (max-width: 1170px) {

    .HeaderSearch {
        margin-bottom: 25px;
    }

    .TabContainer {
        width: 94%;
    }

    .OtelListBox {
        width: 50%;
    }

    #SliderPanel {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: table;
        background: url("/static/app/images/header-bg.png") top center no-repeat;
        height: 300px;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin-bottom: -174px;
        position: relative;
    }

    #SliderPanel .item img {
        width: 100%;
        height: 0px;
        margin-bottom: 295px;
    }

    #SliderPanel .owl-prev, #SliderPanel .owl-next {
        display: none;
    }

    .GalleryHeightOne {
        height: auto !important;
    }

    .GalleryHeightTwo {
        height: auto !important;
        width: 100%;
    }

}

/* Orta Cihazlar, Masaüstü */
@media only screen and (max-width: 1100px) {

    .ReferanceOtelBox h2 {
        margin-top: 15px;
        height: auto;
    }

    .ReferanceOtelBox:after {
        height: 65%;
    }

    .hotel-inside-page {
        padding-top: 20px;
    }

    .breadcrumb {
        font-size: 11px;
    }

    .hotel-inside-page h1 {
        font-size: 19px;
    }

    .hotel-inside-page .breadcrumb a {
        font-size: 11px;
    }

    footer {
        text-align: center;
    }

    .social-media {
        width: auto;
        float: unset;
        display: inline-block;
    }

    .ContacTFooter a {
        float: unset;
        display: inline-block;
    }

    .ReferanceOtelBox .suggestion-hotel-link {
        width: 100%;
    }

    .margin_60 {
        margin-top: 60px;
        float: left;
        width: 100%;
        position: relative;
        z-index: 77;
    }

    .mblyk {
        display: none;
    }

    .OtelİnsidePage {
        margin-top: 45px;
    }

    .OtelMapsBtn {
        margin-top: 0px;
    }

    .RightSideBar {
        border-left: 1px solid rgba(0, 0, 0, 0);
        padding-top: 0px;
        padding-left: 0px;
    }

    .slidertheme .owl-controls .owl-buttons .owl-prev {
        left: 10px;
        top: 40%;
        width: 32px;
        height: 32px;
    }

    .slidertheme .owl-controls .owl-buttons .owl-next {
        right: 10px;
        top: 40%;
        width: 32px;
        height: 32px;
    }

    .slidertheme .owl-controls .owl-buttons .owl-prev i {
        margin-top: 9px;
        font-size: 14px;
        margin-left: 0px;
    }

    .slidertheme .owl-controls .owl-buttons .owl-next i {
        margin-top: 9px;
        font-size: 14px;
        margin-left: 3px;
    }

    .none_ {
        display: block;
    }

    .hide-on-mobile {
        display: none !important;
        width: 0;
        height: 0;
    }

    .mobile-full-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .mobile-padding-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .TabContainer {
        width: 98%;
    }

    .StepBack {
        margin-top: 50px;
    }

    #checkout-progress .progress-bar .step:after {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) perspective(1000px);
        transform: translate(-50%, -50%) perspective(1000px);
        width: 36px;
        height: 36px;
        background-color: #fff;
        border-radius: 50%;
        border: 3px solid #4f5f6f;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }

    #checkout-progress {
        width: 70%;
        line-height: 18px;
    }

    #checkout-progress .progress-bar .step .step-label {
        font-size: 13px;
    }

    #checkout-progress .progress-bar .step.active .step-label {
        font-size: 13px;
        margin-top: 13px;
    }

    header {
        display: none;
    }

    .DateOne {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .062);
        border-right: none !important;
    }

    .mobil-header {
        float: left;
        width: 100%;
        display: block;
        background: #fff;
        height: 91px;
        -webkit-box-shadow: 0px 8px 25px 1px rgba(183, 191, 203, 0.59);
        -moz-box-shadow: 0px 8px 25px 1px rgba(183, 191, 203, 0.59);
        box-shadow: 0px 8px 25px 1px rgba(183, 191, 203, 0.59);
        position: absolute;
        /*z-index: 99999999;*/
        z-index: 999;
    }

    .GirisCikisData, .DateData input::-webkit-input-placeholder {
        font-family: 'Gotham Rounded';
        font-size: 14px;
        font-weight: 500;
        color: #4f5f6f;
        letter-spacing: 0px;
    }

    .DateData input {
        padding-left: 40px;
    }

    .DateOne i {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .MegaTitle {
        text-align: center;
        font-size: 17px;
        margin-top: 25px;
        margin-bottom: 25px;
        color: #4f5f6f;
        display: inline-block;
        width: 100%;
    }

    .MegaTitle b {
        color: red;
    }

    .mobilCtr {
        margin: 0 auto;
        text-align: center;
        display: table;
        margin-top: 35px;
    }

    .CategoriTit {
        font-size: 18px;
    }

    .select2-container--default .select2-selection--single {
        height: 60px;
        padding-left: 32px;
        color: #4f5f6f;

    }

    .itemtitle {
        text-align: center;
        margin: 0 auto;
        display: table;
        float: none;
        margin-bottom: 25px;
    }

    .İtemL {
        width: 46%;
        margin-bottom: 25px;
    }

    .header-search-form-without-button {
        background: #FFF;
        float: left;
        margin: 0 20px;
        border-radius: 10px;
    }

    .TabContainer {
        width: 100%;
        position: relative;
        margin: 0 auto;
        display: table;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: transparent;
        padding: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        top: -100px;
        border-radius: 0px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        margin-bottom: -40px;
    }

    .DateOne {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .062);
        border-right: none !important;
    }

    .FullBtnSearch {
        width: 100px !important;
        border: none;
        margin: 0 auto;
        display: table;
        float: none;
        position: relative;
        top: 10px;
    }

    .datepicker-dropdown.returning-set {
        left: 0px
    }

    .general-travel-planner .travel-planner-in .planner-elements .tab-container .tab-area .travel-planner-inner .element-list .list .date-row .col {
        width: 50%;
    }

    .CatBox .DisC {
        float: left;
        position: relative;
        top: 15px;
    }

    .OdaForm .DateWidthX {
        width: 100%;
    }

}

@media only screen and (max-width: 768px) {
    .sabitbar {
        display: block;
    }

    .ClickNumber {
        display: none;
    }

    .CatBox {
        padding: 10px;
    }

    .CatBox h1 {
        z-index: 9;
        float: left;
        display: inline-block;
        width: 100%;
        margin-right: 15px;
        margin: 0px;
    }

    .footerMenu ul {
        width: 100%;
        margin-bottom: 10px;
    }

    .Copyright {
        padding: 0 34px;
    }

    .imageBoxingTwo img {
        width: auto;
    }

    .FH {
        float: right;
        top: 0px;
        display: block;
        width: 100%;
        margin-top: 5px;
    }

    .CatBox .DisC {
        float: left;
        position: relative;
        top: 15px;
        margin-bottom: 35px;
        right: 0px;
    }

    .filterT {
        height: auto;
        float: left;
        margin-bottom: 0px;
    }

    .general-travel-planner .travel-planner-in .planner-elements .tab-container .tab-area .travel-planner-inner .element-list .list .date-row .col {
        width: 100%;
    }

    .checkboxesTwo {
        height: 45px;
    }

    .ReferanceOtelBox h2 a {
        font-size: 16px;
    }

    .İtemL {
        width: 43%;
        margin-bottom: 25px;
    }

    .OtelMapsBtn {
        float: left;
        background: red;
        color: #fff;
        font-size: 12px;
        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border-radius: 3px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        width: 100% !important;
        text-align: center;
        margin-top: 15px;
        display: none;
    }

    .KonaklamaTuru {
        width: 32%;
        margin-top: 10px;
    }

    .webui-popover {
        /*height: 100%;*/
        /*position: fixed;*/
        background: #fff;
        /*z-index: 999;*/
        /*width: 100%;*/
        /*left: 0;*/
    }

    .OtelİnsidePage h1 a {
        font-size: 21px;
    }

    .OdaForm .DateOne {
        width: 100%;
    }

    .OdaForm .DateWidthX {
        width: 100%;
    }

    .BtnDateFormWi {
        padding: 0px;
        float: left;
    }

    .button--largeTwo {
        margin: 0 auto;
        text-align: center;
        display: table;
        float: none;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .TagList ul li {
        width: 50%;
        display: block !important;
        float: left;
    }

    .TagList ul li a {
        width: 100%;
        display: block !important;
        float: left;
    }

    .webui-popover {
        /*    width: 100% !important;*/
        /*    top: 0px !important;*/
        left: 0px !important;
        /*    height: 100%;*/
        /*    padding-top: 50px;*/
    }

    .WhoList ul li {
        width: 100%;
    }

    .OtelİnsidePage .breadcrumb {
        display: none !important;
    }

    .webui-popover-inner .close {
        font-size: 14px;
        font-weight: bold;
        opacity: 1;
        text-decoration: none;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 15px;
        width: 100%;
        height: 34px;
        line-height: 32px;
        text-align: center;
        text-shadow: none;
        letter-spacing: 1.5px;
        color: #4f5f6f;
        border-bottom: 1px solid rgba(0, 0, 0, .05);
        text-align: center;
        background: rgba(0, 0, 0, .015);

    }

    .webui-popover-inner .close:hover,
    .webui-popover-inner .close:focus {

    }

    .webui-popover-inner .close:after {
        content: "X";
        position: relative;
        font-family: 'Gotham Rounded';
        color: #fff;
        background: red;
        width: 32px;
        height: 32px;
        border-radius: 50px;
        text-align: center;
        display: table;
        margin: 0 auto;
        margin-top: 14px;
    }

    .DateOne i {
        font-size: 16px;
    }

    .imageCoverBackgroundLazyCat {
        width: 100%;
        margin-bottom: 15px;
        height: 250px;
    }

    .GirisCikisData, .DateData input::-webkit-input-placeholder {
        font-family: 'Gotham Rounded';
        font-size: 14px;
        font-weight: 500;
        color: #4f5f6f;
        letter-spacing: 0px;
    }

    .HeaderSearchBackground {
        height: 298px;
    }

}

/* Extra Small Cihazları, Telefonlar */
@media only screen and (max-width: 650px) {

    .select2-container .select2-selection--single .select2-selection__rendered {
        white-space: pre-wrap;
        height: 56px;
    }

    .LeftCategoriesBar {
        padding-top: 0;
        margin-top: 0;
    }

    .LeftCategoriesBar .accordion-content {
        display: none;
    }

    .date-picker-wrapper.no-topbar {
        left: 0 !important;
        width: 100% !important;
        padding: 12px 21px 8px;
    }

    #SiteContent {
        padding-top: 0;
    }

    .date-picker-wrapper .month-wrapper {
        align-content: center !important;
        justify-content: center !important;
    }

    .date-picker-wrapper .month-wrapper table {
        margin: auto !important;
        float: unset !important;
    }

    .date-picker-wrapper table .caption .prev {
        /*left: 0 !important;*/
    }

    .date-picker-wrapper table .caption .prev i {
        padding: 0 !important;
    }

    .date-picker-wrapper table .caption .next {
        /*right: 0 !important;*/
    }

    .date-picker-wrapper table .caption .next i {
        padding: 0 !important;
    }

    /*.webui-popover.in {*/
    /*    z-index: 999999999;*/
    /*    left: 0 !important;*/
    /*}*/
    /*.select2-dropdown {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    z-index: 999999999;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    width: auto !important;*/
    /*    margin-left: 0;*/
    /*    margin-top: 0;*/
    /*}*/
    .İtemL {
        width: 100%;
    }

    .KonaklamaTuru {
        width: 100%;
        margin-top: 10px;
    }

    .HemenAl {
        float: left;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .imageCoverBackgroundLazyCat {
        width: 100%;
        margin-bottom: 15px;
        height: 205px;
    }

    .BlogTitle a {
        font-size: 16px;
    }

    .TagList {
        float: left;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .TagList ul li {
        width: 100%;
        display: block !important;
        float: left;
    }

    .col-xx-1, .col-xx-2, .col-xx-3, .col-xx-4, .col-xx-5, .col-xx-6, .col-xx-7, .col-xx-8, .col-xx-9, .col-xx-10, .col-xx-11, .col-xx-12 {
        float: left;
    }

    .col-xx-12 {
        width: 100%;
    }

    .col-xx-11 {
        width: 91.66666667%;
    }

    .col-xx-10 {
        width: 83.33333333%;
    }

    .col-xx-9 {
        width: 75%;
    }

    .col-xx-8 {
        width: 66.66666667%;
    }

    .col-xx-7 {
        width: 58.33333333%;
    }

    .col-xx-6 {
        width: 50%;
    }

    .col-xx-5 {
        width: 41.66666667%;
    }

    .col-xx-4 {
        width: 33.33333333%;
    }

    .col-xx-3 {
        width: 25%;
    }

    .col-xx-2 {
        width: 16.66666667%;
    }

    .col-xx-1 {
        width: 8.33333333%;
    }

}