
/*
 * ------------------------------------------------------------------------------------------------
 * Reset Css
 * ------------------------------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
b,strong{
	font-weight:700;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
 * ------------------------------------------------------------------------------------------------
 * Global style for the elements
 * ------------------------------------------------------------------------------------------------
 */
h1,h2,h3,h4{
	margin: 10px 0px 10px;
	font-family: 'Montserrat', sans-serif;
	color: #435061;
	font-weight: bold;
	position: relative;
}
h5,h6{
	margin:0px 0px 5px;
	font-family:"Montserrat", sans-serif;
	color:#435061;
	position: relative;
}
h1{
	font-size:36px;
}
h2{
	font-size:30px;
}
h3{
	font-size:24px;
}
h4{
	font-size:18px;
}
h5{
	font-size:14px;
}
h6{
	font-size:12px;
}
p{
	color:#7e8c99;
	font-family:'Lato', sans-serif;	
	font-size:16px;
	margin-bottom:5px;
}
ul,
ul li{
	color:#7e8c99;
	font-family: 'Montserrat', sans-serif;
}
table{
	border: 1px solid #e2e7ed;
	font-size:16px;
	font-family:'Lato',sans-serif;
}
table th{
	background-color: #31a2e1;
    color: #ffffff;
    border-top:1px solid #31a2e1;
}
table th a{
	color:#ffffff;
	text-decoration:none;
}
table th a:hover{
	text-decoration:underline;
	color:#ffffff;
}
blockquote{
	background:#31A2E1;
	color:#ffffff;
	padding:35px;
	font-style:italic;
	font-size:21px;
	width:100%;
	margin-bottom:45px;
}
blockquote p{
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-size:21px;
}
a{
	color:#7e8c99 !important;
	text-decoration:none;
}
a:hover{
	color:#435061 !important;
	text-decoration:underline;
}
.padding_none{
	padding:0px !important;
}
/*
 * ------------------------------------------------------------------------------------------------
 * Home page style
 * ------------------------------------------------------------------------------------------------
 */
