@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1 {
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
}

h2 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

h5 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

h6 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin-bottom: 26px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: 0 none;
    max-width: 100%;
}

span {
    display: inline-block;
}

.home-links {
    color: #666;
}
a {
	outline: none !important;
}
input {
	outline: none !important;
}
a:focus,
a:hover {
    text-decoration: none;
    outline: 0 none;
    color: #1e639d;
}

a:hover {
    color: #1e639d;
}

.smooth,
.search-inner .btn,
.destinaiton .destination-info>div,
.destinaiton,
.btn,
.feature-block,
.feature-icon,
.link-list>li a,
.back-to-up::before,
.header_links>li>a,
.destination-info>div.d-price,
.search-items .list-item {
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    vertical-align: baseline;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
}

h3.heading-with-icon,
.dropdown-menu.contact-info h4,
.feature-block h5,
.home-slider h3,
footer h5,
.widget-head,
.item-info-area h5,
.item-price strong,
h3.tab-title,
.activities-block h6,
.properti_detail_wrap h3,
.room_detail_wrap h3,
.room-type>h6 {
    font-family: 'Open Sans', sans-serif;
}

.viewAllProperties {
    font-family: 'Open Sans', sans-serif;
}

.sharing-icons>li>a,
h3.heading-with-icon:before,
.owl-prev,
.owl-next {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dropdown-menu.contact-info,
.sidebar .panel-body ul li label .checkbox::after,
.header_links>li>a {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.sidebar .panel,
.load_more_btn.btn,
.modal-content {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.sidebar .panel,
.shortBy select,
.booking_block .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.dropdown-menu.contact-info,
.dropdown-menu::after,
.dropdown-menu.booknow-dropdown,
.feature-dropdown,
.back-to-up::before,
.destination-info {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -0-transform: translateX(-50%);
}

.search-inner .btn:hover,
.btn,
.photographers-info .btn:hover,
.owl-prev:hover,
.owl-next:hover,
.footer-search button:hover,
.sidebar .btn:hover {
    background-color: #0f0f0d;
    color: #fff;
    border-color: #0f0f0d;
}

.bg-blue {
    background-color: #1e639d;
}

.color-red {
    color: #f95055;
}

.color-blue {
    color: #418dcf;
}

.color-orange {
    color: #fdaf01;
}

.color-green {
    color: #28c05b;
}

.btn.full {
    width: 100%;
    display: block;
}

.btn.focus,
.btn:focus {
    color: #fff;
}

.grey-bg footer {
    background-color: #fafafa;
}


/* =========================
   Top Bar
   =========================
*/

.top-bar {
    color: #c3c3c2;
    background-color: #0f0f0d;
    padding: 14px 35px;
    border: none;
    font-size: 14px;
}

.top-bar .container-fluid {
    height: auto !important;
}

.top-bar .container-fluid a {
    color: #c3c3c2;
}

.top-bar .container-fluid a:hover {
    color: #1e639d;
}

.top-contact ul {
    list-style: none;
}

.top-contact ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.top-contact ul li i {
    font-size: 12px;
    margin-right: 5px;
}


/* =========================
   header
   =========================
*/

header.custom-header-nav {
    background: #ffffff none repeat scroll 0 0;
    padding: 18px 35px;
    box-shadow: 0 0px 10px rgb(0 0 0 / 50%);
    z-index: 100;
    min-height: auto;
}

header .container {
    max-width: 100%;
    width: 100%;
}

.navbar {
    border-radius: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    background-color: #ffffff;
}

.site_logo {
    padding: 10px 0;
}

header.custom-header-nav .navbar-nav li {
    display: inline-block;
}

header.custom-header-nav .navbar-nav li a {
    color: #666666;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 12px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.navbar-right .dropdown-menu {
    right: auto;
}

.dropdown-menu::after {
    display: none !important;
}

.navbar-nav .dropdown-menu {
    border-radius: 3px;
    margin: 0rem 0 0;
    border: none;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 40%);
}

.dropdown-menu>li {
    display: block !important;
}

header.custom-header-nav .navbar-nav li a:hover {
    color: #1e639d;
}

header.custom-header-nav .navbar-nav li a.nav-list-establishment {
    color: #ffffff;
    background-color: #1e639d;
    border-radius: 3px;
    padding: 12px 15px;
    margin-left: 10px;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s;
}

header.custom-header-nav .navbar-nav li a.nav-list-establishment:hover {
    background-color: #0f0f0d;
}

.navbar-nav>li>a {
    padding-top: 12px;
    padding-bottom: 12px;
}

.dropdown-menu::after {
    border-color: transparent transparent #f7f6f6;
    border-style: solid;
    border-width: 0 13px 13px;
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
    top: -13px;
}


/* =========================
   SEARCH 
   =========================
*/

.banner-slider .slide {
    background-position: center center;
    background-size: cover;
    min-height: 596px;
}

.top_banner_inner {
    position: relative;
}

.banner-slider,
.search-bg {
    height: 100%;
    left: 0;
    position: absolute!important;
    top: 0;
    width: 100%!important;
}

.banner-slider {
    display: block !important;
}

.search-bg>div {
    height: 100%;
    background-position: center center;
    background-size: cover;
}

.banner-slider .owl-wrapper-outer,
.banner-slider .slide,
.banner-slider .owl-wrapper,
.banner-slider .owl-item,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage {
    height: 100%!important;
    min-height: initial!important;
}

.owl-pagination {
    display: none;
}

.top_banner_inner .container {
    position: relative;
}

.top_banner_inner .search-div {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.search-sec .owl-next,
.search-sec .owl-prev {
    background-image: url("../images/search-slider-arrows.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 0;
    height: 62px;
    width: 35px;
    z-index: 2;
}

.search-sec .owl-next {
    background-position: right 0;
}

.search-sec .owl-prev:hover {
    background-position: 0 bottom;
    background-color: transparent;
}

.search-sec .owl-next:hover {
    background-position: right bottom;
    background-color: transparent;
}

.search-sec .owl-next:after,
.search-sec .owl-prev:after {
    content: none;
}

.search-sec.searchPageSearch {
    display: block!important;
    height: auto!important;
    overflow: inherit!important;
}

.sharing-div {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    padding: 10px 0;
}

.sharing-icons>li {
    display: inline-block;
    margin: 0 2px;
}

.sharing-icons {
    display: inline-block;
}

.sharing-icons>li>a {
    background: #c9c9c9 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 22px;
    line-height: 1;
    padding: 5px 0;
    text-align: center;
    width: 22px;
}

.sharing-icons>li>a:hover {
    background: #fcb315;
}

.sharing-div span {
    color: #b3b3b3;
    display: inline;
    font-size: 16px;
    margin-right: 2px;
}

.home_search .search-div {
    padding: 100px 0;
}

.home_search .search-div.search-div-small {
    padding: 75px 0;
}

.search-div {
    padding: 57px 0;
}

.search-div h2,
.search-div h1 {
    font-family: 'Allison', cursive;
    font-weight: normal;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 112px;
}

.search-div h4 {
    color: #ffffff;
    margin: 30px 0;
}

.search-div .search-inner+h4 {
    display: inline-block;
    padding: 0px 0 4px 0;
    margin: 0 auto;
    max-width: 800px;
    font-size: 21px;
    line-height: 33px;
}

.search-inner {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 4px;
    margin: 0 auto 18px;
    max-width: 800px;
    padding: 28px 28px 22px;
    padding-bottom: 12px;
    width: 100%;
    text-align: left;
}

.search-inner .selects_wrap .form-control {
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #666666;
    width: 100%;
    margin-bottom: 10px;
}

.search-inner .selects_wrap .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
}

.search-inner .selects_wrap .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

.search-inner .selects_wrap .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}

.search-inner .selects_wrap .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

.ui-widget.ui-widget-content.ui-autocomplete {
    border: 1px solid rgb(170, 170, 170);
    border-radius: 4px;
    background: #ffffff;
    color: #333333;
    max-width: 295px;
    max-height: 235px;
    font-size: 14px;
    overflow-y: auto;
    padding: 6px 0px;
    z-index: 999;
    position: absolute !important;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-autocomplete-category {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-menu-item {
    padding: 6px 12px;
    padding-left: 24px;
}

.ui-widget.ui-widget-content.ui-autocomplete .ui-state-focus {
    background-color: #5897fb;
    color: white;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-inner form .input-group.selects_wrap {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    margin: 0 0 10px;
    padding: 5px 0;
    width: 100%;
}

.search-inner form .form-group {
    /*
    margin-bottom: 10px;
	*/
    margin-bottom: 4px;
}

.search-inner form .tip {
    color: #ffffff;
    background-image: url('../images/caution-sign.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-top: 10px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -23px;
}

.select2-dropdown {
	border: 1px solid #e5e5e5 !important;
}

.search-inner .input-group.selects_wrap select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0 none;
    box-shadow: none;
    color: #666;
    font-size: 16px;
    height: 40px;
    line-height: 1;
    width: 33.3%;
    border-right: 1px solid #d3d3d3;
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.search-inner .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #666;
    padding: 11px 12px 9px;
}

.search-inner .select2-container--default .select2-selection--single {
    border: none;
    height: auto;
    margin-bottom: 10px;
}

.search-inner .select2 .selection {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}

.search-inner .input-group.selects_wrap select option {
    padding: 5px 15px;
}

.search-inner form .input-group.selects_wrap select:last-child {
    border-right: 0px;
}

.search-inner .selects_wrap .location-search {
    margin-bottom: 10px !important;
    height: 48px !important;
    padding-left: 7px !important;
    color: #666;
    font-size: 16px;
}

.search-inner .checkInDate,
.search-inner .checkOutDate,
.search-inner .btn {
    border: 0 none;
    float: left;
    height: 50px;
    width: 23.33%;
}

.search-inner .datepickerToFrom {
    float: left;
    margin-right: 1.3%;
    width: 75.3%;
}

.search-inner .checkInDate,
.search-inner .checkOutDate,
.search-inner .noOfPeople {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    margin-right: 1.9%;
    width: 49%;
}
.search-inner .checkOutDate {
	margin: 0;
}

.search-inner .noOfPeople {
    margin: 0;
}


/*
.search-inner input[type=number]::-webkit-inner-spin-button, 
.search-inner input[type=number]::-webkit-outer-spin-button,
.search-inner select::-webkit-inner-spin-button, 
.search-inner select::-webkit-outer-spin-button {
  -webkit-appearance: none; 
  margin: 0; 
}
*/

.search-inner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-inner .noOfPeople .noOfPeopleIcon {
    background-image: url('/themes/booknow/assets/images/search-apartment-sleeps.png');
    background-size: 100%;
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 18px;
}

.search-inner .checkInDate input,
.search-inner .checkOutDate input,
.search-inner .noOfPeople input,
.search-inner .noOfPeople select {
    border: 0 none;
    height: 50px;
    color: #666;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    font-size: 16px;
    background-color: transparent;
}

.search-inner .checkInDate input:focus,
.search-inner .checkOutDate input:focus,
.search-inner .noOfPeople input:focus,
.search-inner .noOfPeople select:focus {
    box-shadow: 0 0 1px 2px #1e639d inset;
    -webkit-box-shadow: 0 0 1px 2px #1e639d inset;
    -moz-box-shadow: 0 0 1px 2px #1e639d inset;
    -ms-box-shadow: 0 0 1px 2px #1e639d inset;
    -o-box-shadow: 0 0 1px 2px #1e639d inset;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.search-inner .checkInDate input::-webkit-input-placeholder,
.search-inner .checkOutDate input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666666;
}

.search-inner .checkInDate input::-moz-placeholder,
.search-inner .checkOutDate input::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

.search-inner .checkInDate input:-ms-input-placeholder,
.search-inner .checkOutDate input:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}

.search-inner .checkInDate input:-moz-placeholder,
.search-inner .checkOutDate input:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

.search-inner .btn {
    background: #1e639d none repeat scroll 0 0;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.search-inner label {
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.search-inner label span,
.search-inner label input {
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
}

.search-inner .input-group-addon {
    background-color: transparent;
    border: 0 none;
    color: #1e639d;
    cursor: pointer;
    font-size: 18px;
    height: 100%;
    padding: 14px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}

.daterangepicker {
    margin-top: 15px;
    width: auto;
    box-shadow: 0px 0 6px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0 6px rgba(0, 0, 0, 0.25);
}

.daterangepicker.dropdown-menu::after {
    border-color: transparent transparent #ffffff;
    left: 25px;
}

.daterangepicker.opensright::before {
    content: none;
}

.daterangepicker .daterangepicker_input {
    display: none;
}

.daterangepicker td.in-range {
    background-color: rgba(73, 173, 216, 0.5);
    color: #fff;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #49add8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    border: 1px solid #fff !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 8px 10px;
}

.daterangepicker .calendar {
    max-width: inherit;
}

.active.start-date.available,
.active.end-date.available {
    position: relative;
}

.active.start-date.available::after,
.active.end-date.available::after {
    background-image: url("../images/date-right-arrow.png");
    background-repeat: no-repeat;
    background-size: auto 15px;
    content: "";
    display: block;
    height: 17px;
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
}

.off.active.start-date.available::after,
.off.active.end-date.available::after {
    content: none;
}

.active.end-date.available::after {
    left: -7px;
    right: auto;
    background-image: url("../images/date-left-arrow.png");
    /*transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);*/
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #ccc;
    cursor: not-allowed;
    text-decoration: initial;
}

td.available {
    background-color: rgba(73, 173, 216, 0.2);
}

.daterangepicker td:hover {
    background-color: rgba(73, 173, 216, 1);
}

.daterangepicker td.available:not(.disabled):hover,
.daterangepicker th:not(.disabled).available:hover {
    background-color: rgba(73, 173, 216, 1);
    border-color: rgba(73, 173, 216, 1);
    color: #fff;
}

.colors-list {
    list-style: outside none none;
}

.colors-list li {
    display: inline-block;
    float: left;
    height: 4px;
    width: 100%;
}

.change_search_sec .search-inner .btn {
    height: auto;
    margin: 0;
    padding: 12px;
    font-size: 22px;
    width: 100%;
    white-space: normal;
}

.change_search_sec .search-inner {
    padding: 10px;
}

.change_search_sec {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.change_search_sec {
    display: none;
}

.change_search_sec .search-inner .btn span::after {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 100%;
}

.change_search_sec .search-inner .btn span {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    padding-top: 5px;
    position: relative;
}


/* =========================
   FEATURES 
   =========================
*/

.features-wrap {
    background-color: #1e639d;
    padding: 50px 0 90px;
    text-align: center;
}

.feature-block h5 {
    font-family: 'Allison', cursive;
    font-weight: 400;
    margin: 10px 0 10px;
    color: #ffffff;
    font-size: 60px;
}

.feature-block p {
    margin: 0px;
    color: #ffffff;
    font-size: 16px;
}

.features-wrap .col-md-4:nth-child(1) .feature-block p {
    margin: 0px auto;
    max-width: 310px;
}

.features-wrap .col-md-4:nth-child(3) .feature-block p {
    margin: 0px auto;
    max-width: 260px;
}

.feature-icon {
    margin: 0 auto 12px;
    text-align: center;
}


/* =========================
   CHOOSE YOUR ISLAND 
   =========================
*/

.choose-your-island-wrap {
    background-color: #ffffff;
    padding: 90px 0;
    text-align: center;
}

.choose-your-island-wrap h2 {
    font-size: 100px;
    line-height: 100px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 50px;
}

.choose-your-island-wrap a {
    color: #1e639d;
}

.choose-your-island-wrap a:hover img,
.choose-your-island-wrap a:hover h5 {
    opacity: 0.8;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s;
}

.choose-island-block h5 {
    font-family: 'Allison', cursive;
    font-weight: 400;
    margin: 10px 0 10px;
    color: #1e639d;
    font-size: 60px;
}

.choose-island-block-icon {
    margin: 0 auto 12px;
    text-align: center;
}


/* =========================
   ISLAND HOPPING 
   =========================
*/

.island-hopping-top {
    background-color: #fafafa;
    padding: 70px 0 80px;
}

.island-hopping-middle {
    background-color: #ffffff;
    padding: 70px 0 80px;
}

.island-hopping-middle h2 {
    font-size: 80px;
    line-height: 90px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 26px;
}

.island-hopping-middle a {
    color: #1e639d;
}

.island-hopping-bottom {
    background-color: #fafafa;
    padding: 70px 0 80px;
}

.island-hopping-bottom h2 {
    font-size: 80px;
    line-height: 90px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 26px;
    letter-spacing: -1px;
}

.island-hopping-bottom a {
    color: #1e639d;
}


/* =========================
   TYPES OF ACCOMMODATION 
   =========================
*/

.types-of-accommodation {
    background-color: #fafafa;
    padding: 70px 0 80px;
}

.types-of-accommodation h2 {
    font-size: 80px;
    line-height: 90px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 26px;
}

.accommodation-types {
    margin-bottom: 60px;
}

.accommodation-types:last-child {
    margin-bottom: 0;
}

.accommodation-types img {
    width: 100%;
}

.accommodation-types h2 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 5px;
    margin-top: 0;
}


/* =========================
   DIFFERENT ISLANDS 
   =========================
*/

.different-islands {
    background-color: #fafafa;
    padding: 70px 0 100px;
}

.different-islands h2 {
    font-size: 80px;
    line-height: 90px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 26px;
}

.different-islands-row {
    margin-bottom: 60px;
}

.different-islands-row img {
    width: 100%;
}

.different-islands-row-small-photos {
    margin-top: 30px;
}

.different-islands-row:last-child {
    margin-bottom: 0;
}

.different-islands-row h2 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 5px;
    margin-top: 0;
}

.different-islands-white {
    background-color: #ffffff;
    padding: 100px 0;
}

.different-islands-last {
    padding: 100px 0;
}


/* =========================
   PRIVACY POLICY 
   =========================
*/

.privacy-policy-wrapper {
    background-color: #fafafa;
    padding: 70px 0 100px;
}

.privacy-policy-wrapper h1 {
    font-size: 100px;
    line-height: 100px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 26px;
}

.privacy-policy-wrapper h2 {
    font-size: 60px;
    line-height: 70px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #1e639d;
    margin-bottom: 5px;
}


/* =========================
   WHY BOOK WITH KREOL BEDS 
   =========================
*/

.why-book-wrap {
    background-color: #1e639d;
    background-image: url('../images/bg-why-book.jpg');
    background-position: center;
    background-size: cover;
    padding: 0;
}

.why-book-wrap .col-md-6 {
    background-color: rgba(30, 99, 157, 0.9);
    padding: 90px 50px 100px;
    padding-right: 10%;
}

.why-book-wrap h2 {
    font-size: 80px;
    line-height: 80px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 0;
}

.why-book-wrap p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.why-book-wrap strong {
    text-transform: uppercase;
}

.why-book-wrap p:last-child {
    margin-bottom: 0;
}


/* =========================
   HOME SERVICES 
   =========================
*/

.home-services-wrap {
    background-color: #ffffff;
    padding: 100px 0 70px;
}

.home-services-wrap .col-md-3 a {
    box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
    display: block;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s
}

.home-services-wrap .col-md-3 a:hover {
    box-shadow: 0 0px 10px rgb(0 0 0 / 50%);
}

.home-services-wrap .col-md-3 .home-services-inner-description {
    padding: 20px;
}

.home-services-wrap .col-md-3 .home-services-inner-description h2 {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    margin-top: 0;
    text-align: center;
    color: #1e639d;
}

.home-services-wrap .col-md-3 .home-services-inner-description p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    min-height: 130px;
    margin-bottom: 5px;
}

.home-services-wrap .col-md-3 .home-services-inner-description button {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #1e639d;
    border-radius: 3px;
    width: 100%;
    padding: 13px 10px;
    border: none;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s
}

.home-services-wrap .col-md-3 a:hover .home-services-inner-description button {
    background-color: #0f0f0d;
}


/* =========================
   WELCOME 
   =========================
*/

.welcome-wrap {
    background: #fafafa none repeat scroll 0 0;
    padding: 50px 0;
}

h3.heading-with-icon {
    padding: 7px 0 7px 50px;
    margin: 0 0 15px;
    position: relative;
}

h3.heading-with-icon:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    background-image: url("../images/home.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.welcome-wrap p {
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
}


/* =========================
   OWL
   =========================
*/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    /* min-height: 1px; */
    min-height: 99px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/* =========================
   MORE LOCATIONS SECTION
   =========================
*/

.more-locations-block {
    padding: 60px 0;
}

.more-locations-block h2 {
    font-weight: bold;
    margin-top: 0px;
}

.more-locations-block h6 {
    margin-bottom: 30px;
}

.more-locations-block li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 33.3%;
    float: left;
    line-height: 23px;
    text-align: center;
}

.more-locations-block a {
    color: #666666;
}

.more-locations-block a:hover {
    color: #28c05b;
}

.readmore-locations+[data-readmore-toggle] {
    color: #ffffff;
    background-color: #28c05b;
    width: 210px !important;
    display: block;
    margin: auto;
    border-radius: 3px;
    min-width: 160px;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    font-weight: 800;
    padding: 0 4px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s;
}

.readmore-locations+[data-readmore-toggle]:hover {
    color: #ffffff;
    background-color: #ef5353;
}


/* :root {
  --footer-background: {{FormCompanyDetails.company_info.css_frontend_footer}}; 
} */


/* =========================
   FOOTER
   =========================
*/

.footer-search {
    margin: 8px 0 0;
}

footer {
    color: #fff;
    padding: 210px 0px 0;
    background-color: #fafafa;
    background-image: url('../images/bg-footer.png');
    background-position: center top;
    background-size: cover;
    text-align: left;
    font-size: 16px;
}

.white-footer {
    background-color: #ffffff;
}

.footer-top {
    margin-bottom: 70px;
}

footer h5 {
    color: #ffffff;
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    margin-bottom: 5px;
}

footer img {
    margin-bottom: 36px;
    margin-top: 10px;
}

.link-list>li {
    color: #fff;
    display: block;
    padding: 6px 0;
    background-image: url('../images/footer-links-icon.png');
    background-repeat: no-repeat;
    background-position: left 13px;
    padding-left: 15px;
}

.link-list>li a {
    color: #fff;
    font-size: 16px;
}

.link-list>li a:hover {
    color: #fff;
}

.link-list.locations_links>li {
    float: left;
    margin-right: 3.333%;
    width: 30%;
}

.footer-contact>li a {
    color: #fff;
    font-size: 16px;
}

.footer-contact>li a:hover {
    color: #fff;
}

.footer-navigation-continued {
    padding-top: 55px;
}

.footer-block-about p {
    line-height: 24px;
}

.book_accommodation {
    margin: 0;
}

.acc_list.link-list>li {
    padding: 0px;
}

.footer-contact {
    margin-bottom: 30px;
}

.acc_list>li a {
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 4px 0 4px 18px;
    display: block;
    overflow-wrap: break-word;
}

.acc_list>li.acc-location {
    background-image: url("../images/icon-footer-location.png");
    background-position: left 13px;
    background-repeat: no-repeat;
    padding: 8px 0 8px 18px;
    display: block;
    overflow-wrap: break-word;
    margin-top: 7px;
}

.acc_list>li.acc-phone a {
    background-image: url("../images/icon-footer-phone.png");
    background-position: left 9px;
}

.acc_list>li.acc-email a {
    background-image: url("../images/icon-footer-email.png");
    background-position: left 9px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 25px 0 0;
    padding: 25px 0;
    position: relative;
    text-align: center;
}

.copyright .col-sm-6 {
    padding: 0;
}

.copyright a,
.copyright a:hover {
    color: #ffffff;
}


/* =========================
   DEFAULT TEMPLATE STYLE
   =========================
*/

.main-body {
    background: #fafafa;
    padding: 70px 0 80px 0;
}

.main-body .col-lg-9 h1,
.main-body .col-lg-9 h2,
.main-body .col-lg-12 h1,
.main-body .col-lg-912 h2 {
    font-family: 'Allison', cursive;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 80px;
    line-height: 90px;
    color: #1e639d;
}

.main-body .col-lg-9 img {
    border: solid 1px #e6e6e6;
    background-color: #ffffff;
    padding: 5px;
    width: 100%;
}

.main-body p {
    margin-bottom: 26px;
    line-height: 26px;
}

.main-body p:last-child {
    margin-bottom: 0;
}

.about-us {
    padding-bottom: 80px;
}

.about-us-features .feature-block h5 {
    color: #1e639d;
}

.about-us-features .feature-block p {
    color: #333333;
}

.about-us-features:last-child {
    padding-top: 50px;
}


/* =========================
   BOOKING CONFIRMATION STYLE
   =========================
*/

.booking-confirmation p {
    margin: 0 0 20px;
}

.booking-confirmation p a {
    color: #666666;
}

.booking-confirmation p a:hover {
    color: #28c05b;
}

.booking-confirmation .col-lg-3 img {
    display: block;
    margin: 20px 0px;
}

.booking-confirmation .col-lg-3 strong {
    display: block;
}

.booking-confirmation hr {
    border-top: solid 1px #e1e1e1;
}

.booking-confirmation table tr td {
    padding: 10px;
    border: solid 1px #e1e1e1;
}

.booking-confirmation table tr td:last-child {
    text-align: right;
    min-width: 110px;
}

.booking-confirmation table tr:last-child td:last-child {
    border-bottom: solid 2px #28c05b;
}


/* =========================
   SEARCH PAGE STYLE
   =========================
*/

.search-tabs {
    display: block;
    /*
  margin: -50px 0 0px;
  */
    margin: -48px 0 0px;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding: 0px !important;
}

.search-tabs .nav-tabs {
    border-bottom: 0;
}

.search-tabs {
    background: transparent;
    padding: 18px 0;
    display: block;
}

.sharing-div {
    background: transparent;
    padding: 22px 0 18px;
    display: block;
}

.search-tabs .nav-tabs>li>a {
    margin-right: 4px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    color: #333333;
    background: #fff;
    border: 0px !important;
    padding: 13px 20px;
}

.search-tabs .nav-tabs>li.active>a,
.search-tabs .nav-tabs>li.active>a:focus,
.search-tabs .nav-tabs>li.active>a:hover,
.search-tabs .nav-tabs>li>a:hover {
    color: #1e639d;
}

.nav-tabs>li.active a::after {
    position: absolute;
    content: "";
    display: block;
    height: 4px;
    background: #fff;
    bottom: -4px;
    left: 0;
    width: 100%;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.search-results {
    background: #fafafa;
    padding: 40px 0 80px 0;
}

.sidebar .widget {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    margin: 0 0 20px;
    padding: 15px 18px;
}

.widget-head {
    font-family: 'Allison', cursive;
    font-weight: 400;
    font-size: 46px;
    border-bottom: 1px solid #cccccc;
    color: #1e639d;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.sidebar .panel-body {
    padding: 15px 0;
}

.sidebar .panel .form-control {
    margin-bottom: 20px;
}

.sidebar .panel a,
.sidebar .panel span {
    color: #333333;
    font-weight: normal;
}

.sidebar .panel .irs-with-grid span {
    color: #fff;
}

.sidebar .panel a {
    display: block;
}

.sidebar .panel a.read-more {
    color: #fff;
    margin: 20px 0 0;
}

.sidebar .panel a.read-more:hover {
    color: #fff;
}

.readmore+[data-readmore-toggle] {
    color: #1e639d !important;
    font-weight: 600;
}

.readmore+[data-readmore-toggle]:before {
    content: ' ';
    width: 100%;
    height: 20px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    position: absolute;
    margin-top: -20px;
}

.bl_holi_accommo .readmore+[data-readmore-toggle]:before {
    width: 80%;
}

.properti_block .readmore+[data-readmore-toggle]:before {
    width: 95%;
}

.expandable {
    display: none;
}

.expandable_wrap {
    position: relative;
}

.expandable_wrap ul {
    margin-bottom: 3px;
}

.fadeDiv {
    background-color: transparent;
    background-image: url("../images/white-fade.png");
    background-position: 0 bottom;
    background-repeat: repeat-x;
    bottom: 23px;
    display: block;
    height: 20px;
    margin: 0;
    position: relative;
    width: 100%;
}

.fadeDiv.gray {
    background-image: url("../images/gray-fade.png");
}

.area-desc>p:last-child {
    margin: 0 0 3px;
    white-space: pre-line;
}

.area-desc {
    margin: 0 0 3px;
    /*
  white-space: pre-line;
  */
}

.expandable_wrap.show .fadeDiv {
    display: none;
}

.expandable_wrap>p::after {
    bottom: 0px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: url('../images/white-fade.png');
    background-repeat: repeat-x;
    background-position: 0 bottom;
}

.seo-readmore p {
    line-height: 18px;
}

.seo-readmore a {
    display: inline-block !important;
    ;
}

.show .area-desc>p:last-child::after,
.show.expandable_wrap>p::after {
    content: none;
}

.area-desc>p:last-child,
.expandable_wrap>p {
    position: relative;
}

.sidebar .panel a:hover,
.sidebar .panel a:hover span,
.sidebar .panel a.view-more:hover,
.sidebar .panel-body ul li label:hover span,
.block-body li>a:hover {
    color: #1e639d;
}

.sidebar .panel-body ul li label {
    display: block;
    margin: 0;
    cursor: pointer;
}

.sidebar .panel-body ul li {
    margin-bottom: 4px;
}

.sidebar .panel a.view-more {
    color: #28c05b;
    font-size: 16px;
}

.towns_wrap ul li.show-more,
li.show-more {
    display: none;
}

.sidebar .panel {
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent transparent #cccccc transparent;
}

.sidebar .panel-title {
    font-size: 16px;
    margin: 0px;
    position: relative;
    font-weight: 700;
    color: #1e639d;
}

.sidebar .panel-title::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 2px;
    border-width: 5px 0 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #1e639d;
}

.sidebar .panel span.badge {
    background: transparent;
    color: #666;
    font-weight: normal;
    padding: 0;
}

.favoraite {
    background: #fff;
    padding: 11px 20px;
    color: #ef5353;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.search-tabs .favoraite {
    min-height: 46px;
}

.favoraite i {
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    margin-right: 5px;
    vertical-align: middle;
}

.favoraite span {
    vertical-align: middle;
    display: inline-block;
}

.shortBy {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececec;
    margin: 0 0 25px;
    padding: 8px;
}

.shortBy p {
    margin: 0;
    padding: 6px 6px;
    color: #333333;
}

.shortBy p b {
    font-weight: normal;
}

.shortBy label {
    font-weight: normal;
    color: #333333;
}

.shortBy select {
    padding: 4px 15px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    width: 170px;
    color: #333333;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
}

.shortBy select option {
    padding: 0 15px;
}

.sidebar .panel-body ul li label .checkbox {
    clear: both;
    display: inline-block;
    margin: 0;
}

.sidebar .panel-body ul li label input[type="checkbox"] {
    display: inline-block;
    margin: 0;
    opacity: 0;
    position: absolute;
}

.sidebar .panel-body ul li label .checkbox::after {
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    color: #baaca3;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 9px;
    height: 16px;
    left: 0;
    padding: 2px 0;
    position: absolute;
    text-align: center;
    top: 2px;
    width: 16px;
}

.sidebar .panel-body ul li label input:checked+.checkbox::after {
    content: "";
}

.sidebar .panel-body ul li label .checkbox {
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 22px;
    position: relative;
}

.nearby_accommo .widget-head,
.bl_holi_accommo .widget-head {
    margin: 0;
}

.nearby_accommo h1.widget-head,
.bl_holi_accommo h1.widget-head {
    font-size: 18px;
}

.sidebar .nearby_accommo .panel,
.sidebar .bl_holi_accommo .panel {
    border-bottom: 0;
    margin-bottom: 0;
}


/*seo page sidebar heading styles*/

.sidebar .nearby_accommo .panel .panel-body h2,
.sidebar .bl_holi_accommo .panel .panel-body h2 {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sidebar .nearby_accommo .panel .panel-body h3,
.sidebar .bl_holi_accommo .panel .panel-body h3 {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sidebar .btn {
    background: #1e639d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
}

.bl_holi_accommo .panel-body>img {
    display: block;
    margin: 0 0 15px;
}

.list-item {
    border: 1px solid #ececec;
    margin: 0 0 20px;
    background: #fff;
}

.list-item .item-info-area {
    padding: 18px;
}

.item-amenities {
    text-align: center;
    margin-top: 20px;
}

.item-amenities li {
    float: left;
    font-size: 10px;
    width: 20%;
}

.item-amenities li.not-avaiable,
.item-amenities li.not-avaiable i {
    color: #ccc;
}

.item-amenities li span {
    display: block;
}

.item-amenities li i {
    color: #1e639d;
    display: block;
    font-size: 22px;
    line-height: 1;
    min-height: 24px;
}

.item-amenities li i.icon-pool {
    font-size: 17px;
}

.item-info-area h5 {
    margin: 0 0 15px;
    color: #1e639d;
    font-weight: bold;
}

.Suburb {
    font-size: 12px;
}

.facilities {
    font-size: 12px;
    margin: 8px 0;
}

.item-price strong {
    font-size: 28px;
    font-style: initial;
    font-weight: bold;
    color: #ef5353;
    line-height: 1;
    vertical-align: top;
    display: inline-block;
    margin: 0 3px;
}

.item-price strong.old-rate {
    text-decoration: line-through;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
	display: block;
}

.item-price strong.room-not-available {
    font-size: 14px;
    padding-top: 30px;
}

.item-price span {
    font-style: normal;
    display: block;
}

.item-price {
    font-style: normal;
    padding: 0;
    /*
  margin:0 0 30px;
  */
    margin: 0 0 0px;
    text-align: right;
    font-size: 14px;
    height: 90px;
    color: #333333;
}

.availbility {
    color: #1e639d;
    font-size: 12px;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

.possibly-available {
    color: #28c05b;
}

.availbility span {
    display: block;
}

.availbility.on_request {
    color: #418dcf;
}

.item-info-area .btn {
    background: #1e639d none repeat scroll 0 0;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin: 20px 0 0;
    text-transform: uppercase;
    border: 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding: 14px;
}

.item-info-area .btn:hover,
.sidebar .rental-car .btn:hover,
.sidebar .activities-block .btn:hover {
    background: #0f0f0d;
    color: #fff;
}

.facilities>li {
    background-position: 0 center;
    background-repeat: no-repeat;
    float: left;
    font-weight: 600;
    margin: 8px 0;
    padding: 2px 0 2px 28px;
    width: 50%;
}

.facilities>li.f-sleep {
    background-image: url(../images/sleep.png);
}

.facilities>li.f-bedroom {
    background-image: url("../images/bedroom.png");
    padding-left: 20px;
}

.facilities>li.f-bathroom {
    background-image: url(../images/bathroom.png);
}

.facilities>li i {
    color: #fcb315;
    display: inline-block;
    font-size: 16px;
    margin-right: 2px;
}

.item-slider .owl-pagination {
    display: none;
}

.item-slider .owl-prev::after,
.item-slider .owl-next::after {
    font-size: 30px;
    left: 40%;
    line-height: 1;
    top: 0;
    font-size: 30px;
}

.item-slider .owl-prev,
.item-slider .owl-next {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none;
    color: #fff;
    height: 30px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 20px;
    z-index: 1;
}

.item-slider .owl-next {
    left: auto;
    right: 15px;
}

.owl-prev,
.owl-next {
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
    font-size: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    height: 36px;
    left: 20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 36px;
}

.owl-prev::after,
.owl-next::after {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    left: 13px;
    position: absolute;
    top: 7px;
}

.owl-next::after {
    content: "";
}

.owl-next {
    left: auto;
    right: 20px;
}
.item-slider .owl-pagination {
    display: none;
}

.item-slider .owl-prev::after,
.item-slider .owl-next::after {
    font-size: 30px;
    left: 40%;
    line-height: 1;
    top: 0;
    font-size: 30px;
}

.item-slider .owl-prev,
.item-slider .owl-next {
    background: transparent none repeat scroll 0 0 !important;
    border: 0 none;
    color: #fff;
    height: 30px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 20px;
    z-index: 1;
}

.item-slider .owl-next {
    left: auto;
    right: 15px;
}

.item-image-area {
    position: relative;
    overflow: hidden;
}

.item-image-area {
    position: relative;
    overflow: hidden;
}

.free-wifi {
    height: 80px;
    left: 0;
    position: absolute;
    top: 0;
    width: 80px;
}

.item-image-area a.favoraite,
.area_photo-gallery a.favoraite {
    background: transparent none repeat scroll 0 0;
    height: 25px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 25px;
}

.item-image-area a.favoraite i,
.area_photo-gallery a.favoraite i {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px auto;
    color: #757673;
    display: inline-block;
    height: 25px;
    line-height: 1;
    margin: 0;
    width: 25px;
}

.item-image-area a.favoraite.added i.icon-favoraite,
.area_photo-gallery a.favoraite.added i.icon-favoraite {
    background-image: url("../images/heart-red.png");
}

.item-image-area a.favoraite.added:hover i.icon-favoraite,
.area_photo-gallery a.favoraite.added:hover i.icon-favoraite {
    background-image: url("../images/heart-black-minus.png");
}

.item-image-area a.favoraite i.icon-favoraite,
.area_photo-gallery a.favoraite i.icon-favoraite {
    background-image: url("../images/heart-black.png");
}

.item-image-area a.favoraite:hover i.icon-favoraite,
.area_photo-gallery a.favoraite:hover i.icon-favoraite {
    background-image: url("../images/heart-red-plus.png");
}


/*.free-wifi {
  background: #ef5353 none repeat scroll 0 0;
  color: #fff;  
  font-weight: bold;
  height: 110px;
  left: 0;
  padding: 70px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: rotate(-45deg) translate(0px, -77px);
  -webkit-transform: rotate(-45deg) translate(0px, -77px);
  -moz-transform: rotate(-45deg) translate(0px, -77px);
  -ms-transform: rotate(-45deg) translate(0px, -77px);
  -o-transform: rotate(-45deg) translate(0px, -77px);
  width: 110px;
}*/

.free-wifi {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/free-wifi.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 84px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 85px;
}

.free-wifi i {
    display: block;
    font-size: 35px;
    height: 19px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    width: 34px;
}

.free-wifi span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: lowercase;
}

.filter_toggle,
.sort_toggle button,
.search_date_toggle {
    background-color: #ffffff;
    border: 1px solid #1e639d;
    border-radius: 4px;
    color: #1e639d;
    cursor: pointer;
    line-height: 1;
    min-height: 36px;
    padding: 10px 12px;
}

.sort_toggle,
.filter_toggle {
    margin-right: 5px;
}

.sort_toggle .dropdown-menu::after {
    border-color: transparent transparent #fff;
    border-width: 0 7px 8px;
    left: auto;
    right: 18px;
    top: -8px;
}

.filter_toggle {
    background-image: url('../images/filter-icon-blue.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 13px auto;
    padding-left: 30px;
}

.filter_toggle.active,
.filter_toggle:hover {
    background-color: #1e639d;
    background-image: url('../images/filter-icon.png');
    color: #fff;
}

.sort_toggle button:hover,
.sort_toggle.open button,
.search_date_toggle.active,
.search_date_toggle:hover {
    background-color: #1e639d!important;
    color: #fff;
    border-color: #1e639d!important;
}

.sort_toggle button span {
    border-width: 7px 7px 0;
    display: inline-block;
    margin: 0 0 0 5px !important;
}


/*Price range slider*/

.price_range_slider {
    padding: 0 0 25px;
    position: relative;
}

.price_range_slider .slider-track {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.price_range_slider .slider-selection {
    background-color: #49add8;
    background-image: none!important;
    filter: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.price_range_slider .slider-handle {
    background-color: #fcb315;
    border: 2px solid #fff;
    background-image: none!important;
    filter: none;
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.price_range_slider .slider.slider-horizontal {
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 180px;
}

.price_range_slider>span {
    left: 0;
    position: absolute;
    top: 25px;
}

.price_range_slider>span:last-child {
    left: auto;
    right: 0;
}

.search-items .item-info-area .btn {
    margin-top: 4px;
}

.pdr0 {
    padding-right: 0;
}

.item-slider .owl-item img {
    width: 100%;
}

.search-items .list-item>.item-image-area,
.search-items .list-item a>.item-image-area {
    width: 35.333%;
    float: left;
    overflow: visible;
}

.search-items .list-item .item-image-area .special-img {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    background-color: #ef5353;
    padding: 6px;
    padding-left: 10px;
    min-width: 120px;
    top: 10px;
    left: -4px;
    font-size: 16px;
    font-weight: 600;
}

.search-items .list-item .item-image-area .special-midstay-img {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    background-color: #ef5353;
    padding: 6px;
    padding-left: 10px;
    min-width: 120px;
    top: 45px;
    left: -4px;
    font-size: 16px;
    font-weight: 600;
}

.search-items .list-item>.item-info-area,
.search-items .list-item a>.item-info-area {
    width: 64.667%;
    float: left;
}

.item-info-area p,
.item-info-area div.hidden-xs {
    font-size: 13px;
    margin-bottom: 0px;
    color: #333333;
}

.search-items .item-info-area h5 {
    line-height: 1.3;
    margin: -5px 0 0;
    height: 25px;
    overflow: hidden;
}

.search-items .list-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.search-items .Suburb {
    font-size: 13px;
    margin: 0 0 5px;
    color: #333333;
}

.item-amenities li span {
    display: block;
    line-height: 11px;
    color: #1e639d;
}

.search-items .list-item .review_rating {
    margin: 4px 0 10px;
}

.search-items .list-item .stars>li {
    font-size: 15px;
    line-height: 10px;
    margin: 0 3px 0 0;
}

.search-items .list-item .stars>li.full {
    color: #fcb315;
}

.search-items .list-item .stars>li.blank {
    color: #999;
}

.review_rating ul {
    display: inline-block;
}

.review_rating .review_count {
    font-size: 13px;
    color: #8f8f8f;
}


/* =========================
   PAGINATION STYLE
   =========================
*/

.pagination-wrap {
    border-top: 1px solid #d3cfcc;
    padding: 0;
}

.pagination-wrap .pagination>li {
    display: inline-block;
}

.pagination-wrap .pagination>li.active>a,
.pagination-wrap .pagination>li>a:hover {
    background: #1e639d none repeat scroll 0 0;
    border-color: #1e639d;
    color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #1e639d none repeat scroll 0 0 !important;
    border-color: #1e639d !important;
    color: #fff !important;
}

.pagination-wrap .pagination>li>a,
.pagination-wrap .pagination>li>span {
    border-color: #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

.pagination-wrap .pagination>li.page-load>a {
    background: #ef5353 none repeat scroll 0 0;
    border-color: #ef5353;
    overflow: hidden;
    padding: 3px 2px;
    text-align: center;
}

.pagination-wrap .pagination>li>span {
    color: #d9d9d9;
    cursor: default;
}

.pagination-wrap .pagination>li>span:hover {
    background: transparent;
}

.pagination-wrap .pagination {
    margin: 20px 0px 20px 0;
    vertical-align: middle;
}

.pagination-wrap a.oc-loading {
    background: #ef5353 none repeat scroll 0 0 !important;
    border-color: #ef5353 !important;
    color: #fff !important;
    opacity: 0.5;
}

.pagination-wrap a.oc-loading:after {
    height: 15px;
    width: 15px;
    margin-left: -12px;
    margin-right: -4px;
    animation: oc-rotate-loader 0.8s infinite linear;
    border: .2em solid #fac7c7;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 1;
    background-color: #ef5353 !important;
    position: absolute;
    top: 9px;
}

.pagination-wrap a.back-to-up {
    background: #ef5353 none repeat scroll 0 0 !important;
    border-color: #ef5353 !important;
    opacity: 1 !important;
}

.pagination-wrap a.back-to-up:hover {
    background: #fcb315 none repeat scroll 0 0 !important;
    border-color: #fcb315 !important;
    opacity: 1 !important;
}

.pagination-wrap a.back-to-up:after {
    display: none !important;
}

.back-to-up {
    display: inline-block;
    font-size: 14px;
    background-color: #ef5353;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 5px 22px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    border: 0px;
}

.back-to-up:hover {
    background-color: #fcb315 !important;
    color: #fff !important;
}

.back-to-up::before {
    border-color: transparent transparent #ef5353;
    border-style: solid;
    border-width: 0 8px 9px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: -9px;
}

.back-to-up:hover::before {
    border-color: transparent transparent #fcb315;
}

.item-description {
    font-weight: normal;
    font-size: 14px;
    padding: 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 0;
}

.tab-title {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 30px;
    padding: 0;
}

.activities_wrap .tab-title {
    background-image: url("../images/activiti-icon.png");
    background-repeat: no-repeat;
    background-position: 0 center;
}

.load_more_btn.btn {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    background: #fcb315;
    border: 0;
    padding: 10px 15px;
    margin: 0 0 20px;
}

.load_more_btn.btn:hover {
    background: #28c05b;
    color: #fff;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    display: inline-block;
    margin: 0;
    padding: 0 26px 0 8px;
    position: relative;
}

.breadcrumb ul li:last-child {
    padding-right: 0px;
}

.breadcrumb ul li:last-child a {
    color: #999999;
}

.breadcrumb ul li a {
    color: #999999;
}

.breadcrumb ul li a:hover {
    color: #1e639d;
}

.breadcrumb ul li::after {
    background-image: url("../images/breadcrumb-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 0;
    top: -2px;
    width: 15px;
}

.breadcrumb ul li:last-child:after {
    content: none;
}


/* =========================
   HA AREA INFORMATION PAGE STYLE
   =========================
*/

.sidebar .block {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ececec;
    margin-bottom: 20px;
    padding: 16px 18px;
}

.sidebar .block>h5 {
    border-bottom: 1px solid #cccccc;
    color: #1e639d;
    font-family: 'Allison', cursive;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0 0 15px;
}

.block-body li>a {
    border-bottom: 1px solid #cccccc;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0;
    display: block;
}

.block-body li>a>span {
    font-weight: normal;
}

.area-header h1,
.area-header h3 {
    color: #1e639d;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 3px;
}

.area-header-meta span {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

.sub-meta span {
    border-right: 1px solid #333333;
    display: inline-block;
    margin-right: 5px;
    padding-right: 10px;
    vertical-align: top;
}

.area-header-meta a {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
}

.thumbnails-slide ul.slides .flex-active-slide img,
.lSSlideOuter .lSPager.lSGallery li.active img {
    outline: 2px solid #1e639d;
    outline-offset: -2px;
}

.thumbnails-slide .flex-direction-nav {
    display: none;
}

.flex-direction-nav .flex-prev::before,
.lSAction>a.lSPrev::before {
    content: "\f104";
    font-size: 30px;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next,
.lSAction>a {
    color: #ffffff;
    font-family: "FontAwesome";
    font-size: 0;
    background: none;
    opacity: 1;
    z-index: 1;
    width: auto;
}

.flex-direction-nav .flex-next::before,
.lSAction>a.lSNext::before {
    content: "\f105";
    font-size: 30px;
}

.flex-direction-nav {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    width: 100%;
}

ul.flex-direction-nav li.flex-nav-prev {
    float: left;
    margin-left: 10px;
}

ul.flex-direction-nav li.flex-nav-next {
    float: right;
    margin-right: 10px;
}

.area_sub_head {
    border-bottom: 1px solid rgb(204, 204, 204);
    color: #1e639d;
    font-family: 'Allison', cursive;
    font-size: 44px;
    line-height: 44px;
    margin: 0 0 15px;
    font-weight: 400;
    padding: 0 0 15px;
}

.area_photo-gallery {
    margin-top: 0;
}

.area-content {
    margin-top: 30px;
}

.read-more {
    color: #1e639d;
    font-size: 16px;
    font-weight: 600;
}

.read-more i {
    font-size: 8px;
    vertical-align: middle;
}

.map-block {
    margin-top: 55px;
}

.map-block img {
    width: 100%;
}

.map-block iframe {
    width: 100%;
    height: 370px;
}

.HA_info-sidebar {
    margin-top: 75px;
}

#slider {
    margin: 0 0 2px;
    position: relative;
}

.accommodation_list {
    margin: 30px 0 0;
}


/* =================================
   HA PROPERTY DETAIL PAGE STYLE
   =================================
*/

.star-rating {
    display: inline-block;
    margin-right: 8px;
}

.star-rating li {
    display: inline-block;
    color: #fcb315;
}

.star-rating li.disabled {
    color: #acacac;
}

.area_photo-gallery {
    position: relative;
    overflow: visible;
}

.area_photo-gallery .special-img {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    background-color: #ef5353;
    padding: 6px;
    padding-left: 10px;
    min-width: 120px;
    top: 10px;
    left: -4px;
    font-size: 16px;
    font-weight: 600;
}

.area_photo-gallery .special-midstay-img {
    position: absolute;
    z-index: 10;
    color: #ffffff;
    background-color: #ef5353;
    padding: 6px;
    padding-left: 10px;
    min-width: 120px;
    top: 45px;
    left: -4px;
    font-size: 16px;
    font-weight: 600;
}

.area_photo-gallery .lSSlideWrapper {
    background-color: #000000;
}

.area_photo-gallery .lSSlideOuter .lightSlider>*,
.area_photo-gallery .lSSlideOuter .lSGallery li {
    text-align: center;
}

.booking-price {
    background: #1e639d none repeat scroll 0 0;
    color: #fff;
    margin: -18px -18px 0;
    padding: 20px 15px;
    text-align: center;
}

.fixed .booking-price {
    min-height: 84px;
}

.booking-price span {
    display: block;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    margin: 0 4px;
    margin-top: 10px;
    vertical-align: bottom;
}

.booking-price strong {
    display: inline-block;
    font-size: 32px;
    line-height: 22px;
    vertical-align: bottom;
}

.booking-price strong.old-rate {
    text-decoration: line-through;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    line-height: 19px;
}

.booking-dates form {
    margin: 0 -5px;
}

.booking-dates form .form-group {
    float: left;
    padding: 0 5px;
    width: 50%;
    margin: 0px;
}

.booking_info .datepickerToFrom {
    margin: 0 0 15px;
}

.or {
    font-weight: bold;
    padding: 12px 0;
}

.chooseUnit a.btn {
    background: #ef5353 none repeat scroll 0 0;
    font-size: 20px;
    height: 40px;
    line-height: 28px;
    text-transform: uppercase;
}

.sub-text {
    color: #cecece;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

.quoteUnit a.btn {
    font-size: 18px;
    height: 40px;
    background: #fdaf01 none repeat scroll 0 0;
    line-height: 28px;
    text-transform: uppercase;
}

.reff_number {
    color: #cccccc;
    margin: 0 0 20px;
    font-size: 14px;
}

.payment-options {
    padding: 0 0 30px 0;
}

.payment-options>p {
    font-size: 14px;
    margin: 0 0 22px;
}

.lowestPrice {
    margin: 0 0 20px;
}

.booking_info .availbility {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 0;
}

.input-wrap i {
    color: #b2b2b2;
    position: absolute;
    right: 10px;
    top: 11px;
}

.booking-dates input {
    height: 40px;
    padding: 0 4px;
    background-color: #fff!important;
    font-size: 13px;
}

.booking-dates input:focus {
    border-color: #28c05b;
}

.input-wrap {
    position: relative;
    text-align: left;
}

.input-wrap i {
    font-size: 12px;
    top: 13px;
}

.booking-dates label {
    font-weight: 600;
    margin: 0;
}

.block.booking_info {
    border-bottom: 0 none;
    margin: 0;
}

.block.booking_info+.block {
    border-top: 0;
}

.sidebar.HA_info-sidebar .quoteUnit span {
    width: 100%;
}

.sidebar.HA_info-sidebar .btn {
    height: 50px;
    line-height: 28px;
}

.sidebar.HA_info-sidebar .btn img {
    vertical-align: baseline;
    margin-right: 5px;
}

.book-instant-btn {
    background-color: #ef5353 !important;
}

.book-instant-btn:hover {
    background-color: #0f0f0d !important;
}

.real-time-booking {
    color: #cccccc;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.chooseUnit {
    margin: 2px 0 0;
}

.sidebar .rental-car .btn,
.sidebar .activities-block .btn {
    background: #1e639d none repeat scroll 0 0;
    font-size: 20px;
    text-transform: uppercase;
}

.sidebar .rental-car .block-tile,
.sidebar .activities-block .block-tile {
    margin: 0 0 8px;
}


/*activities block css*/

.activities-block ul li {
    border: 0 none;
    margin: 0 0 15px;
    padding: 0 0 0 20px;
    position: relative;
}

.activities-block ul {
    margin: 20px 0 25px;
}

.activities-block ul li i {
    color: #fcb315;
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 2px;
}

.activities-block h6 {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0;
}

.activities-block .item-price>strong {
    color: #28c05b;
    vertical-align: bottom;
}

.activities-block .item-price {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    margin-bottom: 20px;
    padding: 15px 0;
    font-style: italic;
    text-align: center;
    vertical-align: bottom;
}


/*why choose us*/

.why-us-block ul {
    margin: 12px 0 0;
}

.why-us-block ul li {
    border: 0 none;
    font-size: 14px;
    padding: 3px 0;
}

.why-us-block ul li strong {
    color: #28c05b;
    font-size: 14px;
}


/*Reservationist block css*/

.reservationist>img {
    border: 1px solid #e3e3e3;
    float: left;
    margin-right: 6px;
}

.reservationist {
    margin: 18px 0;
}

.reservationist>h6 {
    color: #28c05b;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0 0;
}

.booking-help-block .reservationist>p {
    font-size: 15px;
    font-style: italic;
    margin: 0px;
}

.booking-help-block p {
    font-size: 16px;
    margin-top: 20px;
}

.booking-help-block ul li {
    border: 0 none;
    margin: 0;
    padding: 0px;
}

.booking-help-block ul li a {
    background-position: 0 5px;
    background-repeat: no-repeat;
    color: #1e639d;
    display: inline-block;
    font-size: 16px;
    border: 0px;
    font-weight: 600;
    padding: 5px 0 5px 20px;
}

.booking-help-block ul li.r-email a {
    background-image: url('../images/email-orange.png');
}

.booking-help-block ul li.r-phone a {
    background-image: url('../images/phone.png');
}

.properti_detail_wrap {
    border: 1px solid #ececec;
    margin: 30px 0;
    background: #fff;
    padding: 30px;
}

.properti_block,
.properti_block_inner,
.properti_block_modal {
    margin: 0 0 50px;
}

.properti_detail_wrap h3,
.room_detail_wrap h3 {
    border-bottom: 1px solid #ccc;
    color: #1e639d;
    font-family: 'Allison', cursive;
    font-weight: 400;
    font-size: 44px;
    line-height: 44px;
    margin: 0 0 15px;
    font-weight: 400;
    padding: 0 0 15px;
}

.properti_desc>.row .col-sm-7::after {
    background: #ccc none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: -15px;
    width: 1px;
}

.properti_desc {
    font-size: 16px;
    line-height: 1.3;
}

.apartment_points_list li {
    background-position: 0 center;
    background-repeat: no-repeat;
    margin: 0 0 10px;
    padding: 10px 0 10px 40px;
}

.apartment_points_list li.type {
    background-image: url("../images/apartment-home.png");
}

.apartment_points_list li.sleeps {
    background-image: url("../images/apartment-sleeps.png");
}

.apartment_points_list li.timing {
    background-image: url("../images/apartment-time.png");
}

.properti_features ul li {
    float: left;
    font-size: 16px;
    margin: 0 0 6px;
    padding: 0 0 0 20px;
    position: relative;
    width: 33.333%;
}

.properti_features ul li i {
    color: #1e639d;
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 4px;
}

.properti_information ul,
.properti_information ol,
.properti_cancellation ul,
.properti_cancellation ol {
    list-style: disc;
    margin-left: 20px;
    font-size: 16px !important;
}

.properti_information ul li,
.properti_information ol li,
.properti_cancellation ul li,
.properti_cancellation ol li {
    list-style: disc;
    font-size: 16px !important;
}

.properti_information p,
.properti_cancellation p {
    font-size: 16px !important;
}

.properti_map .map-wrap iframe,
#properti_street .map-wrap iframe {
    width: 100%;
}

.overlay-blk {
    position: relative;
}

.overlay-blk .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 32px;
    line-height: 36px;
    color: #fff;
}

.overlay-blk .overlay .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 69%;
    max-width: 140px;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 28px;
    background: #1e639d none repeat scroll 0 0;
    border: none;
}

.overlay-blk .overlay .btn:hover {
    color: #ffffff;
    background: #0f0f0d none repeat scroll 0 0;
}

#map-body div {
    position: relative !important;
    height: 500px !important;
}

#map-body div div {
    height: 100% !important;
}

#map-body div div div {
    height: auto !important;
}

#map-body div.card-body {
    height: auto !important;
}

#map-body div.card-body div.overlay-blk {
    height: auto !important;
}

#map-body div.card-body div.overlay-blk div.overlay {
    position: absolute !important;
    height: 100% !important;
}

.sp-reviews {
    margin-top: 20px;
}

.sp_activity-content .sp-reviews,
.sp-latest .sp-reviews {
    margin-top: 0px;
}

.sp-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
}

.sp-rating>span {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 13px;
    line-height: 16px;
    font-size: 16px;
    /*      cursor: pointer; */
}

.sp-rating>span:before,
.sp-rating>span~span:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #c8c7c7;
}

.sp-reviews-activity-name-date {
    margin-bottom: 10px;
    display: block;
}

.sp-reviews-star-rating {
    display: block;
    margin-bottom: 10px;
}

.sp-reviews-star-rating:last-child {
    margin-bottom: 0px;
}

.sp-reviews-star-rating b {
    font-weight: bold !important;
    width: 200px;
    display: inline-block;
}

.sp-reviews-comment {
    margin-bottom: 10px;
}

.sp-reviews b {
    width: 200px;
    display: inline-block;
}


/*  .sp-rating>span:hover, .sp-rating>span:hover~span {
    color: #c8c7c7;
} 
 .sp-rating>span:hover:before, 
 .sp-rating>span:hover~span:before, 
 .sp-rating>span:focus:before, 
 .sp-rating>span:focus~span:before, */

.sp-rating>span.active:before,
.sp-rating>span.active~span:before {
    color: #fdaf01;
}

.sp-rating.white>span:before,
.sp-rating.white>span~span:before {
    color: rgba(254, 254, 254, 0.6);
}


/*  .sp-rating.white>span:hover, .sp-rating.white>span:hover~span {
     color: rgba(254, 254, 254, 0.6);
 }
 .sp-rating.white>span:hover:before, .sp-rating.white>span:hover~span:before, .sp-rating.white>span:focus:before, .sp-rating.white>span:focus~span:before, */

.sp-rating.white>span.active:before,
.sp-rating.white>span.active~span:before {
    color: rgba(254, 254, 254, 1);
}


/*review block css*/

.review_block {
    padding: 20px;
    border: 1px solid #ccc;
}

.review_list.row {
    margin: 0 -5px;
}

.review_list.row .col-md-6 {
    padding: 0 5px;
}

.stars_list li {
    font-size: 15px;
    margin: 0;
    width: 16%;
    color: #fcb315;
    display: inline-block;
}

.stars>li {
    color: #ef5353;
    display: inline-block;
    font-size: 30px;
    margin: 0 4px;
}

.stars_list li.not-fill {
    color: #b2b2b2;
}

.t_r_left,
.t_r_right {
    float: left;
    width: 50%;
}

.reviewFrom {
    background: #fcb315 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    padding: 6px 25px;
}

.total_review,
.review_by {
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
}

.review_count_list>li {
    margin: 8px 0;
}

.review_count_list>li span {
    display: inline-block;
    vertical-align: middle;
}

.scroll_bar {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d3d3d3;
    border-radius: 50px;
    display: inline-block;
    height: 16px;
    margin: 0 3px;
    width: 65%;
    overflow: hidden;
}

.review_count_list>li span.scroll_bar>span {
    background: #fcb315 none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.stars_list {
    max-width: 110px;
    text-align: center;
}

.reviewer {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 38px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 2px;
    width: 38px;
}

.review_by {
    padding-left: 50px;
    position: relative;
}

.total_review p,
.review_by p {
    font-size: 13px;
}

.reviews>p {
    font-size: 13px;
    line-height: 1.6;
    margin: 0 0 15px;
}

.reviews>p:last-child {
    margin-bottom: 0px;
}

.r-based-on {
    font-size: 13px;
    margin: 0 0 15px;
}

.properti_cancellation ul li,
.properti_information ul li {
    font-size: 13px;
    margin: 0 0 4px;
}

.properti_detail_wrap .read-more {
    display: inline-block;
    margin: 0px 0 0;
}

.properti_detail_wrap .read-more:hover,
.properti_detail_wrap .read-more:focus {
    color: #28c05b;
}


/*rates and availbility*/

.room-block {
    /* border: 10px solid #f6f6f6; */
    border: 5px solid #f6f6f6;
    margin: 10px 0 0;
    padding: 0;
    position: relative;
}

.room-block-inner {
    z-index: 10;
    position: relative;
}

.room-block .room_price::after {
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    content: "";
    display: block;
    /* height: 100%; */
    height: 110px;
    left: 52%;
    position: absolute;
    top: 0;
    /* width: 24%; */
    width: 23.35%;
}

.room-block .room-detail {
    float: left;
    width: 52%;
    padding: 10px;
}

.room-block .room_price {
    float: left;
    width: 24%;
    padding: 10px;
}

.room-block .rooms_units {
    float: left;
    padding: 0 10px;
    text-align: right;
    width: 24%;
}

.room-block .rooms_units div {
	margin: 10px 0;
}
.room-block .rooms_units .form-control {
	display: inline-block;
}

.rooms_list .room-block .rooms_units:nth-child(2n) {
    display: none !important;
}

.fully_booked {
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
}

.iframe-date-rates-slider {
    margin-top: -120px;
    z-index: 9;
}

.properti_rates .iframe-date-rates-slider {
    margin-top: -90px;
}

.room-block-rates .iframe-date-rates-slider {
    margin-top: -120px;
    margin-bottom: -39px;
}

.room-detail .room-gallary {
    float: left;
    width: 40%;
}

.room-detail .room-type {
    float: left;
    padding: 15px 0 0 15px;
    width: 60%;
}

a .room-detail .room-type,
a .room-detail .room-type h6 {
    color: #666666;
}

a .room-detail .room-type strong {
    color: #1e639d;
    font-weight: normal;
}

.room_price .item-price {
    border: 0 none;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin: 16px 0;
	margin-top: 0;
}

.booking_block .room_price .item-price {
    margin: 0px 0;
    padding: 8px 0px;
}

.booking_block .room-block .room_price::after {
    /*
    height: 120px;
	*/
    height: 100%;
    min-height: 120px;
}

.room_price .item-price>strong {
    color: #ef5353;
    display: block;
    font-size: 22px;
    line-height: 1;
    margin: 6px 0 4px;
}

.rooms_units select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    padding: 8px 10px;
    width: 60px;
    background-image: url("../images/select-arrow-black.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.rooms_units select option {
    padding: 0 10px;
}

.room-type>h6 {
    font-size: 16px;
    margin: 0px;
    font-weight: bold;
}

.room-type>a {
    color: #1e639d;
}

.room-type>ul>li {
    display: inline-block;
    padding: 0 0 0 26px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.room-type>ul>li.r-sleeps {
    background-image: url("../images/r-sleeps.png");
    margin-right: 8px;
    padding-left: 28px;
}

.room-type>ul {
    margin: 5px 0;
}

.room-type>ul>li.r-baths {
    background-image: url("../images/beds.png");
    background-size: 22px auto;
}

.rooms_list_head {
    background: #333333 none repeat scroll 0 0;
    color: #fff;
    text-align: center;
}
.room_price .item-price>strong.old-rate {
    color: #6d6d6d;	
    font-size: 18px;
}
.room-block-inner .btn-default {
	height: 50px;
	line-height: 39px;
	background: #1e639d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
	margin: 10px;
	width: calc(24% - 24px);
}
.room-block-inner .btn-default:hover {
	background-color: #0f0f0d;
    color: #fff;
}

.rooms_list_head>div {
    border-right: 1px solid #fff;
    float: left;
    font-weight: bold;
    padding: 18px 10px;
    width: 23%;
}

.rooms_list_head>div:first-child {
    text-align: left;
    width: 52%;
    padding-left: 20px;
}

.rooms_list_head>div:last-child {
    border-right: 0 none;
    width: 25%;
}

.room-gallary .item-slider .owl-prev {
    left: 0;
}

.room-gallary .item-slider .owl-next {
    left: auto;
    right: 6px;
}

.booking_quote {
    background: #1e639d none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    margin: 20px 0 28px;
    padding: 16px 10px;
    position: relative;
}

.booking_quote::after {
    border-color: #1e639d rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 15px 15px 0;
    bottom: -15px;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
}

.unit-div .btn,
.rooms_units .btn {
    border: 0 none;
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 0 auto;
    max-width: 150px;
    padding: 5px 12px;
    text-transform: uppercase;
}

.unit-div .btn:hover,
.rooms_units .btn:hover {
    background-color: #fcb315;
    color: #fff;
}

.unit-div {
    margin: 0 0 10px auto;
    /*
  width: 155px;
  */
}

.custom_select_wrap {
    margin: 0 0 10px;
}

#rooms_book .custom_select_wrap select {
    margin-left: 7px;
}

.unit-title {
    margin: 0 0 10px;
    text-align: left;
}

.custom_select_wrap>span {
    float: left;
    line-height: 1.2;
    padding: 4px 0;
    text-align: left;
    width: 90px;
}

.custom_select_wrap>span>small {
    display: block;
}

.custom_select_wrap:first-child>span {
    padding: 10px 0;
}

#propertiMenuWrap.fixed {
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    height: auto;
    display: block;
    opacity: 1;
}

