/* ==========================================================================
   FONTS
   ========================================================================== */

@font-face {
	font-family: 'HelveticaNeueLT';
	src: url('../fonts/HelveticaNeueLT-LightCond.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLT-LightCond.woff') format('woff'), url('../fonts/HelveticaNeueLT-LightCond.ttf') format('truetype'), url('../fonts/HelveticaNeueLT-LightCond.svg#HelveticaNeueLT-LightCond') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueLT';
	src: url('../fonts/HelveticaNeueLT-MediumCond.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLT-MediumCond.woff') format('woff'), url('../fonts/HelveticaNeueLT-MediumCond.ttf') format('truetype'), url('../fonts/HelveticaNeueLT-MediumCond.svg#HelveticaNeueLT-MediumCond') format('svg');
	font-weight: bold;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500');

/* ==========================================================================
   GENERAL
   ========================================================================== */

*:focus, *:active, a:focus, a:active {
	outline: none;
}

body {
	font-family: 'HelveticaNeueLT';
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.12em;
	background: #ffffff;
	margin-bottom: 0px;
}

.img-responsive {
	display: inline-block;
}
.align-right {
	text-align: right;
}
.align-left {.
	text-align: left;
}
.align-center {
	text-align: center;
}
.nopadding {
	padding: 0px;
}
.nomargin {
	margin: 0px -20px;
}
.highlight {
	color: #3ac0cd;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	background: #37c1cd;
}
.bg-blue_light {
	background: #ebf9fa;
}

h1, h2, h3, h4, h5, h6 {
	color: #3ac0cd;
	margin-top: 30px;
	font-weight: bold;
}

a {
	font-weight: 400;
}
a, a:visited {
	color: #3ac0cd;
}
a:hover, a:focus {
	color: #a8dd5e;
	text-decoration: none;
}
.bold, strong, b {
	font-family: 'HelveticaNeueLT', sans-serif;
	font-weight: 500;
}

.max_width {
	max-width: 1400px;
}


/* ==========================================================================
  STICKY FOOTER
   ========================================================================== */

html {	
  	position: relative;
  	min-height: 100%;
}
body {
	margin-bottom: 60px;
}
.footer {
  	position: absolute;
  	bottom: 0;
  	width: 100%;
  	height: 60px;
}

/* ==========================================================================
   FULL SCREEN SLIDER
   ========================================================================== */
   
html.main, .main body {
	height: 100%;
	margin-bottom: 0px;
}
.carousel, .item, .active, .wrapper {
	height: 100%;
}
.carousel-inner {
	height: 100%;
}
/* Background images are set within the HTML using inline CSS, not here */

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
footer {
	margin: 50px 0;
}

/* ==========================================================================
   FRONT PAGE SLIDER & MENU
   ========================================================================== */

.wrapper {
	position: relative;
}
.main-navigation {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.logo-container {
	background: rgba(40,78,139,0.8);
	position: relative;
}
@media (min-width: 768px) {
	.logo-container {
		padding-top: 3rem;
	}
}
.logo-cell img {
	display: inline-block;
	padding: 1rem;
}

.logo-table {
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	display: table;
}
.logo-cell {
	display: table-cell;
	vertical-align: bottom
}

/* ==========================================================================
   ALL PAGE SLIDER & MENU
   ========================================================================== */

.header-logo {
	background: url('../images/backgrounds/header.jpg') center center no-repeat;
	background-size: cover;
	padding: 10px;
	text-align: left;
}
.header-bar {
	background: #3ac0cd;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.header-bar .col-sm-6 {
		text-align: center !important;
	}
}

/* ==========================================================================
   FRONT PAGE NAVIGATION
   ========================================================================== */

.navbar {
	margin-bottom: 0px;
	font-family: 'HelveticaNeueLT', sans-serif;
	font-size: 13px;
	letter-spacing: 0.15em;
	font-weight: 400;
	text-transform: uppercase;
	border-radius: 0px;
	min-height: 70px;
}

.navbar-inverse {
	background: rgba(40,78,139,0.8);
	border-color: rgba(40,78,139,0.8);
	border: 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a>.glyphicon {
	vertical-align: sub;
	font-size: 19px;
	margin-top: -5px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #36c1cd;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #36c1cd;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a>.glyphicon {
	color: #a8dd5e;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: rgba(40,78,139,1);
}
.navbar-nav>li {
	text-align: left;
}
.navbar-inverse .navbar-toggle {
	border-color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #ffffff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: rgba(40,78,139,1);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	background-color: #3ac0cd;
}
.dropdown-toggle .caret {
	margin-top: -2px;
}

@media (min-width: 768px) {
	.navbar-nav>li>a {
		padding: 25px 25px;
	}
	.navbar-nav>li {
		text-align: center;
	}
	.navbar-nav {
		float: none;
		margin: 0;
		display: inline-block;
	}
	.navbar-collapse.collapse {
		height: 40px !important;
	}
	.navbar-collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
	.navbar-nav>li>.dropdown-menu {
		margin-top: -1px;
	}
}
.dropdown-menu {
	font-size: 13px;
	font-weight: 300;
	background-color: #284e8b;
	border: 15px solid #284e8b;
	border-radius: 0px;
	-webkit-box-shadow: 5px 5px 0px 0px #3ac0cd;
	-moz-box-shadow: 5px 5px 0px 0px #3ac0cd;
	box-shadow: 5px 5px 0px 0px #3ac0cd);
}
.dropdown-menu>li>a {
	padding: 8px 20px;
	color: #ffffff;
	/*border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;*/
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #3ac0cd;
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: transparent;
}

.header-nav {	
	background: url('../images/backgrounds/header.jpg') center center no-repeat;
	background-size: cover;
	padding: 10px;
	text-align: left;
}

.header-nav .navbar-brand {
	display: inline-block;
	float: none;
	padding: 0;
	height: auto;
}
.header-nav .navbar-header .navbar-toggle {
	margin: 15px;
	margin-top: 20px;
}

@media (min-width: 768px) {
	.header-nav .navbar-nav {
		float: right;
	}
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
	font-size: 1rem;
	font-weight: 400;
	text-transform: uppercase;
	background: rgba(40,78,139,0.8);
	background-image: url('../images/backgrounds/header.jpg');
	background-position: center center;
	background-size: cover;
	color: #fff;
	padding: 25px;

}
@media (max-width: 767px) {
	.footer {
		padding: 15px;
	
	}
}

/* ==========================================================================
   SEARCH MENU
   ========================================================================== */
   
.search-menu {
	background: #fff;
	padding: 20px;
}

/* ==========================================================================
   FORMS & BUTTONS
   ========================================================================== */

.filter-results {
	padding: 15px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}
.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 13px;
	letter-spacing: 0.15em;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 25px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.form-control:focus {
	outline: 0;
	border: 3px solid #3ac0cd;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 8px 12px;
}

.form-horizontal .error{
	  color: #37C1CD;
    display: block;
    padding-left: 5px;
    
}
.control-label {
	color: #3ac0cd;
	font-weight: 400;
}

.btn {
	font-family: 'HelveticaNeueLT', sans-serif;
	letter-spacing: 0.1em;
	padding: 10px 25px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400 !important;
	outline: none;
	border: 1px solid transparent;
	border-radius: 10px;
}
.btn-default {
	background: #284e8b;
	color: #ffffff;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #3ac0cd;
	border-color: #3ac0cd;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.btn-primary {
	background: #000;
	color: #ffffff;
}
.btn-full {
	width: 100%;
}
.btn:active, .btn.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
	color: #fff;
	background-color: #3ac0cd;
	border-color: #3ac0cd;
}
.select2-container {
	width: 100%;
	outline: none;
}
.select2-container .select2-choice {
	display: block;
	height: 38px;
	font-size: 12px;
	border: 1px solid #ccc;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	border-radius: 20px;
	user-select: none;
	background-color: #fff;
	background-image: none;
	filter: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
}
.select2-dropdown-open .select2-choice {
	border: 1px solid #3ac0cd;
	border-radius: 20px 20px 0px 0px !important;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
	border: 1px solid #3ac0cd;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #36c1cd;
	border-radius: 0 25px 0px 0;
	background-clip: padding-box;
	background: #36c1cd;
	background-image: none;
	filter: none;
}
.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('select2.png') no-repeat 0 4px;
}
.select2-dropdown-open .select2-choice .select2-arrow {
	background: #36c1cd;
	border-left: 0px solid #ccc;
	filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 4px;
}
.select2-drop-active {
	border: 1px solid #3ac0cd;
	border-top: none;
}
.select2-results {
	font-size: 12px;
	padding: 0 0 0 0px;
	margin: 0px;
}
.select2-results .select2-result-label {
	padding: 8px 9px 6px;
	margin: 0;
}
.select2-results .select2-highlighted {
	background: #36c1cd;
	color: #fff;
}
.search-menu .form-control {
	text-align: center;
}
.select2-container .select2-choices {
	font-family: 'HelveticaNeueLT', sans-serif;
	display: block;
    width: 100%;
    height: 38px;
    padding: 3px 10px;
    letter-spacing: 0.15em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 25px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
}
.select2-container .select2-choices .select2-input{
	font-family: 'HelveticaNeueLT', sans-serif;
    font-size: 13px !important;
    text-align: center;
    letter-spacing: 0.12em;
}
.select2-container-multi.select2-container-active .select2-choices{
    outline: 0;
    border: 3px solid #3ac0cd;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1px 10px;
}
.select2-container-multi.select2-dropdown-open .select2-choices{
    outline: 0;
    border: 1px solid #3ac0cd;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3px 10px;
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #3ac0cd;
    border-top-color: transparent;
   background-image: none;
   padding: 3px 10px;
}
.select2-search input {
    margin: 5px 0;
}

