@import url("/3rdparty/global/css/global-v1.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;400;500;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, ol, ul { margin: 0; padding: 0; }
ol, ul { list-style: none; }

:root {
   --primary-color: #ff6d00;
   --secondary-color: #000;
   --gray-color: #f2f2f2;
   --text-color: #000;
}

body, html {
   font-family: 'Poppins', sans-serif;
   font-size: 16px;
   line-height: 24px;
	font-weight: 400;
   font-style: normal;
   color: var(--text-color);
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.filter-icon {
   color: var(--secondary-color) !important;
}

.filter-icon i,
#property-reviews .grid-item .readmore a,
#property-reviews .column-1-3 .grid-item .review-stars .fa-solid {
   color: var(--primary-color) !important;
}

.filter-count-class {
   background-color: var(--primary-color) !important;
}

.filter-button-class {
   border-color: var(--primary-color) !important;
}

#property-reviews {
   background-color: var(--gray-color) !important;
}

.slick-prev, .slick-next {
   background-color: var(--secondary-color) !important;
   color: var(--primary-color) !important;
}

.container {
   max-width: 1280px;
}

h1,h2,h3,h4 {
   font-family: 'Poppins', sans-serif;
   font-style: normal;
   font-weight: 700;
}

h1 {
   font-size: 40px;
   line-height: 48px;
}

.ratio-75-3:before {
   padding-top: 75.3%;
}

#listing-detail-images h1 {
   margin-bottom: 5px;
   font-weight: 700;
   font-size: 32px;
   line-height: 38px;
}

h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#logo img {
   margin-top: 25px;
   max-width: 210px;
}

.btn,
#ntvbscontactform input[type=submit],
.guesty-root-element .guesty-search-submit-btn {
   width: auto;
   border: none;
   margin-bottom: 0px;
   margin-top: 0px;
   height: 45px;
   padding: 0px 25px;
   color: var(--text-color) !important;
   font-weight: 700;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   font-size: 16px;
   background-color: var(--primary-color) !important;
   display: inline-block;
   line-height: 44px;
   text-decoration: none;
   cursor: pointer;
   border-radius: 4px;
   border: 1px solid var(--primary-color) !important;
}

.guesty-search-widget__datepicker {
   width: 50% !important;
}

.guesty-widget__item.guests-dropdown {
   width: 25% !important;
}

#ntvbscontactform input[type=submit] {
   padding: 0px 35px !important;
}

#homepageblocks .btn {
   margin-top: 25px;
}

#ntvbscontactform textarea,
#ntvbscontactform input[type=text] {
   width: 100% !important;
   border: 0px;
   border-bottom: 5px solid var(--primary-color);
   height: 45px;
   outline: none;
   margin-top: 10px;
}

#ntvbscontactform .label {
   height: 45px;
   line-height: 45px;
   padding-top: 10px;
}

#ntvbscontactform textarea {
   height: 150px;
   padding-top: 11px;
}

#ntvbscontactform td {
   padding-bottom: 0px;
}

#ntvbscontactform tr {
   margin-bottom: 15px;
}


.btn:hover,
#ntvbscontactform input[type=submit]:hover,
.guesty-root-element .guesty-search-submit-btn:hover {
   background-color: #FFF;
   border: 1px solid var(--primary-color) !important;
}

#menu {
   float: right;
   margin-top: 25px;
}

#menublocklink {
   background-color: var(--primary-color);
   border: 1px solid var(--primary-color);
   color: var(--text-color);
   padding: 0px 25px;
   height: 55px;
   line-height: 53px;
   display: inline-block;
   font-weight: 700;
   margin-left: 20px;
   letter-spacing: 1.5px;
   border-radius: 4px;
   text-transform: uppercase;
}

#menublocklink:hover {
   background-color: #fff;
}

#side-menu {
   float: right;
   margin-right: 25px;
   text-align: center;
}

header {
   padding: 0px 30px;
   position: absolute;
   width: 100%;
   z-index: 100;
}

header nav a,
header #side-menu a {
   float: left;
   color: #fff;
   text-decoration: none;
}

header nav .menu-ul li > a:hover {
   border-bottom: 2px solid var(--primary-color);
}

.sub-menu {
   display: none;
}

