
/*Colors 

orange #f58526 rgb 245,133,38

lighter grey  #58595b rgb 88,89,91

darker grey #414042 rgb 65,64,66


*/

html {
  position: relative;
  min-height: 100%;
}

body {
	margin: 0 0 60px 0;
	font-family: 'Montserrat light', sans-serif;
}

p, ul {
	font-size:1.0em;
}

a, button, a:hover, a:focus {
	-o-transition:.8s ease-in-out;
  -ms-transition:.8s ease-in-out;
  -moz-transition:.8s ease-in-out;
  -webkit-transition:.8s ease-in-out;
  transition:.8s ease-in-out;
	}

a {
	color:#f58526;
}

a:hover, a:focus{
	color:#373737;
	text-decoration:none;
}

.orange{
	color:#f58526;
}

.lead{
	font-size:18px;
	font-family: 'Montserrat light', sans-serif!important;
}

.name{
	font-family:Constantia,"Lucida Bright","DejaVu Serif",Georgia,serif;
	font-size:22px;
}

.header .navbar-default {
	background: rgba(255,255,255,0.9);
}

.header {
	position:absolute;
	top: 0px;
	z-index: 10;
	width: 100%;
}

.logo {
	margin-left: 30px;
	margin-top: 20px;
	margin-bottom:10px;
}

.header .header-top-bar {
	font-size:16px;
	color:#fff;
	position:absolute;
	right:0px;
	top:0px;
	padding-top:10px;
}

.header-top-bar a {
	color:#414042;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}

.header-top-bar a:hover {
	opacity:0.6;
}

.header-top-bar .header-contact {
	background-color: #f58526;
	display:inline;
	border-radius: 0px 5px 0px;
	padding:20px 0px 10px 10px;
	color:#fff!important;
}

.header-top-bar .header-contact a {
	color:#fff!important;
}

.header-contact-mobile a {
	font-size:16px;
	text-decoration: none;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
}

.navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.nav.navbar-nav li a, .navbar-nav .open .dropdown-menu>li>a {
  color: #58595b!important;
  font-size:16px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background: none;
	opacity:0.6;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover {
	opacity:0.6;
}

.dropdown-menu {
  background: #8bd3d9;
	font-size:1em;
	color:#fff!important;
}

.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
  background-color: #58595b!important;
  color: #fff!important;	
}

.navbar-default .navbar-toggle {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	float:none;
	color:#fff;
  border-color: #fff;
	background-color: #58595b;
}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #291657;
}


footer {
  background: #f58526;
  padding: 20px 0;
}

footer p {
	font-size:1em;
	color:#fff;
}

footer p a, footer p a:hover {
	color:#fff;
}

footer.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

#social-networking-side {
	position: fixed;
	right: 0px;
	width: 32px;
	z-index: 20;
}

#social-networking-side img {
	margin-bottom: 10px;
}

#social-networking-bottom {
	margin: 20px 0px;
	text-align: center;
}

#social-networking-bottom img {
	margin-left:5px;
	margin-right:5px;
}

#article-body img{
	float:right;
	padding-left:25px;
}

h1, h2 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;	color:#f58526;
}


#large-carousel {
    position: absolute;
    width: 100%;
}

#large-carousel .carousel-inner img {
    width: 100%;
}

#large-carousel .carousel-inner .item::after { /* adds the fade to the bottom of the image*/
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -130px;
  height: 130px;
  width: 100%;
  content: '';
}

/* to make the images fade instead of slide.  remove this if slide is required*/

#large-carousel.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}
#large-carousel.carousel-fade .carousel-inner .active {
 	opacity: 1;
}
#large-carousel.carousel-fade .carousel-inner .active.left,
#large-carousel.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
#large-carousel.carousel-fade .carousel-inner .next.left,
#large-carousel.carousel-fade .carousel-inner .prev.right {
 	opacity: 1;
}
#large-carousel.carousel-fade .carousel-control {
 	z-index: 2;
}

/* to make the images fade instead of slide.  remove this if slide is required*/


.search-facility {
	padding: 10px 20px 20px;
	background: rgba(255,255,255,0.7);
}

.search-facility .heading {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-size:1.8em;
	color:#f58526;
}

.search-facility .nav-tabs {
	border-bottom: 0px;
	margin-bottom:20px;
}