.select2-container-multi .select2-choices .select2-search-choice {
    color: #FFFFFF;
    background: #3AC0CD;
    border-color: #3AC0CD;  
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 10px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 10px;
}
.ui-widget-content {
	border: 1px solid #fab721;
	background: #fab721;
	color: #333333;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #434343;
	background: #434343;
	font-weight: bold;
	outline: none;
}
.ui-slider .ui-slider-handle {
	width: 1.4em;
	height: 1.4em;
}

/* ==========================================================================
   MIXITUP
   ========================================================================== */

.controls {
	background: transparent;
	color: #eee;
	margin: 10px 0px 0px;
	padding: 10px;
}
.search-menu label {
	font-weight: 300;
	margin: 0 .4em 5px 0;
}
button {
	display: inline-block;
	padding: .4em .8em;
	background: #666;
	border: 0;
	color: #ddd;
	font-size: 16px;
	font-weight: 300;
	border-radius: 4px;
	cursor: pointer;
}
button.active {
	background: #68b8c4;
}
button:focus {
	outline: 0 none;
}
button + label {
	margin-left: 1em;
}
.filter-results-container .mix, .filter-results-container .gap {
	display: inline-block;
}
.filter-results-container .mix {
	text-align: left;
	vertical-align: top;
	display: none;
}


