body{
	padding:0;
	margin:0;
}
iframe{
	width:100%;
}
.header{
	float:left;
	width:100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height:600px;
}
h1,h2,h3,h4{
	margin: 10px 0px 10px;
	font-family: 'Montserrat', sans-serif;
	color: #435061;
	font-weight: bold;
	position: relative;
}
.ajax-loader{height: 16px !important; height: 16px !important;}
.widget_text{list-style:none;}
.wpcf7-form-control-wrap textArea{ width: 100% !important;}
@media screen and (min-width:1450px){
	.header{
		min-height:800px;
	}
}
@media screen and (max-width:991px){
	.header{
		min-height:450px;
	}
}
@media screen and (max-width:767px){
	.header{
		min-height:300px;
	}
}
@media screen and (max-width:639px){
	.header{
		min-height:0px;
	}
}
.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;    
}
.header figure img
{
	 min-height:0px;
	 height:auto;
}
.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; 
}
.header > .container
{
 position: relative;
}
.navbar-header img{
	margin:0px !important;
}
.image_header > figcaption {
    bottom: 40%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	opacity:0;
	-moz-transition: 2s opacity;
	-webkit-transition: 2s opacity;
	-o-transition: 2s opacity;
	-ms-transition: 2s opacity;
	transition: 2s opacity;
}
.header_main_menu_fixed {
	position: fixed;
	z-index: 9999;
	float:left;
	width:100%;
	background-color:rgba(255,255,255,0.95);
	top:0;
}
@media screen and (max-width:767px){
	.header_main_menu_fixed .welcome_header,
	.header_main_menu_fixed .contact_info{
		display:none;
	}
}
.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 p
{
	margin-bottom:0px;
	color:#7e8c99;
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	text-transform: uppercase;
}
.welcome_header_menu
{
	margin:0px;
	padding:0px;
	font-size: 12px !important;
}
.welcome_header_menu > li
{
	list-style:none;
	display:inline-block;
	padding:0px 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
{
	color:#7e8c99;
	display:block;
	text-decoration:none;
	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 submenu start here **************/
.currency_selection {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;	
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 85px;
    padding: 0;
    position: absolute;
    z-index: 1;
	opacity:0;
	display:none;   
	transition:opacity 0.3s;
}
.submit-btn{
	background:#ff551a !important;
}
.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;
}
/*****************Currency selection submenu start here ***************/
.menu {
	float: left;
	width: 83%;
	min-height: 105px;
}

.menu,
.menu .nav_link > li > a
{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#7e8c99 !important;
	font-weight:700;
	outline:none;
}
.menu .navbar-default
{
	background-color: rgba(255,255,255,0);
	border:none;
	margin-top:26px;
	margin-bottom:0px;
}
.menu .nav.navbar-nav > li > a {
	line-height: 3.5;
	margin:0;
}
.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;
}
#navigation {
margin-top: 30px !important;
}
.pull-right {
float: right !important;
}
.menu .navbar-brand
{
	margin-right: 30px;
	padding: 0;
	height: auto;
}
.menu .navbar-default .navbar-collapse,
.menu .navbar-default .navbar-form
{
	border:none;
}
/*************Menu toggle design start 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){
	.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: 9999;	    
	}
	.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;
	}
}
/*************Menu toggle design end here ******************/
/*************Submenu is start from here********************/
.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:35px;
    opacity:0;
    display:none;
    -moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out; 
    z-index: 99;
}
.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:#ffffff !important;
}
/*************Submenu is start from 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:0px 35px;		
	}
}
.schedule_visit_btn,
.schedule_visit_btn_header,
.view_on_map_btn,
.schedule_visit_href_btn
{
	background: #ff551a none repeat scroll 0 0;
	color: #ffffff !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: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.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,
.schedule_visit_btn:focus,
.schedule_visit_btn_header:focus,
.schedule_visit_btn:focus > a,
.schedule_visit_btn_header:focus > a,
a.schedule_visit_href_btn:focus
{
	background:#39a3de;	
	text-decoration:none;
}
.schedule_visit_btn_header
{
   	float: none;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    margin: 20px auto auto auto;
    width: 165px;
}
.schedule_visit_href_btn,
a.schedule_visit_href_btn
{
	float:none;
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
}
.view_on_map_btn,
a.view_on_map_btn
{
	background:#435061;
	float:none;
	margin:auto;
	display:inline-block;
	color: #ffffff !important;
	text-align: center;
	text-decoration:none;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:bold;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
	line-height:3.2;
}
a.view_on_map_btn:hover,
a.view_on_map_btn:focus,
a.view_on_map_btn:active
{
	background:#39a3de;	
	text-decoration:none;
}
.schedule_visit_btn > a,
.schedule_visit_btn_header > a
{
	color: #ffffff !important;
	text-align: center;
	text-decoration:none;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
	display:block;
	line-height:3.2;
	font-size: 14px;	
}
.schedule_visit_btn > a:hover,
.schedule_visit_btn_header > a:hover,
.schedule_visit_btn > a:focus,
.schedule_visit_btn_header > a:focus,
.schedule_visit_btn > a:active,
.schedule_visit_btn_header > a:active
{
	text-decoration:none;
	outline:none;
}
.about_property
{
	padding:100px 0;
	width:100%;
	float:left;
}
.about_property h1,
.recentfromblog h1,
.nearbyplaces h1,
.photogalary h1,
.features h1,
.near-by-places h1
{
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif !important;
	font-size:27px !important;
	font-weight: bold;
	color:#435061;
	margin-top:115px !important;
	position:relative;
	margin-bottom:20px !important;
}
.about_property h1:before,
.recentfromblog h1:before,
.nearbyplaces h1::before,
.photogalary h1::before,
.features h1::before,
.near-by-places h1::before {
	font-family:FontAwesome;
	top: -35px;
	background:rgba(0, 0, 0, 0) url("../images/header_map_icon.png") no-repeat scroll center center;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	color:#5cb8eb;
	height:25px;
}
.about_property .description,
.recentfromblog .description,
.nearbyplaces .description,
.features .description,
.photogalary .description,
.near-by-places .description{
	margin: 40px auto auto;
	text-align: center;
	width: 75%;
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.9;
	margin-bottom:60px;
}
.about_property .description
{
	width:100%;
}
.about_property ul
{
	margin:0px;
	padding:0;
	list-style: none;
	width:100%;
	margin:auto;
}
.about_property ul li
{
	display: inline-block;
	height: 150px;
	text-align: center;
	min-width: 180px;
	float:left;
}
.about_property ul li img
{
	margin-top:5px;
	width:32px;
	height:32px;
}
.about_property ul li
{
	border-right: 1px solid #e1e6ec;
}
.about_property ul li:last-child
{
	border-right:none;
}
.about_property ul li figcaption
{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	color:#7e8c99;
	line-height:3;
	text-transform: uppercase;
	margin-top:5px;
}
.about_property ul li h3
{
	margin-top:0px;
	text-transform:uppercase;
	color:#435061;
	font-family: 'Montserrat', sans-serif;
	font-size:18px !important;
	font-weight: bold;
	margin-bottom:10px;
}
.about_property h1 {
	margin-top: 0 !important;
}
.about_property ul li h2
{
	color:#435061;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:30px;
	margin-top:0px;
}
.about_property .buttons
{
	float:left;
	width:100%;
	text-align:center;
	margin:40px 0px;
}
.about_property .property-documents-area {
	width: 100%;
	float: left;
	border-top: solid 1px #e1e6ec;
	border-bottom: solid 1px #e1e6ec;
	margin: 50px 0;
	padding: 0;	
}
.about_property .property-documents-area h2.documents {
	font-family: "Montserrat";
	font-size: 18px;
	color: #435061;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.about_property .property-documents-area ul {
	list-style: none;
	border: none;
	text-align: center;
	padding: 20px 0;
}
.about_property .property-documents-area ul li {
	border: none;
	height: auto;
	min-height: auto;
	float: none;
	padding: 0 15px;
}
.about_property .property-documents-area ul li a {
	font-family: "Montserrat";
	font-size: 14px;
	color: #435061;
	text-transform: uppercase;
	text-decoration: none;
}
.about_property .property-documents-area ul li i {
	padding: 0 10px ;
	color: rgb(49, 162, 225) !important;
}
@media screen and (max-width: 991px){
	.about_property .property-documents-area ul li {
		border: none !important;
	}
}
.recentfromblog
{
	min-height:525px;
	width:100%;
	float:left;
	background:rgba(0, 0, 0, 0) linear-gradient(360deg, #31a2e1 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -webkit-linear-gradient(360deg, #31a2e1 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -moz-linear-gradient(360deg, #31a2e1 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -o-linear-gradient(360deg, #31a2e1 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -ms-linear-gradient(360deg, #31a2e1 40%, #d8f1ff 40%) repeat scroll 0 0;
}
.recentfromblog .container
{
	min-height:525px;
}
.blog_info
{
	height:inherit%;
	float:left;
	min-height:525px !important;
	background:#d8f1ff;
	padding-left:45px !important;
}
.blog_info h4
{
	color:#435061;
	text-transform:uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight:bold;
	font-size:18px;
	margin-top:65px;
	margin-bottom:25px;
}
.blog_info ul
{
	padding:0px;
	margin:0px !important;
	float:left;
}
.blog_info ul li
{
	list-style:none;
	margin-top:10px !important;
	margin-bottom:10px !important;
	width:100%;
	float:left;
	line-height:1.42857;
}
.blog_info .blogimage
{
	height:145px;
	width:225px;
	float:left;
	background-color: #31A2E1;
	position: relative;
}
.blog_info .blogimage img
{
	height:100%;
	width:100%;
}
.blogimage.text-center > img {
    vertical-align: middle;
    line-height:15;
}
.grid_item_mas .blogimage.text-center > img{
    float: left;
    height: auto;
    line-height: 15;
    max-width: 100%;
    vertical-align: middle;	
}
.blog_info .blogimagedescription
{
	float:left;
	padding-left:20px;
}
.blog_info .blogimagedescription h6,
.blog_info .blogimagedescription h6 a,
.blog_info .blogimagedescription h3,
.blog_info .blogimagedescription h3 a
{
	text-transform: uppercase;
	color: #435061;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	font-weight: bold;	
	margin-bottom: 15px !important;
	line-height: 1;
}
.blog_info .blogimagedescription h3.recentposttitle a{
	font-size: 13px !important
}
.blogimagedescription h3{
	margin-top:8px !important;
}
.blogimage_thumbnail img{
	margin:0px !important;
}
.blog_info .blogimagedescription h6.recentposttitle a{
	font-size:13px;
}
h3.recentposttitle{
	line-height:1;
}
.blog_info .blogimagedescription .detail span
{
	margin-right:25px;
}
.blog_info .blogimagedescription .detail span:last-child
{
	margin-right:0px;
}
.blog_info .blogimagedescription .detail,
.blog_info .blogimagedescription .detail a
{
	color: #435061;
	font-family: "Montserrat",sans-serif;
	font-size: 12px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.blog_info .blogimagedescription .discription
{
	color: #7e8c99;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	line-height: 1.9;
	border-bottom:1px solid #d7e0e4;
	padding-bottom:20px;
	margin-bottom:15px;
}
.twitter_info
{
	min-height:525px !important;
	background:#31a2e1;
}
.twitter_info h4
{
	color:#ffffff !important;
	text-transform:uppercase;
	font-family: "Montserrat",sans-serif;
	font-weight:bold;
	font-size:18px;
	margin-top:65px;
}
.twitter_info .twittes
{
	color:#bbe7ff;
	font-family: "Lato",sans-serif;
	font-size:16px;
	line-height:1.9;
	margin-bottom:5px;
}
.twitter_info .twitte_url
{
	font-family: "Lato",sans-serif;
	font-size:16px;	
	color:#ffffff;
}
.twitter_info .twitte_url a
{
	font-family: "Lato",sans-serif;
	font-size:16px;	
	color:#ffffff;
	text-decoration:underline;
    -moz-text-decoration-color: #98d1f0; /* Code for Firefox */
    text-decoration-color: #98d1f0;	
}
.twitter_info .twittes_time {
    margin-top: 5px;
    color:#055d8e;
	font-family: "Lato",sans-serif;
	font-size:16px;	    
}
.twitter_info ul
{
	padding:0px;
	margin:0px;
	margin-top:25px;
}
.twitter_info ul li
{
	list-style:none;
	margin-top:10px;
	margin-bottom:20px;
}
.twitter_info .follow_on_twitter
{
	width:310px;
	height:50px;
	display: inline-block;
	background:#51c1ff;
	text-transform:uppercase;
	text-align:center;
	font-family: "Montserrat",sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	line-height:3.4;
	margin-top:5px;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
	margin-bottom:10px;
}
.twitter_info .follow_on_twitter:hover
{
	background:#435060;
}
.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:#929da9;
}
.phone_number
{
	float: left;
}
.phone_number h3{
	margin:0;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	line-height:1;
	font-size:18px;
}
.phone_number h5
{	
	margin:0;
	font-size:14px !important;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color:#fff;
	font-weight: normal;
}
#home-page-slider-header .slider_text
{
	margin-top:600px;
	float:left;
	clear:both;
	min-width:0px;
	min-height:0px;
	background:#435061;	
}
#home-page-slider-header .property_info_header
{
	width:462px;
	float:left;
	background:#31a2e1;
	clear:both;
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}
#home-page-slider-header .property_info_price
{
	background: #435061 none repeat scroll 0 0;
    float: left;
    min-height: 172px;
    width: 260px;
}
#home-page-slider-header .property_info_header h2
{
	color:#ffffff;
	text-transform: uppercase;
	font-size:27px !important;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:0;
}
#home-page-slider-header .property_info_header h5
{
	margin-top:0px;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
	font-size:13px !important;
	color:#c2e9ff;
	text-transform: uppercase;
	line-height:2;
	font-weight: normal;
}
.property_info_header p {
	margin-top: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 2;
	border-top: 1px solid #238eca;
	padding-bottom: 0;
	padding-top: 10px;
	margin-bottom: 0;
	color: #c2e9ff;
}
.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;
}
.property_info_price h2
{
	font-family: 'Lato', sans-serif;
	font-size:30px;
	color:#ffffff !important;
	text-transform: uppercase;
	font-weight:900;
	text-align:center;
	margin-top: 35px;
}
@media screen and (max-width: 1199px){
	.menu .nav.navbar-nav a {
		margin:0;
	}
	.menu
	{
		width:100%;
	}
	.contact_info
	{
		width:100%;
		margin-top:0px;
	}
	.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:0px;
		margin-top:15px;
		margin-bottom:20px;
	}
}
@media screen and (max-width:991px){
	.property_info_price
	{
		width:200px !important;
	}
	.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 #e1e6ec;
	}
	.follow_on_twitter
	{
		width:225px !important;
	}
	.menu .nav.navbar-nav > li > a
	{
		margin:0px;
	}
	.about_property ul li{
		height: 180px;
		padding: 15px 0;
	}
}
@media screen and (max-width:767px){
	.recentfromblog .blogimage
	{
		float:none;
		margin:auto;
	}
	.recentfromblog .blogimagedescription
	{
		float:none;
	}
	.placelist .container
	{
		left:0;
	}
	.placelist .col-sm-4,
	.placelist .col-xs-5
	{
	left:0;
		}
	.nearbyplaces .mapdetail .distance
	{
		float:left;
		clear:both;
	}
	.property_info_price
	{
		clear:both;
		width:100% !important;
	}
	.slider_text
	{
		margin-top:500px;
	}
	.twitter_info
	{
		float:left;
		width:100%;
	}
	.welcome_header .col-sm-7 {
		display: none;
	}
	.welcome_header .col-sm-5.text-right {
		width: 100%;
		text-align: center;
	}		
	#home-page-slider-header .slider_text,
	#home-page-slider-header .property_info_header
	{
		width:100%;
	}
	.header_slider_container {
	    float: left;
	    min-height: 292px;
	    overflow: hidden;
	    position: relative;
	    width: 100%;
	}
}
@media screen and (min-width:750px) and (max-width:767px){
	.about_property ul li{
		width: 28%;
	}
}
@media screen and (max-width:640px){
	.header{
		min-height:100px;
	}	
	.image_header > img
	{
		width:100%;
		min-height:100%;
		height:auto;S
	}
}
@media screen and (max-width:480px){
	.header_slider_container {
	    min-height: 219px;
	}
}
@media screen and (max-width:360px){
	.header_slider_container {
	    min-height: 164px;
	}
}
@media screen and (max-width:320px){
	.header_slider_container {
	    min-height: 146px;
	}
}
@media screen and (max-width:639px){
	.about_property ul
	{
		width:100%;
		padding:0px;
	}
	.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 p{
		font-size: 9px;
	}
	.welcome_header_menu > li{
		min-width: 30px;
	}
	.schedule_visit_btn
	{
		width:135px;
	}
	.property_info_header
	{
		padding-left:15px;
		padding-right:15px;
		width:300px;
	}
	.schedule_visit_href_btn
	{
		margin-left:0px !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:0px;
	}	
}