header nav ul > li,
header #side-menu > li {
   height: 55px;
   line-height: 55px;
   margin: 0px 10px;
   float: left;
}

header #side-menu > li {
   margin: 0px 5px;
}   

header #side-menu label {
   margin: 0px 10px;
   color: #162d54;
}

header nav ul li,
#side-menu li {
   position: relative;
}

header nav ul li .sub-menu,
#side-menu li .sub-menu {
   position: absolute;
   background-color: #414141;
   top: 50px;
   left: -15px;
   width: max-content;
}

header nav:not(.open) ul li:hover .sub-menu,
header nav.open ul li.open .sub-menu,
#side-menu li:hover .sub-menu {
   display: block;
}


header nav ul li .sub-menu li,
#side-menu li .sub-menu li {
   color: #fff;
   display: block;
   height: 35px;
   line-height: 35px;
   float: none;
   width: 100%;
   margin: 0px;
}

header nav ul li .sub-menu li a,
#side-menu li .sub-menu li a {
   color: #fff;
   padding: 0px 15px;
   width: 100%;
   display: inline-block;
   text-transform: none;
   border-bottom: 0px;
}

header nav ul li .sub-menu li a:hover,
#side-menu li .sub-menu li a:hover {
   background-color: var(--primary-color);
   color: #414141;
}

/* - - - - H O M E P A G E - H E A D E R - - - - */

.header {
   width: 100%;
   height: 66vh;
   min-height: 550px;
   max-height: 850px;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: cover;
   margin: 0px auto;
   overflow: hidden;
}

#homepage-header {
   position: relative;
   background-color: #395065;
   background-image: url(/img/video_background.jpg);
}

#homepage-header video,
.overview-header video {
   position: absolute;
   top: 50%;
   left: 50%;
   min-width: 100%;
   min-height: 100%;
   width: auto;
   height: auto;
   z-index: 0;
   -ms-transform: translateX(-50%) translateY(-50%);
   -moz-transform: translateX(-50%) translateY(-50%);
   -webkit-transform: translateX(-50%) translateY(-50%);
   transform: translateX(-50%) translateY(-50%);
   background-size: cover;
}

.overview-header {
   height: 350px;
   background-color: #3b5267;
   color: #fff;
   min-height: 350px;
   position: relative;
}

.overview-header .gradient {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.1) 50%);
   background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.1) 50%);
   background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.1) 50%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#1a000000',GradientType=1 );
}

.overview-header .container {
   position: relative;
   height: 350px;
}

.overview-header h1 {
   position: absolute;
   left: 15px;
   bottom: 50px;
   font-weight: 700;
   text-shadow: 3px 3px 10px rgba(0,0,0,0.35);
   font-size: 45px;
}

/* - - - - Q U I C K S E A R C H - - - - */

#homepage-search-content {
   position: static;
}

#homepage-header h1 {
   font-size: 42px;
   line-height: 60px;
   color: #fff;
   width: 100%;
   left: 0;
   text-align: center;
   position: absolute;
   bottom: 50%;
   text-shadow: 0px 2px 15px rgba(30, 30, 44, 0.6);
   margin-bottom: 35px;
   font-weight: 700;
   z-index: 5;
}

#homepage-search {
   width: 70%;
   background-color: #fff;
   position: absolute;
   padding: 10px 8px;
   top: 50%;
   left: 15%;
   border-radius: 45px;
   box-shadow: 0px 5px 15px rgba(0,0,0,0.25);
}

#homepage-search .column-1-4:nth-child(1), 
#homepage-search .column-1-4:nth-child(2) {
   border-right: 1px solid rgba(0,0,0,0.05);
}

#homepage-search .column-1-4 {
   padding-left: 5px;
   padding-right: 5px;
}

#homepage-search .column-1-4 input,
#homepage-search .column-1-4 select {
   cursor: pointer !important;
}

#homepage-search .column-1-4 input:focus,
#homepage-search .column-1-4 select:focus {
   outline: transparent;
}

#calendar.select_div:before {
   content: "\f133";
}

.select_div:before {
   font-family: 'FontAwesome';
   content: "\f107";
   color: var(--secondary-color);
   bottom: 10px;
   right: 20px;
   position: absolute;
   text-decoration: inherit;
   font-style: normal;
   pointer-events: none;
}