.search-facility .nav-tabs > li > a {
  border: none;
	border-radius: 5px;
	font-size:1em;
	padding-top:10px;
	padding-bottom:10px;
	text-transform:uppercase;
	margin-left:1px;
	margin-right:1px;
}

.search-facility .nav-tabs {
	margin-top:20px;
	}

.search-facility .nav-tabs li a:link, .search-facility .nav-tabs li a:visited {
	background: #58595b!important;
	color: #fff!important;
	text-decoration: none;
	border: none;
}

.search-facility .nav-tabs li a:hover, .search-facility .nav-tabs li a:active {
	background: #414042!important;
	border: none!important;
}

.search-facility .nav-tabs li.active a {
	background: #f58526!important;
	border: none!important;
}

.search-facility .btn-default {
	font-size:1.2em;
}

.draw-search-container {
	margin: 30px 0px;
}

.draw-search-container .btn {
	font-size:1.2em;
}

.btn-draw-search {
	background-color: #414042;
	color: #fff!important;
	border: none;
}

.btn-draw-search:hover, .btn-draw-search.focus,.btn-draw-search:focus, .btn-draw-search.active,.btn-draw-search:active, .btn-draw-search.active.focus,.btn-draw-search.active:focus,.btn-draw-search.active:hover,.btn-draw-search:active.focus,.btn-draw-search:active:focus,.btn-draw-search:active:hover {
	background-color:#58595b!important;
	color: #fff;
	border: none;
}

.box1, .box2, .box3 {
	margin-top:30px;
	color:#fff;
	padding: 20px;
}

.box1 {
	background: rgba(88,89,91,0.8);	
}

.box2 {
	background: rgba(245,133,38,0.8);	
}

.box3 {
	background: rgba(65,64,66,0.8);	
}

.box1 .heading, .box2 .heading, .box3 .heading {
	margin:0px 0px 10px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;	font-size:1.6em;
}

.btn-box1, .btn-box2, .btn-box3 {
	margin-top:50px;
	text-align: left;
	font-size:1.6em;
	color: #fff!important;
	border: none;
}

.btn-box1 {
	background-color:#58595b;
}

.btn-box2 {
	background-color:#f58526;
}

.btn-box3 {
	background-color:#414042;
}

.btn-box1:hover, .btn-box1.focus,.btn-box1:focus, .btn-box1.active,.btn-box1:active, .btn-box1.active.focus,.btn-box1.active:focus,.btn-box1.active:hover,.btn-box1:active.focus,.btn-box1:active:focus,.btn-box1:active:hover,
.btn-box2:hover, .btn-box2.focus,.btn-box2:focus, .btn-box2.active,.btn-box2:active, .btn-box2.active.focus,.btn-box2.active:focus,.btn-box2.active:hover,.btn-box2:active.focus,.btn-box2:active:focus,.btn-box2:active:hover,
.btn-box3:hover, .btn-box3.focus,.btn-box3:focus, .btn-box3.active,.btn-box3:active, .btn-box3.active.focus,.btn-box3.active:focus,.btn-box3.active:hover,.btn-box3:active.focus,.btn-box3:active:focus,.btn-box3:active:hover {
	color: #eee;
	border: none;
}

.btn-box1:hover, .btn-box1.focus,.btn-box1:focus, .btn-box1.active,.btn-box1:active, .btn-box1.active.focus,.btn-box1.active:focus,.btn-box1.active:hover,.btn-box1:active.focus,.btn-box1:active:focus,.btn-box1:active:hover {
	background-color:#3E3F40;
}

.btn-box2:hover, .btn-box2.focus,.btn-box2:focus, .btn-box2.active,.btn-box2:active, .btn-box2.active.focus,.btn-box2.active:focus,.btn-box2.active:hover,.btn-box2:active.focus,.btn-box2:active:focus,.btn-box2:active:hover {
	background-color:#DD690B;
}

.btn-box3:hover, .btn-box3.focus,.btn-box3:focus, .btn-box3.active,.btn-box3:active, .btn-box3.active.focus,.btn-box3.active:focus,.btn-box3.active:hover,.btn-box3:active.focus,.btn-box3:active:focus,.btn-box3:active:hover {
	background-color:#303030;
}

.btn-default {
	background-color:#f58526;
	color: #fff!important;
	border: none;
}