.near-by-places {
	padding: 115px 0 102px 0 !important;
	float:left;
	width:100%;
}

.near-by-places h1{
	margin-top: 0 !important;
}

.near-by-places h1,.near-by-places p{
	font-family: 'lato', sans-serif;
	font-size: 16px;
	color: #7e8c99;
	text-align: center;
	line-height: 20px;	
}

.near-by-places h1{
	color: #435061;
	font-size: 27px;
	font-weight: 900;
	text-transform: uppercase;	 	
}
.near-by-place-detail{
	list-style: none;
	padding: 0 30px 0 0;
}
.nearicon.pull-left{
	margin-right: 20px;
}

.near-by-places .container h1{
	margin-bottom: 0;
}
.near-location h2{
	margin: 5px 0 23px 0; 
}
.near-location h2 span{
	color: #31a2e1;
}
.near-location h2,
.near-location h3 {
    color: #435061;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.near-by-place-detail li{
	padding-bottom: 20px;
}
.near-by-place-detail li p {
    color: #7e8c99;
    font-family: "Lato",sans-serif;
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    padding-left: 68px;    
}
.near-by-place-detail li p.near-place-description{
	color: #7e8c99;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 28px;
    text-align: left;
    padding-left: 0;
}
.near-location-map > img{
	width: 100%;
	min-height: 580px;
}
.near-place-header-description{
	width: 75%;
	text-align: center;
}

@media screen and (max-width: 767px){
	.near-by-place-detail{
		padding: 0 0 0 10px;
	}
	.near-location ul li img{
		margin-top: 0;
	}
	.col-md-7.col-sm-7.near-location-map > img{
		padding: 0 10px;
		min-height: auto;
	}
}
.features h1{
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	font-weight: bold;
	color:#435061;
	margin-top:35px !important;
	position:relative;
}

.features .description{
	margin: 0px auto 38px;
	text-align: center;
	width: 75%;
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.8;	
}
.inner_slider_text{

	width:100%;
}
.slider_div{
	border:15px solid #ffffff;
	box-shadow: 0 0 3px #d3d9dd;
	overflow: hidden;
}

.slider_div img{
	width:100%;
	height:100%;
}

.features{
	padding: 80px 0;
	background: #eff3f5;
}

.features ul{
	padding:0;
	margin:0;
	padding-top:14px;
	padding-left: 6px;
}

.features ul li{
	list-style:none;
	margin-bottom:48px;
}

.features h2{
	font-family: 'Montserrat', sans-serif;
	font-size:21px;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 18px; 
}

.features h3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px !important;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
	clear:none;
	margin-bottom:10px;
}

.room-dimension-detail p.room-dimension-detail-p{
	line-height: 1.9;
	margin: 0;
	margin-bottom: 48px; 
}
p.room-dimension-detail-p
{
	line-height: 1.9;
	margin: 0;	
}
.features li p{
	line-height: 1.7;
}
p.room-dimension-detail-p, .room-dimension-detail p, .features li p{
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}

.featureicon{
	margin-right:20px !important;
}

.label-dimension {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 130px;
    min-height: 82px;
    background: #ff551a;
    padding: 15px 0 11px 22px;
}

.label-dimension p{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}

.label-dimension p.size-name{
	font-size: 16px;
}

.label-dimension p.size{
	font-size: 24px;
}

.dimension-btn{
	margin: 0 0 58px 15px;
	float: left;
}

.dimension-btn a{
	font-size: 16px;
	font-family: 'lato', sans-serif;
	color: #4b5867;
	text-decoration: none;
	padding: 12px 22px 16px;
	background: #ffffff;
	cursor: pointer;
	float: left;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}

.dimension-btn a.active,.dimension-btn a:hover,.dimentions-btn a:focus,.dimentions-btn a:active{
	color: #ffffff !important;
	background: #4b5867;
	text-decoration:none;
}

.Dimension-detail{
	float: left;
}

@media screen and (max-width: 1199px){
	.near-location-info .right{
		width: 83%;
	}

	.near-location-info .left{
		width: 17%;
	}

	.room-dimension-detail p{
		margin: 0 0 20px;
	}

	.features ul li{
		margin-bottom: 23px;
	}
	.dimension-btn a{
		padding: 15px 12px 19px;
	}
}

@media screen and (max-width: 991px){
	.near-location-info .right{
		width: 79%;
	}

	.near-location-info .left{
		width: 21%;
	}

	.room-dimension-detail{
		margin-top: 20px !important;
	}

	.dimension-btn{
		margin: 0 0 38px 15px;
	}

	.dimension-btn a{
		padding: 12px 15px;
		margin-bottom: 20px; 
	}
}

@media screen and (max-width: 767px) and (min-width: 592px){
	.near-location-info .right{
		width: 92%;
	}

	.near-location-info .left{
		width: 8%;
	}

	.near-location img{
		margin-top: 50px;
	}
	.near-location img
	{
		height:auto;
	}
}

@media screen and (max-width: 591px){
	.near-location-info .right{
		width: 84%;
	}

	.near-location-info .left{
		width: 16%;
	}

	.near-location img{
		margin-top: 30px;
	}

	.dimension-btn a{
		padding: 15px 10px 19px;		
	}
}

@media screen and (max-width: 591px){
	.label-dimension {
	    background: #ff551a none repeat scroll 0 0;
	    bottom: 0;
	    min-height: 46px;
	    min-width: 90px;
	    padding: 5px 0 0 10px;
	    position: absolute;
	    right: 0;
	}

	.label-dimension p.size-name {
	    font-size: 12px;
	}

	.label-dimension p.size {
	    font-size: 17px;
	}

	.carousel-indicators .active{
		border-radius: 10px;
	    cursor: pointer;
	    height: 12px;
	    width: 12px;
	}
}
.dimentions
{
	width:100%;
	min-height:580px;
	background: #435061;
	float:left;
}
.features
{
	width:100%;
	min-height:762px;
	background:#eff3f5;
	float:left;
}

.slider_div
{
	border:15px solid #ffffff;
	box-shadow: 0 0 3px #d3d9dd;
}
.slider_div img
{
	width:100%;
	height:100%;
}
.features ul
{
	padding:0;
	margin:0;
	padding-top:15px;
}
.features ul li
{
	list-style:none;
	margin-bottom:55px;
}
.features h2
{
	font-family: 'Montserrat', sans-serif;
	font-size:21px !important;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
	margin-top:15px;
}
.features li p
{
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:15px;
}
.featureicon
{
	margin-right:20px !important;
}
.photogalary
{
	width:100%;
	float:left;
	padding-top: 115px;
}
.photogalary h1{
	margin-top: 0 !important;
}
.photogalary ul
{
	margin:0px;
	padding:0px;
}
.photogalary li
{
	width:20%;
	height:auto;
	float:left;
	position:relative;
	list-style:none;
	border:1px solid #ffffff;
}
.clear_all
{
	clear: both;
}
.photogalary li img
{
	width:100%;
	height:auto;
}
.photogalary li .image_description,
.inner-page-gallery-two-columns-dimension-detail .image_description,
.inner-page-gallery-three-columns-dimension-detail .image_description
{
	background: rgba(64, 166, 220, 0.9) none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	opacity:1;
	top: 0;
	width: 100%;
	z-index: 1;
    -webkit-transition: all 0.7s ease-out 0s;
    -ms-transition: all 0.7s ease-out 0s;
    -o-transition: all 0.7s ease-out 0s;
    -moz-transition: all 0.7s ease-out 0s;
    transition: all 0.7s ease-out 0s;
	cursor:pointer;
    overflow: hidden;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    border-radius:100%;	
}
.photogalary li:hover .image_description,
.inner-page-gallery-two-columns-dimension-detail li:hover .image_description,
.inner-page-gallery-three-columns-dimension-detail li:hover .image_description
{
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    border-radius:0;  
}
.photogalary .image_description p,
.inner-page-gallery-two-columns-dimension-detail  .image_description p,
.inner-page-gallery-three-columns-dimension-detail .image_description p
{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#ffffff;
	text-transform: uppercase;
	text-align:center;
}
.photogalary .icon,
.inner-page-gallery-two-columns-dimension-detail .icon,
.inner-page-gallery-three-columns-dimension-detail .icon
{
	background: rgba(255,255,255,0) none repeat scroll 0 0;
	border-radius: 50%;
	color: #31a2e1;
	font-size: 30px;
	height: 48px;
	margin: 25% auto 15px;
	text-align: center;
	width: 48px;
}
.inner-page-gallery-two-columns-dimension-detail .icon img,
.inner-page-gallery-three-columns-dimension-detail .icon img
{
	border:none;
}
@media screen and (max-width: 1900px){
	.photogalary .icon
	{
		margin:20% auto 15px;		
	}
}
@media screen and (max-width: 767px){
	.photogalary li{
		width: 33.33% !important;
	}
}
@media screen and (max-width: 520px){
	.photogalary li{
		width: 50% !important;
	}
}
@media screen and (max-width: 400px){
	.photogalary li{
		width: 100% !important;
	}
}
.inner-page-gallery-two-columns-dimension-detail .icon,
.inner-page-gallery-three-columns-dimension-detail .icon
{
	margin:25% auto 20px;
}
.nearbyplaces
{
	min-height:920px;
	width:100%;
	float:left;
	position: relative;
	overflow:hidden
}
.nearbyplaces .mapdetail
{
	background:#31a2e1;
	background:url("../images/map.jpg");
	min-height:655px;
	float:left;
	width:100%;
}
.nearbyplaces .mapdetail  .placelist
{
	background:#0040e1;
	float:left;
	width:41%;
	min-height:655px;
}
.placelist .container
{
	position: absolute;
	left:50%;
}
.placelist .col-sm-4,
.placelist .col-xs-5
{
	position:relative;
	left:-50%;
}
.nearbyplaces .mapdetail ul
{
	margin:0px;
	padding:0px;
	margin-top:25px;
	float: left;
	width: 100%;
}
.nearbyplaces .mapdetail  ul li
{
	border-bottom: 1px solid #2592ce;
	float: left;
	list-style: outside none none;
	width: 100%;
	padding-bottom:10px;
	padding-top:10px;
}
.nearbyplaces .mapdetail  ul li:last-child
{
	border-bottom:none;
}
.nearbyplaces .mapdetail .pLace
{
	float:left;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#ffffff;
}
.nearbyplaces .mapdetail .placename,
.nearbyplaces .mapdetail .placename a
{
	clear:both;
	float:left;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#bde7ff;
}
.nearbyplaces .mapdetail .distance
{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height: 2.5;
}
.padding_none
{
	padding:0 !important;
}

.dimentions h1{
	font-size: 27px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 900;
	text-align: center;
	margin: 84px 0 66px 0;
	text-transform: uppercase;
	position: relative;
}

.dimentions h1::before{
	background: #ffffff none repeat scroll 0 0;
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
}

.dimentions ul{
	list-style: none;
	padding-left: 0;
}

.dimentions li{
	width: 33.33%;
	padding-right: 45px;
	float: left;
	position: relative;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #91a3bc;
	margin-bottom: 10px;
}

.dimentions li label{
	float: left;
	position: relative;
	width: 80%;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}

.dimentions li span{
	color: #ffffff;
	float: left;
	padding-left: 5px;
	position: absolute;
}

.dimentions li label::after{
	color: #4f5e71;
	content: "___________________________________________________________________________________________________";
	position: absolute;
	top: -5px;
	padding-left:10px;
}
.location-map img{
	width: 100%;
}

.address {
	padding-bottom: 29px;
}

.address-area p span{
	font-weight: bold;
	color: #ffffff;
}

.time-detail h6 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 25px;
	margin: 0;
}



.col-sm-6.address-area {
	border-right: 1px solid #505d6f;
	margin-right: 20px;
	padding-right: 0;
	width: 47%;
}

.col-sm-6.time-detail{
	padding-left: 21px;
}
.contact-agent{
	padding: 53px 38px;
}

.contact-agent h1{
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin: 0;
}

.contact-agent img{
	width: 100%;
}

.agent-row .certified-agent{
	color: #c3eaff;
}
.agent-row p{
	word-wrap: break-word;
}
.contact-agent h1.agent-name{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0;
}


.contact-agent p {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	line-height: 15px;
}

.certified-agent{
	color: #a4d8f7 !important;
}

.row.agent-row .col-sm-5{
	width: 36%;
	padding-right: 0px;
}

.row.agent-row .col-sm-7{
	width: 64%;
	padding-left: 20px;
}

.agent-form {
	margin-top: 40px;
}
.agent-form h3{
	color: #fff !important;
    font-family: "Lato",sans-serif;
    font-size: 15px !important;
    font-weight: 900;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.send-message{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 !important;
	color: #0e90d9 !important;
	background: #ffffff !important;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}

.copyright-area .col-sm-12{
	padding: 0 !important;
}
#amenities-img img
{
	height:auto;
	width:100%;
}
@media screen and (max-width: 1197px){
	.time-detail .schedule_visit a{
		padding: 9px 33px 15px;
	}
	.contact-agent {
		padding: 40px 38px;
	}
}

@media screen and (max-width: 991px){
	.dimentions li {
		width: 50%;
	}

	.location-detail .col-sm-8 .location-map{
		height: auto;
	}

	.time-detail .schedule_visit a{
		padding: 9px 33px 15px;
	}
	.photogalary .icon
	{
		font-size:27px;
		margin:20% auto 15px;
		height:35px;
		width:35px;
	}	
}
@media screen and (max-width:639px){
	.dimentions li {
		width: 100%;
	}
	.photogalary li
	{
		width:50%;
	}
}
.location-detail{
	min-height: 914px;
	width: 100%;
	float: left;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 135px;
	position:relative;
}
.footer_background_image {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.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%);
}
.location-detail-inner .container
{
	background-color:#435061;	
}
.location-detail-inner .container .row div.col-md-8.col-sm-7.col-xs-12.locations,
.location-detail-inner .container .row div#contact-part{
	padding-bottom: 50px;
}
.locations{
	background: #435061;
	min-height: 637px;
	padding: 0 38px 0 43px !important;
	float: left;
}
@media screen and (max-width:767px){
	.locations
	{
		padding:0px 15px;		
	}
}
.location-detail h1.location-title{
	font-size: 18px !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #ffffff !important;
	text-transform: uppercase;
	padding: 50px 0 30px 0;
	margin: 0;
}
.location-detail .col-sm-8 .location-map{
	height: 292px;
	width: 100%;
	margin: 0 0 38px 0;
}

.location-map img{
	width: 100%;
}

.address {
	padding-bottom: 29px;
}
.address-area p,.time-detail p,
.contact-detail a{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #a5b4c7;
	line-height: 15px;
	margin-bottom:10px;
}
.contact-detail a:hover
{
	color: #a5b4c7 !important;
}
.address-area p span{
	font-weight: bold;
	color: #ffffff;
}

.time-detail h6 {
	font-size: 14px !important;
	font-family: 'Lato', sans-serif;
	color: #ffffff !important;
	font-weight: bold;
	padding-bottom: 25px;
	margin: 0;
}

.time-detail .schedule_visit{
	margin-top: 15px;
	float: left;
	height: 40px;
	background: #ff551a;
	min-width: 197px;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}
