@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
@import url(../css/font-awesome.min.css);
* {
    font-family: 'Roboto', sans-serif;
    outline: none;
    margin: 0;
    padding: 0; 
    
}

body {
    background: #ffffff;
    font-size: 15px;
    line-height: 24px;
}

a {
    transition: 1s;
    color: #000000;
}

a:hover {
    color: #C2282B;
}

img {
    border: none;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    display: inline-block;
}


/* Text Colors */

.text-color {
    color: #c2282b;
}

.text-white {
    color: #ffffff;
}

.text-black {
    color: #000000;
}

.text-light {
    color: #999999;
}


/* Text Sizes */

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-30 {
    font-size: 30px;
}


/* Text Style */

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 15px;
    font-weight: 400;
}

h6 {
    font-size: 13px;
    font-weight: 400;
}


/* Buttons */

.button {
    border-radius: 7px;
}

.button:hover,
.button:focus {
    background-color: #c2282b;
    color: #ffffff;
    box-shadow: 0px 0px 10px #dfdfdf;
    opacity: 0.5;
}

.button.primary {
    background: #67B826;
    color: #ffffff;
}

.button.primary:hover {
    background: #67B826;
    box-shadow: 0px 0px 10px #dfdfdf;
}

.button.primaryborder {
    background: #ffffff;
    color: #67B826;
    border: 1px solid #67B826;
}

.button.primaryborder:hover {
    color: #ffffff;
    background: #67B826;
    box-shadow: 0px 0px 10px #dfdfdf;
}

.button.white {
    background: #ffffff;
    color: #000000;
    box-shadow: 0px 0px 10px #dfdfdf;
}

.button.white:hover {
    opacity: .8;
}

.button.black {
    background: #000000;
    color: #ffffff;
    box-shadow: 0px 0px 10px #dfdfdf;
}

.button.border-white {
    border: 1px solid #ffffff;
    background: transparent;
}

.button.border-white:hover {
    background: #fff;
    color: #000;
}

.button.border-white:hover .user-ic {
    background: url("../images/user-ic-hover.png") no-repeat center;
}

.button.border-red {
    border: 1px solid #67B826;
    background: transparent;
}

.button.ext-large {
    font-size: 18px;
    font-weight: normal;
    padding: 15px 60px;
}

.button.large {
    font-size: 18px;
    font-weight: normal;
    padding: 15px 30px;
}

.button.medium {
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
}

.button.small {
    font-size: 13px;
    font-weight: normal;
    padding: 5px 10px;
}

.button .ic {
    float: left;
    margin-right: 5px;
}

.user-ic {
    background: url("../images/yolo-small-icon.png") no-repeat center;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -2px;
}

.whatsapp-ic {
    background: url("../images/whatsapp-ic.png") no-repeat;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.gps-ic {
    background: url("../images/gps-ic.png") no-repeat;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}

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

.pad15 {
    padding: 15px !important;
}

.pad30 {
    padding: 30px !important;
}

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

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

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

.mt50 {
    margin-top: 50px !important;
}

.mt100 {
    margin-top: 100px !important;
}


/* date picker */

.ui-datepicker-calendar tr,
.ui-datepicker-calendar tr:nth-child(even) {
    background: transparent;
}

.ui-datepicker-calendar tr td {
    border: 1px solid #efefef;
}

.ui-datepicker-calendar tr td.ui-datepicker-other-month {
    border: none;
}

.top-bar-right .menu li:last-child {
    margin-left: 0px;
}

.menu .button {
    padding: 10px !important;
    border-radius: 7px;
}

.marketing-hero {
    background: #c2282b;
    min-height: auto;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    z-index: 999;
}

.location {
    margin-left: 30px;
    padding-top: 10px;
    display: inline-block;
}

.search-block {
    background: #fff;
    box-shadow: 1px 1px 1px #eeeeee;
    /*border-radius: 30px;*/
    padding: 0px;
    margin-bottom: 0;
    max-height: 90px;
    bottom: 190px;
    position: relative;
    z-index: 23;
    max-width: 100%;
    border-radius: 50px;
    border: 1px solid #eeeeee;
    padding-left: 20px;
    padding-bottom: 0;
}

#ui-datepicker-div {
    box-shadow: 0 0 10px #dfdfdf;
    border-radius: 10px;
    z-index: 99 !important;
}


