@media (max-width: 991px) {
    .header .top .phone {
        float: left;
        text-align: left;
        margin-left: -26px;
    }
}

/*#travelusWidgetV1 input, input:focus,select:focus{
    border-radius: 0 !important;
    outline: none;
    box-shadow: none;
    height: 40px;
    font-size: 14px;
    background-color: #f5f5f5 !important;
    color: #333 !important;
}

#travelusWidgetV1 input{
    display: block;
    height: 34px;
    padding: 6px 12px!important;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width: 100%!important;
    float: left!important;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background-color: #f5f5f5 !important;
    color: #333 !important;
}

#travelusWidgetV1 select {
    width: 20%;
    height: 40px;
    padding-right: 43px;
    padding-left: 10px;
    border-radius: 4px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#travelusWidgetV1  #dateCol1{
    width: 20%!important;
}

#travelusWidgetV1  #dateCol2{
    width: 20%!important;
}*/

#travelusWidgetV1 button {
    line-height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #ed553b;
    color: #fff !important;
    padding: 4px 0px !important;
    margin-top: -25px;
}

#travelusWidgetV1 button:hover {
    line-height: 40px;
    padding: 0;
    font-size: 1.6rem;
    font-weight: bold;
    background: #ffac41;
    color: #fff !important;
}

#travelusWidgetV1 .widget_container {
    padding: 10px;
}

div#travelusWidgetV1 {
    background-color: #0C242E;
    box-shadow: 9px 10px 18px 0px #0C242E;
    margin-bottom: 20px;
    border-radius: 10px;
}

div#travelusWidgetV1 form {
    padding-top: 10px;
}

div#travelusWidgetV1 button {
    border-radius: 4px !important;
}

.header .navigation .menu > li > a {
    text-transform: uppercase;
}

.room-item .inner-content {
    min-height: 240px;
}

@media (min-width: 992px) {
    div#travelusWidgetV1 {
        position: relative;
        z-index: 100;
        margin-top: -100px;
        padding: 20px;
    }

    #travelusWidgetV1 input, #travelusWidgetV1 select, input:focus, select:focus {
        padding: 13px;
    }

}

@media (max-width: 768px) {
    div#travelusWidgetV1 {
        position: relative;
        z-index: 100;
        margin-top: -37px;
        padding: 20px;
    }

    #travelusWidgetV1 input, #travelusWidgetV1 select, input:focus, select:focus {
        padding: 13px;
    }

}

select, input, input[type="email"], input[type="search"], input[type="password"], input[type="number"], input[type="date"], input[type="tel"], textarea, .stm_select, .form-control {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    padding: 12px 13px;

    vertical-align: top;
    font-size: 16px;
    color: #999;
    height: auto;
    background-color: #f5f5f5;
    border: 2px solid #f5f5f5;
    line-height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    min-height: 40px;
}

select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
    background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
}

select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
    background-position: calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
    background-size: 5px 5px,
    5px 5px,
    1.5em 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}

#dateCol1:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f073";
    color: #555;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    top: 13px;
}

#dateCol1::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

#dateCol1::-webkit-inner-spin-button {
    z-index: 1;
}

#dateCol1::-webkit-clear-button {
    z-index: 1;
}

#dateCol2:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f073";
    color: #555;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    top: 13px;
}

#dateCol2::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    color: transparent;
    background: transparent;
}

#dateCol2::-webkit-inner-spin-button {
    z-index: 1;
}

#dateCol2::-webkit-clear-button {
    z-index: 1;
}

div#widget .call-us-button {
    display: block;
    position: absolute;
    margin-top: -39px;
    left: 50%;
    margin-left: -132px;
    width: 264px;
    background: #efb02b;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 30px;
    padding: 5px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
    text-align: center;
}

.modal-header .close {
    margin-top: -2px;
    color: black;
}

.header .navigation .logo {
    position: unset;
    background: transparent;
    left: 44%;
    margin-left: -25px;
    border: 1px solid transparent;
    width: 190px;
    height: auto;
    padding: 10px;
    z-index: 20;
    top: -41px;
    float: left;
}


.header .navigation {
    background: transparent;
    position: relative;
    margin-bottom: 10px;
}

.header .navigation .menu > li > a {
    padding: 12px 15px;
}

.top {
    display: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header .navigation .menu > li > a {
        padding: 12px 8px;
    }

    .header .navigation .logo {
        width: 100px;
    }
}

@media (max-width: 992px) {
    .top {
        display: block;
    }
}

.navigation .menu {
    width: 100%;
}



.sticky + .tab {
    padding-top: 300px;
}
.header .navigation .menu {
    padding-top: 21px;
}
@media (min-width: 992px){
    .header .navigation .menu {
        padding-top: 81px;
    }

    .sticky {
        position: fixed!important;
        top: 0;
        width: 100% !important;
        z-index: 1000;
        padding-top: 0 !important;
        background-color: white!important;
    }
    .sticky {
        width: 970px!important;
    }

    .header .navigation .sticky .menu {
        padding-top: 21px;
    }
}
@media (min-width: 1200px){
    .sticky {
       width: 1170px!important;
    }
}
#navigator{
    padding: 0 10px 0 25px;
}

#detail-reserv {
    background: /*#fecd08*/ #0c242e;
    margin: 10px 0;
    position: relative;
    z-index: 99;
    padding: 12px 0;
    border-radius: 10px;
}

#detail-reserv input, #detail-reserv select {
    color: #333;
    font-size: 13px;
    background: #ffffff;
    border: 0;
    height: 50px;
    border-radius: 0;
}

