.status-text-underoffer {
	font-weight: 900;
}



/* Make it black */
.form-style .form-control {
	background-color: #000000;
}
.nav-mobile {
	background:#000000;
}
.nav-mobile h2 {
	color: #FD8B2B;
}
#wrapper {
	 background: #000000;
}
#footer {
	background: #000000;
}
#copyright {
	color: #555555;
}
.contact-us {
  list-style: none;
  padding: 15px 40px;
  background-color: #333333;
  border: 1px solid #999999;
  overflow: hidden;
  margin-bottom: 25px;
}
.contact-us li i {

  color: #999999;
  background-color: transparent;
    border: 1px solid #999999;
  margin-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#home-advanced-search {
	background: #000000;
}

#banner-container {
	background-position:center;
}
.chzn-container .chzn-drop {
  color: #292929;
}
.form-control {
    background-color: #464646;
}
body{
	color: #ffffff;
}
.panel-body {
	
	color: #000000;
}
.form-style {
	background-color: #222222;
	color: #ffffff;
}
.form-control {
	color: #ffffff !important;
}

/* # Property List Page make black */
.grid-style1 .item,
.grid-style2 .item,
.list-style .item {
  margin: 0 auto 43px;
  text-align: left;
  position: relative;
    -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  border: solid 1px #555;
  }
.chzn-container-single .chzn-single  {
	font-size: 14px;
	color:#ededed;
	  border: solid 1px #555;
}
.view-mode ul, .sort ul{
		  border: solid 1px #555;
}
.grid-style1 .item > .info h3 a, .grid-style2 .item > .info h3 a, .list-style .item > .info h3 a, .grid-style1 .item > .info-blog h3 a, .grid-style2 .item > .info-blog h3 a, .list-style .item > .info-blog h3 a {
	
	color: #ededed;
}
.grid-style1 .item .amenities, .grid-style2 .item .amenities, .list-style .item .amenities{
	background-color: #222;
	color: #ededed;
	border-color: #555;
}
.agencies-list > li .info h2, .agencies-grid > li .info h2, .agents-list > li .info h2, .agents-grid > li .info h2, .agencies-list .item .info h2, .agencies-grid .item .info h2, .agents-list .item .info h2, .agents-grid .item .info h2 {
	color: #FD8B2B;
}












/* Property Carousel Hover */
.owl-controls .owl-buttons div.owl-prev:hover,
.owl-controls .owl-buttons div.owl-next:hover {
  background: #555555;
  color: #ffffff;
}

.multibranch-selector ul {
  top: 25px;
  background-color: #99A8A3;

}

.nav-tabs {
 display: block;
}


/* #Logo and Menu Background */
.nav-logo img{
	height:85px;
}
.nav-logo {
	height:85px;
}

.navbar {
	margin: 0;
}



/* # Navigation */
.navbar-nav > li > a {
  padding: 0px 8px;
  display: block;
  color: #fff;
  line-height: 105px;
 

}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus,
.navbar-nav > li > a.active {
  background-color: transparent;
  color: #99A8A3;
  
}
/*  Nav background stripes  */
#nav-section {
	background: #000000 url('navsection.png') no-repeat;
	background-position: top center;
}
/*menu media queries 
=================================================*/

@media (min-width: 993px) and (max-width: 1199px) {
#nav-section {
	background: #000000 url('navsection1.png') no-repeat;
	background-position: top center;
}
}

@media (min-width: 768px) and (max-width: 992px) {
#nav-section {
	background: #000000 url('navsection2.png') no-repeat;
	background-position: top center;
}		
}
@media (max-width: 767px) {
#nav-section {
	background: #000000 url('navsection4.png') no-repeat;
	background-position: top left;
}	
}
/*  Nav background stripes shrink */
#nav-section.shrink {
	background: #000000 url('navsectionshrink.png') no-repeat;
	background-position: top center;
}
/*menu media queries 
=================================================*/

