@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700|Raleway:400,400i,500,500i,600,600i,700|Source+Sans+Pro:400,400i,600,600i,700');

/*				Reset CSS				*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, img, ins, kbd, q, s, samp, small, strike, tt, var, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed ,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
}
*, *:before, *:after {
	webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
}
input, select, textarea {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
address, caption, cite, code, dfn, th, var, h1, h2, h3 {
	font-style: normal;
	font-weight: normal;
}
body {
	line-height: 1.5;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffffff;
	color: #444444;
	min-height: 100%;
}
p {
	line-height: 1.5;
	font-size: 14px;
}
html {
	margin-top: 0 !important;
	height: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
small {
	font-size: 75%;
}
a img {
	border: none;
}
a {
	cursor: pointer;
	color: #000000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/*		reset css		*/

/*		Content Styles		*/

body {
	font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #646565;
}
.contentdiv p {
	font-family: 'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #646565;
}
.contentdiv ul { list-style: none; }
.contentdiv ul li, .contentdiv ol li { }
.contentdiv ul li { }
.contentdiv ol { list-style: none; counter-reset: item; margin-bottom: 15px; padding-left: 15px;  }
.contentdiv ol li:before {margin: 0 4px 10px 0;color: #ba0101;content: counter(item) ". ";counter-increment: item;font-size:18px;font-weight:900;}
.contentdiv ol li {margin-bottom:15px;}
.contentdiv ul ul, .contentdiv ol ol, .contentdiv ul ol, .contentdiv ol ul { margin: 5px 0 0 15px; }
.contentdiv ol ol { list-style: upper-alpha; }
.contentdiv ol ol ol { list-style: lower-roman; }
.contentdiv ol ol ol ol { list-style: lower-alpha; }
.contentdiv blockquote { padding-left: 15px; margin-bottom: 15px; border-left: 1px solid #d5a776; color:#6a6767; font-size:16px; font-weight:300;}
.contentdiv blockquote p {line-height:1.5;}
.contentdiv table {	border: 1px solid #DFDFDF; background-color: #F9F9F9; width: 100%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 15px 0; }
.contentdiv table td, .contentdiv table th { border-top-color: white; border-bottom: 1px solid #DFDFDF; border-left: 1px solid #DFDFDF; }
.contentdiv table th, .contentdiv table caption { padding: 7px 7px 8px; font-weight: bold; text-align: center; }
.contentdiv table caption { border-top: 1px solid #DFDFDF; border-left: 1px solid #DFDFDF; border-right: 1px solid #DFDFDF; background-color: #F9F9F9; }
.contentdiv table td { padding: 5px 7px 3px; vertical-align: top; }
.contentdiv a {
	margin-top: 0;
	text-decoration: none;
	font-size: 90%;
	font-family: 'Raleway', 'Open Sans', Arial, Helvetica;
	color: #646565;
}
.contentdiv a:hover { text-decoration: none; }

h1 {
	font-family: 'Source Sans Pro', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 320%;
	color: #ffffff;
	font-weight: 600;
}
h2 {
	font-family: 'Source Sans Pro', 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 200%;
	color: #21adb2;
	font-weight: 600;
    margin-bottom: 45px;
}
h3 {
	font-size: 160%;
	font-weight: 500;
	color: #1fabd2;
}
h4 {
	font-size: 120%;
	font-weight: 600;
	color: #646565;
	margin-bottom: 25px;
}
h5 {
	font-size: 90%;
	font-weight: 600;
	color: #646565;
}
h6 {
	
}

/*		content styles		*/

/*		Clearfix		*/

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table;
}

.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*		clearfix		*/


/* Dcument styles */

.p-0 {
	padding: 0 !important;
}
.centerdiv {
	max-width: 1500px;
	padding: 0 30px;
	margin: 0 auto;
}

header {
	padding: 12px 20px;
	background: #ffffff;	
	-moz-box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
	position: relative;
	padding-left: 120px;
}
header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
    z-index: 9999;
}
header > * {
	display: block;
	float: left;
}
a.logo {
	position: absolute;
	left: 20px;
}
nav {
	width: 100%;
}
nav > * {
	float: left;
}
nav ul li {
	float: left;
	margin-right: 30px;
	padding: 5px 0;
}
.contentdiv nav a {
	font-size: 70%;
}
.search-expand.input-group {
	width: auto;
	padding: 5px 20px;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	margin-right: 25px;
}
.search-expand .input-group-addon {
	width: 30px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}
.search-expand input, 
.search-expand input:focus {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}
.search-expand .form-control {
	width: 0;
	padding: 6px 0px;
}
.menu-trigger {
	padding: 10px 0;
	display: none;
}
.menu-trigger.active {
	display: block;
	margin-right: 20px;
}
ul.main-nav.hidden {
	display: none;
}
ul.main-nav.hidden.active {
	display: block !important;
	position: absolute;
	top: 100%;
	background: #ffffff;
	transform: translateX(-50%);
	border-radius: 3px;
	padding: 10px;
	-moz-box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    z-index: 999;
}
ul.main-nav.hidden.active:before {
	content: '';
	
}
.search-expand .form-control.expand {
	width: 200px;
	padding: 6px 12px;
}
.has-submenu {
	position: relative;
}
.has-submenu .dropdown {
	padding: 5px 0;
}
.has-submenu.right .dropdown-menu{
	right: 0;
	left: auto;
}
.dropdown > a span, 
.dropup > a span {
	font-weight: 500;
}
.dropdown > a.has-caret {
	padding-right: 23px;
	position: relative;
}
.date-picker-container.has-icon {
    position: relative;
}
.dropdown > a.has-icon, 
.date-picker-container.has-icon > input {
    padding-left: 45px;
    position: relative;
}
.dropdown > a.has-icon img, 
.date-picker-container.has-icon > img {
    position: absolute;
    left: 15px;
    top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); 
}
.dropdown > a.has-caret  img, 
.dropup > a.has-caret  img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);    
}
.dropdown > a.has-caret  img.caret-close, 
.dropup > a.has-caret  img.caret-close {
	display: none;
}
.dropdown.open > a.has-caret  img.caret-close, 
.dropup.open > a.has-caret  img.caret-close {
	display: block;
}
.dropdown.open > a.has-caret  img.caret-open, 
.dropup.open > a.has-caret  img.caret-open{
	display: none;
}
.dropdown-menu {
	margin-left: 0 !important;
	margin-top: 10px !important;
	border: none;
	-moz-box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    box-shadow: 0px 0px 5px 2px rgba(100, 101, 101, 0.2);
    width: 100%;
}
.dropdown-menu:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	filter: drop-shadow(0px -1px 1px rgba(101,101,101,0.2));
	-webkit-filter: drop-shadow(0px -1px 1px rgba(101,101,101,0.2));
}
.dropup .dropdown-menu {
	width: 100%;
	margin-bottom: 10px !important;
}
.dropup .dropdown-menu:before {
	bottom: autp;
	top: 100%;
	left: auto;
	right: 20px;
	filter: drop-shadow(0px 1px 1px rgba(101,101,101,0.2));
	-webkit-filter: drop-shadow(0px 1px 1px rgba(101,101,101,0.2));
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid transparent;
}
.has-submenu.right .dropdown-menu:before {
	left: auto;
	right: 10%;
}
.dropdown-menu li {
	float: none !important;
	display: block !important;
	padding: 0 !important;
	margin-right: 0 !important;
}
.dropdown-menu li a {
	font-size: 18px;
	padding: 3px 15px;
	font-weight: 500;
	display: block;
}
.dropdown-menu li a:hover {
	color: #ffffff !important;
	background: #21adb2;
}
nav ul.main-nav  .dropdown > a.has-caret img {
	right: 0;
}
.contentdiv nav .dropdown-menu li a {
	font-size: 14px;
	padding: 10px;
	position: relative;
	color: #646565;
}
.contentdiv nav .dropdown-menu li a:hover, 
.contentdiv nav .dropdown-menu li a:focus {
	color: #ffffff;
	background: #21adb2;
}
.contentdiv nav .dropdown-menu li a:hover:after, 
.contentdiv nav .dropdown-menu li a:focus:after {
	background: #21adb2;
}
.contentdiv nav .dropdown-menu li a:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 0;
	height: 1px;
	background: #cecece;
}
.contentdiv nav .dropdown-menu li:last-child a:after {
	display: none;
}
.account-nav {
	float: right;
}
.account-nav li:last-child {
	margin-right: 0;
}
nav ul li.user-avatar {
	padding: 0;
	border-radius: 50%;
}
nav ul li.user-avatar img {
	max-width: 48px;
	max-height: 48px;
}
.account-nav .btn {
	margin-top: 5px;
	line-height: 1.2;
}
.btn {
	padding: 8px 18px !important;
	border-radius: 2px;	
}
.btn-blue {
	color: #ffffff !important;
	background: #1fadb2;
}
.btn-blue:hover {
    background: #3fc1c9;
}
.btn-orange {
	color: #ffffff !important;
	background: #f9af19;
}
.btn-orange:hover {
    background: #fbbb31;
}
.btn-transparent {
    background: transparent;
    border: 1px solid #cecece;
    color: #646565;
}
.has-notification a {
	position: relative;
	padding-right: 9px;
}
.has-notification a:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #1fadb2;
	top: 0;
	right: 0;
	border-radius: 50%;
}
nav ul li.add-favourite {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #cecece;
}
nav ul li.add-favourite i {
	font-size: 180%;
	margin-top: 3px;
}
nav ul li.add-favourite:hover i {
	color: #1fadb2;
}
.newsletter-container {
	background: #21adb2;
	padding: 20px 0;
}
.newsletter-container form {
	text-align: center;
}
.newsletter-container form > * {
	display: inline-block;
	vertical-align: middle;
}
.newsletter-container form .btn {
	padding: 15px 70px !important;
	font-size: 18px;
	text-transform: uppercase;
}
.newsletter-container form h2 {
	color: #ffffff;
	margin-right: 45px;
    margin-bottom: 0;
	font-weight: 400;
	letter-spacing: 1px;
}
.newsletter-container form .custom-input-icon {
	width: 25%;
}
.custom-input-icon {
	position: relative;
}
.custom-input-icon img {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.custom-input-icon input {
	border: none;
	font-size: 90%;
	background: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	padding: 15px 10px 15px 73px;
	height: auto;
	border-radius: 2px;
}
.custom-input-icon input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;	
}
.footer-main {
	background: #efffff;
	padding: 50px 0 65px;
}
.footer-main-section {
	float: left;
	width: 22%;
	margin-right: 4%;
}
.footer-main-section:last-child {
	margin-right: 0;
}
.footer-main-section h4 {
	font-family: 'Source Sans Pro', 'Open Sans', Arial, Helvetica, sans-serif;
	color: #21adb2;
}
.footer-main-section li {
	margin-bottom: 10px;
}
.footer-main-section li a {
	font-weight: 500;
}
.footer-main-section li a:hover {
	color: #21adb2;
}
.custom-select > a {
	display: block;
	background: #ffffff;
	padding: 7px 40px 7px 20px;
	border: 1px solid #21adb2;
	border-radius: 2px;
}
.custom-select .dropdown-menu {
	padding: 13px 0;
}
.custom-select .dropdown-menu li {
	margin-bottom: 0;
}
.custom-select .dropdown-menu div.scrollable {
	height: 150px;
	overflow-y: auto;
}
.custom-select.select-language-container > a {
	padding-right: 70px;
}
.business-section .custom-select {
	display: inline-block;
}
.business-section .custom-select .dropdown-menu {
	left: auto;
	right: 0;
	min-width: initial;
}
.business-section > ul {
	margin-bottom:
}
.contact-section a[href*="tel"] {
	font-size: 24px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.contact-section .dropdown {
	margin-bottom: 20px;
}
.contact-section .dropdown > a.has-caret img {
	right: 0;
}
.contact-section a[href*="tel"] img {
	margin-top: 7px;
	margin-right: 10px;
}
.contact-section .dropdown > a span {
	font-size: 13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.contact-section .dropdown-menu {
	padding: 17px;
	width: 100%;
	max-width: 270px;
}
.contact-section .dropdown-menu p {
	margin-bottom: 7px;
	font-size: 13px;
	font-weight: 600;
}
.contact-section .dropdown-menu p span:last-child {
	float: right;
}
.social-links i {
	width: 36px;
	height: 36px;
	border: 1px solid #21adb2;
	background: #ffffff;
	color: #21adb2;
	border-radius: 50%;
	position: relative;
}
.social-links i:before {
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
.social-links i:hover {
	background: #f9af19;
	border-color: #f9af19;
	color: #ffffff;
} 
.footer-copyright {
	background: #1c2628;
	padding: 20px 0;
}
.footer-copyright p {
	text-align: center;
	font-size: 72.5%;
	color: #ffffff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.left-content {
    float: left;
    width: 50%;
}
.right-content {
    float: right;
    width: 50%;
}
.property-listing-page {    
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;    
    width: 100%;
}
.property-listing-page .left-content {
    width: 100% !important;
    float: none;   
    overflow: hidden;
    border-right: 2px solid #1fadb2;
}
#map {
    width: auto;
    height: 100%;
    position: absolute !important;
    right: 0;
    top: 0;
}
.listing-filters {
    padding: 25px 20px 15px;
    background: #efffff;
}
.listing-filters > div {
    float: left;
    width: 49%;
    margin-right: 1%;
    margin-bottom: 15px;
}
.listing-filters .custom-select > a, 
.date-picker-container > input {
    font-size: 80%;
    padding-right: 15px;
    line-height: 1.6;
    overflow: hidden;
}
.listing-filters > div:nth-child(2n)  {
    margin-right: 0;
}

.listing-filters > div.clearfix > div {
    float: left;
    width: 49%;
    margin-right: 2%;
}
.listing-filters > div.clearfix > div:nth-child(2n) {
    margin-right: 0;
}
input {
    display: block;
    background: #ffffff;
    padding: 7px 20px 7px 20px;
    border: 1px solid #21adb2;
    border-radius: 2px;
    color: #646465;
    font-size: 90%;
    font-weight: 500;
    font-family: 'Raleway', 'Open Sans', Arial, Helvetica;
    width: 100%;
    
}
input[type="checkbox"], 
input[type="radio"] {
    display: inline-block;
    width: auto;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
  font-size: 90%;
  font-weight: 500;
  
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
  font-size: 90%;
  font-weight: 500;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000;
  font-size: 90%;
  font-weight: 500;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000;
  font-size: 90%;
  font-weight: 500;
}
.date-picker-container {
    position: relative;
    display: inline-block;
}
.date-picker-container.single-calendar {    
    min-width: 300px;
    width: 100%;
}
.daterangepicker .input-mini, 
.daterangepicker .daterangepicker_input i {
    display: none;
}
.date-picker-container.single-calendar .calendar.right {
    display: none;
}
.date-picker-container.single-calendar .calendar {
    margin: 0;
    float: none;
    width: 100%;
}
.date-picker-container.single-calendar .calendar .calendar-table {
    padding: 0 !important;
}
.date-picker-container.single-calendar .dropdown-menu {
    padding: 20px 17px;
} 
.arrow-selector {
    margin: 0 20px 15px;
    position: relative;
    border: 1px solid #cfcece;
    border-radius: 5px;
    padding: 10px 0 10px 20px;
}
.arrow-selector span {
    font-size: 14.5px;
    font-weight: 500;
}
.arrow-selector:last-child {
    margin-bottom: 0;
}
.arrow-selector a > img:last-child {
    display: none;
}
.arrow-selector a:hover > img:first-child {
    display: none;
}
.arrow-selector a:hover > img:last-child {
    display: inline-block;
}
.arrow-controller {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;  
    border-left: 1px solid #cfcece;
}
.arrow-controller a {
    display: inline-block;
    padding: 10px;
}
.arrow-controller a.less-guests {
    padding-right: 5px;
}
.arrow-controller a.more-guests {
    padding-left: 5px;
}
.listing-filters span.selected-option {
    white-space: nowrap;    
}
.daterangepicker th.prev:hover, 
.daterangepicker th.next:hover {
    background-color: transparent;
}
.daterangepicker table {
    background: transparent;
    border: none;
}
.daterangepicker table td.other-month {
    visibility: hidden;
    height: 0;
    border: none !important;
    border-color: transparent !important;
    border-top-color: !important;
}
.daterangepicker th img {
    vertical-align: middle;
}
.daterangepicker th {
    border: none !important;
    font-size: 15px;
    font-weight: 600;
    color: #646565;
    padding-bottom: 15px !important;
    font-family: 'Source Sans Pro', 'Open Sans', Arial, Helvetica, sans-serif;
}
.daterangepicker td.disabled, 
.daterangepicker td.off  {
    border: none !important;
    border-color: transparent !important;
    border-top-color: transparent !important;
    font-size: 14px;
    text-decoration: none;
    cursor: not-allowed;
}
.daterangepicker td{
    border: 1px solid #cfcece !important;
    border-color: #cfcece !important;
    border-top-color: #cfcece !important;
    font-family: 'Source Sans Pro', 'Open Sans', Arial, Helvetica, sans-serif;
    border-radius: 0 !important;
}
.daterangepicker td.available  {
    border: 1px solid #cfcece !important;
    border-color: #cfcece !important;
    border-top-color: #cfcece !important;
}
.daterangepicker td.in-range, 
.daterangepicker td.in-range:hover {
    background-color: #53c5cf;
    color: #ffffff;
    border-color: #53c5cf !important;
}
.daterangepicker td.active, 
.daterangepicker td.active:hover {
    border-radius: 0 !important;
    background-color: #38bcc1;
    color: #ffffff;
    border-color: #38bcc1 !important;
}
.daterangepicker th.day-name {
    font-size: 13px;
    color: #20adb2;
    font-weight: 600;
}
.daterangepicker th.prev img:last-child {
    margin-left: -8px;
}
.daterangepicker th.prev:hover img:last-child {
    display: none;
}
.daterangepicker th.next img:last-child {
    margin-left: -6px;
}
.daterangepicker th.next:hover img:last-child {
    display: none;
}
.daterangepicker .cancelBtn {
    display: none;
}
.daterangepicker .btn-blue {
    font-size: 14px !important;
}
.range-slider.has-label {
    padding-left: 15px;
}
.range-slider.has-label > p {
    font-size: 70%;
    margin-bottom: 7px;
}
.range-slider.has-label > p span {
    font-weight: 600;
    color: #21adb2;
}
.rangeslider--horizontal {
    height: 7px;
    border: 1px solid #21adb2;
    background: #ffffff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
}
.rangeslider--horizontal:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 21px;
    border: 1px solid #21adb2;
    background: #ffffff;
    left: -1px;
    top: -8px;
    z-index: 9;
    border-radius: 4px;
}
.rangeslider--horizontal:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 21px;
    border: 1px solid #21adb2;
    background: #ffffff;
    right: -1px;
    top: -8px;
    z-index: 9;
    border-radius: 4px;
}
.rangeslider__fill {
    background: #21adb2;
    border-radius: 0;
}
.rangeslider__handle, .rangeslider__handle:active {
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f9af19;
    top: -8px !important;
    z-index: 10;
    margin-left: -1px;
}
.rangeslider__handle:after {
    display: none;
}
.btn-blue {
    font-size: 70% !important;
}
.expand-filters {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    clear: both;
    position: relative;
    padding-right: 125px;
}
.expand-filters span {
    font-size: 70%;
     position: absolute;
     right: 0;
     top: 50%;
     transform: translateY(-50%);
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
}
.properties-listing-container {
    padding: 15px 10px;
}
.properties-listing-container ul li {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.properties-listing-container ul li:hover > div {
    border: 1px solid #21adb2;
}
.properties-listing-container ul li:hover .property-hover-link {
    display: block;
}
.properties-listing-container ul li:hover .property-info p {
    color: #21adb2;
}
.properties-listing-container ul li:hover .property-info p span {
    color: #646565;
}
.property-hover-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
}
.properties-listing-container ul li > div {
    border: 1px solid rgba(100, 101, 101, 0.1);
}
.property-image-container {
    position: relative;
}
.property-image {
    height: 224px;
    overflow: hidden;
    position: relative;
}
.listing-image {
    position: relative;
    width: 100%;
    height :auto;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
}
a.property-like {
    position: absolute;
    bottom: 12px;
    right: 20px;
}
a.property-like img {
    display: none;
}
a.property-like img.active{
    display: inline-block;
}
.property-featured {
    display: none;
    position: absolute;
    top: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    background: rgba(33, 173, 178, 0.5);
    width: 50%;
    text-align: center;
    left: -63px;
    color: #ffffff !important;
    font-size: 70% !important;
}
.properties-listing-container ul li.featured .property-featured {
    display: block;
}
.property-avatar {
    position: absolute;
    bottom: -10px;
    left: 20px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    background: #21adb2;
}
.property-avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -505);
    -o-transform: translate(-50, -50%);
    
}
.property-info {
    padding: 20px 17px;
    background: #ffffff;    
}
.property-info a {
    font-size: 100%;
}
.property-info p {
    font-family: 'Source Sans Pro', 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    position: relative;
    padding-right: 100px;
    margin-bottom: 5px;
}
.property-info p span {
    position: absolute;
    right: 10px;
    color: #1fadb2;
    top: 0;
    font-size: 100%;
}
.property-info span {
    display: block;
    position: relative;
    font-size: 70%;
    margin-bottom: 5px;
    padding-left: 25px;
}
.property-info span img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.pagination {
    margin: 30px 0;
    float: right;
    width: 49%;
    padding-right: 10px;
}
.pagination ul li {
    width: 8%;
    margin-right: 3.5%;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    border: 1px solid #cecece;
    border-radius: 3px;
}
.pagination ul li.current-page {
    background: #efffff;
    border-color: #21adb2;
}
.pagination ul li.prev-page, 
.pagination ul li.next-page {
    border: 1px solid #21adb2;
    background: #21adb2;
}
.pagination ul li.prev-page img, 
.pagination ul li.next-page img {
    margin-top: 9px;
}
.pagination ul li.prev-page:hover, 
.pagination ul li.next-page:hover {
    border: 1px solid #3fc1ca;
    background: #3fc1ca;
}
.pagination ul li:last-child {
    margin-right: 0;
}
.pagination ul li a {
    font-size: 90%;
}
.results-found {
    float: left;
    width: 49%;
    padding-left: 10px;
    margin: 30px 0;
}
.expanded-filters {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    z-index: 999;
    overflow-y: auto;
    padding: 0 20px 20px;
    
}
.expanded-filters-container {
    padding: 20px 0 0px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
.expanded-filters-container > div {
    position: relative;
    padding-left: 205px;  
    margin-bottom: 25px;    
}
.expanded-filters-container > div > p {
    position: absolute;
    left: 0;     
    font-weight: 600;
    color: #21adb2;
    font-size: 80%;
}
.expanded-filters-container .custom-select {
    display: inline-block;
    width: 32%;
    margin-right: 1%;
}
.expanded-filters-container .custom-select:last-child {
    margin-right: 0;
}
.listing-filters.sticky {
    background: #ffffff;
    position: fixed;
    z-index: 9999;
    width: 864px;    
    position: relative;
}
.hidden {
    display: none;
}
.custom-cb input[type="checkbox"] {
    display: none;
}
.custom-cb input[type="checkbox"] + label {
    color:#646565;
    font-weight: 400;
    font-size: 90%;
}
.custom-cb input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-2px 7px 0 0;
    vertical-align:middle;
    background:url('../images/cb-lblue.png') left top no-repeat;
    cursor:pointer;
}
.custom-cb input[type="checkbox"]:checked + label {
    font-weight: 600;
}
.custom-cb input[type="checkbox"]:checked + label span {
    background:url('../images/cb-lblue.png') -17px top no-repeat;
}
.filter-by-feature .custom-cb {
    float: left;
    width: 43%;
    margin-right: 14%;
    margin-bottom: 10px;
}
.filter-by-feature .custom-cb:nth-child(2n) {
    margin-right: 0;
}
.filters-submit {
    margin-top: 20px;
    text-align: right;
}
.filters-submit .btn {
    width: 200px;
}
.hero {
    height: 100vh;
    position: relative;
}
.hero-img-container {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 130px;
}
.hero-header {
    position: absolute;
    width: 100%;
    top: 50px;
}
a.hero-logo {
    display: inline-block;
}
a.hero-logo img {
    width: 100%;
}
header.not-logged nav ul li a i {
    font-size: 200%;
    margin-right: 10px;
    vertical-align: middle;
}
header.not-logged nav ul li.add-favourite i {
    margin-right: 0;
}
header.not-logged nav ul li.add-favourite {
    margin-right: 10px;
    padding-right: 10px;
}
.hero-header ul li {
    float: left;
    color: #ffffff;
    padding: 3px 5px;
    margin-top: 5px;
    margin-right: 20px;
}
.hero-header ul li:last-child {
    margin-right: 0;
    margin-top: 0;
}
.hero-header ul li.add-favourite {
    margin-right: 10px;
    border-right: 1px solid #ffffff;
}
.hero-header ul li a {
    color: #ffffff !important;
    font-size: 70%;
}
.hero-header ul li a i {
    font-size: 140%;
    vertical-align: middle;
    margin-right: 10px;
}
.hero-content-container {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    z-index: 999;
}
.hero-content-container  h1 span {
    display: block;
}
.hero-content-container p {
    text-transform: uppercase;
    color: #ffffff;
}
.search-form {
    margin-top: 140px;
    padding: 20px 10px;
    background: rgba(206, 206, 206, 0.6);
    border-radius: 3px;
}
.search-form input {
    border: none;
    padding: 19px 20px 19px 20px;
}
.input-with-icon {
    position: relative;
}
.input-with-icon input {
    padding-left: 60px;
}
.input-with-icon img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.search-form > div {
    float: left;
}
.search-form .search-where {
    width: 33%;
    margin-right: 0.5%;
}
.search-form .date-picker-container {
    width: 33%;
    margin-right: 0.5%;
}
.search-form .date-picker-container > input {
    padding: 18px 20px 19px 60px;
    font-size: 90%;
    font-weight: 400;
}
.search-form .custom-select {
    width: 16%;
    margin-right: 0.5%;
}
.search-form .custom-select > a {
    padding: 19px 20px 19px 60px;
    border: none;
    text-align: left;
    font-weight: 400;
}
.search-form .dropdown > a span, 
.search-form .dropup > a span {
    font-weight: 400;
}
.search-form > button {
    float: left;
    width: 16%;
    padding: 19px 20px !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 90%;
}
.hero-scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.breadcrumbs {
    padding: 10px 20px;
    background: #efffff;
}
.breadcrumbs p {
    font-size: 60%;
}
.breadcrumbs p span:last-child {
    color: #1fadb2;
}
section {
    padding: 95px 0;
}
.home-intro, 
.featured-areas {
    text-align: center;
}
.featured-areas {
    background: #efffff;
}
.home-intro h2 , 
.featured-areas h2{
    line-height: 1.2;
}
.home-intro h2 p, 
.featured-areas h2 p {
    font-size: 60%;
    margin-bottom: 0;
}
.home-intro p {
    margin-bottom: 60px;
}
.intro-listing li {
    float: left;
    width: 33.333%;
    padding: 0 95px;
}
.intro-listing h4 {
    margin-top: 25px;
    margin-bottom: 25px;
}
.intro-listing p {
    margin-bottom: 0;
}
.home-intro .btn, 
.featured-areas .btn {
    padding: 18px 45px !important;
    text-transform: uppercase;
    margin-top: 60px;
}
.areas-listing li {
    float: left;
    width: 33.333%;
    position: relative;
    height: 370px;
    padding: 2px;
    overflow: hidden;
}
.areas-listing li.featured {
    width: 66.666%;
}
.areas-listing li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.areas-listing li a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.areas-listing li p {
    position: absolute; 
    left: 0px;
    bottom: 25px;
    font-size: 120%;
    color: #ffffff;
    font-weight: 500;
    padding: 15px 25px;
    background: rgba(32, 173, 178, 0.75);
    line-height: 0.8;
}
.home-how-it-works {
    background-image: url('../images/map-bg-blue.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-how-it-works .centerdiv {
    padding-right: 720px;
    position: relative;
    min-height: 520px;
}
.color-circles {
    width: 550px;
    height: 520px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.color-circles h4 {
    font-size: 110%;
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 1;
}
.color-circles p {
    font-size: 72.5%;
    color: #ffffff;
    font-weight: 600;
}
.blue-circle {
    background-image: url('../images/blue-circle.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 279px;
    height: 278px;
    text-align: center;
    padding: 40px 33px 50px;
    margin: 0 auto -48px;
}
.white-circle {
    background-image: url('../images/white-circle.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 279px;
    height: 278px;
    text-align: center;
    padding: 40px 33px 50px;
    float: right;
}
.yellow-circle {
    background-image: url('../images/yellow-circle.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 266px;
    height: 278px;
    text-align: center;
    padding: 40px 33px 50px;
}
.white-circle h4, 
.white-circle p {
    color: #b3b6b5;
}
.circles-side-text {
    padding-right :50px;
}
.circles-side-text h2 {
    color: #fab018;
}
.circles-side-text p {
    font-size: 72.5%;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    padding-right: 20px;
}
.circles-side-text ul {
    padding: 30px 20px 30px 50px;
}
.circles-side-text ul li {
    position: relative;
    color: #ffffff;
    font-size: 72.5%;
    font-weight: 600;
    padding-left: 18px;
    margin-bottom: 20px;
}
.circles-side-text ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #21adb2;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;    
}
.circles-side-text h4 {
    text-align: right;
    color: #ffffff;
    font-style: italic;
}