/*
navy #161d44
feint navy #2d3564
gold #c49a6e
real gold #D4AF37
*/

.padding-left-right-20 {
	padding-left:20px; 
	padding-right:20px;
}

.padding-left-right-new-homes {
	padding-left:20px; 
	padding-right:20px;
}

.ui-autocomplete {
	background: #fff;
	list-style: none;
	border: 1px solid #bbb;
	width: 250px; /* Change to the correct width */
	z-index: 1000;
}

.ui-autocomplete li:hover {
	background: #faffbd;
	cursor: pointer;
}

.ui-autocomplete li a {
	padding: 10px;
	display: block;
}

.ui-autocomplete li a:hover {
	border: none;
}


@media (min-width:1500px) {
.blog-height {
	height:200px;
	margin-top:20px;
}
	.testimonial-height {
	height:auto;
	margin-top:20px;
}
}
@media (min-width:1200px) and (max-width:1500px) {
.blog-height {
	height:200px;
	margin-top:20px;
}
	.testimonial-height {
	height:auto;
	margin-top:20px;
}
}

@media (min-width: 1201px)  {

.new-homes-four-image-heights {
	height:334px;
}
.new-dev1-height {
	height:620px;
}

.new-dev2-height {
	height:554px;
}

}

@media (min-width:900px) and (max-width:1200px) {
	
	.new-homes-four-image-heights {
	height:272px;
}
.new-dev1-height {
	height:560px;
}

.new-dev2-height {
	height:500px;
}

.blog-height {
	height:300px;
	margin-top:20px;
}
	.testimonial-height {
	height:auto;;
	margin-top:20px;
}
}




@media (min-width:768px) and (max-width:900px) {
	
	
	.new-homes-four-image-heights {
	height:204px;
}
.new-dev1-height {
	height:520px;
}

.new-dev2-height {
	height:440px;
}


.blog-height {
	height:400px;
	margin-top:20px;
} 
	.testimonial-height {
	height:auto;
	margin-top:20px;
} 
}

@media (min-width:400px) and (max-width:600px) {
 
.blog-height {
	height:390px;
	margin-top:20px;
}
}

@media (min-width:300px) and (max-width:400px) {
 
.blog-height {
	height:390px;
	margin-top:20px;
}
}


@media (min-width: 768px)  and (max-width: 991px) {

.new-homes-height {
	height:490px;
}

}



@media (min-width: 991px) and (max-width: 1200px) {
	
.new-homes-height {
	height:560px;
}	
}



	
	
@media (min-width: 1201px)  {
	
 	
.new-homes-height {
	height:620px;
}	
}	

.border-gold-left {
    border-top:#c49a6e 10px solid;	
	border-right:#c49a6e 5px solid;
	border-bottom:#c49a6e 10px solid;
	border-left:#c49a6e 10px solid;
}
.border-gold-right {
    border-top:#c49a6e 10px solid;	
	border-right:#c49a6e 10px solid;
	border-bottom:#c49a6e 10px solid;
	border-left:#c49a6e 5px solid;
}

.border-gold {
    border-top:#c49a6e 10px solid;	
	border-right:#c49a6e 10px solid;
	border-bottom:#c49a6e 10px solid;
	border-left:#c49a6e 10px solid;
}

.packages-bottom a {
	color:#161d44;
}

.packages-bottom a:hover {
	color:#fff;
}

.packages-bottom {
	background-color: #c49a6e;
	text-align: right;
	padding: 15px 15px 40px 15px;
 	text-transform: uppercase;
	height: 45px;
	margin-top: 20px;
  }

.packages-heading {
	background-color: #c49a6e;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	text-transform: uppercase;
	height:75px;
 }
.packages-bg {
	background-color:#fff; 
 	margin-left:30px; 
	margin-right:30px;
}

.packages-padding {
	padding:30px;
     overflow:hidden;
 }

.packages-padding li {
	margin-bottom:20px;
}