#propertiMenuWrap {
    height: 0;
    opacity: 0;
}

.property_menu {
    background: #333333 none repeat scroll 0 0;
}

.property_menu ul li {
    display: inline-block;
}

.property_menu ul li a {
    color: #cccccc;
    line-height: 20px;
    display: block;
    padding: 31px 20px;
}

.property_menu ul li a.active {
    background: #fff none repeat scroll 0 0;
    color: #666;
}

div.booking_info_two.clone {
    display: none!important
}

div.booking_info_two.fixed {
    display: block!important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


/*
======================================================
rooms light box style
======================================================
*/

.modal-title {
    font-weight: bold;
}

.modal-backdrop.in {
    opacity: 0.8;
}

.room_lightbox .modal-header {
    padding: 15px 30px;
}

.modal-content {
    border: 0 none;
}

.modal-content .item-price {
    margin: 0px;
    padding: 16px 0px;
	padding-top: 0;
}

.modal-content .room_price::after {
    height: 122px;
}

.room_lightbox .modal-body {
    padding: 15px 30px 30px;
}

.room_lightbox .modal-dialog {
    max-width: 850px;
}

.room_detail_wrap .room-block {
    margin: 0 0 30px;
}

.room_detail_wrap .area_photo-gallery {
    margin: 0 0 30px;
}

.room_detail_wrap .properti_block {
    margin: 0 0 25px;
}

.rooms_rates_wrap {
    border: 1px solid #cfcfcf;
    margin: 0 0 30px;
}

.room_name_capacity,
.room_checkin_date {
    float: left;
    padding: 4px 15px;
    width: 50%;
}

.room_name_capacity {
    border-right: 1px solid #cfcfcf;
    font-size: 12px;
}

.room_name_capacity>strong {
    color: #f95055;
    display: block;
}

.room_name_capacity>span {
    margin: 0 12px 0 0;
}

.room_checkin_date>label {
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.room_checkin_date>.input-wrap {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
}

.room_checkin_date .input-wrap i {
    background: #eeeeee none repeat scroll 0 0;
    border-left: 1px solid #cfcfcf;
    border-radius: 0 3px 3px 0;
    color: #7c7c7c;
    font-size: 15px;
    height: 32px;
    padding: 6px 0;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 34px;
}

.color-keys {
    border-top: 1px solid #cccccc;
    float: left;
    padding: 5px 15px;
    width: 100%;
}

.color-keys ul li {
    color: #a6a6a6;
    display: inline-block;
    font-size: 12px;
    margin: 0 20px 0 0;
}

.color-keys ul li.key-available,
.color-keys ul li.key-onrequest,
.color-keys ul li.key-unavailable {
    padding-left: 14px;
    position: relative;
}

.color-keys ul li.key-available::before,
.color-keys ul li.key-onrequest::before,
.color-keys ul li.key-unavailable::before {
    background: #cdecf3 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 10px;
}

.color-keys ul li.key-onrequest::before {
    background: #d7f3cd;
}

.color-keys ul li.key-unavailable::before {
    background: #f2e0d9;
}

.rate_slotes_div {
    border-top: 1px solid #cccccc;
    float: left;
    width: 100%;
}

.rate_slotes .booking_date b {
    display: block;
    font-size: 17px;
}

.rate_value {
    border-top: 1px solid #cccccc;
    font-size: 12px;
    padding: 15px 2px;
}

.rate_slotes_div .rate_slotes.on_request .rate_value {
    background: #d7f3cd;
}

.rate_slotes_div .rate_slotes.available .rate_value {
    background: #cdecf3;
}

.rate_slotes_div .rate_slotes.unavailable .rate_value {
    background: #f2e0d9;
}

.rate_slotes {
    text-align: center;
    border-right: 1px solid #ccc;
}

.rate_slotes_div .owl-item:last-child .rate_slotes {
    border-right: 0;
}

.rate_slotes_div .booking_date {
    padding: 10px 2px;
    font-size: 13px;
}

.rate_slotes_div .owl-next,
.rate_slotes_div .owl-prev {
    background: #f95055 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    height: 23px;
    left: auto;
    padding: 0;
    position: absolute;
    right: 12px;
    top: -22px;
    width: 23px;
}

.rate_slotes_div .owl-prev {
    right: 42px;
}

.rate_slotes_div .owl-next::after,
.rate_slotes_div .owl-prev::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 5px 0 5px 9px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -5px;
    top: 6px;
}

.rate_slotes_div .owl-prev::after {
    border-color: rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 5px 9px 5px 0;
}


/*
=================================================================
  BN Booking Detail page style
=================================================================
*/

.booking_detail_wrap>h3 {
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 10px;
}

.booking_detail_wrap .HA_info-sidebar {
    margin-top: 30px;
}

.booking_detail_wrap .flash-message {
    margin-bottom: 40px;
}

.booking_detail_wrap .flash-message.success {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #28c05b;
}

.booking_detail_wrap .flash-message.error {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ef5353;
    font-size: 18px;
}

.booking_detail_wrap .flash-message.error a,
.booking_detail_wrap .flash-message.error a:hover {
    color: #ffffff;
}

.booking_block {
    border: 1px solid #ececec;
    margin: 30px 0;
    background: #fff;
    padding: 18px;
}

.booking_block h5 {
    font-weight: bold;
    color: #666;
    margin: 0px 0 18px 0;
    padding: 0 0 18px;
    border-bottom: 1px solid #ccc;
}

.booking_block label {
    font-weight: normal;
    margin: 0 0 3px;
}

.booking_block label {
    font-weight: normal;
    margin: 0 0 3px;
}

.booking_block select {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #666;
    height: 50px;
    line-height: 1;
    background-image: url("../images/select-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 25px auto;
    border: 1px solid #e5e5e5;
}

.country-of-origin {
    margin-bottom: 15px;
}

.booking_block .input-wrap i {
    top: 18px;
}

.booking_block .form-control {
    font-size: 16px;
}

.booking_block input.form-control {
    color: #666;
    height: 50px;
    line-height: 1;
    border: 1px solid #e5e5e5;
}

.booking_block input.form-control[readonly] {
    /*
	background-color: #ffffff;
	*/
    background-color: #eeeeee;
}

.booking_block input.form-control.cvc {
    font-size: 11px;
}

.booking_block textarea.form-control {
    color: #666;
    resize: none;
    height: 100px;
    border: 1px solid #e5e5e5;
}

.booking_block select:disabled {
    background-color: #e3e2e2;
}

label sup {
    color: #ef5353;
}

.visa-cards {
    margin-top: 10px;
}

.radio_div {
    border-bottom: 1px solid #cccccc;
}

.radio_div label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    margin: 0px;
}

.booking_block label div .pay_amount {
    font-size: 24px;
}

.booking_block label div .pay_label {
    padding: 5px 0;
}

.radio_div input {
    display: none;
}

.radio_div label div {
    padding: 10px 0 10px 20px;
    background-image: url('../images/radio-uncheck.png');
    background-repeat: no-repeat;
    background-position: left center;
    cursor: pointer;
}

.radio_div label input:checked+div {
    color: #fcb315;
    background-image: url('../images/radio-check.png');
}

.booking_block.pay_now_block h5 {
    margin-bottom: 0;
}

.pay_now_bottom {
    padding: 45px 0;
}

.pay_now_bottom span {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #cecece;
}

.pay_now_bottom .btn {
    font-size: 16px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    height: 50px;
    padding: 10px 20px;
    min-width: 260px;
    background-color: #1e639d;
}

.pay_now_bottom .btn.bg-orange {
    font-size: 18px;
}

.pay_now_bottom .btn:hover {
    color: #fff;
    background-color: #0f0f0d;
}

.pay_now_bottom .btn.oc-loading {
    opacity: 0.65;
}

.pay_now_bottom p {
    margin-bottom: 30px;
}

.pay_now_bottom p,
.pay_now_bottom p a {
    font-size: 13px;
    color: #666;
}

.pay_now_bottom p a {
    text-decoration: underline;
}

.pay_now_bottom p a:hover {
    text-decoration: none;
}

.pay_now_bottom .or {
    padding: 25px 0px;
}

.apartment-image {
    margin: -18px -18px 0;
}

.read_more_list ul li {
    margin: 0 0 3px;
}

.read_more_list a.view-more {
    color: #28c05b;
}

.apartment-detail .block-body hr {
    border-color: #cccccc;
    margin: 18px 0;
}

.payment-detail>div {
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    padding: 18px 18px;
}

.payment-detail>div span.pull-right {
    font-size: 16px;
}

.payment-detail {
    margin: 18px -18px 0;
}

.payment-detail>div.deposit {
    background: #fcb315 none repeat scroll 0 0;
}

.payment-detail>div.final_amount {
    background: #fdd98a none repeat scroll 0 0;
}

.payment-detail>div em {
    font-size: 12px;
    font-weight: normal;
}

.payment-detail>div.total_amount {
    color: #666666;
}

.area_photo-gallery .slides li img {
    width: 100%;
}

.room_lightbox {
    z-index: 991;
}

.modal-backdrop {
    z-index: 990;
}

.room_lightbox {
    z-index: 991;
    display: block!important;
    visibility: hidden;
}

.room_lightbox.in {
    visibility: visible;
}

.booking-sidebar {
    padding-bottom: 0px !important;
}

.apartment-detail.booking-sidebar p {
	margin-bottom: 0;
}

.book-now-hr-bottom {
    margin-bottom: 0px !important;
}

.book-now-payable {
    background-color: #1e639d;
    color: #ffffff;
    padding: 20px 3px;
    font-size: 17px;
    margin: -3px !important;
    display: block;
    letter-spacing: -1px;
}

.book-now-payable .col-sm-6:first-child {
    letter-spacing: -1.5px;
}

.book-now-payable .col-sm-6:last-child {
    text-align: right;
}

.book-now-total {
    background-color: #1e639d;
    color: #ffffff;
    padding: 20px 3px;
    font-size: 17px;
    margin: -3px !important;
    display: block;
    letter-spacing: -1px;
}

.book-now-total.total {
    background-color: #5e99cb;
}

.book-now-total.total .col-sm-6:last-child {
    text-align: right;
}

.book-now-total .col-sm-6:last-child {
    text-align: right;
}

.blue-text {
    color: #1e639d;
}

.or-payment {
    display: inline-block;
    width: 6%;
    text-align: center;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    /*
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
	*/
}

.creditcard {
    background-image: url('../images/pay-by-credit-card-01.png');
}

.eft {
    background-image: url('../images/pay-by-eft.png');
}

.cc-selector input:active+.drinkcard-cc {
    opacity: .9;
}

.cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    max-width: 43%;
    margin-left: 10px !important;
    height: 50px;
    padding: 13px 18px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 0px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.1) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.1) grayscale(1) opacity(.7);
    filter: brightness(1.1) grayscale(1) opacity(.7);
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1.1) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.1) grayscale(.5) opacity(.9);
    filter: brightness(1.1) grayscale(.5) opacity(.9);
}

