@media screen and (min-width: 1230px) {
    .header-container {
        max-width: 1205px;
        padding-left: 15px;
    }
    .page-content {
        width: 1205px;
    }
}
@media screen and (max-width: 992px) {
    .page-content {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .page-content {
        width: 100%;
    }
    .rs-logo {
        height: auto;
        max-height: 42px !important;
        width: 100%;
        max-width: 241px;
    }
    #header {
        min-height: 60px !important;
    }
    .header-options-btn {
        display: block !important;
        margin-left: 8px;
    }
    .mobile-menu {
        left: 0 !important;
        right: auto !important;
    }
    .header-content {
        display: none;
    }
    #main-logo {
        padding-left: 0 !important;
        padding-top: 10px !important;
    }
}
body {
    background-color:#fff;
    color: #333;
    font-size: 14px;
    font-family: Tahoma, Geneva, sans-serif;
    overflow-x: hidden !important;
/*    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;*/
}
main {
/*    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;*/
}
html, body {
    width: auto !important;
    background-color: #f8f8f8;
}
a {
    cursor: pointer;
    color: #1c6798;
}
h4 {
    font-family: 'Merriweather Sans',sans-serif;
}
#header {
    z-index: 1000;
    background: #fff;
    min-height: 61px;
    border-bottom: 1px solid #dbdbdb;
}
.page-content {
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.footer {
    background: #555;
    padding: 25px 0 25px 0;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #dadada;
    width: 100%;
}
.footer-links:hover {
    text-decoration: none;
}
.footer-container {
    max-width: 1205px;
    width: 100%;
}
.footer ul {
    margin-bottom: 20px;
}
.footer ul li {
    list-style: none;
    padding-bottom: 4px;
    display: inline-block;
    padding-right: 40px;
}
.footer ul li a {
    color: #fff;
}
.footer ul li a:hover {
    color: #fff;
}
.footer span {
    display: block;
    margin-bottom: 20px;
}
.logos-payment span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 40px;
}
.pos-rel {
    position: relative;
}
#main-logo {
    padding-top: 6px;
    padding-bottom: 2px;
}
.header-container {
    width: 1205px;
    padding: 0 0;
    position: relative;
}
.header-content {
    padding-top: 20px;
}
.header-content ul li a {
    padding-left: 10px;
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.sign-out-dropdown {
    margin-left: 10px!important;
    height: 30px;
    font-size: 14px;
    box-shadow: none;
    display: inline-block;
    border: 1px solid #fff;
    border-bottom: 3px solid #fff;
    background: #fff;
    border-radius: 4px;
    min-width: 160px;
}
.footer-size {
    height: 100px;
}
.left-column {
    position: absolute;
    left: 0
}
.right-column {
    position: absolute;
    right: 0
}
.header-content ul {
    width: auto;
    min-width: initial;
    left: 10px;
    right: 0px;
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
    border: 1px solid #e0dcdc;
    border-top: none;
    z-index: 10000;
}
.open .sign-out-dropdown {
    border: 1px solid #e0dcdc;
    border-bottom: 3px solid rgb(237, 237, 237);
    border-radius: 3px 3px 0 0;
    background: #FAFAFA;
}
.user-icon {
    display: inline-block;
    height: 15px;
    margin-right: 2px;
    vertical-align: middle;
}
.menu-icon {
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
    top: -1px;
    position: relative;
}
.header-content ul li a:hover {
    color: #fff;
    background: #898989;
}
.help button {
    background: #fff;
    box-shadow: none;
    border: none;
}
.header-link a {
    color: #333;
}
.btn-yellow, .write-review {
    background: -webkit-linear-gradient(#fae085, #dbb01c);
    background: -moz-linear-gradient(#fae085, #dbb01c);
    background: -ms-linear-gradient(#fae085, #dbb01c);
    background: linear-gradient(#fae085, #dbb01c);
    color: #333!important;
    font-size: 12px;
    border: 1px solid #d8ac14;
    font-weight: bold;
    height: 30px;
    border-radius: 0x;
}
.btn-book-now-disabled, .show-contact-owner-disabled {
    background: linear-gradient(#FFFFFF, #FAF9F9);
    border: 1px solid #DBDBDB;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    border-radius: 0;
    width: 100%;
}
.show-contact-owner-disabled {
    pointer-events: none;
}
.btn-yellow:hover,
.btn-search:hover,
.write-review:hover{
    opacity: 0.9;
}
.write-review {
    width: 150px;
}
.header-options-btn {
    display: none;
    height: 45px;
    width: 50px;
    /*margin-top: 7px;*/
    margin-right: 10px;
    background: #fff;
    border: 1px solid #dbdbdb;
    /*padding-top: 9px;*/
}
.header-options-btn span {
    color: #333;
    font-size: 24px;
    margin-left: 0px;
}
.search-body {
    background-color: #F8F8F8;
    width: 100%;
}
.p0 {
    padding: 0;
}
.p-r-5 {
    padding-right: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.border-bottom {
    border-bottom: 1px solid #333;
}
.link-back-to-search {
    color: #333;
    padding: 7px 10px;
    text-align: left;
    position: absolute;
    left: 15px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #dadada;
}
.search-by-dest,
.check-in2,
.check-out2 {
    padding-right: 0;
}
.display-new-search {
    display: block;
}
.search-date {
    display: block;
    width: 100%;
    height: 39px;
    padding-left: 30px;
    padding-right: 5px;
    font-size: 14px;
    color: #555;
    line-height: 39px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e0dcdc;
    border-radius: 0;
    margin-bottom: 0;
}
.search-icon {
    position: absolute;
    width: 30px;
    height: 37px;
    top: 1px;
    cursor: pointer;
    background-color: #fff;
    color: #b5b5b5;
    padding: 5px 0;
    font-size: 20px;
    right: initial;
    border-radius: 0;
    z-index: 1;
    border: none;
    line-height: 29px;
    left: 1px;
}
.verify-email-my-details {
    float: right;
    width: calc(100% - 185px);
}
.verify-email-modal-title {
    font-size: 16px;
    padding-left: 25px;
    line-height: 22px;
}
.modal-footer > .btn-close {
    color: #333;
    font-family: verdana;
    background-color: #f5f5f5;
    height: 34px;
    width: 150px;
    border: 1px solid #bbb;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    margin-left: 10px;
    font-size: 14px;
}
.modal-footer > .btn-close:hover {
    opacity: 0.8;
}
.renter-email-verification {
    padding: 10px 15px 10px 15px;
    /*border-bottom: 1px solid #dbdbdb;*/
    color: #fff;
}
.verify-email-modal-title {
    font-size: 16px;
    padding-left: 25px;
    line-height: 22px;
}
#verify-email-message .resend-verification-email,
#verify-email-message .resend-verification-email:hover,
#verify-email-message .resend-verification-email:active,
#verify-email-message .resend-verification-email:focus {
    color: #fff;
    text-decoration: underline;
}
.verify-email-modal .modal-footer > .btn-close {
    margin-right: 5px;
}
.thank-you-modal-owner > .owner-left > img,
.owner-info-contact-form > img {
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
}
.m-r-20 {
    margin-right: 20px;
}
.thank-you-modal-owner > .owner-left {
    position: absolute;
    width: 100px;
    text-align: center;
    left: 0;
}
.thank-you-modal-owner {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.successful-verification {
    max-width: 1205px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.email-verification {
    width: 70%;
    margin: auto;
}
.main-border {
    border: 1px solid #dbdbdb;
    background-color: #fff;
}
.email-verification-title {
    font-size: 24px;
    margin-bottom: 30px;
}
.p-20 {
    padding: 20px;
}
.start-exploring {
    background: #FB6322;
    border: 1px solid #FB6322;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    width: 210px;
    color: #fff;
    font-size: 14px;
}
.start-exploring:hover,
.start-exploring:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
}
.vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px;
    min-height: 400px;
}
.p-l-25 {
    padding-left: 25px;
}
@media screen and (max-width: 650px) {
    .header-content {
        display: none;
    }
    .header-options-btn {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .link-booking-back {
        padding-left: 10px !important;
    }
}
@media screen and (max-width: 768px) {
    .secure-payment-container {
        display: none;
    }
    .footer-container {
        padding-left: 10px;
    }
}
.remove-search-mobile {
    display: none;
}
.guest-dropdown {
    padding-right: 22px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-top: 0!important;
    padding-bottom: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}
.guest-dropdown:not(.filterSelect) {
    padding-left: 30px!important;
}
.guest-select:before {
/*    content: "\f103";
    font-family: 'Flaticon';*/
    position: absolute;
    pointer-events: none;
    color: #aaa;
    right: 0;
    line-height: 36px;
    width: 22px;
    z-index: 1;
    vertical-align: middle;
    top: 0;
    font-size: 14px;
}
.white-background,
.sign-in-dropdown button {
    background-color: #fff;
}
.search-list-rightbox {
    width: 100%;
    text-align: center;
}
table.property-prices-avail {
    border: 1px solid #dbdada;
}
table.property-prices-avail tbody tr td{
    padding: 5px;
    border-right: 1px solid #dbdada;
    border-bottom: 1px solid #dbdada;
}
table.property-prices-avail thead th {
    border: 1px solid #dbdada;
    padding: 0px 5px;
    font-weight: bold;
    height: 40px;
}
table.property-prices-avail {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
table.property-prices-avail thead tr{
    background: -webkit-linear-gradient(#fff, #F0F0F0);
    background: -o-linear-gradient(#fff, #F0F0F0);
    background: -moz-linear-gradient(#fff, #F0F0F0);
    background: linear-gradient(#fff, #F0F0F0);
    height: 30px;
}
.border {
    border: 1px solid #bdb9b9;
}
.border-property {
    border: none;
}
.review-list > span {
    margin-right: 40px;
}
.property-facilities-section {
    padding: 8px 0 8px 6px;
    margin-bottom: 3px;
}
.property-facilities-section:nth-child(odd) {
    background: #efefef;
}
.search > h1 {
    font-size: 36px;
    margin-bottom: 5px;
}
.search > h2, .search > h1 {
    color: #fff;
    font-weight: normal;
    text-shadow: 5px 5px 5px #333;
}
.search > h2 {
    font-size: 18px;
    margin-bottom: 4px;
    margin-top: 0;
}
.width100, .header-container {
    width: 100%;
}
.sidebar {
    background-color: #f1eeee;
}
.property-overview-menu-list button, .menu-item-mobile {
    width: 100%;
    border-radius: 5px;
}
.property-overview-menu-list button {
    background: url('images/btn-large-grey-bg.png') repeat-x;
    border: 1px solid #dbdada;
}
.property-overview-menu-list .active,
.property-overview-menu-list button, .menu-item-mobile {
    float: left;
    margin-right: 2px;
    height: 40px;
}
.property-overview-menu-list .active{
    background: #1c6798 ;
    color: #fff;
    border: 1px solid #1c6798 ;
    border-radius: 5px;
}
.search-body .btn-search, .btn-apply-filter {
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
    width: 100%;
    height: 39px;
    border: 1px solid #dadada;
    color: #fff;
    background: #fb6322;
}
.form-field {
    display: block;
    width: 100%;
    min-height: 39px;
    padding: 6px 10px;
    font-size: 12px;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e0dcdc;
    -webkit-box-shadow: 10px 0px 0px rgba(0,0,0,.8);
    -moz-box-shadow: 10px 0px 0px rgba(0,0,0,.8);
    box-shadow:	inset 4px 6px 8px -7px rgba(0,0,0,0.1),
        inset 0px 0px 8px -7px rgba(0,0,0,0.1);
    border-radius: 0px;
}
#register-modal .form-control {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #888888;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #000;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
/*.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1050;
}*/
#booking-form .form-control[readonly],
.sidebar-form .form-control[readonly] {
    background-color: #fff;
    cursor: pointer;
    opacity: 1;
    padding-right: 15px;
    padding-left: 4px;
    height: 30px;
    width: 127px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
}
.p5 {
    padding: 5px;
}
.customDatePicker .datepick-month-header:nth-child(2) {
    display: none;
}
.datepick-input-check-in {
    background-image: url('images/check-in-small.png');
}
.datepick-input-check-out {
    background-image: url('images/check-out-small.png');
}
.datepick-input-check-in-large {
    background-image: url('images/check-in-icon.png');
}
.datepick-input-check-out-large {
    background-image: url('images/check-out-icon.png');
}
#main-search-check-out, #main-search-check-in {
    height: 39px;
    margin-bottom: 0;
    padding-left: 5px;
    float: left;
    background-color: #fff;
    background-position: center right;
    background-repeat: no-repeat;
    border: 1px solid #bdc3c7;
}
.datepick-input-check-in, .datepick-input-check-out, .datepick-input-check-in-large, .datepick-input-check-out-large  {
    background-repeat: no-repeat;
    background-position: right;
}
.search-page-features-list > li + li:before {
    content: "●";
    padding-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-5 {
    margin-right: 5px;
}
.early-booking-table thead tr th:nth-child(1),
.late-booking-table thead tr th:nth-child(1),
.long-booking-table thead tr th:nth-child(1){
    width: 35%;
}
.early-booking-table thead tr th:nth-child(2),
.late-booking-table thead tr th:nth-child(2),
.long-booking-table thead tr th:nth-child(2){
    width: 45%;
}
.discounts-extras-heading {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
}
.ad-image img {
    border: 1px solid #e0dcdc;
    position: relative;
}
.round-fields button, .round-fields input {
    border-radius: 0px;
}
.rating-container .rating-stars {
    color: #ffd62c;
}
.p-l-0, .footer ul, .p-l-0 {
    padding-left: 0!important;
}
.m-b-25 {
    margin-bottom: 25px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.link-booking-back{
    padding: 8px 7px 8px 10px;
}
.blue-box:before {
    color: #1c6798;
    content: "■ ";
    font-size: 16px;
}
.red-box:before {
    color: #F00;
    content: "■ ";
    font-size: 14px;
}
button.modal-close {
    padding: 6;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}
.modal-title {
    font-family: 'Merriweather Sans',sans-serif;
}
.modal-title {
    font-size: 19px;
}
.modal-content {
    border-radius: 0;
}
button.modal-close:hover {
    opacity: .4;
}
#ui-datepicker-div {
    font-size: 1.1em !important;
    z-index: 10 !important;
}
.rating-disabled {
    cursor: default !important;
}
.font14 {
    font-size: 14px;
}
.font15 {
    font-size: 15px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font11 {
    font-size: 11px;
}
#reset-password-modal .modal-dialog {
    width: 410px;
}
.date-selection-error {
    color: red;
}
.mapview-search-guests .guest-dropdown {
    line-height: 20px;
}
.m-b-0 {
    margin-bottom: 0;
}
.m-t-10 {
    margin-top: 10px;
}
.font-size16bold{
    font-size: 16px;
    font-weight: bold;
}
.m-t-5 {
    margin-top: 5px;
}
.p-b-10 {
    padding-bottom: 10px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-l-10 {
    padding-left: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-b-15 {
    margin-bottom: 15px;
}
.font10 {
    font-size: 10px;
}
.p10 {
    padding: 10px;
}
.p-h-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-t-15 {
    padding-top: 15px;
}
.padding10 {
    padding: 10px 10px 0 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.m-b-10 {
    margin-bottom: 10px!important;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.p-l-20{
    padding-left: 20px;
}
.m-t-0 {
    margin-top: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
    background: rgba(0,0,0,.6);
    opacity: 1;
    padding: 10px 7px;
}
.font-bold {
    font-weight: bold;
}
.booking-title, .property-info-map {
    color: #1c6798 ;
    font-weight: bold;
    line-height: 14px;
    margin: 20px 0 10px 0;
    padding-left: 0px;
    font-family: Verdana, Geneva, sans-serif;
}
.booking-title {
    font-size: 14px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-r-15 {
    padding-right: 15px;
}
#resetpasswordform-password {
    height: 36px;
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px
}
.confirm-reset {
    height: 36px;
    width: 25%;
    font-size: 14px;
    margin-top: 10px;
}
.most-popular-eu-destinations-item,
.most-popular-eu-destinations-item .media-body,
.search-grid-dim,
.booking-list {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}
.m-b-30 {
    margin-bottom: 30px;
}
.dodo-image {
    background: url('images/dodo.png') no-repeat center center;
    width: 276px;
    height: 333px;
}
.site-about,
.site-contact {
    padding: 15px;
}
#loc {
    font-weight: bold;
}
#loc::-webkit-input-placeholder {
    font-weight: normal;
}
#loc::-moz-placeholder {
    font-weight: normal;
}
#loc:-ms-input-placeholder {
    font-weight: normal;
}
a.show-contact-owner-modal {
    border: 1px solid #dadada;
    color: #333;
    font-weight: bold;
    background: linear-gradient(#FFF,#ececec) repeat scroll 0 0 transparent;
    height: 36px;
    display: block;
    line-height: 36px;
}
a.show-contact-owner-modal:hover {
    text-decoration: none;
}
.search-grid-dim {
    max-width: 286px;
    height: 255px;
    padding: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    border: 1px solid #fff;
}
.search-grid-dim:hover {
    border: 1px solid #ccc;
    background-color: #eee;
}
.search-map-dim {
    height: 240px;
    padding: 5px;
    border: 1px solid #dbdbdb;
}
.search-grid-top2{
    height: 180px;
}
.search-grid-top2, .search-map-info {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.search-map-info{
    height: 160px;
}
.search-grid-top2 img {
    width: 274px;
    height: 192px;
}
.search-grid-title{
    padding: 5px 0 0 0;
    font-family: Verdana, Geneva, sans-serif;
}
.grid-price a, .search-grid-title a {
    color: #333;
}
.grid-price {
    padding: 0;
}
.search-grid-instant-booking-text {
    padding-top: 3px;
    padding-left: 4px;
    min-height: 18px;
    position: absolute;
    font-size: 12px;
    left: 5px;
    top: 5px;
    color: #fff;
    background-color: #2e8ef2;
    font-size: 10px;
    width: 18px;
}
.search-grid-instant-booking-text a {
    color: #fff;
}
.search-grid-instant-booking-text-right {
    min-height: 18px;
    position: absolute;
    right: -7px;
    top: -2px;
    width: 40px;
}
.search-grid-instant-booking-text-right .search-res-favbox-top {
    border-left: none;
}
.search-res-favbox-cont {
    min-height: 150px;
    padding-left: 0px;
    padding-right: 0px;
    width: 120px;
    position: absolute;
    right: 20px;
    top: 0;
}
.search-res-favbox, .search-res-favbox-top {
    min-height: 38px;
    text-align: center;
    vertical-align: middle;
    line-height: 38px;
}
.search-res-favbox-top {
    float: left;
    width: 100%;
}
.search-map-carousel-caption {
    position: absolute;
    left: 165px;
    line-height: 16px;
    font-size: 15px;
    display: inline-block;
}
.search-grid-carousel-caption .rating-container {
    color:#C7C2C2;
}
.search-map-carousel-caption{
    height: 30px;
}
.map-infowindow {
    width: 250px;
}
#error-page {
    padding-top: 70px;
    min-height: 97px;
    width: 100%;
}
.custom-padding {
    padding: 15px 15px 0 15px !important;
}
.font-size18 {
    font-size: 18px !important;
}
.exit-modal {
    font-weight: bold;
    /*line-height: 20px;*/
    filter: alpha(opacity=20);
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 34px;
    font-weight: 700;
    color: #333;
    opacity: .2;
    position: absolute;
    right: 15px;
    top: 3px;
}
.exit-modal:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    filter: alpha(opacity=40)
}
button.exit-modal{
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.login-loader {
    background: rgba(255, 255, 255, .4);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1090;
}
.fiters-loader-img {
    top: 30%;
    left: 47.5%;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    position: absolute;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -ms-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(36, 114, 235, 0.15);
    border-right: 6px solid rgba(36, 114, 235, 0.15);
    border-bottom: 6px solid rgba(36, 114, 235, 0.15);;
    border-top: 6px solid rgba(36, 114, 235, 0.8);
    border-radius: 100%;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.register-button-layout button {
    height: 30px;
    box-shadow: none;
    display: inline-block;
    width: 100px;
    font-size: 12px;
    float: right;
}
.dark-blue-grad {
    background: -webkit-linear-gradient(#31a8e0, #44789b);
    background: linear-gradient(#31a8e0, #44789b);
    color: #fff;
    border-radius: 4px;
}
.dark-blue-grad:hover,
button.oker-grad:hover {
    opacity: 0.8;
}
.dark-blue-border {
    border: 1px solid #3C8FE9;
}
.p15 {
    padding: 15px;
}
.grey-border {
    border: 1px solid #dadada;
}

.p-t-20 {
    padding-top: 20px;
}
.p-t-10 {
    padding-top: 10px;
}
.mw-font {
    font-family: 'Merriweather Sans',sans-serif;
}

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-ms-keyframes rotation {
    from {-ms-transform: rotate(0deg);}
    to {-ms-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
.search .form-field {
    border: 1px solid #bdc3c7;
}
.site-about p {
    margin-bottom: 20px;
}
.site-about #twitter-widget-0,
.site-about #___plusone_0 {
    position: relative;
    top: 5px;
}
.site-about .pinterest {
    position: relative;
    top: -1px;
}
h2.owners-agents {
    margin: 0;
}
h2.home-heading {
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 0;
}
.home-icon {
    width: 100px;
}
.m-b-50 {
    margin-bottom: 50px;
}
@media screen and (max-width: 667px) {
    .cs-contacts img {
        display: none
    }
    .sidebar-submenu li a {
        font-size: 15px;
    }
    .faq-start, faq-content {
        margin-bottom: 50px;
    }
    .telephone-number {
        font-size: 20px;
    }
    #header {
        position: static;
    }
    #header-search {
        padding-top: 15px!important;
        min-height: initial!important;
    }
    .dropdown-menu {
        font-size: 17px!important;
    }
    .property-overview-menu, .property-overview-menu-scroll {
        display: none;
    }
    .about-header h1 {
        font-size: 40px;
    }
    h2.owners-agents {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .search > h1 {
        font-size: 34px;
        margin-bottom: 5px;
    }
    .search > h2 {
        font-size: 16px;
        margin-bottom: 4px;
        margin-top: 0;
    }
    .padding-xs0 {
        padding-right: 0;
        padding-bottom: 5px;
    }
    .padding-xss0 {
        padding-left: 15px;
        padding-bottom: 5px;
    }
}
@media screen and (min-width: 661px) and (max-width: 767px) {
    .help-dropdown-col {
        width: 12%;
    }
    .header-content .margin-left-15 {
        margin-left: -15px;
    }
    .secure-payment-container {
        display: none;
    }
    .footer-container {
        padding-left: 10px;
    }
    .padding-xs0 {
        padding-right: 0;
        padding-bottom: 5px;
    }
    .search > h1 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .search > h2 {
        font-size: 18px;
        margin-bottom: 4px;
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
    .help-dropdown-col {
        width: 25%;
    }
    .search > h1 {
        font-size: 50px;
        margin-bottom: 5px;
    }
    .padding-xs0 {
        padding-right: 0;
        padding-bottom: 5px;
    }
}
@media screen and (min-width: 1230px) {
    .header-container {
        max-width: 1205px;
    }
    .page-content {
        width: 1205px;
    }
}
@media screen and (max-width: 991px) {
    .page-content {
        width: 100%;
    }
    .padding-sm0 {
        padding-right: 0;
        padding-bottom: 5px;
    }
    .check-out2 {
        padding-right: 15px !important;
    }
    .display-new-search {
        margin-bottom: 15px;
    }
    .verify-email-my-details {
        width: 100%;
        float: none;
    }
}
@media screen and (max-width: 768px) {
    .page-content {
        width: 100%;
    }
    button.modal-close {
        font-size: 48px;
        line-height: 31px;
        position: relative;
        top: -5px;
    }
    .footer ul li {
        display: block;
        padding-left: 2px;
        padding-right: 0;
    }
    .left-column, .right-column {
        position: static;
        left: initial;
        margin-bottom: 30px;
    }
    .footer-size {
        height: auto;
    }
}
.font12 {
    font-size: 12px;
}
#header-search .header-breadcrumb, .breadcrumb {
    margin-bottom: 0;
}
.cs-breadcrumb {
    padding-left: 10px;
    list-style: none;
}
.cs-breadcrumb ul {
    background-color: initial;
    padding: 8px 0;
}
.cs-breadcrumb > li {
    display: inline-block;
}
.cs-breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content:url('images/arrow-horizontal.png');
}
.cs-breadcrumb > .active {
    color: #999;
}
.m-b-5 {
    margin-bottom: 5px!important;
}

.sign-in-dropdown-caret  {
    float: right;
    margin-top: 7px;
}
.footer>ul li {
    list-style: none;
    padding-bottom: 4px;
}
.datepick-cmd-today {
    display: none;
}
@media (max-width: 768px) {
    .footer {
        text-align: center;
        padding-left: 0;
    }
}
@media screen and (max-width: 550px) {
    .cs-contacts img {
        display: none
    }
    .sidebar-submenu li a {
        font-size: 15px;
    }
    .faq-start, faq-content {
        margin-bottom: 50px;
    }
    .telephone-number {
        font-size: 19px;
    }
    .side-link a {
        padding: 8px;
        font-size: 16px;
    }
    .sidebar-submenu li {
        margin-bottom: 5px;
    }
    .search > h1 {
        font-size: 22px;
    }
    .search > h2 {
        font-size: 14px;
    }
    .mobile-width {
        width: 100%;
    }
    .thank-you-modal-owner > .owner-left {
        display: none;
    }
    .thank-you-modal-owner {
        padding-left: 0;
    }
}
.contant-us-content{
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.home-content{
    width: 1205px;
    min-width: 300px;
}
.general-terms > ol > li {
    font-weight: bold;
}
.general-terms-table {
    padding-left: 80px;
}
.general-terms-table table {
    width: 100%;
}
.general-terms-table table tbody tr td {
    border: 1px solid #dbdbdb;
    padding: 5px;
}
.general-terms ol { counter-reset: item; margin-top: 10px; }
.general-terms ol LI { display: block; margin-bottom: 10px; font-weight: normal;}
.general-terms ol li:before { content: counters(item, ".") "."; counter-increment: item }
.general-terms > ol > li:before {
    font-weight: bold;
}
.general-terms blockquote {
    display: inline-block;
    width: 90%;
    border: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 14px;
}
.general-terms h1 {
    margin-bottom: 30px;
}
.booking-contract, .summary {
    font-size: 24px;
}
.booking-contract {
    color: #808080;
}
.booking-contract-table {
    border: 2px solid #808080;
}
.border-bottom2 {
    border-bottom: 2px solid #808080;
}
.forgot-password-modal {
    width: 480px !important;
    max-width: 480px !important;
    min-height: 0 !important;
    max-height: 480px !important;
}
.nightly-price-modal-content{
    position: relative;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
}
.nightly-price-modal-header {
    border-radius: 10px 10px 0px 0px;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    box-shadow: 0 1px 0 #fff;
}
.close-modal-button{
    float: right !important;
}
.btn-blue {
    background: -webkit-linear-gradient(#31a8e0, #44789b);
    background: linear-gradient(#31a8e0, #44789b);
    color: #fff;
    font-family: verdana;
    border: 1px solid #1e6899 ;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    padding-top: 0;
}
.reset-password {
    height: 34px;
    background: #fb6322;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fb6322;
    font-weight: bold;
    width: 150px;
}
.btn-nightly-close {
    color: #333;
    font-family: verdana;
    background-color: #f5f5f5;
    height: 30px;
    width: 63px;
    border: 1px solid #bbb;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    padding: 4px 12px;
    border-radius: 4px;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    *zoom: 1
}
.forgot-modal-footer {
    margin-top: 25px !important;
}
.no-longer-av {
    background: #eee;
    padding: 15px;
}
.no-longer-av h2 {
    margin: 0 0 15px 0;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Merriweather Sans', sans-serif;
}
.alternative-properties:hover, .alternative-properties:active, .alternative-properties:focus, .alternative-properties:visited {
    text-decoration: none;
    color: #333;
}
.alternative-properties {
    display: block;
    line-height: 32px;
    width: 200px!important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    color: #333;
}
.booking-contract-subtitle {
    display: block;
    font-size: 12px;
}
@media screen and (max-width: 1205px) {
    .container {
        width: 100%!important;
        padding: 5px 15px 0px 15px!important;
    }
    .link-booking-back {
        padding-left: 15px;
    }
    .property-menu li:first-child {
        margin-left: 15px;
    }
    .only-desktop {
        display: none;
    }
}
@media screen and (min-width: 1205px) {
    .back-container {
        margin-left: -10px;
    }
}
.m-r-30{
    margin-right: 30px;
}
.telephone-number, .telephone-number-cus {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 10px;
}
.telephone-icon {
    position: relative;
    top: -5px;
}
.telephone-number-cus {
  color: #333;
}
.stars-container {
    color: #e3e3e3;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    font-family: 'Flaticon';
}
.stars-container:before {
    content: "\f17d \f17d \f17d \f17d \f17d";
}
.stars {
    color: #fb6322;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.stars:before {
    content: "\f17d \f17d \f17d \f17d \f17d";
}
.customDatePicker.datepick {
    width: 100%!important;
}
.select-dropdown {
    clear: both;
    display: block;
    position: relative;
}
.drop-arrow:before {
    position: absolute;
    content: '\e114';
    font-family: 'Glyphicons Halflings';
    color: #aaa;
    right: 5px;
    top: 25%;
    pointer-events: none;
}
.overflow {
    overflow: hidden;
}
.login-new-owner {
    border: 1px solid #dbdbdb;
    overflow: hidden;
    /* padding: 15px; */
    /* border-radius: 5px; */
    background: rgba(255,255,255,0.9);
    /* margin-bottom: 15px; */
    /* box-shadow: 0 4px 2px rgba(0,0,0,0.5); */
}
.login-new-owner input[type="text"],
.login-new-owner input[type="password"]{
/*    height: 34px;
    padding-left: 4px;
    font-weight: bold;*/
}
.font16 {
    font-size: 16px;
}
.glyphicon-chevron-down {
    top: 2px;
    color: #aaa;
}
.login-new {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    /*margin-top: 40px;*/
}
.btn-orange {
  background: #fb6322;
  color: #fff;
  border: 1px solid #fb6322;
  /*font-weight: bold;*/
  height: 34px;
}
.btn-orange:hover {
    opacity: 0.9;
}
.datepick-input-check-out-large[readonly], .datepick-input-check-in-large[readonly], .datepick-input-check-in[readonly], .datepick-input-check-out[readonly] {
  cursor: pointer;
  background-color: #fff;
}
.datepick-popup {
  z-index: 200001 !important;
  width: 300px;
}
.clear-both {
    clear: both;
}
.margin-top0 {
    margin-top: 0px;
}
.margin-top10 {
    margin-top: 10px;
}
.m-t-30 {
    margin-top: 30px;
}
.datepicker-glyph {
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
    color: #aaa;
}
.truncate {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.drop-arrow-embedded:before {
    position: absolute;
    content: '\e114';
    font-family: 'Glyphicons Halflings';
    color: #aaa;
    right: 5px;
    top: 25%;
    pointer-events: none;
}
@media only screen and (max-width: 767px) {
    div.display-new-search {
        padding-right: 15px;
        height: 40px;
    }
    .search-button-cont {
        width: 100%;
    }
    .search-site {
        margin-bottom: 15px;
    }
    .check-in2 {
        padding-right: 7.5px!important;
    }
    .check-out2 {
        padding-left: 7.5px;
    }
    .modal-footer > .btn-close {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.guest-select > select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
.guest-select > select::-ms-expand {
    display: none;
}
label {
    margin-bottom: 0;
    font-weight: normal;
    padding-top: 7px;
    padding-bottom: 6px;
    font-size: 14px;
}
.checkbox label, .radio label {
    padding-top: 0;
    padding-bottom: 0;
}
.has-success .control-label {
    color: #333;
}
.padding-right0 {
    padding-right: 0;
}
.login-bg .close-modal-button {
    display: none;
}
.no-longer-av{
    border: 1px solid #dbdbdb;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
}
.btn-booking1 {
    background: #fb6322;
    border: 1px solid #fb6322;
    border-radius: 0;
    color: #fff!important;
    font-weight: bold;
    height: 34px;
    width: 140px;
}
.btn-booking1:hover {
    opacity: 0.9;
}
@media only screen and (max-width: 767px) {
    .text-full {
        line-height: 20px;
        max-width: 100%;
        padding-left: 45px;
        text-indent: -30px;
        white-space: initial;
        word-break: initial;
        display: inline-table;
    }
}
@media only screen and (min-width: 768px) {
    .text-full {
        max-width: 100%;
        padding-left: 44px;
        text-indent: -30px;
        white-space: initial;
    }
}
.date-selection-error:empty {
    display: none;
}
.field-registerformrenter-name {
    margin-bottom: 0px!important;
}

.field-registerformrenter-surname {
    margin-bottom: 0px!important;
}
.field-registerformrenter-email {
    margin-bottom: 0px!important;
}
.field-registerformrenter-retype_email {
    margin-bottom: 0px!important;
}
#register-form-renter .help-block {
    display: none;
}
#register-form-renter .form-group.has-error .help-block {
    display: block;
    margin-top: 0px!important;
}