html, body {
 height: 100%;
}

.fill:before {
    content: '';
    /* background: rgba(0,0,0,0.5); */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0, rgba(0,0,0,0) 100%);
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -1;
}

li{
	list-style:none;
}

input {
 	line-height: normal;
}

.chzn-container-single .chzn-single {
	line-height: 30px !important;
	height:40px !important;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 6px !important;
}

.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus{
	background-image:none !important;
	background-color:#001740 !important;
	color:#fff !important;
}

.navbar-fixed-top {
  height: 90px;
	z-index: 3;
}

.container > .navbar-header{
	padding:0 10px;
}

.navbar-inverse {
	background-color: #fff !important;
	border-color: #0054a0 !important;
	background-image:none !important;
}

.dropdown-menu {
	margin-top: 9px !important;
	font-size: 16px !important;
	background-color:#001740 !important;
	border:none !important;
}

.dropdown-menu > li > a {
	display: block;
	padding: 6px 20px !important;
	clear: both !important;
	font-weight: normal !important;
	color: #fff !important;
	background-image: none !important;
	background-color:#001740 !important;
}	

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #001740 !important;
    text-decoration: none !important;
    background-color: #fff !important;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

.no-hrz-pad{
	padding-left: 0;
	padding-right: 0;
}

.widecontainer {
	width:100%;
	margin:0 auto;
  max-width: 1160px;
}

blockquote{
	border:none;
}

header.carousel{
	height: 410px
}

.carousel-indicators{
	display:none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}


.overlay { 
  color:#fff;
  position:absolute;
  z-index:2;
  top:28%;
  left:0;
  width:100%;
  text-align:center;
}
.overlay img{
	background: rgba(0,0,0,.4);
	margin:0 auto;
	display:none;
	border: solid 1px rgba(0,0,0,.4);
	padding: 5px;
	background-clip: content-box;
}

.nopad{
	padding:0;
}

.agent-block{
	display:none;
}

.agent-overlay { 
  color:#fff;
  position:absolute;
  z-index:12;
  top:70px;
  left:0;
  width:100%;
  text-align:center;
	font-family:'Open Sans', sans-serif;
}

.agent-overlay-bg {
	/*background: url('../img/slider/agentbgdrk.png');*/
	background: rgba(0,0,0, 0.4);
	width: 100%;
	float: left;
	padding: 10px;
	text-align:center;
	height:390px;	
	border: solid 1px rgba(0,0,0,.4);
	padding: 5px;
	background-clip: content-box;		
}

.agent-overlay-bg .col-sm-5{
	padding:0;
}

.agent-overlay h1{
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	font-weight: 800;
	font-size: 36px;
  margin: 0;	
}

.agent-overlay h2{
	font-weight: 500;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	display:none;
}

.agent-overlay h3{
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	display:none;
}

.agent-overlay h4{
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
	font-size:24px;
/*	text-shadow:1px 1px 0px rgba(0,0,51,1);	*/
}

.agent-overlay img{
	display:block;
  margin: 0 auto;
	width: 70%;	
	background: rgba(0,0,0,.4);
	margin:0 auto;
	display:none;
	border: solid 1px rgba(0,0,0,.4);
	padding: 5px;
	background-clip: content-box;	
}

.agent-overlay .agentimg{
	max-width:200px;	
	border:none;
}

.agent-overlay .btn{
	display: none;
}

#search_loader{
	width: 160px !important;
	height: 50px;
}

.navbar-fixed-top .navbar-collapse, 
.navbar-fixed-bottom .navbar-collapse{
	max-height:600px;
}

.navbar-inverse .navbar-collapse{
 background: #fff;
}
.navbar-inverse .navbar-collapse .navbar-nav{
  background: #fff;
	margin: 20px 0 0 0;
}
.navbar-inverse .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif;
	margin-right: 10px;
	font-size: 15px;
	font-weight: 400;
	color:#fff;
}

.title{
	color:#fff;
}