li.bullet {
    list-style-type: none;
    background: url(../images/bullet.png) no-repeat left top;
	padding-left: 20px;
    }

.white-bg {
	background-color: #fff;
}
.navy-bg {
	background-color: #161d44;
}

.white-text {
	color:#fff;
}

.new-homes-margin {
margin:60px 0px 0px 0px;	
}

.thumb-bott {
	margin-bottom:20px;
}

.marg-top-50 {
	margin-top: 50px;
}

.marg-top-bottom-30 {
	margin: 50px 0;
}

.marg-50-top-bottom {
	margin:20px 0 70px 0;
}

.marg-bottom-30 {
	margin-bottom: 30px;
}

.marg-bottom-60 {
	margin-bottom: 60px;
}


html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0 0 200px 0;
  padding-top: 0px;
  font-family: 'Lato', sans-serif!important;
  font-size:16px;
  line-height:160%;
  color:#555555;
}

/* general text styling*/

hr{
	border-top-color:#60aa85;
}

h1{
	color:#161d44;
	font-size:28px;
	margin-top:20px;
 }

.landlords-heading {
	font-size:28px;
	margin-top:40px;
}

.landlords-heading hr {
width: 20%; 
height:1px;
text-align:center; 
margin: 40px auto;
color:#fff; 
background-color:#fff;
}
 	 

h2{
	color:#c49a6e;
	font-size:22px;
}

.lead{
	color:#161d44;
	font-size:20px;
	font-weight:400!important;
}

.news-and-updates h2{
	color: #fff;
	font-size:30px;
}

h3 small, h3 .small{
	color:#fff;
	font-size:50%;
}

a{
	color:#c49a6e;
}

a:hover, a:focus{
	color:#161d44;
	text-decoration:none;
}

/* general text styling*/

/* header*/

header{
	position:relative;
	z-index:1030;
	width:100%;
	top:0px;
}

.header-container {
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	z-index: 20;
	background: rgba(255,255,255,0.9);
}
	
.header-container-static {
  	position: relative;
	background: #fff;
}	
	
.navbar-brand img{
	margin-left:20px;
}

.top-row{
	height:90px;
}

.top-links{
	color:#c49a6e;
	padding-top:25px;
	text-align:right!important;
}

.top-links a{
	margin-right:40px;
	color:#161d44;
	font-size:13px;
}

.top-links a:hover, .top-links a:focus{
 	text-decoration:none;
 	transition: all 0.5s ease;
	border-radius:10px;
}

.top-links .glyphicon{
 	border-radius:100px;
	padding:5px;
	background:#c49a6e;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none!important;
}

.navbar-horizontal{
	background-color:#c49a6b;
	margin-left:-15px;
	margin-right:-15px;
}
 
.navbar{
	margin-bottom:0px!important;
	border-radius:0px;
}

.navbar-default{
	border:0px;
	background-color:#FFF;
}

.navbar-nav > li > a{
	line-height:100%;
	padding-top:10px!important;
	padding-bottom:10px!important;
	color:#fff!important;
	font-size:13px;
	text-transform:uppercase;
	border-right:#c49a6b 1px solid;
}

.last{
	border-right:0px!important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff!important;
    background-color:#2d3564!important;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color:#2d3564;
}

.navbar-toggle{
	border-radius:0px;
	background:#161d44;
	border:#161d44 1px solid;
	color:#fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
	background:#2d3564;
	border:#2d3564 1px solid;
	color:#c49a6b;
}

 .dropdown-menu{
	background-color:#2d3564;
	border: none;
	border-radius:0px;
 }
 
 .dropdown-menu > li > a{
 	color:#fff!important;
 }
/* header*/

/* main content styling*/
.panel-default > .panel-heading{
	background-color:#161d44;
	color:#fff;
}

.line{
	height:2px;
	background-color:#c49a6e;
	margin-top:25px;
	margin-bottom:25px;
}