.time-detail .schedule_visit:hover{
	background: #39a3de;
	outline:none;
}
.time-detail .schedule_visit a {
	color: #ffffff;
	display: inline-block;
	float: left;
	font-family: "Montserrat",sans-serif;
	font-size: 14px;
	font-weight: 900;
	padding: 10px 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.time-detail .schedule_visit a:hover,
.time-detail .schedule_visit a:focus,
.time-detail .schedule_visit a:active{
	outline:none;
}
.col-lg-6.address-area {
	border-right: 1px solid #505d6f;
	margin-right: 20px;
	padding-right: 0;
	width: 47%;
}

.col-lg-6.time-detail{
	padding-left: 21px;
}

.location-detail #contact-part{
	background: #31a2e1;
	min-height: 637px;
}

.contact-agent{
	padding: 48px 0 48px 22px;
}

.contact-agent h1{
	font-size: 18px !important;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff !important;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin: 0;
}

.contact-agent img{
	width: 100%;
}

.contact-agent h3.agent-name{
    color: #fff !important;
    font-family: "Montserrat",sans-serif;
    font-size: 14px !important;
    font-weight: 900;
    margin: 0;
    padding-bottom: 10px;
    text-transform:unset;
}

.contact-agent p,
.contact-agent a{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	line-height: 15px;
	margin-bottom:10px;
}
.certified-agent{
	color: #a4d8f7 !important;
}

.row.agent-row .col-sm-5{
	width: 36%;
	padding-right: 0px;
}

.row.agent-row .col-sm-7{
	width: 64%;
	padding-left: 20px;
}

.agent-form {
	margin-top: 40px;

}
.agent-form h1{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0;
}

.agent-form input,textarea{
	width: 94% !important;
	background: #0e90d9;
	padding: 10px 20px 12px 20px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #b1e2ff;
	border: #0e90d9 !important;
	margin-bottom: 10px;
	resize: none;	
}

.agent-form textarea{
	height: 95px;
	color: #b1e2ff !important;
	margin-bottom: 10px;
}

.agent-form .send-message{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 900;
	margin: 10px 0 0 0 !important;
	color: #0e90d9 !important;
	background: #ffffff !important;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}

.agent-form .send-message:hover{
	background: #435060 !important;
	color: #ffffff !important;
}

.copyright-area .col-sm-12{
	padding: 0 !important;
}

p.copyright-text{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #e4e9ec;
	margin-top: 35px;
	float: right;
	padding: 0;
}
@media screen and (max-width: 767px){
	.copyright-text{
		margin: 0 15px 20px 15px;
	}
}
#amenities-content ul{
	list-style: none;
	padding-left: 0;
	width: 66%;
}

#amenities-content li{
	width: 50%;
	padding-right: 45px;
	float: left;
	position: relative;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
}

#amenities-content li label{
	float: left;
	position: relative;
	width: 80%;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
}

#amenities-content li span{
	color: #ffffff;
	float: left;
	padding-left: 15px;
	position: absolute;
}

#amenities-content li label::after{
	color: #298ec7;
	content: "___________________________________________________________________________________________________";
	position: absolute;
	top: -5px;
	padding-left: 15px;
}

@media screen and (max-width: 1897px ){
	#amenities-content ul{
		width: 70%;
	}
}
@media screen and (max-width: 1807px ){
	#amenities-content p{
		width: 73%;
	}
	#amenities-content ul{
		width: 74%;
	}
}
@media screen and (max-width: 1717px ){
	#amenities-content ul{
		width: 78%;
	}
}
@media screen and (max-width: 1630px ){
	#amenities-content p{
		width: 82%;
	}
	#amenities-content ul{
		width: 83%;
	}
}
@media screen and (max-width: 1543px ){
	#amenities-content ul{
		width: 88%;
	}
}
@media screen and (max-width: 1470px ){
	#amenities-content p{
		width: 92%;
	}
	#amenities-content ul{
		width: 93%;
	}
}
@media screen and (max-width: 1381px ){
	#amenities-content ul{
		width: 100%;
	}
}
@media screen and (max-width: 1327px ){
	#amenities-content p{
		width: 100%;
	}	
}
@media screen and (max-width: 1197px ){
	.time-detail .schedule_visit a{
		padding: 9px 33px 15px;
	}
	.contact-agent {
		padding: 40px 38px;
	}
	#amenities-content{
		padding: 70px 30px;
	}
}
@media screen and (max-width: 1114px ){
	#amenities-content p{
		margin-bottom: 20px;
	}
	#amenities-content li label::after,#amenities-content li span{
		padding-left: 5px;
	}
	#amenities-content li{
		width: 50%;
		padding-right: 5px;
	}
}
@media screen and (max-width: 991px) {
	.location-detail .col-sm-8 .location-map {
		height: auto;
	}

	.time-detail .schedule_visit a {
		padding: 9px 33px 15px;
	}
}
@media screen and (max-width: 518px) {
	#amenities-content li{
		width: 100%;
	}
}
@media screen and (max-width: 1197px){
 .time-detail .schedule_visit a{
  padding: 9px 33px 15px;
 }
 .contact-agent {
     padding: 40px 38px;
 } 
}

@media screen and (max-width: 766px){
 .col-md-6.address-area{
  border-right: none;
 }

 .time-detail .schedule_visit{
  margin-bottom: 60px; 
 }
}

@media screen and (max-width: 991px){
 .dimentions li {
  width: 50%;
 }

 .location-detail .col-sm-8 .location-map{
  height: auto;
 }

 .time-detail .schedule_visit a{
  padding: 9px 33px 15px;
 }
}

@media screen and (max-width: 991px) and (min-width: 767px){
 .time-detail .schedule_visit{
  min-width: 150px;
 }

 .time-detail .schedule_visit a{
  padding: 9px 8px 15px;
 }
}

@media screen and (max-width:639px){
 .dimentions li {
  width: 100%;
 }

 .col-md-6.col-sm-6.col-xs-12.address-area{
  width: 100%;
 }
}
.col-md-4.time-detail{
 margin: 48px 0 0 0;
}

.col-md-6.address-area{
    border-right: 1px solid #505d6f;
    margin: 48px 30px 0 0; 
    padding-right: 0;
    width: 47%;
    word-wrap: break-word;
}
.agent-row .glyphicon
{
	margin-right:5px;
}

.property_info_header h2
{
 color:#ffffff !important;
 text-transform: uppercase;
 font-size:27px;
 margin-top:0px;
 font-weight:bold;
 margin-bottom:10px;
}
.property_info_header h5,
.property_info_header h5 a
{
 margin-top:0px;
 font-family: 'Lato', sans-serif;
 font-size:13px;
 color:#c2e9ff !important;
 text-transform: uppercase;
 line-height:2;
}
.slider_text
{
 margin-top:600px;
 float:left;
 clear:both;
 min-width:0px;
 min-height:0px;
 background:#435061; 
}
.blog_header .slider_text
{
 margin-top:80px;
}
.property_info_header
{
 width:462px;
 min-height:172px;
 float:left;
 background:#31a2e1;
 clear:both;
 padding:30px;
 font-family: 'Montserrat', sans-serif;
 font-size:14px;
}
.blog_header
{
 float:left;
 width:100%;
 height:295px;
 background:url("../images/innerpage_header.jpg");
 background-position: left top;
 background-repeat: no-repeat;
 background-size: cover;
 -moz-transition: 2s all;
 -webkit-transition: 2s all;
 -o-transition: 2s all;
 -ms-transition: 2s all;
 transition: 2s all;	 
}
.blog_header .property_info_header
{
 min-height:120px;
 width:auto;
 min-width:170px;
}
/******************Blog apge styles start here******************************/
#blog_page_information,#blog_post_page_information{
	padding-top: 50px;
}
.blog_page_information
{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:140px;
}
.blog_page_information .blogimage
{
	width:100%;
	overflow:hidden;
	position: relative;
	background: #31a2e1 none repeat scroll 0 0;
}
.blog_page_information img,
.inner-page-left-sidebar img{
	max-width:100%;
	height:auto;
}
img{
	max-width:100%;
	height:auto;
}
.sticky-image
{
	position:absolute;
	background:url("../images/sticky-post.png");
	width:40px;
	height:55px;
	background-repeat:no-repeat;
	top:0px;
	right:25px;
	z-index: 1;
}
.sticky-image-thumbnail
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/sticky-post.png");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    position: absolute;
    right: 5px;
    top: 0;
    width: 25px;
}
.blog_page_information .blog_info,
.inner-faq .blog_info
{
	min-height:10px !important;
	padding:41px 35px 27px;
	background:#f5f8fa;
	width:100%;
}
.blog_page_information .blog_info .blogimagedescription
{
	padding:0px;
}
.blog_page_information .blog_info .blogimagedescription .discription
{
	margin-bottom:25px;
	padding:bottom:20px;
}
.blog_page_information .blog-thumbnail,
.inner-faq .blog-thumbnail
{
	margin-bottom:30px;
}
.blog-thumbnail .blogimagedescription{
	padding:0px;
}
.col-md-6.blog-thumbnail:nth-child(2n+1) {
    clear: both;
}
.blog_page_information .load_more
{
	margin-bottom:10px;
	margin-top:50px;
}
@media screen and (max-width: 991px){
	.blog_page_information .load_more{
		margin:50px 0;
	}
}
.blog_page_information .load_more_btn
{
    background: #31a2e1 none repeat scroll 0 0;
    border: none;
    color: #ffffff;
    height: 45px;
    text-transform: uppercase;
    width: 165px;
   	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight:bold;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;
}

.blog_page_information .load_more_btn:hover{
	background: #435060;	
}
.row.load_more.text-center {
    clear: both;
}
.blog_page_information .search_box
{
    background: #435061 none repeat scroll 0 0;
    height: 45px;
    width: 100%;
    padding:5px;
}
.blog_page_information .search_box .custom_input,
.blog_page_information .search_box .form-control
{
    background: #435061 none repeat scroll 0 0;
    border: medium none;
    outline: medium none;
	font-size: 15px !important;
	font-family: 'Lato', sans-serif !important;
	color:#c0ccdc !important;
	box-shadow:none;
	height:100% !important;
	font-weight: normal;
}
.custom_input
{
	height:100%;
}
.blog_page_information .search_box .form-control::-webkit-input-placeholder
{
	color:#c0ccdc;
}
.blog_page_information .search_box .form-control:-moz-placeholder
{
	color:#c0ccdc;
}
.blog_page_information .search_box .form-control::-moz-placeholder
{
	color:#c0ccdc;
}
.blog_page_information .search_box .form-control:-ms-input-placeholder 
{
	color:#c0ccdc;
}
.blog_info ul
{
	padding:0px !important;
	margin:0px !important;
	clear:both !important;
}
.blog_info ul li
{
	list-style:none;
	margin:0px;
	padding:10px 0px;
}
.blog_info ul li:last-child
{
	border:none;
}
.blog_info ul li a
{
	color:#435061;
   	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	text-transform:uppercase;
}
.blog_page_information  .blogimage_thumbnail
{
	width:100%;
	height:auto;
	background-color:#31A2E1;
}
.blog_page_information  .blogimage_thumbnail img
{
	width:100%;
	height:auto;
}
.blog_info ul .blogimagedescription h3, 
.blog_info ul .blogimagedescription h3 a, 
ul .blogimagedescription h3, 
ul .blogimagedescription h3 a
{
	margin-top:0px;
	margin-bottom:10px;
}
.blog_info ul .blogimagedescription .detail span
{
	margin-right:5px;
}
.blog_info ul .blogimagedescription .detail span:last-child
{
	margin:none;
}
/******************Blog apge styles end here******************************/

/******************Footer is start from here********************************/
.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;
 line-height: 2;
 margin: 10px;
}
.footer .footer_theme_title
{
 color:#e4e9ec;
}
/******************Footer is end at here********************************/
/*****************Image light box start from here***********************/
.modal-title.image_lightbox_label{
	clear:none;
}
#image_lightbox img {
    height: auto;
    width: 100%;
}
.previous_image_btn {
    border: medium none;
    border-radius: 50%;
    height: 50px;
    left: 35px;
    opacity: 0.75;
    position: absolute;
    top: 45%;
    width: 50px;
 	outline:none;
}
.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;
}
/*****************Image light box end at here***********************/
/*****************Google map api start from here********************/
.location-map
{
	width:100%;
	height:290px;
}
/*****************Google map api end at here********************/
/*****************Placeholder text color of contact agent form start from here***********************/
.agent-form input::-webkit-input-placeholder,
.agent-form textarea::-webkit-input-placeholder{
	color:#b1e2ff;
}
.agent-form input:-moz-placeholder,
.agent-form textarea:-moz-placeholder{
	color:#b1e2ff;
}
.agent-form input::-moz-placeholder,
.agent-form textarea::-moz-placeholder{
	color:#b1e2ff;
}
.agent-form input:-ms-input-placeholder,
.agent-form textarea:-ms-input-placeholder{
	color:#b1e2ff;
}
/*****************Placeholder text color of contact agent form end at here***********************/