#homepage-search input, 
#homepage-search select {
   width: 100%;
   background-color: #fff;
   border: none;
   height: 45px;
   border-radius: 0px;
   padding: 0px 15px;
   font-size: 17px;
}

#homepage-search .btn,
.guesty-root-element .guesty-search-submit-btn {
   border-radius: 45px !important;
   width: 100% !important;
}

#search-widget_IO312PWQ {
   padding: 0px !important;
}

.guesty-search-submit-btn {
   width: 25% !important;
}


.datepicker.datepicker-inline td, 
.datepicker.datepicker-inline, 
.datepicker.dropdown-menu td, 
.datepicker.dropdown-menu th {
   width: 40px;
   height: 40px;
   font-weight: 500;
}

.datepicker table tr td.today, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover, 
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover {
   background-color: transparent;
   background-image: none;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
   background-image: none;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
   background-color: transparent;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
   border-radius: 40px !important;
}

.range-start,
.range-end {
   border-radius: 40px !important;
   background-image: none !important;
   background-color: var(--primary-color) !important;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
   border-radius: 0px !important;
}

.datepicker-dropdown:before {
   display: none;
}

.datepicker.dropdown-menu {
   padding: 20px 25px;
   border: none;
   border-radius: 15px;
   font-size: 14px;
}

.datepicker.dropdown-menu .old.day,
.datepicker.dropdown-menu .new.day {
   background-color: #fff !important;
   color: transparent !important;
   height: 0px !important;
   padding: 0px !important;
   font-size: 1px;
   border-radius: 0px !important;
   line-height: 0px !important
}

.datepicker table tr td.disabled, 
.datepicker table tr td.disabled:hover {
   color: #999;
   text-decoration: line-through;
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
   background-color: transparent;
   color: #999;
}

.datepicker .dow {
   color: #999;
   font-size: 13px;
}

.datepicker .datepicker-switch {
   font-size: 18px !important;
   font-weight: 700 !important;
}

.datepicker .datepicker-switch:hover {
   background-color: #fff;
}

.datepicker table tr td span.month {
   width: 55px;
   height: 55px;
}

/* - - - - H O M E P A G E - - - - */


#homepageblocks .row:nth-child(odd) {
   background-color:var(--gray-color);
}

#homepageblocks .column-1-2 {
   min-height: 600px;
}

#homepageblocks .column-1-2 .grid-item {
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   margin: 0px;
   width: 85%;
}

#homepageblocks .column-1-2 .grid-item h3 {
   margin-bottom: 25px;
   font-size: 40px;
   line-height: 40px;
   font-weight: 700;
   max-width: 80%;
}

/* - - - - P R O P E R T Y - O V E R V I E W - - - - - */

.listing-overview #sortoflistings {
   margin-top: 90px; 
}

#listing-overview-block,
#blog-overview {
   padding: 50px 0px;
}

.listing-overview .column-1-1 span#list-type-buttons {
   float: right;
}

.listing-overview .column-1-1 span#list-type-buttons span {
   cursor: pointer;
}

.listing-overview .column-1-1 select {
   padding-right: 25px;
   position: relative;
   background-color: transparent;
}

.listing-overview .column-1-1 span a,
.listing-overview .column-1-1 span span {
   color: rgba(0,0,0,0.5);
   font-size: 20px;
   text-transform: uppercase;
   font-weight: 400;
   text-decoration: none;
   margin-left: 15px;
}

.listing-overview .column-1-1 span a.active,
.listing-overview .column-1-1 span span.active {
   color: #053B71;
}

.list-item {
   margin-bottom: 15px;
   text-decoration: none;
   color: #000;
   margin-bottom: 25px;
}

#listing-agent-overview {
   margin-top: 50px;
   margin-bottom: 25px;
}

#listing-overview-static,
#listing-overview-homepage,
#listing-overview-detail {
   padding: 50px 0px;
   background-color: #F9F9F9;
}

#listing-overview-detail {
   background-color: #fff;
}

.list-item:hover .list-id,
.list-item:hover .list-place,
.list-item:hover .grid-item > label,
.list-item:hover .row i {
   color: #82a0ac;
}

.list-item .ratio-75,
#slider .column-1-4 .ratio-75,
#slider .column-1-4 .ratio-80 {
   overflow: hidden;
}