.white-line{
	height:1px;
	background-color:#fff!important;
	margin-top:20px;
	margin-bottom:20px;
}

.nopad{
	padding:0px!important;
}

.br1{
	border-right:#fff 1px solid;
}

.marginb40{
	margin-bottom:40px;
}

.portal-logos{
	margin-top:40px;
}
.portal-logos img {
	margin-left:auto;
	margin-right:auto;
}

.news-and-updates{
	background-color:#2d3564;
	margin-top: 1px solid!important;
	padding-bottom:40px!important;
}

.articles{
	background-color:#161d44;
	padding:15px 25px 25px 25px;
	border:#fff 1px solid;
	margin-top:20px;
	margin-bottom:40px;
	color:#fff!important;
	height: 340px;
}

.parallax-window{
	position:relative;
}

.full-width-image-text{
	position:absolute;
	text-align:center;
	font-size:50px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	color:#fff;
	bottom:20%;
	width:100%;
	line-height:70px;
}

.static-image{
	position:relative;
	height:auto;
	margin-bottom:20px;
}

.static-image-caption{
	font-size:80px;
	color:#fff;
	left:170px;
	text-align:left;
	line-height:100%;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	position:absolute;
	bottom:10%;
}

.well{
	background-color:#c49a6e;
	border:1px solid;
	border: 1px solid #72C29B;
	color:#fff;
}

.well h2{
	margin-top:10px!important;
}

.well h2 a{
	color:#fff!important;
}

.pagination > li > a, .pagination > li > span{
	color: #60aa85;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	color: #60aa85;
}

.no-image{
}

.contact iframe {
    margin: 0;
    padding: 0px;
    border: #161d44 1px solid;
 	width: 100%;
    height: 430px;
}


.login iframe {
    margin: 0;
    padding: 0px;
    border: #161d44 1px solid;
 	width: 100%;
    height: 430px;
}
/* main content styling*/


/* modal styling*/
.modal-content{
	background-color:#c49a6e;
	color:#fff;
}

.modal-content img {
	max-width:560px;
}

.modal-title{
	color:#fff;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	background-color:#2d3564!important;
	color:#fff;
	margin-top:10px;
}


.nav-tabs.nav-justified > li > a{
	background-color:#161d44;
	color:#fff;
	border-radius:0px;
}

.nav-tabs > li > a:hover{
	border:none;
	background-color:#c49a6e;
}
/* modal styling*/

/* four blocks*/
.blocks{
	position:relative;
	border-bottom:#fff 1px solid!important;
}

.blocks-text{
	position:absolute;
	bottom:20%;
	font-size:30px;
	color:#fff;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
	text-align:center;
	width:100%;
	line-height:40px;
}
/* four blocks*/

/* Buttons */

.btn-blocks{
	background-color: transparent;
	border:#fff 1px solid;
	font-size:18px;	
	color:#fff;
	border-radius:0px;
}

.btn-blocks:hover{
	background-color: transparent;
	transition: all 0.5s ease;
	color:#fff;
	border:#fff 2px solid;
	border-top:#fff 1px solid!important;
}

.btn-ghost{
	border:#fff 2px solid;
	color:#fff;
	font-size:22px;
	border-radius:0px;
	font-weight:bold;
}

.btn-ghost:hover, btn-ghost:focus{
	border:#fff 4px solid;
	color:#fff;
	transition: all 0.5s ease;
}

.btn-ghost-narrow-border{
	border:#fff 1px solid;
	color:#fff;
	font-size:18px;
	border-radius:0px;
}

.btn-ghost-narrow-border:hover, btn-ghost-narrow-border:focus{
	background-color:#c49a6e;
	border:#fff 1px solid!important;
	color:#fff;
	transition: all 0.5s ease;
}

.btn-news{
	background-color:#c49a6e;
	border:#fff 1px solid;
	font-size:18px;	
	color:#fff;
	border-radius:0px;
}