h3.section-heading{
	margin: 0px 0px 65px;
	text-transform: uppercase;
}
h3.section-heading::before {
	background: #238eca none repeat scroll 0 0;
	bottom: -20px;
	content: "";
	height: 3px;
	position: absolute;
	width: 50px;
}
.about-city-estate h4{
	text-transform: uppercase;
	margin-bottom: 15px;
	clear: both;
}
/* Header Part Start Here*/
.header {
	float: left;
	width: 100%;
	min-height: 700px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden
}
.header_slider_container{
	overflow:hidden;
}
.header figure > img{
	min-height: 100%;
	height: auto;
	position: absolute;
	width: 100%;
	opacity: 0;
	-moz-transition: 2s opacity;
	-webkit-transition: 2s opacity;
	-o-transition: 2s opacity;
	-ms-transition: 2s opacity;
	transition: 2s opacity;
	overflow:hidden;
}
.header figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    opacity:0;
    -moz-transition: 2s opacity;
	-webkit-transition: 2s opacity;
	-o-transition: 2s opacity;
	-ms-transition: 2s opacity;
	transition: 2s opacity;
}
.property_info_header .know_more{
	height:40px;
	width:165px;
	background-color:#ff551a;
	text-transform:uppercase;
	color:#ffffff !important;
	display:block;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	font-size:14px;
	margin-top:30px;
}
.header .active_image img,
.header .active_image figcaption{
	opacity: 1;
	-moz-transition: 2s opacity;
	-webkit-transition: 2s opacity;
	-o-transition: 2s opacity;
	-ms-transition: 2s opacity;
	transition: 2s opacity
}
.previous_image_btn {
    border: medium none;
    border-radius: 50%;
    height: 50px;
    left: 35px;
    opacity: 0.75;
    position: absolute;
    top: 45%;
    width: 50px;
 	outline:none;
 	z-index: 999;
}
.next_image_btn {
    border: medium none;
    border-radius: 50%;
    height: 50px;
    right: 35px;
    opacity: 0.75;
    position: absolute;
    top: 45%;
    width: 50px;
 	outline:none;
}
.previous_image_btn:focus,
.next_image_btn:focus
{
 outline:none;
}
.previous_image_btn:hover,
.next_image_btn:hover
{
 opacity:1;
 outline:none;
}
.header > .container {
	position: relative
}
.welcome_header {
	float: left;
	width: 100%;
	min-height: 50px;
	background: #f1f4f8;
	color: #7e8c99;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 4
}
.welcome_header h6 {
	color:#7e8c99;
	margin-bottom: 0;
	text-transform: uppercase
}
.welcome_header_menu > li {
	list-style: none;
	display: inline-block;
	padding: 0 15px;
	border-left: 1px solid #dde2e8;
	font-size: 12px;
	min-width: 50px;
	text-align: center;
	vertical-align: middle;
	position: relative
}
.welcome_header_menu > li > a {
	display: block;
	outline: none
}
.welcome_header_menu > li .fa {
	font-size: 18px;
	vertical-align: middle
}
.welcome_header_menu > li .fa.fa-angle-down {
	margin-left: 10px !important
}
.currency_selection {
	background: rgba(255,255,255,0.8) none repeat scroll 0 0;
	left: 0;
	list-style: outside none none;
	min-width: 85px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	display: none;
	-moz-transition: .3s opacity;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	-ms-transition: .3s opacity;
	transition: .3s opacity;
}
.currency_selection > li {
	border-left: 1px solid #dde2e8;
	border-right: 1px solid #dde2e8;
	border-bottom: 1px solid #dde2e8;
	float: left;
	left: 0;
	line-height: 2.5;
	min-width: 100%
}
.currency_selection > li > a {
	color: #5c6a77;
	display: block;
	text-decoration: none;
	outline: none;
	white-space: nowrap
}
.currency_selection > li > a:hover {
	color: #9a9a9a
}
.welcome_header_menu > li:hover .currency_selection {
	opacity: 1;
	display: block
}
.welcome_header_menu .facebook_icon:hover .fa-facebook {
	color: #3864A3
}
.welcome_header_menu .twitter_icon:hover .fa-twitter {
	color: #42C0FB
}
.welcome_header_menu .google_plus_icon:hover .fa-google-plus {
	color: #D01717
}
.welcome_header_menu .pinterest_icon:hover .fa-pinterest {
	color: #BF4037
}
.welcome_header_menu .youtube_icon:hover .fa-youtube-play {
	color: #DB2724
}
.menu {
	float: left;
	width: 70%;
	min-height: 105px;
	text-transform:uppercase;
}
.menu, .menu .nav_link > li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	outline: none
}
.menu .navbar-default {
	background-color: rgba(255,255,255,0);
	border: none;
	margin-top: 10px;
	margin-bottom: 0
}
.menu .nav.navbar-nav > li > a {
	line-height: 3.5;
	margin: 0 5px
}
.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:focus, .menu .navbar-default .navbar-nav > .active > a:hover, .menu .nav > li > a:hover {
	background-color: unset !important;
	color: #435061 !important;
	outline: none
}
.menu .navbar-brand {
	margin-right: 30px;
	padding: 0;
	height: auto
}
.menu .navbar-default .navbar-collapse, .menu .navbar-default .navbar-form {
	border: none
}
.menu .navbar-toggle {
	background: #e5eef7 none repeat scroll 0 0;
	border: none;
	border-radius: 0;
	color: #435060
}
.menu .navbar-toggle .icon-bar {
	background-color: #435060
}
.menu .navbar-toggle:hover, .menu .navbar-toggle:focus, .menu .navbar-toggle:active {
	background: #39a3de none repeat scroll 0 0
}
.menu .navbar-toggle:hover .icon-bar, .menu .navbar-toggle:focus .icon-bar, .menu .navbar-toggle:active .icon-bar {
	background: #fff none repeat scroll 0 0
}
@media screen and (max-width: 767px) {
	.nav.navbar-nav.nav_link {
		background: #39a3de none repeat scroll 0 0
	}
	#bs-example-navbar-collapse-1 {
		position: absolute;
		top: 32px;
		width: 100%;
		z-index: 1
	}
	.drop_down::after {
		right: none !important;
		color: #cfeeff !important;
		top: 10px !important
	}
	.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a, .menu .nav > li > a {
		color: #cfeeff !important
	}
	.menu .navbar-default .navbar-nav > .active > a, .menu .navbar-default .navbar-nav > .active > a:focus, .menu .navbar-default .navbar-nav > .active > a:hover, .menu .nav > li > a:hover {
		background-color: unset !important;
		color: #fff !important;
		outline: none
	}
	.menu .nav.navbar-nav > li > a {
		line-height: 42px
	}
}
/*******Nav menu start from here **********/
.menu .navbar-toggle {
    background: #e5eef7 none repeat scroll 0 0;
    border:none;
    border-radius:0px;
    color:#435060;
    margin-right:0px !important;
}
.menu .navbar-toggle .icon-bar
{
	background-color:#435060 !important;	
}
.menu .navbar-toggle:hover,
.menu .navbar-toggle:focus,
.menu .navbar-toggle:active
{
    background: #39a3de none repeat scroll 0 0 !important;
}
.menu .navbar-toggle:hover .icon-bar,
.menu .navbar-toggle:focus .icon-bar,
.menu .navbar-toggle:active .icon-bar
{
	background: #ffffff none repeat scroll 0 0 !important;
}
@media screen and (max-width:480px)
{
	.slider_bullets
	{
		bottom:10px !important;
	}
}
@media screen and (max-width:767px)
{
	.menu .pull-right
	{
		float:unset !important;
	}
	.nav.navbar-nav.nav_link {
	    background: #39a3de none repeat scroll 0 0;
	    padding:0 10px;
	}
	.drop_down::after {
		right: unset !important;
		top: 10px;
	}
	#bs-example-navbar-collapse-1
	{
	    position: absolute;
	    top: 32px;
	    width: 100%;
	 	z-index: 1;	    
	}
	.drop_down::after
	{
		right:none !important;
		color:#cfeeff !important;
		top:10px !important; 
	}
	
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .nav > li > a
	{
		color:#cfeeff !important;
	}
	
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .navbar-default .navbar-nav > .active > a:focus,
	.menu .navbar-default .navbar-nav > .active > a:hover,
	.menu .nav > li > a:hover
	{
		background-color: unset !important;
		color: #ffffff !important;
		outline:none;
	}
	.menu .nav.navbar-nav > li > a
	{
		line-height:42px;
	}
}
.submenu {
	background: #39a3de none repeat scroll 0 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	min-height: 100px;
	min-width: 265px;
	left: 18px;
	padding: 12px;
	opacity: 0;
	display: none;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 1
}
.nav_link > li:hover .submenu {
	display: block;
	opacity: 1
}
.submenu > li {
	color: #cfeeff;
	text-transform: uppercase
}
.submenu > li > a {
	color: #cfeeff !important;
	text-decoration: none;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 42px;
	white-space: nowrap
}
.submenu > li > a:hover {
	color: #fff !important
}
/*******Nav menu end at here **********/
.drop_down:after {
	font-family: FontAwesome;
	content: "\f107";
	padding-left: 7px;
	color: #7e8c99;
	position: absolute;
	top: 15px;
	right: 0
}
@media screen and (max-width: 767px) {
	.submenu {
		position: relative;
		padding: 0 35px
	}
}
.contact_info {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	float: right;
	margin-top: 30px;
	margin-bottom: 10px
}
.contact_detial {
	float: left;
	min-width: 190px;
	height: 45px;
	color: #435061;
	padding-top: 5px
}
.phone_icon {
	float: left;
	height: 100%;
	width: 30px;
	-moz-transition: rotate(20deg);
	-webkit-transition: rotate(20deg);
	-o-transition: rotate(20deg);
	-ms-transition: rotate(20deg);
	transition: rotate(20deg);
	font-size: 36px;
	height: 100%;
	line-height: 1.3;
	width: 30px;
	color: #31a2e1;
}
.phone_icon .fa
{
	transform:rotate(15deg);
}
.phone_number {
	float: left
}
.phone_number h2.phone_number_h2 {
	margin: 0;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	line-height:1.1;
}
.phone_number h2.phone_number_h2::before {
	background: none;
}
.phone_number h5 {
	margin: 0;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #7e8c99;
	line-height:1.1;
	font-weight:normal;
}
.home-page-slider-header .slider_text {
	margin-top: 200px;
	float: left;
	clear: both;
	min-width: 0;
	min-height: 0;
	background: #435061
}
.home-page-slider-header .property_info_header {
	width: 360px;
	min-height: 172px;
	float: left;
	background: #31a2e1;
	clear: both;
	padding: 40px 35px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	position: absolute;
}
.home-page-slider-header .property_info_header h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 27px;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 0
}
.home-page-slider-header .property_info_header h2.price{
	margin-top: 40px;
}
.home-page-slider-header .property_info_header h2.price::before {
	background: #238eca none repeat scroll 0 0;
	bottom: 0px;
	top: -20px;
	content: "";
	height: 1px;
	position: absolute;
	width: 100%;
}
.home-page-slider-header .property_info_header h5,
.home-page-slider-header .property_info_header .know {
	margin-top: 0;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #c2e9ff;
	text-transform: uppercase;
	line-height: 2;
	margin-top: 10px;
}
.home-page-slider-header .property_info_header .know {
	font-size:14px;
}
.home-page-slider-header .property_info_header .know{
	margin-top:30px;
	border-top:0px;
	text-transform:none;
}
.property_info_header p {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
	border-top: 1px solid #238eca;
	padding-bottom: 0;	
	margin-bottom: 0;
	color: #fff;
}
.property_info_header p span {
	color: #fff;
}
.property_info_header p .fa.fa-circle {
	color: #435061;
	font-size: 5px;
	margin: 0 15px;
	vertical-align: middle;
}
@media screen and (max-width: 1199px) {
	.menu .nav.navbar-nav a {
		margin: 0;
	}
	.menu {
		width: 100%
	}
	.contact_info {
		width: 100%;
		margin-top: 0
	}
	.contact_detial {
		float: right;
		margin-right: 10px
	}
	.about_property ul {
		clear: both
	}
	.view_on_map_btn {
		margin-bottom: 100px
	}
	.about_property {
		padding-bottom: 100px
	}
	.slider_div {
		margin: auto
	}
	.recentfromblog .blogimagedescription {
		padding: 0;
		margin-top: 15px;
		margin-bottom: 20px
	}
}
@media screen and (max-width: 991px) {
	.about_property ul li:nth-child(3) {
		border-right: none
	}
	.about_property ul li:nth-child(1), .about_property ul li:nth-child(2), .about_property ul li:nth-child(3) {
		border-bottom: 1px solid #a0abb4
	}
	.follow_on_twitter {
		width: 225px !important
	}
	.menu .nav.navbar-nav > li > a {
		margin: 0
	}
}
@media screen and (max-width: 767px) {
	.recentfromblog .blogimage {
		float: unset;
		margin: auto
	}
	.recentfromblog .blogimagedescription {
		float: unset
	}
	.placelist .container {
		left: 0
	}
	.placelist .col-sm-4, .placelist .col-xs-5 {
		left: 0
	}
	.nearbyplaces .mapdetail .distance {
		float: left;
		clear: both
	}
	.slider_text {
		margin-top: 500px
	}
	.twitter_info {
		float: left;
		width: 100%
	}
}
@media screen and (max-width:640px){
	.header{
		min-height:500px;
	}
	.home-page-slider-header .slider_text{
		margin-top: 50px;
	}
	.home-page-slider-header,	
	.home-page-slider-header .slider_text,
	.home-page-slider-header .property_info_header
	{
		width:100%;		
	}	
}
@media screen and (max-width: 639px) {
	.about_property ul {
		width: 100%;
		padding: 0
	}
	.about_property ul li {
		border: none !important;
		width: 100%;
		margin-top: 50px
	}
	.slider_div {
		width: 100%;
		height: auto
	}
}
@media screen and (max-width: 479px) {
	.contact_detial {
		margin-right: 0;
		min-width: 180px
	}
	.phone_number h2 {
		font-size: 18px
	}
	.welcome_header {
		line-height: 2
	}
	.welcome_header p {
		font-size: 9px
	}
	.welcome_header_menu > li {
		min-width: 30px;
		padding: 0 5px
	}
	.welcome_header_menu {
		margin-top: 3px
	}
	.schedule_visit_btn {
		width: 135px
	}
	.property_info_header {
		padding-left: 15px;
		padding-right: 15px;
		width: 300px
	}
	.schedule_visit_href_btn {
		margin-left: 0 !important;
		margin-top: 10px
	}
}
@media screen and (max-width: 359px) {
	.phone_icon {
		width: 25px;
		font-size: 30px
	}
	.contact_detial {
		float: left;
		margin-right: 0;
		min-width: 150px
	}
	.blog_info .blogimagedescription .detail span {
		margin-right: 10px
	}
	.blog_info .blogimagedescription .detail span:last-child {
		margin-right: 0
	}
}
.slider_text .property_info_header h2::before{
	background: none;
}
.slider_text .property_info_header .h4 p{
	border: none;
}
.slider_text .property_info_header h2.price{
	font-family: 'Lato', sans-serif;
	font-size: 30px !important;
	font-weight: 900 !important;	
}
.property_info_header > label {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    background-color: #435061;
    border-radius: 5px;
    color: #fff;
    padding: 5px 12px;
    position: absolute;
    right: 20px;
    text-transform: uppercase;
    top: -10px;
}
@media screen and (max-width: 640px) {
	.home-page-slider-header .property_info_header{
		position: relative;
	}
}
/* Header Part End Here*/
/* About City Estate Area Start Here */
.about-city-estate{
	width: 100%;
	float: left;
	padding: 70px 0 30px 0;
}
.about-city-estate .round-members-logo img{
	margin-bottom: 40px;
	padding-right: 7px;
	height:35px;
}
.about-city-estate b{
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #7e8c99;
	margin-bottom: 25px;
	line-height: 1.8;
	float: left;
}
.about-city-estate p{
	line-height: 1.8;
	margin-bottom: 40px;
	float: left;	
}
.about-city-estate p.banner {
	font-style: italic;
	padding: 41px 40px;
	background-color: #e3f5ff;
}
/* About City Estate Area End Here */

