/*
 Theme Name: My Theme
 Theme URI: wwww...com
 Author: Uday A. Navapara
 Version: 1.0
 Tags: Residency,Builder,Construction
 */
body
{
	padding:0;
	margin:0;
}
.header {
	float:left;
	width:100%;
	min-height:900px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	position:relative;
	overflow:hidden;
}
.header > 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 .active_image
{
	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;
}
.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;
}
.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;
}
.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: 67%;
	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:15px;
	margin-bottom:0px;
}
.menu .nav.navbar-nav > li > a {
	line-height: 3.5;
	margin:0 5px;
}
.menu .navbar-default .navbar-nav > .active > a,
.menu .navbar-default .navbar-nav > .active > a:focus,
.menu .navbar-default .navbar-nav > .active > a:hover,
.menu .nav > li > a:hover
{
	background-color: unset !important;
	color:#435061 !important;
	outline:none;
}
.menu .navbar-brand
{
	margin-right: 30px;
	padding: 0;
	height: auto;
}
.menu .navbar-default .navbar-collapse,
.menu .navbar-default .navbar-form
{
	border:none;
}
/*************Menu toggle design start here ****************/
.menu .navbar-toggle {
    background: #e5eef7 none repeat scroll 0 0;
    border:none;
    border-radius:0px;
    color:#435060;
}
.menu .navbar-toggle .icon-bar
{
	background-color:#435060;	
}
.menu .navbar-toggle:hover,
.menu .navbar-toggle:focus,
.menu .navbar-toggle:active
{
    background: #C0532C none repeat scroll 0 0;
}
.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;
}
@media screen and (max-width:767px)
{
	.nav.navbar-nav.nav_link {
	    background: #C0532C none repeat scroll 0 0;
	}
	#bs-example-navbar-collapse-1
	{
		left: 0;
	    position: absolute;
	    top: 32px;
	    width: 100%;
	 	z-index: 1;	    
	}
	.drop_down::after
	{
		right:none !important;
		color:#cfeeff !important;
		top:10px !important; 
	}
	
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .nav > li > a
	{
		color:#cfeeff !important;
	}
	
	.menu .navbar-default .navbar-nav > .active > a,
	.menu .navbar-default .navbar-nav > .active > a:focus,
	.menu .navbar-default .navbar-nav > .active > a:hover,
	.menu .nav > li > a:hover
	{
		background-color: unset !important;
		color: #ffffff !important;
		outline:none;
	}
	.menu .nav.navbar-nav > li > a
	{
		line-height:42px;
	}
}
/*************Menu toggle design end here ******************/
/*************Submenu is start from here********************/
.submenu {
    background: #C0532C 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: 1;
}
.nav_link > li:hover .submenu
{
 display:block;
 opacity:1;
}
.submenu > li {
    color: #cfeeff;
    text-transform: uppercase;
}
.submenu > li > a
{
	 color:#cfeeff !important;
	 text-decoration:none;
	 display:block;
	 font-family: 'Montserrat', sans-serif;
	 font-size:14px;
	 font-weight:700;
	 line-height:42px;
	 white-space:nowrap;
}
.submenu > li > a:hover
{
 color:#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: #FF793E 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
{
	background:#C0532C;	
}
.schedule_visit_btn_header
{
	width:165px;
	float:left;
	margin: 20px auto auto 48px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}
.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
{
	background:#C0532C;	
}
.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;	
}
.about_property
{
	min-height:665px;
	width:100%;
	float:left;
}
.about_property h1,
.recentfromblog h1,
.nearbyplaces h1,
.photogalary h1,
.features h1,
.near-by-places h1,
.booking_calendar h1
{
	text-transform: uppercase;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	font-weight: bold;
	color:#435061;
	margin-top:115px;
	position:relative;
	margin-bottom:20px;
}
.about_property h1:before,
.recentfromblog h1:before,
.nearbyplaces h1::before,
.photogalary h1::before,
.features h1::before,
.near-by-places h1::before,
.booking_calendar h1::before
 {
	font-family:FontAwesome;
	top: -35px;
	background:rgba(0, 0, 0, 0) url("../imgs/elysian/icons/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, 
.booking_calendar .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;
	font-weight: bold;
	margin-bottom:10px
}
.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-top:70px;
}
.recentfromblog
{
	min-height:525px;
	width:100%;
	float:left;
	background:rgba(0, 0, 0, 0) linear-gradient(360deg, #FF793E 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -webkit-linear-gradient(360deg, #FF793E 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -moz-linear-gradient(360deg, #FF793E 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -o-linear-gradient(360deg, #FF793E 40%, #d8f1ff 40%) repeat scroll 0 0;
	background:rgba(0, 0, 0, 0) -ms-linear-gradient(360deg, #FF793E 40%, #d8f1ff 40%) repeat scroll 0 0;
}
.recentfromblog .container
{
	min-height:525px;
}
.blog_info
{
	height:inherit%;
	float:left;
	min-height:525px;
	background:#d8f1ff;
	padding-left:45px;
}
.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;
	float:left;
}
.blog_info ul li
{
	list-style:none;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	float:left;
}
.blog_info .blogimage
{
	height:145px;
	width:225px;
	float:left;
}
.blog_info .blogimage img
{
	height:100%;
	width:100%;
}
.blog_info .blogimagedescription
{
	float:left;
	padding-left:20px;
}
.blog_info .blogimagedescription h3,
.blog_info .blogimagedescription h3 a
{
	text-transform: uppercase;
	color:#435061;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight: bold;
	margin-top:8px;
	margin-bottom:15px;
	line-height: 1.5;
}
.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;
	background:#FF793E;
}
.twitter_info h4
{
	color:#ffffff;
	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;	
}
.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;
	width: 33%;
	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 h2
{
	margin:0;
	font-size:24px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
.phone_number h5
{
	margin:0;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color:#7e8c99;
}
#home-page-slider-header .slider_text
{
	margin-top:600px;
	float:left;
	clear:both;
	min-width:0px;
	min-height:0px;
	background:transparent;	
}
#home-page-slider-header .property_info_header
{
	width:462px;
	min-height:172px;
	float:left;
	background:#FF793E;
	clear:both;
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}
#home-page-slider-header .property_info_price
{
	float:left;
	width:260px;
	min-height:172px;
	background:rgba(255, 255, 255, 0.8);
}
#home-page-slider-header .property_info_header h2
{
	color:#ffffff;
	text-transform: uppercase;
	font-size:27px;
	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;
	color:black;
	text-transform: uppercase;
	line-height:2;
}
.property_info_header p {
	margin-top:10px;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	line-height:2;
	border-top:1px solid white;
	padding-bottom:0px;	
    padding-top: 10px;
    margin-bottom:0px;
    color:black;
}
.property_info_header p span
{
	color:#ffffff;
}
.property_info_header p .fa.fa-circle {
	color: white;
	font-size: 5px;
	margin: 0 15px;
	vertical-align: middle;
}
.property_info_price h1
{
	font-family: 'Lato', sans-serif;
	font-size:30px;
	color:#ffffff;
	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;
	}
	.about_property ul li:nth-child(3)
	{
		border-right:none;
	}
	.about_property ul li:nth-child(1),
	.about_property ul li:nth-child(2),
	.about_property ul li:nth-child(3)	
	{
		border-bottom:1px solid #a0abb4;
	}
	.follow_on_twitter
	{
		width:225px !important;
	}
}
@media screen and (max-width:767px)
{
	.recentfromblog .blogimage
	{
		float:unset;
		margin:auto;
	}
	.recentfromblog .blogimagedescription
	{
		float:unset;
	}
	.placelist .container
	{
		left:0;
	}
	.placelist .col-sm-4,
	.placelist .col-xs-5
	{
	left:0;
		}
	.nearbyplaces .mapdetail .distance
	{
		float:left;
		clear:both;
	}
	.property_info_price
	{
		clear:both;
		width:100%;
	}
	.slider_text
	{
		margin-top:500px;
	}
	.twitter_info
	{
		float:left;
		width:100%;
	}
}
@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{
		line-height: 2;		
	}
	.welcome_header p{
		font-size: 9px;
	}
	.welcome_header_menu > li{
		min-width: 30px;
		padding: 0 5px;
	}
	.welcome_header_menu{
		margin-top: 3px;
	}
	.schedule_visit_btn
	{
		width:135px;
	}
	.property_info_header
	{
		padding-left:15px;
		padding-right:15px;
		width:300px;
	}
	.schedule_visit_href_btn
	{
		margin-left:0px !important;
		margin-top:10px;
	}
	#home-page-slider-header .property_info_header
	{
		width:300px;
	}
}
@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: 0 0 102px 0;
	float:left;
	width:100%;
}