/******************Blog post page styles start here*************************/
.blog_post_page h1,
.inner-page-shortcodes .single_post_title
{
	color:#435061;
	text-transform:uppercase;
	font-size:28px !important;
	font-weight:bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom:15px;
	line-height:36px;
}
.inner-page-shortcodes .single_post_title{
	margin-bottom:5px;
}
img.blog_featured_image{
	margin-top:10px !important;
	margin-bottom:40px !important;
}
.blog_post_page p.detail{
	margin-bottom:30px!important;
}
.blog_post_page .detail a{
 color: #435061;
 font-family: "Montserrat",sans-serif;
 font-size: 12px;
 margin-bottom: 15px;
 text-transform: uppercase;
 margin-right:25px;
}
.blog_post_page .full_image
{
 width:100%;
 height:auto;
 margin-top: 15px;
}
.blog_post_page,
.blog_post_page p{
	color:#7e8c99 !important;
}
blockquote{
    background: #31a2e1 none repeat scroll 0 0;
    float: left;
    padding: 35px !important;
    width: 100%;
    border:none !important;
    color:#ffffff;	
}
blockquote > p,
.inner-page-shortcodes blockquote p{
    color: #ffffff !important;
    font-family: "Lato",sans-serif !important;
    font-size: 21px !important;
    font-style: italic;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.blog_post_page p{
	margin-bottom:10px !important;
}
.blog_discription_paragraphs
{
 margin-top:35px;
 line-height:27px;
 color:#7e8c99;
 font-size:16px;
 font-family: 'Lato', sans-serif;
 margin-bottom:0px;.
}
.bolg_post_list
{
 margin:0px;
 padding:0px;
 margin-top:50px;
 color:#435061;
 font-family: 'Lato', sans-serif;
 font-size:16px;
 font-weight:bold;
}
.bolg_post_list li
{
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 25px;
}
.bolg_post_list > li::before
{
    background-color: #31a2e1;
    border-radius: 50%;
    bottom: 5px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}
.tag-links > a,
.tagcloud > a{
	background:#39A3DE;
	color:#ffffff;
	display: inline-block;
	margin: 0 2px 2px 0;
	padding: 8px 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: "Montserrat",sans-serif;
	font-size: 13px !important;
	text-decoration: none;
}
.tag-links > a:hover,
.tagcloud > a:hover{
	color:#ffffff;
}
.discription_detail
{
 float:left;
 width:100%;
 height:auto;
 background-color:#31a2e1;
 color:#ffffff;
 font-family: 'Lato', sans-serif;
 font-size:21px;
 padding:40px;
 font-style:italic;
 font-weight:100;
 margin-top:55px;
}
.display_blog_reply
{
 float:left;
 width:100%;
 height:auto;
}
.comment_form_block h3,
.display_blog_reply h3
{
	color:#435061 !important;
	font-size:18px !important;
	font-family: "Montserrat",sans-serif !important;
	font-weight:bold !important;
	text-transform:uppercase !important;
	margin-top:65px !important;
    margin-bottom: 20px !important; 
}
.reply_list
{
	 margin:0px;
	 padding:0px;
	 float:left;
	 width:100%;
	 list-style:none;
}
.reply_list.reply_list_quter{
	width:70%
}
.comment_form_block_quter .comment-respond{
	width:70%;
}
.reply_list li
{
	list-style:none;
	width:100%;
	float:left;
}
.reply_list .comment-body
{
 width:100%;
 margin-bottom:30px;
 padding:25px;
 background-color:#f5f8fa;
 float:left;
}
.reply_message_of-reply
{
 float: right !important;
    width: 92% !important;
}
.reply_message h3{
	margin-top:10px !important;
}
.reply_list li img
{
 width:100%;
 height:auto;
 margin:0px !important;
}
.replyer_name
{
 float:left;
 min-width:10px;
}
.replyer_name h4
{
 text-transform: uppercase !important;
 font-size:16px !important;
 font-family: "Montserrat",sans-serif !important;
 font-weight:bold !important;
 margin-top:5px !important;
 line-height:1;
}
.blog_post_reply_btn,
.comment-reply-link
{
 float:left;
 height:25px;
 width:70px;
 background-color:#435061;
 display:block;
 text-align:center;
 color:#ffffff;
 font-size:12px;
 font-weight: bold;
 font-family: "Montserrat",sans-serif;
 text-transform:uppercase;
 line-height:2.2;
 text-decoration:none;
 margin-left:15px;
 -moz-transition: 0.2s all;
 -webkit-transition: 0.2s all;
 -o-transition: 0.2s all;
 -ms-transition: 0.2s all;
 transition: 0.2s all; 
}
.blog_post_reply_btn:hover,
.comment-reply-link:hover
{
 background-color:#39a3de;
color: #ffffff;
 text-decoration: none;
}
.reply_date_time
{
 color:#435061;
 text-transform:uppercase;
 font-family: "Montserrat",sans-serif;
 font-size:12px;
 line-height:2;
 font-weight: normal;
}
.reply_message
{
 line-height:26px;
 color:#7e8c99;
 font-family: 'Lato', sans-serif;
 font-size:15px;
 clear:both;
 padding-right:65px;
 font-weight: normal;
}
.comment-form input,
.comment-form textarea,
.comment_form_block input,
.comment_form_block textarea
{
 height:45px;
 width:100% !important;
 padding-left:15px;
 margin-bottom:20px;
 border:1px solid #d3d8dd !important;
 color:#7e8c99;
 font-size:15px;
 font-family: 'Lato', sans-serif;
 font-weight:100;
 background: none;
}
.blog_comment_submit_btn,
.comment_form_block .blog_comment_submit_btn,
.comment-form .blog_comment_submit_btn
{
 height:45px;
 width:165px !important;
 background:#31a2e1;
 color:#ffffff;
 text-transform:uppercase;
 background-color:#31a2e1;
 border:none !important;
 outline:none;
 font-weight:bold;
 font-size:14px;
 font-family: "Montserrat",sans-serif;
 margin-bottom:10px;
 -moz-transition: 0.2s all;
 -webkit-transition: 0.2s all;
 -o-transition: 0.2s all;
 -ms-transition: 0.2s all;
 transition: 0.2s all;
 padding:0px;
}
.blog_comment_submit_btn:hover
{
 background-color:#435060; 
}
.comment-reply-title
{
	display:none;
}
@media screen and (max-width: 991px){
	.comment_form_block{
		margin-bottom: 100px;
	}	
}
.comment_form_block textarea
{
 height:105px;
}
.padding_left_none
{
 padding-left:0px !important;
}
.padding_right_none
{
 padding-right:0px !important;
}
@media screen and (max-width:767px){
 .comment_half_inputbox
 {
  padding:0px;
 }
 .col-sm-6.padding_right_none.comment_half_inputbox,
 .col-sm-6.padding_left_none.comment_half_inputbox{
 	padding: 0;
 }
}
.entry-footer{
	margin-top:50px;
}
/******************Blog post page styles end here*************************/

.inner-page-header-area > img {
    left: 0;
    top: 0;
    z-index: -1;
    width:100%;
    height:auto;
}
.inner-page-header-area .property_info_header{
	float:left;
	background:#31a2e1;
	clear:both;
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	min-height:120px;
	width:auto;
	min-width:260px;
	text-align:left;
}

.inner-page-header-area .property_info_header h2{
	color:#ffffff;
	text-transform: uppercase;
	font-size:27px !important;
	margin-top:0px !important;
	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:13px !important;
	color:#c2e9ff;
	text-transform: uppercase;
	line-height:2;
}

.inner-page-header-area .slider_text{
	margin-top:600px;
	float:left;
	clear:both;
	min-width:0px;
	min-height:0px;
	background:#435061; 
}

.inner-page-header-area .slider_text{
	margin-top:80px;
}

h1.header_with_icon{
	background:rgba(0, 0, 0, 0) url("../images/header_map_icon.png") no-repeat scroll top center;
	padding: 33px 0 0 0 !important;	
}
.inner-page-about-property
{
	padding-bottom:100px;
	width:100%;
	float:left;
}
.inner-page-about-property h1,
.inner-page-features h1,
.inner-page-features-villa h1,
.inner-page-gallery-two-columns h1,
.inner-page-gallery-three-columns h1,
.inner_about_property h1,
.inner-features-villa h1{
	text-transform: uppercase !important;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:27px !important;
	font-weight: bold;
	color:#435061;
	margin-top:70px;
	position:relative;
	margin-bottom:20px;
}

#amenities-content h1{
	color: #ffffff !important;
	text-align: left;
}
.inner-page-about-property .description,
.inner-page-features .description,
.inner-page-features-villa .description,
.inner-page-gallery-two-columns .description,
.inner-page-gallery-three-columns .description,
.inner_about_property .description,
.inner-features-villa .description{
	margin: 40px auto auto;
	text-align: center;
	width: 100%;
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px !important;
	line-height:1.9;
	margin-bottom:60px;
}
/*---------------------------About Page Style Start--------------------*/
.inner-page-about-property .description
{
	width:100%;
}

.inner-page-about-property ul
{
	margin:0px;
	padding:none  ;
	list-style: none;
	width:100%;
	margin:auto;
}
.inner-page-about-property ul li
{
	display: inline-block;
	height: 150px;
	text-align: center;
	width: 183px;
	float:left;
}
.inner-page-about-property ul li img
{
	margin-top:5px;
	width:32px;
	height:32px;
}
.inner-page-about-property ul li
{
	border-right: 1px solid #e1e6ec;
}
.inner-page-about-property ul li:last-child
{
	border-right:none;
}
.inner-page-about-property ul li figcaption
{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	color:#7e8c99;
	line-height:3;
	text-transform: uppercase;
	margin-top:5px;
}
.inner-page-shortcodes h1,
.inner-page-shortcodes h2,
.inner-page-shortcodes h3,
.inner-page-shortcodes h4,
.inner-page-about-property_description h1,
.inner-page-about-property_description h2,
.inner-page-about-property_description h3,
.inner-page-about-property_description h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #435061;
	padding: 0;
	text-transform:unset;
}
.inner-page-about-property ul li h3
{
	margin-top:0px !important;
	text-transform:uppercase;
	color:#435061;
	font-family: 'Montserrat', sans-serif;
	font-size:18px !important;
	font-weight: bold;
	margin-bottom:10px !important;
}
.inner-page-about-property ul li h2
{
	color:#435061;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:30px !important;
	margin-top:0px !important;
}
.inner-page-about-property .buttons
{
	float:left;
	width:100%;
	text-align:center;
	margin-top:70px;
}

@media screen and (max-width: 1199px){
	.inner-page-about-property ul
	{
		clear:both;
	}
	.inner-page-about-property
	{
		padding-bottom:100px;
	}
}
@media screen and (max-width:991px){
	.inner-page-about-property ul li:nth-child(3)
	{
		border-right:none;
	}
	.inner-page-about-property ul li:nth-child(1),
	.inner-page-about-property ul li:nth-child(2),
	.inner-page-about-property ul li:nth-child(3)	
	{
		border-bottom:1px solid #e1e6ec;
	}
}
@media screen and (max-width:639px){
	.inner-page-about-property ul
	{
		width:100%;
		padding:0px;
	}
	.inner-page-about-property ul li
	{
		border:none !important;
		width:100%;
		margin-top:50px;
	}
}
@media screen and (min-width:639px) and (max-width:991px){
	.inner-page-about-property ul li{
		height: 185px;
	    padding: 20px 0;
	}
}

.inner-page-features h1{
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	font-weight: bold;
	color:#435061;
	margin-top:35px;
	position:relative;
}

.inner-page-features .description{
	margin: 27px auto 38px;
	text-align: center;
	width: auto;
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.8;	
}

.slider_div{
	border:15px solid #ffffff;
	box-shadow: 0 0 3px #d3d9dd;
	overflow: hidden;
}

.slider_div img{
	width:100%;
	height:100%;
}

.inner-page-features{
	padding: 80px 0;
	background: #eff3f5;
}

.inner-page-features ul{
	padding:0;
	margin:0;
	padding-top:14px;
	padding-left: 6px;
}

.inner-page-features ul li{
	list-style:none;
	margin-bottom:48px;
}

.inner-page-features h2{
	margin: 0 !important;
	font-family: 'Montserrat', sans-serif;
	font-size:16px !important;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
	clear:none;
	margin-bottom:10px;	
}

.inner-page-features h3,.inner-page-features-villa h3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px !important;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
	margin-bottom:10px;
	margin-top:0px !important;
}

.room-dimension-detail p{
	line-height: 2.1;
	margin: 0;
	margin-bottom: 48px; 
}

.inner-page-features li p{
	line-height: 1.7;
}

.inner-feature-villa img{
	margin-bottom: 15px;
}

.row.inner-feature-villa{
	margin: 33px 0 65px 0;
}

.row.inner-feature-villa:last-child{
	margin-bottom: 110px;
}

.inner-feature-villa div{
	padding-right: 32px;
}

.room-dimension-detail p,
.inner-page-features li p,
.inner-feature-villa p{
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
}

.featureicon{
	margin-right:20px !important;
}

.carousel-indicators li{
	background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 10px;
    cursor: pointer;
    height: 12px !important;
    width: 12px !important;    
    margin: 0 1px !important;
}

.carousel-indicators .active{
	background-color: #31a2e1 !important;
	border-color: #31a2e1 !important;
    height: 12px;
    margin: 0 1px !important;
    width: 12px;
}

@media screen and (max-width: 1199px){
	.inner-page-features ul li{
		margin-bottom: 23px;
	}
}

@media screen and (max-width: 991px){
	.room-dimension-detail{
		margin-top: 20px !important;
	}
}

@media screen and (max-width: 591px){
	.carousel-indicators .active{
		border-radius: 10px;
	    cursor: pointer;
	    height: 12px;
	    width: 12px;
	}
}
.inner-page-features
{
	width:100%;
	min-height:762px;
	background:#eff3f5;
	float:left;
}

.slider_div
{
	border:15px solid #ffffff;
	box-shadow: 0 0 3px #d3d9dd;
}
.slider_div img
{
	width:100%;
	height:100%;
}
.inner-page-features ul
{
	padding:0;
	margin:0;
	padding-top:15px;
}
.inner-page-features ul li
{
	list-style:none;
	margin-bottom:55px;
}
.inner-page-features li p
{
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:15px;
}
.featureicon
{
	margin-right:20px !important;
}

#amenities-img,#amenities-content{
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 585px;
}
.inner-page-about-property_description > section {
  clear: both;
  float: left;
  width: 100%;
}
.inner-page-about-property_description .wp-caption,
.inner-page-about-property_description .comment_form_block.comment_form_block_quter{
	clear: both;
}
#amenities-img{
	width: 44%;
}

#amenities-content{
	width: 56%;
	padding: 70px 50px;
	background: #31a2e1;
	color: #ffffff;
}

#amenities-content h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 21px !important;
	font-weight: 900;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	text-transform: uppercase;	
}

#amenities-content p{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.9;
	margin-bottom: 25px;
	width: 65%;	
	min-width: 65%;
	color:#caecff;
}

.amenities-marker p{
	font-size:16px !important;
	font-weight: 200;
	margin-bottom: 12px !important;
}

.amenities-marker img{
	margin-right: 10px;
}

@media screen and (max-width: 1807px ){
	#amenities-content p{
		width: 73%;
	}
}
@media screen and (max-width: 1630px ){
	#amenities-content p{
		width: 82%;
	}
}
@media screen and (max-width: 1470px ){
	#amenities-content p{
		width: 92%;
	}
}
@media screen and (max-width: 1327px ){
	#amenities-content p{
		width: 100%;
	}	
}
@media screen and (max-width: 1197px ){
	#amenities-content{
		padding: 70px 30px;
	}
}
@media screen and (max-width: 1114px ){
	#amenities-content p{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	#amenities-img{
		width: 35%;		
	}
	#amenities-content{
		width: 65%;
	}
}
@media screen and (max-width: 768px) {
	#amenities-img,
	#amenities-content{		
		width: 100%;		
		min-height:10px;
	}	
}
@media screen and (max-width: 518px) {
	#amenities-content{
		height: auto;
	}
}

@media screen and (max-width:767px){
	.row.inner-feature-villa{
		margin: 0;
	}
	.row.inner-feature-villa div{
		padding: 20px 10px;
	}
}
/*---------------------------About Page Style End--------------------*/

/*---------------------------Contact Page Style End--------------------*/
.inner-contact{
	width: 100%;
	float: left;
	padding: 50px 0;
}

.inner-contact h1{
	margin: 0 0 33px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px !important;
	font-weight: 900;
	padding: 0;
	text-transform: uppercase;
	color: #435061;
}

.inner-contact p {
	font-family: "lato",sans-serif;
	font-size: 16px;	
	color: #7e8c99;
	line-height: 1.9;
}
.inner-contact #inner-contact-address p{
	color: #435061;
	margin-bottom:10px;
}

.inner-contact h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
	color: #435061;
	margin: 40px 0 25px 0;
}

#inner-contact-address p{
	font-size: 14px;	
	line-height: 1;
	margin-bottom:10px;
}

.inner-contact-border{
	border-right: #e5ecf0 solid 1px;
}

#inner-contact-address a{
	color: #505c6b;
    text-decoration: none;
}

#inner-contact-address .col-md-6 .row div:last-child{
	padding: 0 0 0 35px;
}

.inner-contact-agent-area{
	padding: 40px;
	background: #eff7fb;
	margin-top: 50px;
}

.inner-contact-agent-area h2{
	padding: 0;
	margin: 0;
}

.inner-contact-agent-area input,
.inner-contact-agent-area textarea {
    font-family: "lato",sans-serif;
	background: #d9e8f0 none repeat scroll 0 0;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
    color: #435061;
}

.inner-contact-agent-area textarea{
	height: 92px;
	resize: none;
	margin-bottom: 7px;
	width: 100% !important;
	color: #435061;
}

.inner-contact-agent-area .send-message{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	margin: 3px 0 0 0 !important;
	color: #ffffff !important;
	background: #ff551a !important;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}

.inner-contact-agent-area .send-message:hover{
	background: #39a3de !important;	
}

#inner-contact-agent-intro{
	margin: 30px 0 20px 0;
}

#inner-contact-agent-intro div{
	padding-left: 6px;	
}

#inner-contact-agent-intro h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px !important;
	font-weight: bold;
	padding: 0;
	color: #505c6b;
	margin: 0 0 10px 10px;
	text-transform:unset;
}

#inner-contact-agent-intro h3 span{
	font-family: 'Lato', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	color: #8291a3;	
}

.inner-contact-icon a{
	color: #505c6b;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
}
.inner-contact-icon .glyphicon.glyphicon-earphone,
.inner-contact-icon .glyphicon.glyphicon-envelope{
	color: #0e90d9;
	margin: 0 15px 0 0;
}

.inner-contact-icon{
	font-family: 'lato', sans-serif;
	font-size: 14px;
	color: #505c6b;
	margin: 0 0 10px 5px;
}

.inner-contact-icon span:nth-child(2){
	margin-right: 20px;
}

.inner-contact-agent-agency-img{
	float: right;
}

#inner-contact-agent-intro .col-md-4{
	padding-right: 0;
}

.inner-contact-location-map{
	margin-top: 40px;
	height: 430px;
}

.inner-contact-agnet-image,.inner-contact-location-map img{
	width: 100%;	
}
@media screen and (max-width: 991px){
	#inner-contact-address .col-md-6 .row div:last-child{
		padding: 0 0 0 15px;
	}

}