.list-item .slick-initialized .slick-slide.slick-active div {
   z-index: 4;
   position: relative;
}

#listing-overview-grid .list-item .grid-item:last-child,
#listing-agent-overview .list-item .grid-item:last-child,
#listing-overview-detail .list-item .grid-item:last-child {
   padding: 10px 0px;
}

#listing-overview-grid .list-item .grid-item:last-child,
#listing-overview-detail .list-item .grid-item:last-child {
   min-height: 320px;
}


.list-item .list-place {
   font-weight: 400;
   font-size: 13px;
   letter-spacing: 1px;
   text-transform: uppercase;
   color: rgba(0,0,0,0.5);
}

.list-item .list-place i {
   float: right;
   margin-top: 9px;
   margin-left: 5px;
}

.list-item h3 {
   font-weight: 700;
   font-size: 24px;
   line-height: 28px;
   margin-top: 10px;
}

.list-item h4 {
   font-family: 'Poppins', sans-serif;
   font-weight: 500;
   font-size: 14px;
   text-transform: uppercase;
   color: #666;
   line-height: 25px;
   margin-top: 5px;
   margin-bottom: 5px;
   display: block;
   font-style: normal;
}

.list-item p {
   color: #666;
   padding-right: 10%;
}

.list-item .breadcrumb,
#listing-detail-images .column-1-1 span,
#propertydetail-content .breadcrumb  {
   color: var(--primary-color);
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-top: 5px;
   display: inline-block;
}

.list-item .breadcrumb {
   margin-bottom: 10px;
}

#listing-detail-images .column-1-1 span {
   font-size: 15px;
}

.list-item .list-id {
   font-size: 15px;
   line-height: 26px;
   font-weight: 400;
   color: rgba(0,0,0,0.5);
   display: block;
}

.list-item.column-1-2 {
   padding: 25px;
}

.list-item  .grid-item > label {
   font-weight: 400;
   font-size: 12px;
   line-height: 10px;
   letter-spacing: 2px;
   color: rgba(0,0,0,0.5);
   text-transform: uppercase;
   display: block;
   margin-top: 15px;
}

.list-item .label-price-text {
   display: block;
}

.list-item .list-price {
   font-size: 25px;
   line-height: 35px;
   margin-bottom: 20px;
   display: inline-block;
}

.list-item .list-price label {
   font-weight: 400;
   font-size: 15px;
   display: block;
   margin-top: -3px;
   margin-right: 5px;
   float: left;
}

.list-item .row .column-2-5,
.list-item .row .column-3-5,
.list-item #list-item-specs {
   font-size: 20px;
   line-height: 25px;
}

.list-item #list-item-specs i {
   margin-left: 25px;
}

.list-item #list-item-specs i:first-child {
   margin-left: 0px;
}

.list-item .row i {
   color: rgba(0,0,0,0.5);
   margin-right: 10px;
}

#list-image-nav {
   position: absolute;
   right: 0px;
   bottom: 0px;
}

#list-image-nav button {
   width: 45px;
   height: 40px;
   line-height: 40px;
   background-color: rgba(178, 227, 243, 0.85);
   color: rgba(5, 59, 113, 0.6);
   text-align: center;
   border: none;
   font-size: 25px;
}

#list-image-nav button:hover {
   color: rgba(5, 59, 113, 1);
}

/* - - - - P R O P E R T Y - D E T A I L - - - - */

#detail-header {
   min-height: 150px;
   height: 150px;
   margin-bottom: 25px;
}
#propertydetail-content {
   margin-top: 15px;
}

#quickbuttonrow {
   margin-top: -25px;
   min-height: 35px;
}

.quickbutton {
   height: 45px;
   line-height: 44px;
   text-align: center;
   color: #053B71;
   padding: 0px 20px;
   background-color: #fff;
   border-radius: 30px;
   margin-right: 10px;
   transition: all 0.3s ease-in;
   -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
   display: inline-block;
   font-size: 15px;
   text-transform: uppercase;
   z-index: 2;
   position: relative;
   text-decoration: none;
   letter-spacing: 1px;
   box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

.quickbutton i {
   font-size: 18px;
}

.quickbutton:hover {
   color: #fff;
   background-color: #053B71;
   transition: all 0.3s ease-in;
   -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
}

#propertydetail-content .breadcrumb {
   margin-bottom: 20px;
   display: block;
}

