/*
	
TEAL 	18BDC3
RED		ee3523
BLUE	00275e 
BG BLUE	e7e7f1
*/

@font-face {
    font-family: 'museo300';
    src: url('/eves_rentals/fonts/museo300-regular-webfont.eot');
    src: url('/eves_rentals/fonts/museo300-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/eves_rentals/fonts/museo300-regular-webfont.woff') format('woff'),
         url('/eves_rentals/fonts/museo300-regular-webfont.ttf') format('truetype'),
         url('/eves_rentals/fonts/museo300-regular-webfont.svg#museo300') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('/eves_rentals/fonts/museo700-webfont.eot');
    src: url('/eves_rentals/fonts/museo700-webfont.eot?#iefix') format('embedded-opentype'),
         url('/eves_rentals/fonts/museo700-webfont.woff') format('woff'),
         url('/eves_rentals/fonts/museo700-webfont.ttf') format('truetype'),
         url('/eves_rentals/fonts/museo700-webfont.svg#museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hand-script';
    src: url('/eves_rentals/fonts/hand-script-webfont.eot');
    src: url('/eves_rentals/fonts/hand-script-webfont.eot?#iefix') format('embedded-opentype'),
         url('/eves_rentals/fonts/hand-script-webfont.woff2') format('woff2'),
         url('/eves_rentals/fonts/hand-script-webfont.woff') format('woff'),
         url('/eves_rentals/fonts/hand-script-webfont.ttf') format('truetype'),
         url('/eves_rentals/fonts/hand-script-webfont.svg#hand-script') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: "Museo500";
  src: url("/eves_rentals/fonts/museo500-regular-webfont.woff2") format("woff2"), url("/eves_rentals/fonts/museo500-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Museo900";
  src: url("/eves_rentals/fonts/museo900-regular-webfont.woff2") format("woff2"), url("/eves_rentals/fonts/museo900-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tahu";
  src: url("/eves_rentals/fonts/tahu-webfont.woff2") format("woff2"), url("/eves_rentals/fonts/tahu-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


* {
        font-family: "Museo300", monospace, sans-serif;
}
body {
        font-size: 14.44px;
	background-color: #f0f0f0;
	padding-bottom: 0;
	color: #888;
}
@media (max-width: 767px) {
	body {
		padding-left:0;
		padding-right:0;
	}
}
.video-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal-body {
	padding: 5px;
}
@media (min-width: 768px) {
	.modal.modal-wide .modal-dialog {
	  width: 90%;
	  max-width: 1200px;
	}
}
@media (max-width: 768px) {
	.video-modal {
		width: auto !important;
	}
}
.modal.fade .modal-dialog {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.modal-body button.close {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 20px;
	right: 20px;
	color: #fff;
	background-color: #18BDC3;
	text-align: center;
	opacity: 1;
	border-radius: 4px;
}
.modal-body button.close:hover {
	color: #fff;
}
.modal-body button.close span {
	display: inline-block;
	vertical-align: middle;
	text-shadow: none;
	padding-bottom: 5px;
}

/* TOOL TIPS */ 
.icon {
	position: relative;
}
span.icon-tooltip {
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: auto;
	margin-bottom: 10px;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
	-moz-transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
	-webkit-transition: visibility .25s ease-in-out, opacity .25s ease-in-out;
}
span.icon-tooltip i {
	display: block;
	position: relative;
	left: -50%;
	white-space: nowrap;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 8px;
	color: #fff;
	background-color: #888;
	font-style: normal;
	border-radius: 2px;
}
a:hover span.icon-tooltip {
	visibility:visible;
	opacity: 1;
}
span.icon-tooltip i:after {
	content: '';
	display: block;
	position: absolute;
	display: block;
	bottom: -6px;
	margin-left: -6px;
	left: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #888;
}
.link-share {
	position: relative;
	float: right;
}
.link-share > a {
	float: none !important;
}
.link-share span.icon-tooltip {
	visibility: visible;
	opacity: 1;
	display: none;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.link-share span.icon-tooltip i {
	background-color: #00275e;
	line-height: 16px;
	padding: 5px 3px;
	border-radius: 2px;
}
.link-share span.icon-tooltip i:after {
	border-top-color: #00275e;
}
.link-share span.icon-tooltip i a {
	float: none;
}
.link-share span.icon-tooltip i a span.icon {
	width: 16px;
	height: 16px;
	margin: 4px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.link-share span.icon-tooltip i a span.icon-facebook {
    background-position: -262px -145px;
}
.link-share span.icon-tooltip i a span.icon-twitter {
    background-position: -296px -145px;
}
.link-share span.icon-tooltip i a span.icon-google {
    background-position: -279px -145px;
}


/* END TOOL TIPS */ 

/* 5 COLUMN HACK */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* END 5 COLUMN HACK */

.no-padding > [class*='col-'] {
    padding-right: 0;
    padding-left :0;
}
.no-padding {
   padding-left: 0 !important;
   padding-right: 0 !important;
}
a {
	color: #00275e;
}
a:hover, a:focus {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'museo300';
	color: #a6a6a6;
}
h1 {
	margin: 0 0 10px 0;
}
.navbar-brand {
	width: 187px;
	height: 38px;
	padding: 0;
	margin-top: 18px;
	margin-right: 50px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: 0 0;
    background-repeat: no-repeat;
	text-indent: -999999px;
}
@media (max-width: 767px) {
	.navbar-brand {
		margin-top: 6px;
	}
}
.navbar-default {
	background-color: #fff;
	border: none;
	margin-bottom: 0;
}
.navbar-wrapper {
	position: relative;
/*
	-webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.75);
	overflow: visible;
*/
}
/*  nav li  */
.navbar-nav>li {
	position: relative;
	margin: 0;
}
.navbar-nav>li>a {
	text-transform: uppercase;
}
/*  nav link  */
@media (min-width: 767px) {
	.navbar-nav>li>a {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 74px;
	}
	.navbar-nav>li {
		padding-top: 0;
		padding-bottom: 0;
		line-height: 70px;
	}
}
/* active nav  */
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}
/* active nav dropdown  */
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color: #18BDC3;
}
/* active nav bottom block  */
.navbar-default .navbar-nav > li > a {
	color: #888;
}
.navbar-default .navbar-nav > li > a:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #18BDC3;
	transition:         all 0.3s  ease;
	-moz-transition:    all 0.3s  ease;
	-webkit-transition: all 0.3s  ease;
	-o-transition:      all 0.3s  ease;
	-ms-transition:     all 0.3s  ease;	
	opacity: 0;
}
.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > .open > a:after,
.navbar-default .navbar-nav > .active > a:after {
	opacity: 1;
}
.navbar-toggle {
	margin-right: 0;
}
.btn-login {
	color: #00275e;
}
.icon-login {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -2px 0 0 0;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: -332px -59px;
    background-repeat: no-repeat;
    background-color: #18BDC3;
    border-radius: 3px;
}
.btn-myeves {
	color: #fff;
	background-color: #18BDC3;
	height: 34px;
  position: relative;
  top: -1px;
	margin-left: 10px;
}
.btn-myeves:hover {
	color: #fff;
	background-color: #18BDC3;
}
ul.nav li.dropdown {
	line-height: 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #18BDC3;
}

/* nav dropdowns */

/* fade in / out */
.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition:         all 0.3s  ease;
  -moz-transition:    all 0.3s  ease;
  -webkit-transition: all 0.3s  ease;
  -o-transition:      all 0.3s  ease;
  -ms-transition:     all 0.3s  ease;
}
.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
}
.dropdown {
  display: inline-block;
}

.nav .dropdown-menu {
	border-radius: 0;
	border-top: none;
	padding-bottom: 0;
	padding-top: 3px;
}
.nav .dropdown-menu:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #18BDC3;
}
.nav .dropdown-menu > li > a {
	padding: 10px 10px 10px 35px; 
	border-top: 1px solid #ddd;
	position: relative;
	color: #888;
}
.nav .dropdown-menu>li>a:focus,
.nav .dropdown-menu>li>a:hover {
	background-color: #e6e6e6;
}
.nav .dropdown-menu .glyphicon,
.nav .dropdown-menu .icon {
	color: #b0b0b0;
	font-size: 16px;
	line-height: 20px;
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
    background-repeat: no-repeat;
    background-color: transparent !important;
    border-radius: 0;
}
.nav .dropdown-menu .icon {
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
}
.nav .dropdown-menu .icon.icon-new-window {
	background-image: url('/eves_rentals/img/globe-icon.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
}
.icon.icon-new-window-white {
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: transparent !important;
	border-radius: 0;
	background-image: url('/eves_rentals/img/globe-icon-white.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	position: relative;
  top: 5px;
}
.nav .dropdown-menu .icon.icon-auction {
	background-position: 0 -170px;
}
.nav .dropdown-menu .icon.icon-publication {
	background-position: -20px -170px;
}
.nav .dropdown-menu .icon.icon-help {
	background-position: -40px -170px;
}
.nav .dropdown-menu .icon.icon-money {
	background-position: -60px -170px;
}
.nav .dropdown-menu .icon.icon-clockface {
	background-position: -80px -170px;
}
.nav .dropdown-menu .icon.icon-agent {
	background-position: -100px -170px;
}
.nav .dropdown-menu .icon.icon-megaphone {
	background-position: -120px -170px;
}
.nav .dropdown-menu .icon.icon-info {
	background-position: -140px -170px;
}
.nav .dropdown-menu .icon.icon-agent-multi {
	background-position: -160px -170px;
}
.nav .dropdown-menu .icon.icon-seal {
	background-position: -180px -170px;
}
.nav .dropdown-menu .icon.icon-open-homes {
	background-position: -200px -170px;
}
.nav .dropdown-menu .icon.icon-calendar {
	background-position: -220px -170px;
}
.nav .dropdown-menu .icon.icon-heart {
	background-position: -240px -170px;
}
.nav .dropdown-menu .icon.icon-quotes {
	background-position: -260px -170px;
}
.nav .dropdown-menu .icon.icon-warning {
	background-position: -280px -170px;
}

/* nav dropdown 2nd level */
.nav .dropdown-submenu {
    position: relative;
}
.nav .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    border-radius: 0;
}
.nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.nav .dropdown-menu > li.dropdown-submenu > a {
	padding-right: 30px;
}
.nav .dropdown-menu > li.dropdown-submenu > .dropdown-menu a {
	padding-left: 13px;
	font-style: italic;
	position: relative;
}
.nav .dropdown-submenu > a:after {
	font-family: 'Glyphicons Halflings';
	content:"\e080";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 10px;
    color: #18BDC3;
}
.nav .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.nav .dropdown-submenu.pull-left {
    float: none;
}
.nav .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


.icon.icon-login {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: -2px 0 0 0;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: -332px -59px;
    background-repeat: no-repeat;
    background-color: #18BDC3;
    border-radius: 3px;
}
.navbar-collapse.in {
	position: relative;
	z-index: 9999999;
}

/* HOME */

/* carousel */

#home-carousel {
	margin-bottom: 0;
/* 	margin-top: 74px; */
	height: 340px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#home-carousel .item {
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #F4F4F4;
}
#home-carousel .carousel-caption {
	left: auto;
	right: auto;
	width: 45%;
	padding: 0 15px;
	top: 0; 
	height: 340px;
	margin-left: -15px;
}
#home-carousel .carousel-caption .carousel-heading {
	/*font-family: 'hand-script';*/
	font-family: "Tahu", monospace, sans-serif !important;
	margin: 70px 0 20px 0;
	
	
}


