
a:hover {	
    text-decoration: none !important;
}
*:focus {
	outline: none;
}
/*==============================================================*/
/*===============Header and Navigation==========================*/
/*==============================================================*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}



/*---------------------------------*/

.flex-viewport {
    max-width: 100000px !important;
    width: 100vw !important;
}

/* --------------------------------- Desktop media  ----------------------------- */

/* ------- 0px ~ 767px ----- */

.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    height: 412px !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-left: 0vw !important;
}

.flex-active-slide { 
    width: 100% !important;
}


li.slide {
    max-width: 100vw !important;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a {
display: block; /* I added this line */
}

.flex-direction-nav .flex-next { right: 0 !important; margin-right: -20vw !important; opacity: 1 !important; }
.flex-direction-nav .flex-prev { left: 0 !important; opacity: 1 !important; margin-left: 0px !important; }
.flexslider { width: 80%; margin: 0 auto; }
.rooms-page .flex-direction-nav .flex-next {
    right: 40px !important;
    text-align: right;
    opacity: 1 !important;
    font-size: 0 !important;
    background: url(images/arrows-sliders.png) no-repeat rgba(0, 0, 0, 0.2) right top !important;
    height: 60px;
    z-index: 1;
}
.rooms-page .flex-direction-nav .flex-prev {
    left: 40px !important;
    opacity: 1 !important;
    font-size: 0 !important;
    background: url(images/arrows-sliders.png) no-repeat rgba(0, 0, 0, 0.2) left top !important;
    height: 60px;
    z-index: 1;
}
.rooms-page .flex-direction-nav a:before {
    font-size: 0 !important;
}


.rooms-page .flexslider {
    border: none;
}

.rooms-page .flexslider .slides img {
    height: 345px !important;
}
.rooms-page .flexslider .flex-control-paging {
    display: none;
}
/* ------- 768px ~ 991px ----- */

@media only screen and (min-width: 768px) {
    li.slide {
        max-width: 50vw !important;
        margin-left: 1px !important;
    }
    .flexslider .slides img {
        margin-left: 25vw !important;
    }

    .flex-direction-nav .flex-next { right: 0 !important; margin-right: -20vw !important; opacity: 1 !important; }
}

/* ------- 992px ~ 1198px ----- */
@media only screen and (min-width: 992px) {
    li.slide {
        max-width: 32.9vw !important; 
        /*max-width: 42.9vw !important; */
        margin-left: 1px !important;
    }
    .flexslider .slides img {
        margin-left: 16.45vw !important;
        /*margin-left: 11.45vw !important;*/
    }


    .flex-direction-nav .flex-next { right: 0 !important; margin-right: -13vw !important; opacity: 1 !important; }
}

/* ------- 1199px ~  ----- */

@media only screen and (min-width: 1199px) {
    li.slide {
        /* max-width: 704.5px !important; */
       /*max-width: 450px !important; */
       max-width: 522px !important;
        margin-left: 1px !important;
    }
    .flexslider .slides img {
        /* margin-left: 32.407px !important; */
        /*margin-left: 80px !important;*/
        margin-left: 125px !important;
    }

    .flex-direction-nav .flex-next { right: 0 !important; margin-right: -158px !important; opacity: 1 !important; }
}



/* ----------------------------- Mobile media ------------------------------*/


@media only screen 
  and (min-device-width: 300px) 
  and (max-device-width: 767px) 
  and (-webkit-min-device-pixel-ratio: 1){

    li.slide {
        max-width: 100vw !important;
    }
    .flexslider .slides img {
        margin-left: 0vw !important;
    }


    .flex-direction-nav .flex-next { right: 0 !important; margin-right: -20vw !important; opacity: 1 !important; }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 768px) 
  and (-webkit-min-device-pixel-ratio: 1){

    li.slide {
        max-width: 50vw !important;
        margin-left: 1px !important;
    }
    .flexslider .slides img {
        margin-left: 25vw !important;
    }

    .flex-direction-nav .flex-next { right: 0 !important; margin-right: -20vw !important; opacity: 1 !important; }
}

@media only screen 
  and (min-device-width: 769px) 
  and (max-device-width: 1199px)
  and (-webkit-min-device-pixel-ratio: 1){

    li.slide {
        max-width: 33.35vw !important; 
        margin-left: 1px !important;
    }
    .flexslider .slides img {
        margin-left: 16.675vw !important;
    }

    .flex-direction-nav .flex-next { right: 0 !important; margin-right: -13vw !important; opacity: 1 !important; }
}


/*-------------------------*/


/*.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
    height: 412px !important;
    width: auto !important;
    max-width: 100% !important;
    display: block !important;
    margin: auto !important;
}

.flex-control-nav {
	display: none;
}
*/


.typeahead-demo .custom-popup-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    background-color: #f9f9f9;
}

.typeahead-demo .custom-popup-wrapper > .message {
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    color: #868686;
}

.typeahead-demo .custom-popup-wrapper > .dropdown-menu {
    position: static;
    float: none;
    display: block;
    min-width: 160px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    /*height: 100%;*/
    overflow-x: hidden;
}

#push {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100% !important;
    transition: left .5s;
}

.logo {
    height: 26px;
    width: 119px;
    background: url('images/logo_otlaat.png') no-repeat;
    background-size: contain;
    margin: auto;
    margin-top:3px;
}

#headerBgWrapper {
    background-color: #076b8c;
}

.ChooseLanguage {
    color: white;
}

#simple-dropdown > span {
    left: 2px;
    top: 3px;
}

.btn-login {
    background-color: #076b8c;
    border: 1px solid white !important;
    color: white;
}

.btn-login:hover, .btn-login:focus {
    color: #076b8c !important;
    background-color: white;
}

.ChooseLanguage:hover, .ChooseLanguage:focus {
    color: white;
    text-decoration: none;
}

/*=========================SIDE NAV CSS===================*/
.sidenavlanguage > span > a {
    display: inline;
    float: right;
    padding: 0px;
    font-size: 17px;
}

.sidebarMenuBg {
    background-color: #09c;
    padding: 10px 10px;
    position: relative;
    color: white;
    cursor: pointer;
    border-bottom: 1px solid white;
    font-size: 16px;
}

.sidebarMenuBg .icon-arrow {
    position: absolute;
    right: 8px;
    top: 14px;
}

.sidebarwrapper {
    font-family: Lato;
}

.sidebarwrapper > div > ul > span.glyphicon {
    float: left;
    top: 13px !important;
    left: 10px;
}

.sidebarwrapper div > ul {
    margin-bottom: 0;
}

.sidebarwrapper div > ul > li {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 14px !important;
    font-family: Lato;
    transition: all 150ms;
}

.sidebarwrapper div > ul > li:hover {
    background-color: #f3f2f2;
}

.sidebarwrapper div > ul > li:last-child {
    border-bottom: none;
}

.sidebarwrapper .logout-button {
    cursor: pointer;
}

.sidebarwrapper .logout-button .glyphicon {
    margin-right: 5px;
}

.sidebarwrapper > div > ul {
    margin-bottom: 0px !important;
}

.sidebarlogobg {
    background: url(images/img1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 150px;
    width: 100%;
}

.SidenavButton {
    cursor: pointer;
    font-size: 30px;
    color: white;
    float: left;
    margin-top: -12px;
}

.forgotpass {
    font-size: 12px !important;
}

#mask {
    height: 100%;
    width: 20%;
    opacity: 0.7;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: black;
    z-index: 99999;
    display: none;
    overflow-x: hidden;
}

.sidenav {
    height: 100%;
    width: 100%;
    z-index: 99999999999999999999999;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
}

#sidenavWrapper {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: -80%;
    overflow-x: hidden;
    transition: left .5s;
    z-index: 99999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #0188b5 !important;
    color: #818181;
    display: block;
}

.sidenav a:hover, .offcanvas a:focus {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    color: white;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    line-height: 50px;
}

.sidebarlogo {
    background: url(images/logo.png) center center no-repeat;
    background-size: contain;
    height: 150px;
    width: 100px;
    margin: auto;
    background-position: 0px 60px;
}

.margintop10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20{
    margin-top: 20px;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-left-35{
    margin: 0 0 0 35px;
}

.margin-left-10{
    margin-left: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/*=========================SIDE NAV CSS END===================*/

/*==============================================================*/
/*===============Header and Navigation END======================*/
/*==============================================================*/

/*==============================================================*/
/*=====================Home Slider CSS==========================*/
/*==============================================================*/
.sliderCountry {
    height: 150px;
    width: 500px;
    position: absolute;
    z-index: 100;
    top: 70px;
    text-align: center;
    color: white;
    font-family: 'Lato', sans-serif;
    margin: auto;
    width: 100%;
    font-size: 16px;
}

.sliderCity {
    height: 150px;
    width: 500px;
    position: absolute;
    z-index: 100;
    top: 90px;
    text-align: center;
    color: white;
    font-family: 'Lato', sans-serif;
    margin: auto;
    width: 100%;
    font-size: 60px;
}

.sliderForm {
    height: 150px;
    width: 500px;
    position: absolute;
    z-index: 100;
    top: 170px;
    text-align: center;
    color: white;
    font-family: 'Lato', sans-serif;
    margin: auto;
    width: 100%;
    font-size: 14px;
}

.sliderPrice {
    height: 150px;
    width: 500px;
    position: absolute;
    z-index: 100;
    top: 190px;
    text-align: center;
    color: white;
    font-family: 'Lato', sans-serif;
    margin: auto;
    width: 100%;
    font-size: 30px;
    color: #eaf378;
}

/*==============================================================*/
/*===================Home Slider CSS END========================*/
/*==============================================================*/
/*=========================DATE PICKER START====================*/
.datePickerBG {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .95);
    z-index: 999;
    position: relative;
/ / margin-top: - 8 %;
    border-radius: 5px;
}

.glyphicon-calendar:before {
    color: #0283e0 !important;
}

.datepicker {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.datepicker.col-sm-4 > h5, .datepicker.col-sm-4 > div {
    margin-left: 20px;
}

.datepicker > h5 {
    margin-bottom: 5px !important;
    padding-left: 2px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff !important;
}

.datePickerSearch {
    padding: 6px 20px !important;
    font-size: 14px;
    margin: 30px 0px 0px 0px;
}

.datepicker button:active, .datepicker input:active, .datepicker .input-group-btn:active, .datepicker .uib-datepicker-popup:active,
.datepicker .uib-datepicker:active, .datepicker .input-group:active, .datepicker li:active, .datepicker div:active,
.datepicker button:focus, .datepicker input:focus .datepicker .input-group-btn:focus, .datepicker .uib-datepicker-popup:focus,
.datepicker .uib-datepicker:focus, .datepicker .input-group:focus, .datepicker li:focus, .datepicker div:focus {
    outline: none !important;
    box-shadow: none;
}

.datepicker .btn-default:active, .datepicker .btn-default.active,
.datepicker .btn-default:focus, .datepicker .btn-default:hover, .datepicker .btn-default.active .datepicker .open > .dropdown-toggle.btn-default {
    background-color: #fff !important;
    border-color: #ccc !important;
}

.datepicker .form-control {
    border-color: #ccc !important;
}

.datepicker .calendar-input {
    cursor: pointer;
    border-right: none;
}

.calendar-datepicker .uib-weeks td .btn-info.active {
    color: black;
}

.calendar-datepicker .datepicker .calendar-btn {
    border-left: none;
    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;
}

.calendar-datepicker .uib-datepicker .btn {
    border: none;
}

.calendar-datepicker .uib-weeks td .btn-info.active {
    background: none !important;
    border: none !important;
}

.calendar-datepicker .uib-weeks td .btn {
    border-radius: 0;
}

.calendar-datepicker .uib-weeks td.in-range .btn {
    background-color: #d3dcde !important;
    color: #fff;
   
}

.calendar-datepicker .uib-weeks td.in-date .btn {
    background-color: #31b0d5 !important;
    color: #fff;
}

.in-date .text-info {
    color: white;
}

.in-date .btn.active {
    box-shadow: none;
}

.date-guest-picker {
    float: right;
    width: 900px;
}

.date-guest-picker .datePickerBG {
    margin-top: 1%;
    z-index: 5;
    background-color: rgba(255, 255, 255, .95);
}

.date-guest-picker .datePickerBG-mar-0 {
    margin-top: 0 !important;
}

.hotel-details-container .date-guest-picker .datePickerBG {
    margin-top: 1%;
    z-index: 5;
    background-color: white;
}

.hotel-details-container .date-guest-picker .datePickerBG .title,
.hotel-details-container .date-guest-picker .datePickerBG .add-guest-button,
.hotel-details-container .date-guest-picker .datePickerBG .glyphicon {
    color: black;
}

.date-guest-picker .datePickerBG .row-guest-picker {
    padding: 10px 30px;
}

.date-guest-picker .datePickerBG .row-guest-picker.add-guest-row {
    border-top: 1px solid #e0e0e0;
    margin: 0;
    padding: 10px 15px;
}

.date-guest-picker .add-guest-button {
    float: right;
    cursor: pointer;
}

.date-guest-picker .add-guest-text {
    float: left;
}

.date-guest-picker .add-guest-button .glyphicon.glyphicon-plus-sign {	
    font: normal normal normal 14px/1 FontAwesome;
}
.date-guest-picker .add-guest-button .glyphicon.glyphicon-plus-sign:before {	
    content: "\f055";
}
.date-guest-picker .remove-guest-button .glyphicon.glyphicon-remove-circle{	
    font: normal normal normal 14px/1 FontAwesome;
}
.date-guest-picker .remove-guest-button .glyphicon.glyphicon-remove-circle:before {
    content: "\f00d";
}
.date-guest-picker .add-guest-button .glyphicon-remove-circle:before {
    font-size: 20px;
}

.date-guest-picker .glyphicon-chevron-down, .date-picker-options .glyphicon-chevron-down {
    color: #076b8c;
    float: right;
    vertical-align: middle;
    padding-top: 2px;
}

.date-guest-picker .glyphicon.glyphicon-chevron-down:before, .glyphicon.date-picker-options .glyphicon-chevron-down:before {
    font-size: 12px;
}

.date-guest-picker .remove-guest-button {
    margin-bottom: 0;
    padding-top: 10px;
}

.date-guest-picker .glyphicon:before {
    font-size: 15px;
    vertical-align: middle;
}

.date-guest-picker .glyphicon.glyphicon-plus-sign:before {
    font-size: 19px;
}

.date-guest-picker .glyphicon.glyphicon-plus-sign {
    padding-left: 5px;
}

.date-guest-picker .p-6 {
    padding: 6px;
}

.date-guest-picker .dropdown-btn, .date-picker-options .dropdown-btn {
    /*padding: 6px 20px;*/
    text-align: left;
}

ul.dropdown-menu {
    margin-top: 0;
}

.date-guest-picker .datePickerBG .row-guest-picker.title-row {
    padding-bottom: 0;

}

.date-guest-picker .dropdown-btn.small-btn {
    padding: 6px 12px;
}

.date-guest-picker .col-title {
    padding: 0 5px;
}

/*.dropdown-menu.arabic, .arabic .dropdown-menu {
    left: 0;
    right: auto;
}*/

.required-text {
    color: red !important;
}

.datepicker .form-control.required-input {
    border-color: red !important;
}

.glyphicon.glyphicon-refresh {
    right: 0;
    margin-top: 40px;
    position: absolute;
    margin-right: 15px;
}

.glyphicon.glyphicon-refresh:before {
    font-size: 15px;
    color: #0283e0;
}

.datePickerWrapper {
    position: relative;
    width: 100%;
}

.search-panel-wrapper {
    position: absolute;
    width: 100%;
}

.typeahead-demo ul.dropdown-menu {
    overflow-y: scroll;
    max-height: 270px;
    width: 440px !important;
}

.filerSubmitBtnBottom{
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.filerSubmitBtnTop{
    padding-top: 13px;
    /*padding-right: 10px;
    padding-left: 10px;*/
}

.enlargeBtn{
    padding-left: 27px !important;
    padding-right: 27px !important;
}

/* By Mir */

.currency{
    color:#FFFFFF;
}

.ChooseLanguage a, .ChooseLanguage a:hover{
    color:#FFFFFF;
    text-decoration: none;
}

#filSubmitBtn{
    background: #FEBB01;
    border-color: #FEBB01;
}

#filSubmitBtn:hover{
    background: #fc7b02;
}

#filClearBtn{
    background-color: #0088B5;
    border-color: #0088B5;
}
#filClearBtn:hover{
    background-color: #0076b2;
}
/* By Mir */