#propertydetail-content .breadcrumb a {
   color: #000; 
   text-decoration: none;
}

#propertydetail-content .breadcrumb a:hover {
   text-decoration: underline;
}

#propertydetail-content .column-2-3 h2 {
   font-size: 20px;
}

#propertydetail-content .column-2-3 {
   padding-right: 10%;
}

#propertydetail-content .column-2-3 .grid-item {
   line-height: 28px;
}

#propertydetail-content .box-shadow {
   border-radius: 8px;
   box-shadow: 0px 2px 10px rgba(0,0,0,0.15);
   background-color: #fff;
   padding: 30px 20px;
   padding-top: 25px;
   margin-bottom: 30px;
}

#propertydetail-content a.button {
   color: #000;
   margin-top: 35px; 
   margin-bottom: 50px;
}

#propertydetail-content .box-shadow hr {
   height: 1px;
   width: 100%;
   border: none;
   background-color: #D8D8D8;
   margin-bottom: 20px;
}

#propertydetail-content #box-shadow-agent .column-1-1,
#propertydetail-content #box-shadow-agent-clone .column-1-1 {
   background-size: contain;
   background-position: right bottom;
   background-repeat: no-repeat;
}

#propertydetail-content #box-shadow-agent .button-blue,
#propertydetail-content #box-shadow-agent-clone .button-blue {
   margin: 5px 0px;
}

#propertydetail-content #box-shadow-agent a.tel,
#propertydetail-content #box-shadow-agent-clone a.tel {
   text-decoration: none;
   color: #000;
}

#propertydetail-content #box-shadow-agent a.tel:hover,
#propertydetail-content #box-shadow-agent-clone a.tel:hover {
   text-decoration: underline;
}

#propertydetail-content #box-shadow-agent-clone {
   position: fixed;
   right: 20px;
   transition: bottom 1s;
   z-index: 10000;
}

#propertydetail-content #box-shadow-agent-clone.show {
   bottom: 0px !important;
}

#property-hightlights {
   margin-top: 50px;
}

#property-hightlights h3 {
   display: inline-block;
}

#property-highlights-nav {
   float: right;
}

#property-highlights-nav a {
   color: rgba(0,0,0,0.35);
   font-size: 30px;
   margin-left: 15px;
}

#property-highlights-nav a:hover {
   color: rgba(0,0,0,1);
}

#propertydetail-content .box-shadow .detail-category {
   font-size: 12px;
   text-transform: uppercase;
   color: rgba(0,0,0,0.5);
   position: absolute;
   top: -20px;
   letter-spacing: 2px;
}

#propertydetail-content .box-shadow .detail-value {
   font-size: 20px;
   font-weight: 400;
   margin-bottom: 15px;
   display: inline-block;
}

#propertydetail-content .box-shadow .detail-value strong {
   font-size: 28px;
}

#propertydetail-content .box-shadow .detail-value label {
   font-size: 15px;
   font-weight: 400;
}

#propertydetail-content .box-shadow i {
   font-size: 20px;
   margin-right: 15px;
}

#propertydetail-content .booking-desc {
   padding-bottom: 10px;
} 

#propertydetail-content .booking-desc.smaller {
   font-size: smaller;
}

#propertydetail-content .btn {
   height: 45px;
}

#propertydetail-content #detail-booknow .detail-value {
   margin: 0px;
}

#propertydetail-content #detail-booknow .btn {
   background-color: #16a34a;
   width: 100%;
   text-align: center;
}

#detail-features .column-1-1 a,
#detail-features .column-1-1 i {
   color: var(--primary-color) !important;
}

#detail-features .column-1-1 label {
   color: var(--secondary-color) !important;
}

.unavailable {
   color: red;
}

.unavailable i { 
   float: left;
   margin-top: 2px;
}

.unavailable .text {   
   padding-left: 50px;
}

.unavailable .text .bigger {
   font-weight: bold;
   display: inline-block;
}

/* - - - - B L O G - O V E R V I E W - - - - */

#blog-overview .column-1-3 {
   text-decoration: none;
   padding-left: 25px;
   padding-right: 25px;
}