.realestate-container {
	content: '';
	position: relative;
	background: #FFF !important;
	z-index: 1;
	margin: 10px 0px;
	overflow: hidden;
	border-radius: 10px;
	/*border: 5px solid #284e8b;*/
	box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}


.realestate-container .code {
  margin: 0;
  padding: 0;
  background: #ff0000;
  color:white;
  padding:.5em 0;
  position: absolute;
  top:0;
  right:0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  z-index:9999;
}
.realestate-container .code:before,
.realestate-container .code:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #ff0000;
}
.realestate-container .code:before {
  right:100%;
}

.realestate-container .code:after {
  left:100%;
}
.realestate-container .code span {
  color:white;
  font-weight: bold;
}

.realestate-container .button .btn {
	padding: 5px 25px 5px;
	border-radius: 0px;
}

.realestate-container:hover .button .btn, .realestate-container:focus .button .btn, .realestate-container:active .button .btn { 
	background: #3ac0cd;
}

.realestate-container.sold-container {
	border: 2px solid #FFF;
	background: #ffffff !important;
	color: #091d74;
}

.realestate-container.sold-container h4 {
	color: #091d74;
	margin-top: 0;
}

.realestate-container.sold-container .location {	
	background: transparent;
	padding: 0;
}

.realestate-container.sold-container .summary {
	color: #091d74;
	padding: 10px;
}

