.date-picker{width:170px;height:25px;padding:0;border:0;line-height:25px;padding-left:10px;font-size:12px;font-family:Arial,sans-serif;font-weight:bold;cursor:pointer;color:#303030;position:relative;z-index:2;}.date-picker-wrapper{position:absolute;z-index:1;border:1px solid #bfbfbf;background-color:#efefef;padding:5px 12px;font-size:12px;line-height:20px;color:#aaa;font-family:Arial,sans-serif;box-shadow:3px 3px 10px rgba(0,0,0,0.5);box-sizing:initial;}.date-picker-wrapper.inline-wrapper{position:relative;box-shadow:none;display:inline-block;}.date-picker-wrapper.single-date{width:auto;}.date-picker-wrapper.no-shortcuts{padding-bottom:12px;}.date-picker-wrapper.no-topbar{padding-top:12px;}.date-picker-wrapper .footer{font-size:11px;padding-top:3px;}.date-picker-wrapper b{color:#666;font-weight:700;}.date-picker-wrapper a{color:rgb(107,180,214);text-decoration:underline;}.date-picker-wrapper .month-name{text-transform:uppercase;}.date-picker-wrapper .month-wrapper{border:1px solid #bfbfbf;border-radius:3px;background-color:#fff;padding:5px;cursor:default;position:relative;_overflow:hidden;}.date-picker-wrapper .month-wrapper table{width:190px;float:left;}.date-picker-wrapper .month-wrapper table.month2{width:190px;float:left;}.date-picker-wrapper .month-wrapper table th,.date-picker-wrapper .month-wrapper table td{vertical-align:middle;text-align:center;line-height:14px;margin :0px;padding :0px;}.date-picker-wrapper .month-wrapper table .day{padding:15px 0;line-height:1;font-size:12px;margin-bottom:1px;color:#ccc;cursor:default;}.date-picker-wrapper .month-wrapper table div.day.lastMonth,.date-picker-wrapper .month-wrapper table div.day.nextMonth{color:#999;cursor:default;}.date-picker-wrapper .month-wrapper table .day.checked{background-color:rgb(156,219,247);}.date-picker-wrapper .month-wrapper table .week-name{height:20px;line-height:20px;font-weight:100;text-transform:uppercase;}.date-picker-wrapper .month-wrapper table .day.has-tooltip{cursor:help !important;}.date-picker-wrapper .time label{white-space:nowrap;}.date-picker-wrapper .month-wrapper table .day.toMonth.valid{color:#333;cursor:pointer;}.date-picker-wrapper .month-wrapper table .day.toMonth.hovering{background-color:#cdecfa;}.date-picker-wrapper .month-wrapper table .day.nextMonth,.date-picker-wrapper .month-wrapper table .day.lastMonth{display:none;}.date-picker-wrapper .month-wrapper table .day.real-today{background-color:rgb(255,230,132);}.date-picker-wrapper .month-wrapper table .day.real-today.checked,.date-picker-wrapper .month-wrapper table .day.real-today.hovering{background-color:rgb(112,204,213);}.date-picker-wrapper table .caption{height:40px;}.date-picker-wrapper table .caption .next,.date-picker-wrapper table .caption .prev{padding:0 5px;cursor:pointer;}.date-picker-wrapper table .caption .next:hover,.date-picker-wrapper table .caption .prev:hover{background-color:#ccc;color:white;}.date-picker-wrapper .gap{position:relative;z-index:1;width:15px;height:100%;background-color:red;font-size:0;line-height:0;float:left;top:-5px;margin:0 10px -10px;visibility:hidden;height:0;}.date-picker-wrapper .gap .gap-lines{height:100%;overflow:hidden;}.date-picker-wrapper .gap .gap-line{height:15px;width:15px;position:relative;}.date-picker-wrapper .gap .gap-line .gap-1{z-index:1;height:0;border-left:8px solid white;border-top:8px solid #eee;border-bottom:8px solid #eee;}.date-picker-wrapper .gap .gap-line .gap-2{position:absolute;right:0;top:0px;z-index:2;height:0;border-left:8px solid transparent;border-top:8px solid white;}.date-picker-wrapper .gap .gap-line .gap-3{position:absolute;right:0;top:8px;z-index:2;height:0;border-left:8px solid transparent;border-bottom:8px solid white;}.date-picker-wrapper .gap .gap-top-mask{width:6px;height:1px;position:absolute;top:-1px;left:1px;background-color:#eee;z-index:3;}.date-picker-wrapper .gap .gap-bottom-mask{width:6px;height:1px;position:absolute;bottom:-1px;left:7px;background-color:#eee;z-index:3;}.date-picker-wrapper .selected-days{display:none;}.date-picker-wrapper .drp_top-bar{line-height:1.4;position:relative;padding:10px 40px 10px 0;}.date-picker-wrapper .drp_top-bar .error-top{display:none;}.date-picker-wrapper .drp_top-bar .normal-top{display:none;}.date-picker-wrapper .drp_top-bar .default-top{display:block;}.date-picker-wrapper .drp_top-bar.error .default-top{display:none;}.date-picker-wrapper .drp_top-bar.error .error-top{display:block;color:red;}.date-picker-wrapper .drp_top-bar.normal .default-top{display:none;}.date-picker-wrapper .drp_top-bar.normal .normal-top{display:block;}.date-picker-wrapper .drp_top-bar .apply-btn{position:absolute;right:0px;top:6px;padding:3px 5px;margin:0;font-size:12px;border-radius:4px;cursor:pointer;color:#d9eef7;border:solid 1px #0076a3;background:#0095cd;background:-webkit-gradient(linear,left top,left bottom,from(#00adee),to(#0078a5));background:-moz-linear-gradient(top,#00adee,#0078a5);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee',endColorstr='#0078a5');color:white;line-height:initial;}.date-picker-wrapper .drp_top-bar .apply-btn.disabled{cursor:pointer;color:#606060;border:solid 1px #b7b7b7;background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));background:-moz-linear-gradient(top,#fff,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededed');}.date-picker-wrapper .time{position:relative;}.date-picker-wrapper.single-month .time{display:block;}.date-picker-wrapper .time input[type=range]{vertical-align:middle;width:129px;padding:0;margin:0;height:20px;}.date-picker-wrapper .time1,.time2{width:180px;padding:0 5px;text-align:center;}.date-picker-wrapper .time1{float:left;}.date-picker-wrapper .time2{float:right;}.date-picker-wrapper .hour,.minute{text-align:right;}.date-picker-wrapper .hide{display:none;}.date-picker-wrapper .first-date-selected{background-color:#49e !important;color:white !important;}.date-picker-wrapper .last-date-selected{background-color:#49e !important;color:white !important;}.date-picker-wrapper .date-range-length-tip{position:absolute;margin-top:-4px;margin-left:-8px;box-shadow:0 0 3px rgba(0,0,0,.3);display:none;background-color:yellow;padding:0 6px;border-radius:2px;font-size:12px;line-height:16px;-webkit-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));-moz-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));-ms-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));-o-filter:drop-shadow(0 0 3px rgba(0,0,0,.3));filter:drop-shadow(0 0 3px rgba(0,0,0,.3));}.date-picker-wrapper .date-range-length-tip:after{content:'';position:absolute;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid yellow;left:50%;margin-left:-4px;bottom:-4px;}.date-picker-wrapper.two-months.no-gap .month1 .next,.date-picker-wrapper.two-months.no-gap .month2 .prev{display:none;}.date-picker-wrapper .week-number{padding:5px 0;line-height:1;font-size:12px;margin-bottom:1px;color:#999;cursor:pointer;}.date-picker-wrapper .week-number.week-number-selected{color:#4499EE;font-weight:bold;}
.main-property-column{padding:0;}#pmain.property-details{margin:0 auto;max-width:2000px;}@media (min-width:992px){#pmain.property-details{padding:0 30px;}}.property-images{display:flex;flex-wrap:wrap;overflow:hidden;position:relative;width:100%;font-weight:bold;}.property-images .property-images img{height:auto;width:100%;}.property-images .main-image-container{flex:1 0 70%;margin-right:20px;position:relative;}.property-images .main-image-container .view-more-mobile{display:none;}.property-images .sub-images-container{flex:0 1 calc(30% - 20px);position:relative;}.property-images .sub-images-container > .thumb{height:50%;}.property-images .sub-images-container > .thumb img{height:100%;object-fit:cover;overflow:hidden;position:absolute;top:0;left:0;width:auto;z-index:1;}.property-images .sub-images-container a{display:block;height:100%;overflow:hidden;position:relative;width:100%;}.property-images .secondary-image-container{border-bottom:10px solid #fff;}.property-images .tertiary-image-container{border-top:10px solid #fff;}.property-images .bottom-images-container{background:white;display:flex;padding-top:20px;position:absolute;bottom:0;width:100%;z-index:3;}.property-images .see-more-photos{display:none;}.property-images .bottom-images-container .tertiary-image-container{flex-grow:1;margin-right:20px;}.property-images .bottom-images-container .tertiary-image-container:last-child{margin-right:0;}.property-images .bottom-images-container .tertiary-image-container:first-child .tertiary-image-thumb-large{display:none;}.property-images .image-overlay{background-color:rgba(0,0,0,0.65);color:#fff;font-size:18px;font-weight:400;padding:5% 5px;position:absolute;bottom:0;text-align:center;text-decoration:underline;width:100%;z-index:2;}.property-images .image-overlay i{font-size:20px;margin-left:5px;}.property-images .bottom-images-container .tertiary-image-container:last-child .image-overlay{display:flex;flex-direction:column;font-size:12px;font-weight:300;height:100%;justify-content:center;line-height:150%;position:absolute;top:0;left:0;text-align:center;width:100%;}.property-images .bottom-images-container .tertiary-image-container .image-overlay .count{display:block;font-size:24px;font-weight:600;position:relative;left:12px;}.property-images .bottom-images-container .tertiary-image-container .image-overlay .count .fa-chevron-circle-right{font-size:22px;position:relative;left:8px;top:1px;}@media (max-width:768px){.property-images .main-image-container .image-overlay.view-more-mobile{max-height:30px;}}@media (max-width:999px){.property-images .main-image-container{margin-right:0;width:100%;}.property-images .main-image-container .image-overlay.view-more-mobile{align-items:center;display:flex;height:60px;line-height:1;justify-content:flex-end;position:absolute;bottom:0;right:0;text-align:right;width:100%;}.property-images .main-image-container .image-overlay.view-more-mobile a{color:#fff;font-size:18px;font-weight:300;margin-right:40px;text-decoration:none;}.property-images .main-image-container .image-overlay.view-more-mobile a i.fas{margin-left:2px;position:relative;top:1px;}.property-images .sub-images-container{display:none;}.property-images .bottom-images-container .secondary-image img{transform:none;}}.messages-row.row,.tabs-row.row{margin:0 20px;}.quote-column{padding-left:5px !important;padding-right:0 !important;}@media (max-width:991px){.node-type-rental-property .main-property-column{padding-right:0;}}.node-type-rental-property .pmain-row,.node-type-rental-property .help-row{margin-right:auto !important;}.node-type-rental-property .prop-content{padding-left:15px;}@media (max-width:991px){.node-type-rental-property .prop-content{padding-right:15px;}}.node-type-rental-property .page-header{color:#111;font-size:24px;font-weight:600;margin:0 0 5px 0;padding:0;}.node-type-rental-property .property-average-ratings{margin-bottom:10px;}.node-type-rental-property .property-average-ratings.empty.no-ratings{padding:10px 0;}.node-type-rental-property .property-average-ratings i{color:#ffd500;font-size:20px;margin-right:3px;}.node-type-rental-property .property-average-ratings a{color:#111;font-size:16px;}.node-type-rental-property .property-average-ratings a:hover,.node-type-rental-property .property-average-ratings a:focus{text-decoration:underline;}.node-type-rental-property .property-average-ratings .average{font-weight:600;}.node-type-rental-property .property-important-details{text-align:right;}.node-type-rental-property .property-important-details .price-and-cta-button{align-items:center;display:flex;justify-content:flex-end;}.node-type-rental-property .property-important-details .property-price{font-size:28px;font-weight:600;}.node-type-rental-property .property-important-details .property-price-small{font-size:18px;margin-right:20px;position:relative;top:0;}.node-type-rental-property .property-important-details .property-cta{text-transform:uppercase;width:100%;}.node-type-rental-property .booking-button[disabled],.node-type-rental-property .property-cta[disabled]{background-color:#dedede;color:darkgray;opacity:1;}.node-type-rental-property .booking-button[disabled]:hover,.node-type-rental-property .booking-button[disabled]:focus,.node-type-rental-property .property-cta[disabled]:hover,.node-type-rental-property .property-cta[disabled]:focus{background-color:darkgray;color:#dedede;}.node-type-rental-property .social-container{align-items:center;display:flex;justify-content:flex-end;margin:5px 0 10px;}.node-type-rental-property .social-container .favorite-indicator,.node-type-rental-property .social-container .share-listing,.node-type-rental-property .social-container .alternate-listing-cta{margin-left:20px;}.node-type-rental-property .social-container .favorite-indicator > button,.node-type-rental-property .social-container .favorite-indicator > a,.node-type-rental-property .social-container .share-listing > button,.node-type-rental-property .social-container .share-listing > a,.node-type-rental-property .social-container .alternate-listing-cta > button,.node-type-rental-property .social-container .alternate-listing-cta > a{align-items:center;background:none;border:none;color:#1C8CD6;display:flex;}.node-type-rental-property .social-container .favorite-indicator > button i,.node-type-rental-property .social-container .favorite-indicator > a i,.node-type-rental-property .social-container .share-listing > button i,.node-type-rental-property .social-container .share-listing > a i,.node-type-rental-property .social-container .alternate-listing-cta > button i,.node-type-rental-property .social-container .alternate-listing-cta > a i{font-size:25px;}.node-type-rental-property .social-container .favorite-indicator > button span,.node-type-rental-property .social-container .favorite-indicator > a span,.node-type-rental-property .social-container .share-listing > button span,.node-type-rental-property .social-container .share-listing > a span,.node-type-rental-property .social-container .alternate-listing-cta > button span,.node-type-rental-property .social-container .alternate-listing-cta > a span{font-size:18px;margin-left:10px;text-decoration:underline;}.node-type-rental-property .social-container .favorite-indicator > button:hover i,.node-type-rental-property .social-container .favorite-indicator > button:hover span,.node-type-rental-property .social-container .favorite-indicator > a:hover i,.node-type-rental-property .social-container .favorite-indicator > a:hover span,.node-type-rental-property .social-container .share-listing > button:hover i,.node-type-rental-property .social-container .share-listing > button:hover span,.node-type-rental-property .social-container .share-listing > a:hover i,.node-type-rental-property .social-container .share-listing > a:hover span,.node-type-rental-property .social-container .alternate-listing-cta > button:hover i,.node-type-rental-property .social-container .alternate-listing-cta > button:hover span,.node-type-rental-property .social-container .alternate-listing-cta > a:hover i,.node-type-rental-property .social-container .alternate-listing-cta > a:hover span{color:#069;}.node-type-rental-property .social-container .share-listing{position:relative;}.node-type-rental-property .social-container .share-tooltip{background:#fff;border:2px solid #dedede;border-radius:5px;box-shadow:0px 0px 5px rgba(0,0,0,0.6);display:none;padding:20px;position:absolute;top:100%;right:0;width:200px;z-index:5;}.node-type-rental-property .social-container .share-tooltip > button{background:none;border:none;float:right;}.node-type-rental-property .social-container .share-tooltip ul{list-style:none;margin:0;padding:0;}.node-type-rental-property .social-container .share-tooltip a,.node-type-rental-property .social-container .share-tooltip p,.node-type-rental-property .social-container .share-tooltip input{font-size:22px;line-height:200%;margin:0;width:100px;}.node-type-rental-property .social-container .share-tooltip a{align-items:center;display:flex;}.node-type-rental-property .social-container .share-tooltip a > i{margin-right:10px;}.node-type-rental-property .social-container .share-tooltip p.copy-text{font-size:16px;}.node-type-rental-property .social-container .share-tooltip input{font-size:14px;width:100%;}.node-type-rental-property .social-container .share-btn.show + .share-tooltip{display:block;}.node-type-rental-property .property-navbar ul{background:#fff;list-style-type:none;margin:0;margin-bottom:10px;width:99.7%;display:flex;justify-content:space-between;text-align:center;padding:10px 0;}.node-type-rental-property .property-navbar li{border:2px solid #1C8CD6;border-right:0;display:inline-block;text-align:center;margin:10px 0;color:#1C8CD6;font-size:16px;cursor:pointer;white-space:nowrap;margin:0;width:inherit;}.node-type-rental-property .property-navbar li:last-of-type{border-right:2px solid #1C8CD6;}.node-type-rental-property .property-navbar li.active{background:#1C8CD6;color:#fff;}.node-type-rental-property .property-navbar li.active > a{color:#fff;}.node-type-rental-property .property-navbar li.active:hover{background:#069;}.node-type-rental-property .property-navbar li.active:hover a{color:#fff;}.node-type-rental-property .property-navbar li a{padding:10px;}.node-type-rental-property .property-navbar li li:hover a,.node-type-rental-property .property-navbar li li:active a,.node-type-rental-property .property-navbar li a:hover,.node-type-rental-property .property-navbar li a:active{background:transparent;color:#fff;}.node-type-rental-property .property-navbar li i{font-size:14px;margin-right:5px;}.node-type-rental-property .property-navbar li:hover{background-color:#1C8CD6;color:#fff;}.node-type-rental-property .property-navbar li:active{color:#FFFFFF;background-color:#646464;}.node-type-rental-property .title-section-prop-detail{color:#111;margin:30px 0px 10px;font-size:24px;font-weight:600;}.node-type-rental-property .property-body-content{width:100%;}.node-type-rental-property .property-description-content{font-size:18px;line-height:150%;}.node-type-rental-property .property-description.less{max-height:180px;overflow:hidden;}.node-type-rental-property .btn.show-more{background:transparent;border-top:2px dashed #dedede;color:#1C8CD6;font-family:"Assistant",Arial,sans-serif;font-weight:600;margin-top:5px;width:100%;}.node-type-rental-property .btn.show-more:hover{background:transparent;color:#069;text-decoration:underline;}.node-type-rental-property .property-description.less + .btn.more + .btn.less,.node-type-rental-property .property-description.more + .btn.more{display:none;}.node-type-rental-property .more-description-details > * + *{margin-top:20px;}.node-type-rental-property #stickyPropDetailsHeader{background-color:#fff;}.node-type-rental-property #stickyPropDetailsHeader.fixed{padding:10px 0;position:fixed;position:sticky;top:0;min-width:64%;z-index:15;}.node-type-rental-property #stickyPropDetailsHeader.fixed .social-container{display:none;}@media (min-width:992px){.node-type-rental-property #stickyPropDetailsHeader.fixed{padding-bottom:0;}}.node-type-rental-property.logged-in #stickyPropDetailsHeader.fixed{padding-top:15px;top:25px;}.node-type-rental-property .facilities-list-content{padding-left:10px;}.node-type-rental-property .facilities-list-content .facilities-title{display:block;text-transform:uppercase;color:#111;font-size:16px;font-weight:600;margin-bottom:10px;}.node-type-rental-property .facilities-list-content ul{column-count:2;margin:0 0 30px 0;}.node-type-rental-property .facilities-list-content ul li{color:#666;font-size:16px;list-style-type:none;margin-bottom:7px;}.node-type-rental-property .facilities-list-content ul li .fas{margin-right:8px;color:#379394;}.node-type-rental-property .facilities-list-content .other_value{color:#111;padding-right:4px;text-transform:capitalize;}.node-type-rental-property .facilities-list-content .show-more{border-top:2px dashed #dedede;margin-bottom:5px;padding-top:5px;}.node-type-rental-property .facilities-list-content .show-more span{color:#1C8CD6;font-size:15px;cursor:pointer;}.node-type-rental-property .facilities-list-content .show-more span:hover{color:#069;text-decoration:underline;}@media all and (min-width:500px){.node-type-rental-property .facilities-list-content ul li{font-size:1.2em;}}@media all and (min-width:768px){.node-type-rental-property .facilities-list-content ul{column-count:3;}}.node-type-rental-property .calendar-availability-wrapper{font-size:16px;}.node-type-rental-property .calendar-availability-wrapper .datepicker-inline{width:auto;}.node-type-rental-property .calendar-availability-wrapper .table-condensed th,.node-type-rental-property .calendar-availability-wrapper .table-condensed td{padding:8px 9px;}.node-type-rental-property .calendar-availability-wrapper table.table-condensed{border:2px solid #dedede;border-radius:2px;border-collapse:separate !important;}.node-type-rental-property .calendar-availability-wrapper table.table-condensed thead tr:first-child th{background-color:#379394;color:#fff;font-weight:600;}.node-type-rental-property .calendar-availability-wrapper table.table-condensed thead tr:nth-child(2) th{background-color:#dedede;border-bottom:2px solid #dedede;}.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td:not(.range) + td.startDate{background-color:transparent !important;background-image:none !important;color:#494949 !important;position:relative;}.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td:not(.range) + td.startDate:after{border-style:solid;border-width:0 0 33px 33px;border-color:transparent transparent #85bee8 transparent;content:'';position:absolute;right:0;bottom:0;z-index:-1;}.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.range + td.day.selected,.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.selected + td.day.selected,.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.startDate + td.day.selected{background-color:transparent !important;background-image:none !important;color:#494949;position:relative;}.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.range + td.day.selected:after,.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.selected + td.day.selected:after,.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.startDate + td.day.selected:after{border-style:solid;border-width:33px 35px 0 0;border-color:#85bee8 transparent transparent transparent;content:'';position:absolute;left:0;top:0;z-index:-1;}.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.day:hover,.node-type-rental-property .calendar-availability-wrapper .datepicker table tr td.day.focused{background-color:#85bee8;}.node-type-rental-property .calendar-availability-wrapper td.day.startblock{background:transparent;position:relative;}.node-type-rental-property .calendar-availability-wrapper .startblock:after,.node-type-rental-property .calendar-availability-wrapper .startblock.day.range:after{content:'';background-position:right top;border-style:solid;border-width:0 0 33px 33px;border-color:transparent transparent #ffdede transparent;position:absolute;right:0;bottom:0;z-index:-1;}.node-type-rental-property .calendar-availability-wrapper td.day.endblock{background:transparent;position:relative;}.node-type-rental-property .calendar-availability-wrapper .endblock:after,.node-type-rental-property .calendar-availability-wrapper .endblock.day.range:after{content:'';background-position:right top;border-style:solid;border-width:33px 35px 0 0;border-color:#ffdede transparent transparent transparent;position:absolute;right:0;bottom:0;z-index:-1;}.node-type-rental-property .datepicker table tr td.today,.node-type-rental-property .datepicker table tr td.today:hover,.node-type-rental-property .datepicker table tr td.today.disabled,.node-type-rental-property .datepicker table tr td.today.disabled:hover{background:#999;color:#fff;}.node-type-rental-property .datepicker table tr td.range,.node-type-rental-property .datepicker table tr td.range:hover,.node-type-rental-property .datepicker table tr td.range.disabled,.node-type-rental-property .datepicker table tr td.range.disabled:hover{background:#85bee8 !important;}.node-type-rental-property .datepicker table tr td.day:hover,.node-type-rental-property .datepicker table tr td.day.focused{background-color:#85bee8;}.node-type-rental-property .datepicker table tr td:not(.range) + td.selected{background-color:transparent !important;background-image:none !important;color:#494949 !important;position:relative;}.node-type-rental-property .datepicker table tr td:not(.range) + td.selected:after{border-style:solid;border-width:0 0 28px 25px;border-color:transparent transparent #85bee8 transparent;content:'';position:absolute;right:0;bottom:0;z-index:-1;}.node-type-rental-property .datepicker table tr td.range + td.selected,.node-type-rental-property .datepicker table tr td.selected + td.selected{background-color:transparent !important;background-image:none !important;color:#494949;position:relative;}.node-type-rental-property .datepicker table tr td.range + td.selected:after,.node-type-rental-property .datepicker table tr td.selected + td.selected:after{border-style:solid;border-width:28px 28px 0 0;border-color:#85bee8 transparent transparent transparent;content:'';position:absolute;left:0;top:0;z-index:-1;}.node-type-rental-property .btn-inverse.calendar-avail-nav-disable{opacity:.5;}.node-type-rental-property .reservation-info-block{background:#efefef;border:2px solid #dedede;margin:0;}.node-type-rental-property .reservation-info-block .group-label{align-items:center;cursor:pointer;display:flex;justify-content:space-between;margin:0;padding:10px 20px;text-transform:uppercase;}.node-type-rental-property .reservation-info-block .group-label i{float:right;font-size:18px;}.node-type-rental-property .reservation-info-block .accordion{display:none;}.node-type-rental-property .reservation-info-block .accordion.open{display:block;padding:0 20px;}.node-type-rental-property .reservation-info-block + .reservation-info-block{border-top:none;}@media (min-width:992px){.node-type-rental-property .reservation-info-block{border-top:none;}}.node-type-rental-property .quote-component-container.fixed{position:fixed;position:sticky;top:0;width:auto;z-index:10;}.node-type-rental-property .quote-component-container.logged-in .quote-component-container.fixed{padding-top:2px;top:25px;}.node-type-rental-property .quote-component-container .quote-widget-label{font-size:18px;font-weight:300;}.node-type-rental-property .quote-component-container .cidate-input,.node-type-rental-property .quote-component-container .codate-input,.node-type-rental-property .quote-component-container .prop-cicodate-input{background-color:transparent;background-image:none !important;border:none;border-radius:0;font-family:"Assistant",Arial,sans-serif;font-size:18px;font-weight:600;height:40px;padding:0;text-align:left;text-indent:0 !important;margin:0;width:100%;}.node-type-rental-property .quote-component-container .cidate-input:disabled,.node-type-rental-property .quote-component-container .codate-input:disabled,.node-type-rental-property .quote-component-container .prop-cicodate-input:disabled{background-color:transparent;}.node-type-rental-property .quote-component-container select.guest,.node-type-rental-property .quote-component-container select.child{background:transparent;border:none;border-radius:0;font-size:18px;height:40px;margin:0;text-indent:0 !important;width:100%;}.node-type-rental-property .quote-component-container .quote-input-row{background:#fff;border:2px solid #dedede;text-align:left;}.node-type-rental-property .quote-component-container .quote-input-row + .quote-input-row{border-top:none;}.node-type-rental-property .quote-component-container .quote-input-row.input-insurance{padding:5px;}.node-type-rental-property .quote-component-container .quote-input-row.input-insurance label{align-items:center;display:flex;font-size:17px;font-weight:600;justify-content:flex-start;}.node-type-rental-property .quote-component-container .quote-input-row.input-insurance a{text-decoration:underline;}.node-type-rental-property .quote-component-container .quote-input-row.input-insurance input[type="checkbox"].form-checkbox{height:30px;width:30px;}.node-type-rental-property .quote-component-container .quote-input-row.input-insurance input[type="checkbox"].form-checkbox:before{font-size:23px;top:1px;}.node-type-rental-property .quote-component-container .quote-input-row.input-insurance i{font-size:24px;position:absolute;right:5px;top:7px;}.node-type-rental-property .quote-component-container .quote-input-row.input-insurance .insurance-wrapper{display:flex;}.node-type-rental-property .quote-component-container .date-input-wrapper{padding:5px;position:relative;width:50%;}.node-type-rental-property .quote-component-container .date-input-wrapper:first-of-type{border-right:2px solid #dedede;}.node-type-rental-property .quote-component-container .date-input-wrapper.full{border:none;width:100%;}.node-type-rental-property .quote-component-container .date-input-wrapper label{color:#494949;margin:0;}.node-type-rental-property .quote-component-container .date-input-wrapper i{color:#1C8CD6;font-size:30px;position:absolute;bottom:10px;right:10px;}.node-type-rental-property .quote-component-container .loading-wrapper{display:none;}.node-type-rental-property .quote-component-container .price-calculation-result{display:none;}.node-type-rental-property .quote-component-container .price-calculation-result input[type=text]{background:none;box-shadow:none;border:none;font-family:"Assistant",Arial,sans-serif;font-size:18px;font-weight:300;margin:0;outline:none !important;padding:0;text-align:right;width:100%;}.node-type-rental-property .quote-component-container .price-calculation-result input[type=text]:hover,.node-type-rental-property .quote-component-container .price-calculation-result input[type=text]:active,.node-type-rental-property .quote-component-container .price-calculation-result input[type=text]:focus{outline:none !important;-webkit-appearance:none !important;}.node-type-rental-property .quote-component-container .price-calculation-result input[type=text].edit-booking-charges-exchanged-currency-symbol{text-align:left;}.node-type-rental-property .quote-component-container .price-calculation-result td{font-size:18px;font-weight:300;}.node-type-rental-property .quote-component-container .price-calculation-result td p{font-weight:600;}.node-type-rental-property .quote-component-container .price-calculation-result .travel-insurance-line.hide{display:none;}.node-type-rental-property .quote-component-container .price-calculation-result .promotion-label{font-size:15px;}.node-type-rental-property .quote-component-container .price-calculation-result .strike,.node-type-rental-property .quote-component-container .price-calculation-result .strike input{font-weight:100;text-decoration:line-through;}.node-type-rental-property .quote-component-container .price-calculation-result p{margin:0;}.node-type-rental-property .quote-component-container .price-calculation-result .charges-detail tr{background-color:#ba6b72;}.node-type-rental-property .quote-component-container .price-calculation-result .charges-detail tr.zebra-stripes{background-color:#b3555d;}.node-type-rental-property .quote-component-container .price-calculation-result .charges-detail tr .fa-question-circle{color:#fff;cursor:pointer;}.node-type-rental-property .quote-component-container .price-calculation-result .charges-detail.truncated .secondary{display:none;}.node-type-rental-property .quote-component-container .price-calculation-result tr.item-calculation-result{padding:10px;}.node-type-rental-property .quote-component-container .price-calculation-result tr.item-calculation-result.strike,.node-type-rental-property .quote-component-container .price-calculation-result tr.item-calculation-result.strike td{text-decoration:line-through;}.node-type-rental-property .quote-component-container .price-calculation-result tr.total-calculation-result,.node-type-rental-property .quote-component-container .price-calculation-result tr.total-calculation-result td,.node-type-rental-property .quote-component-container .price-calculation-result tr.total-calculation-result input{font-size:22px;font-weight:600;}.node-type-rental-property .quote-component-container .price-calculation-result .pricing-aside{align-items:center;display:flex;justify-content:space-between;}.node-type-rental-property .quote-component-container .price-calculation-result .pricing-aside > *{align-self:flex-start;display:inline;margin:5px 0 0;font-size:14px;font-weight:300;padding:0;}.node-type-rental-property .quote-component-container .price-calculation-result .pricing-aside button.text-link{background:transparent;border:none;color:#fff;text-decoration:underline;}.node-type-rental-property .quote-component-container .price-calculation-result span.fee-qty{border:1px solid #fff;padding:5px;border-radius:4px;background-color:rgba(255,255,255,0.3);font-size:14px;}.node-type-rental-property .quote-component-container .quote-result-container{margin-top:20px;}.node-type-rental-property .quote-component-container .quote-block{color:#fff;}.node-type-rental-property .quote-component-container .agreement-wrapper{margin:10px 20px;}.node-type-rental-property .quote-component-container .cancel-payment-policies{background:#379394;color:#fff;margin:20px 0;}.node-type-rental-property .quote-component-container .cancel-payment-policies .policy-toggle{align-items:center;background:none;border:none;color:white;display:flex;font-size:18px;font-weight:600;justify-content:space-between;padding:20px;text-transform:uppercase;width:100%;}.node-type-rental-property .quote-component-container .cancel-payment-policies .policy-details{max-height:0;overflow:hidden;padding:0 20px 0;-webkit-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}.node-type-rental-property .quote-component-container .cancel-payment-policies .policy-details.show{max-height:500px;padding:10px 20px 20px;}.node-type-rental-property .quote-component-container .cancel-payment-policies .cancellation,.node-type-rental-property .quote-component-container .cancel-payment-policies .policy{font-size:15px;font-weight:300;line-height:125%;}.node-type-rental-property .quote-component-container .cancel-payment-policies .cancellation span,.node-type-rental-property .quote-component-container .cancel-payment-policies .policy span{font-weight:600;}.node-type-rental-property .quote-component-container .cancel-payment-policies > div + div{margin-top:20px;}.node-type-rental-property .quote-component-container .cancel-payment-policies a{color:#fff;text-decoration:underline;}.node-type-rental-property .quote-component-container label.agree-checkbox{color:#fff;font-size:18px;}.node-type-rental-property .quote-component-container .rental-agreement-modal{margin-left:4px;text-decoration:underline;}.node-type-rental-property .quote-component-container .want-help{margin:20px;text-align:center;}.node-type-rental-property .quote-component-container .want-help small{display:block;margin:10px;}.node-type-rental-property .quote-component-container .input-opt-fees p.box-title{color:#494949;font-size:14px;font-weight:normal;line-height:20px;}.node-type-rental-property .quote-component-container .input-opt-fees .fee-details{display:flex;justify-content:space-between;align-items:center;}.node-type-rental-property .quote-component-container .input-opt-fees .fee-details .opt-fee-group{display:flex;gap:10px;}.node-type-rental-property .quote-component-container .input-opt-fees .fee-details p{color:#494949;font-size:17px;font-weight:600;}.node-type-rental-property .quote-component-container .input-opt-fees .fee-details input[type=number].fee-qty,.node-type-rental-property .quote-component-container .input-opt-fees .fee-details button.add-remove-fee{width:70px;height:28px;text-align:center;}.node-type-rental-property .section-nav{padding-top:200px;margin-top:-200px;}.node-type-rental-property .book-info-container{background-color:#c6182a;padding:15px;}.node-type-rental-property .availability-calendar-input{display:none;}.node-type-rental-property .property-quick-info{background:#f5f5f5;border:2px solid #dedede;border-radius:10px;margin:10px 0;padding:20px;}.node-type-rental-property .property-quick-info .quick-info-title{text-transform:uppercase;}.node-type-rental-property .property-quick-info .quick-info-value{display:block;font-size:15px;margin-top:5px;max-width:90px;text-align:center;}.node-type-rental-property .property-quick-info ul{margin:0 0 15px;padding-bottom:15px;}.node-type-rental-property .property-quick-info ul li{align-items:center;display:inline-block;display:flex;flex-direction:column;padding-right:10px;text-align:center;vertical-align:top;}.node-type-rental-property .property-quick-info ul li img{max-width:100px;}.node-type-rental-property .property-quick-info ul li a{color:#464646;display:block;margin:-5px 0;padding:5px;}.node-type-rental-property .property-quick-info ul li a:hover{background:#dedede;color:#222;text-decoration:none;}.node-type-rental-property .property-quick-info ul li .fab,.node-type-rental-property .property-quick-info ul li .far,.node-type-rental-property .property-quick-info ul li .fas{color:#9c9c9c;display:block;font-size:36px;padding:0 12px;text-align:center;}.node-type-rental-property .property-quick-info ul li .fas.fa-plus{color:#1C8CD6;}.node-type-rental-property .property-quick-info .secondary-details{border-bottom:none;display:flex;margin:0;padding-bottom:0;}.node-type-rental-property .property-quick-info .main-details,.node-type-rental-property .property-quick-info .secondary-details{display:flex;align-items:flex-start;justify-content:space-between;}@media (min-width:994px){.node-type-rental-property .property-quick-info{display:block;}.node-type-rental-property .property-quick-info ul{border-bottom:2px solid #dedede;}}@media (max-width:700px){.node-type-rental-property .property-quick-info ul{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:15px;padding-bottom:10px;}.node-type-rental-property .property-quick-info ul li{text-align:center;width:25%;}.node-type-rental-property .property-quick-info ul li .fab,.node-type-rental-property .property-quick-info ul li .far,.node-type-rental-property .property-quick-info ul li .fas{display:block;font-size:20px;margin-right:5px;}.node-type-rental-property .property-quick-info ul li span{text-align:center;}}.node-type-rental-property #comments{margin-top:15px;font-size:1.2em;line-height:125%;}.node-type-rental-property #comments h3{color:#666;font-weight:bold;font-size:1.6em;}.node-type-rental-property .comment{margin:30px 0;overflow:hidden;display:table;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:100%;position:relative;}.node-type-rental-property .comment .rating-box h4{margin:5px 0;font-size:1.4em;}.node-type-rental-property .comment div.rating{margin-bottom:10px;}.node-type-rental-property .comment span.rating{color:#eddb11;font-size:1.5em;}.node-type-rental-property .comment .meta{margin-left:0;}.node-type-rental-property .comment .meta p{margin:0;}.node-type-rental-property .comment .meta .name{font-style:italic;min-height:0;}.node-type-rental-property .comment .meta .name span{font-style:normal;}.node-type-rental-property .comment .meta .date{float:right;text-align:right;min-height:0;font-weight:100;}.node-type-rental-property .comment .contentreview{margin-left:0;margin-top:10px;}@media (max-width:590px){.node-type-rental-property .row.sticky-nav,.node-type-rental-property .property-quick-info{display:none;}}@media (max-width:720px){.node-type-rental-property .property-navbar li i{display:none;}}@media (max-width:991px){.node-type-rental-property .breadcrumb.container{margin:0;}.node-type-rental-property .price-and-cta-button{margin:20px 0 0;}.node-type-rental-property .social-container{margin:20px 0 20px;}.node-type-rental-property .quote-column{display:none;}}@media (min-width:992px){.node-type-rental-property .mobile-quote-container{display:none;}}@media (min-width:992px) and (max-width:1145px){.node-type-rental-property .property-navbar li i{display:none;}}.node-type-rental-property.page-node-book .property-images,.node-type-rental-property.page-node-book .quote-column,.node-type-rental-property.page-node-book .breadcrumb-box,.node-type-rental-property.page-node-book-dates .property-images,.node-type-rental-property.page-node-book-dates .quote-column,.node-type-rental-property.page-node-book-dates .breadcrumb-box,.node-type-rental-property.page-node-force-booking .property-images,.node-type-rental-property.page-node-force-booking .quote-column,.node-type-rental-property.page-node-force-booking .breadcrumb-box,.node-type-rental-property.page-node-node-export .property-images,.node-type-rental-property.page-node-node-export .quote-column,.node-type-rental-property.page-node-node-export .breadcrumb-box,.node-type-rental-property.page-node-price-edit .property-images,.node-type-rental-property.page-node-price-edit .quote-column,.node-type-rental-property.page-node-price-edit .breadcrumb-box,.node-type-rental-property.page-node-cico .property-images,.node-type-rental-property.page-node-cico .quote-column,.node-type-rental-property.page-node-cico .breadcrumb-box{display:none;}.node-type-rental-property.page-node-book .main-property-column,.node-type-rental-property.page-node-book-dates .main-property-column,.node-type-rental-property.page-node-force-booking .main-property-column,.node-type-rental-property.page-node-node-export .main-property-column,.node-type-rental-property.page-node-price-edit .main-property-column,.node-type-rental-property.page-node-cico .main-property-column{flex:auto;margin:0 auto;max-width:1300px;width:100%;}
.btn.prop-section-toggle{font-size:17px;margin-top:10px;padding:10px;}.prop-section-toggle + div{display:none;}.prop-section-toggle + div.show{display:block;}.fac_value{text-transform:uppercase;font-weight:bold;color:#545454;font-size:0.85em;}.top-prop-nav .icon,.top-prop-nav .indicator{display:none;}.calendar-rightsidebar{width:100%;}.calendar-rightsidebar .booking-button{background-color:#1C8CD6;border:none;color:#fff;font-size:18px;margin-top:20px;text-transform:uppercase;}.property-detail .booking-button{margin:5px 0 15px;}.calendar-rightsidebar .aside{color:#999;margin:15px 0 0;}.calendar-rightsidebar small{font-size:1.2em;}.calendar-rightsidebar .aside .askquest{background:#eee;border:none;border-radius:0;color:#4EB1E6;margin:15px 0 0;}.calendar-rightsidebar .aside .askquest:hover{background:#ddd;}#datepickermobile .input-medium,#datepickermobile select{display:inline-block;width:calc(50% - 5px);margin-bottom:15px!important;}#datepickermobile .input-medium:first-of-type,#datepickermobile select:first-of-type{margin-right:7px;}@media all and (max-width:1199px){.rental-page.input-daterange .input-medium,.rental-page.input-daterange select{display:block;width:100%;margin-bottom:15px!important;}}@media all and (max-width:978px){ul.top-prop-nav li:not(.indicator){display:none;}.top-prop-nav .indicator{display:inline-block;}ul.top-prop-nav.responsive li.icon{position:absolute;right:0;top:0;}ul.top-prop-nav.responsive li:not(.indicator){display:block;}ul.top-prop-nav.responsive li a{display:block;text-align:left;}ul.top-prop-nav li.icon{float:right;display:inline-block;}}@media all and (max-width:993px){.prop-right-sidebar .calendar-rightsidebar{display:none;}}@media all and (min-width:994px){.prop-right-sidebar .calendar-rightsidebar{display:inline-block;}.sticky-rentalprop-topmenu{display:none!important;}}.date-picker-containter{background-color:#c6182a;}.date-picker-containter h3{margin-top:0px;color:#fff;font-size:1.5em;text-align:center;margin-bottom:5px;}.date-picker-containter p{color:#fff;}.date-picker-containter #datepicker select{border:2px solid #dedede;border-radius:0;height:32px;}.bottom-book-button-section{background-color:#def2ff;padding-top:10px;padding-bottom:15px;padding-right:20px;padding-left:20px;border:1px solid #97B9CF;border-radius:5px;}.checkbox-date-book label{font-size:0.97em;margin-top:10px;}.checkbox-date-book .fa-question-circle{color:#fff;}.datepicker-wrapper{color:#000;margin:10px 0;}.input-daterange select{margin-bottom:5px!important;}.checkbox-date-book label{margin-bottom:0px;}table.upper-charges-detail i{font-weight:bold;color:#9b5959;}table.upper-charges-detail tbody tr td{padding-top:2px;padding-bottom:2px;}.quote-result-container{background-color:#c6182a;}.price-calculation-result{display:none;}.price-calculation-result table{width:100%;}.price-calculation-result table tbody tr.total-calculation-result,.price-calculation-result table tbody tr.total-calculation-result input,.price-calculation-result table tbody tr.total-calculation-result-exchanged input{font-size:20px;font-weight:bold;}.price-calculation-result table tbody tr.total-calculation-result-exchanged td:first-of-type{max-width:190px;}.price-calculation-result table tbody tr.total-calculation-result-exchanged td:first-of-type input{text-align:left;}.price-calculation-result table tbody tr:not(.total-calculation-result-exchanged) td:nth-child(2){max-width:37%;text-align:right;}.price-calculation-result table tbody tr td:nth-child(1){text-align:left;}tr.item-calculation-result{align-items:center;display:flex;font-size:16px;height:auto;justify-content:space-between;padding:5px 10px;}tr.item-calculation-result .discounted-total-top-margin{display:inline-block;margin-top:5px;}tr.item-calculation-result.applied-discount .text-link,tr.item-calculation-result.applied-discount .text-link:hover{text-decoration:underline;color:#fff;}.start-date-wrapper,.end-date-wrapper{position:relative}.edit-input-guests{display:inline-block;border:2px solid #dedede;margin:0;}.loading{text-align:center;}i.fas.fa-circle-notch.fa-spin{color:#fff;font-size:20px;}.loading span{font-weight:bold;font-size:1.3em;color:#fff;}.loading-wrapper{padding:20px 0;display:none;}.sticky-rentalprop-topmenu{top:0;left:0;z-index:999;position:fixed;width:100%;display:none;background-color:#fff;border-bottom:1px solid #afafaf;-webkit-box-shadow:1px -6px 9px 6px rgba(0,0,0,0.48);-moz-box-shadow:1px -6px 9px 6px rgba(0,0,0,0.48);box-shadow:1px -6px 9px 6px rgba(0,0,0,0.48);}ul.top-prop-nav{margin:0px;}.top-prop-nav li{display:inline-block;padding:10px 35px;font-size:1.2em;}.top-prop-nav li:hover{background-color:#1C8CD6;color:#fff;}.top-prop-nav li a{color:#1C8CD6;-o-transition:background-color .2s ease-out;-ms-transition:background-color .2s ease-out;-moz-transition:background-color .2s ease-out;-webkit-transition:background-color .2s ease-out;transition:background-color .2s ease-out;}.top-prop-nav li:hover a{color:#fff;}.hide-facility{display:none;}.property-detail{color:#999;margin-bottom:5px!important;padding:8px 0;}.property-detail ul.nav-list li.liste{border:none!important;padding-top:1px;padding-bottom:2px;}.property-detail .property-details-container{width:50%;}table.middle-charges-detail,table.upper-charges-detail,table.middle-charges-detail input,table.upper-charges-detail total-nights{font-size:0.98em!important;}table.upper-charges-detail,table.upper-charges-detail i,table.upper-charges-detail td,table.upper-charges-detail span{color:#2e5765!important;}.fa-question-circle{color:#1C8CD6;font-size:20px;margin-left:5px;}.charges-detail tr,.charges-detail tr input{color:#fff;}#noty_top_layout_container{width:100%!important;left:0%!important;}.notif-sticky-alert{background-color:#8C3939;border-bottom:1px solid #5D2020;color:#FFFFFF;}.noty_error_content{padding:8px 10px;}.close_noty{color:#2B0000;padding-right:5px;padding-top:5px;text-align:right;}.close_noty i{color:#F7E7E7!important;}.property-detail h1{margin:0 0 10px;text-align:center;}.property-details-container{width:45%;display:inline-block;float:left;}@media (max-width:979px){.property-details-container{width:100%;}}.calendar-month-wrapper{display:inline-block;}.avail-cal-month{display:inline-block;}.calendar-avail-nav{-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e9e9e9));background:-moz-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:-webkit-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:-o-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:-ms-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:linear-gradient(to bottom,#f9f9f9 5%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);background-color:#f9f9f9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #dcdcdc;display:inline-block;cursor:pointer;color:#666666;font-family:Arial;font-size:15px;font-weight:bold;padding:6px 8px;text-decoration:none;}.calendar-avail-nav:hover{background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#e9e9e9),color-stop(1,#f9f9f9));background:-moz-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);background:-webkit-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);background:-o-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);background:-ms-linear-gradient(top,#e9e9e9 5%,#f9f9f9 100%);background:linear-gradient(to bottom,#e9e9e9 5%,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9',endColorstr='#f9f9f9',GradientType=0);background-color:#e9e9e9;}.calendar-avail-nav:active{position:relative;top:1px;}.calendar-avail-nav-disable{-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;box-shadow:inset 0px 1px 0px 0px #ffffff;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#f9f9f9),color-stop(1,#e9e9e9));background:-moz-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:-webkit-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:-o-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:-ms-linear-gradient(top,#f9f9f9 5%,#e9e9e9 100%);background:linear-gradient(to bottom,#f9f9f9 5%,#e9e9e9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9',endColorstr='#e9e9e9',GradientType=0);background-color:#f9f9f9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:1px solid #dcdcdc;display:inline-block;cursor:pointer;color:#c3c3c3;font-family:Arial;font-size:15px;font-weight:bold;padding:6px 8px;text-decoration:none;}.calendar-avail-legend-wrapper{width:49%;display:inline-block;}.calendar-avail-nav-wrapper{width:100%;display:inline-block;text-align:center;}.calendar-avail-nav i.fa-chevron-circle-left,.calendar-avail-nav-disable i.fa-chevron-circle-left{margin-right:5px;}.calendar-avail-nav i.fa-chevron-circle-right,.calendar-avail-nav-disable i.fa-chevron-circle-left{margin-left:5px;}.available-icon{padding:6px;background-color:#ffffff;border:2px solid #acacac;border-radius:3px;display:inline-block;}.unavailable-icon{padding:6px;background-color:#FFDEDE;border:2px solid #acacac;border-radius:3px;display:inline-block;text-decoration:line-through;color:#7E2217;}.nav-legend-cal-wrapper{margin-bottom:20px;display:block;}.cal-date-info-wrapper{display:inline-block;margin-right:20px;padding:2px;}.top-cal-avail-wrapper{border-bottom:1px solid #dcdcdc;padding-bottom:10px;}.bottom-cal-avail-wrapper{padding-top:10px;}#nav-prop-availability{padding-bottom:10px;}.nav-legend-cal-wrapper{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}.err-msg-cal{display:inline-block;line-height:18px;height:auto;}.err-msg-cal i.fas,.err-btn-cal i.fas{color:#B25252;}.err-btn-cal i.fas{cursor:pointer;}.err-btn-cal{text-align:right;font-size:18px;color:#D98484;display:inline-block;width:3%;height:10px;position:absolute;right:9px;margin-top:-6px;}.notif-error-msg-cal{display:none;width:100%;}.notif-error-msg-cal .alert{margin-top:5px;}.carousel .carousel-control{align-items:center;background:rgba(0,0,0,.6);border:none;border-radius:50%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;height:70px;justify-content:center;opacity:1;-webkit-transition:120ms background ease-out;-o-transition:120ms background ease-out;transition:120ms background ease-out;width:70px;}.carousel .carousel-control.right{right:-35px;}.carousel .carousel-control.right:after{content:'\f105';font-family:"Font Awesome 5 Free";font-size:22px;position:relative;left:-14px;font-weight:900;}.carousel .carousel-control.left{left:-35px;}.carousel .carousel-control.left:after{content:'\f104';font-family:"Font Awesome 5 Free";font-size:22px;position:relative;left:14px;font-weight:900;}.carousel .carousel-control:hover{background:rgba(0,0,0,.8);}.showmore-nav{background:url(https://assets04.redawning.com/sites/all/themes/ra_bootstrap_subtheme/images/a10.png) no-repeat!important;width:30px!important;height:49px!important;margin-top:-10px;cursor:pointer;}.showmore-nav#morelesthm{background-position:-136px -35px!important;-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}.showmore-nav#lesmorethm{background-position:-195px -35px!important;-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg);}#edit-time-cmp .input-daterange{text-align:left!important;}#inquery-datepicker{display:inline-block;width:100%;}li.liste span{margin-right:2px;}li.liste span.badge,li.liste span.label{background-color:#eee;}.owl-item > figure{width:100%!important;-webkit-margin-before:0px!important;-webkit-margin-after:0px!important;-webkit-margin-start:0px!important;-webkit-margin-end:0px!important;margin:0px!important;}.thumb-owl-nav,a.carousel-control{cursor:pointer;}.img-transparent{opacity:0.6;filter:alpha(opacity=60);}#carthm span.active{border:2px solid #1C8CD6 !important;}.region region-sidebar-second{text-align:center;}.region-sidebar-second > section{margin:9px!important;}.region-sidebar-second > section img{display:block;margin-left:auto;margin-right:auto;}.listing-card-wrapper-recmdprops .listing-img-wrapper-recmdprops{position:relative;float:left;}.listing-card-wrapper-recmdprops{padding:13px 13px 19px;}.listing-card-wrapper-recmdprops .listing-card-box-recmdprops{box-shadow:rgba(0,0,0,0.2) 0px 3px 4px 0px;overflow:hidden;border-radius:2px;}.listing-card-wrapper-recmdprops .listing-img-wrapper-recmdprops .listing-lead-wrapper-recmdprops{background-color:rgba(0,0,0,0.6);width:100%;bottom:0px;position:absolute;float:left;overflow:hidden;padding:10px;}.listing-card-wrapper-recmdprops .listing-img-wrapper-recmdprops .listing-label-recmdprops{color:rgb(255,255,255);font-size:16px;line-height:20px;margin-bottom:5px;}.listing-card-wrapper-recmdprops .listing-img-wrapper-recmdprops .listing-misc-recmdprops{color:rgb(255,255,255);font-weight:bold;font-size:13px;}.listing-card-box-recmdprops.img-exsist-background{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}.listing-card-box-recmdprops.no-img-background{background-repeat:no-repeat;background-size:40%;background-position:center;}.owl-theme .owl-controls .owl-buttons div{padding:5px 9px;}.owl-theme .owl-buttons i{margin-top:2px;}.owl-theme .owl-controls .owl-buttons div{position:absolute;}.owl-theme .owl-controls .owl-buttons .owl-prev{left:-15px;top:40%;width:30px!important;height:30px!important;}.owl-theme .owl-controls .owl-buttons .owl-next{right:-15px;top:40%;width:30px!important;height:30px!important;}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;margin:5px;padding:2px 2px!important;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:50%!important;background:#c6182a!important;border:3px solid #FFFFFF;filter:Alpha(Opacity=1)!important;opacity:1!important;}.owl-theme .owl-buttons i{margin-top:20%;}.quick-book-modal.modal,.quick-book-modal.modal.fade.in{margin:0;max-height:none;max-width:1300px;padding:0;position:absolute;left:50%;top:20px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:95%;}@media (min-width:992px){.quick-book-modal.modal,.quick-book-modal.modal.fade.in{-webkit-transform:translateX(-25%);-moz-transform:translateX(-25%);-ms-transform:translateX(-25%);transform:translateX(-25%);}}.quick-book-modal .modal-header .close{font-size:60px;}.quick-book-modal.modal h3{color:#c6182a;font-size:6vw;font-weight:300;}@media(min-width:550px){.quick-book-modal.modal h3{font-size:28px;}}.quick-book-modal.modal .modal-header{padding-bottom:0;text-align:center;}.quick-book-modal.modal .modal-body{display:block;max-height:none;overflow-y:initial;padding:10px 20px 0;}.quick-book-modal.modal .modal-footer{padding:0 20px 20px;}.qb-prop-details{display:flex;align-items:center;justify-content:space-between;}.qb-prop-details img{display:inline-block;height:33vw;max-height:150px;max-width:200px;object-fit:cover;vertical-align:top;width:33vw;}.qb-prop-details .prop-details{display:inline-block;padding-left:20px;}.qb-prop-details .prop-details p{font-size:14px;margin:0;}.qb-prop-details .prop-details p.secondary{font-weight:300;}.qb-prop-details .prop-details p.secondary strong{font-weight:600;}.qb-prop-details .prop-details p .title{font-size:22px;}.qb-prop-details .prop-details p.qb-display-dates{border-bottom:2px solid #dedede;margin-bottom:5px;padding-bottom:5px;}.quick-book-modal tr.item-calculation-result.strike{text-decoration:line-through;}.qb-price-breakdown p.og-daily-rate-charges.strike,.qb-price-breakdown .discounted-daily-rate-charges{display:inline-block;margin-left:10px;}.qb-breakdown .cancel-payment-policies{margin-top:20px;}@media (min-width:550px){.qb-prop-price-breakdown tr.item-calculation-result{font-size:20px;padding:10px;}}.qb-dropdown .dropdown-title{background:#efefef;border:none;border-radius:5px;color:#000;display:block;margin-bottom:20px;padding:15px 20px;text-align:left;width:100%;}.qb-dropdown .dropdown-title i{float:right;position:relative;top:0;right:0;}.qb-dropdown .dropdown-details,.qb-lg-title-header{display:none;position:relative;}.qb-dropdown.open .dropdown-details{display:block;margin-bottom:20px;}.qb-breakdown,.qb-price-breakdown{width:100%;}.logged-in .qb-booking-form legend,.qb-booking-form legend{border-bottom:2px solid #dedede;font-size:20px;font-weight:600;}.qb-price-breakdown tbody{display:block;}.qb-dropdown span.price{font-weight:600;padding-left:10px;}.qb-middle{align-items:center;display:block;clear:both;}#breakdownCICO{display:none;}.qb-booking-form{margin-bottom:10px;}.qb-marketing-msg{background:#f7f7f7;border:2px solid #dedede;box-sizing:border-box;display:none;margin-bottom:20px;padding:20px;}.qb-marketing-msg h4{color:#000;font-size:20px;font-style:italic;}.qb-marketing-msg ul{list-style:none;margin:0;padding:0;}.qb-marketing-msg li{font-size:20px;margin-bottom:10px;padding:10px 0;}.qb-marketing-msg li i{color:#379394;margin-right:10px;font-size:30px;position:relative;top:3px;}#qbSubmitForm{display:block;}#qbSubmitForm i{display:none;}@media (min-width:1200px){.quick-book-modal .modal-header .close{padding-top:20px;}.quick-book-modal.modal h3{font-size:42px;margin-bottom:10px;padding:20px 0 0;text-align:left;}.qb-marketing-msg,.qb-lg-title-header{display:block;}.qb-dropdown{width:100%;}.quick-book-modal.modal .modal-body{display:flex;justify-content:space-between;}.qb-pricing-and-info{display:block;margin-right:20px;width:50%;}#breakdownCICO{display:flex;align-items:center;border:2px solid #dedede;border-bottom:0;justify-content:flex-start;width:calc(100% - 5px);}#breakdownCICO > div{display:inline-block;width:50%;}.modal-body p.cico-values{font-size:2vw;font-weight:300;margin-bottom:20px;}.qb-prop-price-breakdown .cico-label{margin:20px 0 0;padding:0;}.cico-containers{font-weight:700;padding:10px 10px 0;}.qb-dropdown .dropdown-details{display:block;margin-bottom:20px;width:100%;}.qb-dropdown .dropdown-title{display:none;}.qb-prop-details img{max-height:150px;max-width:200px;}.qb-price-breakdown{border:2px solid #dedede;}.qb-middle{display:block;width:50%;}.modal-footer .btn.btn-success.qb-submit-form-btn{font-size:22px;padding:20px;}.modal-footer .btn.btn-success.qb-submit-form-btn:hover{background-color:#069;border-color:#069;}.qb-agree{font-size:18px;}}input[type="submit"].qb-submit-form-btn{display:block;width:100%;}.quick-book-modal .qb-booking-form input{width:90%;}.quick-book-modal .qb-booking-form input#qbCardCVV,.quick-book-modal .qb-booking-form input#qbPostalCode{width:50%;}.quick-book-modal .qb-price-breakdown input[type="text"]{background:transparent;border:none;font-size:16px;font-weight:600;margin:0;padding:0;text-align:right;}@media (min-width:550px){.quick-book-modal .qb-price-breakdown input[type="text"]{font-size:20px;}}.quick-book-modal .qb-price-breakdown tr:nth-child(even){background:#f7f7f7 !important;}.quick-book-modal .qb-price-breakdown tr:nth-child(odd){background:#fff !important;}.quick-book-modal .qb-price-breakdown tr.pay-today-calculation-result,.quick-book-modal .qb-price-breakdown tr.pay-today-calculation-result input{background:#dedede !important;font-size:24px;}.qb-booking-form .half{display:inline-block;width:49%;}.quick-book-modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC');background-position:center right;background-repeat:no-repeat;height:32px;padding:0 20px 0 10px;}.qb-submit-form-btn{box-shadow:none;width:100%;}.qb-agree{text-align:left;}.error-msg-aside{display:block;font-size:16px;background:#ffdade;padding:20px;margin-bottom:20px;}.btn.btn-success.btn-large.chat-btn-aside{display:block;font-size:22px;padding:20px;width:100%;}.qb-aside-reservation-error{align-items:center;background:rgba(255,255,255,.9);border:2px solid #dedede;display:none;height:100%;justify-content:center;position:absolute;top:0;left:0;width:100%;}.qb-aside-reservation-error.display{display:flex;}.qb-aside-reservation-error.display > div{padding:20px;}#qbSubmitForm.no-display{display:none !important;}.qb-submit-form-container{margin-bottom:20px;}.quick-book-modal .message.processing,.quick-book-modal .message.processing i.fas.fa-circle-notch.fa-spin,.quick-book-modal .message.processing p{color:#494949;font-size:26px;text-align:center;margin-bottom:20px;}.quick-book-modal .qb-aside-reservation-error .message i.fas{color:#494949;font-size:50px;}.quick-book-modal .qb-aside-reservation-error i.fas.fa-exclamation-triangle{color:#f1ed00;}.quick-book-modal span.original-rate-strikethrough.og-value{text-align:right;display:block;}.qb-booking-form span.error,.qb-booking-form span.error *{color:#c6182a;font-weight:700 !important;border-color:#c6182a;}.logged-in .quick-book-modal fieldset{border:none;padding:20px 10px 0;margin:0;width:100%;}
.owl-carousel .owl-wrapper:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}.owl-carousel{display:none;position:relative;width:100%;-ms-touch-action:pan-y;}.owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);}.owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}.owl-carousel .owl-item{float:left;}.owl-controls .owl-page,.owl-controls .owl-buttons div{cursor:pointer;}.owl-controls{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}.grabbing{cursor:url(https://assets04.redawning.com/sites/all/themes/ra_bootstrap_subtheme/plugin/owl-carousel/grabbing.png) 8 8,move;}.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-theme .owl-controls{margin-top:10px;text-align:center;}.owl-theme .owl-controls .owl-buttons div{color:#FFF;display:inline-block;zoom:1;*display:inline;margin:5px;padding:3px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;background:#869791;filter:Alpha(Opacity=50);opacity:0.5;}.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter:Alpha(Opacity=100);opacity:1;text-decoration:none;}.owl-theme .owl-controls .owl-page{display:inline-block;zoom:1;*display:inline;}.owl-theme .owl-controls .owl-page span{display:block;width:12px;height:12px;margin:5px 7px;filter:Alpha(Opacity=50);opacity:0.5;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;background:#869791;}.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{filter:Alpha(Opacity=100);opacity:1;}.owl-theme .owl-controls .owl-page span.owl-numbers{height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}.owl-item.loading{min-height:150px;background:url(https://assets05.redawning.com/sites/all/themes/ra_bootstrap_subtheme/plugin/owl-carousel/AjaxLoader.gif) no-repeat center center}
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:none;}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box;}.pswp img{max-width:none;}.pswp--animate_opacity{opacity:0.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);}.pswp--open{display:block;}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity;}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1);}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none;}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0;}.pswp__img--placeholder{-webkit-backface-visibility:hidden;}.pswp__img--placeholder--blank{background:#222;}.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0;}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC;}.pswp__error-msg a{color:#CCC;text-decoration:underline;}
.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:0.75;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-box-shadow:none;box-shadow:none;}.pswp__button:focus,.pswp__button:hover{opacity:1;}.pswp__button:active{outline:none;opacity:0.9;}.pswp__button::-moz-focus-inner{padding:0;border:0;}.pswp__ui--over-close .pswp__button--close{opacity:1;}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(https://assets04.redawning.com/sites/all/themes/ra_bootstrap_subtheme/plugin/photoswipe/dist/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px;}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(https://www.redawning.com/sites/all/themes/ra_bootstrap_subtheme/plugin/photoswipe/dist/default-skin/default-skin.svg);}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none;}}.pswp__button--close{background-position:0 -44px;}.pswp__button--share{background-position:-44px -44px;}.pswp__button--fs{display:none;}.pswp--supports-fs .pswp__button--fs{display:block;}.pswp--fs .pswp__button--fs{background-position:-44px 0;}.pswp__button--zoom{display:none;background-position:-88px 0;}.pswp--zoom-allowed .pswp__button--zoom{display:block;}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0;}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden;}.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute;}.pswp__button--arrow--left{left:0;}.pswp__button--arrow--right{right:0;}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute;}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px;}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px;}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity;}.pswp__share-modal--hidden{display:none;}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform 0.25s;transition:transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform;}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px;}.pswp__share-tooltip a:hover{text-decoration:none;color:#000;}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0;}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px;}.pswp__share-modal--fade-in{opacity:1;}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}.pswp--touch .pswp__share-tooltip a{padding:16px 12px;}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF;}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A;}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF;}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D;}a.pswp__share--download:hover{background:#DDD;}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:0.75;padding:0 10px;}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px;}.pswp__caption small{font-size:11px;color:#BBB;}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC;}.pswp__caption--empty{display:none;}.pswp__caption--fake{visibility:hidden;}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr;}.pswp__preloader__icn{width:20px;height:20px;margin:12px;}.pswp__preloader--active{opacity:1;}.pswp__preloader--active .pswp__preloader__icn{background:url(https://assets05.redawning.com/sites/all/themes/ra_bootstrap_subtheme/plugin/photoswipe/dist/default-skin/preloader.gif) 0 0 no-repeat;}.pswp--css_animation .pswp__preloader--active{opacity:1;}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite;}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;}.pswp--css_animation .pswp__preloader__icn{background:none;opacity:0.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0;}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden;}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0;}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right;}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0);}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg);}100%{-webkit-transform:rotate(0);transform:rotate(0);}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0);}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg);}100%{-webkit-transform:rotate(0);transform:rotate(0);}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550;}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;}.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible;}.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5);}.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3);}.pswp__ui--idle .pswp__top-bar{opacity:0;}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0;}.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{opacity:0.001;}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none;}.pswp__element--disabled{display:none !important;}.pswp--minimal--dark .pswp__top-bar{background:none;}
.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr;}.datepicker-inline{width:220px;}.datepicker.datepicker-rtl{direction:rtl;}.datepicker.datepicker-rtl table tr td span{float:right;}.datepicker-dropdown{top:0;left:0;}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-top:0;border-bottom-color:rgba(0,0,0,0.2);position:absolute;}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #ffffff;border-top:0;position:absolute;}.datepicker-dropdown.datepicker-orient-left:before{left:6px;}.datepicker-dropdown.datepicker-orient-left:after{left:7px;}.datepicker-dropdown.datepicker-orient-right:before{right:6px;}.datepicker-dropdown.datepicker-orient-right:after{right:7px;}.datepicker-dropdown.datepicker-orient-top:before{top:-7px;}.datepicker-dropdown.datepicker-orient-top:after{top:-6px;}.datepicker-dropdown.datepicker-orient-bottom:before{bottom:-7px;border-bottom:0;border-top:7px solid #999;}.datepicker-dropdown.datepicker-orient-bottom:after{bottom:-6px;border-bottom:0;border-top:6px solid #ffffff;}.datepicker > div{display:none;}.datepicker.days div.datepicker-days{display:block;}.datepicker.months div.datepicker-months{display:block;}.datepicker.years div.datepicker-years{display:block;}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.datepicker thead{color:#777;}.datepicker thead .datepicker-switch{font-size:1.2em;font-weight:normal;}.datepicker thead .dow{font-size:1.1em;font-weight:normal;}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none;}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent;}.datepicker table tr td.day:hover,.datepicker table tr td.day.focused{background:#eeeeee;cursor:pointer;}.datepicker table tr td.old,.datepicker table tr td.new{color:#999999;}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:none;color:#999999;cursor:default;}.datepicker table tr td.today,.datepicker table tr td.today:hover,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(top,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000;}.datepicker table tr td.today:hover,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today[disabled],.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a;}.datepicker table tr td.today:active,.datepicker table tr td.today:hover:active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:hover.active{background-color:#fbf069 \9;}.datepicker table tr td.today:hover:hover{color:#000;}.datepicker table tr td.today.active:hover{color:#fff;}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background:#eeeeee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.datepicker table tr td.range.today,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(top,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(top,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(top,#f3c17a,#f3e97a);background-image:-o-linear-gradient(top,#f3c17a,#f3e97a);background-image:linear-gradient(top,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a',endColorstr='#f3e97a',GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today[disabled],.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today.disabled:hover[disabled]{background-color:#f3e97a;}.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:hover.active{background-color:#efe24b \9;}.datepicker table tr td.selected,.datepicker table tr td.selected:hover,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(top,#b3b3b3,#808080);background-image:-ms-linear-gradient(top,#b3b3b3,#808080);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(#808080));background-image:-webkit-linear-gradient(top,#b3b3b3,#808080);background-image:-o-linear-gradient(top,#b3b3b3,#808080);background-image:linear-gradient(top,#b3b3b3,#808080);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3',endColorstr='#808080',GradientType=0);border-color:#808080 #808080 #595959;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected[disabled],.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected.disabled:hover[disabled]{background-color:#808080;}.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:hover.active{background-color:#666666 \9;}.datepicker table tr td.active,.datepicker table tr td.active:hover,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#0088cc,#0044cc);background-image:-ms-linear-gradient(top,#0088cc,#0044cc);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));background-image:-webkit-linear-gradient(top,#0088cc,#0044cc);background-image:-o-linear-gradient(top,#0088cc,#0044cc);background-image:linear-gradient(top,#0088cc,#0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active[disabled],.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active.disabled:hover[disabled]{background-color:#0044cc;}.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active{background-color:#003399 \9;}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.datepicker table tr td span:hover{background:#eeeeee;}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:none;color:#999999;cursor:default;}.datepicker table tr td span.active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#0088cc,#0044cc);background-image:-ms-linear-gradient(top,#0088cc,#0044cc);background-image:-webkit-gradient(linear,0 0,0 100%,from(#0088cc),to(#0044cc));background-image:-webkit-linear-gradient(top,#0088cc,#0044cc);background-image:-o-linear-gradient(top,#0088cc,#0044cc);background-image:linear-gradient(top,#0088cc,#0044cc);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#0044cc #0044cc #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active[disabled],.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active.disabled:hover[disabled]{background-color:#0044cc;}.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active{background-color:#003399 \9;}.datepicker table tr td span.old,.datepicker table tr td span.new{color:#999999;}.datepicker th.datepicker-switch{width:145px;}.datepicker thead tr:first-child th,.datepicker tfoot tr th{cursor:pointer;}.datepicker thead tr:first-child th:hover,.datepicker tfoot tr th:hover{background:#eeeeee;}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle;}.datepicker thead tr:first-child th.cw{cursor:default;background-color:transparent;}.input-append.date .add-on i,.input-prepend.date .add-on i{cursor:pointer;width:16px;height:16px;}.input-daterange input{text-align:center;}.input-daterange input:first-child{}.input-daterange input:last-child{}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:20px;padding:4px 5px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #ffffff;vertical-align:middle;background-color:#eeeeee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px;}.datepicker.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;list-style:none;background-color:#ffffff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px;color:#333333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:20px;}.datepicker.dropdown-menu th,.datepicker.dropdown-menu td{padding:4px 5px;}.datepicker td,.datepicker th{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.input-daterange input{margin-bottom:0 !important;height:30px;vertical-align:top !important;}.disabled.red.day{background-color:#ffdede !important;text-decoration:line-through;color:#7e2217;}.startblock,.startblock.day.range{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/start.png);background-repeat:no-repeat;background-position:right top;}.endblock{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/end.png);background-repeat:no-repeat;background-position:left top;}.datepicker table tr td.range,.datepicker table tr td.range:hover,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover{background-color:#99c68e !important;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}.chckn.datepicker table tr td.day.selected.active,.chckt.datepicker table tr td.day.selected{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/startselect.png) !important;background-color:transparent !important;background-repeat:no-repeat;background-position:right top;color:#000;text-shadow:none;}.chckn.datepicker table tr td.day.selected,.chckt.datepicker table tr td.day.selected.active,.chckt.datepicker table tr td.endblock.day.selected.active.disabled{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/endselect.png) !important;background-color:transparent !important;background-repeat:no-repeat;background-position:left top;color:#000;text-shadow:none;}.disabled.red.day.range{background-color:#ffdede !important;}.cidate-input,.codate-input{border-radius:0;font-weight:bold;letter-spacing:0.08em;cursor:pointer;background:#fff;margin-right:10px;margin-top:6px;}.loadere{display:none;width:20px;height:24px;background-image:url(https://assets05.redawning.com/sites/all/modules/calendar/eternicode/loader.gif);background-position:50% 50%;background-repeat:no-repeat;margin-top:10px;}.chckn.datepicker table tr td.endblock.day.selected.active,.chckt.datepicker table tr td.endblock.day.selected.disabled,table tr td.endblock.day.range{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/startendblock.png) !important;background-color:#99c68e !important;background-repeat:no-repeat;background-position:left top;color:#000;text-shadow:none;}.chckn.datepicker table tr td.startblock.day.selected,.chckt.datepicker table tr td.startblock.day.selected.active.disabled{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/endstartblock.png) !important;background-color:#ffdede !important;background-repeat:no-repeat;background-position:left top;color:#000;text-shadow:none;}.badge-info,.badge-info.tiqst{cursor:help;}#nav-prop-availability table tr td.startDate{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/startselect.png);}#nav-prop-availability table tr td.endDate{background-image:url(https://assets04.redawning.com/sites/all/modules/calendar/eternicode/endselect.png);}