#home-carousel .carousel-caption .carousel-heading {
        font-size: 38px;
	line-height: 38px;

}

@media (min-width: 768px) {
    #home-carousel .carousel-caption .carousel-heading {
        font-size: 44px;
	line-height: 44px;
    }
}

@media (min-width: 991px){
    #home-carousel .carousel-caption .carousel-heading {
        font-size: 48px;
	line-height: 48px;
    }
}





#home-carousel .carousel-caption .carousel-heading span {
	/*font-family: 'hand-script';*/
	font-family: "Tahu", monospace, sans-serif !important;
	color: #18BDC3;
}
#home-carousel .carousel-caption h1,
#home-carousel .carousel-caption p {
	text-align: left;
	text-shadow: none;
	color: #727272;
}
#home-carousel .carousel-caption h1 {
    /*font-family: 'hand-script';*/
	font-family: "Tahu", monospace, sans-serif !important;
	margin-top: 70px;
	margin-bottom: 20px;
	line-height: 45px;
}
#home-carousel .carousel-caption h1 span {
    font-family: 'Tahu';
	color: #18BDC3;
}

#home-carousel .carousel-caption p {
	font-size: 14.4px;
}
#home-carousel .carousel-caption .btn-default {
        font-family: "Museo500", monospace, sans-serif !important;
        padding-left: 22.8px;
        padding-right: 22.8px;   
	background-color: #18BDC3;
	color: #fff;
        font-size: 18.24px;
	border: none;
	/*-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);*/
}
#home-carousel .carousel-caption .btn-default:hover {
	text-decoration: underline;
}

#home-carousel .carousel-image {
	position: absolute;
	right: 0;
}
#home-carousel .carousel-image:after {
	display: block;
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 180px;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(244,244,244,1) 0%, rgba(244,244,244,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(244,244,244,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(244,244,244,1) 0%,rgba(244,244,244,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#00f4f4f4',GradientType=1 ); /* IE6-9 */
}
#home-carousel .carousel-image a.video-link:after {
	font-family: 'Glyphicons Halflings';
	content:"\e072";
	color: #fff;
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	width: 80px;
	height: 80px;
	line-height: 75px;
	font-size: 40px;
	text-align: center;
	margin-top: -65px;
	margin-left: -40px;
	padding-left: 5px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 40px;
	border: 3px solid #fff;
}
#home-carousel .carousel-image a:hover.video-link:after {
	background-color: rgba(24,189,195,0.7);
}
#home-carousel .carousel-indicators {
	top: 20px;
	bottom: auto;
}
#home-carousel .carousel-indicators li {
	border-color: #18BDC3;
	background-color: #fff;
}
#home-carousel .carousel-indicators .active {
	background-color: #18BDC3;
}
#home-carousel .carousel-control {
	width: 10%;
	opacity: 1;
}
#home-carousel .carousel-control:hover,
#home-carousel .carousel-control:focus {
	opacity: 1;
}
#home-carousel .carousel-control.left,
#home-carousel .carousel-control.right {
	background: none;
}
#home-carousel .carousel-control.left .glyphicon,
#home-carousel .carousel-control.right .glyphicon {
	width: 44px;
	height: 44px;
	line-height: 38px;
	font-size: 20px;
	background-color: #fff;
	border-radius: 22px;
	border: 2px solid #bbb;
	color: #bbb;
	text-shadow: none;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-left: -22px;
}

@media (max-width: 768px) {
	#home-carousel .carousel-caption {
		background-color: rgba(255, 255, 255, 0.8);
		width: 100%;
	}
	#home-carousel .carousel-control.left .glyphicon,
	#home-carousel .carousel-control.right .glyphicon {
		top: 28px;
		width: 30px;
		height: 30px;
		border-radius: 15px;
		line-height: 27px;
		font-size: 18px;
		margin-left: -15px;
	}
	#home-carousel .carousel-caption h1 {
		line-height: 35px;
		font-size: 30px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#home-carousel .carousel-caption {
		width: 65%;
	}
}

/* END home carousel */

.chevron-top {
	position: relative;
	border-top: 2px solid #ddd;
}
.chevron-top-white {
	position: absolute;
	top: 0;
	left: 50%;
	width: 0; 
	height: 0;
	margin: 0 0 -20px -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 1;
	border-top: 20px solid #cfcfcf;
}
.chevron-top-white b {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0; 
	height: 0;
	margin: -22px 0 0 -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff;
	z-index: 2;
}
.chevron-bottom {
	position: relative;
	border-bottom: 2px solid #ddd;
}
.chevron-bottom:before,
.chevron-bottom:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0; 
	height: 0; 
}
.chevron-bottom:before {
	margin: 0 0 -20px -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 1;
	border-top: 20px solid #cfcfcf;
}
.chevron-bottom:after {
	margin: 0 0 -18px -20px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 2;
}
.chevron-bottom.chevron-bottom-white:after {
	border-top: 20px solid #fff;
}
.chevron-bottom.chevron-bottom-gray:after {
	border-top: 20px solid #f0f0f0;
}
.chevron-bottom.chevron-bottom-white {
	background-color: #fff;
}
.chevron-bottom.chevron-bottom-gray {
	background-color: #f0f0f0;
}

.btn-default.btn-heading {
        font-family: "Museo500", monospace, sans-serif !important;
	background-color: #18BDC3;      
        color: #fff;
	font-size: 18.24px;
	border: none;
	margin-bottom: 8px;
	padding-left: 18px;
	padding-right: 18px;
	margin-left: 10px;
        
        
}

.btn-default.btn-heading:hover {
	text-decoration: underline;
}