.realestate-container>a.btn-property-modal {
	color: #333;
	display: block;
}
.realestate-container .btn-default {
	color: #fff;
}
.realestate-container a {
	color: #000000;
	font-weight: 300;
}
/*.realestate-container:hover, .realestate-container:focus, .realestate-container:active {
	width: calc(100% + 5px);
	height: calc(100% + 5px);
}*/

.realestate-container.sold-container:hover, .realestate-container.sold-container:focus, .realestate-container.sold-container:active {
	border-width: 2px;
	border-color: #091d74;
	width: 100%;
	height: 100%;
	/*margin: 5px 0px;*/
}

/*.realestate-container:hover, .realestate-container:focus, .realestate-container:active {
	margin: 0px -10px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	border: 10px solid #3ac0cd;
}*/
.realestate-container .details {
	padding: 0px 10px 10px 10px;
	background: transparent;
}
.realestate-container .summary h5 {
	color: #284e8b;
	vertical-align: middle;
}
.details h4 {
	color: #FFF;
	vertical-align: middle;
}
.details h4 {
	display: table;
	width: 100%;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: normal;
}
.details p {
	font-size: 1.2rem;
}

.realestate-container .image {
	position: relative;
}
.realestate-container .image .banner{
	position: absolute;
	color: #FFF;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	bottom: -1px;
}
.realestate-container .image .banner span {
	position: absolute;
	bottom: 10px;
	right: 15px;
	font-size: 30px;
	line-height: 40px;
	font-weight:800;
}
.realestate-container .image .button {
	position: absolute;
	bottom: 0;
	right: 0;
}

.realestate-container .Offer,
.realestate-container .Contract,
.realestate-container .Sold{
	background:none;
	/*background: rgba(0,0,0,0.5) !important;*/
}

.realestate-container .Active span {
	display: none;
}

.realestate-container .location {
	font-family: 'HelveticaNeueLT', sans-serif;
	text-align: center;
	padding: 5px 10px 3px 10px;
	font-size: 16px;
	letter-spacing: 0.1rem;
	color: #284e8b;
}

#propertyContainer .realestate-container .location {
	font-family: 'HelveticaNeueLT', sans-serif;
	text-align: center;
	padding: 5px 10px 3px 10px;
	font-size: 16px;
	letter-spacing: 0.1rem;
	color: #FFF;
	background: #284e8b;
}

.realestate-container .button {
	position: relative;
	z-index: 5;
}

.realestate-container .summary {
	font-family: 'HelveticaNeueLT', sans-serif;
	/*position: absolute;
	top: 0;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.5);*/
	padding: 5px 10px;
	z-index: 2;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
	position:relative;
	overflow:hidden;
}

#propertyContainer .realestate-container .summary {
	font-family: 'HelveticaNeueLT', sans-serif;
	/*position: absolute;
	top: auto;
	bottom: 28px;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.5);*/
	padding: 5px 10px;
	z-index: 2;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}