/* Services We Offer Area Start Here */
.services-we-offer{
	width: 100%;
	float: left;
	padding-bottom: 70px;
	background-color: #fff;
}
.services-we-offer-homepage2{
	padding-top:50px;
	padding-bottom:50px;
}
.services-we-offer a{
	float: right;
	color: #ff551a !important;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #ff551a;
}
.services-we-offer a:hover{
	color:#f94f14 !important;
}
.services-we-offer h4{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.services-we-offer p{
	font-size: 14px;
	line-height: 1.5;
}
.services-we-offer .services-we-offer-part{
	margin-top: 5px;
}
.services-we-offer .services-we-offer-part img{
	margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
	.services-we-offer .row .col-xs-12.col-sm-6.col-md-6.col-lg-6 a {
		float: left;
		margin-bottom: 40px;
	}
	.services-we-offer .row .col-xs-12.col-sm-6.col-md-6.col-lg-6 h2 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 991px) {
	.services-we-offer .row.services-we-offer-part .col-sm-6.col-md-3.col-lg-3 {
		margin-bottom: 50px;
	}
}
/* Services We Offer Area End Here */

/* Featured Properties Area Start Here */
.multiple-featured-properties{
	width: 100%;
	padding: 70px 0;
	background-color: #eaf0f3;
	float: left;
}
.multiple-featured-properties label{
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 12px 25px;
	border-radius: 2px;
	background-color: #ff551a;
}
.multiple-featured-properties .image-with-label{
    position: relative;
    clear: both;
	box-shadow: 0 0 10px 0 #333;
}
.multiple-featured-properties .image-with-label > label{
    position: absolute;
    right: 6%;
    bottom: -14px;    
}
.multiple-featured-properties img{
	width: 100%;
	height: 100%;	
}
.multiple-featured-properties a{
	text-decoration: none;
}
.multiple-featured-properties h6{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}
.multiple-featured-properties .featured-properties-price{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #7e8c99;
}
.multiple-featured-properties .featured-properties-price{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #31a2e1;
	margin-top: 0;
	margin-bottom: 20px;
}
.multiple-featured-properties .featured-properties-detail ul{
	width: 100%;
	float: left;
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	min-height:45px;
}
.multiple-featured-properties .featured-properties-detail ul li{
	width: 100%;
	float: left;
	padding: 10px 0;
}
.multiple-featured-properties .featured-properties-detail ul li.right{
	width: 10%;
	text-align: right;
}
.multiple-featured-properties .featured-properties-detail ul li span{
	padding: 5px 11px;
	background-color: #f3f6f8;
	border-radius: 100px;
}
.multiple-featured-properties .featured-properties-detail {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 35px 25px 15px 25px;
	box-shadow: 0 0 10px 0 #ccc;
	border: 1px solid #ccc;
}
.multiple-featured-properties .featured-properties-address-div{
	width: 100%;
	float: left;
	background-color: #fff;
	padding-top: 10px;
}
.multiple-featured-properties .featured-properties-address{
	width: 100%;
	float: left;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	border-top: 1px solid #eff2f4;	
	padding: 25px 25px;	
	margin: 0;
	border: 1px solid #ccc
}
.multiple-featured-properties .featured-properties-address i.fa.fa-map-marker.fa-lg{
	padding-right: 15px;
	color: #ff551a;
}
.multiple-featured-properties .featured-properties-detail ul li img {
	width: auto;
	margin-right: 20px;
}
.multiple-featured-properties .col-sm-6.col-md-4.col-lg-4{
	float: left;
}
.multiple-featured-properties .container {
  position: relative;
}
.left-right-arrow{
	height:13px;
	width:65px;
    position: absolute;
    right: 0px;
    top: -65px;	
}
.left-right-arrow .carousel-control.left,
.left-right-arrow .carousel-control.right{
	background:none;
}
.left-right-arrow .carousel-control{
	width:auto;
}
.left-right-arrow > img{
	height:100%;
	width:auto;
	cursor:pointer;
}
@media screen and (max-width: 991px) {
	.multiple-featured-properties .col-sm-6.col-md-4.col-lg-4 {
		margin-bottom: 30px;
	}
}
/* Featured Properties Area End Here */

/* Recent Properties Area Start Here */
.multiple-recent-properties{
	width: 100%;
	float: left;
	padding: 70px 0 0;	
	position: relative;
}
.multiple-recent-properties a{
	text-decoration: none;
}
.multiple-recent-properties h6{
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 5px;
}
.multiple-recent-properties .recent-properties-address{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #7e8c99;
}
.multiple-recent-properties .recent-properties-price{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #31a2e1;
	margin-top: 14px;	
}
.multiple-recent-properties .col-sm-6.col-md-4.col-lg-4{
	margin-bottom: 45px;
}
.multiple-recent-properties label{
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 15px;
	border-radius: 2px;
	background-color: #ff551a;
}
.multiple-recent-properties .image-with-label{
    position: relative;
}
.multiple-recent-properties .image-with-label > label{
    position: absolute;
    right: 6%;
    bottom: -14px;
}
.multiple-recent-properties img{
	width: 100%;
	height: 100%;
}
.multiple-recent-properties .carousel-indicators{
	top: 98%;
}
.multiple-recent-properties .carousel-indicators li{
	background-color: #7e8c99;
	border: none;
	width: 12px;
	height: 12px;
}
.multiple-recent-properties .carousel-indicators .active{
	background-color: #ff551a;
	border: none;
	margin: 1px; 
}
ul.property-type > li{
    float: left;
    list-style: outside none none;
    margin-left: 34px;
}
ul.property-type > li a{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7e8c99;
	text-transform: uppercase;
	text-decoration: none;	
}
ul.property-type > li a.active,
ul.property-type > li a:hover{
	font-weight: bold;
	color: #ff551a !important;
	outline:none;
}
.multiple-recent-properties .carousel.slide{
	display: none;
}
.multiple-recent-properties .carousel.slide.active{
	display: block;
}
@media screen and (max-width: 1199px) {
	ul.property-type > li {
		margin-left: 33px;
	}
}
@media screen and (max-width: 991px) {
	ul.property-type > li {
		margin-left: 0;
		margin-right: 33px;
	}
}
/* Recent Properties Area End Here */


/* Footer Area Start Here */
.multiple-location-detail {
	min-height: 914px;
	width: 100%;
	float: left;
	background: #eee url("../images/location.jpg") center center;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 135px
}
.multiple-location-detail h3.multiple-location-title {
	font-size: 18px;
	font-weight: 900;
	color: #ffffff;
	text-transform: uppercase;
	padding: 50px 0 30px;
	margin: 0
}
.multiple-location-detail .col-sm-8 .multiple-location-map {
	height: 292px;
	width: 100%;
	margin: 0 0 38px
}
.multiple-location-detail #multiple-contact-part {
	background: #31a2e1;
	min-height: 637px
}
.multiple-location-detail-inner {
	min-height: 635px;
	float: left;
	width: 100%;
	background: rgba(0,0,0,0) linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -webkit-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -moz-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -o-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%);
	background: rgba(0,0,0,0) -ms-linear-gradient(360deg,#435061 60%,rgba(255,255,255,0) 40%)
}
.multiple-location-detail-inner .container {
	background-color: #435061
}
.multiple-locations {
	background: #435061;
	min-height: 637px;
	padding: 0 38px 0 43px;
	float: left
}
.multiple-address-area p span {
	font-weight: 700;
	color: #fff
}
.col-md-6.multiple-address-area {
	border-right: 1px solid #505d6f;
	margin: 48px 30px 0 0;
	padding-right: 0;
	width: 47%;
	word-wrap: break-word
}
.multiple-address-area p, .multiple-time-detail p, .multiple-contact-detail a {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #a5b4c7 !important; 
	line-height: 15px
}
.multiple-address-area p span {
	font-weight: 700;
	color: #fff
}
.multiple-address {
	padding-bottom: 29px
}
.multiple-time-detail h6 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 700;
	padding-bottom: 25px;
	margin: 0
}
.multiple-time-detail .multiple-schedule_visit {
	margin-top: 15px;
	float: left;
	height: 40px;
	background: #ff551a;
	min-width: 197px;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.multiple-time-detail .multiple-schedule_visit:hover {
	background: #39a3de
}
.multiple-time-detail .multiple-schedule_visit a {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff !important;
	font-weight: 900;
	text-transform: uppercase;
	padding: 13px 37px 15px !important;
	float: left;
	text-decoration: none;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.col-lg-6.multiple-time-detail {
	padding-left: 21px
}
.col-md-4.multiple-time-detail {
	margin: 48px 0 0
}
.multiple-contact-agent {
	padding: 53px 22px
}
.multiple-contact-agent h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 30px;	
	margin: 0
}
.multiple-contact-agent img {
	width: 100%
}
.multiple-contact-agent h3.multiple-agent-name {
	font-size: 14px;
	color: #fff;
	font-weight: 900;
	padding-bottom: 10px;
	margin: 0
}
.multiple-contact-agent p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #fff;
	line-height: 15px
}