@media (min-width: 993px) and (max-width: 1199px) {
#nav-section.shrink {
	background: #000000 url('navsectionshrink1.png') no-repeat;
	background-position: top center;
}
}

@media (min-width: 768px) and (max-width: 992px) {
#nav-section.shrink {
	background: #000000 url('navsectionshrink2.png') no-repeat;
	background-position: top center;
}		
}
@media (max-width: 767px) {
#nav-section.shrink {
	background: #000000 url('navsectionshrink4.png') no-repeat;
	background-position: top left;
}	
}




/* Featured Properites Anemity Font Size */
.carousel-style1 .item .amenities li {
	font-size: 14px;
}

/* # Headings and Paragraphs */

.section-title,
.section-highlight {
  padding-bottom: 24px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 12px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:32px;
}
.section-highlight {
	font-size:26px;
}
.section-title:before, .section-highlight:before, .section-title:after, .section-highlight:after {
		background: none;
		  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0px;

}


.main {
	padding-top: 0;
}

/* # Body text */
body {
  font-size: 16px;
 
}
p {
	margin: 1em 0 1em 0;

}




/* # Text Link Text Colour*/

	a {
		color:#74777c;
	}
	a:hover {
		color:#99A8A3;
	}
	
/* # Footer Text */

.footer-contacts li {
  font-size: 16px;
    color: #99A8A3;
}
#footer-top a {
  color: #99A8A3;
}
#footer-top a:hover {
  color: #5b5b5b;
  text-decoration: none;
}



/* # Property Details Page */
#property-detail-large .item img {
	border: 1px solid #ffffff;
}
#property-detail-wrapper {
	border: 1px solid #ededed;
	background: #f5f5f5;
}
.lettingfees a, .lettingfees a:active, .lettingfees a:visited{
	color: #ffffff;
	text-decoration:underline;

}
.lettingfees a:hover{
	color: #ededed;
	text-decoration:underline;
}

/* # Property Status */
.status-available{
	background: url("../LEWG/Statusgreen.png");
}
.status-underoffer {
	background: url("../LEWG/Statusorange.png");
}
.status-exclusive {
	background: url("../LEWG/Statuspurple.png");
}
.status-sold {
	background: url("../LEWG/Statusred.png");
}
.status-newinstruction {
	background: url("../LEWG/Statuspurple.png");
}
.status-let {
	background: url("../LEWG/Statusred.png");
}
.status-notavailable {
	background: url("../LEWG/Statusred.png");
}