/*.realestate-container .summary.Under {
	font-family: 'HelveticaNeueLT', sans-serif;
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0px;
	right: 0px;
	background: rgba(0,0,0,0.5);
	padding: 5px;
	z-index: 2;
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align:right;
}*/

/*.summary.Under p {
	margin-bottom:0px;
}*/

.realestate-container .summary h5 {
	font-size: 16px;
	line-height: 1.42857143;
	margin-bottom: 0px;
	margin-top: 3px;
	/*text-shadow: 1px 1px 2px #000000;*/
}
.realestate-container .summary p {
	font-weight: bold;
	/*text-shadow: 1px 1px 2px #000000;*/
}
.realestate-container .location {
	font-weight: bold;
}

/*.realestate-container .summary .code::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #3ac0cd;
	-webkit-transform: skew(0deg, -6deg);
	-moz-transform: skew(0deg, -6deg);
	-ms-transform: skew(0deg, -6deg);
	-o-transform: skew(0deg, -6deg);
	transform: skew(0deg, -6deg);
	z-index: -1;
}
.realestate-container .summary .code {
	font-family: 'HelveticaNeueLT', sans-serif;
	content: '';
	display: block;
	font-size: 13px;
	font-weight: 400;
	background: #3ac0cd;
	padding: 6px 10px;
	color: #ffffff;
	position: absolute;
	z-index: 4;
	right: -1px;
	top: -34px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
    -ms-transform-origin: right bottom; /* IE 9 */
    -webkit-transform-origin: right bottom; /* Chrome, Safari, Opera */
    transform-origin: right bottom;
}*/





.realestate-container .summary.Sold {
	background: none;
}
.realestate-container .summary.Sold p {
	text-shadow: none;
}
.ellipsis {
	overflow: hidden;
	position: relative;
	height: 70px;
	z-index: 3;
}
.ellipsis:before {
	content: "";
	float: left;
	width: 5px;
	height: 70px;
}
.ellipsis > *:first-child {
	float: right;
	width: 100%;
	margin-left: -5px;
}
.ellipsis:after {
	content: "... read full";
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	float: right;
	position: relative;
	top: -20px;
	left: 100%;
	width: 7em;
	margin-left: -7em;
	padding-right: 5px;
	text-align: right;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f7fdfd), color-stop(15%, #f7fdfd));
	background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0), #f7fdfd 15%, #f7fdfd);
	background: -o-linear-gradient(to right, rgba(255, 255, 255, 0), #f7fdfd 15%, #f7fdfd);
	background: -ms-linear-gradient(to right, rgba(255, 255, 255, 0), #f7fdfd 15%, #f7fdfd);
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #f7fdfd 15%, #f7fdfd);
}
.ellipsis a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}
.ellipsis i, .ellipsis:after {
	color: #3ac0cd;
	font-size: 12px;
}
.ellipsis i:before {
	content: "";
}
.modal-backdrop {
	z-index: -1
}
.modal-content {
	border-radius: 0px;
	background-color: #FFF;
}
.modal-body {
	position: relative;
	padding: 15px;
	background: #ffffff;
	margin: 10px;
}
.modal-body .realestate-container {
	margin: 0px;
}
.modal-body .realestate-container:hover {
	border: 0px;
	width: 100%;
	height: 100%;
}
.close {
	margin-top: -10px;
	float: right;
	font-size: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.modal-dialog {
		width: 700px;
		margin: 30px auto;
	}
}