.multiple-agent-row .glyphicon {
	margin-right: 5px
}
.multiple-agent-row .multiple-certified-agent {
	color: #c3eaff;
}
.multiple-agent-form {
	margin-top: 40px
}
.multiple-agent-form h3 {
	font-size: 15px;
	color: #fff;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0;
	text-transform: uppercase;
}
.multiple-agent-form {
	margin-top: 40px
}
.multiple-agent-form input, textarea {
	width: 100%;
	background: #0e90d9;
	padding: 10px 20px 12px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #b1e2ff;
	border: #0e90d9 !important;
	margin-bottom: 10px;
	resize: none;
	line-height:normal !important;
}
.multiple-agent-form textarea {
	height: 95px
}
.multiple-agent-form .multiple-send-message {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 900;
	margin: 10px 0 0 !important;
	color: #0e90d9 !important;
	background: #fff !important;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.multiple-agent-form .multiple-send-message:hover {
	background: #435060 !important;
	color: #fff !important
}
.multiple-copyright-area .col-sm-12 {
	padding: 0 !important
}
p.multiple-copyright-text {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #e4e9ec;
	margin-top: 35px;
	float: right;
	padding: 0
}
.multiple-agent-form input::-webkit-input-placeholder, .multiple-agent-form textarea::-webkit-input-placeholder {
	color: #b1e2ff
}
.multiple-agent-form input:-moz-placeholder, .multiple-agent-form textarea:-moz-placeholder {
	color: #b1e2ff
}
.multiple-agent-form input::-moz-placeholder, .multiple-agent-form textarea::-moz-placeholder {
	color: #b1e2ff
}
.multiple-agent-form input:-ms-input-placeholder, .multiple-agent-form textarea:-ms-input-placeholder {
	color: #b1e2ff
}
.multiple-location-map {
	width: 100%;
	height: 290px
}
a.multiple-mail-link{
	color: #fff !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]::-moz-inner-spin-button, input[type=number]::-moz-outer-spin-button, input[type=number]::-ms-inner-spin-button, input[type=number]::-ms-outer-spin-button, input[type=number]::-o-inner-spin-button, input[type=number]::-o-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	margin: 0
}
input[type=number] {
	-moz-appearance: textfield
}
.round-members-logo img,
#multiple-valuable-clients-img-area img{	
	vertical-align:middle;
}
@media screen and (max-width: 1197px) {
	.multiple-time-detail .multiple-schedule_visit a {
		padding: 9px 33px 15px !important;
	}
	.multiple-contact-agent {
		padding: 40px 38px
	}
}
@media screen and (max-width: 766px) {
	.col-md-6.multiple-address-area {
		border-right: none
	}
	.multiple-time-detail .multiple-schedule_visit {
		margin-bottom: 60px
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.multiple-time-detail .multiple-schedule_visit {
		min-width: 150px
	}
	.multiple-time-detail .multiple-schedule_visit a {
		padding: 9px 8px 15px;
	}
}
@media screen and (max-width: 639px) {
	.col-md-6.col-sm-6.col-xs-12.multiple-address-area {
		width: 100%
	}
}
@media screen and (max-width: 767px) {
	.multiple-locations {
		padding: 0 15px
	}
}
@media screen and (max-width: 991px) {
	.multiple-location-detail .col-sm-8 .multiple-location-map {
		height: auto
	}	
	.multiple-time-detail .multiple-schedule_visit a {
		padding: 9px 33px 15px
	}
}
/* Footer Area End Here */
.schedule_visit_btn, .schedule_visit_btn_header, .view_on_map_btn, .schedule_visit_href_btn {
	background: #ff551a none repeat scroll 0 0;
	color: #fff !important;
	float: right;
	height: 45px;
	line-height: 3.2;
	text-align: center;
	text-transform: uppercase;
	width: 165px;
	text-decoration: none;
	font-weight: 900;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.schedule_visit_btn:hover, .schedule_visit_btn_header:hover, .schedule_visit_btn:hover > a, .schedule_visit_btn_header:hover > a, a.schedule_visit_href_btn:hover {
	background: #39a3de
}
.schedule_visit_btn > a, .schedule_visit_btn_header > a {
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all;
	display: block;
	line-height: 3.2
}
/*
 * ------------------------------------------------------------------------------------------------
 * page header area
 * ------------------------------------------------------------------------------------------------
 */
.inner-page-header-area{
	float:left;
	width:100%;
	min-height:600px;
	position: relative;
	background-color:#4CBDFC;
	z-index: 0;
	text-align:center;
	overflow:hidden;
}

.inner-page-header-area > img {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width:100%;
    height:auto;
    min-height:100%;
    line-height:12;
    font-size:24px;
}
.inner-page-header-area .property_info_header{
	clear:both;
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	min-height:120px;
	width:auto;
	min-width:260px;
	text-align:center;
}

.inner-page-header-area .property_info_header h2{
	color:#ffffff;
	text-transform: uppercase;
	font-size:27px !important;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:0;
}

.inner-page-header-area .property_info_header h5,
.inner-page-header-area .property_info_header h5 a{
	margin:0;
	font-family: 'Lato', sans-serif;
	font-size:24px !important;
	color:#333 !important;
	text-transform: uppercase;
	line-height:2;
	font-weight: bold;
}

.inner-page-header-area .inner_slider_text{
	margin-top:20px;
	width:100%;
}


/*
 * ------------------------------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------------------------------
 */
.footer {
	float: left;
	width: 100%;
	min-height: 60px;
	text-align: center;
	background: #435061;
	font-size: 14px !important;
	font-family: 'Lato', sans-serif !important;
	line-height: 4
}
.footer .footer_copyright_text {
	color: #99a5b5
}
.footer .footer_theme_title {
	color: #e4e9ec
}

/*
 * ------------------------------------------------------------------------------------------------
 * Property listing
 * ------------------------------------------------------------------------------------------------
 */
.property-listing{
	float:left;
	width:100%;
}
.property-type-menu {
    line-height: 2.5;
}
.property-listing-type-button{
	width:170px;
	height:45px;
	float: right;
}
.property-listing-type-button li{
	border: 1px solid #ced8e1;
	display: inline;
	float: left;
	height: 100%;
	width: 33.33%;
	cursor:pointer;
	text-align:center;
	line-height:2.3;
	overflow:hidden;
}
.property-listing-type-button > li:first-child {
    border-bottom-left-radius: 45%;
    border-right: 0 none;
    border-top-left-radius: 45%;
}
.property-listing-type-button > li:last-child {
    border-bottom-right-radius: 45%;
    border-left: 0 none;
    border-top-right-radius: 45%;
}
.property-listing-type-button > li > a{
	color:#7e8c99;
	display: block;
	font-size:20px;
}
.property-listing-type-button > li > a:hover,
.property-listing-type-button > li > a.active{
	background-color:#e3eaf0;
}
.property-list-area{
	margin-bottom:50px;
}
.load_more {
	margin-bottom: 160px;
}
.load_more_btn {
	background: #31a2e1 none repeat scroll 0 0;
	border: none;
	color: #fff;
	height: 45px;
	text-transform: uppercase;
	width: 165px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all
}
.load_more_btn:hover {
	background: #435060
}
/*
 * ------------------------------------------------------------------------------------------------
 *  Property listing gride
 * ------------------------------------------------------------------------------------------------
 */
.property-listing.multiple-recent-properties{
	padding-top:30px;
}
/*
 * ------------------------------------------------------------------------------------------------
 *  Property listing list
 * ------------------------------------------------------------------------------------------------
 */
.property-list-list{
	width: 100%;
	float: left;
	background-color: #f3f6f8;	
}
.property-list-list h5{
	font-weight: normal;
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 6px;
	line-height: 26px;
}
.property-list-list .property-list-list-image{
	padding: 0;	
}
.property-list-list .property-list-list-image img {
	max-width: 365px;
	min-height: 260px;
	border: 10px solid #F3F6F8;
	box-shadow: 0 0 10px 0 #ccc;
}
.property-list-list .property-list-list-info div{
	padding-left: 0;
}
.property-list-list .recent-properties-price{
	margin: 2px 0 10px 0;
}
.property-list-list p{
	font-size: 14px;
	line-height: 1.8;	
}
.property-list-list ul{
	float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    min-height: 45px;
}
.property-list-list ul li{
	float: left;
    padding: 10px 0;
    width: 90%;
}
.property-list-list ul li{
	margin-right: 20px;
    width: auto;    
}
.property-list-list ul li.left{
	font-size: 15px;
}
.property-list-list ul li.left img,
.property-list-list ul li.left svg{
	width: auto;
	margin-right: 20px;
	height:25px;
	width:25px;
	fill:#7e8c99;
}
.property-list-list ul li.right{
	text-align: right;
    width: 10%;
    float: right;
	margin-top: 12px;
}
.property-list-list ul li.right span{
	background-color: #fff;
    border-radius: 100px;
    padding: 5px 11px;
    color: #435061;
    font-size: 14px;
}
.property-list-list .property-list-list-label{
	margin-top: 35px;
	float: right;
}
.property-list-list .property-list-list-facility{
	padding-top: 10px;
}
.property-list-list{
	margin: 15px 0;
	padding: 15px;
}
@media screen and (max-width: 1199px) and (min-width: 767px) {
	.property-list-list h5,.property-list-list .property-list-list-label{
		margin-top: 20px;
	}	
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.property-list-list h5{
		margin-top: 10px;
	}
	.property-list-list .property-list-list-label{
		margin-top: 32px;
	}
	.property-list-list{
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.col-xs-12.col-sm-4.col-md-4.property-list-list-image{
		padding: 0 15px;
	}
	.property-list-list .property-list-list-label{
		margin: 20px 0;
		float: left;		
	}
	.property-list-list ul{
		padding: 0; 
	}
}