/* plus minus input */

.plus-minus-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin: 0 0 1rem;
    padding: 0.9rem;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    font-family: inherit;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*border-radius: 30px;*/
    box-shadow: none;
    margin: 0;
    padding: 0 0;
}

.plus-minus-input .input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    height: 20px;
    background: transparent;
    margin-top: -5px;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.plus-minus-input .input-group-button .circle {
    border-radius: 50%;
    padding: 10px;
    height: 20px;
    width: 20px;
    margin-top: 10px;
}

.button[data-quantity="minus"] {
    background: #ffffff;
}

.button[data-quantity="minus"]:hover .button[data-quantity="minus"]:focus {
    background: #ffffff;
}

.button[data-quantity="plus"] {
    background: #000;
}

.button[data-quantity="plus"]:hover,
.button[data-quantity="plus"]:focus {
    background: #000;
}

.button .ic-minus {
    background: url(../images/data-minus.png);
    width: 9px;
    height: 1px;
    display: block;
    position: relative;
    margin-top: 0px;
    margin-left: -4px;
}

.button .ic-plus {
    background: url(../images/data-plus.png);
    width: 9px;
    height: 9px;
    display: block;
    position: relative;
    margin-top: -4px;
    margin-left: -4px;
}

.button .ic-plus:hover,
.button .ic-plus:focus {
    background: url(../images/data-plus.png);
    width: 9px;
    height: 9px;
    display: block;
    position: relative;
    margin-top: -4px;
    margin-left: -4px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* Autocomplete */

.ui-autocomplete {
    position: absolute !important;
    cursor: default;
    border: 1px solid transparent !important;
    margin-top: -31px !important;
    margin-right: 10px !important;
    background: transparent !important;
    padding: 0 !important;
    border-top: none !important;
    padding-top: 1px !important;
    max-height: 300px;
    overflow-y: none;
}

.ui-menu .ui-menu-item {
    width: 100% !important;
    background: #fff !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    border: none !important;
    cursor: pointer;
    font-size: 15px !important;
}

.ui-menu .ui-menu-item:hover {
    color: #a5a5a5;
    text-align: left;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    user-select: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
    display: block;
}

h3.title {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: normal;
}

h1.title {
    font-size: 30px;
    font-weight: bold;
}


/* Home Slider */

.YoloMarketingHero.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0px 7px;
    background: #c2282b;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.YoloMarketingHero.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #c2282b;
}

#header {
    background: #ffffff;
    border-bottom:1px solid #d8d8d8
}

.home-header {
    min-height: auto !important;
}

.top-bar,
.top-bar ul {
    background: #ffffff;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.home-slider {
    margin-top: 0 !important;
    height: auto;
    position: relative;
}

.YoloMarketingHero {
    height: auto;
}

.top-bar {
    padding: 0px 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.top-bar .logo img {
    width: auto;
    height: 35px;
    background-image: url(../images/logo-color.png);
}

.top-bar .logo a {
    width: auto;
    height: 30px;
    background-image: url(../images/logo-color.png);
    width: 131px;
    display: block;
}

.dropdown {
    z-index: 11;
    float: right;
}

.dropdown.menu>li.is-active>a {
    background: transparent;
    color: #c2282b;
}

.submenu {
    border-radius: 7px;
    background: #ffffff;
    border: 1px solid #eaeaea;
}

.dropdown.menu>li>a {
    padding: 10px 20px;
    font-size: 18px;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border-color: #000000 transparent transparent;
}

.dropdown.menu>li.is-active>a .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000000 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
}