.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-location{
	margin-top: 57px;
}
.near-by-place-detail{
	list-style: none;
	padding: 0 30px 0 0;
}
.nearicon.pull-left{
	margin-right: 20px;
}
.near-location h2{
	margin: 5px 0 23px 0; 
}
.near-location h2 span{
	color: #FF793E;
}
.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;
}
p.near-place-description{
	color: #7e8c99;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    line-height: 1.7;
    padding-bottom: 28px;
    text-align: left;
}
.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-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;
	position:relative;
}

.features .description{
	margin: 27px auto 38px;
	text-align: center;
	width: 75%;
	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%;
}

.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;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
}

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;
}

.carousel-indicators li{
	background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    height: 12px;
    width: 12px;
}

.carousel-indicators .active{
	background-color: #FF793E;
	border-color: #FF793E;
    height: 12px;
    margin:1px !important;
    width: 12px;
    height: 12px;
}

.label-dimension {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 130px;
    min-height: 82px;
    background: #FF793E;
    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;
	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{
	color: #ffffff;
	background: #4b5867;
}

.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;
	}

	.dimension-btn a{
		padding: 15px 29px 19px;
		margin-bottom: 20px; 
	}
	.menu .nav.navbar-nav > li > a{
		margin:0px;
	}
}

@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: #FF793E 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;
	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;
}
.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: transparent;
	height: 100%;
	position: absolute;
	opacity:1;
	top: 0;
	width: 100%;
	z-index: 1;
	cursor:pointer;
    overflow: hidden;
}
.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: #FF793E;
	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;		
	}
}
.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:#FF793E;
	background:url("../imgs/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;
}