.row-more-people,
.row-featured-carousel,
.row-blog-open-homes,
.row-sell-people-offices {
	padding: 30px 0;
}
.row-more-people h1,
.row-more-people p {
	text-align: center;
}
.row-more-people h1 {
	margin-top: 10px;
	color: #00275e;
}
.row-more-people h1 span {
	font-family: 'museo300';
	color: #18BDC3;
}
.row-blog-open-homes {
	padding-bottom: 0;
}
.row-blog-open-homes h1,
.row-blog-open-homes h2 {
	font-size: 24px;
	margin-top: 10px;
	line-height: 30px;
	color: #555;
}
.row-blog-open-homes h1 a,
.row-blog-open-homes h2 a {
	color: #555;
	font-family: 'museo300';
}
.row-blog-open-homes h6 {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 5px 0;
	color: #00275e;
}
.row-blog-open-homes h6 span {
	font-weight: normal;
	color: #bbb;
}
.row-blog-open-homes h6 span b {
	display: inline-block;
	margin: 0 3px 0 10px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: -260px -55px;
    background-repeat: no-repeat;
}
.row-blog-open-homes h1 span.icon,
.row-blog-open-homes h2 span.icon {
	width: 32px;
	height: 32px;
	margin-top: -3px;
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
}
.row-blog-open-homes h1 span.icon-blog,
.row-blog-open-homes h2 span.icon-blog {
	background-color: #18BDC3;
    background-position: -400px -0px;
    border-radius: 16px;
}
.row-blog-open-homes h1 span.icon-open-home,
.row-blog-open-homes h2 span.icon-open-home {
	width: 22px;
    background-position: -427px -38px;
}
.row-blog-open-homes p.comments {
	display: block;
	float: right;
	padding-top: 5px;
	padding-right: 15px;
	margin: 0;
}
.row-blog-open-homes p.comments b {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-position: -241px -145px;
}
.row-blog-open-homes button {
	display: inline-block;
	margin: 15px 0 0 0;
	color: #fff;
	background-color: #18BDC3;
}
.row-blog-open-homes .home-openhome p,
.row-blog-open-homes .home-openhome h3 {
	margin: 0 0 7px 0;
}
.row-blog-open-homes .home-openhome h1 {
	margin-bottom: 15px;
}
.row-blog-open-homes .home-openhome h3 {
	color:#18BDC3;
	font-size:16px;
	font-weight:bold;
}
.row-featured-carousel {
	padding-bottom: 0;
}
.row-featured-carousel h2 {
	margin-top: 0;
	color: #00275e;
}
.row-featured-carousel .well {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.row-featured-carousel .carousel-inner .row {
	margin-right: 0;
}
.row-featured-carousel .carousel,
.row-featured-carousel .carousel .item {
	margin: 0;
	background: none;
	height: auto;
}
.row-featured-carousel .carousel .listing {
	position: relative;
	min-height: 347px;
	margin-bottom: 20px;
}
.row-featured-carousel .carousel .carousel-control {
  background: none;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.row-featured-carousel .carousel .carousel-control .glyphicon {
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #bbb;
	top: 50%;
}
.row-featured-carousel .carousel .carousel-control.left .glyphicon{
	left: 0;
}
.row-featured-carousel .carousel .carousel-control.left {
	left:-20px;
}
.row-featured-carousel .carousel .carousel-control.right {
	right:-20px;
}
.row-featured-carousel .carousel .carousel-control.right .glyphicon {
	right: 0;
}
.row-featured-carousel .carousel .carousel-control .glyphicon {
position: absolute;
  margin-top: -20px;
  top: 50%;
  line-height: 34px;
  color: #bbb;
  text-shadow: none;
  z-index: 2;
}
.round-shadow {
	position: relative;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding-bottom: 55px;
	margin: 15px 0;
	background-color: #fff;
}
.round-shadow:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	left:0;
	bottom: -20px;
	height: 20px;
    background-image: url('/eves_rentals/img/shadow_bottom.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.row-sell-people-offices .round-shadow img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.row-sell-people-offices .round-shadow h3 {
	margin: 15px 15px 10px 15px;
	color: #555;
}
.row-sell-people-offices .round-shadow h3>a {
    color: #555;
    font-family: 'museo300';
    font-weight: normal;
}
.row-sell-people-offices .round-shadow p {
	margin: 0 15px;
}
.row-sell-people-offices .round-shadow>a {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-weight: bold;
	color: #18BDC3;
}

/* END HOME */

.breadcrumbs-bar {
	height:110px;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #f0f0f0 70%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(70%,#f0f0f0), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#f0f0f0 70%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#f0f0f0 70%,#bbbbbb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#f0f0f0 70%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#f0f0f0 70%,#bbbbbb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}
@media (max-width: 991px) and (min-width: 768px) {
	.breadcrumbs-bar {
		margin-top: 130px;
	}
}
@media (max-width: 768px) {
	.breadcrumbs-bar {
		margin-top: 50px;
		margin-bottom: 20px;
	}
}
.breadcrumbs {
	position: relative;
	padding-left: 20px;
	margin-top: 22px;
	color: #18BDC3;
	line-height: 100%;
}
.breadcrumbs:before {
	display: block;
	position: absolute;
	content: '';
	width: 12px;
	height: 11px;
	margin-top: -5px;
	left: 0;
	top: 50%;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: -316px -60px;
    background-repeat: no-repeat;
}
.breadcrumbs a {
	color: #888;
}
.collapse-padding {
	padding-right: 0;
}
@media (max-width: 767px) {
	.collapse-padding {
		padding-right: 15px;
	}
}

/* SEARCH BARS */

.search-basic,
.search-more-options {
	background-color: #fff;
	margin: 0;
}
.search-basic {
	position: relative;
	padding: 0 0 10px 0;
	-moz-box-shadow:    0 8px 8px 0 #e5e5e5;
	-webkit-box-shadow: 0 8px 8px 0 #e5e5e5;
	box-shadow:         0 8px 8px 0 #e5e5e5;
	z-index: 1;
}
.search-more-options {
	padding: 0 0 0 0;
	margin-top: 0;
	background-color: #f0f0f0;
}
.search-more-options .search-block {
	margin-top: 0;
}
.search-block {
	margin-top: 120px;
/* 	z-index: 1000; */
}
.search-basic .search-block {
	margin-top: 60px;
}
.search-block.under-carousel {
	margin-top: -50px;
	position: relative;
}
.search-block.under-carousel:before {
	display: block;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 311px;
	height: 30px;
	margin-top: -29px;
	margin-right: 16px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: -120px -73px;
    background-repeat: no-repeat;
}
.search-block.under-carousel.home-quick-search:before {
	display: none;
}
.search-quick-search {
	position: relative;
	z-index: 2;
}

/* SEARCH BAR TOP ROW */

.nav-wrapper {
	width: 100%;
	margin: 0;
	overflow: visible;
}
.nav-wrapper div {
	float: left;
	border-right: 1px solid #fff;
	position: relative;
}
.nav-wrapper div:nth-child(1) { width: 30%; } /* rental */
.nav-wrapper div:nth-child(2) { width: 30%; } /* sales */
.nav-wrapper div:nth-child(3) { width: 40%; } /* our people */

.search-block .search-top-row .nav-wrapper div a {
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	white-space: nowrap;
}
@media (max-width: 991px) {
	.search-block .search-top-row .nav-wrapper div a {
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.nav-wrapper div {
		border-bottom: 1px solid #fff;
	}
	.nav-wrapper div:nth-child(6) {
		border-right: none;
	}
}
@media (max-width: 479px) {
	.nav-wrapper div:nth-child(3) {
		border-right: none;
	}
	/*.nav-wrapper div:nth-child(1) { width: 30%; } /* rental */
	/*.nav-wrapper div:nth-child(2) { width: 30%; } /* sales */
	/*.nav-wrapper div:nth-child(3) { width: 40%; } /* our people */
	.search-block.under-carousel::before {
		display: none;
	}
	#home-carousel .carousel-caption h1 {
		line-height: 30px;
		font-size: 26px;
	}
}
.search-block .search-top-row {
	padding: 0;
}
.search-block .search-top-row > .container > div {
	background-color: #00275e;
}
.search-block .search-top-row a,
.search-block .search-top-row p,
.search-block .search-top-row form {
	display: block;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 50px;
/* 	padding: 0 15px; */
	font-size: 16px;
	font-family: 'museo300';
}
@media (max-width: 479px) {
	.search-block .search-top-row a {
		line-height: 40px;
	}
}
.search-block .search-top-row a:hover {
	text-decoration: none;
}
.search-block div.search-current {
	position: relative;
	background-color: #18BDC3 !important;
}
.search-block div.search-current .icon.icon-our-people {
	background-position: -329px -145px;
}
.search-block div.search-current a {
	text-decoration: none;
}
@media (min-width: 767px) {
	.search-block div.search-current:after {
		content: '';
		display: block;
		position: absolute;
		right: 50%;
		bottom: 0;
		margin-right: -10px; 
		margin-bottom: -10px;
		width: 0; 
		height: 0; 
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 12px solid #18BDC3;
		z-index: 1;
	}
}
@media (min-width: 992px) {
	.search-block div.search-for-rent a:after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		background-color: #fff;
	}
}
.search-block div.search-for-sale {
	border-top-left-radius: 5px;
}
.search-block div.search-for-quick-search,
.search-block div.search-for-quick-search p {
	padding-right: 0;
}
.search-block div.search-for-quick-search p span {
	font-family: 'museo300';
	display: inline-block;
	background-color: #18BDC3;
	padding: 5px 0 5px 10px;
	line-height: 20px;
	width: 100%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.search-block div.search-for-quick-search p span i {
	font-family: 'museo300';
	font-style: normal;
}
.search-block div.search-for-quick-search-input {
	border-top-right-radius: 5px;
	padding-left: 0;
	height: 50px;
}
@media (max-width: 991px) and (min-width: 767px) {
	.search-block div.search-for-quick-search p span i {
		display: none;
	}
	.search-block div.search-for-quick-search-input {
		border-top-right-radius: 0;
	}
}
.search-for-quick-search-input form {
	margin-top: 12px !important;
}
@media (max-width: 767px) {
	.search-block div.search-for-quick-search {
		padding-right: 15px;
	}
	.search-block div.search-for-quick-search p {
		line-height: 30px;
		padding-top: 10px;
	}
	.search-block div.search-for-quick-search p span {
		border-radius: 0;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
	}
	.search-block div.search-for-quick-search-input {
		padding-left: 15px;
		height: 38px;
	}
	.search-block div.search-for-quick-search-input form {
		margin-top: 0 !important;
	}
	.search-block div.search-for-quick-search-input form b {
		display: none;
	}
	.search-block div.search-for-quick-search-input form input {
		padding-left: 10px;
		border-radius: 0;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
	}
}
.search-block div.search-for-quick-search-input p {
	padding-left: 0;
}
.search-block div.search-for-quick-search-input p form {
	display: inline-block;
	padding: 5px 0 5px 10px;
	line-height: 20px;
	height: 30px;
	width: 100%;
	text-transform: uppercase;
}
.icon.icon-our-people {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
	background-position: -282px -53px;
	margin-top: -2px;
}
.search-block .search-top-row form {
	padding-left: 0;
	position: relative;
}
.search-block .search-top-row form input {
	display: inline-block;
	width: 100% !important;
	border: none;
	height: 30px;
	border-radius: 0;
	margin-top: -2px;
	padding-left: 20px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
@media (max-width: 767px) {
	
}
/* .search-block div form input:after { */
.search-block .search-top-row form b {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 0; 
	height: 0; 
	margin-top: -15px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 10px solid #18BDC3;
}
.search-block .search-top-row form button {
	position: absolute;
	right: 0;
	top: 10px;
	border: none;
	height: 28px;
	color: #555;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* SEARCH BAR DROP DOWN ROW */

.search-dropdown-row {
	margin: 20px 0;
}
.search-dropdown-row .btn-group {
	width: 100%;
	padding-right: 15px;
}
@media (max-width: 991px) {
	.search-dropdown-row {
		margin-right: -15px;
	}
	.search-dropdown-row .btn-group {
		margin-bottom: 15px;
	}
}

.search-dropdown-row > div:last-child .btn-group {
	padding-right: 0;
}
.multiselect {
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.dropdown-menu {
	z-index: 1075;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #00275e;
}
.multiselect .caret {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	height:100%;
	width: 25px;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;

}
.multiselect .caret:after {
	display: block;
	content: '';
	position: absolute;
	left:50%;
	top:50%;
	width: 10px;
	height: 10px;
	margin-top: -8px;
	margin-left: -5px;
	border-style: solid;
	border-width: 4px 4px 0 0;
	border-color: #bbb;
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}
/* hide radios */
#search_form label.radio input {
	visibility: hidden;
}
#search_form label.radio {
	padding-left: 20px !important;
}

/* SEARCH BAR SLIDER ROW */

.search-slider-row h5,
.search-block h5 {
	color: #00275e;
	margin-top: 5px;
	margin-bottom: 5px;
}
.search-slider-row h5 span,
.search-block h5 span {
	font-family: 'museo700';
	color: #18BDC3;
}
.search-slider-row h5 em,
.search-block h5 em {
	font-style: normal;
}
.search-slider-row .btn-options {
	width: 100%;
	background-color: #ccc;
	-moz-box-shadow:   inset 1px 1px 8px #888;
   -webkit-box-shadow: inset 1px 1px 8px #888;
   box-shadow:         inset 1px 1px 8px #888;
   border: 1px solid #aaa;
   margin: 5px 0 10px 0;
   padding-left: 5px;
   padding-right: 5px;
}
.search-slider-row .btn-options span {
	color: #18BDC3;
}
.search-type-filter-row .btn-search,
.search-slider-row .btn-search {
	font-family: 'museo700';
	background-color: #18BDC3;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	width: 100%;
	margin: 5px 0 10px 0;
        background-image: -webkit-linear-gradient(top, #18BDC3 0%, #18BDC3100%);
	background-image: linear-gradient(to bottom, #18BDC3 0%, #18BDC3100%);
	background-repeat: repeat-x;
}
.search-type-filter-row .btn-search {
	width: auto;
	margin: 0;
	font-size: 16px;
	line-height: 16px;
	padding-left: 25px;
	padding-right: 25px;
}

.search-slider-row .btn-search span {
	font-size: 20px;
	line-height: 16px;
}
.slider-wrapper {
	margin: 0 8px; 
}
.search-keywords-field,
.search-more-options-toggle {
	padding-right: 0;
}
@media (max-width: 991px) {
	.search-keywords-field,
	.search-more-options-toggle {
		padding-right: 15px;
	}
}

/* NEXT PREV */
	
.next-prev-row {
	margin-bottom: -20px;
}
.next-prev-row a {
	color: #888;
}
.next-prev-row a span.glyphicon {
	color: #18BDC3;
}
.next-prev-row a:hover span.glyphicon,
.next-prev-row a:hover {
	color: #00275e;
}

/* CONTENT */

.btn.active {
	-moz-box-shadow:   none;
   -webkit-box-shadow: none;
   box-shadow:         none;
}
.results-layout {
	display:inline-block;
	margin-left:15px;
}
.results-layout button {
	color: #b3b3b3;
}
.results-layout button:hover {
	color: #999;
}
.results-layout button.active {
	color: #fff;
	background-color: #18BDC3;
}
.search-type-filter-row .results-type button {
	text-transform: uppercase;
}
.search-type-filter-row .results-type button.active {
	background-color: #A6A6A6;
	color: #fff;
}
.search-type-filter-row .results-type button.active:after {
	content: '';
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -10px; 
	margin-bottom: -10px;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #A6A6A6;
}
.search-type-filter-row .results-layout button.active {
	background-color: #18BDC3;
} 
.search-type-filter-row button.dropdown-toggle span {
	color: #18BDC3;
}
.search-type-filter-row div>span {
	color: #18BDC3;
	font-family: 'museo700';
}
.search-filter {
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 5px;
	border: 1px solid #D2D2D2;
}
.search-filter h4 {
	font-family: 'museo700';
	color: #00275e;
	background-color: #E7E7E7; 
	padding: 7px 15px;
	margin: 0 -15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: 1px solid #D2D2D2;
}
.search-filter h5 {
	position: relative;
	font-family: 'museo700';
	color: #00275e;
	background-color: #E7E7E7;
	border: 1px solid #adadad;
	padding: 6px 12px;
	border-radius: 4px;
}
.search-filter h5 span.glyphicon {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -7px;
	color: #18BDC3;
}
/*
.search-filter .btn-group,
.search-filter .checkbox label {
	width: 100%;
}
.search-filter .checkbox label span {
	float: right;
}
.search-filter .btn-default {
	background-color: #E7E7E7;
	font-family: 'museo700';
	color: #00275e;
}
*/
/*
.search-filter .multiselect .caret {
	background-color: #E7E7E7;
}
.search-filter .multiselect .caret::after {
	border-color: #18BDC3;
}
*/

.next-prev {
	color: #aaa;
}

/* LISTING COMMON */

.listing-tab-row {
	position: relative;
	background-color: #fff;
	padding-top:30px;
	border-bottom: 1px solid #ddd;
}
.listing-tab-row .nav-tabs>li.active>a,
.listing-tab-row .nav-tabs>li.active>a:focus,
.listing-tab-row .nav-tabs>li.active>a:hover {
	background-color: #f0f0f0;
	color: #18BDC3;
}
.listing-tab-row .nav-tabs {
	position: relative;
	z-index: 0;
}
.listing-tab-row .nav-tabs>li>a {
	text-transform: uppercase;
	font-size: 12px;
	color: #555;
	border-radius: 0;
	border-right: 1px solid #ddd;
	margin-right: 0;
}
.search-results-title h1,
.search-results-title h2 {
	margin: 0;
	color: #00275e;
	font-size: 26px;
}

.listing {
	padding-left: 15px;
	padding-right: 0;
	padding-bottom: 15px;
}
.search-results-maincol .listing {
	padding-left: 0px;
	padding-right: 15px;
}
@media (max-width: 767px) {
	.listing {
		padding-left: 0;
		padding-right: 0;
	}
	.search-results-maincol .listing {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.listing > div {
	position: relative;
}
.listing h4,
.listing .listing-heading {
	padding-top: 18px;
	margin: 0 15px 2px 15px;
	font-family: 'museo700';
	font-size: 18px;
	line-height: 19px;
	color: #00275e;
}
.listing h4 a,
.listing .listing-heading a {
	font-family: 'museo700';
}
.listing p {
	margin: 0 15px;
	height: 20px;
	overflow: hidden;
	color: #888;
	font-size: 13px;
}
.listing p b {
	color: #18BDC3;
/* 	font-weight: normal; */
}
.listing ul.listing-icons {
	list-style: none;
	margin: 5px 15px;
	padding: 0;
}
.listing .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -5px 5px 0 3px;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.listing .icon.icon-bedrooms {
	background-position: -30px -40px;
}
.listing .icon.icon-bathrooms {
	background-position: 0 -40px;
}
.listing .icon.icon-carports {
	background-position: -60px -40px;
}
.listing .icon.icon-garages {
	background-position: -90px -40px;
}
.listing .icon.icon-lounges {
	background-position: -120px -40px;
}
.listing-title-icons {
	position: relative;
	overflow: auto;
}
.listing-title-icons p {
	display: inline-block;
} 
.listing h5,
.listing .listing-price {
	font-family: Verdana, Helvetica, Arial;
	background-color: #E7E7E7;
	margin: 0;
	padding: 10px 15px 8px 15px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #18BDC3;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
}
.listing h5 a,
.listing .listing-price a {
	float: right;
}
.listing h5 a .icon,
.listing .listing-price a .icon {
	width: 16px;
	height: 16px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.sidebar-container span.icon.icon-heart {
	background-position: -188px -145px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
	background-repeat: no-repeat;
	background-color: transparent;
}
.sidebar-container span.icon.icon-heart.active {
	background-position: -185px -55px;
	width: 16px;
	height: 16px;
	margin-top: -4px;
	display: inline-block;
	vertical-align: middle;
	background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
	background-repeat: no-repeat;
	background-color: transparent;
}
.listing h5 a .icon.icon-heart,
.listing .listing-price a .icon.icon-heart {
	background-position: -205px -55px;
}
.listing h5 a .icon.icon-heart.active,
.listing .listing-price a .icon.icon-heart.active {
	background-position: -185px -55px;
}
.listing h5 a .icon.icon-share,
.listing .listing-price a .icon.icon-share {
	background-position: -385px -3px;
}
.listing h5 a .icon.icon-share.active,
.listing .listing-price a .icon.icon-share.active {
	background-position: -367px -3px;
}

.listing-carousel {
	border: none;
}
.listing-carousel .item a {
	position: relative;
}
.listing-carousel .carousel-control {
	width: 10%;
	opacity: 0;
}
.listing-carousel .carousel-control:hover,
.listing-carousel .carousel-control:focus {
	opacity: 1;
}
.listing-carousel .carousel-control.left,
.listing-carousel .carousel-control.right {
	background: none;
}
.listing-carousel .carousel-control.left .glyphicon,
.listing-carousel .carousel-control.right .glyphicon {
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 14px;
	background-color: #18BDC3;
	border-radius: 15px;
	border: 2px solid #fff;
	text-shadow: none;
	margin-top: -15px;
}
.listing-carousel .carousel-control.left .glyphicon {
	left: 0;
	margin-left: -13px;
}
.listing-carousel .carousel-control.right .glyphicon {
	right: 0;
	margin-right: -13px;
}

.listing .listing-grid-info > a,
.listing .listing-list-info > a {
	display: block;
	text-decoration: none;
}
.listing .listing-grid-info > a:hover,
.listing .listing-list-info > a:hover {
	background-color: #f0f0f0;
}

/* LISTING BANNERS */

.banner-auction-monday .carousel-inner:after,
.banner-auction-tuesday .carousel-inner:after,
.banner-auction-wednesday .carousel-inner:after,
.banner-auction-thursday .carousel-inner:after,
.banner-auction-friday .carousel-inner:after,
.banner-auction-saturday .carousel-inner:after,
.banner-auction-sunday .carousel-inner:after,
.banner-leased-label .carousel-inner:after,
.banner-sold-label .carousel-inner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/eves_rentals/img/sprites-rental-photo-banners.png);
	background-image: url(/eves_rentals/img/sprites-rental-photo-banners.svg), none;
	background-repeat: no-repeat;
	width: 74px; 
	height: 74px;
	z-index: 1;	
}
.banner-auction-monday .carousel-inner:after {
	background-position: -1px 0;
}
.banner-auction-tuesday .carousel-inner:after {
	background-position: -76px 0;
}
.banner-auction-wednesday .carousel-inner:after {
	background-position: -151px 0;
}
.banner-auction-thursday .carousel-inner:after {
	background-position: -226px 0;
}
.banner-auction-friday .carousel-inner:after {
	background-position: -301px 0;
}
.banner-auction-saturday .carousel-inner:after {
	background-position: -376px 0;
}
.banner-auction-sunday .carousel-inner:after {
	background-position: -451px 0;
}
.banner-sold-label .carousel-inner:after {
	width: 65px;
	height: 58px;
	left: auto;
	right: 10%;
	background-position: -525px 0;
}
.banner-leased-label .carousel-inner:after {
	width: 79px;
	height: 58px;
	left: auto;
	right: 10%;
	background-position: -594px 0;
}

/* LISTING GRID */

.listing-grid > div {
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
	padding-bottom: 160px; /* height of info */
}

.listing .listing-list-photos-container,
.listing .listing-grid-photos {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 67%;
	background-color: #ddd;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-box-shadow:   inset 0 0 12px #ddd;
   -webkit-box-shadow: inset 0 0 12px #ddd;
   box-shadow:         inset 0 0 12px #ddd;
}
.listing .listing-list-photos-container div,
.listing .listing-grid-photos div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}
.listing .listing-list-photos {
	border-radius: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.listing .listing-list-photos a img {
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
/* video icon */
/* video icon */
.main-img-container.icon-video:before {
	font-family: 'Glyphicons Halflings';
	content:"\e072";
	color: #fff;
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	width: 80px;
	height: 80px;
	font-size: 46px;
	padding-top: 4px;
/* 	line-height: 88px; */
	text-align: center;
	margin-top: -40px;
	margin-left: -40px;
	padding-left: 5px;
	background-color: rgba(0,0,0,0.4);
	border-radius: 40px;
	border: 4px solid #fff;
}
.main-img-container.icon-video:hover:before {
	background-color: rgba(24,189,195,0.7);
}
.main-img-container.icon-video:hover {
	cursor: pointer;
}

/* end video icon */
.listing .listing-list-photos div.item a,
.listing .listing-grid-photos div.item a,
.listing .listing-list-photos > div > a,
.listing .listing-grid-photos > div > a {
	display: block;
	width: 100%;
	height: 100%;
}
.listing .listing-list-photos div.item a:hover,
.listing .listing-grid-photos div.item a:hover,
.listing .listing-list-photos > div > a:hover,
.listing .listing-grid-photos > div > a:hover {
	background-color: rgba(255,255,255,0.2);
}
.listing .listing-grid-info {
	width:100%;
	position: absolute;
	bottom:0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #fff;
	z-index: 1;
}
.listing .listing-grid-photos:before {
	content: '';
	display: block;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -10px; 
	margin-top: -10px;
	width: 0; 
	height: 0; 
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #fff;
	z-index: 1;
}
.listing-grid-info h6,
.listing-grid-info .available-now {
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	border-top: 1px solid #ddd;
	padding: 8px 15px 10px 15px;
	margin: 0;
	line-height: 20px;
}
.listing ul.listing-icons.listing-grid-icons {
	font-size: 13px;
}
.listing ul.listing-icons.listing-grid-icons span {
	width: 24px;
	height: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.listing ul.listing-icons.listing-grid-icons {
		font-size: 11px;
	}
	.listing ul.listing-icons.listing-grid-icons span {
		margin: -5px 3px 0 1px;
	}
}


.listing ul.listing-icons.listing-grid-icons span.icon-bedrooms {
	background-position: -24px -145px;
}
.listing ul.listing-icons.listing-grid-icons span.icon-bathrooms {
	background-position: 0 -145px;
}
.listing ul.listing-icons.listing-grid-icons span.icon-carport {
	background-position: -48px -145px;
}
.listing ul.listing-icons.listing-grid-icons span.icon-garages {
	background-position: -72px -145px;
}
.listing ul.listing-icons.listing-grid-icons span.icon-lounges {
	background-position: -96px -145px;
}
.listing .listing-grid-info .open-home {
	color: #00275e;
	font-weight: bold;
}

/* LISTING LIST */

.listing-list > div {
	margin: 0;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
}
.listing-list h4 {
	font-size: 22px;
	margin: 0 0 10px 0;
	padding: 10px 15px 6px 15px;
	border-bottom: 1px solid #e7e7e7;
	overflow: auto;
}
.listing-list h4 i {
	display: block;
	float: left;
	font-family: 'museo700';
	font-style: normal;
}
.listing-list h4 span {
	display: block;
	float: right;
	font-family: Verdana, Helvetica, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #18BDC3;
	margin-top: 3px;
}
.listing ul.listing-icons li {
	display: inline-block;
	padding-top:2px;
}
.listing ul.listing-icons li span.listing-id {
	color: #888;
}
.listing-list-info > p,
.listing-list-info a > p {
	margin: 5px 15px 0 15px;
	padding-bottom: 45px;
	height: auto;
	width: 95%;
}
.listing-title-icons p {
	display: block;
	float: left;
	height: auto;
	margin: 3px 0 5px 15px;
}
.listing-title-icons ul.listing-icons {
	display: block;
	float: right;
	margin: 0 10px 5px 0;
} 
.listing .list-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: 0;
}
.listing .list-footer h5 {
	padding: 10px 15px;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
	border-bottom-left-radius: 0;
}
.listing .list-footer h5 a {
	display: inline-block;
	margin-top: 4px;
}
.listing .list-footer h5 b {
	font-weight: normal;
	color: #888;
	display: inline-block;
	margin: 4px 10px 0 0;
	float: right;
	font-size: 12px;
}
.listing .list-footer h5 em {
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	float: left;
	margin-top: 3px;
}
.listing .list-footer h5 em.open-home {
	font-weight: bold;
}
.listing .list-footer h5 em.open-home span {
	color: #00275e;
}
.open-home .icon {
	width: 14px;
	height: 20px;
	background-position: -390px -50px;
	margin: -2px 3px 0 0;
}
.listing .list-footer h5 em.view-appointment {
	color: #888;
}
.view-appointment .icon {
	width: 14px;
	height: 20px;
	background-position: -370px -50px;
	margin: -2px 3px 0 0;
}
.listing .listing-list-photos-container div {
	border-top-right-radius: 0px;
	border-bottom-left-radius: 4px;
}
.sidebar-available .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -5px 5px 0 3px;
    vertical-align: middle;
    background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.sidebar-available .available-now .icon {
	width: 15px;
	height: 20px;
	background-position: -348px -142px;
	margin: -2px 3px 0 0;
}
.sidebar-available .available .icon {
	width: 15px;
	height: 20px;
	background-position: -303px -170px;
	margin: -2px 3px 0 0;
}

.listing .available-now .icon {
	width: 15px;
	height: 20px;
	background-position: -348px -142px;
	margin: -2px 3px 0 0;
}
.listing .available .icon {
	width: 15px;
	height: 20px;
	background-position: -303px -170px;
	margin: -2px 3px 0 0;
}
.available {
	font-weight: normal!important;
	color: #a6a6a6!important;
}
.available-now {
	font-weight: bold!important;
	color: #00275e!important;
}
/*TYPE AHEAD*/

span.twitter-typeahead {
	position: relative;
	width: 100%;
}
.search-for-quick-search-input {
	height: 50px;
}
.search-for-quick-search-input form {
	position: relative;
	display: block;
	height: 30px;
	margin-top: 12px !important;
}
.search-block .search-top-row .search-for-quick-search-input form b {
	margin-top: -17px;
}
.search-block .search-top-row form button {
	top: -1px;
}
.search-block .search-top-row form span.twitter-typeahead input {
/* 	color: green; */
}
.tt-dropdown-menu {
	margin-top: -23px;
	width: auto;
	min-width: 230px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 10px;
	-moz-box-shadow:    0 8px 8px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.2);
	box-shadow:         0 8px 8px 0 rgba(0,0,0,0.2);
	z-index: 1077 !important;
}
.search-block .search-top-row .tt-suggestion p {
	position: relative;
}
.search-block .search-top-row .tt-suggestion p a {
	font-family: Verdana, Helvetica, Arial;
	font-size: 14px;
	line-height: 26px;
	border-radius: 3px;
	color: #00275e;
	padding: 6px 5px 6px 28px;
	line-height: 125%;
}
.search-block .search-top-row .tt-suggestion p a:before {
	position: absolute;
	display: block;
	font-family: 'Glyphicons Halflings';
	content:"\e021"; /* home icon */
	width: 16px;
	height: 16px;
	top: 7px;
	left: 7px;
	line-height: 1;
	top: 1;
}
.search-block .search-top-row .tt-suggestion p.auto_sug_AGENT a,
.search-block .search-top-row .tt-suggestion p.auto_sug_BRANCH a {
	color: #888;	
}
.search-block .search-top-row .tt-suggestion p.auto_sug_AGENT a:before {
	content: '';
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
	background-position: -280px -53px;
}
.search-block .search-top-row .tt-suggestion p.auto_sug_AGENT a {
	color: #888;	
}
.search-block .search-top-row .tt-suggestion p.auto_sug_SUBURB a:before,
.search-block .search-top-row .tt-suggestion p.auto_sug_DISTRICT a:before,
.search-block .search-top-row .tt-suggestion p.auto_sug_REGION a:before {
	color: #888;
	content:"\e062"; /* map marker */
}
.search-block .search-top-row .tt-suggestion p.auto_sug_BRANCH a {
	color: #888;	
}
.search-block .search-top-row .tt-suggestion p.auto_sug_BRANCH a:before {
	color: #18BDC3;
	content:"\e062"; /* map marker */
}
.search-block .search-top-row .tt-suggestion p {
	padding-right: 0;
}	
.search-block .search-top-row .tt-suggestion p a:hover {
	background-color: #eee;
}
.tt-hint {
  color: #888;
}


/* DETAIL PAGE */

.detail-image-block {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
}
.detail-image-block h3 {
	color: #00275e;
	margin: 0 -15px 0 -15px;
	padding: 18px 15px 13px 15px;
	border-bottom: 1px solid #ddd;
	font-family: 'museo700';
}
.detail-image-block h3 span {
	font-size: 16px;
	color: #18BDC3;
	float: right;
	margin-top: 5px;
}
.detail-image-block h4 {
	font-size: 14px;
	font-family: Verdana, Helvetica, Arial;
	text-transform: uppercase;
	margin: 15px 0;
}
.detail-image-block h4 span {
	color: #18BDC3;
	font-weight: bold;
}
.detail-image-block h4 ul.detail-icons {
	list-style: none;
	display: block;
	float: right;
	margin: -5px 0 3px 0;
	padding: 0 0 0 10px;
}
.detail-image-block h4 ul.detail-icons li {
	display: inline-block;
	color: #00275e;
}
.detail-image-block h4 ul.detail-icons .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: -5px 5px 0 3px;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.detail-image-block h4 ul.detail-icons .icon.icon-bedrooms {
	background-position: -30px -40px;
}
.detail-image-block h4 ul.detail-icons .icon.icon-bathrooms {
	background-position: 0 -40px;
}
.detail-image-block h4 ul.detail-icons .icon.icon-carports {
	background-position: -60px -40px;
}
.detail-image-block h4 ul.detail-icons .icon.icon-garages {
	background-position: -90px -40px;
}
.detail-image-block h4 ul.detail-icons .icon.icon-lounges {
	background-position: -120px -40px;
}
.detail-image-block h5 {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial;
	margin: 15px 0;
}
.detail-image-block h5 span {
	color: #18BDC3;
	font-weight: bold;
	text-transform: uppercase;
}


.main-img {
	position: relative;
}
.main-img p {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
	margin: 0;
}
.main-img p a {
	font-size: 13px;
	display: block;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	color: #ddd;
	line-height: 40px;
	padding: 0 10px;
}
.main-img p a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.7);
}
.main-img p a:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -20px;
	margin-right: -15px;
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 15px solid rgba(0,0,0,0.5);
}
.main-img p a:hover:after {
	border-left: 15px solid rgba(0,0,0,0.7);
}
.main-img-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	z-index: 2;
}
.item.modal-item-video {
	position: relative;
}
.modal-item-video iframe,
.main-img-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
  }
@keyframes rotate {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
  }

.main-img:after {
	font-family: 'Glyphicons Halflings';
	content:"\E030";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 32px;
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1200ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1200ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotate;
    -ms-animation-duration: 1200ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
	z-index: 1;
}

/* MAIN IMG BANNERS */

.main-img.banner-auction-monday:before,
.main-img.banner-auction-tuesday:before,
.main-img.banner-auction-wednesday:before,
.main-img.banner-auction-thursday:before,
.main-img.banner-auction-friday:before,
.main-img.banner-auction-saturday:before,
.main-img.banner-auction-sunday:before,
.main-img.banner-sold:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/eves_rentals/img/sprites-rental-photo-banners.png);
	background-image: url(/eves_rentals/img/sprites-rental-photo-banners.svg), none;
	background-repeat: no-repeat;
	width: 109px; 
	height: 109px;
	z-index: 3;	
}
.main-img.banner-auction-monday:before {
	background-position: 0 -80px;
}
.main-img.banner-auction-tuesday:before {
	background-position: -110px -80px;
}
.main-img.banner-auction-wednesday:before {
	background-position: -220px -80px;
}
.main-img.banner-auction-thursday:before {
	background-position: -330px -80px;
}
.main-img.banner-auction-friday:before {
	background-position: -440px -80px;
}
.main-img.banner-auction-saturday:before {
	background-position: -550px -80px;
}
.main-img.banner-auction-sunday:before {
	background-position: -660px -80px;
}
.main-img.banner-sold:before {
	width: 98px;
	height: 87px;
	left: auto;
	right: 10%;
	background-position: -665px 0;
}