.dropdown.menu>li.is-active>a::after {
    border-color: #c2282b transparent transparent;
}

#homesearchform {
    padding-right: 0;
}

#homesearchform input,
#homesearchform select {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0 !important;
    display: block;
    height: auto !important;
    border: none;
    margin: 0 !important;
    padding: 10px 0;
    padding-top: 5px;
    background: transparent;
    font-size: 14px;
}

#homesearchform label {
    padding-right: 15px;
}

select:focus {
    outline: none;
    border: none;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
    transition: none;
    transition: none;
}

#homesearchform label {
    font-size: 0.800rem;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    border-right: 1px solid #eeeeee;
    margin-right: 15px;
    padding-top: 10px;
    height: 72px;
}

#homesearchform label.yolo-guestcapacity {
    border: none;
}

.yolo-search-button {
    background: transparent url(../images/search-button.png);
    width: 50px;
    height: 50px;
    display: block;
    margin: 10px;
    margin-right: 10px;
}

.yolo-search-button span {
    text-align: center;
    font-size: 18px;
    display: none;
    color: #ffffff;
    font-weight: 700;
}

#homesearchform .grid-padding-x>.cell {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0px !important;
    line-height: 50px;
    margin-top: 0 !important;
}

.home-slider .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+80 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%);*/
    /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, rgba(0, 0, 0, 0.9) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
    /* IE6-9 */
}

.YoloMarketingHero.owl-carousel .owl-dots {
    position: absolute;
    margin: 0 auto;
    bottom: -35px;
    left: 0;
    right: 0;
}

.mobile-guest-capacity {
    display: none !important;
}

#mobile-refer-and-earn {
    display: none;
}


/*
.YoloMarketingHero .owl-item .item {
    width: 100%;
    height: 720px;
}

.firstslide {
    background: url(../images/slider/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.secondslide {
    background: url(../images/slider/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.thirdslide {
    background: url(../images/slider/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
*/


/* Cities */

#cities {
    margin-top: 30px;
}

#cities .data {
    margin-top: 50px;
}

.city-data {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.city-data:last-child {
    margin-bottom: 0;
}

.city-data .city-left {
    float: left;
    text-align: left;
}

.city-data .city-left img {
    border-radius: 7px;
    max-width: 72px;
    max-height: 72px;
}

.city-data .city-right {
    width: calc(100% - 92px);
    height: auto;
    float: left;
    padding-top: 15px;
    margin-left: 20px;
    text-align: left;
}

.city-data .city-right h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.city-data .city-right p {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.yolo-watermark {
    background-image: url(../images/yolo-watermark.png);
    display: block;
    width: 90px;
    height: 90px;
}


/* Celebration, Stays, Events, Photoshoots */

#yolo-csep {
    margin-top: calc(150px - 50px);
}

#yolo-csep .csep-card {
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: relative;
    border-radius: 10px;
}

#yolo-csep .csep-card .properties-value {
    font-size: 16px;
    color: #ffffff;
}

#yolo-csep .csep-card .bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.7+20,0+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

#yolo-csep .csep-card img {
    position: absolute;
    left: 0;
    z-index: 1;
    border-radius: 10px;
}

#yolo-csep .csep-card.celebration {
    width: 50%;
    height: 570px;
    background: url(../images/happiness/celebration.jpg) no-repeat;
    background-size: cover;
    float: left;
}

#yolo-csep .csep-card.stays {
    width: calc(50% - 30px);
    height: 170px;
    background: url(../images/happiness/stays.jpg) no-repeat;
    background-size: cover;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
}

#yolo-csep .csep-card.events {
    width: calc(50% - 30px);
    height: 170px;
    background: url(../images/happiness/events.jpg) no-repeat;
    background-size: cover;
    float: left;
    margin-bottom: 30px;
    margin-left: 30px;
}