.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;
}

.time-detail .schedule_visit{
	margin-top: 15px;
	float: left;
	height: 40px;
	background: #FF793E;
	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: #C0532C;
}
.time-detail .schedule_visit a{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 9px 37px 15px 37px;
	float: left;
	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;	
}

.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;
}
.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{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-weight: 900;
	padding-bottom: 15px;
	margin: 0;
	text-transform: uppercase;
}

.send-message{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 !important;
	color: #C0532C !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:100%;
	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: #eee url("../imgs/elysian/images/footer_background.jpg") center center;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 135px;
}
.location-detail-inner
{
	min-height:635px;
	float:left;
	width:100%;
	background:rgba(0, 0, 0, 0) linear-gradient(360deg, rgba(255, 255, 255, 0.8) 60%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) -webkit-linear-gradient(360deg, rgba(255, 255, 255, 0.8) 60%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) -moz-linear-gradient(360deg, rgba(255, 255, 255, 0.8) 60%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) -o-linear-gradient(360deg, rgba(255, 255, 255, 0.8) 60%, rgba(255,255,255,0) 40%);
	background:rgba(0, 0, 0, 0) -ms-linear-gradient(360deg, rgba(255, 255, 255, 0.8) 60%, rgba(255,255,255,0) 40%);
}
.location-detail-inner .container
{
	background-color:transparent;
}
.locations{
	background: transparent;
	min-height: 637px;
	padding: 0 38px 0 43px;
	float: left;
}
@media screen and (max-width:767px){
	.locations
	{
		padding:0px 15px;		
	}
	.location-detail-inner {
		background:rgba(255, 255, 255, 0.8);
	}
}
.location-detail h1.location-title{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: black;
	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: black;
	line-height: 15px;
}

.address-area p span{
	font-weight: bold;
	color: #FF793E;
}

.time-detail h6 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: black;
	font-weight: bold;
	padding-bottom: 25px;
	margin: 0;
}

.time-detail .schedule_visit{
	margin-top: 15px;
	float: left;
	height: 40px;
	background: #FF793E;
	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: #C0532C;
}
.time-detail .schedule_visit a{
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 9px 37px 15px 37px;
	float: left;
	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;	
}