.typeahead-demo ul.dropdown-menu.error-msg-open {
    display: block;
    padding: 5px 10px;
}

@media (max-width: 769px) {
    .search-panel-wrapper {
        position: relative;
    }

    .date-guest-picker .datePickerBG .row-guest-picker {
        padding: 10px 0;
    }


    .date-guest-picker {
        float: none;
        width: 100%;
    }

    .date-guest-picker .datePickerBG .row-guest-picker.add-guest-row {
        border: none;
        padding: 10px 4px;
    }

    .hidden-xs {
        display: none;
    }

    .date-guest-picker .datepicker {
        margin-bottom: 5px;
    }

    .date-guest-picker .room-title {
        padding: 6px 0;
        margin: 0 5px;
    }

    .date-guest-picker .room-title:after {
        display: inline-block;
        position: absolute;
        content: ' ';
        height: 3px;
        background: white;
        top: 10px;
        left: 70px;
        right: 4px;
        margin-top: 2px;
        opacity: 0.3;
    }

    .date-guest-picker .remove-guest-button-mobile {
        position: absolute;
        border: 0;
        background: none;
        display: inline-block;
        right: 0;
        top: -3px;
        z-index: 2;
        color: white;
        font-size: 20px !important;
    }

    .date-guest-picker .remove-guest-button-mobile .glyphicon.glyphicon-remove-circle:before {
        font-size: 19px;
    }

    .SidenavButton {
        margin-left: 7px;
    }

}

@media (min-width: 768px) {
    .col-sm-4.datepicker {
        width: 31.333333% !important;
    }

    .col-sm-3.datepicker {
        width: 20% !important;
    }

    .hidden-sm {
        display: none;
    }
}

/*=========================DATE PICKER END====================*/
/*==============================================================*/
/*===================Footer 1 and 2 ============================*/
/*==============================================================*/

.footerbg {
    width: 100%;
    background: white;
    padding: 20px 0;
    overflow: hidden;
}

.scont {
    text-align: left;
    color: #999;
    font-size: 14px;
}

a.social1b {
    margin: 0 5px;
}

a.social2b {
    margin: 0 5px;
}

a.social3b {
    margin: 0 5px;
}

a.social4b {
    margin: 0 5px;
}

.scont a {
    color: #0099cc;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.ftitle {
    font-family: "Open Sans";
    Font-size: 16px;
    color: #666;
    font-weight: 700;
}

ul.footerlist {
    padding-left: 20px;
    list-style-image: url(images/li.png);
}

ul.footerlist li {
    line-height: 24px;
}

ul.footerlist li a {
    color: #999;
}

ul.footerlist li a:hover {
    color: #999;
    background-color: transparent !important; 
}

.relative {
    position: relative;
}