#yolo-csep .csep-card.photoshoot {
    width: calc(50% - 30px);
    height: 170px;
    background: url(../images/happiness/photoshoot.jpg) no-repeat;
    background-size: cover;
    float: left;
    margin-left: 30px;
}

#yolo-csep .csep-card .data {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
    width: 100%;
}

#yolo-csep .csep-card h3 {
    color: #ffffff;
    margin: auto;
    z-index: 3;
}

#yolo-csep .csep-card span.properties-value {
    z-index: 3;
    font-size: 16px;
}


/* Top Reasons */

#topReasons {
    margin-top: calc(150px - 50px);
}

#desktop-reasons {
    margin-top: 50px;
}

#mobile-reasons {
    display: none;
}

.top-reasons-img {
    text-align: center;
}

#topReasons .card {
    margin-bottom: 30px;
}

#topReasons .card .first-row {
    float: left;
    width: 100%;
    text-align: left;
}

#topReasons .card .first-row img {
    float: left;
    width: 32px;
    height: 32px;
}

#topReasons .card .first-row h4.title {
    width: calc(100% - 52px);
    float: left;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

#topReasons .card .first-row p {
    text-align: left;
}


/* Popuplar Homes */

#PopularHomes {
    margin-top: calc(150px - 30px);
}

#PopularHomes .card {
    border-radius: 0;
    display: block;
    min-height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 1px 0px 10px #eeeeee;
    padding-bottom: 15px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin-bottom: 0;
}

.card .img-container {
    position: relative;
    width: 100%;
    min-height: 214px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
    padding: 10px;
}

.card .img-container .badge {
    position: absolute;
    left: -3px;
    top: 26px;
    width: 100%;
    background: transparent;
    z-index: 2;
}

.card .img-container .badge .trending {
    background: url("../images/trending.png") no-repeat;
    display: block;
    width: auto;
    height: 30px;
}

.card .img-container .badge .exclusive {
    background: url("../images/exclusive.png") no-repeat;
    display: block;
    width: auto;
    height: 30px;
}

.card .img-container .badge .budget {
    background: url("../images/budget.png") no-repeat;
    display: block;
    width: auto;
    height: 30px;
}

.card .img-container .badge.after {
    width: 3px;
    height: 2px;
}

#PopularHomes .card img {
    border-radius: 10px;
    min-height: 190px;
    background-size: cover;
    max-height: 190px;
}

#PopularHomes .card .text-container {
    padding: 30px;
    text-align: left;
}

#PopularHomes .card .text-container .ic-location {
    background: url("../images/location-sm.png");
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    opacity: .5;
}

#PopularHomes .card .text-container h4 {
    font-weight: 700;
    margin: 0;
}

#PopularHomes .card .text-container p {
    font-size: 14px;
    color: #999999;
    line-height: 200%;
}

#PopularHomes .card .text-container h5 {
    font-size: 11px;
    font-style: italic;
}

#PopularHomes .card .text-container .button {
    width: 100%;
}

#PopularHomes .card .text-container .rate {
    border-radius: 0px;
    height: 50px;
    width: 50px;
    background: #ffffff;
    border: 1px solid #000;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 40%;
    right: 15px;
    padding: 5px;
}

#PopularHomes .card .text-container .rate .rate-ic {
    background: url("../images/rate-star.png");
    width: 20px;
    height: 20px;
    margin: 0 auto;
    display: inline-block;
}

#PopularHomes .card .text-container .rate .rate-text {
    top: -10px;
    font-size: 13px;
    position: relative;
    clear: both;
}

.PopularHomes {
    margin-top: 50px;
}

#PopularHomes .card .container .img img {
    width: 100%;
    float: left;
    background-size: cover;
    border-radius: 30px 30px 0 0;
    z-index: 3;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
}

#PopularHomes .card .icon {
    text-align: center;
    padding: 15px;
    bottom: 50px;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    display: none;
}

#PopularHomes .card .title {
    text-align: center;
    padding: 15px;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