#blog-overview .column-1-3 h4 {
   font-size: 24px;
   line-height: 30px;
   font-weight: 500;
   min-height: 60px;
   color: #000;
   margin-top: 25px;
   margin-bottom: 15px;
}

#blog-overview .column-1-3 p {
   color: #000;
   min-height: 150px;
}

#blog-suboverview {
   padding-bottom: 100px;
}

#blog-suboverview .blogsubtitle,
#blog-suboverview .blogsubintro {
   text-align: center;
}

#blog-suboverview .blogsubtitle {
   font-size: 64px;
   line-height: 78px;   
   font-weight: 500;
}

#blog-suboverview .blogsubintro {
   font-size: 21px;
   line-height: 31px;
   font-weight: 400;
}

#blog-suboverview .column-1-3 .blogsubitem {
   background-color: #e0e0db;
   background-color: #f1f1f1;
   padding: 5px 15px;
   margin: 5px;
}

#blog-suboverview .column-1-3 .blogsubitem p {
   min-height: 100px;
}

#blog-suboverview .column-1-3 {
   color: #000;
   text-decoration: none;
}

#blog-suboverview #subcategoryblock {
   margin-bottom: 75px;
   margin-top: 75px;
}

.slick-prev, .slick-next {
   background-color: rgba(213, 167, 39, 0.8);
   color: #fff;
   width: 60px;
   height: 60px;
   border-radius: 30px;
   z-index: 100;
   box-shadow: 2px 2px 2px rgba(0,0,0,0.05);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
   background-color: rgba(213, 167, 39, 0.95);
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
   opacity: 0;
}

.fa-chevron-left,
.fa-chevron-right {
   text-align: center;
}

.fa-chevron-left:before,
.fa-chevron-right:before {
   content: "\f054";
   color: #fff;
   line-height: 60px;
   font-family: "Font Awesome 6 Pro";
   font-size: 30px;
}

.fa-chevron-left:before {
   content: "\f053"
}

.slick-prev {
   left: 50px;
}

.slick-next {
   right: 50px;
}

.blogsub-slider .slick-prev {
   left: -75px;
}

.blogsub-slider .slick-next {
   right: -75px;
}

/* - - - - B L O G - D E T A I L - - - - */

#blog-detail-blogtext {
   background-color: #f1f1f1;
   padding-bottom: 100px;
   padding-top: 50px;
}

#blog-detail-blogtext .column-2-3 > .grid-item,
#blog-detail-blogtext .column-1-3 .grid-item {
   background-color: #fff;
   padding: 30px 35px;
   border-radius: 3px;
}

#blog-detail-blogtext .column-1-3 .grid-item h3 {
   margin-bottom: 5px;
   color: #000;
   font-size: 20px;
}

#blog-detail-blogtext .column-1-3 .grid-item {
   padding: 30px;
   margin-bottom: 40px;
}


#blog-detail-blogtext .column-1-3 #rating span {
   float: right;
   color: var(--primary-color);
}

#blog-latest {
   padding: 50px 0px;
   background-color: #fff;
}

#blog-latest h2 {
   display: inline-block;
}

#blog-latest a {
   text-decoration: none;
   color: #000;
}

#blog-latest .column-1-3 h3 {
   min-height: 35px;
   margin-top: 30px;
}

#blog-latest .column-1-3 label {
   font-weight: 500;
   margin-top: 10px;
   display: block;
}

#blog-latest .column-1-3:hover h3 {
 color: var(--primary-color);
}

/* - - - - A G E N T - O V E R V I E W  - - - - */

#agent-overview {
   padding: 50px 0px;
}

.agent-title {
   margin-bottom: 15px;
   margin-top: 5px;
   font-size: 18px;
   line-height: 24px;
   font-style: normal;
   font-weight: 400;
   letter-spacing: 1px;
   color: var(--primary-color);
   display: block;
}

.agent-item .agent-backgroundcolor {
   background-color: #fff;
   border-radius: 10px;
   padding: 0px 20px;
   min-height: 800px;
   margin: 15px 10px;
   text-align: left;
}

.agent-item .agent-backgroundcolor .column-7-8 {
   float: none; 
   margin: 0px auto;
   width: 100%;
}
.agent-item .agent-backgroundcolor .ratioimage {
   border-radius: 100%;
}