.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: #FF793E;
	min-height: 637px;
}

.contact-agent{
	padding: 48px 0 48px 22px;
}

.contact-agent h1{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 900;
	text-transform: uppercase;
	padding: 0 0 30px 0;
	margin: 0;
}

.contact-agent img{
	width: 100%;
}

.contact-agent h3.agent-name{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #ffffff;
	font-weight: 900;
	padding-bottom: 10px;
	margin: 0;
}

.contact-agent p,
.contact-agent a{
	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 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: #C0532C;
	padding: 10px 20px 12px 20px;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	color: #b1e2ff;
	border: #C0532C !important;
	margin-bottom: 10px;
	resize: none;	
}

.agent-form textarea{
	height: 95px;
}

.agent-form .send-message{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 900;
	margin: 10px 0 0 0 !important;
	color: #C0532C !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: left;
	padding: 0;
}

#amenities-img,#amenities-content{
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 585px;
}

#amenities-img{
	width: 44%;
}

#amenities-content{
	width: 56%;
	padding: 70px 50px;
	background: #FF793E;
	color: #ffffff;
}

#amenities-content h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 900;
	margin: 0;
	padding: 0;
	margin-bottom: 35px;
	text-transform: uppercase;	
}

#amenities-content p{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height:1.9;
	margin-bottom: 40px;
	width: 65%;	
	min-width: 65%;
	color:#caecff;
}


#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: 991px) {
	#amenities-img{
		width: 35%;		
	}
	#amenities-content{
		width: 65%;
	}
}
@media screen and (max-width: 768px) {
	#amenities-img{
		width: 100%;		
	}
	#amenities-content{
		width: 100%;
	}	
}
@media screen and (max-width: 518px) {
	#amenities-content li{
		width: 100%;
	}
	#amenities-content{
		height: auto;
	}
}

@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;
 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:black;
 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:#FF793E;
 clear:both;
 padding:30px;
 font-family: 'Montserrat', sans-serif;
 font-size:14px;
}
.blog_header
{
 float:left;
 width:100%;
 height:295px;
 background:url("../imgs/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{
	margin-top: 110px;
}
.blog_page_information
{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:140px;
}
.blog_page_information .blogimage
{
	width:100%;
	height:230px;
	overflow:hidden;
}
.blog_page_information .blog_info
{
	min-height:10px;
	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
{
	margin-bottom:30px;
}
.blog_page_information .load_more
{
	margin-bottom:10px;
	margin-top:50px;
}
.blog_page_information .load_more_btn
{
    background: #FF793E 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;	
}
.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;
}
.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 .archieves
{
	padding:0px;
	margin:0px;
	clear:both;
}
.blog_info .archieves li
{
	list-style:none;
	margin:0px;
	padding:10px 0px;
	border-bottom:1px solid #e1e6ec;
}
.blog_info .archieves li:last-child
{
	border:none;
}
.blog_info .archieves li a
{
	color:#435061;
   	font-family: 'Montserrat', sans-serif;
	font-size:13px;
	text-transform:uppercase;
}
.blog_page_information  .blogimage_thumbnail
{
	width:100%;
	height:auto;
}
.blog_page_information  .blogimage_thumbnail img
{
	width:100%;
	height:auto;
}
.blog_info .archieves .blogimagedescription h3, 
.blog_info .archieves .blogimagedescription h3 a, 
.archieves .blogimagedescription h3, 
.archieves .blogimagedescription h3 a
{
	margin-top:0px;
	margin-bottom:10px;
}
.blog_info .archieves .blogimagedescription .detail span
{
	margin-right:5px;
}
.blog_info .archieves .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;
}
.footer .footer_theme_title
{
 color:#e4e9ec;
}
/******************Footer is end at here********************************/
/*****************Image light box start from here***********************/
#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
{
 color:#435061;
 text-transform:uppercase;
 font-size:24px;
 font-weight:bold;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    margin-bottom:15px;
}
.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_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: #FF793E;
    border-radius: 50%;
    bottom: 5px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}