#PopularHomes .card .container:hover .img img {
    transform: scale(1.5);
}

#PopularHomes .owl-theme .owl-dots .owl-dot span {
    background: #C2282B;
}

#PopularHomes .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    border: 1px solid #C2282B;
}

#PopularHomes .card .text-container .text-center h4 {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    margin-top: -5px;
    background: #c2282b;
    display: inline;
    color: #ffffff;
    padding: 2px 5px;
    border-radius: 5px;
}

#PopularHomes .card .text-container {
    padding: 0 10px;
    text-align: left;
    padding-top: 0
}

#PopularHomes .card .img-container .rate {
    height: auto;
    width: auto;
    background: #c2282b;
    border: none;
    text-align: center;
    z-index: 99;
    color: #fff;
    padding: 5px;
    position: absolute;
    border-radius: 0;
    clear: both;
    bottom: 14px;
    margin: 0;
    right: 10px;
    border-radius: 10px 0;
}

#PopularHomes .card .img-container .rate .rate-ic {
    background: url(../images/rate-star-white.png);
    float: left;
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-table
}

#PopularHomes .card .img-container h4.rate .rate-text {
    top: 0;
    font-size: 13px;
    float: left;
    padding-left: 5px;
    display: inline-table
}

#PopularHomes .card .text-container .text-center {
    text-align: left
}

#PopularHomes .card .text-container h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 40px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}


/* Special Features */

#specialFeatures {
    margin-top: calc(150px - 50px);
}

.specialFeatures {
    margin-top: 50px;
}

.specialFeatures .card {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 10px #eeeeee;
    margin-top: 60px;
    border: 1px solid #eeeeee;
    margin-bottom: 0;
}

.specialFeatures .card ul {
    margin-top: 30px;
}

.specialFeatures .card li {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 30px;
}

.specialFeatures .card li:last-child {
    margin: 0;
}

.specialFeatures .card li img {
    width: 32px;
    height: 32px;
    float: left;
}

.specialFeatures .card li .title {
    width: calc(100% - 42px);
    float: left;
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}

.specialFeatures .owl-item.center {
    margin-top: -30px;
}

.specialFeatures .owl-item.center .card {
    border: 1px solid #999999;
}

.specialFeatures .card h3 {
    font-weight: bold;
}


/* Refer Friend */

#ReferFriendEarn {
    background: transparent;
    margin-top: calc(150px - 50px);
}


/* Clients Words for YOLO */

#WordsForYolo {
    margin-top: calc(150px - 50px);
}

.WordsForYolo .card {
    margin-top: 40px;
    text-align: left;
    margin-bottom: 0;
}

.WordsForYolo .card .text-container {
    margin-top: 20px;
    text-align: left;
}

.WordsForYolo .card .img-container {
    padding: 0;
}

.WordsForYolo .card .img-container img {
    border-radius: 10px;
}

.WordsForYolo .card .text-container h3 {
    width: calc(100% - 100px);
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.WordsForYolo .card .text-container .rate {
    float: right;
    margin: 0;
}

.WordsForYolo .card .text-container .rate .rate-text {
    font-size: 16px;
    font-weight: bold;
}

.WordsForYolo .card .text-container .rate .rate-ic {
    background: url("../images/rate-star.png");
    width: 15px;
    height: 15px;
    margin: 0 auto;
    display: inline-block;
    margin-top: 5px;
    background-size: cover;
}

.WordsForYolo .img-container .bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
    border-radius: 10px;
}

.WordsForYolo .card a .play {
    background: url(../images/clients/play-icon.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 3;
}

.WordsForYolo .owl-dots {
    margin-top: 30px !important;
}


/* Blogs / blogStory */

#blogStory {
    margin-top: calc(150px - 50px);
}

.write-story .card {
    margin-top: 40px;
    text-align: left;
    margin-bottom: 0;
}

.write-story .card .text-container {
    margin-top: 20px;
    text-align: left;
}