.btn-news:hover{
	background-color:transparent;
	transition: all 0.5s ease;
	color:#fff;
}

.btn-new-homes {
	background-color:#c49a6e;
	border:#fff 1px solid;
	font-size:18px;	
	color:#fff;
	border-radius:0px;
}

.btn-new-homes:hover{
	background-color:#161d44;
	transition: all 0.5s ease;
	color:#fff;
}

.btn-full-width-image{
	border:#fff 2px solid;
	color:#fff;
	font-size:22px;
	border-radius:0px;
	font-weight:bold;
	padding-left:50px;
	padding-right:50px;
}

.btn-full-width-image:hover, btn-full-width-image:focus{
	border:#fff 2px solid;
	color:#fff;
	transition: all 0.5s ease;
	padding-left:70px;
	padding-right:70px;
}

.btn-primary {
	background-color:#161d44;
	font-size:18px;	
	color:#fff;
	border-radius:0px;
	border:none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	background-color:#161d44;
	color:#fff;
}

.btn-primary[disabled] {
	background-color: #161d44;
	border-color: inherit;
}

.btn-primary:hover[disabled] {
	background-color: #161d44;
	border-color: inherit;
}

.btn-result {
	background-color:#161d44; 
	font-size:18px;	
	color:#fff;
	border-radius:0px;
	border:none;
}

.btn-result:hover, .btn-result:focus, .btn-result.focus, .btn-result:active:focus, .btn-result:active, .btn-result.active, .open>.dropdown-toggle.btn-result {
	background-color:#161d44;
	color:#fff;
}
/* Buttons */

/* Home page carousel */
#large-carousel {
  background: #ccc;
  margin-bottom:20px;
}

.carousel-caption{
	font-size:80px;
	color:#fff;
	left:220px;
	text-align:left;
	line-height:100%;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.8);
}

.carousel-inner > .item > img {
  margin: 0 auto;
}
/* Home page carousel */

/* Thumbnails styling */
.thumbnails-header{
	background-color:#161d44;
}

.pagination-bottom{
	background-color:#161d44;
	margin-bottom:-40px;
}


.thumbnails-header h1{
	color:#fff;
	margin-left:20px;
	margin-bottom:10px;
}

.thumbnails-header .map-view{
	background-color:#2d3564;
	padding: 18px 0!important;
	text-align:center;
}

.thumbnails-header .map-view a{
	color:#fff;
	font-size:13px;
}

.thumbnails-header .orderby{
	background-color:#161d44;
}

.thumbnails-order{
	text-align:center;
}

select{
height: 40px;
width: 100%;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	font-size: 14px;
	color: #555555;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
background-color: #fff;
background:url(/images/select-bg.jpg) 99.5% center no-repeat #fff;   
-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:        none;
}

.orderby select{
	margin: 0px;
	background: url(/images/arrow.png) 90% center no-repeat #161d44;
	color: #fff;
	border:none!important;
	margin-top:12px;
}

.thumbnails-header .saved{
	background-color:#2d3564;
	padding: 18px 0!important;
	text-align:center;
}

.thumbnails-header .saved a{
	color:#fff;
	font-size:13px;
}

.thumbnails-description{
	height:240px;
}

.nopad{
	padding-right:0px!important;
	padding-left:0px!important;
}

.pages, .pages-bot {
	padding-top:0px;
	text-align:right;
	color:#fff;
	font-size:13px;
	padding-top:18px;
}

.pages-bot {
	text-align:left;
}


.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #fff;
    background-color: #161d44;
    border-color: #161d44;
	
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover, .pagination > li > a, .pagination > li > span{
	background-color:transparent;
	border-color:transparent;
	font-size:13px;
	color:#c49a6e;
	padding-top:21px;
	
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	text-decoration:underline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
	font-weight:bold;
}

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
	margin-left: 0;
	margin-right: 0;
}