.cleaning-fee-wrapper {
    padding-top: 15px;
}

.admin-fee-wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
}

.specials-wrapper {
    padding-top: 15px;
    padding-bottom: 20px;
}


/*
=================================================================
  Privacy Policy page style
=================================================================
*/

.privacy-policy a {
    color: #666666;
}

.privacy-policy h2 {
    font-size: 18px !important;
    font-weight: !important;
    color: #666666;
    padding: 0px !important;
}

.privacy-policy h1 {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    color: #666666;
    padding: 0 0 13px;
    padding-top: 0px;
    padding-bottom: 25px;
}


/*
=================================================================
  Contact Us page style
=================================================================
*/

.contact-us strong {
    font-weight: normal;
}

.contact-us form {
    margin-top: 90px;
    text-align: left;
}

.contact-us form .required {
    color: #ff0000;
}

.contact-us input[type="text"] {
    width: 100% !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    font-size: 16px;
    color: #999;
    padding: 16px 4%;
    margin-bottom: 20px;
    margin-top: 5px;
}

.contact-us textarea {
    width: 100% !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #f2f2f2;
    font-size: 16px;
    color: #999;
    padding: 16px 5%;
    margin-bottom: 20px;
    margin-top: 5px;
}

.contact-us input[type="submit"] {
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    height: 50px;
    padding: 0 45px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #1e639d;
    border: none;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s;
}