#bar-contact .btn{
	font-family:'Open Sans', sans-serif;
	font-size:24px;
	color:#fff;
	text-decoration:none;
	padding: 2px 23px;
	border: none;
	margin-top: -2px;
}

#bar-contact .btn:hover, #bar-contact .btn:active, #bar-contact .btn:visited{
		color:#fff;
	}

#bar-contact .btn-grey{
	background-color: #575757;	
}

#bar-contact .btn-green{
	background-color: #8cc63e;	
}

.btn-default{
	border-radius: 0px;
	background: #001740;
	text-shadow: none;
	color: #fff;	
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
	background-color: #002567;
	color: #fff;
}

#breadcrumb{
	display: none;
}

.img-circle {
  background-color: #fff;
}

.panel {
  box-shadow:none;
	background-color:transparent;
	margin-bottom:0px;
}
.panel img{
	width:100%;
	height:auto;
}
.panel-default {
	border:none;
}
.panel-body {
    padding: 15px 0;
}

.search_property .innerborder {

}

#search_left_column{
	padding-left:15px;
	padding-right:15px;
}

.search_property .photo{
	border:none !important;
}

.search_property .photo img{
	border:none !important;
}

.search_featured_ribbon {
	top: -7px !important;
	right: -5px !important;
}

.property_stage h6{
	font-size: 18px;
	color: #999;
	text-align: center;
}
	
#rental-results{
	display:none;
}

.toolz{
	display:none;
}

.human{
	display:none;
}

.translate{
	display:none;
}	

#testimonials{
	margin-left:0;
	margin-right:0;
}

#testimonials p{
	margin-top:40px;
}

#calendar_events{
	max-width: 1180px;
	margin: 0 auto;
	margin-top: -60px;
}

footer h1{
	font-size:16px;
}

footer ul{
	margin-left:-40px;
}

footer a{
	color:#fff;
}

footer .mobile{
	display:block;
}
footer .desktop{
	display:none;
}
footer{
	float:left;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	background-color: #222;
	margin:0;
	text-align:center;
	width:100%;
}

footer .top{
	background-color:#888888;
	padding:15px 0px;
}

footer .bottom{
	background-color:#53565b;
	padding:25px 10px;	
}

footer .phone{
	font-size: 25px;
	font-weight: 500;
}

footer .address{
	font-size: 15px;
	font-weight:400;
}

footer .copy{
	font-size: 11px;
}

.facetCountainer ul{
	padding-left:0;
}

.price{
	line-height:1em;
}

#sortwrapper{
	display:none !important;
}

#property_header_gallery {
    margin-top: -15px !important;
}

.galleria-container{
	/*height:587px !important;*/
}

.galleria-image img{
	top:0 !important;
}

.galleria-thumbnails{
	height:140px !important;
}

.galleria-image-nav {
    position: absolute;
    top: 45% !important;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}

.photo_count img {
  margin-top: -4px !important;
}

.expandContractContract span {
	top: 4px !important;
	left: 2px !important;
}

.expandContractExpand span {
	top: 5px !important;
	left: 1px !important;
}

.button_base input {
	top: 0px !important;
}

.refineTitle {
  font-size: 15px !important;
}

#facetFeatured label {
	font-size:11px;
}

.mobile-price{
	top: 86px !important;
	left: 11px !important;
}