.agent-item .agent-content h3,
#blog-suboverview .column-1-3 .blogsubitem h3 {
   margin-top: 25px;
   margin-bottom: 5px;
   font-size: 24px;
   line-height: 26px;
   font-style: normal;
   font-weight: 700;
}

#blog-suboverview .column-1-3 .blogsubitem h3 {
   min-height: 55px;
}

/* - - - - S T A T I C - - - - */

#static-content {
   padding: 50px 0px;
   padding-bottom: 0px;
}

#static-content .column-3-5 a {
   color: #3b5267;
}

#static-content .column-3-5 a:hover {
   color: var(--primary-color);
   text-decoration: none;
}

/* - - - - F O O T E R - - - - */

footer {
   padding-top: 45px;
   padding-bottom: 75px;
   background-color: var(--secondary-color);
   color: #fff;
}

footer h5 {
   font-size: 18px;
   font-weight: 400;
}

footer a {
   color: #fff;
   text-decoration: none;
   display: inline-block;
   line-height: 28px;
   position: relative;
   margin-right: 10px;
}

footer a::before {
   content: '';
   position: absolute;
   width: 100%;
   height: 2px;
   background-color: var(--primary-color);
   bottom: 0;
   left: 0;
   transform-origin: right;
   transform: scaleX(0);
   transition: transform .3s ease-in-out;
}

a:hover::before {
   transform-origin: left;
   transform: scaleX(1);
}

footer .column-1-5 a {
   display: inline-block;
}

footer .column-1-5 .socialmedia {
   width: 40px;
   height: 40px;
   background-color: #fff;
   color: #000;
   text-align: center;
   line-height: 40px;
   margin-right: 5px;
   margin-top: 10px;
   font-size: 20px;
   border-radius: 40px;
   box-shadow: -1px -1px 2px rgba(0,0,0,0.1);
   transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
}

footer .column-1-5 .socialmedia:hover {
   background-color: var(--primary-color);
   color: #fff;
   transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -webkit-transition: all 0.2s linear;
}

footer .column-1-5 .socialmedia:before {
   background-color: transparent;
}

.carousel.slide {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
}

.carousel-inner {
   width: 100%;
   height: 100%;
}
.carousel.slide div.image {
   width: 100%;
   height: 100%;
   background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.carousel-inner .slick-list,
.carousel-inner .slick-track {
   height: 100%;
}

.carousel-control.left {
   background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.25)),to(rgba(0,0,0,0.0001)));
   background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.25) 0),color-stop(rgba(0,0,0,0.0001) 100%));
   background-image: -moz-linear-gradient(left,rgba(0,0,0,0.25) 0,rgba(0,0,0,0.0001) 100%);
   background-image: linear-gradient(to right,rgba(0,0,0,0.25) 0,rgba(0,0,0,0.0001) 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.25)));
  background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.25) 100%));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.25) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.25) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control {
   position: absolute;
   top: 0px;
   bottom: 0;
   left: 0;
   width: 15%;
   font-size: 30px;
   color: #fff;
   text-align: center;
   opacity: 1;
   filter: alpha(opacity=50);
}

.carousel-control i {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control i.fa-chevron-right {
  left: auto;
  right: 50%;
}

#listing-detail-images .container {
   position: relative;
}

#detail_photolink {
   position: absolute;
   right: 30px;
   bottom: 20px;
   padding: 4px 13px;
   padding-top: 5px;
   font-size: 14px;
   font-weight: 500;
   background-color: white;
   border-radius: 3px;
   cursor: pointer;
}

#detail-availability label {
   display: block;
   font-weight: bold;
   font-size: smaller;
}

#detail-availability input,
#detail-availability select {
   width: 100%;
   border: none;
   padding: 0px;
   height: 35px;
   line-height: 35px;
   outline: none;
}

#detail-availability .select_div:before {
   bottom: 3px;
}

#detail-availability .btn {
   width: 100%;
   margin-top: 15px;
   text-align: center;
}

#property-maps {
   height: 50vh;
   margin-top: 100px;
}

#contact-maps {
   height: 350px;
   margin-top: 50px;
}
.box-shadow .input-daterange {
   margin-bottom: 5px;
   display: inline-block;
}

.input-daterange input {
   text-align: left;
}