/*
 * style.css
*/

body{
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
}
ul li:hover a { color:white;}
ul li:hover a:hover { color:#000; text-decoration:none; }
.page-wrap{
	float: left;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.page-container{
	background: url(../images/main-bg.jpg) no-repeat 50% 0 #000;
	float: left;
	width: 100%;
	transition: all 0.5s ease;
}
.upper-row{
	float: left;
	width: 100%;
	background: rgba(0,0,0,.5);
	padding: 40px 0 35px 0;
	margin-bottom: 55px;
}
.upper-container{
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
ul.contact-list{
	float: right;
	display: inline-table;
	margin-bottom: 42px;
}
ul.contact-list li{
	float: left;
	margin-left: 18px;
	font-size: 18px;
	color: #f8b324;
}
ul.contact-list li a{
	color: #f8b324;
}
ul.menu-list{
	float: right;
	display: inline-table;
	transition: all 0.5s ease;
}
ul.menu-list li{
	float: left;
	margin-left: 24px;
}
ul.menu-list li:first-child{
	margin-left: 0;
}
ul.menu-list li a{
	font-size: 18px;
	color: #fff;
}
ul.menu-list li a:hover,
ul.menu-list li.current-menu a{
	color: #f8b324;
}
ul.menu-list li ul li a:hover{
	color: #791e75 !important;
}
.responive-menu{
	position: absolute;
	right: 25px;
	top: 0;
	clear: both;
	display: none;
	width: 34px;
	height: 34px;
	background: url(../images/responsive-nav.png) no-repeat 0 0 #4c0e4a;
}
ul.slide-menu{
	left: 0 !important;
}
.mydropdown-style{
	left: 173px;
	width:150px;
	clear:both;
}
.mydropdown-style li{
	display: block !important;
	float:none !important;
	margin-left: 0px !important;
}
.mydropdown-style li a{
	color:#000 !important;
	display: block !important;
}
.slide-container{
	margin-left: 280px;
}
.overlay{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 10;
}
.showcase-row{
	float: left;
	width: 100%;
}
.showcase-tag{
	width: 600px;
	max-width: 100%;
	margin: 65px auto 65px auto;
	padding: 44px 0 30px 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	border-left: 9px #791e75 solid;
	border-right: 9px #791e75 solid;
	text-align: center;
}
.showcase-tag h2{
	color: #fff;
	font-size: 54px;
	font-weight: 200;
	line-height: 1.0em;
	padding: 0;
	margin: 0;
}
.showcase-tag span{
	color: #f8b324;
}
.search-row{
	float: left;
	width: 100%;
}
.search-section{
	background: rgba(0,0,0,.5);
	float: left;
	width: 100%;
	padding: 14px;
	display: block;
	margin-bottom: 50px;
}
.home-search .search-section{
	margin-bottom: 152px !important;
}
.search-section ul.form-list{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.search-section ul.form-list li{
	float: left;
	margin-right: 11px;
}
.search-section ul.form-list li:last-child{
	margin-right: 0;
}
.search-section ul.form-list li.ctr-for{
	width: 12%;
}
.search-section ul.form-list li.ctr-in{
	width: 26%;
}
.search-section ul.form-list li.ctr-type{
	width: 17%;
}
.search-section ul.form-list li.ctr-beds,
.search-section ul.form-list li.ctr-price{
	width: 12.5%;
}
.search-section ul.form-list li.ctr-action{
	width: 14%;
}
.search-section input[type="text"],
.search-section select{
	height: 42px;
	padding: 8px;
	background: #fff;
	font-size: 16px;
	font-weight: 200;
	color: #2a2928;
	width: 100%;
	border: none;
}
.search-section select#for{
	background: #a4a4a4;
	color: #fff;
	width: 100%;
}
.search-section button{
	height: 42px;
	padding: 8px 8px 16px 8px;
	background: #f8b324;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	text-align: center;
	width: 100%;
	border: none;

    -webkit-transition: background .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background .8s;
    transition-delay: 0s;
}
.search-section button:hover{
	background-color:#791e75;
}
.chosen-container{
	float: left;
	width: 100% !important;
}
.chosen-container ul li{
	float: left;
	width: 100%;
}
.chosen-single{
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	height: 42px !important;
	padding: 8px 10px !important;
	font-size: 16px !important;
	box-shadow: none !important;
	background: #fff !important;
}
.ctr-for .chosen-single{
	background: #a4a4a4 !important;
	color: #fff;
	border: 1px solid #a4a4a4 !important;
}
.ctr-for .chosen-container-active.chosen-with-drop .chosen-single{
	background: #a4a4a4 !important;
}
.chosen-container-single .chosen-single div{
	width: 24px;
}
.chosen-container-single .chosen-single div b{
	background: url(../images/arrow-down-violet.png) no-repeat 50% 50% transparent !important;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/arrow-up-violet.png) no-repeat 50% 50% transparent !important;
}
.ctr-for .chosen-container-single .chosen-single div b{
	background: url(../images/arrow-down-white.png) no-repeat 50% 50% transparent !important;
}
.ctr-for .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/arrow-up-white.png) no-repeat 50% 50% transparent !important;
}
.chosen-container .chosen-results li.highlighted{
	background: #791e75;
}
.chosen-drop{
	border: 1px solid #fff !important;
	border-radius: 0  !important;
	padding: 0;
}
.chosen-results{
	padding: 0 !important;
	margin: 0 !important;
}
.content-row{
	float: left;
	width: 100%;
	background: url(../images/content-bg.png) no-repeat 50% 0 transparent;
	padding-bottom: 70px;
	color: #000;
}
.content-section{
	float: left;
	width: 100%;
	padding: 40px 0 0 0;
	position: relative;
}
.content-section h1{
	text-align: center;
	font-size: 42px;
	font-weight: 200;
	margin: 0 0 34px 0;
	padding: 0;
	line-height: 1em;
}
.content-section h1 span{
	color: #791e75;
}
.services-section{
	float: left;
	width: 100%;
	margin-top: -54px;
	margin-bottom: 65px;
	color: #fff;
}
.content-wrap{
	float: left;
	width: 100%;
	padding: 30px 26px;
	background: #e2e2e2;
	font-size: 16px;
	color: #303030;
	margin-bottom: 22px;
}
.content-wrap p{
	font-size: 16px;
	font-weight: 400;
	color: #303030;
	margin: 0 0 22px 0;
}
.content-wrap h2{
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 25px 0;
	color: #791e75;
}
.content-wrap ul li {
	list-style: disc;
	margin: 0 0 0 12px;
}
.content-wrap .team-title{
	text-align: center;
	font-weight: 400;
}
.sidebar-wrap{
	float: left;
	width: 100%;
	padding: 30px 26px;
	background: #e2e2e2;
	font-size: 16px;
	color: #303030;
	margin-bottom: 22px;
}
.sidebar-wrap h2{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 22px 0;
	color: #791e75;
}
.sidebar-wrap ul.{
	float: left;
	width: 100%;
}
.sidebar-wrap ul.list li{
	float: left;
	width: 50%;
	color: #303030;
	font-size: 15px;
	padding: 0 10px 0 15px;
	margin-bottom: 10px;
	background: url(../images/icon-bullet.png) no-repeat 0 50% transparent;
	line-height: 1.2em;
}
ul.property-feature-list {
    padding-left: 18px;
    color: #74116C;
    list-style-type: disc;
    list-style-image: url('../images/property-feature-list-bullet.png');
}
ul.property-feature-list li {
    color: #303030;
    font-weight: 300;
}
.request-section{
	background: #791e75;
	color: #fff;
}
.request-section h2{
	color: #fff;
}
.request-section textarea,
.request-section select,
.request-section input[type="text"]{
	float: left;
	width: 100%;
	height: 36px;
	background: #fff;
	color: #000;
	font-size: 16px;
	margin: 0 0 12px 0;
	border: none;
	padding: 8px;
}
.request-section textarea{
	height: 70px;
}
.request-section button{
	height: 50px;
	background: #f8b324;
	padding: 1px 0;
	width: 100%;
	text-align: center;
	color: #791e75;
	font-size: 24px;
	font-weight: 400;
	border: none;

    -webkit-transition: background .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background .8s;
    transition-delay: 0s;
}
.request-section button:hover {
	background-color:#cd6ec9;
}
.request-section .chosen-container{
	margin: 0 0 12px 0;
}
.request-section .chosen-container .chosen-results{
	float: left;
	width: 100%;
}
.request-section .chosen-container .chosen-results li{
	float: left;
	width: 100%;
}
.request-section .chosen-container-single .chosen-single div b{
	background: url(../images/arrow-down-violet-point.png) no-repeat 50% 50% transparent !important;
}
.request-section .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/arrow-up-violet-point.png) no-repeat 50% 50% transparent !important;
}
.team-section{
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	color: #791e75;
}
.team-section p{
	font-weight: 400;
	line-height: 1.4em;
	color: #791e75;
}
.team-section img{
	margin-bottom: 15px;
}
.contact-section{
	background: #f8b324;
	color: #fff;
}
.property-contact{
	background: #791e75;
}
.property-contact a{
	color: #fff !important;
}
.contact-section h2{
	color: #fff;
	font-size: 24px;
	font-weight: 400;
}
.contact-section input[type="text"],
.contact-section textarea{
	float: left;
	width: 100%;
	background: #fff;
	color: #000;
	border: none;
	border-radius: 2px;
	height: 32px;
	margin-bottom: 14px;
	font-size: 13px;
	padding: 8px 12px;
}
.contact-section textarea{
	height: 126px;
}
.contact-section input[type="checkbox"]{
	margin-left: 10px;
	background: #fff;
	padding: 5px;
}
.contact-section button{
	width: 245px;
	height: 50px;
	float: right;
	color: #fff;
	padding: 10px 0;
	font-size: 20px;
	background: #791e75;
	border: none;

    -webkit-transition: background .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background .8s;
    transition-delay: 0s;
}
.contact-section button:hover{
	background-color:#cd6ec9;
}
.property-contact button{
	background: #f8b324;
	color: #2d2a2d;

    -webkit-transition: background .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background .8s;
    transition-delay: 0s;
}
.property-contact button:hover{
	background-color:#cd6ec9;
}
.property-contact .alert button{
	float: right;
	font-size: 21px;
	color: #000  !important;
	width: initial !important;
	height:  initial !important;
	padding: 0 !important;
	background: transparent  !important;
	border: none;
}
.contact-section a,
.contact-section p{
	color: #fff;
	font-size: 14px;
}
.contact-section a{
	text-decoration: underline;
}
ul.service-list{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-table;
}
ul.service-list li{
	float: left;
	margin-right: 13px;
	width: 24%;
	background-color: #791e75;
	padding: 30px 18px 0 80px;
	min-height: 124px;
}
ul.service-list li h4{
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 17px 0;
	padding: 0;
}
ul.service-list li a{
	font-size: 12px;
	color: #fff;
	line-height: 1.2em;

    -webkit-transition: color .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: color .8s;
    transition-delay: 0s;
}
ul.service-list li a:hover{
	color:#ffe400;
}
ul.service-list li.service-sales{
	background: url(../images/img-sales.jpg) no-repeat 0 30px #f8b324;
}
ul.service-list li.service-lettings{
	background: url(../images/img-lettings.jpg) no-repeat 0 30px #791e75;
}
ul.service-list li.service-valuation{
	background: url(../images/img-valuations.jpg) no-repeat 0 30px #791e75;
}
ul.service-list li.service-commercial{
	background: url(../images/img-commercial.jpg) no-repeat 0 30px #791e75;
}
ul.service-list li.service-commercial{
	margin: 0;
	float: right;
}
.featured-title{
	float: left;
	width: 100%;
	background: #e4e4e4;
	text-align: center;
	margin-bottom: 28px;
}
.featured-title span{
	font-size: 42px;
	font-weight: 200;
	padding: 7px 18px;
	background: #fff;
	color: #000;
}
.news-row{
	float: left;
	width: 100%;
	padding: 58px 0;
	background: #dddbdb;
	color: #000;
	min-height: 270px;
}
.news-title-section{
	width: 22%;
}
.news-items-section{
	width: 78%;
}
.news-title-section h4{
	font-size: 33px;
	font-weight: 200;
	color: #050502;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	text-transform: uppercase;
}
.news-title-section h3{
	font-size: 67px;
	font-weight: 600;
	color: #050502;
	margin: 0;
	padding: 0;
	line-height: .8em;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.news-title-section a{
	background: #000;
	float: left;
	width: 100%;
	padding: 13px 0;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
	max-width: 170px;
	text-decoration:none;

    -webkit-transition: background-color .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background-color .8s;
    transition-delay: 0s;
}

.news-title-section a:hover{
	background-color:#791e75;
}
.news-row .news-item:last-child{
	padding-right: 0;
}
.news-row .news-wrap{
	float: left;
	width: 100%;
	background: #e4e2e2;
	color: #000;
	padding: 22px 15px 22px 70px;
	display: block;
	position: relative;
	min-height: 154px;
}
.news-row .news-wrap a{
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 16px;

    -webkit-transition: color .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: color .8s;
    transition-delay: 0s;
}
.news-row .news-wrap a:hover{
	color:#791e75;
	text-decoration:underline;

}
.news-row .news-wrap p{
	float: left;
	width: 100%;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.news-row .news-wrap span{
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 50px;
	padding: 9px 17px;
	font-size: 24px;
	background: #000;
	color: #fff;
	line-height: .6em;
}
.news-row .news-wrap span small{
	float: left;
	width: 100%;
	margin: 6px 0 0 0;
	font-size: 12px;
}
.testimonial-row{
	float: left;
	width: 100%;
	background: url(../images/testimonial-bg.jpg) no-repeat 50% 0 #6f1d6c;
	min-height: 270px;
}
.testimonial-section{
	float: left;
	width: 100%;
	padding: 80px 125px 50px 125px;
	position: relative;
	text-align: center;
	display: block;
}
.testimonial-section .testi-lqoute{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	background: url(../images/img-lqoute.jpg) no-repeat 0 0 #4c0e4a;
}
.testimonial-section .testi-rqoute{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 80px;
	height: 80px;
	background: url(../images/img-rqoute.jpg) no-repeat 0 0 #4c0e4a;
}
.testimonial-section p{
	text-align: center;
	font-style: italic;
	font-size: 22px;
	font-weight: 200;
	line-height: 1.2em;
	margin-bottom: 40px;
}
.testimonial-section .testi-btn{
	padding: 12px 42px;
	width: 195px;
	font-size: 16px;
	background: #4c0e4a;
	color: #fff;
	border: 1px solid #b45cb0;
	text-decoration:none;

    -webkit-transition: background-color .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background-color .8s;
    transition-delay: 0s;
}
.testimonial-section .testi-btn:hover{
	background: #f8b324;
}
.social-row{
	float: left;
	width: 100%;
	padding: 38px 0 40px 0;
	background: #1e1d1d;
	color: #000;
	min-height: 270px;
	border-top: 1px solid #2d2c2c;
}
.social-wrap{
	float: left;
	width: 100%;
	background: #2a2928;
	padding: 70px 25px 40px 25px;
	border: 1px solid #2a2928;
	margin-bottom: 15px;
	color: #fff;
	min-height: 198px;
}
.social-wrap.facebook-section{
	background: url(../images/img-facebook.jpg) no-repeat 50% 0 #2a2928;
}
.social-wrap.twitter-section{
	background: url(../images/img-twitter.jpg) no-repeat 50% 0 #2a2928;
	overflow: hidden;
}
.social-wrap.newsletter-section{
	background: url(../images/img-newsletter.jpg) no-repeat 50% 0 #2a2928;
}
.newsletter-section h3{
	font-size: 24px;
	font-weight: 200;
	margin: 0 0 22px 0;
	padding: 0;
	text-align: center;
}
.newsletter-section input[type="text"]{
	width: 75%;
	float: left;
	padding: 10px 12px;
	font-size: 14px;
	font-weight: 200;
	height: 32px;
	border: 0;
	color: #000;
	margin-bottom: 10px;
}
.newsletter-section button{
	width: 22%;
	float: right;
	background: #f8b324;
	color: #000;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 200;
	height: 32px;
	border: none;
	margin-bottom: 10px;
}
.newsletter-section .alert button{
	display: none;
}
.social-wrap p{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
	font-weight: 200;
}
.social-wrap p span{
	color: #746f6f;
}
.copyright-row{
	float: left;
	width: 100%;
	padding: 16px 0 16px 0;
	background: #000;
	color: #fff;
	min-height: 54px;
	font-size: 14px;
	color: #fff;
}
.copyright-row a{
	color: #f8b324;
}
ul.footer-social{
	float: left;
	width: 100%;
	display: inline-table;
	text-align: center;
	margin: 0;
}
ul.footer-social li{
	margin-right: 15px;
	display: inline-block;
}
.featured-properties{
	float: left;
	width: 100%;
	position: relative;
}
.featured-properties .property-wrap{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 16px;
	max-height: 496px;
	overflow: hidden;
}
.featured-properties .property-wrap.regular-featured{
	max-height: 243px;
}
.featured-properties .property-wrap img{
	width: 100%;
}
.property-specs{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.8);
	color: #fff;
}
.property-specs .specs-link{
	background: #f8b324;
	font-size: 20px;
	font-weight: 200;
	padding: 30px 0;
	text-align: center;
	float: left;
	width: 100%;
	color: #000;
	text-decoration:none;

    -webkit-transition: background-color .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background-color .8s;
    transition-delay: 0s;
}

.property-specs .specs-link:hover{
	background-color:#791e75;
	color:#fff;
}
.property-specs .specs-info{
	float: left;
	width: 100%;
	display: block;
	padding: 22px 35px 22px 35px;
}
.regular-featured .property-specs .specs-info{
	padding: 10px 0 7px 20px;
}
.regular-featured .property-specs .specs-link{
	background: url(../images/arrow-right-white.png) no-repeat 50% 50% #f8b324;

    -webkit-transition: background-color .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background-color .8s;
    transition-delay: 0s;
}

.regular-featured .property-specs .specs-link:hover{
	background-color:#791e75;
}
.property-specs .specs-info h4{
	float: left;
	width: auto;
	font-size: 16px;
	font-weight: 200;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	max-width: 200px;
}
.property-specs .specs-info em{
  float: right;
  width: auto;
  font-size: 18px;
  font-weight: 200;
  line-height: 2.4em;
}
ul.result-list{
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}
ul.result-list li{
	float: left;
	width: 100%;
	background: #ebeaeb;
	margin: 0 0 20px 0;
}
ul.result-list li.empty{
	padding: 20px;
}
ul.result-list li.new-property{
	background: #ebd6ea;
}
.property-photo{
	position: relative;
	float: left;
	width: 100%;
}
.property-photo img{
	width: 100%;
	min-height: 235px;
	max-height: 250px;
}
.property-photo .just-added{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 35px;
	color: #fff;
	font-size: 18px;
	background: #f8b324;
}
.property-photo .num-photo{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 12px 12px 30px;
	color: #fff;
	font-size: 14px;
	background: url(../images/icon-photo.png) no-repeat 10px 50% #000;
}
ul.result-list li h3{
	font-size: 24px;
	margin:  0 0 10px 0;
	padding: 0;
}
ul.result-list li .property-info{
	float: left;
	width: 100%;
	padding: 28px 22px 28px 0;
}
ul.result-list li .property-info h3{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1em;
}
ul.result-list li .property-info h4{
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1em;
}
ul.result-list li .property-price{
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1em;
}
ul.result-list li .property-desc{
	float: left;
	width: 100%;
	margin: 0 0 12px 0;
	overflow: hidden;
}
ul.result-list li ul.result-specs{
	float: left;
	width: 100%;
}
ul.result-list li ul.result-specs li{
	float: left;
	width: 50%;
	padding: 0 0 0 40px;
	margin: 0;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
ul.result-list li ul.result-specs li.specs-beds{
	background: url(../images/icon-bed.png) no-repeat 0 50% transparent;
}
ul.result-list li ul.result-specs li.specs-baths{
	background: url(../images/icon-bath.png) no-repeat 0 50% transparent;
}
ul.result-list li .view-btn{
	float: left;
	width: 100%;
	padding: 8px 0;
	height: 40px;
	background: #000;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	text-decoration:none;

    -webkit-transition: background .8s; /* Safari */
    -webkit-transition-delay: 0s; /* Safari */
    transition: background .8s;
    transition-delay: 0s;
}
ul.result-list li .view-btn:hover{
	background-color:#791e75;
}
ul.result-list li .view-btn:hover a{
	color: #fff !important;
}
.sort-section{
	float: left;
	width: 100%;
	padding: 12px 25px 0px 25px;
	display: block;
	background: #791e75;
	color: #fff;
	margin-bottom: 24px;
}
.sort-section .sort-item{
	min-height: 46px;
}
ul.result-pagination{
	padding: 0;
	margin: 0;
	display: inline-table;
}
ul.result-pagination li{
	float: left;
}
ul.result-pagination li a{
	background: #791E75 !important;
	border: none !important;
	color: #a869a5;
	font-size: 20px;
	padding-bottom: 12px;
}
ul.result-pagination li.active a{
	color: #fff;
	background: url(../images/arrow-pagination.png) no-repeat 50% 100% transparent !important;
}
ul.result-pagination li a:hover{
	color: #fff;
}
ul.result-pagination li:last-child a{
	font-weight: 600;
}
.sort-section .view-map{
	float: left;
	width: 100%;
	padding: 5px 8px 8px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	background: url(../images/icon-map_marker.png) no-repeat 0 50% transparent;
}
.sort-section .view-list{
	float: left;
	width: 100%;
	padding: 5px 8px 8px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	background: url(../images/icon-list.png) no-repeat 0 50% transparent;
}
.sort-section .view-map:hover{
	text-decoration: none;
}
.sort-section select{
	float: left;
	width: 100%;
	color: #fff;
	background: #791e75;
	font-size: 16px;
	font-weight: 300;
	border: none;
	padding: 5px;
}
.sort-section .chosen-single {
  border: none !important;
  height: auto !important;
  padding: 7px 10px !important;
  background: #791E75 !important;
  color: #fff !important;
}
.sort-section .chosen-single div b {
  background: url(../images/arrow-down-white-md.png) no-repeat 50% 50% transparent !important;
}
.sort-section .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url(../images/arrow-up-white-md.png) no-repeat 50% 50% transparent !important;
}
.upper-content{
	padding-bottom: 0;
}
.bottom-content{
	padding-top: 0;
	background: #fff !important;
}
.bottom-content .content-section{
	padding-top: 0;
}
h1.property-title{
	text-align: left;
}
.property-row .just-added{
	position: absolute;
	top: 30px;
	right: 0;
	padding: 12px 25px;
	background: #333232;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}
.document-section{
	background: #fce1a7;
	color: #333232 !important;
}
.document-section h2{
	color: #333232;
}
ul.document-list{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.document-list li{
	float: left;
	width: 48%;
	padding: 0;
	margin: 0 0 10px 0;
	background: 0;
}
ul.document-list li.li-odd{
	margin-right: 4%;
}
ul.document-list li a{
	float: left;
	width: 100%;
	padding: 7px 12px;
	background: #f8b324;
	color: #303030;
}
.property-bar{
	background: #791e75;
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
}
ul.specs-list{
	float: left;
	width: 100%;
	padding: 13px 17px !important;
	margin: 0 !important;
	display: inline-table;
	border-right: 1px solid #fff;
}
ul.specs-list li{
	float: left;
	width: auto;
	padding: 0 10px 0 32px;
}
ul.specs-list li.specs-beds{
	background: url(../images/icon-bed-white.png) no-repeat 0 50% transparent;
    font-size: 125%;
    font-weight: 300;
}
ul.specs-list li.specs-baths{
    background: url(../images/icon-bath-white.png) no-repeat 0 50% transparent;
    font-size: 125%;
    font-weight: 300;
}
ul.docs-list li a:hover{
    color: #F8B324;
}
ul.docs-list li a{
    color: #fff;
}
ul.docs-list li{
    padding: 0 2px 0 3px;
    font-weight: 300;
    width: auto;
    float: left;
    font-size: 125%;
}
ul.docs-list{
    float: left;
    width: 100%;
    padding: 13px 17px !important;
    margin: 0 !important;
    display: inline-table;
    border-right: 1px solid #fff;
}
.type-label{
	float: left;
	width: 100%;
	padding: 13px 24px !important;
	margin: 0 !important;
	border-right: 1px solid #fff;
	background: url(../images/icon-home.png) no-repeat 0 50% transparent;
    font-size: 125%;
    font-weight: 300;
}
.price-label{
	float: left;
	width: 100%;
	padding: 8px 0 !important;
	margin: 0 !important;
    font-size: 170%;
    font-weight: 600;
}
.enquiry-label a:hover{
    text-decoration: none;
}
.enquiry-label a.enquiry-btn{
    color: #fff;
}
.enquiry-label{
    float: right;
    width: 100%;
    padding: 11px 15px 10px 70px;
    margin: 0 !important;
    background: url(../images/icon-email.png) no-repeat 20px 50% #f8b324;
    font-size: 21px;
    font-weight: 300;
}
.property-slider{
	float: left;
	width: 100%;
	margin: 0 0 22px 0;
}
.enquiry-btn-wrap{
	float: right;
}

.property-contact {
	z-index: 101;
    position: relative;
}
.property-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 100;
    display: none;
}

.alert{
  float: left;
  width: 100%;
}
.content-section a{
	color: #791E75;
}
.map-wrap{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.map-wrap #gmap{
	float: left;
	width: 100%;
	min-height: 450px;
}
.property-desc{
	float: left;
	width: 100%;
}
#sb-gmap{
	float: left;
	width: 100%;
	height: 260px;
}
#sb-gmap img{
	max-width: initial !important;
}

