/* number in circle */

.numberCircle {
    border-radius: 50%;


    width: 72px;
    height: 72px;
	
	margin-top: 12px;
    background: #00457d;
    border: 2px solid #00457d;
    color: #fff;
    text-align: center;
	line-height:64px;
    font-size: 46px;

}
.numberText {
	padding-left: 20px;
}
a {
	font-weight: bold;
}


h3,h4,h5 {
	font-family: 'Open Sans', sans-serif;
}

.nav-tabs {
 display: block;
}


/* #Logo and Menu Background */
.nav-logo img{
	height:117px;
}
.nav-logo {
	height:117px;
	margin: 2px 0
}
#nav-section {
	background: #ffffff;
}


.navbar {
	margin: 0 20px 0 0;
}
/* # Navigation */
.navbar-nav > li > a {
  padding: 0px 12px;
  display: block;
  color: #878789;
  line-height: 125px;
  text-transform: uppercase;
  	font-weight: normal;
  font-size: 15px;
}
.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: #00457d;
}

/* Drop Down Box Font Size */

.chzn-container-single .chzn-single  {
	font-size: 14px;
}


/* Featured Properites Anemity Font Size */
.carousel-style1 .item .amenities li {
	font-size: 14px;
}

/* # Headings and Paragraphs */

.section-title,
.section-highlight {
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 12px;
  margin-top: 20px;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}
.section-title {
	font-size:26px;
}
.section-highlight {
	font-size:24px;
}

.section-title:before, .section-highlight:before, .section-title:after, .section-highlight:after {
		background: #ffffff;
		  content: " ";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 0px;

}


.main {
	padding-top: 0;
}

/* # Body text */
body {
  font-size: 16px;
  color: #333333;
 
}
p {
	margin: 1em 0 1em 0;


}

#copyright {
	font-size: 15px;
}


/* # Text Link Text Colour*/

	a {
		color:#00457d;
	}
	a:hover {
		color:#878789;
	}
	
/* # Footer Text */

.footer-contacts li {
  font-size: 15px;
  color: #00457d;
}
#footer-top a {
  color: #00457d;
}
#footer-top a:hover {
  color: #878789;
  text-decoration: none;
}


/* # Property Details Page */
#property-detail-large .item img {
	border: 1px solid #ffffff;
}
#property-detail-wrapper {
	border: 1px solid #ededed;
	background: #f5f5f5;
}
#ctl00_ContentPlaceHolderMain_hypLettingsFees {
	color: #ffffff;
	text-decoration:underline;

}
#ctl00_ContentPlaceHolderMain_hypLettingsFees:hover{
	color: #878789;
	text-decoration:underline;
}

/* # Property Status */
.status-available{
	background: url("Statusgreen.png");
}
.status-underoffer {
	background: url("Statusorange.png");
}
.status-exclusive {
	background: url("Statuspurple.png");
}
.status-sold {
	background: url("Statusred.png");
}
.status-newinstruction {
	background: url("Statuspurple.png");
}
.status-let {
	background: url("Statusred.png");
}
.status-notavailable {
	background: url("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;
}
/* # Property List Page */
.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 #ededed;
  

}
/* # 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: #00457d;
  color: #00457d;
}


/* # Backgrounds */
.homevideo-bg {
  position: relative;
  background:  #a19d99;
  width: 100%;
  height: 100%;
  text-align: center;

}
.properties-bg {
  position: relative;
  background:  #f3f3f3 url('properties.jpg');
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.properties-bg h2{

	padding: 24px 0 24px 0;
}

.purple-bg {
	background: #862fff;
}
.sales-bg {
	background: #D4D4D4;
}


.feature-bg {
	  position: relative;
  background:  url('tile.png');
  background-repeat: repeat;
  height: 100%;
}


.parallax {
	padding:85px 0 0 0;
}




/* # Action Box */
.action-box {
  background: #fdb927 url("action.png");
  padding: 40px 0;
  color: #fff;
  position: relative;
}
.action-box h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 40px;
}
.feature:hover h3 {
  color: #fdb927;

}
.feature-bg {
	background: #00457d;
}
.btn-default-color:hover {
	color: #fdb927;
	border-color: #fdb927;
}
/*  Big Button Panel */
.colored-bg:before
{
  background-color: #00457d;
}
.property-large-buttons2 li {
  width: 75%;

  color: #00457d;
}
.aw-adjust{
	padding-bottom: 5px
}