@media (min-width: 768px) {

	#property_header_gallery {
		margin-top: 45px !important;
		height:600px !important;
		min-height:600px;
	}
	
	header.carousel{
		height:80%;
	}
	
	.carousel-indicators{
		display:block;
	}
	
	.nopad{
		padding-right:15px;
		padding-left:15px;
	}	
	
	.overlay{
		top:30%;
	}
	
	.overlay img{
		display:block;
	}	
	
	.agent-block{
		display:block;
	}	

	.agent-overlay-bg {
		/*background: url('../img/slider/agentbg.png');*/
		text-align:right;
		height:100%;	
	}	
	
	.agent-overlay{
		top: 17%;
	}
		
	.agent-overlay img{
		display: block;
		width: 100%;
		height: auto;		
	}
		
	.agent-overlay h1{
		font-size: 36px;
		margin: 0;	
	}
	
	.agent-overlay h2{
		display:block;
		font-size: 24px;
		text-transform: uppercase;
		margin: 10px 0;
	}
	
	.agent-overlay h3{
		display:block;
		font-size:30px;
		margin:0;
	}
	
	.agent-overlay h4{
		font-size:24px;
	/*	text-shadow:1px 1px 0px rgba(0,0,51,1);	*/
	}
	
	
	.agent-overlay .btn{
		display: inline-block;
		padding: 6px 12px;
		margin-bottom: 17px;
		color:#fff;
		width:100%;
		font-family: 'Open Sans', sans-serif;
		font-size: 20px;
		font-weight:400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background-image: none;
		border: 1px solid transparent;
		border-radius:0px;
		text-transform:uppercase;
	}

.agent-overlay .drkblue{
	background:#001740;	
}

.agent-overlay .drkred{
	background:#73002c;	
}
		
	
	#quick_search{
		max-width:600px;
	}
	
	#agent_quick_search{
		max-width:600px;
	}	
	
	.col-sm-15 {
		width: 20%;
		float: left;
	}
	.panel {
		background-color:#fff;
		float:left;
    min-height: 390px;
	}		
	.cbp-qtrotator{
		margin-top:65px;
		min-height: 230px;
	}
	.cbp-qtrotator blockquote p {
		font-size: 22px;
    font-style: italic;
	}	

	#bssortwrapper{
		border: 1px solid #ccc;
		padding: 10px;
		margin: 0 auto;
		background: #efefef;
		height: 50px;
	}

	#bssortwrapper .bssorttitle {
		text-align:center;
		color: #fff;
		background: #4d91fe;
		border: 1px solid #fff;
		padding: 4px 14px;
		float: left;
		margin: 0 5px;
		margin-left: 0;
		font-weight: 700;
		width:100%;
	}
	
	#bssortwrapper .bssortlinks {
		text-align:center;
		background: #fff;
		border: 1px solid #ccc;
		padding: 4px 14px;
		float: left;
		padding: 4px;
		float: left;
		width: 100%;
	}	
	
	#bssortwrapper > div:nth-child(6){
		margin-right:0;
	}
	
	footer .mobile{
		display:none;
	}
	footer .desktop{
		display:block;
	}	
	
	footer .top{
		float:left;	
		background-color:#888;
		padding:15px 0px;
	}
	
	footer .title{
		color:#8cc63e;
		font-size: 16px;
		font-weight: 400;
		text-align:left;
		text-transform:uppercase;
	}	
	
	footer .phone{
		font-size: 14px;
		font-weight: 300;
	}
	footer .address{
		font-size: 15px;
		font-weight:300;
	}
	footer .copy{
		font-size: 13px;
	}	
	footer .copy a{
		color:#fff;
		font-size: 13px;
	}		
		
}
@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1240px) {
	.navbar-nav > li > a {
			margin-right: 5px;
	}	
	
	.toolz{
		display:inline;
	}
	
	.human{
		display:inline;
	}	

	.translate{
		display:none;
	}		
	
}	

@media (min-width: 1240px) {
	
	.container {
		max-width: 1280px !important;
	}	
	.col-lg-15 {
		width: 20%;
		float: left;
	}
	.navbar-inverse .navbar-nav > li > a {
    margin-right: 0px !important;
		font-size: 15px !important;
		font-weight: 400 !important;
		color:#001740 !important;	
	}	
	
	.navbar-nav > li > .dropdown-menu {
		margin-top: 9px !important;
	}
	
	.dropdown-menu {
		font-size: 16px !important;
	}
	
	#sortwrapper {
		height: 50px !important;
	}	
}