/** Submenu **/
ul li.drop {
	position: relative;
}
.dropOut .triangle {
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #791e75;
	top: -8px;
	left: 50%;
	margin-left: -8px;
}
.dropdownContain {
	width: 160px;
	position: absolute;
	z-index: 2;
	left: 50%;
	margin-left: -80px; /* half of width */
	top: -400px;
	margin-top:-40px;
}
.dropOut {
	width: 180px;
	background: #791e75;
	float: left;
	position: relative;
	margin-top: 0px;
	padding-bottom: 10px;
	opacity: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.15);
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.dropOut ul {
	padding: 10px 0;
}
.dropOut ul li {
	text-align: left;
	padding: 0 10px 4px 10px;
	margin: 0;
	color: #777;
	width: 100% !important;
	display: block !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	transition: background .3s ease-out;
}

.dropOut ul li a{
	display: block !important;
	font-size:15px;
	padding: 5px 5px 0px 10px;
	line-height: 1.3em !important;
}

.dropOut ul li:hover {
	/* background: #f6f6f6; */
	background-color:#f8b324;
}


ul li:hover .dropdownContain, ul li .dropdownshow { top: 65px; }
ul li:hover .underline, ul li .underlineshow { border-bottom-color: #777; }
ul li:hover .dropOut, ul li .dropOutshow { opacity: 1; margin-top: 8px; }
/** End of submenu **/

.facebook-section{
	position: relative;
}

.facebook-section .carousel img,
.testimonial-section .carousel img,
.twitter-section .carousel img{
	display: none;
}
.facebook-section .carousel .item,
.testimonial-section .carousel .item,
.twitter-section .carousel .item{
	min-height: 90px;
}
.facebook-section .carousel .carousel-caption,
.testimonial-section .carousel .carousel-caption,
.twitter-section .carousel .carousel-caption{
	bottom: initial !important;
	padding: 0 !important;
}
.facebook-section .carousel .carousel-caption {
	word-wrap: break-word;
}
.twitter-section .carousel .carousel-inner{
	overflow: visible;
}
.twitter-section .carousel .carousel-caption a{
	color: #F7B324;
}

.testimonial-section .carousel .carousel-caption{
	width: 100%;
	right: 0;
	left: 0;
}
.testimonial-section .carousel {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	min-height: 90px;
}
.valuation-section p{
	margin-bottom: 10px;
}
.valuation-section label{
	margin-bottom: 0;
	width: 100%;
	float: left;
}
ul.testimonial-list li,
ul.testimonial-list{
	float: left;
	width: 100%;
}
ul.testimonial-list li{
	margin-bottom: 15px;
}
.testi-wrap{
	float: left;
	width: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 40px 50px 40px 50px;
	position: relative;
}
.testi-wrap .testi-rqoute,
.testi-wrap .testi-lqoute{
	width: 28px;
	height: 22px;
	content: ' ';
	position: absolute;
	top: 15px;
	left: 15px;
	background: url('../images/icon-lqoute.png') no-repeat 50% 50% transparent;
}
.testi-wrap .testi-rqoute{
	top: initial;
	left: initial;
	bottom: 15px;
	right: 15px;
	background: url('../images/icon-rqoute.png') no-repeat 50% 50% transparent;
}
.testi-wrap h3{
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	color: #791E75;
	line-height: 1.4em;
}
.testi-wrap .testi-author{
	text-align: right;
}
.w-separator{
	color: #F7B324;
	font-weight: 100;
	font-size: 12px;
	margin: 0 5px;
}
.bg-violet{
	background: #791e75;
}
.bg-yellow{
	background: #f8b324;
}
.bg-grey{
	background: #bbbcbd;
	font-size: 16px !important;
}
.bg-grey p{
	margin: 40px 0 25px 0 !important;
	font-size: 16px !important;
}
.bg-grey a{
	font-size: 16px !important;
}
.staff-wrap{
	float: left;
	width: 100%;
	margin-bottom: 12px;
}
.staff-wrap img{
	float: left;
	max-width: 50%;
}
ul.team-member{
	float: right;
	width: 46%;
	margin: 0 2% 0 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	margin: 40px 0 30px 0;
}
.col-md-4 ul.team-member{
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 18px;
}
ul.team-member li{
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
	line-height: 110%;
}
ul.team-member li.email a{
	font-size: 16px;
	word-wrap: break-word;
}
.col-md-4 ul.team-member li{
	margin-bottom: 7px;
}
.staff-wrap a{
	color: #fff;
	font-size: 20px;
	text-decoration: underline;
}
.padding-right5{
	padding-right: 5px;
}

.padding-left5{
	padding-left: 5px;
}

.staff-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	display: none;
	z-index: 2500;
}
.profile-item{
	z-index: 0;
	position: relative;
}
.profile-item:hover ~ .staff-overlay{
    display: block;
}

div.bubble { min-width: 300px; }
div.bubble p.image { float: left; padding: 0 12px 12px 0; }
div.bubble p.image img { width: auto; height: auto; max-width: 120px; max-height: 90px; }

#sticky-social li img {
	display: block;
}
#sticky-social li a:hover {
	opacity: 1;
}
#sticky-social li a {
	display: block;
	background-color: #f8b324;
	border-top: 1px solid #d89304;
	padding: 10px;
	opacity: .8;
}
#sticky-social li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sticky-social ul {
	margin: 0;
	padding: 0;
}
#sticky-social {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 1000;
}
.u-hover:hover{
	opacity: .7;
}