@media screen and (max-width: 991px){
	#inner-contact-address .col-md-6 .row div{
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px){
	.inner-contact-agnet-image{
		width: auto;
		height: auto;
	}
	.inner-contact-agent-agency-img{
		float: left;
		margin: 25px 0 10px 0;		
	}
}

@media screen and (max-width: 563px){
	.inner-contact-agnet-image{
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width: 509px){
	.inner-contact-agent-area{
		padding: 40px 20px;
	}
	.inner-contact-agnet-image{
		width: 
	}
}
/*---------------------------Contact Page Style End--------------------*/

/*---------------------------FAQ Page Style Start--------------------*/
.inner-faq
{
	min-height:585px;
	width:100%;
	float:left;
	padding: 105px 0 115px 0;
}
.inner-faq h1{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px !important;
	font-weight: bold;
	color: #435061;
	margin-top: 0;
	position: relative;
	margin-bottom: 20px;
}
.inner-faq .description{
	margin: 25px auto 40px auto;
	width: 100%;
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.9;	
}
.inner-faq .description
{
	width:100%;
}
.inner-faq-area{
	margin-bottom: 30px;
}
.inner-faq-panel-body p{
	padding-top: 17px;
}
.inner-faq-panel-title > a{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #435061;
	text-decoration: none !important;	
}
.inner-faq-panel-body p{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	color: #7e8c99;
	line-height: 1.9;
}
.inner-faq-img-marker{
	margin-right: 10px;
	cursor: pointer;
}
.inner-faq-panel-body{
	margin-left: 47px;
}
.inner-faq-house-info{
	float: left;
	width: 100%;
	background: #f5f8fa;
	padding: 20px 37px;
}
.inner-faq-house-info .row div.col-md-6{
	text-align: center;
	height: 170px;
	padding-top: 20px;	
}
.inner-faq-house-info .row div.col-md-6:nth-child(odd){
	border-right: #e1e6ec solid 1px;
	padding-left: 0;
}
.inner-faq-house-info .row div.col-md-6:nth-child(even){
	padding-right: 0;
	padding-left: 25px;
}
.inner-faq-house-icon{
	min-height: 32px;
}
.inner-faq-house-info-area-border{
	border-bottom: #e1e6ec solid 1px;
}
.inner-faq-house-info p{
	font-family: 'Montserrat', sans-serif;
	font-size:12px !important;
	color:#7e8c99;
	text-transform: uppercase;
	margin-top:11px;
	margin-bottom:10px;
}
.inner-faq-house-info h3{
	margin-top:0px;
	text-transform:uppercase;
	color:#435061;
	font-family: 'Montserrat', sans-serif;
	font-size:18px !important;
	font-weight: bold;
	margin-bottom:10px
}
.inner-faq-house-info h2{
	color:#435061;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:30px;
	margin-top:0px;
}
.inner-faq-agent-contact{
	background: #31a2e1;
	margin-top: 30px;
	padding: 40px 30px;
	float: left;
	width: 100%;
	margin-bottom:30px;
}
.inner-faq-agent-contact img{
	height: 100px;
}
.inner-faq-agent-contact h1{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 900;
	margin-bottom: 25px;
}
.inner-faq-agent-contact h2{
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 900;
	padding-bottom: 7px;
	margin: 0;
}
.inner-faq-agent-contact p{
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	line-height: 1.2;
}
#inner-faq-agent-info{
	padding: 0 0 0 20px
}

#inner-faq-agent-info a{
	color: #ffffff;
	text-decoration: none;
}
.certified-agent{
	color: #a4d8f7 !important;
}
.inner-faq-agent-contact .glyphicon{
	margin-right: 10px;
}
#inner-faq-agent-form {
	float: left;
	width: 100%;
	margin: 43px 0 0 0;
}
#inner-faq-agent-info-detail{
	margin: 0;
	padding: 0;
}
#inner-faq-agent-info-detail p{
	word-wrap: break-word;
}
#inner-faq-agent-form h1{
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 900;
	padding-bottom: 18px;
	text-transform: uppercase;
	margin: 0;
}

#inner-faq-agent-form input,
#inner-faq-agent-form textarea{
	width: 100%;
	background: #0e90d9;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #b1e2ff;
	border: none;
	margin-bottom: 10px;
	resize: none;
}
#inner-faq-agent-form textarea{
	height: 95px;
	resize: none;
	width: 100% !important;
}

#inner-faq-agent-form input::-webkit-input-placeholder,
#inner-faq-agent-form textarea::-webkit-input-placeholder{
	color:#b1e2ff;
}

#inner-faq-agent-form input:-moz-placeholder,
#inner-faq-agent-form textarea:-moz-placeholder{
	color:#b1e2ff;
}

#inner-faq-agent-form input::-moz-placeholder,
#inner-faq-agent-form textarea::-moz-placeholder{
	color:#b1e2ff;
}

#inner-faq-agent-form input:-ms-input-placeholder,
#inner-faq-agent-form textarea:-ms-input-placeholder{
	color:#b1e2ff;
}

#inner-faq-agent-form .send-message{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	margin: 9px 0 0 0 !important;
	color: #0e90d9 !important;
	background: #ffffff !important;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}

#inner-faq-agent-form .send-message:hover{
	color: #ffffff !important;
	background: #435060 !important;
}
#inner-faq-agent-form .col-md-12.col-sm-12,#inner-faq-agent-info-detail .col-md-4.col-sm-12.col-xs-4{
	padding: 0;
}

@media screen and (max-width: 1199px) and (min-width:766px){
	.inner-faq-house-info .row .col-md-6.col-sm-12{
		padding: 20px 0 0 0;		
	}
	.inner-faq-house-info{
		padding: 20px;		
	}
	.inner-faq-agent-contact{
		padding: 40px 20px;
	}
	#inner-faq-agent-info{
		padding: 0;
	}
}
@media screen and (max-width: 991px) and (min-width:766px){
	#inner-faq-agent-info-detail .col-md-4.col-sm-12,#inner-faq-agent-info{
		padding: 0;
	}
	.inner-faq-house-info .row div.col-md-6,.inner-faq-house-info .row div.col-md-6:nth-child(2n+1){
		border: none;
	}	
	#inner-faq-agent-info{
		margin-top: 20px;
	}		
}
@media screen and (max-width: 368px){
	.inner-faq-agent-contact{
		padding: 40px 20px;
	}
	.inner-faq-house-info{
		padding: 20px;
	}
}
@media screen and (max-width: 348px){
	#inner-faq-agent-info{
		padding: 0;
	}
}
/*---------------------------FAQ Page Style End--------------------*/

/*---------------------------Gallery Two Columns Page Style Start--------------------*/
.inner-page-gallery-two-columns,
.inner-page-gallery-three-columns{
	min-height:585px;
	width:100%;
	float:left;
	padding-bottom: 150px;
}
.inner-page-gallery-two-columns .description,
.inner-page-gallery-three-columns .description{
	width:100%;
}
.inner-page-gallery-two-columns-dimension-btn,
.inner-page-gallery-three-columns-dimension-btn{
	margin: 0 0 50px;
	float: left;
}
.inner-page-gallery-two-columns-dimension-btn a,
.inner-page-gallery-three-columns-dimension-btn a{
	font-size: 16px;
	font-family: 'lato', sans-serif;
	color: #4b5867;
	text-decoration: none;
	padding: 12px 21px 16px;
	background: #eff3f5;
	cursor: pointer;
	float: left;
	-moz-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	-ms-transition: 0.2s all;
	transition: 0.2s all;	
}
.inner-page-gallery-two-columns-dimension-btn a.active,
.inner-page-gallery-two-columns-dimension-btn a:hover,
.inner-page-gallery-three-columns-dimension-btn a.active,
.inner-page-gallery-three-columns-dimension-btn a:hover{
	color: #ffffff;
	background: #4b5867;
	text-decoration: none;
}
.inner-page-gallery-two-columns-dimension-btn a,
.inner-page-gallery-three-columns-dimension-btn a{
    min-width: 106px;
    text-align: center;
}
.inner-page-gallery-two-columns-dimension-detail ul,
.inner-page-gallery-three-columns-dimension-detail ul{
	list-style: none;
}
.inner-page-gallery-two-columns-dimension-detail,
.inner-page-gallery-three-columns-dimension-detail{
	float: left;
	width: 100%;	
}
.inner-page-gallery-two-columns-dimension-detail img,
.inner-page-gallery-three-columns-dimension-detail img{
	width: 100%;	
}
.inner-page-gallery-two-columns .row .col-md-6.col-sm-6.col-1-xs-12{
	padding: 0px; 
}
.inner-page-gallery-two-columns-dimension-detail .row{
	padding: 0 15px;
}
.inner-page-gallery-two-columns-dimension-detail img{
	border: #ffffff solid 1px;
}
/*---------------------------Gallery Two Columns Page Style End--------------------*/

/*---------------------------Gallery Three Columns Page Style End--------------------*/
.inner-page-gallery-three-columns .row .col-md-4.col-sm-4.col-xs-12{
	padding: 0px; 
}
.inner-page-gallery-three-columns-dimension-detail .row{
	padding: 0 15px; 
}
.inner-page-gallery-three-columns-dimension-detail img{
	border: #ffffff solid 1px;
}
/*---------------------------Gallery Three Columns Page Style End--------------------*/

/*---------------------------Page With Left And Right Sidebat Style Start--------------------*/
.inner-page-left-sidebar,
.inner-page-right-sidebar{
	float: left;
	width: 100%;
	padding: 55px 0;	
}

.inner-page-left-sidebar h1,
.inner-page-right-sidebar h1{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 24px !important;
	font-weight: 900;
	color: #435061;
	margin:  0 0 30px 0;
	padding: 0;
	text-transform: uppercase;
}
.inner-page-left-sidebar h2,
.inner-page-right-sidebar h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px !important;
	font-weight: 900;
	color: #435061;
	text-transform: uppercase;
	line-height: 1.5;
	clear: both;
}

.inner-page-left-sidebar p,
.inner-page-right-sidebar p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #7e8c99;
	line-height: 1.8;
	padding: 0;
	margin: 10px 0 0 0;
}

#inner-page-left-sidebar-content-area p.inner-page-full-description,
#inner-page-right-sidebar-content-area p.inner-page-full-description{
	margin: 30px 0 0 0;
	padding: 0;		
}

.inner-page-left-sidebar ul,
.inner-page-right-sidebar ul{
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0	
}
.inner-page-left-sidebar li,
.inner-page-right-sidebar li{
	background: url("../images/ul-li-list-style.png") no-repeat left 5px;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #435061;
	font-weight: bold;
	padding: 0 0 0 25px;
	margin: 0;	
}
ul.inner-page-bullet-ul{
	padding: 0;
	margin: 42px 0;
	-moz-columns: 2;
	-webkit-columns: 2;
	-o-columns: 2;
	-ms-columns: 2;
}
ul.inner-page-bullet-ul li{
	margin: 0 0 15px 0;
}
.inner-page-banner-paragraph {
	float: left;
	width: 100%;
	background: #31a2e1;
	padding: 35px;
	margin: 20px 0 44px 0;
}
.inner-page-banner-paragraph p{
	font-family: 'Lato', sans-serif;
	font-size: 21px !important;
	font-style: italic;
	line-height: 1.5 !important;
	color: #ffffff !important;
	padding: 0 !important;
	margin: 0 !important;

}
#inner-page-right-img,
#inner-page-left-img{
	margin: 53px 0 18px;
}
#inner-page-right-img h2.inner-page-right-title,
#inner-page-left-img h2.inner-page-left-title{
	margin: 7px 0 10px;
	padding: 0;
}
#inner-page-right-img .col-md-6,
#inner-page-left-img .col-md-6{
	padding: 0;
}

#inner-page-left-img div:nth-child(2),
#inner-page-right-img div:nth-child(2){
	padding-left: 20px;
}

ul.inner-page-right-single-line,
ul.inner-page-left-single-line{
	padding: 0;
	margin: 25px 0;
}
ul.inner-page-right-single-line li,
ul.inner-page-left-single-line li{
	margin: 0 0 15px 0;
}
#inner-page-left-side-right-area p,
#inner-page-right-side-left-area p{
	line-height: 1.6;
	margin: 10px 0 0 0;
}

#inner-page-left-img,
#inner-page-right-img{
	margin: 53px 0 18px;
}
#inner-page-right-side-left-area p,
#inner-page-left-side-right-area p{
	line-height: 1.6;
	margin: 10px 0 0 0;
}
#inner-page-left-img .col-md-6,
#inner-page-right-img .col-md-6{
	padding: 0;
}
#inner-page-right-side-left-area.col-md-6,
#inner-page-left-side-right-area.col-md-6{
	padding: 0 2px 0 15px;
}
ul.inner-page-left-single-line,
ul.inner-page-right-single-line{
	padding: 0;
	margin: 25px 0;
}
ul.inner-page-left-single-line li,
ul.inner-page-right-single-line li{
	margin: 0 0 15px 0;
}
#inner-page-right-side-left-area h2.inner-page-left-title,
#inner-page-left-side-right-area h2.inner-page-right-title{
	margin-top: 2px;
	margin-bottom: 0;
}
.inner-page-shedule{
	float: left;
}
.inner-page-shedule div a{
	font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (max-width: 991px){
	.inner-page-shedule{
		margin: 50px 0; 
	}
	.inner-page-blog-sidebar-post-title{
		padding-top: 20px;
		float: left;
	}
}

@media screen and (max-width: 767px){
	#inner-page-right-img #inner-page-left-side-right-area,
	#inner-page-left-img #inner-page-right-side-left-area{
		padding: 20px 0 0 0;
	}
	.inner-page-shedule{
		margin: 50px 0; 
	}
	.inner-page-banner-paragraph{
		padding: 25px;
	}
	.inner-page-blog-sidebar-post-title{
		padding-top: 10px;
	}
}
.blog_info.blog-thumbnail ul li{
	background: none;
}
.blog_info.blog-thumbnail .detail{
	margin: 0;
}
.blog_info.blog-thumbnail ul li a{
	font-weight: normal;
}
.blog_info.blog-thumbnail ul li h3 a{
	font-weight: bold;
}
/*---------------------------Page With Left And Right Sidebat Style End--------------------*/

/*---------------------------Tour Page Style Start--------------------*/
.inner-tour-video{
	margin-top: 70px;
	float: left;
	width: 100%;
}
.inner-tour-video{
	margin-top: 70px;
	float: left;
	width: 100%;
}
.inner_about_property
{
	min-height:585px;
	width:100%;
	float:left;
}

.inner_about_property .description
{
	width:100%;
}

.inner_about_property ul
{
	margin:0px;
	padding:none  ;
	list-style: none;
	width:100%;
	margin:auto;
}
.inner_about_property ul li
{
	display: inline-block;
	height: 150px;
	text-align: center;
	width: 183px;
	float:left;
}
.inner_about_property ul li img
{
	margin-top:5px;
	width:32px;
	height:32px;
}
.inner_about_property ul li
{
	border-right: 1px solid #e1e6ec;
}
.inner_about_property ul li:last-child
{
	border-right:none;
}
.inner_about_property ul li figcaption
{
	font-family: 'Montserrat', sans-serif;
	font-size:12px;
	color:#7e8c99;
	line-height:3;
	text-transform: uppercase;
	margin-top:5px;
}
.inner_about_property ul li h3
{
	margin-top:0px;
	text-transform:uppercase;
	color:#435061;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	font-weight: bold;
	margin-bottom:10px
}
.inner_about_property ul li h2
{
	color:#435061;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:30px;
	margin-top:0px;
}
.inner_about_property .buttons
{
	float:left;
	width:100%;
	text-align:center;
	margin-top:70px;
}

@media screen and (max-width: 1199px){
	.inner_about_property ul
	{
		clear:both;
	}
	.inner_about_property
	{
		padding-bottom:100px;
	}
}
@media screen and (max-width:991px){
	.inner_about_property ul li:nth-child(3)
	{
		border-right:none;
	}
	.inner_about_property ul li:nth-child(1),
	.inner_about_property ul li:nth-child(2),
	.inner_about_property ul li:nth-child(3)	
	{
		border-bottom:1px solid #e1e6ec;
	}
}
@media screen and (max-width:639px){
	.inner_about_property ul
	{
		width:100%;
		padding:0px;
	}
	.inner_about_property ul li
	{
		border:none !important;
		width:100%;
		margin-top:50px;
	}
}