.write-story .card .img-container {
    padding: 0;
}

.write-story .card .img-container img {
    border-radius: 10px;
}

.write-story .card .text-container h3 {
    width: calc(100% - 0px);
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: X;
    max-height: X*N;
}

.write-story .img-container .bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    /* IE6-9 */
    border-radius: 10px;
}


/* Accolades Partners */

#Partners {
    margin-top: calc(150px - 50px);
}


/* Rating */

#worlds-rating {
    margin-top: calc(150px - 50px);
}

.worlds-rating {
    margin-top: 50px;
}

.worlds-rating .card .text-container {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #999999;
    padding-bottom: 30px;
    min-height: 150px;
}

.worlds-rating .card p {
    font-size: 18px;
    font-weight: 600;
}

.worlds-rating .card .rating-box {
    box-shadow: 0px 1px 10px 0px rgba(238, 238, 238, 1);
    border: none;
    padding: 15px 20px;
    max-width: 70%;
    text-align: center;
    position: relative;
    margin-top: -30px !important;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 auto;
}

.worlds-rating .card .rating-box h3 {
    font-size: 36px;
    font-weight: 700;
    columns: #000000;
}

.worlds-rating .card .rating-box .rating-star {
    width: auto;
    height: auto;
    margin-top: 10px;
    margin: 0 auto;
}

.worlds-rating .img-container {
    padding: 15px;
    height: auto;
    min-height: auto;
    text-align: center;
    display: flex;
}

.worlds-rating .img-container ul {
    margin: 0 auto;
    padding: 0;
}

.worlds-rating .img-container ul li {
    float: left;
}

.worlds-rating .img-container ul li+li {
    margin-left: 10px;
}


/* Footer */

#Footer {
    margin-top: 100px;
    float: left;
}

#Footer ul li {
    width: 100%;
    float: left;
}

#Footer .footer-socials li,
#Footer .copyrights li {
    width: auto;
    float: left;
}

#popular-destination {
    margin-top: calc(150px - 50px);
}

ul.listing {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    width: 100%;
    float: left;
}

ul.listing li {
    float: left;
    width: 100%;
}

ul.listing li a {
    line-height: 36px;
    font-size: 16px;
    color: #000000;
}

ul.listing li a:hover {
    color: #c2282b;
}

#mobile-menu-popup {
    display: none;
    width: 100%;
    height: calc(100% - 62px);
    background: #ffffff;
    z-index: 9999;
    position: fixed;
    top: 0px;
    padding: 30px;
    overflow: hidden;
    overflow-y: scroll;
    left: -100%;
}

#mobile-menu-popup ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    float: left;
}

#mobile-menu-popup ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#mobile-menu-popup ul li a {
    color: #000000;
    font-size: 16px;
    display: block;
}

#mobile-menu-popup a.logo {
    width: auto;
    background-image: url(../images/yolo-mobile-logo.png);
    width: 120px;
    height: 30px;
    display: block;
    margin: 0px auto 0 auto !important;
    background-size: cover;
}

.mobile-popup-banner {
    margin-top: 30px;
}

.close-mobile-menu-popup {
    background: url(../images/close-menu.png);
    background-size: cover;
    width: 15px;
    height: 15px;
    position: fixed;
    top: 20px;
    right: 20px;
}

@media print,
screen and (min-width: 40em) {
    .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 1 0 auto;
        margin-left: auto;
    }
}


/* Navigation Styles */

nav {
    background: transparent;
    text-align: right;
}

nav ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li a {
    color: #000000;
    display: block;
    font-size: 18px;
    padding: 0px 15px;
    transition: 0.3s linear;
    font-weight: 400;
}

nav ul li ul {
    background: #ffffff;
    display: none;
    position: absolute;
    min-width: 250px;
    z-index: 99;
    margin-top: 38px !important;
}

nav ul li ul li {
    display: block;
    text-align: left;
}