.contact-us input[type="submit"]:hover {
    background-color: #0f0f0d;
}

.country-of-origin .form-group {
    margin-bottom: -10px;
}

.country-of-origin .select2 span {
    width: 100%;
}

.country-of-origin .select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 11px 3px;
    height: 50px;
}

.country-of-origin .select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 43%;
}


/*
=================================================================
  Paymwent Options style
=================================================================
*/

.payment-option-tab {}

.payment-option-tab .nav-tabs {
    border-bottom: none !important;
}

.payment-option-tab .nav-tabs>li {
    width: 50%;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}

.payment-option-tab .nav-tabs>li>a {
    border: 1px solid transparent;
    border-radius: 4px !important;
    padding: 15px;
    color: #28c05b;
    border: solid 1px #28c05b;
}

.payment-option-tab .nav>li>a:focus,
.payment-option-tab .nav>li>a:hover {
    background-color: #28c05b;
    color: #ffffff;
}

.payment-option-tab .nav-tabs>li.active>a,
.payment-option-tab .nav-tabs>li.active>a:focus,
.payment-option-tab .nav-tabs>li.active>a:hover {
    background-color: #28c05b;
    color: #ffffff;
    border: solid 1px #28c05b;
}

.payment-option-tab .nav-tabs>li.active a::after {
    position: absolute;
    content: "";
    display: none !important;
}