.inner-features-villa {
	float: left;
	width: 100%;
	background: #eff3f5;
}
.inner-features-villa h3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px !important;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
	margin-bottom: 10px !important;
	margin-top:0px !important;
}
.content-heading1 {
margin: 20px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	color: #435061;
	font-weight: bold;
	position: relative;
}
.inner-features-villa {
	text-align: center;
}
.feature-villa img{
	margin-bottom: 15px;
}

.row.feature-villa{
	margin: 33px 0 65px 0;
}
@media screen and (max-width: 767px){
	.row.feature-villa div{
		margin-bottom: 50px;
	}
	.col-md-6.address-area{
		border: none;
	}
}
.row.feature-villa:last-child{
	margin-bottom: 110px;
}

.feature-villa div{
	padding-right: 32px;
}

.feature-villa p{
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	color: #7e8c99;
}
/*---------------------------Tour Page Style End--------------------*/

/*---------------------------Shortcodes Page Style Start--------------------*/
.inner-page-shortcodes{
	float: left;
	width: 100%;
	margin: 0 0 35px 0;
}
.inner-page-shortcodes h1{
	font-size: 36px !important;
	color: #435061;
    font-family: "Montserrat",sans-serif;
    font-weight: 900;
    margin: 50px auto 15px;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.inner-page-shortcodes h1.header_with_icon{
	background:rgba(0, 0, 0, 0) url("../images/header_map_icon.png") no-repeat scroll top center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px !important;
	font-weight: 900;
	color: #435061;
	margin: 70px 0 0 0;
	padding: 33px 0 24px 0;
	text-align: center;
	position: relative;	
	clear:both;
	float: left;
	width:100%;
}
.inner-page-shortcodes p.header_description{
	margin: 0 0 65px 0 !important;
	width: 100%;
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.9;
	text-align: center;
}

.inner-page-shortcodes p{
	width: 100%;
	color:#435061;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.5;
	margin: 0;
	padding: 0;
}
.inner-page-shortcodes#inner-page-shortcodes-ul-li .row{
	margin-top: 40px;
}
.inner-page-shortcodes .alert{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight: bold;
	border: none;
	border-radius: 0;
}
.inner-page-shortcodes .alert.alert-success{
	background: #d0eec4;
}
.inner-page-shortcodes .alert.alert-info{
	background: #c6e5f4;
}
.inner-page-shortcodes .alert.alert-warning{
	background: #fbf2c5;
}
.inner-page-shortcodes .alert.alert-danger{
	background: #f6cfcf;
}
.inner-page-shortcodes #alert_header_description{
	margin-bottom: 60px;
}
#inner-page-shortcodes-ul-li p.map-marker-blue,
#inner-page-shortcodes-ul-li p.map-marker-black,
#inner-page-shortcodes-ul-li p.map-marker-orange{
	padding-left: 30px;
	margin-bottom: 18px;
}
.inner-page-shortcodes .alert .glyphicon,
.inner-page-shortcodes .alert .fa{
	padding: 0 20px 0 10px;
}
.inner-page-shortcodes .map-marker-blue{
	background:rgba(0, 0, 0, 0) url("../images/blue_map_icon.png") no-repeat scroll center left;
}
.inner-page-shortcodes .map-marker-black{
	background:rgba(0, 0, 0, 0) url("../images/black_map_icon.png") no-repeat scroll center left;
}
.inner-page-shortcodes .map-marker-orange{
	background:rgba(0, 0, 0, 0) url("../images/orange_map_icon.png") no-repeat scroll center left;
}
#inner-page-shortcodes-table-data table{
	font-family: 'Lato', sans-serif;
	font-size:16px;
	width: 100%;
	float: left;
	border: #e2e7ed solid 1px;	
}
#inner-page-shortcodes-table-data tr td,
#inner-page-shortcodes-table-data thead tr th{
	border: #e2e7ed solid 1px;
}
#inner-page-shortcodes-table-data thead tr th{
	border-top: #31a2e1 solid 1px;
}
#inner-page-shortcodes-table-data thead tr th:nth-child(1){
	border-left: #31a2e1 solid 1px;
}
#inner-page-shortcodes-table-data thead tr th:nth-last-child(1){
	border-right: #31a2e1 solid 1px;	
}
#inner-page-shortcodes-table-data thead{
	background-color: #31a2e1;
	color: #ffffff;	
}
#inner-page-shortcodes-table-data th,
#inner-page-shortcodes-table-data td{
	padding: 15px 30px;
}
#inner-page-shortcodes-table-data td{
	color: #7e8c99;
}
#inner-page-shortcodes-table-data tr th:nth-child(1),
#inner-page-shortcodes-table-data tr td:nth-child(1){
	text-align: center;
}
.inner-page-shortcodes-section{
	margin-bottom: 105px;
}
@media screen and (max-width: 1199px){
	.menu .nav.navbar-nav a {
		margin:0;
	}
	.menu
	{
		width:100%;
	}
}
@media screen and (max-width: 767px){
	#inner-page-shortcodes-ul-li .row div{
		margin: 10px 0;
	}
}
@media screen and (max-width: 479px){
	.schedule_visit_btn
	{
		width:135px;
	}
	.schedule_visit_href_btn
	{
		margin-left:0px !important;
		margin-top:10px;
	}
}
/*---------------------------Shortcodes Page Style End--------------------*/

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;
}
#model-contact-form .modal-body {
    padding: 0;
}
.contact-form{
	padding: 40px 40px 0 40px;
}

.content-area h2{
	font-family: "Montserrat",sans-serif;
	font-size: 18px;
	font-weight: 900;
	color: #505c6b;
	margin-bottom: 35px;
	text-transform: uppercase;
	line-height:30px;
}

.content-area ul.agent-address{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.content-area ul.agent-address li{
	font-family: "Lato",sans-serif;
    font-size: 14px;
    color: #435061;
    width: auto;
	float: left;
	padding: 0 30px;
	line-height: 1.8;
}

.content-area ul.agent-address li:first-child{
	padding: 0 30px 0 0;
	border-right: #e5ecf0 solid 1px;
}

.contact-form{
	float: left;
	width: 100%;	
}

.contact-form ul{
	width: 100%;
	float: left;
	list-style: none;
}

.contact-form ul li img.agent-img{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 20px;
}

.contact-form ul li{
	width: 25%;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
}

.contact-form ul li:first-child{
	width: 75%;
	border: none;
}

.contact-form h5{
	font-family: "Montserrat",sans-serif;
	font-size: 15px;
	font-weight: 900;
	color: #505c6b;
	margin: 10px 0 8px 0;
	padding: 0;
	clear:none;
	text-transform:unset;
}
.contact-form h5 span{
	font-family: "lato",sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8291a3;	
}

.agent-info .glyphicon.glyphicon-earphone,
.agent-info .glyphicon.glyphicon-envelope{
	color: #0e90d9;
	margin-right: 10px;
}

.agent-info{
	padding: 0;
}

.agent-info p{
	font-family: "lato",sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #505c6b !important;
	padding-right: 10px;
}

.agnet-contact-form{
	margin-top: 20px;
}

.agnet-contact-form ul{
	width: 100%;	
	list-style: none;
	padding: 0;
}

.agnet-contact-form ul li{
	float: left;
	width: 49% !important;	
}

.agnet-contact-form ul li:first-child{
	margin-right: 15px !important; 
}

.agnet-contact-form input,.agnet-contact-form textarea{
	font-family: "lato",sans-serif;
	font-size: 14px;
	width: 100%;
	margin: 0 15px 10px 0 !important;
	padding: 10px 20px !important;
	background: #d9e8f0;
	color: #435061;
	border: none !important;
}

.agnet-contact-form input::-webkit-input-placeholder,
.agnet-contact-form textarea::-webkit-input-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form input:-moz-placeholder,
.agnet-contact-form textarea:-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form input::-moz-placeholder,
.agnet-contact-form textarea::-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form input:-ms-input-placeholder,
.agnet-contact-form textarea:-ms-input-placeholder
{
	color:#435061;
	opacity:1;
}

.agnet-contact-form textarea{
	height: 89px !important;
	margin: 0 0 8px 0 !important;
	resize: none;
	width: 100% !important;
}

.send-message{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 3px 0 0 0 !important;
	color: white !important;
	background: #ff551a !important;
	padding: 10px 0;	
	transition: 0.2s all;
}

.send-message:hover{
	background: #39a3de !important;	
}

.agent-info img{
	width: 100%;
}	
.modal-title{
	color:#435061;
  	font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform:uppercase;
    clear: none;
}

@media screen and (max-width: 1916px) and (min-width: 767px){
 .contact-form .agnet-contact-form ul li{
  width: 48% !important;
 } 
}

@media screen and (max-width: 1670px) and (min-width: 767px){
 .contact-form .agnet-contact-form ul li{
  width: 48% !important;
 }
}

@media screen and (max-width: 1480px) and (min-width: 767px){
 .content-area ul.agent-address li{
  width: 50%;
 }
}

@media screen and (max-width: 1286px) and (min-width: 767px){
 .contact-form .agnet-contact-form ul li{
  width: 48% !important;
 }
 .agent-info li{
  width: 100% !important;
 }
 .agent-info img{
  margin-top: 20px; 
  width: auto;
 }
}

@media screen and (max-width: 1168px) and (min-width: 767px){
 .contact-form{
  padding: 20px;
 }
}

@media screen and (max-width: 1085px) and (min-width: 767px){
 .contact-form .agnet-contact-form ul li{
  width: 47% !important;
 }
}

@media screen and (max-width: 925px) and (min-width: 767px){
 .contact-form .agnet-contact-form ul li{
  width: 100% !important;
 }
}

@media screen and (max-width: 786px) and (min-width: 767px){
 .contact-form{
  padding: 17px;
 }
}

@media screen and (max-width: 753px){
 .agnet-contact-form ul li{
  width: 48% !important;
 }
}

@media screen and (max-width: 642px){
 .agent-address li{
  width: 100% !important;
  padding: 10px 0 0 0 !important;
  border: none !important;
 }
}

@media screen and (max-width: 553px){
 .contact-form{
  padding: 20px !important;
 }
 .agent-info li{
  width: 100% !important;
 }
 .agent-info img{
  width: auto;
 }
 ul.agent-info li:first-child{
  margin-bottom: 30px !important;
 }
}

@media screen and (max-width: 585px){
 .agnet-contact-form ul li{
  width: 100% !important;
 }
}

@media screen and (max-width: 388px){
 .agnet-contact-form ul li{
  width: 100% !important;
 }
}

@media screen and (max-width: 370px){
 .agent-info img{
  margin-bottom: 20px;
  width: 100%;
 }
}

.agnet-contact-form input:-moz-placeholder,
.agnet-contact-form textarea:-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form input::-webkit-input-placeholder,
.agnet-contact-form textarea::-webkit-input-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form input::-moz-placeholder,
.agnet-contact-form textarea::-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form input:-ms-input-placeholder,
.agnet-contact-form textarea:-ms-input-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form input:-o-input-placeholder,
.agnet-contact-form textarea:-o-input-placeholder
{
	color:#435061;
	opacity:1;
}
.modal-backdrop
{
    opacity:0.2 !important;
}

div.div-icon-light-blue,
div.div-icon-light-blue-small{
	background: #31a2e1;
	border-radius: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
div.div-icon-light-blue{
	width: 65px;
	height: 65px;	
}
div.div-icon-light-blue-small{
	width: 48px;
	height: 48px;	
}
div.div-icon-light-blue-small img{
	width: 50%;
}
div.div-icon-orange{
	width: 65px;
	height: 65px;
	background: #ff551a;
	border-radius: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.contact-form.model-contact-form .agnet-contact-form ul li{
 width: 49% !important;
}
@media screen and (max-width: 991px){
 .contact-form.model-contact-form .agnet-contact-form ul li{
  width: auto !important;
 }
 .contact-form.model-contact-form .agnet-contact-form ul li:first-child{
  margin-right: 0px !important;
 } 
}
p.map-marker-blue,
p.map-marker-black,
p.map-marker-orange{
	padding-left: 30px !important;
	margin-bottom: 18px !important;
}

#inner-page-sidebar-content-area ul{
	-moz-columns: 2 auto;
    margin: 42px 0;
    padding: 0;
    float: left;
    list-style: outside none none;
    width: 100%;
}

#inner-page-sidebar-content-area ul li{
	background: rgba(0, 0, 0, 0) url("../images/ul-li-list-style.png") no-repeat scroll left 5px;
    color: #435061;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 25px;
}

.inner-page-side-part{
	margin: 53px 0 30px;
}
.inner-page-side-part h2{
	margin: 0	
}
.inner-page-side-part.col-md-6.col-sm-6.col-xs-12 ul{
	padding: 0 !important;
	margin: 5px 0 0 0 !important;
	-moz-columns: 1 auto !important;
}
.inner-page-side-part.col-md-6.col-sm-6.col-xs-12 p{
	margin: 5px 0 0 0 !important; 
}
.slider_bullets {
    bottom: 100px;
    left: 0;
    margin: auto;
    min-width: 100px;
    position: absolute;
    right: 0;
    padding: 0;
    text-align:center;
   	z-index: 999;
}
.slider_bullets > li {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    height: 10px;
    list-style: outside none none;
    margin: auto;
    width: 10px;
    cursor:pointer;
    transition: all 0.2s;
    display:inline-block;
    margin: 0px 5px;
}
.slider_bullets > li.active,
.slider_bullets > li:hover
{
	background: #000000 none repeat scroll 0 0;
}
.mm-panel.mm-hasnavbar.mm-opened.mm-current {
    background: #39a3de none repeat scroll 0 0;
}
.mm-listview a {
    color: #cfeeff !important;
}
.mm-menu .mm-listview > li .mm-next::after, .mm-menu .mm-listview > li .mm-arrow::after {
    border-color: rgba(207, 238, 255, 1);
}
.blog_post_page > p{
	color: #7e8c99 !important;
    font-family: "Lato",sans-serif !important;
    font-size: 16px !important;
    line-height: 27px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

ul.single_page{
	color: #435061;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 50px 0 0;
    padding: 0 0 10px 0;
}

ul.single_page > li:before{
	background-color: #31a2e1;
    border-radius: 50%;
    bottom: 5px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}

ul.single_page > li{
	list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 25px;
}
.btn.btn-default.custom_input{
	margin-bottom: 10px;
}
.inner-page-search p, .inner-page-search .entry-summary{
	color: #435061;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    margin: 20px 0 20px 0;
    padding: 0 0 10px 0;
}
.inner-page-search .page-header h1.page-title,
.inner-page-search .entry-header h2.entry-title a,
h2.screen-reader-text{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	font-weight: bold;
	color:#435061;
	margin-top:115px;
	position:relative;
	margin-bottom:20px;
}
.inner-page-search .entry-header h2.entry-title a,
h2.screen-reader-text{
	font-size:18px;
}
.status-publish.format-standard{
	margin: 50px 0;
}
.blog_post_page .status-publish.format-standard{
	margin-top: 0px;
}

.near-location-map{
    height: 550px;
}

.agent-info li p a,
#visiter_message {
	color: #435061 !important;
}
.agent-info li p a{
	font-family: "Lato",sans-serif;
}
.inner-page-header-area{ overflow: hidden; }

@media screen and (min-width:766px){
	#main-menu{ display: none; }
}
.user img {
    display: none;
}
.twittes {
    height: 55px;
    overflow: hidden;
}
.near-location-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'lato', sans-serif;
	font-size: 14px;	
}
.near-location-info .right{
	font-family: 'Montserrat', sans-serif;
	width: 83%;
	float: left;
	color: black;
	font-weight: bold;
	color: #435061;
	text-transform: capitalize;
}
.near-location-info .left{
	width: 17%;
	float: left;
	color: #a6afb8
}
.near-location-info span{
	width: 100%;
	font-size: 14px;
	float: left;
	color: #a6afb8;
	padding: 0 0 9px 0;
	margin: 0 0 10px 0;
	border-bottom: #f2f2f2 solid 1px; 
	font-family: 'lato', sans-serif;	
}
.near-location-info:last-child span:last-child{
	margin: 0px;
	border-bottom: none;
}
@media screen and (max-width: 1199px){
	.near-location-info .right{
		width: 83%;
	}
	.near-location-info .left{
		width: 17%;
	}
}