.margin-left-right-30 {
	margin: 0 30px;
}

.property-room-numbers {
 text-align: left;
 font-size:13px;
 margin-top:15px;
 margin-bottom:15px;
}

.property-room-numbers .property-bedrooms, .property-room-numbers .property-receptions, .property-room-numbers .property-bathrooms {
 padding-left:25px;
 display: inline-block;
 width: 40px;
 height: 19px;
 margin: 0 15px 0 0px;
}

.property-bedrooms {
 background: url('../images/room-icons.png') left 1px no-repeat;
}

.property-receptions {
 background: url('../images/room-icons.png') left -19px no-repeat
}

.property-bathrooms {
 background: url('../images/room-icons.png') left -39px no-repeat;
}

/* Thumbnails styling */

/* Results styling */

.results-header{
	background-color:#161d44;
}

.results-header h1{
	color:#fff;
	margin-left:20px;
	margin-bottom:10px;
}

.saved-etc{
	padding-bottom:80px;
}

.addthis{
	margin-top:4px;
}

.price{
	font-size:22px;
	color:#161d44;
	margin-bottom:20px;
}

/* Results styling */


footer {
  background: #c49a6e;
  padding: 20px 0;
}

footer.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 160px;
  	color:#fff;
	font-size:12px;
}

.footer a{
	color:#fff;
	font-size:13px;
}


.add-to-shortlist .remove, .remove-from-shortlist .add {
  display: none;
}

#googlemap {
  width: 100%;
  height: 300px;
  padding:4px;
  border:1px solid #60aa85;
}

#requestedDate, #requestedTime {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.styled-select {
  background: #ffffff url("../images/select-bg.jpg") top right no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.styled-select.input-sm {
  background-position: right center;
  line-height: 1;
}

.formhoney {
  visibility: hidden;
  display: none;
}

.pagination {
  margin: 0;
}

.pagination li a .bracket {
  display: none;
}

.pagination span.hellip {
  cursor: not-allowed;
}

.animated-spinner {
  width: 100px;
  margin: 0 auto;
  padding: 20px;
  color: #d14348;
  font-size: 2em;
}

.map-search-results#googlemap {
  height: 600px;
}

.property {
  overflow: auto;
  margin: 0 0 15px 0;
}

.property h3 {
  margin: 0 0 15px 0;
}

.property .btn-group {
  margin: 15px 0 0 0;
}

.property .corner-flash {
  position: absolute;
  z-index: 1;
}

.thumbnail .corner-flash {
  position: absolute;
  z-index: 1;
}

.property-grid .corner-flash {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  border-radius: 4px 0 0 0;
}

.property-grid-image {
  background-position: center center;
  background-size: cover;
  height: 230px;
}

#search-filters .panel-heading {
  padding: 0;
}

#search-filters .accordion-toggle {
  padding: 10px 15px;
  display: block;
  width: 100%;
}

#search-filters .accordion-toggle:hover, #search-filters .accordion-toggle:focus {
  text-decoration: none;
}

#google-info-window {
  position: relative;
  text-align: center;
  width: 200px;
}

#google-info-window.google-info-window-property {
  width: 360px;
  overflow: auto;
}

#google-info-window.google-info-window-property #google-info-window-property-image {
  float: left;
  width: 205px;
  margin: 0 10px 0 0;
}

#google-info-window.google-info-window-property #google-info-window-property-details {
  text-align: left;
}

#google-info-window .spacer {
  margin: 10px 0;
}

#google-info-window .corner-flash {
  position: absolute;
  top: 0;
  left: 0;
}

.property-image .corner-flash, .corner-flash {
	position: absolute;
	width: 100px;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

 .corner-flash2 {
	position: absolute;
	width: 100px;
	top: 0px;
	left: 15px;
	z-index: 1000;
}

#property-carousel .carousel-inner .item img {
  max-height: 935px;
  width: auto;
  margin: 0 auto;
}