.btn-default:hover, .btn-default.focus,.btn-default:focus, .btn-default.active,.btn-default:active, .btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover {
	background-color:#373737!important;
	color: #fff;
	border: none;
}

.btn-default[disabled] {
	background-color:#f58526!important;
	border: none!important;
	filter:alpha(opacity=8);
	opacity:.8
}

.iamsold{
	float:right;
	padding-left:20px;
	padding-bottom:20px;
}

.main-content {
	background-color:#fff;
	margin-top:30px;
	padding-top:15px;
	padding-bottom:15px;
}

.news-box {
	background-color:#ebebeb;
	padding: 5px 20px 20px;
}

.news-box h3, .news-box h3 a {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;	color:#f58526;
	text-decoration:none;
}

.news-box h3 a:hover {
	color:#373737;
}

#recent-properties h3 {
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;	font-size:1.8em;
	color:#f58526;	
}

#recent-properties .thumbnail, .property-content .thumbnail {
	border:0;
	padding:0;
	margin:0;
}

#recent-properties img.recent-image {
	width:100%;
}

#recent-properties .recent-detail {
	background-color:#f58526;
	color:#fff;
	padding:20px;
}

#recent-properties .recent-detail a {
	color:#fff;
	text-decoration:none;
}

#recent-properties .recent-detail a:hover {
	color:#eee;
}

#latest-news, #recent-properties, .portal-logos {
	margin-top:40px;
}

#latest-news h2, #recent-properties h2 {
	text-align: center;
	margin-bottom:20px;
}

.btn-recent {
	background-color:#373737;
	color: #fff!important;
	border: none;
	font-size:1.1em;
}

.btn-recent:hover, .btn-recent.focus,.btn-recent:focus, .btn-recent.active,.btn-recent:active, .btn-recent.active.focus,.btn-recent.active:focus,.btn-recent.active:hover,.btn-recent:active.focus,.btn-recent:active:focus,.btn-recent:active:hover {
	color: #fff;
	border: none;
}

.btn-recent:hover, .btn-recent.focus,.btn-recent:focus, .btn-recent.active,.btn-recent:active, .btn-recent.active.focus,.btn-recent.active:focus,.btn-recent.active:hover,.btn-recent:active.focus,.btn-recent:active:focus,.btn-recent:active:hover {
	background-color:#0f454f;
}

.contact-section {
	margin-top:40px;
	padding: 30px 0px 40px;
	color:#fff;
	background-color:#414042;
}

.contact-section a {
	color:#fff;
	text-decoration:none;
}

.contact-section a:hover {
	opacity:0.6;
}

.contact-section h3 {
	margin: 0px 0px 30px;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;}

.btn-contact-send {
	background-color:#f58526;
	color: #fff!important;
	border: 1px solid #fff;
}

.btn-contact-send:hover, .btn-contact-send.focus,.btn-contact-send:focus, .btn-contact-send.active,.btn-contact-send:active, .btn-contact-send.active.focus,.btn-contact-send.active:focus,.btn-contact-send.active:hover,.btn-contact-send:active.focus,.btn-contact-send:active:focus,.btn-contact-send:active:hover {
	background-color:#414042!important;
	color: #fff;
	border: 1px solid #fff;
}

.btn-contact-send[disabled] {
	background-color:#F9A662!important;
	border: 1px solid #fff!important;
	filter:alpha(opacity=8);
	opacity:.8
}

.main-image-container {
	position:absolute;
	width:100%;
}

.main-image-container img {
	width:100%;
}

.main-image-container::after { /* adds the fade to the bottom of the image*/
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
  margin-top: -130px;
  height: 130px;
  width: 100%;
  content: '';
}

.well {
	background-color:#fff;
}

p.testimonial-name {
 font-weight:bold;
	font-style:italic;
 color:#f58526;
}

.negotiator h2 {
	font-size:2em;
	margin:10px 0px 0px;
}

.negotiator h3 {
	font-size:1.2em;
	margin:10px 0px 20px;
	text-transform: uppercase;
}

.negotiator h3 a {
	color:#777;
}

.negotiator-bio {
	font-size:1.2em;
	margin-bottom:30px;
}

.negotiator-contact .btn {
	margin: 20px 0px 10px;
}

.negotiator img {
	margin-left:auto;
	margin-right:auto;
}