.zoom-modal {
	position: absolute; /* Needed because the carousel overrides the position property */
	position: fixed;
	padding: 0;
	height: 100%;
	bottom: 0;
}
.zoom-modal .item {
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.zoom-modal .carousel-control {
	background: none;
}
.zoom-modal .carousel-control {
	width: 8%;
	opacity: 1;
}
.zoom-modal .carousel-control:hover,
.zoom-modal .carousel-control:focus {
	opacity: 1;
}
.zoom-modal .carousel-control.left{
  margin-left: -40px;
}
.zoom-modal .carousel-control.right {
  margin-right: -40px;
}
.zoom-modal .carousel-control.left,
.zoom-modal .carousel-control.right {
	background: none;
}
.zoom-modal .carousel-control.left .glyphicon,
.zoom-modal .carousel-control.right .glyphicon {
	width: 44px;
	height: 44px;
	line-height: 38px;
	font-size: 20px;
	border-radius: 22px;
	color: #fff;
	text-shadow: none;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-left: -22px;
	
  background-color: #18BDC3;
  border: 2px solid #fff;
}

.main-img .carousel-control {
	background: none;
}
.main-img .carousel-control {
	width: 8%;
	opacity: 1;
}
.main-img .carousel-control:hover,
.main-img .carousel-control:focus {
	opacity: 1;
}
.main-img .carousel-control.left{
  margin-left: -40px;
}
.main-img .carousel-control.right {
  margin-right: -40px;
}
.main-img .carousel-control.left,
.main-img .carousel-control.right {
	background: none;
}
.main-img .carousel-control.left .glyphicon,
.main-img .carousel-control.right .glyphicon {
	cursor: pointer;
	width: 44px;
	height: 44px;
	line-height: 38px;
	font-size: 20px;
	border-radius: 22px;
	color: #fff;
	text-shadow: none;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-left: -22px;
	
  background-color: #18BDC3;
  border: 2px solid #fff;
}
/* THUMBNAIL CAROUSEL */
	
.thumbs-carousel.well {
	padding: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.thumbs-carousel .carousel {
	height: auto;
	margin-bottom: 0;
}
.thumbs-carousel .carousel .item {
	height: auto;
	background-color: #fff;
}	
.thumbs-carousel .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 0;
	border-color: #fff;
	border-width: 2px;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.thumbs-carousel a.thumbnail:hover,
.thumbs-carousel a.thumbnail:focus,
.thumbs-carousel a.thumbnail.active {
	border-color: #fff;
}
.thumbs-carousel a.thumbnail:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
}
.thumbs-carousel a.thumbnail:hover:after {
	background-color: rgba(255,255,255,0.5);
}
.thumbs-carousel .carousel-control {
	width: 10%;
	opacity: 1;
}
.thumbs-carousel .carousel-control:hover,
.thumbs-carousel .carousel-control:focus {
	opacity: 1;
}
.thumbs-carousel .carousel-control.left,
.thumbs-carousel .carousel-control.right {
	background: none;
}
.thumbs-carousel .carousel-control.left .glyphicon,
.thumbs-carousel .carousel-control.right .glyphicon {
	width: 30px;
	height: 30px;
	line-height: 25px;
	font-size: 14px;
	background-color: #18BDC3;
	border-radius: 15px;
	border: 2px solid #fff;
	text-shadow: none;
	margin-top: -15px;
}
.thumbs-carousel .carousel-control.left .glyphicon {
	left: 0;
	margin-left: -13px;
}
.thumbs-carousel .carousel-control.right .glyphicon {
	right: 0;
	margin-right: -13px;
}
.thumbs-carousel .item .eves-logo span {
	display: block;
	background: url('/eves_rentals/img/eves-logo.gif');
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
	height: 0;
	padding-bottom: 67%;
	border: 2px solid #fff;
}

/* OVERRIDE BOOTSTRAP THUMB ANIMATION */

.thumbs-carousel .carousel-inner > .item {
  -webkit-transition: none;
       -o-transition: none;
          transition: none;
  -webkit-transition: .4s ease-in-out left;
       -o-transition: .4s ease-in-out left;
          transition: .4s ease-in-out left;
}
/* @media all and (transform-3d), (-webkit-transform-3d) { */
  .thumbs-carousel .carousel-inner > .item {
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
    -webkit-transition: -webkit-transform .4s ease-in-out;
         -o-transition:      -o-transform .4s ease-in-out;
            transition:         transform .4s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .thumbs-carousel .carousel-inner > .item.next,
  .thumbs-carousel .carousel-inner > .item.active.right {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translate3d(20%, 0, 0);
        -ms-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  .thumbs-carousel .carousel-inner > .item.prev,
  .thumbs-carousel .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  .thumbs-carousel .carousel-inner > .item.next.left,
  .thumbs-carousel .carousel-inner > .item.prev.right,
  .thumbs-carousel .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
/* } */

/* END OVERRIDE BOOTSTRAP THUMB ANIMAITON */


/*
.thumbs-carousel .carousel-inner .active.left { left: -20%; }
.thumbs-carousel .carousel-inner .next        { left:  20%; }
*/

/*
@media all and (transform-3d), (-webkit-transform-3d) {
  .thumbs-carousel .carousel-inner > .item.next,
  .thumbs-carousel .carousel-inner > .item.active.right {
      left: 0;
      -webkit-transform: translate3d(20%, 0, 0);
      transform: translate3d(20%, 0, 0);
  }
  .thumbs-carousel .carousel-inner > .item.prev,
  .thumbs-carousel .carousel-inner > .item.active.left {
      left: 0;
      -webkit-transform: translate3d(-20%, 0, 0);
      transform: translate3d(-20%, 0, 0);
  }
}
*/


/* END THUMBNAIL CAROUSEL */


/* DETAIL accordion */

.panel-group .panel {
	border-radius: 5px;
	margin-bottom: 15px;
}
.panel-title a {
	display: block;
	font-family: 'museo700';
	background-color: #e7e7e7;
	color: #00275e;
	padding: 10px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.panel-title a:hover {
	text-decoration: none;
}
.panel-title a span {
	width: 20px;
	text-align: center;
	color: #18BDC3;
	margin-right: 3px;
}
.panel-title a span.icon {
	width: 20px;
	height: 20px;
	margin-top: -1px;
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.panel-title a span.icon.icon-description {
	background-position: -144px -145px;
}
.panel-title a span.icon.icon-info {
	background-position: -166px -145px;
}
.panel-title a span.icon.icon-floorplan {
	background-position: -122px -145px;
}
.panel-heading {
	padding: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.panel-body h5 {
	font-family: Verdana, Helvetica, Arial;
	font-weight: bold;
	color: #00275e;
}
.panel-body h5 span {
	color: #18BDC3;
}
.panel-body h5 i {
	font-weight: normal;
}
.property-info p {
	margin: 5px 0 5px 0;
}
.property-info .row {
	border-bottom: 1px solid #eee;
}

/* DETAIL sidebar */

.sidebar-container {
	width: auto;
	padding-right: 0;
}
.sidebar-buttons {
	padding-left: 0;
	padding-right: 0;
}
.btn-sidebar {
	width: 100%;
	text-align: left;
	background-color: #fff;
}
.btn-sidebar:hover {
	background-color: #e6e6e6;
}
.sidebar-block {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 15px;
}
.sidebar-block p {
	position: relative;
	padding: 10px 15px;
	margin: 0 -15px;
}
.sidebar-block .red {
	color: #18BDC3;
}
.sidebar-block h4 a{
	font-family: 'museo700';
	color: #00275e;
}
.sidebar-block h4 {
	font-family: 'museo700';
	color: #00275e;
	font-size: 18px;
	background-color: #e7e7e7;
	margin: 0 -15px;
	padding: 10px 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.sidebar-block h4 span.icon {
	width: 14px;
	height: 20px;
	display: inline-block;
	margin-right: 2px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.sidebar-open-homes p {
	position: relative;
	border-top: 1px solid #ddd;
}
.sidebar-open-homes p:first-child {
	border-top: none;
}
.sidebar-open-homes p span.red {
	color: #18BDC3;
}
.sidebar-open-homes p span.blue {
	color: #00275e;
}
.sidebar-block h4 span.icon.open-home {
	margin-top: -3px;
	background-position: -390px -50px;
}
.sidebar-block p span.icon-calendar {
	position: absolute;
	top:50%;
	right:15px;
	width: 21px;
	height: 17px;
	margin-top: -8px;
	display: block;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
	background-position: -229px -54px;
}
.sidebar-container .icon {
	width: 16px;
	height: 16px;
	margin-top: -1px;
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.sidebar-container .icon.icon-wishlist {
	background-position: -188px -145px;
}
.sidebar-container .icon.icon-wishlist-filled {
	background-position: -185px -54px;
}
.sidebar-container .icon.icon-pdf {
	background-position: -206px -145px;
}
.sidebar-container .icon.icon-email {
	background-position: -224px -145px;
}
.sidebar-container .icon.icon-calculator {
	background-position: -393px -27px;
}
.sidebar-block.sidebar-calculator input {
	text-align: right;
	font-size: 14px;
	padding-bottom: 3px;
	padding-top: 3px;
	height: auto;
}
.sidebar-block.sidebar-calculator a {
	color: #888;
}
.sidebar-block.sidebar-calculator p {
	padding-top: 3px;
	padding-bottom: 3px;
}
.sidebar-block.sidebar-calculator p.right-figure {
	text-align: right;
	margin-right: -5px;
}
.sidebar-block.sidebar-calculator p.total-cost-figure {
	color: #18BDC3;
	font-weight: bold;
}
.sidebar-block.sidebar-calculator .whats-this {
	padding-bottom: 10px;
	background-color: #e7e7e7;
	position: relative;
}
.sidebar-block.sidebar-calculator .whats-this .first-para {
	padding-top: 18px;
}
.sidebar-block.sidebar-calculator .whats-this .first-para:before {
	display: block;
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #ffffff transparent transparent transparent;
	top: 0;
	left: 30px;
}
.sidebar-block.sidebar-calculator .whats-this .btn-close {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #C0C0C0;
}
.sidebar-block.sidebar-agent {
	padding-bottom: 5px;
}

.sidebar-block .portrait-wrapper {
    margin-top: 15px;
    position: relative;
    width: 140px;
    max-width: 140px;
}
.sidebar-block .portrait-wrapper > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.portrait-wrapper div.portrait {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.sidebar-block.sidebar-agent img {
	margin-top: 15px;
}
.sidebar-block.sidebar-agent h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 26px;
	color: #00275e;
}
.sidebar-block h4 span.icon.head-shoulders {
	margin-bottom: -2px;
	background-position: -282px -53px;
}
.sidebar-block.sidebar-agent p {
	font-size: 13px;
	line-height: 18px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sidebar-block.sidebar-agent a {
	color: #888;
}
.sidebar-block.sidebar-agent p span {
	margin-left: -15px;
}
.btn-auction,
.btn-send-email,
.btn-profile {
	font-family: 'museo700';
	background-color: #888;
	color: #fff;
	width: 100%;
	font-size: 14px;
	margin-bottom: 10px;
}
.btn-send-email {
	background-color: #18BDC3;
}
.btn-auction:hover,
.btn-send-email:hover,
.btn-profile:hover {
	color: #fff;
}
.sidebar-auction button {
	margin-bottom: 15px;
}
.auction-map {
	display: none;
	margin-bottom: 15px;
}

/* OUR PEOPLE */
.our-people-agent-block span.manager {
    color:#18BDC3;
  
}

.our-people-filter .btn-group {
	width: 100%;
	padding-right: 15px;
}
.our-people-section-heading h1 {
	color: #00275e;
	font-size: 30px;	
	padding-top: 15px;
}

.our-people-section-heading.with-border h1 {
    border-top: 1px solid #ddd;
}

.our-people-header {
	position: relative;
	padding-left: 60px !important;
}
.our-people-header:before {
	content: '';
	display: block;
	position: absolute;
	height: 45px;
	width: 45px;
	left: 15px;
	top: 16px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: -405px -145px;
    background-repeat: no-repeat;

}
@media (max-width: 991px) {
	.our-people-header:before {
		top: 3px;
	}
}
.our-people-header h1 {
	color: #18BDC3;
	font-size: 24px;
	margin: 15px 0 2px 0;
}
.our-people-header a {
	color: #888;
}
.our-people-header button {
	margin-top: 25px;
	font-family: 'museo700';
	color: #fff;
}
.our-people-header button.btn:hover {
	color: #fff;
}
.our-people-header button.btn-listings {
	background-color: #18BDC3;
}
.our-people-header button .glyphicon {
	color: #fff;
}
.our-people-header .icon {
	width: 16px;
	height: 16px;
	margin-top: -1px;
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.our-people-header .icon.icon-email {
	background-position: -224px -145px;
}
.our-people-header .glyphicon {
	color: #18BDC3;
}
.our-people-agent-block .row {
	margin: 0 0 30px 0;
	background-color: #fff;
}
.our-people-agent-block h3 {
	margin: 28px 0 0 0;
	color: #00275e;
	font-size: 16px;
	font-family: 'museo700';
}
.our-people-agent-block p.position {
	font-family: 'museo700';
	color: #18BDC3;
	margin-bottom: 5px;
}
.no-break {
	white-space: nowrap;
}
.our-people-agent-block p {
	margin-bottom: 2px;
	font-size: 13px;
}
.our-people-agent-block a {
	color: #888;
}

.our-people-agent-block a.tel {
  font-size: 12px !important;
}


.our-people-agent-image,
.our-people-agent-text {
	height: 157px;
	overflow: hidden;
	position: relative;
}
.our-people-agent-image{
	width: 116px;
	margin-left: 4px;
}
.our-people-agent-image > div {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 100%;
		height: 0;
		padding-bottom: 100%;
		transform:translate(-50%, -50%);
		border-radius: 50%;
		overflow:hidden;
}
.icon.icon-email-gray,
.icon.icon-our-people-gray {
	width: 14px;
	height: 14px;
	margin-top: -1px;
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
    background-color: transparent;
}
.icon.icon-email-gray {
	background-position: -313px -145px;
}
.icon.icon-our-people-gray {
	background-position: -435px -19px;
}

/* AGENTS */

.sidebar-agent.agent-page h3 {
	margin-bottom: 10px;
}
.sidebar-agent.agent-page h6 {
	margin-top: -5px;
	color: #18BDC3;
	font-size: 16px;
}
.sidebar-agent .agent-social-row {
	margin: 10px 0;
}
.sidebar-agent .agent-social-row p {
	padding: 0;
}
.sidebar-agent .agent-social-row ul.social-row {
	padding-left: 0;
}
.sidebar-agent .agent-social-row ul.social-row li {
	vertical-align: middle;
}
.sidebar-agent .agent-social-row ul.social-row li.social-row-heading {
	color: #18BDC3;
	margin-right: 10px;
}

.agent-tabs {
	padding-right: 0;
}
.agent-tabs ul.nav-tabs li {
	width: 25%;
}
.agent-tabs ul.nav-tabs li a {
	font-family: 'museo700';
	font-size: 16px;
	color: #888;
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #ddd;
	border-radius: 0;
}
.agent-tabs ul.nav-tabs > li > a:hover {
	border-color: #ddd;
	border-bottom-color: transparent;
}
.agent-tabs ul.nav-tabs li.active a {
	background-color: #fff;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	color: #00275e;
}
.agent-tabs ul.nav-tabs li a span.glyphicon,
.agent-tabs ul.nav-tabs li.active a span.glyphicon {
	color: #18BDC3;
	margin-right: 3px;
}
.agent-tabs ul.nav-tabs li a span.icon {
	width: 20px;
	height: 20px;
	margin: -3px 3px 0 0;	
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
}
.agent-tabs ul.nav-tabs li a span.icon-info {
	background-position: -166px -145px;
}
.agent-tabs ul.nav-tabs li a span.icon-feedback {
	background-position: -241px -145px;
}

.agent-tab-content h1 {
	color: #00275e;
	font-size: 30px;
	padding-top: 30px;
}
.agent-tab-content h1.grad {
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */	
}
.agent-tab-content .tab-pane {
	margin-top: 1px;
}
.agent-tab-content-pane {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	border: 1px solid #ddd;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.btn-view-all {
	background-color: #00275e;
	font-family: 'museo700';
	color: #fff;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
.btn-view-all:hover {
	color: #fff;
}
ul.feedback {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.feedback li {
	margin: 0 0 30px 0;
	padding: 0;
}
ul.feedback li p.quote {
	position: relative;
	margin: 0px;
	padding: 0 40px;
}
ul.feedback li p.quote:before,
ul.feedback li p.quote:after {
	font-family: Georgia, serif;
	display: block;
	position: absolute;
	font-size: 100px;
	line-height: 50px;
	color: #eee;
}
ul.feedback li p.quote:before {
	top: 15px;
	left: 0;
	content: '\201C';
}
ul.feedback li p.quote:after {
	bottom: -35px;
	right: 0;
	content: '\201D';
}
ul.feedback li p.credit {
	text-align: right;
	font-style: italic;
	font-size: 13px;
}
ul.daily-rental-list {
	padding-top: 10px;
	padding-left: 10px;
	list-style: none;
}
ul.daily-rental-list li {
	padding-bottom: 10px;
}
ul.daily-rental-list li a>span {
	margin-right: 10px;
}
/* SEARCH RESULTS */

.our-people-results-separator {
	border-top: 1px solid #ddd;
	margin: 10px 0 0 0;
	padding-top: 10px;
}
.our-people-results-separator .container {
	margin: 0 -15px;
}

/* FOOTER */
	
.footer-row {
	margin-top: 70px;
	background: #2b2b2b; /* Old browsers */
	background: -moz-linear-gradient(top,  #2b2b2b 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2b2b2b 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2b2b2b 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.footer-row.sold-sign {
	margin-top: 100px;
}
.footer-row .container {
	position: relative;
}
.footer-row > .container:before {
	display: block;
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 435px;
	height: 35px;
	margin-top: -35px;
	margin-right: 16px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: 0 -105px;
    background-repeat: no-repeat;
}
.footer-row.sold-sign > .container:after {
	display: block;
	position: absolute;
	content: '';
	left: 15px;
	top: 0;
	width: 100px;
	height: 100px;
	margin-top: -100px;
    background-image: url('/eves_rentals/img/rented-sign.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-row h4 {
	color: #fff;
	margin-top: 30px;
}
.footer-row p {
	font-size: 12px;
	color: #767676;
}
.footer-row ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-row ul li {
	margin: 0 0 3px 0;
}
.footer-row ul li span {
	margin: 0;
}
.page-content ul>li>a:visited {
	color: #551A8B;
}

ul.social-row li {
	display: inline-block;
}
ul li span.icon {
	display: inline-block;
	vertical-align: middle;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-repeat: no-repeat;
	background-color: #18BDC3;
	width: 16px;
	height: 16px;
	border-radius: 8px;
}
ul li span.icon-mail {
    background-position: -281px -25px;
}
ul li span.icon-phone {   
    background-position: -265px -25px;
}
ul.social-row li span.icon {
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	margin: 0 3px 0 0;
	background-color: #888;
}
ul.social-row li span.icon:hover {
	background-color: #18BDC3;
}
ul.social-row li span.icon-facebook {
    background-position: 0px -75px;
}
ul.social-row li span.icon-twitter {
    background-position: -28px -75px;
}
ul.social-row li span.icon-linkdin {
    background-position: -56px -75px;
}
ul.social-row li span.icon-google {
    background-position: -84px -75px;
}
ul.social-row li span.icon-rss {
    background-position: -150px -40px;
}
.footer-row p.fineprint {
	margin-top: 30px;
	padding: 30px 125px 30px 0;
	border-top: 1px solid #767676;
	line-height: 20px;
}
.footer-row b {
	color: #fff;
	font-weight: normal;
	white-space: normal;
}
.footer-row i {
	white-space: nowrap; 
	font-style: normal;
	display: inline-block;
}

.footer-row span {
	color: #18BDC3;
	display: inline-block;
	margin: 0 10px;
}
.footer-row a {
	color: #767676;
}
.footer-row a.sitemap {
	color: #18BDC3;
	display: inline-block;
	margin: 0 10px 0 0;
}
.footer-row span.logo {
	display: block;
	position: absolute;
	margin: 0;
	top: 59px;
	right: 15px;
	width: 104px;
	height: 22px;
	background: url('/eves_rentals/img/eves-rental-sprites.png');
    background-image: url('/eves_rentals/img/eves-rental-sprites.svg'), none;
    background-position: -190px 0;
    background-repeat: no-repeat;
}
.footer-row .footer-script,
.footer-row .footer-script span {
    font-family: 'hand-script';
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}
.footer-row .footer-script {
	color: #fff;
	margin: 25px 0;
}

	
	
	
#mortgage-calculator {
  padding: 0;
  background-color: transparent;
  border: none;
}
#mortgage-calculator, #mortgage-calculator h3 {
	color: #fff;
	margin: 0;
	font-family: Century Gothic;
}
#mortgage-calculator .slider-handle {
background-color: #0063A5;
}
#mortgage-calculator .blue-bg h3 {
	padding-left: 10px;
  cursor:pointer;
}
#mortgage-calculator h3 img{
	margin-right: 5px;
	height: 20px;
	width: auto;
}
#mortgage-calculator h3 {
	font-size: 18px;
}
#mortgage-calculator .lblue-bg h3 {
	font-size: 12px;
	text-transform: uppercase;
	width: 120px;
	float: left;
}
#mortgage-calculator .lblue-bg #repayment {
	float:right;
	font-size: 16px;
	font-weight: bold;
}
#mortgage-calculator  .head {
	padding: 10px;
}
#mortgage-calculator .rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#mortgage-calculator .blue-bg {
	background-color: #0063a6;
}
#mortgage-calculator .lblue-bg {
  display: none;
	background: #0e76ad url('/eves_rentals/img/blue-bg.jpg') repeat-x top left;
}
#mortgage-calculator .white-bg {
	border: 1px solid #005c95;
	background-color: #ffffff;
	color: #2a2a2a;
	padding: 10px;
	font-size: 10px;
}
#mortgage-calculator form>div {
	margin-bottom: 10px;
}
#mortgage-calculator form>div>span {
	color: #026faa;
}
#mortgage-calculator form input, #mortgage-calculator form select {
	color: #2a2a2a;
	padding: 2px 5px;
}
#mortgage-calculator .input1 input, #mortgage-calculator .input2 input {
	width: 100px;
}
#mortgage-calculator .input1 label, #mortgage-calculator .input2 label {
	width: 120px;
	float: left;
}
#mortgage-calculator .slider1 label {
	width: 80px;
}
#mortgage-calculator .slider1 input {
	width: 30px;
}
#mortgage-calculator .slider2 label {
	width: 60px;
}
#mortgage-calculator .slider2 input {
	width: 40px;
}
#mortgage-calculator .input3 label {
	width: 130px;
	float: left;
}
#mortgage-calculator .buttons .button {
	padding: 10px;
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mortgage-calculator .buttons .button:hover {
	text-decoration: none;
}
#mortgage-calculator .buttons .button.lblue {
	background: #0e76ad url('/eves_rentals/img/blue-bg.jpg') repeat-x top left;
}
#mortgage-calculator .buttons .button.blue {
	background-color: #002c59;
}
#mortgage-calculator .mortgage-footer p {
	color: #002e5c;
	font-size: 13px;
	font-weight: bold;
	font-family: Century Gothic, Arial;
}
#mortgage-calculator .mortgage-footer p>img {
	margin-left: 15px;
}
#mortgage-calculator .mortgage-footer p>span {
	color: #0063a6;
	font-size: 15px;
}
#mortgage-calculator .mortgage-footer p.small a {
	color: #afafaf;
	font-size: 11px;
	font-weight: normal;
}
#mortgage-calculator .slider.slider-horizontal .slider-track {
right: 5px;
width: auto;
}
#mortgage-calculator .slider.slider-horizontal .slider-handle {
margin-left: -5px;
}
#mortgage-calculator #mortgage-terms p{
	margin-bottom: 0;
}
#mortgage-calculator #mortgage-terms{
	padding: 10px;
	font-style: italic;
	font-size: 10px;
	display: none;
}
#mortgage-calculator #mortgage-terms .button.terms.up {
	background-color: #002c59;
	font-weight: nortmal;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
	padding: 5px;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: right;
}