.fccustom2 {
    background: #ffffff;
    height: 32px !important;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.radius0 {
    border-radius: 0px !important;
}

.btncustom {
    width: 32px;
    height: 32px;
    background: url('images/arrow.png') #0099cc -5px -5px;
    border: 0px;
    text-indent: -100px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    top: 0px;
    right: 0px;
    overflow: hidden;
}

.btncustom:hover {
    background: url('images/arrow.png') #72bf66 37px -5px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
}

.pnr {
    font-family: "Open Sans";
    font-size: 30px;
    color: #0099cc;
    font-weight: 300;
}

.footer2 {
    background-color: #f2f2f2;
    text-align: center !important;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footer2.ng-scope > div.row > div > div {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.footer2 > div.container > div > div > div {
    background-color: transparent;
    border-color: transparent;
}

.goUp {
    height: 19px;
    width: 19px;
    border-radius: 50%;
    color: #999999;
    font-size: 10px;
    background-color: #f2f2f2;
    border: 1px solid #999999;
    padding: 3px 0px 0px 1px;
    text-align: center;
    cursor: pointer;
}

.goUp:hover {
    color: #f2f2f2;
    background-color: #999999;
}

.footerNav {
    font-size: 11px;
    color: #999999;
    opacity: 0.8;
    margin-top: 5px;
}

.footerNav ul li a {
    color: #999999;
    cursor: pointer;
    font-size: 11px;
    padding: 0px 5px 0px 5px;
}

.footerNav ul li {
    display: inline-block;
}

/*==============================================================*/
/*===================Footer 1 and 2 END=========================*/
/*==============================================================*/

/*==============================================================*/
/*===========================Home 1=============================*/
/*==============================================================*/
@media (min-width: 992px) {
    .lastminute {
        background: #f2f2f2;
        text-align: center;
        font-family: Lato;
        font-size: 24px;
        font-weight: 300;
    }
}

.lcfix {
    background: #fff !important;
}

.lastminute {
    background: #f2f2f2;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 50px;
}

.iosbtn {
    margin-top: 20px;
    border: 2px solid #353535 !important;
    background: transparent;
    color: #353535;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.iosbtn:hover {
    border: 2px solid #353535;
    background: #353535;
    color: white !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-weight: 700;
    text-transform: uppercase;
}

.cstyle07 {
    min-height: 470px;
}

.homeOffersBg {
    background-color: #f2f2f2 !important;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 992px) {
    .boxshadow {
        margin-bottom: 0px;
    }
}

.boxshadow {
    min-height: 100px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.bscontainer {
    padding: 30px;
}

.lato {
    font-family: "Lato";
}

.bold {
    font-weight: 700;
}

.roundbtn {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    color: black;
}

.roundbtn:hover {
    background: #15262f;
    border: 1px solid #15262f;
    color: #fff;

}

.home1 {
    padding-top: 20%;
    background: white;
    height: auto;
    text-align: center;
}

/*==============================================================*/
/*=======================Home 1 END=============================*/
/*==============================================================*/

/*==============================================================*/
/*===========================Home 2=============================*/
/*==============================================================*/
.latestNews {
    background: #eeeeee;
    height: auto;
    padding-bottom: 50px;
    padding-top: 60px;
}

.lnews {
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
    font-family: Lato;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.masonry {
    max-width: 80%;
    margin: 0 auto;
    padding: 0px;
}
.hotel-details-container .detailsright {
    padding: 20px !important;
}
.taxesIncluded {
    display: block;
    font-size: 12px;
}
/* clearfix */
.masonry:after {
    content: '';
    display: block;
    clear: both;
}

.w50percent {
    width: 50%;
    float: left;
}

.left {
    float: left;
}

.w50percentlast {
    width: 50%;
    float: right;
}

.right {
    float: right;
}

.item {
    width: 100%;
    height: 240px;
    float: left;
    /*background: #D26;*/
    background: transparent;
    border: 0px solid #efefef;
    border-radius: 0px;
    overflow: hidden;

    line-height: 20px;
    font-size: 13px;
    color: #666;
}

.item.wt2 {
    width: 100%
}

.item.wt3 {
    width: 100%
}

.item.wt4 {
    width: 100%
}

.item.ht2 {
    height: 480px;
}

.item.ht3 {
    height: 720px;
}

.item.ht4 {
    height: 960px;
}

.item.ht5 {
    height: 1200px;
}

@media (min-width: 700px) {

    .item {
        width: 25%;
        height: auto;
    }

    .item.wt2 {
        width: 50%
    }

    .item.wt3 {
        width: 75%
    }

    .item.wt4 {
        width: 100%
    }

    .item.ht2 {
        height: auto;
    }

    .item.ht3 {
        height: auto;
    }

    .item.ht4 {
        height: auto;
    }

    .item.ht5 {
        height: auto;
    }
}

/* CUSTOM CSS */

.newstitle {
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}

.newstitle a {
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.newstitle a:hover {
    font-family: Lato;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    color: #0099CC;
    text-decoration: none;
}

/*@media (min-width: 480px) {
  .newstitle{
    font-family:Lato;
    font-size:22px;
    font-weight:400;
    line-height:22px;
    color:#333;
  }
}*/

.navbar-toggle .icon-bar {
    background: #ccc;
}

.pr30 {
    padding-right: 30px;
}

.msbox {
    background: white;
    margin: 15px 0 15px 0;
    height: 210px;
    overflow: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.msbox:hover {
    cursor: pointer;
}

.msbox1 {

    background: white;
    height: auto;
    overflow: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    margin: 15px 0 15px 0;
}

.msbox1:hover {
    cursor: pointer;
}

.msbox2 {
    background: white;
    overflow: hidden;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    margin: 15px 0 15px 0;
}

.msbox2:hover {
    cursor: pointer;
}
img.fwimg {
    /*height: 210px; */
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

img.fhimg1 {
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

img.fhimg2 {
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

img.fhimg3 {
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

img.fhimg4 {
    width: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

img.fwimg3 {
    height: 231px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    max-width: 100%;
}

.specialoffer {
    height: 90px;
    width: 90px;
    background: url(images/specialoffer.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
    position: absolute;

}


.imagezz {
    position: relative;
    width: 100%; /* for IE 6 */
}

.custom {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}

.af-mosaic-content-bottom-right {
    position: relative;
    width: 100%; /* for IE 6 */
}

.af-mosaic-item-title, .af-mosaic-item-text {
    font-size: 24px;
    font-family: Lato;
    margin: 0;
    color: white;
    position: absolute;
    padding: 10px;
    text-align: right;
    width: 100%;
}

.af-mosaic-item-title {
    font-weight: bold;
}

.af-mosaic-item-text {
    font-size: 16px;
    margin: 0;
    top: 27px;
}

/*==============================================================*/
/*=======================Home 2 END=============================*/
/*==============================================================*/

/*==============================================================*/
/*=======================Hotel List Page========================*/
/*==============================================================*/
.padding20title {
    padding: 0px 20px 0px 20px;
}

.filtertip {
    height: 120px;
    background: #09c;
    padding: 5px 0;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 10px;
}

.padding20 p {
    margin: 0 0 15px;
}

.size13 {
    font-size: 13px;
}

.size13 a {
    color: white;
}

.size13 a:hover {
    color: white;
}

.bold {
    font-weight: 700;
}

.size18 {
    font-size: 18px;
}

.size30 {
    font-size: 30px;
}

.size25 {
    font-size: 25px;
}

.size21 {
    font-size: 25px;
}

.spanSizeBlock{
    display:block; 
    padding-bottom: 8px;
}

.pl50{
    padding-left:50px;
}

.size19 {
    font-size: 18px;
}

.tip-arrow {
    width: 33px;
    height: 9px;
    background: url(images/tip-arrow.png);
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -15px;
}

.sortby {
    margin-left: 20px;
}

.wh70percent {
    width: 80%;
    margin-bottom: 20px;
}

img.imgpos1 {
    margin-right: 5px;
    vertical-align: text-top !important;
}

.hotelListAddress {
    color: #0099CC;
    font-size: 12px;
    margin-top: 2px;
}

.hotelListDistrict {
    color: #0099CC;
    font-size: 12px;
    margin-top: 2px;
}


.hotelListName {
    float: left;
    color: #0099CC;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    display: inline;
}

.hotelListName:hover {
    color: #f8633b;
    font-size: 19px;
    font-weight: bold;

}

.hotelListHotDeal {
    border-radius: 4px;
    font-size: 10px;
    line-height: 13px;
    background-color: #f07c00;
    color: white;
    padding: 3px 5px 3px 5px;
    margin-left: 3px;
    display: none;
}

.hotelListRecomended {
    border-radius: 4px;
    background-color: #0099CC;
    color: white;
    padding: 2px;
    margin-left: 3px;
}

.HoteListWrapper {
    margin-left: 15px;
    height: 212px;
}

.hotelListHighlighBorder {
    margin-left: 15px;
    height: 212px;
    border: 2px solid #5bbaff;
    -webkit-box-shadow: 2px 2px #5bbaff;
    -moz-box-shadow: 2px 2px #5bbaff;
    box-shadow: 2px 2px #5bbaff;
}

.opensans {
    /*font-family: "Open Sans";*/
}

.line2 {
    background: #e8e8e8;
    height: 1px;
    margin: 12px 0 6px 0;
    padding: 0;
    display: block;
}

.preline{
    border-bottom:1px dotted #e8e8e8;
}

.alignleft {
    text-align: left !important;
}

.searchfilter {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.panel-default > .panel-heading {
    color: #666 !important;
    background-color: #cccccc !important;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0 !important;
}

.panel-default {
    border-color: transparent !important;
}

.panel-default-faq > .panel-heading {
    color: black !important;
    background-color: white !important;
}

.glyphicon {
    font-size: 12px !important;
}

.panel {
    background-color: transparent !important;
}

.panel-heading {
    padding: 7px 15px !important;
}

.hpadding20 {
    padding: 0;
}

.topsortby {
    padding-top: 0px;
    padding-bottom: 69px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
}

.offset-0 {
    padding-left: 0px;
    padding-right: 0px !important;
}

.mt7 {
    position: relative;
    top: 7px;
}


.customSelect {
    background: url(images/select.png) #fff no-repeat right;
    border: 2px solid #ebebeb;
}
.msbox .w50percent {	
    float: right;
}
.wh90percent {
    width: 90%;
}

.w50percentlast {
    width: 50%;
    float: right;
}

.popularbtn {
    top: 24px;
    right: 0;
    position: absolute;
    border: 2px solid #0099cc;
    padding: 5px 10px 5px 10px;
    background: #fff;
    color: #09c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: all 150ms;
    width: 100%;
}

.popularbtn:focus {
    outline: none;
}

.popularbtn.active {
    -webkit-box-shadow: inset 2px 1px 11px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 2px 1px 11px -1px rgba(0, 0, 0, 0.75);
    box-shadow: inset 1px 1px 1px -1px rgba(0, 0, 0, 0.5);
    border: 2px solid #0099cc;
    padding: 5px 10px 5px 10px;
    background: #f7f7f7;
    color: #0078a0;;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gridbtn {
    width: 25px;
    background: url(images/grid-icon.png) #fff no-repeat scroll -2px 0px;
    border: 2px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: not-allowed;
}

.listbtn {
    width: 25px;
    background: url(images/grid-icon.png) #fff no-repeat scroll -2px -31px;
    border: 2px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: not-allowed;
}

.grid2btn {
    width: 25px;
    background: url(images/grid-icon.png) #fff no-repeat scroll -2px -62px;
    border: 2px solid #ebebeb;
    padding: 5px 15px 5px 15px;
    color: #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    cursor: not-allowed;
}

.listbtn.active {
    background: url(images/grid-icon.png) #fff no-repeat scroll -33px -31px;
    color: #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}

a.homebtn {
    width: 21px;
    height: 21px;
    background: url(images/home-icon.png) #fff no-repeat scroll -16px -10px;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

ul.bcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.bcrumbs li {
    float: left;
    margin-left: 20px;
}

ul.bcrumbs li a {
    margin-left: 10px;
    color: #666;
}

a.backbtn {
    width: 21px;
    height: 21px;
    background: url(images/back-icon.png) #fff no-repeat scroll -16px -12px;
    color: #222;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.clearfix {
    float: none;
    clear: both;
}

.brlines {
    height: 8px;
    width: 100%;
    margin-top: 10px;
    background: url(images/breadcrumb.png);
}
.breadcrumb .homebtn  i {	
    font-size: 20px;
}
.PageBG {
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 70px;

}

.itemswrap {
    height: auto;
}

.itemscontainer {
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
}

.hotelImg {
    background: #efefef;
    height: 210px;
    overflow: hidden;
    position: relative;
}

.offset-2 {
    padding-left: 15px;
    padding-right: 15px;
}

.listitem2 {
    background: #efefef;
    overflow: hidden;
    position: relative;
}

.itemlabel3 {
    background: #f2f2f2;
    width: 100%;
    height: 210px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 15px;
}

.labelright {
    float: right;
    height: 100%;
    padding: 10px;
    border-left: 1px solid #e8e8e8;
}

.labelleft2 {
    padding: 10px 0 15px 15px;
    font-family: "Open Sans";
    font-size: 13px;
    line-height: 18px;
}

.featurette-divider3 {
    margin: 30px 0 30px 0;
}

.grey {
    color: #999;
}

.size11 {
    font-size: 11px;
}

.green {
    color: #72bf66;
}

.mt1 {
    position: relative;
    top: 1px;
}

.bookbtn {
    border: solid 1px #da7c0c;
    padding: 7px 13px 7px 13px;
    background: #f8633b;
    color: #ffffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.bookbtn:hover {
    border: solid 1px #da7c0c;
    background: #e2532d;
    color: #ffffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.paddingbtm20 {
    padding-bottom: 20px;
}

.pagination {
    margin-right: 8px !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

ul.hotelpreferences {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hotelpreferences li {
    background-size: cover;
    width: 24px;
    height: 24px;
    background: url(style.css) #fff;
    color: #999;
    float: left;
    margin-left: 1px;
    border: 2px solid #fff; 
}

.hotelpreferences li:hover {
}

.hotelpreferences li.icohp-internet {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -3px no-repeat;
}

.hotelpreferences li:hover.icohp-internet {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -3px no-repeat;
}

.hotelpreferences li.icohp-air {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -33px no-repeat;
}

.hotelpreferences li:hover.icohp-air {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -33px no-repeat;
}

.hotelpreferences li.icohp-pool {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -63px no-repeat;
}

.hotelpreferences li:hover.icohp-pool {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -63px no-repeat;
}

.hotelpreferences li.icohp-childcare {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -93px no-repeat;
}

.hotelpreferences li:hover.icohp-childcare {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -93px no-repeat;
}

.hotelpreferences li.icohp-fitness {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -123px no-repeat;
}

.hotelpreferences li:hover.icohp-fitness {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -123px no-repeat;
}

.hotelpreferences li.icohp-breakfast {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -153px no-repeat;
}

.hotelpreferences li:hover.icohp-breakfast {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -153px no-repeat;
}

.hotelpreferences li.icohp-parking {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -183px no-repeat;
}

.hotelpreferences li:hover.icohp-parking {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -183px no-repeat;
}

.hotelpreferences li.icohp-pets {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -213px no-repeat;
}

.hotelpreferences li:hover.icohp-pets {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -213px no-repeat;
}

.hotelpreferences li.icohp-spa {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -243px no-repeat;
}

.hotelpreferences li:hover.icohp-spa {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -243px no-repeat;
}

.hotelpreferences li.icohp-hairdryer {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -273px no-repeat;
}

.hotelpreferences li:hover.icohp-hairdryer {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -273px no-repeat;
}

.hotelpreferences li.icohp-garden {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -303px no-repeat;
}

.hotelpreferences li:hover.icohp-garden {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -303px no-repeat;
}

.hotelpreferences li.icohp-grill {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -333px no-repeat;
}

.hotelpreferences li:hover.icohp-grill {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -333px no-repeat;
}

.hotelpreferences li.icohp-kitchen {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -363px no-repeat;
}

.hotelpreferences li:hover.icohp-kitchen {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -363px no-repeat;
}

.hotelpreferences li.icohp-bar {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -393px no-repeat;
}

.hotelpreferences li:hover.icohp-bar {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -393px no-repeat;
}

.hotelpreferences li.icohp-living {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -423px no-repeat;
}

.hotelpreferences li:hover.icohp-living {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -423px no-repeat;
}

.hotelpreferences li.icohp-tv {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -453px no-repeat;
}

.hotelpreferences li:hover.icohp-tv {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -453px no-repeat;
}

.hotelpreferences li.icohp-fridge {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -483px no-repeat;
}

.hotelpreferences li:hover.icohp-fridge {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -483px no-repeat;
}

.hotelpreferences li.icohp-microwave {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -513px no-repeat;
}

.hotelpreferences li:hover.icohp-microwave {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -513px no-repeat;
}

.hotelpreferences li.icohp-washing {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -543px no-repeat;
}

.hotelpreferences li:hover.icohp-washing {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -543px no-repeat;
}

.hotelpreferences li.icohp-roomservice {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -573px no-repeat;
}

.hotelpreferences li:hover.icohp-roomservice {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -573px no-repeat;
}

.hotelpreferences li.icohp-safe {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -603px no-repeat;
}

.hotelpreferences li:hover.icohp-safe {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -603px no-repeat;
}

.hotelpreferences li.icohp-playground {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -633px no-repeat;
}

.hotelpreferences li:hover.icohp-playground {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -633px no-repeat;
}

.hotelpreferences li.icohp-conferenceroom {
    background: url('images/hotelpref-ico.png') #fff scroll -3px -663px no-repeat;
}

.hotelpreferences li:hover.icohp-conferenceroom {
    background: url('images/hotelpref-ico.png') #fff scroll -33px -663px no-repeat;
}

.hotelpreferences li.fac_Beachfront {
    background: url('images/amenities/fac_Beachfront.png') #ccc scroll center center no-repeat;
    background-size: cover;
}

.hotelpreferences li.fac_BreakfastRoom {
    background: url('images/amenities/fac_BreakfastRoom.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_FamilyRooms {
    background: url('images/amenities/fac_FamilyRooms.png') #ccc scroll center center no-repeat;
    background-size: cover;
}

.hotelpreferences li.fac_FitnessCenter {
    background: url('images/amenities/fac_FitnessCenter.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_FreeWifi {
    background: url('images/amenities/fac_FreeWifi.png?v=1.1') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_Parking {
    background: url('images/amenities/fac_Parking.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_Pool {
    background: url('images/amenities/fac_Pool.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_Restaurant {
    background: url('images/amenities/fac_Restaurant.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_Seaview {
    background: url('images/amenities/fac_Seaview.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_SPA {
    background: url('images/amenities/fac_SPA.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_Bar {
    background: url('images/amenities/fac_Bar.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_Babysitting_Child_Services {
    background: url('images/amenities/fac_Babysitting_Child_Services.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_DisabledGuests {
    background: url('images/amenities/fac_DisabledGuests.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.fac_Pets {
    background: url('images/amenities/fac_Pets.png') #ccc;
    background-size: cover;
}

/* By Mir for hotelPro strats */
.hotelpreferences li.otl-100e {
    background: url('images/amenities/fac_Beachfront.png') #ccc scroll center center no-repeat;
    background-size: cover;
}

.hotelpreferences li.otl-11db {
    background: url('images/amenities/fac_Beachfront.png') #ccc scroll center center no-repeat;
    background-size: cover;
}

.hotelpreferences li.otl-1196 {
    background: url('images/amenities/fac_BreakfastRoom.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-124d {
    background: url('images/amenities/fac_FamilyRooms.png') #ccc scroll center center no-repeat;
    background-size: cover;
}

.hotelpreferences li.otl-1172 {
    background: url('images/amenities/fac_FitnessCenter.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-114e {
    background: url('images/amenities/fac_FreeWifi.png?v=1.1') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-101b {
    background: url('images/amenities/fac_Parking.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-1213 {
    background: url('images/amenities/fac_Pool.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-119b {
    background: url('images/amenities/fac_Restaurant.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-100c {
    background: url('images/amenities/fac_Seaview.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-109a {
    background: url('images/amenities/fac_SPA.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-1195 {
    background: url('images/amenities/fac_Bar.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-1004 {
    background: url('images/amenities/fac_Babysitting_Child_Services.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-1037 {
    background: url('images/amenities/fac_DisabledGuests.png') #ccc;
    background-size: cover;
}

.hotelpreferences li.otl-1250 {
    background: url('images/amenities/fac_Pets.png') #ccc;
    background-size: cover;
}
.hotelpreferences li.otl-12b0 {
    background: url('images/amenities/fac_Pets.png') #ccc;
    background-size: cover;
}



/*  ends */ 

.hotel-list .hotelpreferences li.preference {
    background-size: cover;
    filter: grayscale(100%);
/ / background-color: #fff;
}

.hotel-list .hotelpreferences li.preference.active {
    background-color: #fff;
    filter: grayscale(0);
}

.hotel-list .stars-filter.arabic-stars img {
    transform: rotateY(180deg);
}
.hotel-list .date-guest-picker{
	padding: 0;
}
.hotel-list .date-guest-picker .datePickerBG {
    background: #f2f2f2;
}
/*==============================================================*/
/*===================Hotel List Page END========================*/
/*==============================================================*/

/*==============================================================*/
/*===================Hotel Details Page ========================*/
/*==============================================================*/

.pagecontainer2 > div > h3 {
    text-align: left;
    margin-right: 20px;
}

span.icon-location, span.icon-help {
    float: right !important;
    right: 15px;
    left: 0px
}

.pagecontainer {
    background: #fff;
    margin-top: 24px;
    /*border: 1px solid #cccccc;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    padding: 0px !important;
}

.pagecontainer.transparent {
    background: transparent;
    box-shadow: none;
}

.pagecontainer.transparent .portlet-body {
    background: white;
}

.pagecontainer.transparent .portlet {
    padding-bottom: 0px;
}

.detailsright {
    min-height: 534px;
    background: white;
}

.detailsleft {
    background: white;
    padding: 0px !important;
}

.line3 {
    background: #e8e8e8;
    height: 1px;
    margin: 0px 0 0px 0;
    padding: 0;
    display: block;
}

.green2 {
    color: #339933;
}

.slim {
    font-weight: 300;
}

.margtop20 {
    margin-top: 20px !important;
}

.bordertype1 {
    height: 115px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
}

.padding20 {
    padding: 20px;
}

.padding10 {
    padding: 10px;
}

.grey2 {
    color: #666;
}

.size30 {
    font-size: 30px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.bold {
    font-weight: 700;
}

.bordertype2 {
    height: 115px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}

.bordertype3 {
    height: 80px;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}

a:visited.add2fav {
    text-decoration: none;
    color: #7c8c94;
}

a:link.add2fav {
    text-decoration: none;
    color: #7c8c94;
}

a.add2fav {
    width: 100%;
    height: 52px;
    border: 1px solid #e5e5e5;
    background: url('images/btn-plus.png') #fff no-repeat 20px 0;
    padding: 15px 10px 10px 20px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #7c8c94;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
}

a:hover.add2fav {
    text-decoration: none;
    color: #666 !important;
    border: 1px solid #ccc;
    background: url('images/btn-plus-over.png') #fff no-repeat 20px 0;
}

a:link.add2fav { /* text-decoration:none ; */
    color: #7c8c94;
}

a:active.add2fav {
    text-decoration: none;
    color: #7c8c94;
}

a:visited.add2fav {
    text-decoration: none;
    color: #7c8c94;
}

.margtop5 {
    margin-top: 5px !important;
}

a:visited.booknow {
    text-decoration: none;
    color: #fff;
}

a:link.booknow {
    text-decoration: none;
    color: #fff;
}

.booknow {
    width: 67%;
    height: 44px;
    padding: 11px 10px 10px 10px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #d75124;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.booknow:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: url('images/btn-book.png') #ff6633 no-repeat -5px -50px;
}

a:link.booknow {
    text-decoration: none;
    color: #fff;
}

a:active.booknow {
    text-decoration: none;
    color: #fff;
}

a:visited.booknow {
    text-decoration: none;
    color: #fff;
}

.margtop20 {
    margin-top: 20px !important;
}

.mt25 {
    position: relative;
    top: 25px;
}

.testimonialbox {
    margin-left: 10px;
    margin-right: -15px;
    margin-top: 0px;
}

.cpadding0 {
    padding: 50px 50px 30px 50px;
}

.mt-10 {
    position: relative;
    top: -10px;
}

.needassistancebox {
    margin-left: 10px;
    margin-right: -15px;
}

.lblue {
    color: #0099cc;
}

.size30 {
    font-size: 30px;
}

.cpadding0 {
    padding: 50px 50px 30px 50px;
}

.mr20 {
    margin-right: 20px;
}

span.icon-quote {
    width: 27px;
    height: 27px;
    background: url(images/icon-quote.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px;
}

.grey2 {
    color: #666;
}

.size16 {
    font-size: 16px;
}

.cpadding1 {
    padding: 0px 30px 10px 50px;
}

span.icon-help {
    width: 24px;
    height: 24px;
    background: url(images/icon-phone.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px;
}

.size14 {
    font-size: 14px;
}

.size30 {
    font-size: 30px;
}

.lblue {
    color: #0099cc;
}

.alsolikebox {
    margin-left: 10px;
    margin-right: -15px;
}

span.icon-location {
    width: 17px;
    height: 24px;
    background: url(images/icon-location.png) no-repeat;
    display: block;
    position: absolute;
    float: left;
    left: 15px;
}

a.dark {
    color: #333;
    text-decoration: none;
}

.line5 {
    background: #e8e8e8;
    height: 1px;
    margin: 4px 0 12px 0;
    padding: 0;
    display: block;
}

.nav-tabs > li {
    float: left;
    background: #0099CC;
    margin-bottom: -1px;
    border-right: 1px solid #006699;
}

.nav-tabs {
    border-bottom: transparent !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 0px !important;
    line-height: 1.42857143;
    border: transparent !important;
    border-radius: 0 !important;
    color: white !important;
}

.nav-tabs > li.active > a {
    color: black !important;
}

.nav-tabs > li.active > a:hover {
    background-color: white !important;
}

.nav-tabs > li > a:hover {
    background-color: #006699 !important;
}

.hpadding20 {
    padding: 0px 20px 0px 20px;
}

.hpadding10 {
    padding: 0px 10px 0px 10px;
}

.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px 0;
    padding: 0;
    display: block;
}

.collapsebtn2 {
    width: 100%;
    height: 32px;
    border: 0px solid black;
    padding-left: 20px;
    padding-right: 20px;
    color: #15262f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

#roomRates, #preferences, #reviews, #thingstodo {
    padding: 20px 20px 20px 20px;
    color: #999;
}

.portlet {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);*/
    /*border-radius: 5px;*/
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.rooms-page .portlet  .rooms-container .rooms {
    padding: 0 20px;
}
.radius-5 {
    /*border-radius: 5px;*/
    overflow: hidden;
}

ul.checklist {
    margin: 0px;
    padding: 0px;
}

.checklist li {
    /*list-style-image: url(images/check.png);*/
    list-style-position: inside;
    padding: 5px;
    margin-left: -20px;
}

/*Codes by Mir*/
.checklistCross li {
    list-style-image: url(images/cross.png);
    list-style-position: inside;
    padding: 5px;
    margin-left: -20px;
}

.bordertype7 {
    height: 120px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    color: #999;
    padding: 20px;
}

.bordertype8 {
    border-left: 1px solid #e7e7e7;
}

.collapsebtn7 {
    width: 100%;
    height: 22px;
    border: 0px solid black;
    padding-right: 20px;
    color: #15262f;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

/*Codes by Mir */

ul.hotelpreferences2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.hotelpreferences2 li {
    width: 28px;
    height: 28px;
    border: 2px solid #72bf66;
    padding: 5px;
    color: #999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 4px;
}

ul.hpref-text {
    list-style: none;
    margin-top: -5px;
    padding-left: 10px;
}

.hpref-text li {
    margin-top: 12px;
}

.hotelpreferences2 li.icohp-internet {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -3px no-repeat;
}

.hotelpreferences2 li.icohp-air {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -33px no-repeat;
}

.hotelpreferences2 li.icohp-pool {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -63px no-repeat;
}

.hotelpreferences2 li.icohp-childcare {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -93px no-repeat;
}

.hotelpreferences2 li.icohp-fitness {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -123px no-repeat;
}

.hotelpreferences2 li.icohp-breakfast {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -153px no-repeat;
}

.hotelpreferences2 li.icohp-parking {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -183px no-repeat;
}

.hotelpreferences2 li.icohp-pets {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -213px no-repeat;
}

.hotelpreferences2 li.icohp-spa {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -243px no-repeat;
}

.hotelpreferences2 li.icohp-hairdryer {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -273px no-repeat;
}

.hotelpreferences2 li.icohp-garden {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -303px no-repeat;
}

.hotelpreferences2 li.icohp-grill {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -333px no-repeat;
}

.hotelpreferences2 li.icohp-kitchen {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -363px no-repeat;
}

.hotelpreferences2 li.icohp-bar {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -393px no-repeat;
}

.hotelpreferences2 li.icohp-living {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -423px no-repeat;
}

.hotelpreferences2 li.icohp-tv {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -453px no-repeat;
}

.hotelpreferences2 li.icohp-fridge {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -483px no-repeat;
}

.hotelpreferences2 li.icohp-microwave {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -513px no-repeat;
}

.hotelpreferences2 li.icohp-washing {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -543px no-repeat;
}

.hotelpreferences2 li.icohp-roomservice {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -573px no-repeat;
}

.hotelpreferences2 li.icohp-safe {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -603px no-repeat;
}

.hotelpreferences2 li.icohp-playground {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -633px no-repeat;
}

.hotelpreferences2 li.icohp-conferenceroom {
    background: url(images/hotelpref-ico-green.png) #72bf66 scroll -3px -663px no-repeat;
}

.hpadding20 {
    padding: 0px 20px 0px 20px;
}

.dark {
    color: #333;
}

.size60 {
    font-size: 60px;
}

.lh3 {
    line-height: 60px;
}

.slim {
    font-weight: 300;
}

.tab-content4 {
    background: #ffffff;
    padding: 30px 0px 30px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.0);
    color: #999;
}

.wh75percent {
    width: 75%;
}

.wh100percent {
    width: 100%;
}

.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px 0;
    padding: 0;
    display: block;
}

.scircle {
    width: 62px;
    height: 65px;
    background: url(images/circle.png) no-repeat;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    color: #333;
    padding: 14px 0 0 12px;
}

.sctext {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.margtop15 {
    margin-top: 15px !important;
}

.line2 {
    background: #e8e8e8;
    height: 1px;
    margin: 12px 0 6px 0;
    padding: 0;
    display: block;
}


.bordertype5 {
    border-right: 1px solid #e7e7e7;
    color: #999;
}

.circlewrap {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    position: relative;
}

.circleimg {
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
}

.circlewrap span {
    width: 23px;
    height: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    background: #0099cc;
    color: #fff;
    font-size: 11px;
    padding-top: 3px;
}

.green {
    color: #72bf66;
}

.size16 {
    font-size: 16px;
}

.lgrey {
    color: #ccc;
}

.size13 {
    font-size: 13px;
}

ul.circle-list {
    list-style: none;
    padding-left: 0px;
}

.circle-list li {
    float: left;
    background: #fff;
    width: 23px;
    height: 23px;
    color: #999999;
    font-size: 11px;
    border: 2px solid #e7e7e7;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    padding-top: 3px;
    padding-left: 1px;
    margin-left: 3px;
}

.center {
    margin: 0 auto;
    text-align: center;
}

img.fwimg {
    width: 100%;
}

@media (min-width: 992px) {
    .mediafix1 {
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

.margtop-5 {
    margin-top: -5px !important;
}

.margtop10 {
    margin-top: 10px !important;
}

.bordertype4 {
    border-left: 1px solid #e7e7e7;
    color: #999;
}

.size14 {
    font-size: 14px;
}

.grey {
    color: #999;
}

/*==============================================================*/
/*=================Hotel Details Page END ======================*/
/*==============================================================*/

/*==============================================================*/
/*=====================User Profile Page========================*/
/*==============================================================*/

/*  bhoechie tab */
div.bhoechie-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
    opacity: 0.97;
    filter: alpha(opacity=97);
}

div.bhoechie-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
    margin-bottom: 0;
}

div.bhoechie-tab-menu div.list-group > a {
    margin-bottom: 0;
    cursor: pointer;
}

div.bhoechie-tab-menu div.list-group > a .glyphicon,
div.bhoechie-tab-menu div.list-group > a .fa {
    color: #5A55A3;
}

div.bhoechie-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group > a.active,
div.bhoechie-tab-menu div.list-group > a.active .glyphicon,
div.bhoechie-tab-menu div.list-group > a.active .fa {
    background-color: #ffffff;
    background-image: #ffffff;
    color: #999999;
    border-bottom: 1px solid #e6e6e6 !important;
    border-left: 1px solid #e6e6e6 !important;
    border-top: transparent !important;
    border-right: transparent !important;

}

div.bhoechie-tab-menu div.list-group > a {
    background: #f2f2f2;
    color: #999999;

}

div.bhoechie-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
}

div.bhoechie-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
    display: none;
}

.userProfile {
    width: 100%;
    padding-bottom: 40px;
    height: auto;
}

.userProfile > ul {
    float: left;
    border-bottom: 1px solid #ebebeb;
}

.userProfile > ul > li {
    background: #f2f2f2;
    color: #999999;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #e6e6e6 !important;
    border-right: transparent !important;
    margin-top: 0px !important;
}

.userProfile > ul > li > a {
    width: 100%;
    height: 90px;
    color: #999999 !important;
    padding-top: 22px;
    text-align: center;
}

.userProfile > ul > li > a:hover {
    color: black !important;
    background-color: transparent !important;
}

.userProfile > ul > li.active {
    background: #fff;
    color: #333;
    border-bottom: 1px solid #ffffff;
}

.pagecontainer2 {
    padding-left: 0px !important;
    background: #fff;
    /*border: 1px solid #cccccc;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
    position: relative;
}

.userProfile > div {
    float: left;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    height: auto;
    width: 80%;
}

span.profile-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(images/profile-icons.png) scroll 0 0 no-repeat;
}

span.bookings-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(images/profile-icons.png) scroll 0 -30px no-repeat;
}

span.wishlist-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(images/profile-icons.png) scroll 0 -60px no-repeat;
}

span.settings-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(images/profile-icons.png) scroll 0 -90px no-repeat;
}

span.history-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(images/profile-icons.png) scroll 0 -120px no-repeat;
}

span.password-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(images/profile-icons.png) scroll 0 -150px no-repeat;
}

span.newsletter-icon {
    width: 25px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(images/profile-icons.png) scroll 0 -180px no-repeat;
}

.margright20 {
    margin-right: 20px !important;
}

.margtop10 {
    margin-top: 10px !important;
}

.lred {
    color: #ff9966;
}

.red {
    color: #ff3300;
}

.lblue {
    color: #0099cc;
}

.size30 {
    font-size: 30px;
}

.lh4 {
    line-height: 17px;
}

.slim {
    font-weight: 300;
}

.size12 {
    font-size: 12px;
}

.size16 {
    font-size: 16px;
}

.line2 {
    background: #e8e8e8;
    height: 1px;
    margin: 12px 0 6px 0;
    padding: 0;
    display: block;
}

a.clblue {
    color: #0099cc;
}

.green {
    color: #72bf66;
}

.bluebtn {
    text-transform: uppercase;
    border: 1px solid #006699;
    background: #3994d4;
    background: -webkit-gradient(linear, left top, left bottom, from(#3994d4), to(#1d7db7));
    background: -webkit-linear-gradient(top, #3994d4, #1d7db7);
    background: -moz-linear-gradient(top, #3994d4, #1d7db7);
    background: -ms-linear-gradient(top, #3994d4, #1d7db7);
    background: -o-linear-gradient(top, #3994d4, #1d7db7);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px;
    color: #fff;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
}

.margtop20 {
    margin-top: 20px !important;
}

.line4 {
    background: #e8e8e8;
    height: 1px;
    margin: 17px 0 15px 0;
    padding: 0;
    display: block;
}

ul.blogcat {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.blogcat li {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}

.btn-search5 {
    text-transform: uppercase;
    border: 1px solid #d8d8d8;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 2px;
    color: #999999;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.btn-search5:hover {
    color: #333;
    border: 1px solid #bababa;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
}

.cpwidth {
    width: 150px;
}

/*==============================================================*/
/*==================User Profile Page END ======================*/
/*==============================================================*/

/*==============================================================*/
/*==========================About Page==========================*/
/*==============================================================*/
@media (min-width: 480px) {
    .hpadding50c {
        padding: 20px 25px;
    }
}

.size30 {
    font-size: 30px;
}

.lato {
    font-family: "Lato";
}

.slim {
    font-weight: 300;
}

p {
    margin: 0 0 10px;
}

.aboutarrow {
    display: block;
    float: left;
    position: relative;
    left: 50%;
    bottom: -20px;
    width: 25px;
    height: 13px;
    background: url(images/about-arrow.png) no-repeat;
}

@media (min-width: 480px) {
    .hpadding50c {
        padding: 20px 25px;
    }
}

.hpadding50c {
    padding: 20px 25px;
}

.size22 {
    font-size: 22px;
}

.cpdd01 {
    padding: 0px 15px 0px 0px;
}

.cpdd02 {
    padding: 0px 0px 0px 15px;
}

.size18 {
    font-size: 18px;
}

.abover {
    position: relative;
    overflow: hidden;
}

.ohidden {
    overflow: hidden;
}

.abbg {
    background: #0099cc;
    background: rgba(114, 191, 102, 0.8);
    position: absolute;
    top: 0;
}

.socials-container {
    position: relative;
}

span.socials-twitter {
    width: 18px;
    height: 18px;
    display: block;
    background: url(images/socials.png) 0 0 no-repeat;
}

span.socials-facebook {
    width: 18px;
    height: 18px;
    display: block;
    background: url(images/socials.png) -18px 0 no-repeat;
}

span.socials-gplus {
    width: 18px;
    height: 18px;
    display: block;
    background: url(images/socials.png) -36px 0 no-repeat;
}

.mt10 {
    position: relative;
    top: 10px;
}

.lh2 {
    line-height: 15px;
}

span.gcircle {
    display: block;
    float: left;
    padding-top: 7px;
    width: 40px;
    height: 40px;
    background: #666;
    text-align: center;
    font-size: 18px;
    font-family: lato;
    font-weight: 700;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

.mt6 {
    position: relative;
    top: 6px;
}

.ml10 {
    margin-left: 10px;
}

.dark {
    color: #333;
}

.size18 {
    font-size: 18px;
}

ul.checklist2 {
    margin: 0px;
    padding: 0px;
}

.checklist2 li {
    list-style-image: url(images/check.png);
    list-style-position: inside;
    padding: 0px;
    margin-left: 0px;
    color: #72bf66;
}

.btn-search4 {
    text-transform: uppercase;
    border: 1px solid #d75124;
    background: #e35121;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    background: -moz-linear-gradient(top, #ff6633, #e35121);
    background: -ms-linear-gradient(top, #ff6633, #e35121);
    background: -o-linear-gradient(top, #ff6633, #e35121);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.btn-search4:hover {
    /*color:#be3507;*/
    color: #ffffff;
    /*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    background: #ff6633;
    background: -webkit-gradient(linear, left top, left bottom, from(#e35121), to(#ff6633));
    background: -webkit-linear-gradient(top, #e35121, #ff6633);
    background: -moz-linear-gradient(top, #e35121, #ff6633);
    background: -ms-linear-gradient(top, #e35121, #ff6633);
    background: -o-linear-gradient(top, #e35121, #ff6633);
}

/*==============================================================*/
/*==========================About Page END======================*/
/*==============================================================*/

/*==============================================================*/
/*==========================Contact Page========================*/
/*==============================================================*/
#map {
    height: 250px;
    width: 100%;
}

#map2 {
    height: 200px;
    width: 100%;
}

.cstyle03 {
    background: #fff;
    margin-top: 800px;
    position: relative;
    z-index: 100;
    display: block;
}

.mt-200 {
    position: relative;
    top: -100px;
}

.z-index100 {
    z-index: 100;
}

.cstyle04 {
    position: relative;
    top: -41px;
}

.tab-contentContact {
    background: #ffffff;
    padding: 30px;
    min-height: 500px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pagecontainer-about {
    padding: 30px !important;
}
.size24 {
    font-size: 24px;
}

input.logpadding {
    height: 42px;
}

.margtop10 {
    margin-top: 10px !important;
}

.margtop20 {
    margin-top: 20px !important;
}

a.green2 {
    color: #72bf66;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.contactbtn {
    margin-left: 0px !important;
}

.btn-search {
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 12px;
    border: 1px solid #d75124;
    background: #e35121;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6633), to(#e35121));
    background: -webkit-linear-gradient(top, #ff6633, #e35121);
    background: -moz-linear-gradient(top, #ff6633, #e35121);
    background: -ms-linear-gradient(top, #ff6633, #e35121);
    background: -o-linear-gradient(top, #ff6633, #e35121);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    -moz-box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    box-shadow: rgba(0, 0, 0, 0.18) 0 1px 0;
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;
    color: #ffffff;
    font-size: 13px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.btn-search:hover {
    /*color:#be3507;*/
    color: #ffffff;
    /*text-shadow: rgba(255,255,255,.4) 0 1px 0;*/
    text-shadow: rgba(0, 0, 0, .4) 0 -1px 0;

    background: #ff6633;
    background: -webkit-gradient(linear, left top, left bottom, from(#e35121), to(#ff6633));
    background: -webkit-linear-gradient(top, #e35121, #ff6633);
    background: -moz-linear-gradient(top, #e35121, #ff6633);
    background: -ms-linear-gradient(top, #e35121, #ff6633);
    background: -o-linear-gradient(top, #e35121, #ff6633);

}

.mr20 {
    margin-right: 20px;
}

/*==============================================================*/
/*========================Contact Page END======================*/
/*==============================================================*/

/*==============================================================*/
/*=========================Payment Page=========================*/
/*==============================================================*/
.padding30 {
    padding: 30px;
}

.proceedPaypal {
    text-transform: uppercase;
    background: #f2f2f2;
    border: 1px solid #ccc !important;
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 3px 2px;
    color: #999999;
    font-size: 13px !important;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.proceedPaypal:hover {
    color: #333;
    border: 1px solid #bababa;
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background: -ms-linear-gradient(top, #ffffff, #f2f2f2);
    background: -o-linear-gradient(top, #ffffff, #f2f2f2);
}

.roundstep.active {
    width: 23px;
    height: 23px;
    background: #72bf66;
    color: #fff;
    border-radius: 23px;
    padding: 1px 0 0 6px;
    border: 1px solid #72bf66;
}

.roundstep {
    width: 23px;
    height: 23px;
    background: #fff;
    color: #666;
    border-radius: 23px;
    padding: 1px 0 0 6px;
    border: 1px solid #ccc;
}

.bluebtn {
    text-transform: uppercase;
    border: 1px solid #006699;
    background: #3994d4;
    background: -webkit-gradient(linear, left top, left bottom, from(#3994d4), to(#1d7db7));
    background: -webkit-linear-gradient(top, #3994d4, #1d7db7);
    background: -moz-linear-gradient(top, #3994d4, #1d7db7);
    background: -ms-linear-gradient(top, #3994d4, #1d7db7);
    background: -o-linear-gradient(top, #3994d4, #1d7db7);
    padding: 7.5px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 5px;
    color: #fff;
    font-size: 14px;
    font-family: Helvetica, Arial, Sans-Serif;
    text-decoration: none;
    vertical-align: middle;
    font-family: "Open Sans";
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.bluebtn:hover {
    color: #fff;
    border: 1px solid #006699;
    background: #1d7db7;
    background: -webkit-gradient(linear, left top, left bottom, from(#1d7db7), to(#3994d4));
    background: -webkit-linear-gradient(top, #1d7db7, #3994d4);
    background: -moz-linear-gradient(top, #1d7db7, #3994d4);
    background: -ms-linear-gradient(top, #1d7db7, #3994d4);
    background: -o-linear-gradient(top, #1d7db7, #3994d4);
}

.hpadding30 {
    padding: 0 30px;
}

.margtop30 {
    margin-top: 30px !important;
}

.lred2 {
    color: #ff5a00;
}

.mt15 {
    position: relative;
    top: 15px;
}

/*==============================================================*/
/*========================Payment Page END======================*/
/*==============================================================*/

/*==============================================================*/
/*================================FAQ Page======================*/
/*==============================================================*/
.faqBtn {
    border-radius: 2px !important;
    padding: 8px 14px !important;
    font-size: 16px !important;
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    text-decoration: none !important;
}

.panel-title {
    font-weight: bold;
}

/*==============================================================*/
/*============================FAQ Page END======================*/
/*==============================================================*/

/*========================MODAL FORM START=====================*/
.modal-sm {
    width: 450px !important;
}

.modal-lg {
    width: 750px !important;
}

.formModal {  
	padding: 15px 25px;
}

.CreateAccount {
    margin: auto;
    width: 50%;
}

input.ng-invalid.ng-touched, textarea.ng-invalid.ng-touched {
    border: 1px solid red;
}

.lang-mobile {
    display: none;
}

/*========================MODAL FORM END=====================*/

/*==============MEDIA QUERY START==================*/
@media only screen and (max-width: 2400px) {
    .ltr-address {
        margin-top: 44px;
    }

    .datePickerBG {
        height: 100%;
        top: -110px;
        margin-top: 0;
		/*margin-top: - 110 px;*/
    }

    @-moz-document url-prefix() {
        .datePickerBG .row.colxspadding {
         /* margin-top: 0;*/
        }
    }

    .datePickerBG.with-guest-picker {
        top: -345px;
    }

    .datePickerBG.with-full-guest-picker {
        top: -365px;
    }

    /* by mir */
    .datePickerBG.with-guest-picker-top-0 {
        top: 0;
    }
    .datePickerBG.with-full-guest-picker-top-0 {
        top: 0;
    }
    /* by mir */

    .navbar-brand {
        height: 0px !important;
        padding: 10px 15px !important;
        margin-top: 5px;
    }

    .marginTop20 {
        margin-top: 20px !important;
    }

    .marginTop15 {
        margin-top: 15px;
    }

    .marginTop5 {
        margin-top: 5px;
    }
    .padding-right-0 {
        padding-right: 0px !important;
    }

    #headerBgWrapper {
        padding-bottom: 10px;
    }

    .ChooseLanguage {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .datePickerBG {
    / / margin-top: - 9 %;
    }

    .datePickerSearch {
        padding: 6px 12px !important;
    }
}

@media only screen and (max-width: 991px) { 
    .HoteListWrapper {
        height: 242px;
    }

    .itemlabel3 {
        height: 240px;
    }

    .HoteListWrapper > div.col-xs-4 > div > img {
        height: 240px;
    }

    .labelleft2 {
        line-height: 17px;
    }

    .HoteListWrapper > div > div > div > button {
        /*margin-top: 30px;*/
    }

    .container.mt25.offset-0 > div.col-md-4 {
        margin-left: -15px;
        margin-top: 15px;
    }

    .testimonialbox, .needassistancebox, .alsolikebox {
        margin-left: 0px;
    }

    .paymentwrapper {
        padding-top: 15px;
    }

    .w50percentlast.right > a > img {
        float: right;
    }

    .ltr-address {
        margin-top: 80px;
    }

    .navbar-brand {
        height: 0px !important;
        padding: 10px 15px !important;
        margin-top: 5px;
    }

    .marginTop20 {
        margin-top: 20px !important;
    }

    .marginTop15 {
        margin-top: 15px;
    }

    .btn, .btn-group {
        /*width: 100%;*/
    }

    #headerBgWrapper {
        padding-bottom: 10px;
    }

    .ChooseLanguage {
        margin-right: 20px;
    }

}

@media only screen and (max-width: 767px) {
    .footer2 {
        background-color: #076b8c;
    }

    .footer2.ng-scope > div > div > p {
        color: #eaf1f6;
        font-size: 11px;
    }

    .container.mt25.offset-0 > div.col-md-4 {
        margin-left: -15px;
        margin-top: 15px;
    }

    .testimonialbox, .needassistancebox, .alsolikebox {
        margin-left: 0px;
    }

    .datepicker.col-sm-4 > h5, .datepicker.col-sm-4 > div {
        margin-left: 0px;
    }

    .datePickerBG {
        height: auto;
        margin-top: 2%;
        padding-bottom: 5px;
        top: auto;
    }

    .datePickerBG.with-guest-picker {
        margin-top: 2%;
        top: auto;
    }

    .datePickerBG.with-full-guest-picker {
        margin-top: 2%;
        top: auto;
    }

    .navbar-brand {
        height: 0 !important;
        padding: 10px 15px !important;
    }

    .marginTop15 {
        margin-top: 15px;
    }

    .btn, .btn-group {
        width: 100%;
    }

    #headerBgWrapper {
        padding-bottom: 10px;
    }

    .datePickerSearch {
        margin: 10px 0px 0px 0px;
    }

    .ChooseLanguage {
        margin-right: 20px;
    }

    .goUp.glyphicon {
        display: none;
    }

    .input-group .form-control {
        z-index: 0 !important;
    }

    .glyphicon.glyphicon-refresh {
        margin-top: 30px;
        margin-right: 17px;
    }

    .hotel-list .pagination {
        margin-right: 5px !important;
    }

    .lang-mobile {
        display: block;
        float: right;
        margin-top: -25px;
    }

    .popularbtn {
        right: 4px;
    }

    .popularbtn.filterBy {
        left: 4px;
        width: 60px;
    }
}

@media only screen and (max-width: 500px) {

    .hotelListHighlighBorder {
        box-shadow: 0px 2px #5bbaff;
    }

    .right.wh70percent {
        width: 60%;
    }

    .HoteListWrapper {
        margin-left: 3px;
        margin-right: 3px;
    }

    .labelright {
        padding: 5px;
    }

    .bookbtn {
        padding: 5px 5px 5px 5px;
        font-size: 12px;
    }

    .bookbtn:hover {
        padding: 5px 5px 5px 5px;
    }

    .hotelListName {
        float: none;
    }

    .screenfixfooter {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .topsortby {
        font-size: 12px !important;
    }

    .hpadding20 > div > div.col-xs-4 {
        padding-right: 0px !important;
    }

    .col-sm-9 > div.hpadding20 {
        padding: 0px;
    }

    div.bhoechie-tab-content {
        background-color: #ffffff;
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .container.mt25.offset-0 > div.col-md-4 {
        margin-left: -15px;
        margin-top: 15px;
    }

    .testimonialbox, .needassistancebox, .alsolikebox {
        margin-left: 0px;
    }

    .datepicker.col-sm-4 > h5, .datepicker.col-sm-4 > div {
        margin-left: 0px;
    }

    .colxspadding {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .w50percentlast.right > a > img {
        float: none;
    }

    .input-group .form-control {
        z-index: 0 !important;
    }

    .logo {
        margin-top: 8px;
    }

    .datePickerBG {
        margin-top: 12px;
        padding-bottom: 15px;
        margin-bottom: 12px;
        /*background-color: rgba(0, 0, 0, .4);*/
    }

    .datePickerBG.with-guest-picker {
        margin-top: 12px;
    }

    .datePickerBG.with-full-guest-picker {
        margin-top: 12px;
    }

    .datepicker > h5 {
        font-family: Lato !important;
        color: white;
    }

    .navbar-brand {
        padding: 10px 15px !important;
    }

    #headerBgWrapper {
        padding-bottom: 10px;
    }

    .datePickerSearch {
        margin: 10px 0px 0px 0px;
    }

    .ChooseLanguage {
        margin-right: 9px;
    }

    .goUp.glyphicon {
        display: none;
    }

    .footer2 {
        background-color: #076b8c;
    }

    .footer2.ng-scope > div > div > p {
        color: #eaf1f6;
        font-size: 11px;
    }

}

/*==============MEDIA QUERY END====================*/

.hotel-list .rzslider .rz-bubble {
    display: none;
}

.hotel-list .rzslider .rz-pointer {
    background: rgb(239, 239, 239) !important;
    border: 1px solid rgb(204, 204, 204);
    height: 18px;
    width: 18px;
    top: -5px;
}

.hotel-list .rzslider .rz-pointer:focus {
    outline: none;
}

.hotel-list .rzslider .rz-pointer:after {
    display: none;
}

.hotel-list .rzslider .rz-bar {
    height: 8px;
    padding: 0 1px;
}

.hotel-list .rzslider .rz-selection {
    background: #2f96b4;
    background-size: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbG);
}

.hotel-list .rzslider .rz-pointer.rz-pointer-min {
    margin-left: -1px;
}

.hotel-list .rzslider .rz-pointer.rz-pointer-max {
    margin-left: 1px;
}

.hotel-list .arab-slider .rzslider .rz-pointer.rz-pointer-max {
    margin-left: -1px;
}

.hotel-list .arab-slider .rzslider .rz-pointer.rz-pointer-min {
    margin-left: 1px;
}

.hotel-list .arab-slider .ranges > p:first-child {
    float: right;
}

.hotel-list .arab-slider .ranges > p:last-child {
    float: left;
}

.hotelList_description {
    height: 58px;
}

.vertical-divider {
    float: left;
    width: 1px;
    height: 30px;
    background-color: #d6d6d6;
    position: absolute;
    right: 13px;
    top: 27px;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: red !important;
}

.helloUser {
    float: right;
}

.helloUser .header-dropdown .glyphicon {
    padding-left: 5px;
    padding-right: 5px;
}

.signButtons {
    float: right
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, textarea:focus, input:focus {
        font-size: 14px !important;
    }

}

.bhoechie-tab-content {
    padding-bottom: 30px !important;
}

.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
    max-height: 218px !important;
}

.has-error .form-control:focus {
    border-color: red !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: black !important;
}

.has-error span, .has-error small.help-block {
    color: red !important;
}

.has-error .btn.btn-default.calendar-btn.calendar-select {
    border-color: red !important;
}

.full-width {
    width: 100% !important;
}

.has-error .form-control {
    border-color: red !important;
}

input.ng-invalid.ng-touched, textarea.ng-invalid.ng-touched {
    border-color: #ccc;
}

.margin-left-23 {
    margin-left: 23px;
}

.margin-left-15 {
    margin-left: 15px;
}

.header-dropdown a {
    cursor: pointer;
}
.show-on-mobile {
	display: none;
}
@media (max-width: 769px) {
    .choose-language__container {
        float: right !important;
        margin-top: -30px !important;
    }

    .choose-currency__container{
        float: right !important;
        margin-top: -30px !important;
        margin-right: 47px !important;
    }
    
    .SidenavButton.hidden-sm {
        display: block !important;
    }

    .logo {
        margin: auto !important;
    }

    .full-width-769 {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .choose-language__container {
        float: right;
        margin-top: -30px !important;
    }

    /* By Mir*/
    .choose-currency__container{
        float: right;
        margin-top: -30px !important;
        margin-right:47px;
    }
    /*  */

    .paymentwrapper.no-padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .bookings-header {
        font-size: 10px !important;
    }

    .bookings__element__detail-name, .bookings__element__detail-date {
        font-size: 12px;
    }

    .modal-sm {
        width: auto !important;
    }

    .hotelListRecomended.glyphicon {
        top: -1px;
    }

}

@media (max-width: 852px) {
    .bhoechie-tab-container {
        margin-left: 0px !important;
        background-color: transparent !important;
        border-top: none !important;
    }

    .bhoechie-tab-container .bhoechie-tab {
        background-color: white;
    }

    .bhoechie-tab-menu {
        background-color: transparent;
    }

    .bhoechie-tab-menu span.bookings-icon {
        background: url(images/profile-icons.png) scroll 0 -26px no-repeat;
    }

    .bhoechie-tab-menu span.profile-icon {
        background: url(images/profile-icons.png) scroll 0 4px no-repeat;
    }

    .bhoechie-tab-menu .list-group-item {
        float: left;
        width: 60px;
    }

    .bookings-title {
        display: none;
    }

    .bhoechie-tab-menu {
        width: 100% !important;
    }
}

@media (max-width: 500px) {
    .hotel-details-navs:not(.sticky-nav) {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.main-page-slider {
    opacity: 1;
    transition: all 300ms;
    min-height: 600px;
    background: url(images/otlaat-bg.jpeg);
    background-size: cover;
    background-position: center center;
}
.main-page-slider .intro-home {
    padding-top: 100px;
    color: #fff;
    text-align: center;
}
.show-arabic-lg {
	display: none !important;
}

.main-page-slider .intro-home h2 {
    font-size: 34px;
}
.main-page-slider .intro-home h4 {
    font-size: 26px;
}

.hotel-details-container.zero-opacity-no-transition {
    transition: none;
}

.zero-opacity {
    opacity: 0;
}

.zero-opacity-immediate {
    opacity: 0;
}


.hotel-details-header, .portlet-header {
    font-size: 18px;
    font-weight: 400;
    background-color: #066b8c;
    color: white;
    padding-top: 3px;
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
}

.initial-overflow {
    overflow: initial;
}

.portlet-body {
    padding: 15px;
    background-color: white;
}

.hotel-details-desc {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    color: grey;
}

/*display.flex-control-nav  {
    display: none;
}

.flexslider {
    margin-bottom: 0px !important;
}*/
.payment__hotel-details .taxesIncluded  {	
    text-align: right;
    clear: both;
}
.hotel-details-navs {
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgb(248, 248, 248);
    margin-bottom: 10px;
    /* margin-bottom: 25px; */
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.13); */
    transition: 150ms box-shadow;
    border-bottom: 1px solid #ececec;
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    z-index: 2000;
    box-shadow: 6px 5px 24px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
}

.hotel-details-nav {
    display: inline-block;
    padding: 15px 20px;
    color: #ef5c2a;
    cursor: pointer;
}

.hotel-details-nav.active {
    border-bottom: 5px solid #ef5c2a;
    padding-bottom: 10px;
}

.hotel-details-nav:hover {
    text-decoration: underline;
}

.view-cancellation {
    color: grey;
    display: block;
    margin-top: 5px;
}

.view-cancellation a {
    color: grey;
    font-weight: 400;
}

.view-cancellation a:hover {
    color: grey;
}

.hotel-details-price {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

.hotel-details-book-now {
    background-color: #ef5c2a !important;
}

.hotel-details-book-now:hover {
    background-color: #ef5c2a !important;
}
.flex-viewport {
    overflow: visible !important;
}
.no-top {
    top: 0px !important;
}

/*.flexslider .slides img {
    float: right;
}*/
li.slide {
    width: 522px !important;
}
button[disabled="disabled"] {
    background: #d8d8d8 !important;
    border: solid 1px #d8d8d8 !important;
}

.paypal-radio-image, .checkout-radio-image {
    width: 165px;
    height: 40px;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 5px;
}

.paypal-radio-image {
    background-image: url("images/paypal-logo.png");

}

.checkout-radio-image {
    background-image: url("images/2checkout.png");
}


/*Bootstrap styles overwrite*/
.btn-mobile {
    width: auto;
}

.modal-dialog {
    padding: 5px;
}

.rtlclsnew{
    direction: ltr !important;
}

.topsortby-0-padding{
    padding-bottom:0 !important;
}


/*Home page filter fix */
.home-page .date-picker-options .dropdown-toggle {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.home-page .date-picker-options .dropdown-toggle .glyphicon.glyphicon-chevron-down {
    position: absolute;
    right: 2px;
    top: 8px;
}

.home-page .date-picker-options .dropdown-toggle .glyphicon.glyphicon-chevron-down::after {
    position: absolute;
    left: -1px;
    display: block;
    content: " ";
    background-color: white;
    z-index: 1;
    width: 20px;
    height: 20px;
    top: 0px;

}

.home-page .date-picker-options .dropdown-toggle .glyphicon.glyphicon-chevron-down::before {
    position: relative;
    z-index: 2;
}
/*End Home page filter fix */


#headerBgWrapper {
	background-color: #262a2e;
    z-index: 9;
}
.logo {
	height: 57px;
	width: 185px;
    float: left;
    background: url(images/logo_otlaat_en.png?v=2) no-repeat;
    background-size: contain;
}
.signButtons {
	float: right;
	margin-top: 10px;
}
.signButtons button {
	background: #ff891e;
	border: 1px solid #ff891e;
}
.signButtons button:hover {
	background:#ec7000;
	border: 1px solid #ec7000;
}
.signButtons button.btn-login {
	background: #262a2e;
	border: 1px solid #fff !important;
	color: #fff !important;
}


.choose-language__container,
.choose-currency__container {
	position: relative;
	display: inline-block;
	float: right;
    margin: 15px;
}
.choose-language__container a,
.choose-currency__container a {
	color: #fff !important;
    font-size: 12px;
}
.ChooseLanguage {
    display: none;
    position: absolute;
    right: 15px;
    top: 35px;
    background-color: #17191b;
    padding: 10px;
    z-index: 1;
    margin: 0 !important;
}
.ChooseCurrency {
    display: none;
    position: absolute;
    right: 15px;
    top: 35px;
    background-color: #17191b;
    padding: 10px;
    z-index: 1;
}
.ChooseLanguage a,
.ChooseCurrency a{		
	display: block;
	color: #fff !important;
}
.ChooseLanguage a:hover,
.ChooseCurrency a:hover{	
    text-decoration: initial;
}
.ChooseLanguage_btn,
.ChooseCurrency_btn {	
	color: #fff;
	cursor: pointer;
	display: block;
    padding: 10px 10px 5px;
}
.ChooseLanguage_btn i,
.ChooseCurrency_btn i{	 
    float: right;
    margin-left: 5px;
    font-size: 15px !important;
    margin-top: 3px;
}
.choose-language__container:hover .ChooseLanguage {
  display: block;
}
.choose-currency__container:hover .ChooseCurrency {
  display: block;
}
.arabic-lang-label {
    font-family: tahoma;
}

.modal-content a {
    color: #0188b5 !important;
}
.modal-content .modal-header {
    padding: 15px 25px;
}
.modal-content .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    border: solid 1px #0188b5;
    background: #0188b5;
}
.modal-content .btn-primary {
    border: solid 1px #0188b5;
    background: #0188b5;
}
.modal-content .btn-primary:focus,.modal-content .btn-primary.focus {
    color: #fff;
    border: solid 1px #0188b5;
    background: #0188b5;
}

/* SLIDESHOW HOME */
.rslides {
    height: 650px !important;
}
.rslides img {
    height: 650px !important;
}
.sliderCountry{	
    top: 100px;
    font-size: 30px !important;
}
.sliderCity{	
    top: 130px !important;
    font-size: 60px !important;
}
.sliderForm{	
    top: 210px !important;
    font-size: 22px !important;
}
.sliderPrice {
    top: 240px !important;
    font-size: 35px !important;
    color: #ff891e !important;
    font-weight: bold !important;
}
.callbacks_nav {
    background: url(images/arrows-sliders.png) no-repeat left top !important;
    left: 50px !important;
}
.callbacks_nav.next {
    right: 50px !important;
    background: url(images/arrows-sliders.png) no-repeat right top !important;
}
.datePickerBG {
	top: -270px;
    padding: 20px !important;
}
.datePickerSearch {
    padding: 6px 30px !important !important;
    background: #ff891e !important;
    border-color: #ff891e !important;
}
.datePickerSearch:hover {
    background: #ff891e !important;
    border-color: #ff891e !important;
}
.glyphicon-calendar:before {
    color: #262a2e !important;
}
.date-guest-picker .glyphicon-chevron-down, .date-picker-options .glyphicon-chevron-down {
    color: #262a2e !important;
}


/*LATESTNEWS  HOME*/

.lnews.ng-binding {
    font-weight: 600;
    font-size: 32px;
}
.msbox, .msbox1, .msbox2 {
    position: relative;
}
.msbox1,
.msbox2 {
    height: 550px;
}
.msbox2.msbox-last {
    height: 420px;
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff !important;
    background-color: #ff891e !important;
    border-color: #ff891e !important;
    outline: none !important;
}


a.homebtn {
    background: none;
}
ul.bcrumbs li {
    float: left;
    margin-left: 10px;
}
ul.bcrumbs li .fa {  
	width: inherit !important;
    font-size: 14px !important;
}
.filters .panel-default > .panel-heading {
    background-color: #f2f2f2 !important;
    border-color: #f2f2f2 !important;
}
.filters .panel-title .glyphicon {
    font-size: 10px !important;
}
.rzslider .rz-selection {
    background: #ff891e !important;
}
.ranges > p {
    color: #ff891e !important;
}
.hotellist__searchlist-wrapper {
    background-color: #f2f2f2;
}
.hotelListName,
.hotelListAddress ,
.hotelListDistrict,
.ratings-text ,
.rooms-group__header_name {
    color: #ff891e;
}
.hotel-details-price-ar {	
    color: #0ab21b !important;
}
.size18 {
    font-size: 18px;
    display: block;
    clear: both;
}
.lblue {
    color: #ff891e;
}
.topsortby .hotellist__searchlist-row {
   min-height: 120px;
}
.bookbtn  {	
    border: solid 1px #0188b5;
    background: #0188b5;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.ratings-text span.number {
    display: block;
    float: left;
    background: #febb02;
    color: #fff;
    padding: 9px;
    font-size: 18px;
    border-radius: 4px;
}
.ratings-text span.txt {
    display: block;
    float: left;
    font-size: 16px;
    padding: 9px;
}
.HoteListWrapper .itemlabel3 .labelright .txt-daily {
    margin: 5px 0;
}
.rooms .date-guest-picker {
    padding: 0;
}
.rooms-page  #rooms {
    position: relative;
}
.rooms-page .hotel-details-modify  {
	position: absolute;
    right: 10px;
    top: 78px;
    padding: 5px;
    font-size: 14px;
    height: 34px;
    z-index: 99;
    width: 102px;
}
.hotel-details-book-now {
    background-color: #ff891e !important;
    border-color: #ff891e !important;
}
.payment__guests-room-board,
.payment-room__board {
    color: #ff891e;
}
#hotelSearchForm .modify-search-button .btn {
    background: #ff891e;
    border-color: #ff891e;
    padding: 5px 6px;
    font-size: 14px;
}
.itemlabel3 {
    background: #ffffff;
}
.labelleft2 {
    padding: 15px !important;
}

.hotel-name {
    color: #0188b5;
}
.booknow {
    border: 1px solid #0188b5;
    background: #0188b5;
    text-shadow: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.booknow:hover {
    text-shadow: none;
    background: #0188b5;
}
.btn.btn-xs.btn-danger.sortbyprice-btn {
	background-color: #000 !important;
    float: right;
    margin-top: 4px;
    background: #fb7700 !important;
    padding: 6px 10px;
    width: inherit;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
    border: 2px solid white !important;
}
.hotel-details-header, .portlet-header {	
    background-color: #ff891e;
}
.hotel-details-nav {
    color: #ff891e;
    text-transform: uppercase;
}
.hotel-details-nav.active {
    border-bottom: 5px solid #ff891e;
}
.bookbtn:hover {
    border: solid 1px #0188b5;
    padding: 7px 13px 7px 13px;
    background: #0188b5;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}

.rooms-page .flex-direction-nav a:before {	
    font-size: 25px;
}
.payment-rooms__total-price {
    color: #333;
}
.date-guest-picker {
    width: 100%;
}
.filtertip {
    background: #ff891e;
}
.filtertip .hotel-details-price-ar {
    color: #fff !important;
}
.counthotel {
    font-size: 26px;
    margin-top: -5px;
    margin-bottom: 10px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #ff891e !important;
    border-color: #ff891e !important;
    color: #fff !important;
}
.pagination > li > a, .pagination > li > span {
    color: #ff891e !important;
}
@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.loadingTextCls {
    position: absolute;
    top: 50%;
    right: 50%;
    text-align: center;
    width: 340px;
    margin-right: -170px;
    line-height: 14px;
    padding: 0 20px;
}

.lds-ripple .txt {
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
    margin-right: 10px;
}
.lds-ripple .txt span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    font-size: 24px;
}

.lds-ripple .txt span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.lds-ripple .txt. span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}
.loading-overlay {
    background: #262a2e ;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 9999999999999;
    margin: 0 !important;
    padding: 0 !important;
    left: 0;
    max-width: none !important;
}
.logo-wrapper{
	width: 70px;
    overflow: hidden;
    position: absolute;
    top: 45%;
    right: 50%;
    margin-right: -35px;
}
.sidebarMenuBg {
    background-color: #ff891e;
}
a.green2 {
    color: #ff891e;
}

.newstitle a:hover {
    color: #ff891e;
}
.btn-search4,
.btn-primary {
    background-color: #ff891e;
    border-color: #ff891e;
}
.checklist2 li {
	color: #ff891e;
}
.progress-bar-success {
    background-color: #ff891e;
}
.not-found-txt {	
    padding: 100px;
    color: #262a2e;
}
.hotelList_description  {	
    color: #333;
    font-size: 13px;
}
.HoteListWrapper .hotelListAddress {
    color: #333;
}
.HoteListWrapper .hotelListAddress i{
    font-size: 14px !important;
    width: inherit !important;
}
.HoteListWrapper .hotelListDistrict {
    color: #333;
}
.HoteListWrapper .hotelListDistrict i{
    font-size: 14px !important;
    width: inherit !important;
}

.HoteListWrapper .hotelListName {
    font-size: 20px;
    color: #0188b5;
}
.HoteListWrapper .itemlabel3 .labelright {
    width: 150px !important;
}

.rooms-page .ratings-text {	
    margin-top: 10px;
}
/* FOOTER */
.footerbg {
    width: 100%;
    background: #262a2e;
    padding: 20px 0;
    overflow: hidden;
}
.ftitle {
    Font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}
.scont {
    color: #fff;
}
.scont a {
    color: #ff891e !important;
}

ul.footerlist {
    list-style-image: none;
    list-style: none;
    padding: 0;
}
ul.footerlist li a i {
    font-size: 12px !important;
    width: inherit !important;
	
}

ul.footerlist li:hover{
    background-color: transparent !important; 
}

ul.footerlist li a {
    color: #fff;
}
ul.footerlist li a:hover {
    color: #fff;
    background-color: transparent !important; 
}

.pnr {
    color: #ff891e;
}
a.mail-f {
    color: #fff;
}
.footer2 {
    background: #232629;
}
.footer2.ng-scope > div.row > div > div {
    background-color: inherit;
    border-color: inherit;
}
.footerNav ul li a {
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}
.copyright-wrap {
    margin-top: 30px;
}
.social-footer:after {
	content:"";
	display: block;
	clear: both;
}
.social-footer li {
    float: left;
    margin-right: 5px;
    list-style: none;
}
.social-footer li a {
    display: block;
    color: #fff !important;
    background: #ff891e;
    padding: 8px;
    border-radius: 100%;
    text-align: center;
    line-height: 14px;
    font-size: 16px !important;
    width: 30px;
    height: 30px;
}
.goUp {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #ffffff !important;
    font-size: 10px;
    background-color: #ff891e !important;
    padding: 3px 0px 0px 1px;
    text-align: center;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    right: 30px;
    line-height: 44px;
    border: none;
}
span.description-bx.ng-binding {
    display: block;
}
a.more-details-permalink {
    padding: 6px 20px !important;
    background: #ff891e;
    border-color: #ff891e;
    border-radius: 4px;
    color: #fff !important;
    margin-top: 10px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
a.more-details-permalink i {
    width: inherit !important;
    font-size: inherit !important;
    margin: 0 10px;
}

.modal-dialog .lightbox-nav {
    text-align: inherit;
}
.modal-dialog .lightbox-nav .btn-group a.btn.btn-xs{
    background: #0188b5;
    color: #fff !important;
    border-color: #fff;
    width: auto !important;
}
.modal-dialog .lightbox-nav .btn-group {
    width: auto !important;
}
.modal-dialog  .lightbox-nav .close {
    position: absolute;
    top: 0;
    right: 0;
    background: #0188b5;
    opacity: 1 !important;
    color: #fff !important;
    text-shadow: none;
    height: 22px;
    line-height: 18px;
    width: 22px;
    border-radius: 100%;
    font-size: 0;
}
.modal-dialog  .lightbox-nav .close:after {
    content: "x";
    font-size: 14px;
    font-family: tahoma;
    font-weight: normal;
    line-height: 20px;
}

.hotel-list .filtersNav ul {
    list-style-type: none;
    display: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
    display: inherit;
}
.hotel-list .filtersNav ul li {
    margin-bottom: 10px;
}
.hotel-list .hotellist-dates-mobile form {
    padding: 15px;
}
.only-mobile {
	display: none;
}
@media screen and (max-width: 991px) {
	.only-mobile {
		display:block;
	}
	.logo {		
		width: 155px !important;
		height: 50px;
		top: 0;
	}
	.logo-wrapper {
		width: 60px;
		overflow: hidden;
		position: absolute;
		top: 45%;
		right: 50%;
		margin-right: -30px;
	}
	.SidenavButton {
		float: right;
		margin-top: 0;
	}
	.nav-choose-wrapper {		
		clear: both;
	}
	.nav-choose-wrapper:before,
	.nav-choose-wrapper:after {
		display: table;
		content: " ";
	}
	.choose-currency__container {
		position: absolute !important;
		right: 75px;
		top: -7px;
	}
	.choose-language__container {
		position: absolute !important;
		right: 55px;
		top: -7px;
	}
	img.fhimg1 {
		height: initial;
	}
	.msbox1, .msbox2 {
		height: inherit;
	}
	.msbox2.msbox-last {
		height: inherit;
	}
	.goUp {
		display: none;
	}
	.datePickerWrapper {
		z-index: 1;
		position: absolute;
		top: 215px;
	}
	.datePickerWrapper .datePickerBG {
		top: 0;
	}
	.search-panel-wrapper {
		padding: 20px;
	}
	.datePickerWrapper {
		z-index: 1;
	}
	.msbox, .msbox1, .msbox2 {
		height: 150px !important;
	}
	.description-bx {
		display: none !important;
	}
	.thumbnail-img-msbox {
		width: 45%;
		float: left;
		margin-right: 5%;
		height: 100%;
		overflow: hidden;
	}
	.thumbnail-img-msbox img{
		height: 100%;
	}
	.thumbnail-img-msbox .w50percentlast {
		width: auto;
		float: inherit;
	}
	.msbox .w50percent {
		float: right;
	}
	.af-mosaic-item-title, .af-mosaic-item-text {
		text-align: left;
	}
	.latestNews  p.msctext {
		float: left;
	}
	.HoteListWrapper .itemlabel3 .labelright {
		width: 100% !important;
	}
	.HoteListWrapper .itemlabel3 .labelright > button {
		padding: 10px 15px;
		font-size: 14px;
		float: left;
		margin-top: 5px;
		clear: both;
	}
	.hotel-list .HoteListWrapper .labelright .hotel-details-price-ar {
		display: block;
	}
	.HoteListWrapper .itemlabel3 .labelright .txt-daily {
		margin: 5px 0;
		float: left;
	}
	.HoteListWrapper .itemlabel3 .labelright .taxesIncluded {
		float: left;
		margin: 5px;
		clear: initial !important;
	}
	.hotel-list .HoteListWrapper .labelright .hotel-details-price-ar {
		font-size: 28px !important;
	}
	.loading-overlay .logo{  
		width: 175px !important;
	}
	.main-page-slider .intro-home {
		padding-top: 40px;
	}
	.show-on-mobile {
		display: block;
	}
	.msctext  .newstitle {
		display: none;
	}
	.af-mosaic-content-bottom-right {
		display: none;
	}
	.msctext  {
	    float: right;
		width: 50%;
	}
	.searchfilter .popularbtn,
	.searchfilter .custom-select main > span{
		color: #fff !important;
		font-size: 12px;
		background: #ec7000;
		text-align: left;
	}
	.searchfilter .custom-select select {
		color: #fff !important;
		background: #ec7000;
		text-align: left;
		text-align-last: left;
		padding: 0 25px;
	}
	.HoteListWrapper {
		background: none !important;
	}
	.HoteListWrapper > figure {		
	    width: 40% !important;
		float: left;
		margin-right: 2%;
		height: 160px;
	}
	.HoteListWrapper .itemlabel3 {
		width: 58%;
		position: relative;
	}
	.HoteListWrapper .itemlabel3 .labelleft2 { 
		padding: 0 !important;
	}
	.HoteListWrapper .hotelListName {
		font-size: 16px;
	}
	.HoteListWrapper .hotelListAddress {
		display: none;
	}
	.HoteListWrapper .hotelList_description{
		display: none;
	}
	.HoteListWrapper ul.hotelpreferences {
		display: none;
	}
	.hotel-list .HoteListWrapper .labelright .hotel-details-price-ar {
		font-size: 20px !important;
	}
	.HoteListWrapper .itemlabel3 .labelright {
		padding: 0 !important;
		border-top: none !important;
		margin-top: 10px;
	}
	.taxesIncluded {
		position: relative;
		bottom: 0;
		left: 0;
		clear: both;
		display: block;
		font-size: 11px;
	}
	.HoteListWrapper .hotelListName {
	white-space: inherit !important;
	}
	.HoteListWrapper .ratings-text {
		position: absolute;
		left: -40px;
		top: 110px;
	}
	.HoteListWrapper .ratings-text span.number {
		width: 24px;
		text-align: center;
		padding: 4px;
		font-size: 11px;
		font-family: tahoma;
	}
	.HoteListWrapper .itemlabel3 br {
		display: none;
	}
	.HoteListWrapper .itemlabel3 .labelleft2 .visible-xs {
		margin-top: 0!important;
	}
	.HoteListWrapper .ratings-text span.txt {
		display: none !important;
	}
	/*
	.filtersNav ul {
		display: none !important;
		margin-top: 50px;
	}
	.filtersNav:hover ul,
	.filtersNav:active ul,
	.filtersNav:focus ul {
	  display: block !important;
	}*/
	.filtersNav ul li a.active {
		background-color: #0188b5;
		color: #fff !important;
	}
	.filtersNavBtn {
		float: left;
		border: 2px solid #fff;
		padding: 5px 20px;
		border-radius: 5px;
		color: #fff;
		width: 110px;
	}
	.filtersNav:hover .filtersNavBtn {
		border: none;
	}
	.filtersNav ul li a {
		line-height: 24px !important;
	}
	.filtersNavBtn i {
		float: left;
		margin: 0 5px;
	}
	.custom-select main {
		height: 38px !important;;
	}
	.filtersNavBtn span {}
	.tip-arrow {
		display: none;
	}
	.rooms-group__room-element .bookbtn {
		padding: 5px 20px !important;
		font-size: 16px;
	}
	.rooms-page .hotel-details-modify {
		top: 205px;
		width: 120px;
	}
	.main-page-slider .intro-home h2 {
		font-size: 24px;
	}
	.main-page-slider .intro-home h4 {
		font-size: 20px;
	}
	#mySidenav .form-signin {
		padding: 0 15px;
	}
	.msctext {
		position: relative;
	}
	a.more-details-permalink {
		padding: 5px !important;		
		position: absolute;
		bottom: -25px;
		left: 20px;
	}
	.searchfilter .custom-select select option {
		padding: 10px;
		background: #f2f2f2;
		color: #262a2e;
	}
	.custom-select {
		position: relative;
	}
	.custom-select > i.fa {  
		position: absolute;
		z-index: 10;
		color: #fff;
		top: 10px;
		left: 10px;
		z-index: 4;
	}
	.flex-direction-nav .flex-next {
		right: 0px !important;
	}
	.flex-direction-nav .flex-prev {
		left: 0 !important;
	}
	.hotel-details-navs.sticky-nav {
		display: none;
	}
	.rooms-page .hotel-details-container .detailsright {
		padding-left: 20px !important;
	}
	.filtertip .hotel-details-price-ar {
		text-align: center;
	}
	.hotel-list .date-guest-picker .remove-guest-button-mobile {
		color: #333333;
	}
	/*.rooms-page .flexslider-container {
		margin-left: 20px;
	}*/
	.faq-page .hpadding50c {
		padding: 20px 0;
	}
	.user-profile {
		position: relative;
		z-index: 0;
	}
	.hotel-list .filtertip .result-number-wrapper {font-size: 0 !important;    margin: 0 !important;}
	.hotel-list .filtertip .result-number-wrapper span {font-size: 16px !important; display: inline-block;    margin: 0 2px;}
	.hotel-list .filtertip .result-price-wrapper {display: none;}
	.hotel-list .filtertip .result-caption-wrapper {display: none;}
	.hotel-list .filtertip {
		height: inherit;
		padding: 0;
	}
	.hotelpreferences li {
		margin-top: 5px;
	}
}
@media screen and (max-width: 770px) and (min-width: 767px) {
    .screenfixfooter.col-sm-9 {
        width: 98%;
    }

    .hotel-list .HoteListWrapper {
        width: 100%;
    }
   
}

@media screen and (max-width: 852px) and (min-width: 768px) {
    .bhoechie-tab {
        width: 100% !important;
    }
    
}

/*By mir*/
.capitalize{
    text-transform: capitalize;
}
.redtxt{
    color:#F00;
}

.disableFilterBlock{
    pointer-events: none;
    opacity:0.5;
}

.hover-board {
  position: absolute;
  top: 50%;
  left: 27%;
  transform: translate(-30%, -50%);
  background-color: red;
  padding: 10px;
  color: #FFF;
  font-size: 14px;
  z-index:99999;
}

@media only screen and (max-width: 991px) {
    .hover-board {
        left: 0%;
        transform: translate(0%, 0%);
    }
}


/* By mir */
.choose-currency__container .currency_image{
    width: 23px;
    height: 20px;
    margin-right: 10px;
}

.choose-currency__container img {
    vertical-align: middle;
    border-style: none;
}

.choose-currency__container .currency-title{
    color: #272d59;
    font-size: 12px;
}

.li-currency{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d6d6d6 !important;
}

.li-currency:last-child{
    border-bottom: none !important;
}

li.li-currency:hover {
    cursor: pointer;
    background-color: #F5FAFF;
}

li.li-currency a:hover{
    background-color: #F5FAFF !important;
}

.actv {
    cursor: pointer;
    background-color: #DDCAD9;
}

/* end */

.delaymsgclass {
    margin:0 auto;
    max-width: 500px;
    background-color: #fff;
    color:#F00;
    text-align:center;
    padding: 10px;
    font-size: 15px;
}

ul.bcrumbs li:hover {
    cursor: inherit;
    background-color: transparent;
}

.mt-20 {
    margin-top: 20px;
}

.no-arabic {
    color:red; 
    text-align: center;
}

.displaytrue{
    display:block;
}

.displayfalse{
    display:none;
}

.pad-8{
    padding: 8px 0;
}

.pad-12{
    padding-bottom: 12px;
}

@media only screen and (max-width: 991px) {
    .pad-8{
        padding: 0;
    }
    
    .pad-12{
        padding-bottom: 0;
    }
}
/* By mir ends */

/* by mir & ayed start */
.datepicker h5.required-text {
  color: inherit !important;
}
.datepicker h5.required-text span {
  color: red;
  font-weight: initial;
}
.calendar-datepicker .datepicker .calendar-btn {
  border: 1px solid #ccc;
}

@media only screen and (max-width: 769px) {
  .date-guest-picker .remove-guest-button-mobile {
    color: #b3013d;
  }
  .datePickerBG .colxspadding {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  /* for footer by mir */
    .centAlignXs{
        text-align: center;
    }
    .centAlignValueXs{
        width: 40%;
        margin: 0 auto;
    }
    .centAlignValue40Xs{
        width: 60%;
        margin: 0 auto;
    }
    .ftitle {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .margLeft{
        /*margin-left: -11%;*/
    }
  
}

.hotel-details-price-discount {
    /*color: #0ab21b!important;*/
    color: #F00 !important;
    display: inline-block;
}

.m-6p {
    margin: 6px 0 !important;
}

.d-inl-block {
    display: inline-block;
}

.p-ar-hotel-details {
    color: #72bf66; 
    font-size: 18px; 
    font-weight: 700;  
    text-align: right;
    margin-bottom: 5px;
}

.w-73 {
    width:73% !important;
}

.w-25 {
    width:25% !important;
}

.roomPortletActualPrice{
    font-size:14px;
    font-weight:400;
}

.roomPortletDiscountAmount {
    font-size:12px !important;
    font-weight:400 !important;
}

/* by mir & ayed end */

/* By Zeid */
/* New Footer stayling */
.ftitle {
	font-family: 'Cairo', sans-serif;

}
  .footerFir {
	font-family: 'Cairo', sans-serif;
    width: 100%;
    background: #262a2e;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
}
  .footerFir ul li:hover{
	text-decoration: underline !important;
	color: #fff !important;
}

.fotLogo{
    width: 210px;
}
.fotLogo img{
    width: 210px;
}
.footerHelp{

    background: #ff891e;
}

.pullLeft{
    float: left  !important;

}
.footerHelp .container .row div span{

    display: block;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    margin-top: 7px;
    color: white;
}
.pullRight{
	display: inline-block;
    width: 100%;
    margin-right: -20px;
} .whats-icon{
    padding: 5.5px 5.5px 5.5px 5.5px;
    width: 48px !important;
    background: #ffffff;
    border-radius: 50%;
    font-size: 23px;
    text-align: center;
    display: inline-block;
    margin-top: 7px;
}
.social-footer li a{
    font-size: 26px!important;
    padding: 10px;
    color: #ff891e!important;
    background: none !important;

}

.fa-whatsapp{
    font-size: 26px;
}
.supportData{
    margin-right: 60px;
}
.supportData a{
    color: white;
    margin-top: 0px;
}
.supportData a:hover{
color: white;
    text-decoration: underline !important;
}
.linksList ul{
    list-style: none;
    font-size: 16px;
    font-family: 'Cairo', sans-serif;

}
.linksList a{
    color: #f2f2f2;
}
.linksList a:hover{
    text-decoration: underline !important;
    color: white;

}
.icon-left {
    font-size: 19px;
    margin-left: 10px;
    color: white;
}

.appLinks a img {
    width: 130px;
    min-height: 1px;
    height: auto;
    margin-top: 20px;
}
.footer2{
    background: white;

}
.copyright-wrap {
    margin-top: 10px;
}
.noFloat{
    float: right;
    width: 350px;
    vertical-align: middle;
    text-align: center;
}
.ftitle{
    margin-top: 11px;
    margin-bottom: 11px;
}
.linksList ul li a {
    font-size: 14px;
}
.linksList ul li a:hover {
    font-size: 14px;
    text-decoration: none;
}
@media only screen and (min-device-width:300px) and (max-device-width:767px){
    
    .fotLogo{
        margin: auto;
    }
    
    
    .footerHelp .container .row div span {
        font-size: 12px;
    }
    .fixFont p{
        font-size: 12px;
    }
    .footer2 .row img {
        float: none;
    }
    .noFloat{
        float: none;
        width: 300px;
    }
}



/* ends */