/* # Slider Text */

.slider-title {
	font-family: 'Raleway', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #00457d;
  line-height: 60px;
}
.slider-subtitle
{
	
  color: #5b5b5b;
  font-size: 34px;
  font-weight: 300;
  line-height: 28px;
}
.slider-title2 {
	  font-family: 'Crimson Text', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle2
{
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-title3 {
	  font-family: 'Crimson Text', sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #00457d;
  line-height: 48px;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.1);
}
.slider-subtitle3
{
	 font-family: 'Crimson Text', sans-serif;
  color: #555559;
  font-size: 48px;
  font-weight: 300;
  line-height: 48px;
  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: #00457d !important;
}
.sitemap-listings li li:hover > p a span {
  border-color: #00457d;
}
@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-large,
.form-control-small {
  width: 300px;
  display: inline-block;
  margin: 0 2px;
}
.form-control-small {
  width: 180px;

}

.form-control-tiny {
  width: 140px;
  display: inline-block;
  margin: 0 2px;
}

.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.5);
  margin: 4px;
  padding: 10px 15px;
  vertical-align: middle;
}
/* # Top Contact Bar */
#topbar{
	color: #00457d;
	background: #ffffff;
		text-decoration:none;
	padding: 2px 0 2px 0;

}
#topbar a, #topbar a:active, #topbar a:visited  {
	color: #00457d;
		text-decoration:none;
}
#topbar a:hover {
	color: #878789;
	text-decoration:none;
}
.feature:hover h3 {
  color: #fdb927;

}
#listing-header {
	margin-top: 0;
}

.feature-bg {
		padding:48px 0 0 0;
		background: url('tile.png');
}
.feature-bg .section-title{
		color: #ffffff;
		font-size: 36px;
}
.feature h3{
		color: #878789;
}
.feature:hover h3{
		color: #ffffff;
}
.feature-bg p{
		color: #ffffff;
}
.feature-bg .btn-default-color {
	color: #878789;
	border-color: #878789;
}
.feature-bg .btn-default-color:hover{
	color: #ffffff;
	border-color: #ffffff;
}
.feature i{
		color: #878789;
		border: 4px solid #878789;
}
.feature:hover i{
		color: #878789;
}
.feature i:after {
	  background: #878789;
}
.property-bg .section-title{

		font-size: 36px;
}
/* # Testimonials */
.testimonials .item .text {
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
  font-size: 16px;
  background-color: #ffffff;
   color: #555555;

}
.testimonials .item {

  font-size: 18px;
  color: #ffffff;


}

.testimonials .item .text:after {
  border-color: transparent #ffffff transparent transparent;
  _border-color: #000000 #ffffff #000000 #000000;
}
.testimonials-bg {
  position: relative;
  background:  #eff5fb url('Testimonial.jpg');
  width: 100%;
  height: 200%;
  background-repeat: repeat;
}
.testimonials-bg .section-title{
		margin: 80px 0;
		font-size: 36px;
		color: #ffffff;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span  {
	background: #ffffff;
}

.tenantbox {
	border-radius: 8px;
	background: #00457d url('tile.png');
    padding: 20px; 
    width: 100%;
    height: 100%;
	color: #ffffff;
}
.tenantbox h5 {
	color: #ffffff;
	font-size: 15pt;
}
h3, h5 {
	margin-bottom: 0.67em;
}