.sidebar-box {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #d2d2d2;
	padding: 15px 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

.sidebar-box.white {
	background-color: #fff;
}

.sidebar-box.blue {
	background-color: #00275e;
	color: #fff;
}

.sidebar-box.blue h4{
	color: #fff;
}
.sidebar-box h4{
	font-size: 25px;
	color: #2c2c2c;
}


.btn.btn-red {
	background-color: #18BDC3;
	padding: 6px 12px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}


.sidebar-box.newsletter label {
	color: #18BDC3;
	font-weight: bold;
	font-size: 12px;
}
.sidebar-box.newsletter input[type=email],.sidebar-box.newsletter input[type=text] {
	width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	padding: 5px;
	margin-bottom: 15px;
	color: #2c2c2c;
}

/*Sidebar*/
.sidebar-links {
	list-style: none;
	padding:0;
	margin-top: 20px;
	margin-bottom: 30px;
}
.sidebar-links li span.glyphicon {
	font-size: 12px;
	color: #18BDC3;
	position: absolute;
	top: 5px;
}
.sidebar-links li a {
	padding-left: 20px;
	display: block;
	color: #8A8A8A;
}
.sidebar-links li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #E7E7E7;
}
/*Heart Icon Popup*/
.heart-container{
  position:relative;
  float: right;
}
.heart-popup .arrow-down{
  border-top-color: #18BDC3;
  bottom: -7px;
  right: 5px;
  margin-right: -2px;
  position: absolute;
}
.heart-popup {
  width: 180px;
  padding: 5px;
  text-align: center;
  display: none;
  position: absolute;
  top: -50px;
  right: 0;
  background-color: #18BDC3;
  font-weight: normal;
  font-size: 11px;
  z-index: 1000;
  color: white;
  border-radius: 2px;
}
.topCounter{
  position: absolute;
  display: none;
  top: -7px;
  right: -7px;
  background-color: #00275e;
  border-radius: 10px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  border: 1px solid white;
}
a.listing-close {
	position: absolute;
	top: -15px;
	right: 5px;
	z-index:100;
}
.error-message {
	font-weight:bold;
	text-align: center;
	color:#18BDC3;
	border: 1px solid #18BDC3;
	padding: 10px;
}
/*CSS arrows*/
.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid black;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid #f00;
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 10px solid green;
}

.arrow-left {
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid blue; 
}

.none{
	display: none;
}

.font900 {
  font-family: "Museo900", monospace, sans-serif !important;
}
.font700 {
  font-family: "Museo700", monospace, sans-serif !important;
}
.font500 {
  font-family: "Museo500", monospace, sans-serif !important;
}
.font300 {
  font-family: "Museo300", monospace, sans-serif !important;
}

.icon-svg {
  width: 1em;
  height: 1em;
}
.icon-svg.h120 {
  width: 1.2em;
  height: 1.2em;
}
.icon-svg.h110 {
  width: 1.1em;
  height: 1.1em;
}
.icon-svg.h95 {
  width: 0.95em;
  height: 0.95em;
}
.icon-svg.h90 {
  width: 0.9em;
  height: 0.9em;
}
.icon-svg.h85 {
  width: 0.85em;
  height: 0.85em;
}
.icon-svg.h80 {
  width: 0.8em;
  height: 0.8em;
}