#property-carousel, #property-thumbnails, .carousel-control.right, .carousel-control.left {
  background-image: none;
}

#property-thumbnails .carousel-inner a {
  cursor: pointer;
}

#property-thumbnails .carousel-control {
  width: 2%;
  color: #337ab7;
}

#slideshow .modal-content {
  border: 8px solid #ffffff;
}

#property-details-tab-panes {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-radius: 0 0 4px 4px;
}

#property-details-tab-panes .tab-pane {
  padding: 15px;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-sizer, .grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
  padding: 2px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

#schools-data {
  position: relative;
  overflow: auto;
}

#schools-data > [class*='col-'] {
  height: 700px;
}

#schools-data #schools-data-key {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 25px;
}

#schools-data .nav-tabs li {
  cursor: pointer;
}

#schools-data .tab-content {
  overflow-y: scroll;
  height: 94%;
}

#schools-data .tab-content .list-group .list-group-item {
  padding: 0 15px 10px 15px;
}

#schools-data .tab-content .list-group .list-group-item:hover {
  cursor: pointer;
}

#schools-data .tab-content .list-group .list-group-item:first-child, #schools-data .tab-content .list-group .list-group-item:last-child {
  border-radius: 0;
}

#schools-data .selected-school, #schools-data .selected-school .school-name-address {
  background: rgba(122, 214, 253, 0.3);
}

#schools-data .hovered-school, #schools-data .hovered-school .school-name-address {
  background: rgba(122, 214, 253, 0.1);
}

#schools-data .school-name-address {
  background: #eee;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}

#schools-data .school-name-address small {
  font-style: italic;
  font-weight: normal;
  color: #666;
}

#schools-data .school-details {
  padding: 10px 0;
  font-size: 12px;
}

#schools-data .school-details .fa-info-circle {
  font-size: 1.3em;
}

#schools-data .inside-admission-area {
  background: green;
  border: 1px solid black;
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 10px;
  vertical-align: bottom;
  margin-right: 5px;
}

#schools-data .outside-admission-area {
  background: red;
  border: 1px solid black;
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 10px;
  vertical-align: bottom;
  margin-right: 5px;
}

#schools-data .ofsted-rating {
  background: white;
  border: 1px solid black;
  width: 19px;
  height: 19px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  vertical-align: bottom;
  margin-right: 5px;
}

#schools-data .alert {
  text-align: center;
  padding: 5px;
  margin: 0;
}

#schools-data .locus-infowindow {
  position: relative;
  width: 220px;
}

#schools-data .locus-infowindow .corner-flash {
  position: absolute;
}

#schools-map {
  width: 100%;
  height: 100%;
}

#back-to-top {
  background: #161d44;
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: none;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}

.parallax-window {
  height: 400px;
  color: #ffffff;
}

.parallax-window h2 {
  color: #ffffff;
  font-size: 3em;
}

.parallax-window .vertical-align-container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.parallax-window .vertical-align-container p {
  width: 60%;
  margin: 0 auto;
  text-shadow: 0 1px 0 #666666;
}

.vertical-align-container {
  display: table;
  height: inherit;
}

.vertical-align-content {
  display: table-cell;
  display-vertical-align: middle;
}

.iframe-embed {
  border: none;
  width: 100%;
  height: 300px;
}

@media (min-width: 1200px) {
  .property-grid .panel .panel-body {
    min-height: 375px;
  }
  .affix {
    width: 263px;
    top: 68px;
  }
  #googlemap {
    min-height: 600px;
  }
}