.discription_detail
{
 float:left;
 width:100%;
 height:auto;
 background-color:#FF793E;
 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;
 font-size:18px;
 font-family: "Montserrat",sans-serif;
 font-weight:bold;
 text-transform:uppercase;
 margin-top:65px;
    margin-bottom: 20px; 
}
.reply_list
{
 margin:0px;
 padding:0px;
 float:left;
 width:100%;
}
.reply_list li
{
 width:100%;
 margin-bottom:30px;
 background-color:#f5f8fa;
 list-style:none;
 padding:25px;
 float:left;
}
.reply_message_of-reply
{
 float: right !important;
    width: 92% !important;
}
.reply_list li img
{
 width:100%;
 height:auto;
}
.replyer_name
{
 float:left;
 min-width:10px;
}
.replyer_name h4
{
 text-transform: uppercase;
 font-size:16px;
 font-family: "Montserrat",sans-serif;
 font-weight:bold;
 margin-top:5px;
}
.blog_post_reply_btn
{
 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
{
 background-color:#C0532C;
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_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
{
 height:45px;
 width:165px;
 background:#FF793E;
 color:#ffffff;
 text-transform:uppercase;
 background-color:#FF793E;
 border:none;
 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; 
}
.blog_comment_submit_btn:hover
{
 background-color:#435060; 
}
.comment_form_block textarea
{
 height:105px;
}
.padding_left_none
{
 padding-left:0px;
}
.padding_right_none
{
 padding-right:0px;
}
@media screen and (max-width:767px){
 .comment_half_inputbox
 {
  padding:0px;
 }
}
/******************Blog post page styles end here*************************/
.inner-page-header-area{
	float:left;
	width:100%;
	height:295px;
	background:url("../imgs/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;	
}

.inner-page-header-area .property_info_header{
	float:left;
	background:#FF793E;
	clear:both;
	padding:30px;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	min-height:120px;
	width:auto;
	min-width:260px;
}

.inner-page-header-area .property_info_header h2{
	color:#ffffff;
	text-transform: uppercase;
	font-size:27px;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:0;
}

.inner-page-header-area .property_info_header h5,
.inner-page-header-area .property_info_header h5 a{
	margin:0;
	font-family: 'Lato', sans-serif;
	font-size:13px;
	color:black;
	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("../imgs/elysian/icons/header_map_icon.png") no-repeat scroll top center;
	padding: 33px 0 0 0;	
}
.inner-page-about-property
{
	min-height:665px;
	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;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size:27px;
	font-weight: bold;
	color:#435061;
	margin-top:70px;
	position:relative;
	margin-bottom:20px;
}

.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;
	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-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-page-about-property ul li h2
{
	color:#435061;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	font-size:30px;
	margin-top:0px;
}
.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 #a0abb4;
	}
}
@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;
	}
}

.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{
	font-family: 'Montserrat', sans-serif;
	font-size:21px;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 18px; 
}

.inner-page-features h3,.inner-page-features-villa h3{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
}

.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;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    height: 12px;
    width: 12px;    
}

.carousel-indicators .active{
	background-color: #FF793E;
	border-color: #FF793E;
    height: 12px;
    margin: 0;
    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 h2
{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
}
.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;
}

#amenities-img{
	width: 44%;
}

#amenities-content{
	width: 56%;
	padding: 70px 50px;
	background: #FF793E;
	color: #ffffff;
}

#amenities-content h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	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%;
}

.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{
		width: 100%;		
	}
	#amenities-content{
		width: 100%;
	}	
}
@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;
	margin: 110px 0;
}

.inner-contact h1{
	margin: 0 0 33px 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	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;
}

.inner-contact h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	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;
}

#inner-contact-border{
	border-right: #e5ecf0 solid 1px;
}

#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: 0 !important;
	color: #ffffff !important;
	background: #FF793E !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: #C0532C !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;
	font-weight: bold;
	padding: 0;
	color: #505c6b;
	margin: 0 0 10px 10px;
}

#inner-contact-agent-intro h3 span{
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #8291a3;	
}

