﻿@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{	
	position:relative;
	color:#fff;
}
.banner-body-container
{ 
	position:relative;
	z-index:19;
	padding-left:350px;
	background-color:#121212;	
    padding-top: 5px;
    padding-bottom: 5px;
   box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.0);
}
header .affix {
    left:0;
    right:0;
    top:0;
    z-index:110;
}
header .affix  .banner-body-container {
    padding-left: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;
    padding-bottom: 2px;
}
main>div.container {
    padding-top: 180px;
}
@media(max-width:767px){
	header .banner{
		position:relative;
	}
	.banner-body-container{
		padding-left:0;
	}
	main>div.container {
		padding-top: 90px;
	}
}

section{padding-top:30px;}
/*--banner bg color*/
.banner, header .affix{
	background-color:#333;
	background-color:rgba(18, 18, 18, 0.85);
	color:#e0e0e0;
}


.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: #e0e0e0;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.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);
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #e0e0e0;
  }
  .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: #e0e0e0;
    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: #999;
    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;
}
.dropdown-menu{
  background-color: #333;
  border: 1px solid #121212;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu > li > a {
  color: #e0e0e0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus{
  color: #e0e0e0;
  background-image: -webkit-linear-gradient(top, #454545 0%, #333333 100%);
  background-image: -o-linear-gradient(top, #454545 0%, #333333 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#454545), to(#333333));
  background-image: linear-gradient(to bottom, #454545 0%, #333333 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00454545', endColorstr='#00333333', GradientType=0);
  background-color: #333;
}
/*----banner content*/

.banner-brand{
	position:absolute;
	left:2%;
	z-index:20;
	max-width:300px;
	max-height:72px;
	overflow:hidden;
	
}
}
/*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;
	font-weight:600 !important;
	line-height:200%;
}
.hp-section .widgettitle,
.hp-section .widgetsubtitle,
.hp-section .widgettitle a,
.hp-section .widgetsubtitle a{	font-size:24px !important;}
.hp-section .widgettitle:before,
.hp-section .widgetsubtitle:before{
	    content: "\e010";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
	padding-right:15px;
    -webkit-font-smoothing: antialiased;
	color:#900;
}

/*homepage content*/
/*homepage slideshow*/
.slideswrapper .slide .carousel-inner > .item {
	border: solid 1px #121212 !important;
}
.slideswrapper .slide .carousel-caption{
		width:100%;
		height:100%;
		padding-left:20%;
		padding-right:20%;
		left:0;
		right:0;
		top:0;
		bottom:0;
		padding-top:15%;
		background-color:rgba(0, 0, 0, 0.2);
}
.slideswrapper .slide .carousel-inner > .item h3{	
	padding-top:15px;padding-bottom:15px;
	margin:0;
	border-radius:4px;
	color:#fff;
	font-size:2em;
	text-shadow: 2px 4px 10px #000;
	animation: lightning 2s 1;

}
@-webkit-keyframes lightning  {
  0%   { opacity: 0; font-size:1em;}
  100% { opacity: 1; }
}
@-moz-keyframes lightning  {
  0%   { opacity: 0; font-size:1em;}
  100% { opacity: 1; }
}
@-o-keyframes lightning  {
  0%   { opacity: 0; font-size:1em;}
  100% { opacity: 1; }
}
@keyframes lightning  {
  0%   { opacity: 0; font-size:1em;}
  100% { opacity: 1; }
}
/*
.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:768px){
	.slideswrapper .slide .carousel-inner > .item h3{
		font-size:3.5em;
		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;   

}
.slides_top{
   position:absolute;
   top:-80px;
   padding:15px 5px 5px 5px;
   line-height:30px;
   box-sizing:border-box;
   height:80px;
   overflow:hidden;
   color:#fff;
   background:#900;
   font-weight:600;
   left:50%;
   transform:translateX(-50%);
   min-width:320px;
   text-align:center;
}
.slides_top a,.slides_top a:visited,  slides_top a:hover{
   color:#fff;
   text-decoration:none;
}
@media(max-width:567px){
	.slides_top{
		height:60px;
		top:-60px;
	}
}

/*settion 2*/
#hpSec2{
	background:#21201f;
	padding-bottom:30px;
}
#hpSec3 {
   position:relative;
   min-height:350px;
   background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%,rgba(255, 255, 255, 0.85) 100%), url("/ts/199997/luxuryhouse.jpg");
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
   color:#000;
}
#hpSec4{
	position:relative;
   min-height:300px;
   background-image:linear-gradient(to bottom, rgba(215, 215, 215, 0.75) 0%,rgba(215, 215, 215, 0.85) 100%), url("/ts/190002/1.jpg");
   background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;   
	padding-bottom:30px;
}
footer{
	background:#333;
	color:#c0c0c0;
	padding-top:30px;
}
/*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;
}