/* # Price Tags  */
.carousel-style1 .item .price {
  position: absolute;
  top: 10px;
  font-size: 14px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.carousel-style1 .item .price span{
	font-size: 15px;
}
.carousel-style1 .item .price:before {
  border-width: 0;
}

.grid-style1 .item .price,
.grid-style2 .item .price,
.list-style .item .price,
.grid-style1 .item .tag,
.grid-style2 .item .tag,
.list-style .item .tag {
  position: absolute;
  top: 10px;
  left: 20px;
  background-color: #455560;
  color: #fff;
  font-size: 15px;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
  
}
.grid-style1 .item .price,
.grid-style2 .item .price {
	font-size: 13px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span {
	font-size:14px;
}
.grid-style1 .item .price span,
.grid-style2 .item .price span,
.list-style .item .price span,
.grid-style1 .item .tag span,
.grid-style2 .item .tag span,
.list-style .item .tag span{
	font-size:16px;
}
.grid-style1 .item .price:before,
.grid-style2 .item .price:before,
.list-style .item .price:before,
.grid-style1 .item .tag:before,
.grid-style2 .item .tag:before,
.list-style .item .tag:before {
  border-width: 0;

}
#property-detail-wrapper.style1 .price {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #455560;
  color: #fff;
  padding: 2px 20px 2px 10px;
  z-index: 10;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  box-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
#property-detail-wrapper.style1 .price:before {

  border-width: 0;
}

/* # Team Page */
.agents-list .item .info {
  width: 100%;
  margin-left: 3%;
}

/* # Contact Page */
.sidebar {
	
  padding-top: 0px;
  padding-bottom: 80px;
}

/*Custom Button Class */

.button-but,
.button-but:focus {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
}
.button-but:hover,
.button-but:active,
.button-but.active,
.open .dropdown-toggle.button-but{
  background-color: transparent;
  border-color: #99A8A3;
  color: #99A8A3;
}


.parallax {
	padding:85px 0 0 0;
}

	
	


/* # Action Box */
.action-box {
  background-color: #99A8A3;
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}

/*  Big Button Panel */
.colored-bg:before
{
  background-color: #99A8A3;
}
.property-large-buttons2 li {
  width: 75%;

  color: #99A8A3;
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */

.slider-title {
	font-family: 'Sarala', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #99A8A3;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle
{
	
  color: #ffffff;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title2 {
	font-family: 'Sarala', sans-serif;
  font-size: 34px;
  font-weight: 300;
  color: #99A8A3;
  line-height: 34px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle2
{
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  line-height:26px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title3 {
	  font-family: 'Sarala', sans-serif;
  font-size: 36px;
	text-transform: uppercase;
  color: #99A8A3;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle3
{
  color: #99A8A3;
  font-size: 38px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle4
{
  color: #99A8A3;
  font-size: 12px;

  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}

.btn-default3{
	
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}



a.tp-caption.btn-default:hover, a.tp-caption.btn-lg:hover {
    color: #fff;
    height: auto !important;
}
/* # Site Map listings */

.sitemap-listings {
  list-style: none;
  padding: 0;
}
.sitemap-listings li {
  min-height: 58px;
  display: block;
  margin-bottom: 2px;
  width: 100%;
  position: relative;
  padding: 4px 42px 0 64px;
}
.sitemap-listings li .image {
  width: 58px;
  height: 58px;
  overflow: hidden;
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.sitemap-listings li .image img {
  height: 100%;
}
.sitemap-listings li a {
  line-height: 8px;
  z-index: 1;
  display: inline;
  width: 100%;
  min-height: 58px;
  vertical-align: middle;
}
.sitemap-listings li a span {
  position: absolute;
  right: 0;
  top: 10px;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13pt;
  border: 1px solid #74777c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.sitemap-listings li li:hover > p a {
  color: #99A8A3 !important;
}
.sitemap-listings li li:hover > p a span {
  border-color: #99A8A3;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .sitemap-listings li {
    padding: 4px 42px 0 0;
  }
  .sitemap-listings li .image {
    display: none;
  }
}


/* # Form - field size */

.form-control-tiny {
  width: 140px;
  display: inline-block;
  margin: 0 10px;
}

.form-control-tiny .chzn-container,
.form-control-tiny .form-control {
  margin-bottom: 15px;
  width: 100%;
}
/* # Partners Logos */

#partners {
  padding-top: 15px;
  background: #aaa;
}
#partners .item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.0);
  margin: 2px;
  padding: 10px 0px;
  vertical-align: middle;
}
/* # Top Contact Bar */
#topbar{
	color: #ffffff;
	background: transparent;
		text-decoration:none;
	padding: 2px 0 2px 0;

}
#topbar a, #topbar a:active, #topbar a:visited  {
	color: #ffffff;
		text-decoration:none;
}
#topbar a:hover {
	color: #000000;
	text-decoration:none;
}

/* Feature Formatting */
.feature-bg {
		padding:48px 0 0 0;
		background: #96A5A1 url('repeat.jpg');
}
.feature-bg .section-title{
		color: #ffffff;
}
.feature h3{
		color: #fff;
}
.feature:hover h3{
		color: #fff;
}
.feature-bg p{
		color: #ffffff;
}
.feature-bg .btn-default-color {
	color: #fff;
	border-color: #fff;
}
.feature-bg .btn-default-color:hover{
	color: #ffffff;
	border-color: #ffffff;
}
.feature i{
		color: #FD8B2B;
		border: 4px solid #FD8B2B;
}
.feature:hover i{
		color: #000000;
}
.feature i:after {
	  background: #000000;
}
.properties-bg {

	padding: 24px 0 24px 0;
  position: relative;
  background:#000000; /*#efefef url('propertybg.jpg');*/
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.properties-bg h2{
	color: #ffffff;
}

.testimonials-bg {
		padding: 24px 0 24px 0;
  position: relative;
  background:  #dddddd url('testbg.jpg');
  width: 100%;
  height: 200%;

}

.tenantbox {
	    border-radius: 8px;
		background: url('repeat.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.tenantbox h5 {
	color: #ffffff;
	font-size: 22px;
}
.platinum {
	    border-radius: 8px;
		background: url('platinum.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.platinum h5 {
	color: #ffffff;
	font-size: 22px;
}
.gold {
	    border-radius: 8px;
		background: url('gold.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.gold h5 {
	color: #ffffff;
	font-size: 22px;
}
.bespoke {
	    border-radius: 8px;
		background: url('repeat.jpg');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.bespoke h5 {
	color: #ffffff;
	font-size: 22px;
}
/* Social Sharing Button Colours */
.share-wraper .social-networks li a {
  font-size: 13pt;
  height: 30px;
  line-height: 30px;
  width: 30px;
   opacity:1.0;
}
.social-networks li a:hover {
    color: #ffffff !important;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#ctl00_ContentPlaceHolderMain_hypFacebook{
	background: #3b5998;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypTwitter{
	background: #55acee;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypGooglePlus{
	background: #dd4b39;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPinterest{
	background: #cb2027;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypEmail{
	background: #747777;
	color: #ffffff;
	border: none;
}
#ctl00_ContentPlaceHolderMain_hypPrint{
	background: #747777;
	color: #ffffff;
	border: none;
}

.testimonials .item .text a{
	color: #000;
}
.testimonials .item .text a:hover{
	color: #FB8C29;
	text-decoration:none;
}



/* ===============hidding footer links - second and third column==========*/

/*added for footer links and all */
#footer-top .block {
	padding-bottom:0;
}
#footer {
	background:#333;
	background:#000000;
	
}
#footer-top {
	padding-top: 0;
}

#footer-top h3{
	color:#000000;/*#d8d8d8, #f1f3f6   */
	
}


#footer-contacts {
color:#ffffff;
}

/* fa icons */
#footer .fa-map-marker, #footer .fa-phone ,#footer .fa-envelope {
color: #aaa;
	border: 1px solid #aaa;
}