nav ul li ul li:first-child {
    border-top: none;
}

nav ul li ul li a {
    background: transparent;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eeeeee;
}

nav ul li ul li a:hover {
    background: #ba2529;
    color: #ffffff;
}

nav .fa.fa-angle-down {
    margin-left: 6px;
}

.badge.trending {
    background: #24b476!important
}

.badge.exclusive {
    background: #f36853!important
}

.badge.budget {
    background: #c5a277!important
}

.badge.premium {
    background: #ffd700!important
}

.link {
    color: #000000;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 700;
}

.owl-carousel {
    text-align: inherit;
}

#clientVideoPopup {
    background: transparent;
    border: none;
    padding: 20px;
}

#clientVideoPopup iframe {
    border: 10px solid #ffffff;
}

#clientVideoPopup .close-button,
#clientVideoPopup .close-button.medium {
    right: 0px;
    top: -0.5rem;
    font-size: 2em;
    line-height: 1;
    color: #fff;
}

#mobileFooterMenu ul li span {
    font-size: 10px;
}

.search-block-page{       padding: 0px 0;
    /* border: 1px solid #d8d8d8; */
    padding-top: 10px; box-shadow: none;;}
/*
    .search-block-page .grid-container{
        
        background: #fff;
        box-shadow: 0 10px 10px #dfdfdf;
        padding: 15px 30px;
        margin-bottom: 0;
    }*/
.clsfarmpage .search-fix{margin-top:-30px;}
.clsfarmpage .banner-booking-form .searchDiv .btnfarmsearch {
    padding: 5px 20px;
    line-height: 38px;
    height: auto;
    border-radius: 0 10px 10px 0;
}

.banner-booking-form div.plus-minus-input {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    height: 50px;
    box-shadow: none;
    margin-bottom: 5px;
    padding: 0 15px;
}
.banner-booking-form {
    padding: 0 30px;
    box-shadow: 0 10px 10px #dfdfdf;
}

#header .top-bar, .top-bar ul{ background: #ffffff;}
.farm-content {
    margin-top: -70px;
}

#farmsearchform input, #farmsearchform .input-group, #farmsearchform select, .clsfamdetform input, .clsfamdetform .input-group, .career_form input{ padding:0 10px;}

.clsfarmdetailpage .price-preview {
    width: 100%;
    display: inline-grid;
}
.clsenquirypage .enquiry-card, .clscareerpage .enquiry-card{ margin-top:-30px;}
.menu-fixed{ border-bottom:1px solid #d8d8d8;}
.menu-fixed .page-title .search-block-page {    max-width: 100%;
    padding: 10px 30px 5px 30px;
    box-shadow: 0 10px 10px #dfdfdf;}

    .menu-fixed .banner-booking-form{box-shadow: none; padding: 0;}

    .menu-fixed .banner-booking-form .grid-padding-x>.cell{ margin-bottom:0;}
    


.strbookedmsg-color {
    color: #fff;
    font-size: 13px;
    background: #C2282B;
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    padding: 2px 10px;
    position: relative;
    line-height: 130%;
}

.strbookedmsg-black {
    color: #0a0a0a;
    font-size: 13px;
    background: transparent;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    padding: 2px 0 ;
    position: relative;
    line-height: 130%;
}

.flashdeal-animation {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-image: -webkit-gradient(linear, 50% 30%, 100% top, color-stop(0%, rgba(204, 99, 40, 0)), color-stop(25%, rgba(250, 250, 250, 0.3)), color-stop(50%, rgba(204, 99, 40, 0)));
    background-size: 200%;
    background-position: right;
    -webkit-animation-name: flashanim;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    color: #ffffff;
}

@-webkit-keyframes flashanim {
    0% {
        background-position: -400px 0px, -400px 0px, -400px 0px, -400px 0px
    }
    100% {
        background-position: 300px 0px, 300px 0px, 300px 0px, 300px 0px
    }
}