@media screen and (max-width: 991px){
	.near-location-info .right{
		width: 79%;
	}
	.near-location-info .left{
		width: 21%;
	}
}

@media screen and (max-width: 767px) and (min-width: 592px){
	.near-location-info .right{
		width: 92%;
	}
	.near-location-info .left{
		width: 8%;
	}
}
@media screen and (max-width: 766px){
	.near-location-map{
		clear:both;
		width:100%;
	}	
}
@media screen and (max-width: 591px){
	.near-location-info .right{
		width: 84%;
	}
	.near-location-info .left{
		width: 16%;
	}
}
.nav.navbar-nav.nav_link li a{
	text-transform: uppercase;
}
.property_info_price h1 .price-label{
	font-size: 18px;
}
.contact-agent a:hover{
	color: #ffffff;
}
.agent-info a:hover{
	color: #337ab7 !important;
	text-decoration: none;
}
#primary-sidebar div.blog_info.blog-thumbnail ul li{
	margin: 0 !important; 
	padding: 10px 0;
	border-bottom:1px solid #e1e6ec;
}
#primary-sidebar div.blog_info.blog-thumbnail ul li:last-child{
	border-bottom: none;
}
.agnet-contact-form-contact-page{
	margin-top: 20px;
}

.agnet-contact-form-contact-page ul{
	width: 100%;	
	list-style: none;
	padding: 0;
}

.agnet-contact-form-contact-page ul li{
	float: left;
	width: 49% !important;	
}

.agnet-contact-form-contact-page ul li:first-child{
	margin-right: 15px !important; 
}

.agnet-contact-form-contact-page input,.agnet-contact-form-contact-page textarea{
	font-family: "lato",sans-serif;
	font-size: 14px;
	width: 100%;
	margin: 0 15px 10px 0;
	padding: 10px 20px;
	background: #d9e8f0;
	color: #435061;
	border: none;
}

.agnet-contact-form-contact-page input::-webkit-input-placeholder,
.agnet-contact-form-contact-page textarea::-webkit-input-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form-contact-page input:-moz-placeholder,
.agnet-contact-form-contact-page textarea:-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form-contact-page input::-moz-placeholder,
.agnet-contact-form-contact-page textarea::-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form-contact-page input:-ms-input-placeholder,
.agnet-contact-form-contact-page textarea:-ms-input-placeholder
{
	color:#435061;
	opacity:1;
}

.agnet-contact-form-contact-page textarea{
	height: 84px;
	margin: 0 0 6px 0;
	resize: none;
	width: 100% !important;
}

@media screen and (max-width: 1916px) and (min-width: 767px){
 .contact-form .agnet-contact-form-contact-page ul li{
  width: 48% !important;
 } 
}

@media screen and (max-width: 1670px) and (min-width: 767px){
 .contact-form .agnet-contact-form-contact-page ul li{
  width: 48% !important;
 }
}

@media screen and (max-width: 1085px) and (min-width: 767px){
 .contact-form .agnet-contact-form-contact-page ul li{
  width: 47% !important;
 }
}

@media screen and (max-width: 925px) and (min-width: 767px){
 .contact-form .agnet-contact-form-contact-page ul li{
  width: 100% !important;
 }
}

@media screen and (max-width: 753px){
 .agnet-contact-form-contact-page ul li{
  width: 48% !important;
 }
}

@media screen and (max-width: 585px){
 .agnet-contact-form-contact-page ul li{
  width: 100% !important;
 }
}

@media screen and (max-width: 388px){
 .agnet-contact-form-contact-page ul li{
  width: 100% !important;
 }
}

.agnet-contact-form-contact-page input:-moz-placeholder,
.agnet-contact-form-contact-page textarea:-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form-contact-page input::-webkit-input-placeholder,
.agnet-contact-form-contact-page textarea::-webkit-input-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form-contact-page input::-moz-placeholder,
.agnet-contact-form-contact-page textarea::-moz-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form-contact-page input:-ms-input-placeholder,
.agnet-contact-form-contact-page textarea:-ms-input-placeholder
{
	color:#435061;
	opacity:1;
}
.agnet-contact-form-contact-page input:-o-input-placeholder,
.agnet-contact-form-contact-page textarea:-o-input-placeholder
{
	color:#435061;
	opacity:1;
}

.contact-form.model-contact-form .agnet-contact-form-contact-page ul li{
 width: 49% !important;
}
@media screen and (max-width: 991px){
 .contact-form.model-contact-form .agnet-contact-form-contact-page ul li{
  width: auto !important;
 }
 .contact-form.model-contact-form .agnet-contact-form-contact-page ul li:first-child{
  margin-right: 0px !important;
 } 
}
.inner-page-about-property .container p{
	color: #7e8c99;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.9;   
}
.inner-faq-agent-contact img{
 height: 100px;
}
.inner-faq-agent-contact h1{
 font-size: 18px !important;
 font-family: 'Montserrat', sans-serif;
 color: #ffffff;
 font-weight: 900;
 margin-bottom: 25px;
}
.inner-faq-agent-contact h2{
 font-size: 15px !important;
 font-family: 'Montserrat', sans-serif;
 color: #ffffff;
 font-weight: 900;
 padding-bottom: 7px;
 margin: 0;
}
.inner-faq-agent-contact p{
 font-size: 14px;
 font-family: 'Lato', sans-serif;
 color: #ffffff;
 line-height: 1.2;
 margin-top: 5px;
 margin-bottom:10px;
}
#inner-faq-agent-info{
 padding: 0 0 0 20px
}

#inner-faq-agent-info a{
 color: #ffffff;
 text-decoration: none;
}
.certified-agent{
 color: #a4d8f7 !important;
}
.inner-faq-agent-contact .glyphicon{
 margin-right: 10px;
}
.widget-area .textwidget{
 float: left;
 width: 100%;
}
.widget-area .tagcloud{
 float: left;
 width: 100%;
}
.widget-area .blog_info.blog-thumbnail > div{
    float: left;
    width: 100%;
}
.widget-area table#wp-calendar{
    float: left;
    width: 100%;
}
.textwidget img{
 width: 100%;
 height: 100%;
}
.textwidget select {
    width: 100%;
    height:25px;
}
.blog_post_page > img,
.blog_post_page .wp-caption.alignnone img{
 max-width: 100%;
 height: auto;
}
.blog_post_page {
 overflow: hidden;
}
.blog_page_information h1{
	color: #435061;
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.blog_page_information ul{
 	color: #7e8c99 !important;
    font-family: "Lato",sans-serif !important;
    font-size: 16px !important;
    line-height: 27px !important;
}
.property_info_price span.price-label{
 font-size: 18px;
}
.inner-page-about-property_description{
 float: left;
 width: 100%;
}
.default-template-inner-page {
 	padding: 75px 0;
 	clear:both;
}
.default-template-inner-page p{
	color: #435061;
	font-family: "Lato",sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	width: 100%;	
}
.inner-page-search .page-title{
 font-size: 27px !important;
}
.inner-page-search .entry-title{
 margin-top: 10px;
}
.inner-page-search .screen-reader-text{
 font-size: 18px !important;
}
.inner-page-search .nav-links span,
.inner-page-search .nav-links span a{
 font-size: 14px !important;
}
.inner-page-search .default-404-inner-page{
 margin-bottom: 80px;
}
.blog_info ul ul.children{
    width: 100%;
    margin-left: 20px !important;
}
.blog_info ul ul.children li{
    padding-bottom: 0px !important;
    border: none !important;
}
.blog_info.blog-thumbnail .menu-testing-menu-container ul.menu{
	width: 100% !important;
}
.blog_info.blog-thumbnail .menu-testing-menu-container ul.menu li{
	border: none !important;
	padding: 0 !important;
}
.blog_info.blog-thumbnail .menu-testing-menu-container ul.menu li ul.sub-menu{
	width: 100%;
	float: left;
}
.blog_info.blog-thumbnail .menu-testing-menu-container ul.menu li ul.sub-menu li{
	padding: 0 !important;
}
.blog_info.blog-thumbnail .menu-testing-menu-container ul.menu a{
	float: left;
	padding: 12px 0;
	border-bottom: 1px solid #e1e6ec;
	width: 100%;
}
.blog_info.blog-thumbnail input.form-input{
 background: #435061 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #c0ccdc !important;
    font-family: "Lato",sans-serif !important;
    font-size: 15px !important;
    outline: medium none;
    padding: 10px;
    width: 89%;   
}
.blog_info.blog-thumbnail .form-search-custom{
 background: #435061 none repeat scroll 0 0;
    padding: 0px;
    width: 100%;
}

.blog_info.blog-thumbnail #searchsubmit{
 background: #435061 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #c0ccdc !important;
    font-family: "Lato",sans-serif !important;
    font-size: 15px !important;
    font-weight: normal;
    height: 100% !important;
    outline: medium none;    
}
.col-md-12.col-sm-12.col-xs-12.locations {
    padding-bottom: 45px !important;
}

/* SVG */
.room-dimension-detail .featureicon.pull-left,
.inner-page-features .featureicon.pull-left{
	background: #31a2e1 none repeat scroll 0 0;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
	padding: 15px 0;
}
.about_property svg,
.inner-page-about-property figure svg,
.inner-faq-house-info .inner-faq-house-icon svg{
	width: 32px;
	height: 32px;
	fill: #31a2e1;
}
.room-dimension-detail svg,
.inner-feature-villa .featureicon.pull-left svg,
.inner-page-features .container .col-lg-6 ul li .featureicon.pull-left svg,
.feature_icon svg{
	fill: #ffffff;
	width: 32px;
	height: 32px;
}
.inner-page-features-villa .featureicon.pull-left,
.feature_icon{
	background: #ff551a none repeat scroll 0 0;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	text-align: center;
	padding: 15px 0 !important;
	margin: auto auto 10px auto;
}

#lang_sel{
	display:block;
}
#lang_sel a{
 	line-height: unset;
 	padding-left:0px;
}
#lang_sel ul ul{
 	width:100%;
}
#lang_sel ul ul {
    background: #f1f4f8 none repeat scroll 0 0 !important;
    border-top: 0 none;
    margin-top: 18px !important;
    width: 100%;
    left:-15px;
}
#lang_sel ul ul a {
    background-color: rgba(241,244,248,0.9);
    line-height: 3;
    width:55px;
    border-bottom: 1px solid #dde2e8;
}
#calendar .ui-widget-content {
	background:#eff3f5 none repeat scroll 0 0;
	vertical-align:middle;
	text-align:center;
	border-color:#e6eaec;
}
#calendar .fc-grid .fc-day-number {
	float:none;
	height: 45px;
	width: 45px;
	border-radius:50%;
	margin:auto;
	line-height:45px;
	cursor:pointer;
}
#calendar .ui-state-highlight, 
#calendar.ui-widget-content .ui-state-highlight, 
#calendar .ui-widget-header .ui-state-highlight {
	border-color:#e6eaec;
}
#calendar .ui-state-highlight .fc-day-number {
	background-color:#31a2e1;
	color:#ffffff;
}
#calendar .fc-day.ui-widget-content .fc-day-number:hover {
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	background-color:#435061 !important;
	color:#ffffff;
}
#calendar .fc-day.ui-widget-content.booked {
	pointer-events:none;
}
#calendar .fc-day.ui-widget-content.booked .fc-day-number {
	background-color:#c8d0d4 !important;
	color:#ffffff;
}
#calendar .fc-event-container {
	//display:none;
}
#calendar .ui-widget-header{
 background: #ff551a none repeat scroll 0 0;
    border: medium none !important;    
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 3.5;
    text-transform: uppercase;
    border-top: 1px solid #ff7241 !important;
}
#calendar .fc-header tr td {
	background: #ff551a none repeat scroll 0 0;
	padding: 30px 0 20px 0;
}
#calendar .fc-header tr td span.fc-header-title h2 {
	font-size: 27px;
	color: #ffffff;
}
#calendar .fc-button.fc-button-prev.ui-state-default.ui-corner-left.ui-corner-right {
	margin-left: 45px;
	height:50px;
	width:50px;
	border-radius:50%;
	background:#ff6d3a !important;
	border:none;
	color:#ffffff;
	text-align:center;
	line-height:50px;
}
#calendar .fc-button.fc-button-next.ui-state-default.ui-corner-left.ui-corner-right {
	margin-right: 45px;
	height:50px;
	width:50px;
	border-radius:50%;
	background:#ff6d3a !important;
	border:none;
	color:#ffffff;
	text-align:center;
	line-height:50px;
	display:block;
	float:right;
}
#calendar .fc-button.fc-button-next.ui-state-default.ui-corner-left.ui-corner-right .fc-text-arrow{
	display:block;
}
.page-template-property-booking .ui-widget-content, 
.page-template-property-booking .ui-widget-header,
.ui-widget-content[aria-describedby="addbooking_dialog"],
.ui-widget-content[aria-describedby="addbooking_dialog"] .ui-widget-header {
	background: #435061 none repeat scroll 0 0;
	border: 1px solid #435061;
	
}
.page-template-property-booking .ui-widget-header,
.ui-widget-content[aria-describedby="addbooking_dialog"] .ui-widget-header {
	font-size:23px;
	font-family:lato;
	font-weight:100;
	text-transform:uppercase;
}
.page-template-property-booking .ui-widget-content {
	//padding:65px 45px; 
}
.page-template-property-booking .ui-widget-overlay {
  background: #2a2e34 none repeat scroll 0 0;
  opacity: 0.86;
}
.page-template-property-booking > .rounded.hasDatepicker,
.page-template-property-booking .bookinginput > input, 
.page-template-property-booking .bookinginput  > textarea, 
.page-template-property-booking > select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    height:30px !important;
    border:none !important;
    border-bottom: 1px solid #586679 !important;
    color:#ffffff;
    margin-bottom:15px;
}
.page-template-property-booking .btn.dropdown-toggle.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    height:30px !important;
    border:none !important;
    border-bottom: 1px solid #586679 !important;
    color:#ffffff;
    margin-bottom:15px;
}
.page-template-property-booking .dropdown-menu.open,
.page-template-property-booking .dropdown-menu {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	color:#ffffff;
}
.dropdown-menu > li > a {
	color:#000000 !important;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
	color:#333333 !important;
}
.btn-group.bootstrap-select{
	width:100% !important;
}
.bookinglavel > label {
	color: #8a95a3;
}
#ui-datepicker-div {
	border: 1px solid #75808d; 
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 1.3em !important;
}
.ui-datepicker-calendar {
	color:#ffffff;
}
.ui-datepicker .ui-datepicker-prev, 
.ui-datepicker .ui-datepicker-next {
  height: 1.2em !important;
  position: absolute;
  top: 12px !important;
  width: 1.2em !important;
}
.asterik {
	color:#31a2e1 !important;
}
.ui-datepicker-prev.ui-corner-all:hover,
.ui-datepicker-next.ui-corner-all:hover {
	background:none !important;
	background-color:#ffffff !important;
	border:none !important;
	border-radius:0px;
}
.ui-datepicker-calendar th {
	font-family: 'Montserrat', sans-serif;	
}
.ui-datepicker-calendar .ui-state-default {
	background:none !important;
	border: 1px solid #75808d !important;
	font-family: 'Montserrat', sans-serif; 
	text-align:center;
	color:#8a95a3 !important;
}
.ui-datepicker-calendar .ui-state-default:hover {
	color:#31a2e1 !important;
}
.ui-datepicker-calendar .ui-state-default.ui-state-active {
	background-color:#31a2e1 !important;
	color:#ffffff !important;
}
.ui-button.ui-widget.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close {
	background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #75808d;
	border-radius: 50%;
	height: 40px !important;
	width: 40px !important;
	color:#ffffff;
}
.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close  .ui-state-default.ui-icon {
	background-image:'';
}
.fc-day.fc-sun.ui-widget-content.fc-first > div {
	display: flex;
}
.fc-day.fc-sun.ui-widget-content.fc-first > div > .fc-day-number{
	display: inline-block;
}
.ui-dialog .ui-dialog-buttonset button,
.ui-dialog .ui-dialog-buttonset button.customButton  {
	color:#ffffff;
	border:none;
	border-radius:0px;
	height:45px;
	text-transform:uppercase;
	font-size:16px;
}
.ui-dialog .ui-dialog-buttonset button {
	background:#606c7c !important;
}
.ui-dialog .ui-dialog-buttonset button.customButton {
	background:#31a2e1 !important;
	width:145px;
}
.wrapper.ui-dialog-content.ui-widget-content {
	height:auto !important;
}
.scpd_step .dropdown-menu > li > a {
	color:#333333 !important;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
	padding: 60px 40px !important;
}
.scpd_checkout_steps .scpd_checkout_title ,
.scpd_payment_method .scpd_checkout_title, 
.scpd_overview .scpd_checkout_title{
	background-color:#435061;	
}