.inner-contact-icon a{
	color: #505c6b;
	text-decoration: none;
}
.inner-contact-icon .glyphicon.glyphicon-earphone,
.inner-contact-icon .glyphicon.glyphicon-envelope{
	color: #C0532C;
	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;
	margin: 105px 0 115px 0;
}
.inner-faq h1{
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	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;	
}
.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;
	color:#7e8c99;
	text-transform: uppercase;
	margin-top:11px;
}
.inner-faq-house-info h3{
	margin-top:0px;
	text-transform:uppercase;
	color:#435061;
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	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: #FF793E;
	margin-top: 30px;
	padding: 40px 30px;
	float: left;
	width: 100%;
}
.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-form h1{
	font-size: 14px;
	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: #C0532C;
	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: #C0532C !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;
	margin-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: #C0532C;
}
.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%;
	margin: 115px 0;
	
}
.inner-page-left-sidebar h1,
.inner-page-right-sidebar h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	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;
	font-weight: 900;
	color: #435061;
	text-transform: uppercase;
	line-height: 1.5;
}

.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: 35px 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("../imgs/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: #FF793E;
	padding: 35px;
	margin: 0 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 .archieves li{
	background: none;
}
.blog_info.blog-thumbnail .detail{
	margin: 0;
}
.blog_info.blog-thumbnail .archieves li a{
	font-weight: normal;
}
.blog_info.blog-thumbnail .archieves 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 #a0abb4;
	}
}
@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;
	font-weight: bold;
	color:#435061;
	text-transform: uppercase;
}
.inner-features-villa {
	text-align: center;
}
.feature-villa img{
	margin-bottom: 15px;
}

.row.feature-villa{
	margin: 33px 0 65px 0;
}

.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: 70px 0 35px 0;
}
.inner-page-shortcodes h1.header_with_icon{
	background:rgba(0, 0, 0, 0) url("../imgs/header_map_icon.png") no-repeat scroll top center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 27px;
	font-weight: 900;
	color: #435061;
	margin: 0;
	padding: 33px 0 24px 0;
	text-align: center;
	position: relative;	
}
.inner-page-shortcodes p.header_description{
	margin: 0 0 65px 0;
	width: 100%;
	color:#7e8c99;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.9;
	text-align: center;
}
.inner-page-shortcodes h1,
.inner-page-shortcodes h2,
.inner-page-shortcodes h3,
.inner-page-shortcodes h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #435061;
	padding: 0;
	margin: 50px auto 15px auto;
}
.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("../imgs/blue_map_icon.png") no-repeat scroll center left;
}
.inner-page-shortcodes .map-marker-black{
	background:rgba(0, 0, 0, 0) url("../imgs/black_map_icon.png") no-repeat scroll center left;
}
.inner-page-shortcodes .map-marker-orange{
	background:rgba(0, 0, 0, 0) url("../imgs/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: #FF793E solid 1px;
}
#inner-page-shortcodes-table-data thead tr th:nth-child(1){
	border-left: #FF793E solid 1px;
}
#inner-page-shortcodes-table-data thead tr th:nth-last-child(1){
	border-right: #FF793E solid 1px;	
}
#inner-page-shortcodes-table-data thead{
	background-color: #FF793E;
	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;
}

.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: #C0532C;
	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;
	padding: 10px 20px;
	background: #d9e8f0;
	color: #435061;
	border: none;
}

.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: 90px;
	margin: 0 0 6px 0;
	resize: none;
	width: 100% !important;
}

.send-message{
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	margin: 0 !important;
	color: white !important;
	background: #FF793E !important;
	line-height: 1.5;
	transition: 0.2s all;
}

.send-message:hover{
	background: #C0532C !important;	
}

.agent-info img{
	width: 100%;
}	
.modal-title{
	color:#435061;
  	font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform:uppercase;
}

@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: #FF793E;
	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: #FF793E;
	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;
	}	
}
.alert-container
{
	position: fixed;
	display:none;
	top:0;
	height:0px;
	padding: 0;
	width:100%;
	z-index: 999;
}
.user img {
    display: none;
}
.twittes {
    height: 55px;
    overflow: hidden;
}


/*Custom Stylings*/


.property_rules {

}
.property_rules h2 {
    background: #435061;
    margin: 0 auto;
    display: block;
    color: #ffffff !important;
    text-align: center;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    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;
    width: 300px;
    padding: 0 10px;
}

.booking_calendar {
    width: 100%;
    float: left;	
}