.btn1 {
    display: inline-block;
    padding: 8px 30px;
    color: #fff;
    background-color: #ff4858;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    border: 0px;
    border-radius: 0px;
    outline: none;
    border: 2px solid #ffffff;
}

.btn1.success {
    background-color: #5cb85c;
    border-bottom: 2px solid #468E46;
}

#detail-reserv button {
    min-height: 50px;
    width: 100%;
    padding: 0 20px;
    border: 2px solid #fff;
    border-radius: 0;
    font-weight: 600;
}

#detail-reserv #odalar {
    clear: both;
    background: #ffffff;
}

#detail-reserv #odalar .hotel-room-box {
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

#detail-reserv #odalar .hotel-room-box:nth-child(even) {
    background: #fdf8e6;
}

#detail-reserv #odalar .old-price-discount {
    font-size: 16px;
    font-weight: 600;
    color: #ff4858;
}

#detail-reserv #odalar .old-price {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 600;
}

#detail-reserv #odalar .price-title {
    font-size: 16px;
    font-weight: 600;
    color: #0c67ff;
}

#detail-reserv #odalar .price {
    font-size: 20px;
    font-weight: 900;
    color: #585858;
}

#detail-reserv label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#detail-reserv .row {
    padding: 10px;
}

#detail-reserv .col-md-4, #detail-reserv .col-sm-4, #detail-reserv .col-xs-4 {
    padding: 7.5px 15px;
}

#detail-reserv .form-group span {
    margin-top: 18px;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}
.bs-wizard {
    margin-top: 5px;
    margin-bottom: 5px;
}

.bs-wizard {
    border-bottom: none;
    padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

#main {
    position: relative;
    z-index: 2;
}
section.bread{
    background-image: linear-gradient(45deg, rgb(116, 127, 127) 0%, rgb(255, 72, 88) 100%) !important;
    background-position-x: initial !important;
    background-position-y: initial !important;
    background-size: initial !important;
    background-repeat-x: initial !important;
    background-repeat-y: initial !important;
    background-attachment: initial !important;
    background-origin: initial !important;
    background-clip: initial !important;
    background-color: initial !important;
}
#main .bread .bread-inner {
    position: relative;
    float: left;
    width: 100%;
    height: 100px;
    z-index: 5;
}

#main .bread .bread-inner .caption {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 200;
    text-shadow: 1px 1px 1px #717171;
    letter-spacing: -1px;
    color: white;
}
#main .bread .bread-inner .caption .word1 {
    font-weight: 700;
}
#main .content .content-body {
    float: left;
    width: 100%;
    padding: 11px;
    background-color: white;
}
#main .content .wrapper {
    position: relative;
    padding: 0px 0px;
    margin-top: -6px;
    z-index: 10;
}
#main .content {
    background: #f4f4f4;
}

.online-section-title {
    line-height: 30px;
    font-size: 20px;
    font-weight: 300;
    color: #f14a4a;
    border-bottom: solid 1px #f14a4a;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#main .form-horizontal .control-label {
    padding-top: 0;
    font-weight: 700;
}

#main .form-control, .form-control:focus {
    height: 50px;
}
#main select,#main input{
    margin: 5px 0 5px;
}
#main .control-label{
    font-weight: 700;
}

.gribg {
    background: #efb02b;
    padding: 15px;
}
.gribg .p5{
    padding-top: 10px;
}
.online-section-subtitle{
    font-weight: 700;
}
#main input[type=checkbox]{
    -webkit-appearance: checkbox!important;
    width: auto;
    margin-top: -10px;
    padding-right: 10px;
}
.nav-tabs {
    border-bottom: none;
}

.tab-content {
    display: none;
    border: 10px solid #0c242e;
    padding: 15px;
}
.panel-body {
    padding: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ff4858;
    border-color: #ff4858;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #0c242e;
    cursor: default;
    background-color: #efb02b;
    border: 1px solid #efb02b;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    color: white;
    margin-right: 2px;
    border: 1px solid #ffffff;
    border: 1px solid #ffffff59!important;

    border-radius: 4px 4px 0 0;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #0c242e;
}
#main .content-body .hotels-list .hotel-tabs .tab-pane .prop-list>li:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    position: absolute;
    left: 7px;
    top: 4px;
    font-size: 13px;
    color: #666666;
}

#callmeresult .form-control, .form-control:focus {
    height: inherit;
}

.header .navigation .logo img {
    width: auto;
}

.header .navigation .menu {
    float: none;
}
.hotel-tabs .tab-pane .prop-list>li:before {
    content: '\f05d';
    font-family: 'FontAwesome';
    left: 7px;
    top: 4px;
    font-size: 13px;
    color: #666666;
    padding-right: 10px;
}
.prop-list>li{
    float: left;
    width: 33.33%;
    padding: 2px 0px 2px 24px;
}
@media (max-width: 760px) {
    .prop-list>li{
        width: 100%;
    }
}

.prop-list .detay {
    display: block;
    margin-left: 40px;
    font-style: italic;
    color: #999;
    font-size: 12px;
    margin-top: 7px;
    line-height: 14px;
}
.owl-carousel.owl-drag .owl-item {
    height: auto;
}
@media (max-width: 992px) {
    .owl-carousel.owl-drag .owl-item {
        height: auto;
    }
}
@media (max-width: 480px) {
    .owl-carousel.owl-drag .owl-item {
        height: 330px;
    }
    .owl-carousel .owl-item img {
        display: block;
        height: 290px;
    }


    .owl-carousel.owl-drag .owl-item {
        height: auto;
    }
    .owl-carousel .owl-item img.mobile-pre {
        display: block;
        height: auto;
    }
}