#frmshoppingcart th ,
.scpd_checkout_steps .scpd_checkout_title.active ,
.scpd_payment_method .scpd_checkout_title.active , 
.scpd_overview .scpd_checkout_title.active {
	background-color:#4CBDFC;	
}

/*
	Under Construction Page One Start Here
*/
.under_construction::before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: " ";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
}
.under_construction{
	width: 100%;
	float: left;
	//padding: 100px 0 130px 0;
	background: #31a2e1;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 50% 100%; 
	position: relative;
}
@media screen and (max-width: 991px ) {
	.under_construction::before {
		bottom: initail;
		height: 50%;
		left: 0;
		right: 0;
		width: 100%;
	}
	.under_construction{
		background-size: 100% 50%; 
	}
}
.under_construction .under_construction_info{
	padding-right: 30px;
	text-align: center;	
}
.under_construction .under_construction_info p{
	font-family: 'Lato',sans-serif;
	font-size: 18px;
	color: #ffffff;
	line-height: 1.5;
	margin-top: 25px;	
}
.under_construction .social_icon{
	margin-top: 40px;	
}
.under_construction .social_icon ul{
	list-style: none;
	padding :0;
}
.under_construction .social_icon ul li{	
	display: inline-block;
	width: auto;
}
.under_construction .under_construction_detail{	
	text-align: center;
	padding-left: 25px;	
}
.under_construction .day_counter h2{
	font-family: 'Lato',sans-serif;
	font-size: 150px;
	color: #09091c;
	font-weight: 900;
	margin: 0;
	line-height: 0.7
}
.under_construction .day_counter span{
	font-family: 'Lato',sans-serif;
	font-size: 60px;
	color: #09091c;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2;
}
.under_construction .time_counter{	
	padding-top: 10px;	
}
.under_construction .time_counter div{
	width: auto;
	display: inline-block;
	padding: 4px 20px 0;
}
.under_construction .time_counter div:nth-child(1){
	padding-left: 0px;
}
.under_construction .time_counter div label{
	font-family: 'Lato',sans-serif;
	font-size: 48px;
	color: #ffffff;
	font-weight: 900;
	margin: 0;	
}
.under_construction .time_counter div p{
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	color: #09091c;
	font-weight: normal;
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
}
.under_construction .time_counter span{
	color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 48px;
    font-weight: 900; 
    vertical-align: top;    
}
.under_construction .email_subscribe{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.under_construction .email_subscribe input[type="email"]{
	border: none;
	background: #ffffff;
	font-family: 'Lato',sans-serif;
	font-size: 14px;
	color: #7e8c99;
	padding: 15px;
	width: 290px;
	height: 48px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #7e8c99;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #7e8c99;
   opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #7e8c99;
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #7e8c99;
}
:placeholder-shown { /* Standard */
  color: #7e8c99;
}
.under_construction .email_subscribe input[type="submit"]{
	background: #09091c none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    letter-spacing: 1px;
    margin-left: -4px;
    margin-top: 1px;
    padding: 0 20px;
    text-transform: uppercase;    
}
@media screen and (max-width: 460px){
	.under_construction{
		padding-top: 25px;
	}
	.under_construction .under_construction_info{
		padding-right: 15px;
	}		
	.under_construction .under_construction_detail{
		padding-left: 15px;
	}	
	.under_construction .email_subscribe input[type="email"]{
		width: 159px;
	}
	.under_construction .time_counter div:nth-child(1),
	.under_construction .time_counter div{
		padding: 4px 14px 0;
	}
}
@media screen and (max-width: 991px) {
	.under_construction .under_construction_info{
		margin-bottom: 75px;
	}
}
/*
	Under Construction Page One End Here
*/

/*
	IDX Plugin Design Start Here
*/
.dsidx-sorting-control {
	float: left;
	text-align: left !important;
	width: 50%;
}
.dsidx-paging-control {
	float: right;
	font-family: "Lato";
	font-size: 14px !important;
	height: 35px;
	line-height: 35px;
	width: 50%;
}
#dsidx > #dsidx-map-control {
	clear: both;
	float: left;
}
.dsidx-sorting-control > form {
	margin-left: 10px;
}
.dsidx-sorting-control form .btn-group.bootstrap-select{
	width: 290px !important;
}
.dsidx-sorting-control .btn.dropdown-toggle.btn-default {
	padding: 10px;
	font-family: "Lato" !important;
}
div.dsidx-results-widget .dsidx-list li {
	padding : 10px 0px !important;
}
div.dsidx-results-widget .dsidx-controls {
	clear: both;
	float: left;
	width: 100%;
	text-align: right !important;
}
.text.dsidx-search-omnibox-autocomplete.ui-autocomplete-input {
	margin-top: 10px;
	padding: 10px;
}
.btn-group.bootstrap-select.dsidx-resp-select,
.btn-group.bootstrap-select.dsidx-beds,
.btn-group.bootstrap-select.dsidx-baths,
.btn-group.bootstrap-select.dsidx-search-widget-propertyTypes,
.btn-group.bootstrap-select.idx-q-Location-Filter {
	width: 100% !important;
	margin: 10px 0px;	
}
.dsidx-primary-data .dsidx-price {
	font-family: "Montserrat";
	margin-top: 10px !important;
	padding: 10px;
	background: rgb(255, 85, 26) none repeat scroll 0 0 !important;
}
.dsidx-listing-tag.dsidx-tag-pre-foreclosure {
	background: rgb(102, 102, 102) none repeat scroll 0 0 !important;
}
.dsidx-resp-submit,
.dsidx-resp-area .submit,
#dsidx-contact-form-submit {
	background-color: #4cbdfc;
	border: medium none;
	color: #ffffff;
	height: 40px;
	margin-top: 10px !important;
	text-transform: uppercase;
	width: 100% !important;
	font-weight: bold !important;
	font-family: "Lato";
}
.dsidx-resp-area .btn-group .dropdown-menu a span {
	color: rgb(51, 51, 51);
}
.dsidx-mlsnumber,
.dsidx-improvedsqft {
	margin-top: 10px !important;
	padding: 10px;
}
#dsidx-listings .dsidx-primary-data {
	background-color: #F5F8FA;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px !important;
}
#dsidx-primary-data > tbody > tr > th, 
#dsidx-secondary-data > tbody > tr > th, 
.dsidx-supplemental-data.dsidx-fields > tbody > tr > th {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #7e8c99;
	font-family: 'lato';
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 1.9;
}
#dsidx-primary-data > tbody > tr > td, 
#dsidx-secondary-data > tbody > tr > td, 
.dsidx-supplemental-data.dsidx-fields > tbody > tr > td {
	color: #7e8c99;
	font-family: "lato",sans-serif;
	font-size: 16px;
	line-height: 1.9;
	font-weight: normal !important;
}
#dsidx .dsidx-secondary-row {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0; 
}
#dsidx-header > table,
.dsidx-details #dsidx-secondary-data,
.dsidx-supplemental-data.dsidx-fields,
#dsidx-contact-form > table {
	border:none !important;
}
#dsidx-primary-data {
	border: none !important;
	margin: 20px 0px !important;
}
#dsidx blockquote {
	padding: 35px !important;
	font-size: 18px;
	line-height: 1.2;
}
#dsidx.dsidx-details .dsidx-contact-form table textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ABADB3 !important;
	color: #7e8c99 !important;
}
#dsidx h3 {
	border-bottom: 1px solid #dae2e9;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 50px;
	padding-bottom: 25px;
}
.dsidx-address > a {
	font-size: 20px !important;
	color: #4cbdfc !important;
	text-decoration: none !important;
}
.dsidx-address {
    font-family: "Montserrat";
    padding-top: 5px !important;
    padding-left: 10px !important;
}
.dsidx-secondary-data-line {
	font-family: "Lato";
	font-size: 15px;
    text-transform: capitalize;    
}
.dsidx-secondary-data-mls-number {
	font-family: "Lato";
	font-size: 15px;
}
.dsidx-secondary-data > div {
	line-height: 22px;
}
.dsidx-widget-single-listing,
.dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow {
	background: #4cbdfc none repeat scroll 0 0;
	border: none !important;
	color: #fff;
	font-family: "Montserrat",Helvetica,Arial,sans-serif;
}
.widget-title > a,
.dsidx-widget-single-listing-detail-description  {
	color: #ffffff !important;
}
.dsidx-widget-single-listing .dsidx-widget-single-listing-slideshow .dsidx-widget-single-listing-photo {
	width: 287px;
}
.jbn-left-button:before,
.dsidx-widget-single-listing-slideshow-control.dsidx-widget-single-listing-slideshow-prev::before {
	content: "\e257";
	font-family: "Glyphicons Halflings";
	height: 35px;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-indent: 0;
	width: 35px;
	text-align: center;
}
.jbn-left-button,
.dsidx-widget-single-listing-slideshow-control.dsidx-widget-single-listing-slideshow-prev {
	background: #ffffff !important;
	border: medium none;
	border-radius: 50%;
	left: 25px !important;
	opacity: 0.75 !important;
	outline: medium none;
	vertical-align: middle;
	height: 35px !important;
	width: 35px !important;
}

.jbn-right-button:before,
.dsidx-widget-single-listing-slideshow-control.dsidx-widget-single-listing-slideshow-next:before {
	content: "\e258";
	font-family: "Glyphicons Halflings";
	height: 35px;
	left: 0;
	line-height: 35px;
	position: absolute;
	text-indent: 0;
	width: 35px; 
	text-align: center;
}

.jbn-right-button:before,
.jbn-left-button:before {
	color: #000000;
	line-height: 33px;
}
.jbn-right-button,
.dsidx-widget-single-listing-slideshow-control.dsidx-widget-single-listing-slideshow-next {
	background: #ffffff !important;
	border: medium none;
	border-radius: 50%;
	right: 25px !important;
	opacity: 0.75 !important;
	outline: medium none;
	height: 35px !important;
	width: 35px !important;
}
.jbn-left-button:hover,
.jbn-right-button:hover,
.dsidx-widget-single-listing-slideshow-control.dsidx-widget-single-listing-slideshow-prev:hover,
.dsidx-widget-single-listing-slideshow-control.dsidx-widget-single-listing-slideshow-next:hover {
	opacity: 1 !important;
}
.jbn-nav-button.jbn-left-button.jb-classifier-layer:before,
.jbn-nav-button.jbn-right-button.jb-classifier-layer:before {
	color: #ffffff !important;
}
.jbn-nav-button.jbn-left-button.jb-classifier-layer,
.jbn-nav-button.jbn-right-button.jb-classifier-layer {
	background: #000000 !important;
	color: #ffffff;
	top: 16px !important;
}
.jbn-nav-button.jbn-right-button.jb-classifier-layer {
	right: 0px !important;
}
.jbn-nav-button.jbn-left-button.jb-classifier-layer {
	left: 0px !important;
}
.dsidx-widget-single-listing .dsidx-widget-single-listing-meta .dsidx-widget-single-listing-photo-count {
	background: #ff551a url("http://cdn2.diverse-cdn.com/api/images/dsidxpress/icons/photo-count.png/f1b58b") no-repeat scroll 4px 4px !important;
	font-size: 14px !important;
	color: #ffffff;
}
.dsidx-widget-single-listing-price {
	color: #ffffff !important;
}
#dsidx.dsidx-details .dsidx-contact-form table input[type="text"],
#dsidx.dsidx-details .dsidx-contact-form table textarea{
	height: 35px;
    width: 100% !important;
    padding-left: 15px;
    margin-bottom: 20px;
    border: 1px solid #d3d8dd !important;
    color: #7e8c99;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    background: none;
    margin-bottom: 0;
}
#dsidx.dsidx-details .dsidx-contact-form table textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ABADB3 !important;
	color: #7e8c99 !important;
	height: 150px !important;
	padding: 5px 10px !important;
}
#dsidx.dsidx-details .dsidx-contact-form table #dsidx-contact-form-submit,
.dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit .submit,
.dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit .dsidx-resp-submit{
	background: #31a2e1 none repeat scroll 0 0;
    border: medium none !important;
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 45px;    
    outline: medium none;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
#dsidx.dsidx-details .dsidx-contact-form table #dsidx-contact-form-submit:hover,
.dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit .submit:hover,
.dsidx-resp-search-form .dsidx-resp-area.dsidx-resp-area-submit .dsidx-resp-submit:hover{
	background: #7e8c99 none repeat scroll 0 0;
}
.dsidx-resp-search-form .dsidx-resp-area #dsidx-resp-location,
.dsidx-resp-search-form .dsidx-resp-area #idx-q-PriceMin,
.dsidx-resp-search-form .dsidx-resp-area #idx-q-PriceMax,
.dsidx-resp-search-form .dsidx-resp-area #idx-q-MlsNumbers,
.dsidx-resp-search-form .dsidx-resp-area #idx-q-ImprovedSqFtMin{
	height: 35px;
    width: 100% !important;
    padding-left: 15px;
    border: 1px solid #ccc !important;
    color: #333;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    padding-top: 8px !important;
}
.dsidx-resp-search-form .dsidx-resp-area label,
.dsidx-details #dsidx-actions .dsidx-actions-button{
	font-family: 'Lato',sans-serif;
	font-size: 15px;
	color: #435061 !important;
}
.dsidx-resp-search-form .dsidx-resp-area{
	margin: 10px 0;
}
.dsidx-supplemental-data.dsidx-fields td b{
	font-weight: normal;
}
/*
	IDX Plugin Design End Here
*/

/*
	Floor Plans Design Start Here
*/
.floor-plans-image{
	text-align: center;
	padding-top: 15px;
}
.floor-plans-image .buttons{
	margin-top: 50px;
}
h3.section-heading span{color: #7e8c99;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;}
/*
	Floor Plans Design End Here
*/

/*------------------------------------
	Contact Page:
--------------------------------------*/

.contact-form-section .col-md-6{
	padding-left:0px;
}
.contact-form-section .col-md-12{
	padding-left:0px;
}
.contact-form-section .col-md-6 input{
	width:100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
	color:#435061;
}

.contact-form-section  p{
	margin-bottom:15px;
}
.contact-form-section  p > label{
	color:#435061;
}
.contact-form-section textarea{
	 background: transparent none repeat scroll 0 0;
	 border: 1px solid #ccc !important;
	border-radius: 4px;
	color: #435061;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
}

.contact-form-section .dropdown-menu > li > a{
	 padding: 3px 10px;
	 outline:none;
}
.contact-form-section .dropdown-menu > li > a:hover{
	background:#0e90d9;
	color:#fff !important;
}

.contact-form-section input[type="submit"]{
	 background: #ff551a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    padding: 7px 30px;
	 transition: all 0.2s ease 0s;
}

.contact-form-section input[type="submit"]:hover{
	
	 background: #39a3de none repeat scroll 0 0;
	 
}

.blog_info.blog-main-content {
    background: transparent none repeat scroll 0 0;
    float: left;
     min-height: 250px !important;
    padding-left: 20px;
}

.view-more-btn.view-blog a:hover {
    background: #435061 none repeat scroll 0 0;
    color: #fff !important;
}