.btn-team {
	text-align:left;
}

.add-to-shortlist .remove, .remove-from-shortlist .add {
  display: none;
}

.remove .glyphicon-heart {color:#f00;}

#googlemap {
  width: 100%;
  height: 300px;
}

#requestedDate, #requestedTime {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-control.styled-select::-ms-expand {/* Custom styled select elements. Internet Explorer 10 and > */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

.form-control.styled-select {/* Custom styled select elements. Internet Explorer 10 and > */
	background: #fff url('../images/select-bg.jpg') top right no-repeat!important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.formhoney {
  visibility: hidden;
  display: none;
}

.spacer-top {
	margin-top:20px;
}

.spacer-bottom {
	margin-bottom:20px;
}

.pagination {
  margin: 0;
}

.pagination li a .bracket {
  display: none;
}

.pagination span.hellip {
  cursor: not-allowed;
}

.pagination > li a  {
	background-color: #f58526 !important;
	border:none !important;
	color: #fff !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	border:none !important;
	color: #fff !important;
	background-color: #58595b!important;
}

.animated-spinner {
  width: 100px;
  margin: 0 auto;
  padding: 20px;
  color: #d14348;
  font-size: 2em;
}

.map-search-results#googlemap {
  height: 600px;
}

.thumbnails-container {
	background-color:#ebebeb;
	padding:20px;
	margin:20px 0px;
}

.thumbnails-buttons {
	margin-top:30px;
}

.thumbnails-buttons .btn {
	font-size:1.2em;
}

.property h3 {
  margin: 0 0 15px 0;
}

.property h3 a {
	color:#f58526;
}

.property .thumbnails-price p {
	font-size:1.2em;
}

.property .corner-flash {
  position: absolute;
  z-index: 1;
}

.thumbnail .corner-flash {
  position: absolute;
  z-index: 1;
}

.property-room-numbers {
	text-align: right;
	font-weight: bold;
	font-size:1.2em;
}

.property-bedrooms, .property-receptions, .property-bathrooms {
	display: inline-block;
	width: 40px;
	height: 19px;
	margin: 0 0 0 5px;
}

.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;
}

.property-content, .page-content {
	background-color:#fff;
	padding: 15px 30px;
	margin-bottom:30px;
}

.property-content .property-room-numbers {
	margin-top:30px;
}

.property-content .property-price {
	font-size:1.4em;
}

.property-content .property-buttons .btn {
	text-align:left;
	font-size:1.2em;
	margin-bottom:20px;
}

.property-enquiry {
	margin:50px 0px;
	text-align:center;
}

.property-enquiry h3 {
	font-size:2em;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;	color:#f58526;
}

.property-enquiry p a {
	font-size:1.4em;
	color:#333;
	text-decoration:none;
}

.property-content .key-features {
	margin: 20px 0px;
}

#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-images .corner-flash {
  position: absolute;
  width: auto;
  z-index: 1;
}

#property-carousel .carousel-inner .item img {
  max-height: 500px;
  width: 100%;
  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: #fff;
}

#slideshow .modal-content {
  border: 8px solid #ffffff;
}

#back-to-top {
  background: #333333;
  position: fixed;
  bottom: 10px;
  right: 15px;
  display: none;
  padding: 5px 10px;
  border-radius: 3px;
	border:1px solid #fff;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
}


.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 (max-width:1262px) {
	
	.nav.navbar-nav li a {
  padding-left:10px;
	padding-right:10px;
}
	
	
}

@media (max-width:1162px) {
	
	.nav.navbar-nav li a, .navbar-nav .open .dropdown-menu>li>a {
  font-size:16px;
}
	
	
	
}

@media (min-width:992px) and (max-width:1065px) {
	
		.nav.navbar-nav li a, .navbar-nav .open .dropdown-menu>li>a {
		font-size:14px;
	}
	
	
}





@media (min-width: 1201px) {
	
	.main-content {
		padding-left:30px;
		padding-right:30px;
	}
	
	
	#recent-properties img.recent-image {
	height:235px;
	}
	
  .property-grid .panel .panel-body {
    min-height: 375px;
  }
  .affix {
    width: 263px;
    top: 68px;
  }
  #googlemap {
    min-height: 600px;
  }
	
	#contact-map #googlemap {
		min-height: 420px!important;
	}
	
}