@media (min-width: 1401px)  {
	.packages-padding {
	height: 380px;
	min-height:380px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
	.packages-padding {
	height: 370px;
	min-height:370px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {

	.thumbnails-description{
		height:150px;
	}
 	
}


@media (min-width: 100px) {
	.packages-bottom {
 	margin-bottom:30px;
  }
}

	.static-image-caption{
		font-size:40px;
		bottom:5%;
	}

	.thumbnails-header h1{
		font-size:16px;
	}

	.blocks-text{
	font-size:24px;
	line-height:30px;
	bottom:10%;
	}
	
	.top-links a{
		margin-right:10px!important;
	}
	
	.nav > li > a{
	padding-left:4px!important;
	padding-right:6px!important;
	} 
 
  .property-grid .panel .panel-body {
    min-height: 370px;
  }
  .affix {
    top: 99px;
    width: 293px;
  }
  #googlemap {
    min-height: 500px;
  }
}







@media (min-width: 768px) and (max-width: 991px) {	

	.top-links{
		padding-top:20px;
	}
	
	.top-links a{
		margin-right:0px!important;
		font-size:12px;
	}

	.top-links a:hover, .top-links a:focus{
		border:#fff 0px solid;
		padding:0px;
		transition: all 0.5s ease;
		border-radius:0px;
	}	

	.results .nav-tabs.nav-justified > li a{
	  height:70px;
	}
	
	.thumbnails-header h1{
		font-size:16px;
	}

	#large-carousel .carousel-control .glyphicon-chevron-left, #large-carousel .carousel-control .glyphicon-chevron-right, #large-carousel .carousel-control .icon-next, #large-carousel .carousel-control .icon-prev{
		margin-top:20px;
	}
	
	.nobr1{
		border-right:none!important;
	}
	
	.top-row{
		height:75px;
	}
		
	.carousel-caption{
		font-size:30px;
		left:120px;
	}

	.navbar-header {
	    float: none;
	}

	.navbar-toggle {
	    display: block;
	}

	.navbar-collapse {
	    border-top: 1px solid transparent;
	}

	.navbar-collapse.collapse {
	    display: none!important;
	}

	.navbar-collapse.collapse.in {
	    display: block!important;
	}

	.navbar-nav {
	    float: none!important;
	    margin: 7.5px -15px;
	}

	.navbar-nav>li {
	    float: none;
	}

	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.navbar-nav > li > a{
	font-size:11px;
	padding-left:8px!important;
	padding-right:8px!important;
}

	.nav > li > a{
	padding-left:10px!important;
	padding-right:10px!important;
}

  .property-grid .panel .panel-body {
    min-height: 370px;
  }
  #googlemap {
    min-height: 400px;
  }

}
/* Cookie Consent Custom Styles */
.freeprivacypolicy-com---nb {
  min-width: 100% !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 2rem !important;
}
.freeprivacypolicy-com---pc-overlay .cc-cp-foot-byline {
  visibility: hidden;
}
.freeprivacypolicy-com---nb.freeprivacypolicy-com---palette-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-okagree {
  background-color: #c49a6b !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-reject {
  background-color: #c49a6b !important;
}
/* Cookie bar styles end */

@media (max-width: 666px) {
	
	.mobi-marg-bott-20 {
		margin-bottom:20px;
	}
	
}
	
	
	

@media (min-width: 480px) and (max-width: 767px) {

	.top-links a:hover, .top-links a:focus{
		border:#fff 0px solid;
		padding:0px;
		transition: all 0.5s ease;
		border-radius:0px;
	}	
	
	.top-links{
		text-align:center!important;
		padding-top:10px;
	}
	
	.top-links a{
		margin-right:0px!important;
		
	}

	.mt10{
		margin-top:20px!important;
	}
	
	.mb10{
		margin-bottom:10px!important;
	}
	
	.margin-left-right-30 .btn-primary{
		margin-bottom:20px;
	}

	.thumbnails-description{
		height:150px;
	}
	
	.header-container {
		position: relative;
		background: #fff;
	}
		
	.nobr2{
		border-right:none!important;
	}	
	
	.top-row{
		height:60px;
	}

	.navbar-brand{
		float:none!important
	}
	
	.navbar-brand img{
	margin-left:auto!important;
	margin-right:auto!important;
	text-align:center!important;
		
	}

  	footer {
    font-size: 10px;
    text-align: center;
  }
}