@media (min-width: 992px) {
	.modal-dialog {
		width: 900px;
		margin: 30px auto;
	}
}
.input-group-addon {
	border-radius: 25px 25px 25px 25px;
}
.latest-listings {
	padding: 30px;
}
.latest-listings .heading {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	background: transparent;
	color: #3ac0cd;
	text-align: center;
	padding: 10px;
	/*margin-left: -100px;*/
}
@media (min-width: 1201px) {
	.filter-results-container .mix:nth-child(4n+5) {
	    clear: left;
	}
	.filter-results-container.no_clear .mix:nth-child(4n+5) {
		clear: none;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.filter-results-container .mix:nth-child(3n+4) {
	    clear: right;
	}
	.filter-results-container.no_clear .mix:nth-child(3n+4) {
	    clear: none;
	}	
}
@media (min-width: 0px) and (max-width: 767px) {
	.filter-results-container .mix:nth-child(3n) {
		clear: right;
	}
	.filter-results-container.no_clear .mix:nth-child(3n) {
		clear: none;
	}
}

@media (max-width: 767px) {
	.on-market  .latest-listings .heading {
		margin-left: 0px;
	}	
}


/* ==========================================================================
  LOADER
   ========================================================================== */

   .overlay-loader {
	display: block;
	margin: auto;
	width: 97px;
	height: 97px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 97px;
	height: 97px;
	animation-name: rotateAnim;
		-o-animation-name: rotateAnim;
		-ms-animation-name: rotateAnim;
		-webkit-animation-name: rotateAnim;
		-moz-animation-name: rotateAnim;
	animation-duration: 0.4s;
		-o-animation-duration: 0.4s;
		-ms-animation-duration: 0.4s;
		-webkit-animation-duration: 0.4s;
		-moz-animation-duration: 0.4s;
	animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		-ms-animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
	animation-timing-function: linear;
		-o-animation-timing-function: linear;
		-ms-animation-timing-function: linear;
		-webkit-animation-timing-function: linear;
		-moz-animation-timing-function: linear;
}
.loader div {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid rgb(168,221,94);
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.loader div:nth-child(odd) {
	border-top: none;
	border-left: none;
}
.loader div:nth-child(even) {
	border-bottom: none;
	border-right: none;
}
.loader div:nth-child(2) {
	border-width: 2px;
	left: 0px;
	top: -4px;
	width: 12px;
	height: 12px;
}
.loader div:nth-child(3) {
	border-width: 2px;
	left: -1px;
	top: 3px;
	width: 18px;
	height: 18px;
}
.loader div:nth-child(4) {
	border-width: 3px;
	left: -1px;
	top: -4px;
	width: 23px;
	height: 23px;
}
.loader div:nth-child(5) {
	border-width: 3px;
	left: -1px;
	top: 4px;
	width: 31px;
	height: 31px;
}
.loader div:nth-child(6) {
	border-width: 4px;
	left: 0px;
	top: -4px;
	width: 39px;
	height: 39px;
}
.loader div:nth-child(7) {
	border-width: 4px;
	left: 0px;
	top: 6px;
	width: 49px;
	height: 49px;
}


@keyframes rotateAnim {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}

@-o-keyframes rotateAnim {
	from {
		-o-transform: rotate(360deg);
	}
	to {
		-o-transform: rotate(0deg);
	}
}

@-ms-keyframes rotateAnim {
	from {
		-ms-transform: rotate(360deg);
	}
	to {
		-ms-transform: rotate(0deg);
	}
}

@-webkit-keyframes rotateAnim {
	from {
		-webkit-transform: rotate(360deg);
	}
	to {
		-webkit-transform: rotate(0deg);
	}
}

@-moz-keyframes rotateAnim {
	from {
		-moz-transform: rotate(360deg);
	}
	to {
		-moz-transform: rotate(0deg);
	}
}

.controls .control-label{

}
.controls .select-sort{

    display: inline-block;
    min-width: 140px;
    text-align: center;
}

/* ==========================================================================
  CORNER RIBBON
   ========================================================================== */

.ribbon {
  position: absolute;
  right: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  height: 45px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#091D74 0%, #091D74 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 0; 
  right: -30px;
  padding: 10px;
}

.navbar-inverse .navbar-nav>li>a {
text-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
}