@media (min-width:992px) {
	
	.search-facility {
	margin-top:180px;
	}
	
	#social-networking-side {
	top: 160px;
	}
	
	.property-content, .page-content {
		margin-top:180px;
	}
	

	
}

@media (min-width: 992px) and (max-width: 1200px) {
	
	.header .header-top-bar {
	font-size:14px;
	}
	
	#recent-properties img.recent-image {
	height:190px;
	}
	
  .property-grid .panel .panel-body {
    min-height: 370px;
  }
  .affix {
    top: 99px;
    width: 293px;
  }
  #googlemap {
    min-height: 500px;
  }
	
}


/* Navbar fix for tablets */
@media (min-width: 768px) and (max-width: 991px) {
        
	.navbar-header {
     float: none;
        }
   
        .navbar-toggle {
    display: block;
        }

        .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }

        .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 fix for tablets */

@media (max-width:991px) {
	
	.header {
	position:relative;
	}
	
	.header .navbar-default {
	background-color:#f58526;
	}
	
	.logo {
	margin-left: 0px;
	}
	
	.logo img {
		margin-left:auto;
		margin-right:auto;
		height:40px;
	}
	
	.search-facility {
	margin-top:30px;
	}
	
	.search-facility .btn {
		margin-bottom:10px;
	}
	
	.draw-search-container .btn-group {
		margin-bottom:20px;
	}
	
	#social-networking-side {
	top: 20px;
	}
	
	#contact-map  {
		margin-bottom:30px;
	}
	
	.box1 {
	background-color: #f58526;	
	}

	.box2 {
		background-color: #58595b;	
	}

	.box3 {
		background-color:#414042;	
	}
	
	.property-room-numbers {
		text-align: left;
		margin-bottom: 10px;
	}

	.property-bedrooms, .property-receptions, .property-bathrooms {
		text-align: right;
	}
	
	
}



@media (min-width: 768px) and (max-width: 991px) {
	
	.header-contact-mobile {
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.header-contact-mobile a {
		margin-left:20px;
		margin-right:20px;
	}
	
	#recent-properties img.recent-image {
	height:190px;
	}
	
	.property-buttons {
		margin-top:20px;
	}
	
  #googlemap {
    min-height: 400px;
  }

}



@media (max-width:767px) {
	
	body {
	margin: 0 0 80px 0;
	}
	
	.header-contact-mobile a {
	display:block;
	}
	
	#main-search {
	display:none;
	}
	
	.mobile-search-button {
		margin: 30px 0px 0px;
		font-size:1.4em;
	}
	
	.search-facility {
		padding: 10px 0px 20px;
		margin-top:10px;
	}
	
	.main-content, #latest-news, #recent-properties, .portal-logos {
	margin-top:0px;
	}
	
	.news-box, .recent-box {
		margin-bottom:30px;
	}
	
	.btn-reg {
		margin-top:20px;
	}
	
	.negotiator {
		text-align:center;
	}
	
	.draw-search-container .list-button {
		margin-bottom:20px;
	}
	
	.property img.thumbnail-photo {
		width:100%;
		margin-bottom:20px;
	}
	
	.thumbnails-buttons .btn {
		margin-top:20px;
		width:100%;
	}
	
	.property-content, .page-content {
	padding: 15px 0px;
	}
	
}

@media (min-width: 480px) and (max-width: 768px) {
  footer {
    font-size: 10px;
    text-align: center;
  }
}


@media (max-width: 480px) {
	
	.btn-box1, .btn-box2, .btn-box3 {
	font-size:1.4em;
	}
	
  .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;
  }
  
}

/* Cookie privacy policy*/
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

    background-color: rgba(0, 0, 0, 0.8) !important;
    max-width: 100% !important;
    
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree{
	background-color: #f58526 !important;
	color:#fff !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject{
	background-color: #f58526 !important;
	color:#fff !important;
}
/* Cookie privacy policy */

        @media (min-width: 992px) {
            .office-photo {
                margin-top: 180px;
            }
        }

        @media (max-width: 991px) {
            .office-photo img {
                padding-top: 10px;
            }
        }


.dropdown-menu {
    background: #e1e1e1 !important;
    font-size: 1em;
    color: #fff !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #aeaeae;
    outline: 0;
}