@media (max-width: 480px) {
	.btn-primary-xs{
		font-size:14px!important;
	}

	.pagination-bottom{
		background-color:#161d44;
		margin-bottom:-20px;
	}

	.top-links a:hover, .top-links a:focus{
		border:#fff 0px solid;
		padding:0px;
		transition: all 0.5s ease;
		border-radius:0px;
	}	
	
	.top-links{
		text-align:center!important;
		padding-top:10px;
	}
	
	.top-links a{
		margin-right:0px!important;
		
	}

	.mt10{
		margin-top:20px!important;
	}
	
	.mb10{
		margin-bottom:10px!important;
	}
	
	.margin-left-right-30 .btn-primary{
		margin-bottom:20px;
	}
	
	.header-container {
		position: relative;
		background: #fff;
	}
	
	footer.footer {
		height: 80px;
	}	
	
	.nobr2{
		border-right:none!important;
	}	
		
	.top-row{
		height:60px;
	}

	.navbar-brand{
		float:none!important
	}

	.navbar-brand img{
	margin-left:auto!important;
	margin-right:auto!important;
	text-align:center!important;
		
	}

  .map-search-results#googlemap {
    height: 300px;
  }
  .property-grid .panel .panel-body {
    min-height: auto;
  }
  #googlemap {
    min-height: 300px;
  }
  footer {
    font-size: 10px;
    text-align: center;
  }
  
.my_class_name {
	margin: 0 auto;
	border: 10px double #ddd;
}
.announcement {
  display: inline-block;
  height: 100%;
  text-align: center;
  width: 100%;
  background: #161d44;
  color: white;
  margin: 40;
  padding: 400;
  vertical-align: middle;
  font-size: 1.2em;
}

.announcement a { 
  color: #c49a6e; 
}

.announcement a:hover {
  color: gold;
}
        .news-article {
            border: 2px solid #c49a6c;
            border-radius: 5px;
            padding: 0;
        }
        .article-image {
            background-repeat:no-repeat;background-size:cover;height:200px;border-radius: 5px 0 0 5px;
            background-position: 15px;
        }
        @media (max-width:450px){
            .article-image {background-repeat:no-repeat;background-size:contain;height:261px;border-radius: 5px 0 0 5px;
            background-position: 15px;}
            .text {padding-left:30px;padding-right:20px;}
        }
        @media (max-width:420px){
        .article-image {background-repeat:no-repeat;background-size:contain;height:254px;border-radius: 5px 0 0 5px;
        background-position: 15px;}
        }
        @media (max-width:375px){
        .article-image {background-repeat:no-repeat;background-size:contain;height:228px;border-radius: 5px 0 0 5px;
        background-position: 15px;}
        }
        @media (max-width:320px){
        .article-image {background-repeat:no-repeat;background-size:contain;height:191px;border-radius: 5px 0 0 5px;
        background-position: 15px;}
        }
        
        .news-article a.more {width:50%; margin-top: 20px;
        margin-bottom: 10px;}
        .testimonial {
            border: 2px solid #c49a6c;
            border-radius: 5px;
            padding: 20px;
        }
        .testimonial blockquote {
        font-family: Georgia, serif;
        font-size: 18px;
        font-style: italic;
        margin: 0.25em 0;
        padding: 0.35em 40px;
        line-height: 1.45;
        position: relative;
        color: #383838;
        border-left:none;
        }

        .testimonial blockquote:before {
        display: block;
        padding-left: 10px;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: -20px;
        top: -20px;
        color: #7a7a7a;
        }

        .testimonial blockquote cite {
        color: #999999;
        font-size: 14px;
        display: block;
        margin-top: 5px;
        }

        .testimonial blockquote cite:before {
        content: "\2014 \2009";
        }