﻿@import url(//fonts.googleapis.com/css?family=Dancing+Script);
.curly{
	font-family: 'Dancing Script', cursive !important;
}
.parallax{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
a , a:visited{
	color:#0e0e0e;
}
a:hover{
	color:#000;
	text-decoration:none;
}
.circlecard{
	background:#900;
	color:#fff;
}
.circlecard 	a,.circlecard  a:visited{
	color:#e0e0e0;
}	
.circlecard a:hover{color:#fff;}
.hpform .form-group{
	margin-bottom:5px;
}
.hpform .btn-default{
	background-image: -webkit-linear-gradient(top, #ccc 0%, #000 100%);
  background-image: -o-linear-gradient(top, #ccc 0%, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));
  background-image: linear-gradient(to bottom, #ccc 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccff', endColorstr='#000e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #000;
  border-color: #ccc;
  color:#fff;
  font-size:1.2em;
}

header {
    text-align:center;
	
}
header .banner{
	position:relative;
    border-bottom:solid 1px #e0e0e0;
	left:0;
	top:0;
	width:100%;
	
	min-height:57px; /*remove affix jumps,make sure the parent has min height as affix*/

}
.banner-heading{	
   color:#fff;
   background:#000;
}
.banner-heading-container{
   height:35px;
   
}
.banner-brand {
	position:absolute;
    left: 2%;
    z-index: 20;
    max-width: 300px;
    max-height: 172px;
    overflow: hidden;
}
.banner-body-container
{ 
	position:relative;
	z-index:19;
	padding-left:350px;
   box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.0);
   background:#fff;
   padding-top:0;
   padding-bottom:0;
}
header .affix {
    left:0;
    right:0;
    top:0;
    z-index:110;
}
header .affix  .banner-body-container {
    padding-left:0;
	 background:#333;
}
header .navbar-top{
	margin-bottom:0;
}
header .navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-default {
    background: #fff;
    -webkit-box-shadow:none ;
    box-shadow:none;
}
header .navbar .navbar-collapse.in {
  max-height: 80vh !important; 
  overflow-y: scroll !important; 
  overflow-x: hidden !important; 
  background-color:#333;
  background-color:rgba(18, 18, 18, 0.85);
}
header .navbar  .navbar-nav > li > a {
    padding-top: 15px;
	color: #333;
  font-weight:500;
  text-transform: uppercase;
  padding-bottom:20px;
}

main>div.container {
    padding-top: 180px;
}
@media(max-width:767px){
	header .banner{
		position:relative;
	}
	.banner-brand{
		max-height:105px;
	}
	.banner-brand img{max-height:105px;width:auto !important;}
	.banner-body-container{
		padding-left:0;
	}
	main>div.container {
		padding-top: 90px;
	}
}

section{padding-top:30px;}
/*--banner bg color*/
header  .affix{
	background-color:#333;
	background-color:rgba(18, 18, 18, 0.85);
	color:#fff;
}


.panel-primary > .panel-heading{
	background:#333;border-color:#333;
}
/*===navbar color*/
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-text {
  color: #e9e9e9;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
  font-weight:500;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background:#121212;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #333;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #999;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #333;
  background-image: -webkit-linear-gradient(top, #454545 0%, #333 100%); 
  background-image: -o-linear-gradient(top, #454545 0%, #333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#333)); 
  background-image: linear-gradient(to bottom, #454545 0%, #333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff454545', endColorstr='#ff333333', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-collapse.in  .navbar-nav > li > a{
   color:#fff;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #eee;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #121212;
}
.navbar-default .btn-link {
  color: #333333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #121212;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

header .affix .navbar-default .navbar-nav > li > a{
	color:#fff;
}
header .dropdown-menu{
  background-color: #121212;  
}
header .dropdown-menu > li > a {
  padding-top: 7px;
  padding-bottom:5px;  
 border-bottom:solid 1px #454545;
text-transform:uppercase;
color:#fff;
}
/*footer*/
footer{
	padding-top:20px;
	background:#333;
	color:#eee;
}
footer a, footer a:visited{
	color:#eee;
}
footer a:hover{
	color:#fff;
}
footer .eziagent img{
 -webkit-filter: brightness(500%);
  filter: brightness(500%);
}
/*widget titles*/
.hp-section .widgettitle,
.hp-section .widgetsubtitle{
	padding-top:6px;
	padding-bottom:2px;
	
}
.hp-section .widgettitle:before,
.hp-section .widgettitle, .hp-section .widgetsubtitle {
   text-align:center;
}
.hp-section .widgettitle, .hp-section .widgetsubtitle, .hp-section .widgettitle a, .hp-section .widgetsubtitle a {
   color:#6f5a2b;
   font-size:30px !important;
   text-transform:uppercase;
   font-weight:600 !important;
	line-height:200%;
}
.hp-section .widgettitle:before, .hp-section .widgetsubtitle:before {
    content: '';
    position: relative;
   display:inline-block;
    top: 0;
    left: -20px;
    height: 1px;
    width: 30px;
    margin: 4px;
    background: #000;
   
}
.hp-section .widgettitle:after, .hp-section .widgetsubtitle:after {
    content: '';
    position: relative;
   display:inline-block;
    top: 0;
    left: 20px;
    height: 1px;
    width: 30px;
    margin: 4px;
    background: #000;
   
}

/*homepage content*/
/*homepage slideshow*/
.slideswrapper .slide .carousel-inner > .item {
	border: solid 1px #121212 !important;
}
.slideswrapper .slide .carousel-caption{
	
	 width: 60%;
    height: 70%;
    left: 10%;    
    bottom: 0;
    padding:15px;
	top:auto;
    background:rgba(142, 116, 59, 0.8);
}
.slideswrapper .slide .carousel-inner > .item h3{	
	padding-top:15px;padding-bottom:15px;
	margin:0;
	border-radius:4px;
	color:#fff;
	font-size:1.4em;
	text-shadow: 2px 4px 10px #000;

}

.slideswrapper .slide .item img{	 
    -webkit-filter: brightness(0.7);
    -moz-filter: brightness(0.7);
    -o-filter: brightness(0.7);
    -ms-filter: brightness(0.7);
	filter: brightness(0.7);	
	
}
@media (min-width:576px){
	.slideswrapper .slide .carousel-caption{
		width: 40%;
	}
}
@media (min-width:768px){
	.slideswrapper .slide .carousel-caption{
		width: 30%;
	}
	.slideswrapper .slide .carousel-inner > .item h3{
		font-size:3em;
		text-shadow: 2px 4px 10px #000;
	}
	
}
@media (min-width:1200px){
	.slideswrapper .slide .carousel-inner > .item h3{
		font-size:4em;
		text-shadow: 2px 4px 10px #000;
	}
	
}
/* section 1*/
#hpSec1 {
   position:relative;
   min-height:550px;
   background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%,rgba(255, 255, 255, 0.85) 100%), url("/ts/190002/scenebg.jpg");
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   

}
/*settion 2*/
#hpSec2{
	background:#21201f;
	padding-bottom:30px;
	color:#fff;
}
#hpSec2 h3{
	line-height:2em;
}
#hpSec5{
	background: #f0f0f0;
}
footer{
	background:#333;
	color:#c0c0c0;
	padding-top:30px;
}
/* start offer section */
.offer-section {
	background: #f0f0f0;
	padding: 10px 30px;
}
.offer-section .offer-item {
	position: relative;
	text-align: center;
}
.offer-section .offer-item span {
	font-size: 2em;
	text-align: center;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 100;
	line-height: 1.5em;
	padding-top: 22px;
	background: #5bc9d7;
	color: #fff;
	margin: 50px 10px 0 0;
}
.offer-section h3 {
	color: #54616a;
	line-height: 1em;
	font-size: 4em;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 65px 0 0;
	padding-left: 30px;
}
.offer-section h4 {
	color: #54616a;
	padding-left: 30px;
	line-height: 1em;
	font-size: 1.6em;
	font-weight: 300;
}
.offer-section a {
	color: #333;
	display: inline-block;
	text-align: center;
	margin: 110px auto 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 1em;
	line-height: 1.5em;
}
.offer-section .view-detail {
	position: relative;
	padding: 0 0 0 27px;
}
.offer-section .view-detail:before {
	content: "\1F50E";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	font-size:20px;
}
.offer-section a:hover {
	color: #5bc9d7;
	text-decoration: none;
}
.offer-section img {
	max-width: 205px;
}
@media (max-width: 992px) {
	.offer-section a {
		margin: 20px auto;
		display: block;
		text-align: center;
	}
	.offer-section h3,
	.offer-section h4 {
		text-align: center;
		padding: 0;
		margin: 10px 0;
	}
}
/* end offer section */
/*homepage listings*/
img.pos-bottomleft {width:100px;}

ul.ulprops{padding:0; list-style:none;}
.ulprops .thumbnail{border: 1px solid #dedede; padding:15px;border-radius:5px;}
.ulprops h4.text-left {text-overflow:ellipsis;white-space:nowrap;overflow:hidden; padding-bottom:0px !important;}
.ulprops .thumbnail img{width:100% !important;max-height:250px;}
.ulprops .thumbnail .col-xs-6{width:100%;}
.ulprops .thumbnail h4, .ulprops .thumbnail div{text-align:left;}
.ulprops .thumbnail .text-left, .ulprops .thumbnail .text-right{padding-left:0px;padding-right:0px;}
.ulprops .thumbnail img.pos-bottomleft{width:110px !important;height:64px !important;}
.ulprops  .thumbnail .col-xs-7, .ulprops  .thumbnail .col-xs-5{width:100%;text-align:left;}

div.wlistingsearchtblsstd{height:auto !important;;padding-top:20px !important;;}
div.wlistingsearchtblsstd .colwrapper{padding-top:5px;height:90px !important;width:25% !important; padding:10px !important;}
div.wlistingsearchtblsstd div.col div.colheader{height:70;}
div.wlistingsearchtblsstd .colwrapper .col{width:auto !important; height:auto !important;}

/*projects carousel*/
div.wprojectcattblsimple div.widgettitle, div.wprojectcattblsimple div.widgetsubtitle{
	text-align:left;
	padding-top:2px; 
	border-style:none !important;
	border-width:0;
}
.wprojectcattblsimple{
	max-width:1360px;
	margin:0 auto;
}
.wprojectcattblsimple .owl-theme .owl-controls .owl-nav [class*=owl-],
 .wprojectcattblsimple .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    color: #fff;       
	background:#333;
}
.projoutbox, .innerbox, .projoutbox .innerbox .divphoto , .projoutbox .innerbox .divphoto img{
	height:250px !important;
}

@media(max-width:991px){
 .navbar>ul>li.first{padding-left:30px;}
 .ulprops>li .thumbnail>div>a{display:block;height:350px;overflow:hidden;}
 .ulprops>li .thumbnail img{height:100% !important;} 
 div.wlistingsearchtblsstd .colwrapper{width:50% !important;}
}
@media(max-width:767px){
	 .ulprops>li .thumbnail>div>a{display:block;height:350px;}

	.ulprops>li .thumbnail img{max-height:350px;}
}
/* agent*/
footer .agentphoto img{
	border-radius: 50% !important;
}
footer .agent span{
	
	display:block;
}
footer .agent span.name{
	font-size:1.5em;
	line-height:200%;
}
footer .office div{text-align:center;}

/*===pages====*/
.blockheader, .listheader{
	background:#333;
	color:#e8c478;
}