.payment-option-tab .nav-tabs>li.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 48%;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #28c05b transparent;
    display: block;
    width: 0;
}

.payment-option-tab .tab-content {
    padding-top: 30px;
}

.pay_now_bottom-ozow {
    padding-top: 20px;
}

.about-ozow {
    border: solid 1px #e5e5e5;
    margin: 15px;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.about-ozow .col-sm-4 {
    padding: 0px;
}

.about-ozow .col-sm-8 {
    padding-right: 0px;
    padding-top: 15px;
}


/* errors in form validation */

.error_strings {
    color: #F00;
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
}


/* =========================
   FEATURED BLOG POSTS 
   =========================
*/

.blog-posts-wrapper {
    background-color: #fafafa;
    padding: 100px 0px;
}

.blog-posts-heading h2 {
    font-family: 'Allison', cursive;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 80px;
    line-height: 90px;
    color: #1e639d;
    text-align: center;
}

.blog-posts-heading h3 {
    color: #333333;
    font-size: 16px;
    margin-bottom: 70px;
    margin-top: 0;
    text-align: center;
}

.blog-post {
    border-radius: 0;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
    font-size: 14px;
    line-height: 24px;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s;
}

.blog-post:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.blog-post .blog-post-photo {
    position: relative;
}

.blog-post .blog-post-photo .post-photo img {
    width: 100%;
}

.blog-post-details {
    padding: 20px;
    font-size: 15px !important;
    color: #666666;
    padding-top: 20px;
}

a .blog-post {
    color: #a4b7bb !important;
}

.blog-post-details h2,
a .blog-post-details h2 {
    color: #1e639d;
    font-size: 42px !important;
    font-family: 'Allison', cursive;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 52px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-post-details .post-meta,
a .blog-post-details .post-meta {
    color: #999999 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

a .blog-post-details p {
    margin-bottom: 26px;
    font-size: 16px;
    color: #333333;
}

a .blog-post-details ul li.blog-post-author strong {
    color: #28c05b;
    font-weight: 400;
}


/* =========================
 BLOG LIST 
 =========================
*/

.blog-list-wrapper {
    background-color: #fafafa;
    padding: 70px 0px 80px;
}

.blog-list-wrapper .col-md-4 {
    margin-bottom: 30px;
}

.blog-list-wrapper .col-md-4 button {
    color: #ffffff;
    background-color: #1e639d;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border: none;
    width: 100%;
    border-radius: 3px;
    padding: 12px 15px;
    transition: all 300ms ease-in-out 0.0s;
    -o-transition: all 300ms ease-in-out 0.0s;
    -ms-transition: all 300ms ease-in-out 0.0s;
    -moz-transition: all 300ms ease-in-out 0.0s;
    -webkit-transition: all 300ms ease-in-out 0.0s;
    -khtml-transition: all 300ms ease-in-out 0.0s;
}

.blog-list-wrapper .col-md-4 button:hover {
    background-color: #0f0f0d;
}


/* =========================
 BLOG ARTICLES 
 =========================
*/

.blog-article-wrapper {
    background-color: #fafafa;
    padding: 100px 0px 80px;
}

.blog-article-heading h1 {
    font-family: 'Allison', cursive;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 80px;
    line-height: 90px;
    color: #1e639d;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
    padding-bottom: 0px !important;
}

.blog-article .post-meta {
    margin-bottom: 26px;
    font-size: 14px;
    color: #969696;
}

.blog-article-meta {
    padding-bottom: 45px;
}

.blog-article-meta ul li {
    display: inline-block;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    color: #666666;
}

.blog-article-meta ul li.blog-article-date {
    background-image: url('../images/post-date-icon.png');
}

.blog-article-meta ul li.blog-article-author {
    background-image: url('../images/post-author-icon.png');
}

.blog-article-meta ul li.blog-article-author strong {
    font-weight: 400;
}

.blog-article-meta ul li.blog-article-categories {
    background-image: url('../images/post-category-icon.png');
}

.blog-article-photo img {
    width: 100%;
    margin-bottom: 15px;
}

.blog-article-body {
    font-size: 15px;
}

.blog-article-body h2 {
    color: #1e639d;
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 0px !important;
}

.blog-article-body h3 {
    color: #1e639d;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 0px !important;
}

.blog-article-body h4 {
    color: #1e639d;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 0px !important;
}

.blog-article-body h5,
.blog-article-body h5 {
    color: #1e639d;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 0px !important;
}

.blog-article-body p {
    line-height: 26px;
    margin-bottom: 26px;
    font-size: 16px;
}

.blog-article-body ul,
.blog-article-body ol {
    line-height: 24px;
    margin-bottom: 24px;
    margin-left: 40px;
    list-style-position: inside;
}

.blog-article-body ul,
.blog-article-body ul li {
    list-style-type: disc;
}

.blog-article-body ol,
.blog-article-body ol li {
    list-style-type: decimal;
}

.blog-article-body a {
    color: #1e639d;
}

.blog-article-body a:hover {
    color: #1e639d;
}

.article-sidebar {
    padding: 15px;
    background-color: #ffffff;
    border: solid 1px #f0f0f0;
}

.article-sidebar h2 {
    color: #1e639d;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Allison', cursive;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: left;
    padding-bottom: 5px !important;
    border-bottom: solid 1px #cccccc;
}

.article-sidebar .latest-article-post {
    padding-bottom: 15px;
}

.article-sidebar .latest-article-post:last-child {
    padding-bottom: 0px;
}

.article-sidebar .latest-articles-photo {
    padding-right: 0px;
}

.article-sidebar .latest-articles-photo img {
    width: 100%;
    border-radius: 0;
}

.article-sidebar .latest-articles-details h3 {
    color: #1e639d;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 28px;
    margin: 0px !important;
    padding: 0px !important;
}

.article-sidebar .latest-articles-details p {
    color: #333333;
    font-size: 16px;
    line-height: 19px;
    margin: 0px;
    padding: 0px;
}

.article-sidebar .latest-article-post .latest-articles-details p strong {
    color: #1e639d;
    font-weight: 400;
    display: block;
}

.article-sidebar .latest-article-post:hover .latest-articles-details p strong {
    color: #1e639d;
}

.article-sidebar .latest-articles-details a {
    color: #1e639d;
}


/* =========================
   Payment Table and Form style
   =========================
*/

.payments-table {
    max-width: 100%;
    margin: auto;
    margin-bottom: 40px;
}

.payments-table td {
    width: 100%;
    display: block;
    text-align: left;
    padding: 5px 0px;
}

.payments-table tr td:first-child {
    padding-top: 15px;
}

.payments-table td .form-control {
    border: solid 1px #eeeeee;
    width: 100% !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #999;
    padding: 10px 10px;
    height: 40px;
}

#make-payment-btn {
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    height: 40px;
    padding: 0 15px;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #ef5353;
    border: none;
    margin-bottom: 40px;
}

#make-payment-btn.oc-loading:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: .4em;
    height: 1em;
    width: 1em;
    animation: oc-rotate-loader 0.8s infinite linear;
    border: .2em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}


/*
=================================================================
  Reviews Submission style
=================================================================
*/

.reviews-top {
    padding: 80px 0px 0px;
}

.reviews-bottom label {
    display: inline-block;
    width: 180px;
    margin-bottom: 20px;
}

.reviews-bottom .starRating label {
    display: inline-block;
    width: auto;
}

.reviews-bottom .row {
    max-width: 730px;
    margin: auto;
}

.submit-reviews-block {
    padding-bottom: 80px;
}

.starRating:not(old) {
    vertical-align: sub !important;
}