#footer li {
	color:#fff;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#fd8b2b; /*orange*/
}


/*second and third colum */
/*this ones are the lines*/
#footer-top li {
	border-top: none;
	border-bottom: none;
}

#footer-top #ctl00_repFooterLinks_ctl00_hypFooterLink, #footer-top #ctl00_repLatestListings_ctl00_hypFooterLastestListings {
	color:#000000;
		border: none;
}

#footer-top #ctl00_repLatestListings_ctl01_hypFooterLastestListings {
	color:#000000;

	border: none;
}

#footer-top #ctl00_repLatestListings_ctl02_hypFooterLastestListings,
#footer-top #ctl00_repFooterLinks_ctl01_hypFooterLink,
#footer-top #ctl00_repFooterLinks_ctl02_hypFooterLink,
#footer-top #ctl00_repFooterLinks_ctl03_hypFooterLink{

	color:#000000;
}

#footer-top #ctl00_repLatestListings_ctl00_imgFooterLastestListings, 
#footer-top #ctl00_repLatestListings_ctl01_imgFooterLastestListings,
#footer-top #ctl00_repLatestListings_ctl02_imgFooterLastestListings {
	display: none;
	border: none;
	background-color: none;
}

#footer-top  span{
	border: none;
}

#property-detail-wrapper.style1 .virtualtour {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url('VirtualTour.png');
    background-repeat: no-repeat; 
    padding: 60px 60px 60px 60px;
    z-index: 10;
}

