.mb-20{
	margin-bottom: 20px !important;
}

.mt-10{
	margin-top: 10px !important;
}

.mt-20{
	margin-top: 20px !important;
}

.mt-30{
	margin-top: 30px !important;
}

.mb-30{
	margin-bottom: 30px !important;
}

.mb-60{
	margin-bottom: 60px !important;
}

.mt-70{
	margin-top: 70px !important;
}

.mt-50{
	margin-top: 50px !important;
}

.property_info_header a{
	color: #FFFFFF !important;
	text-decoration: none;
}

.iframe_max_width iframe{
	max-width: 100%;
}

h1{
	text-transform: uppercase;
	font-size: 29px;
	color: #ffffff;
}

h1.section-heading {
  margin: 0px 0px 65px;
  text-transform: uppercase;
  color: #435061;
  font-size: 24px;
}

h1.section-heading::before {
  background: #213e9c none repeat scroll 0 0;
  bottom: -20px;
  content: "";
  height: 3px;
  position: absolute;
  width: 50px;
}

.property-type{
	float: right;
}

.width-100pc{
	width: 100%;
}

.mt-110px{
	margin-top: 110px
}

.archieves input{
	float: left;
}

.archieves span{
	float: left;
	clear: right;
	margin-left: 10px;
}
.blog_info .archieves li{
	padding: 5px !important;
}

.blog_page_information .blog_info{
	padding: 15px !important;
}

.loading {
	display: none;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 11050;
	background-color: rgba(255, 255, 255, 0.8) !important;
	height: 100%;
}

#global.loading {
	position: fixed;
}

.loading .spinner {
	position: absolute;
	margin: auto;
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 160px;
	height: 24px;
	background-image: url("/data/images/loading.gif") !important;
	background-repeat: no-repeat;
}

.sold{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9;
	top: 0px;
}

.sold img{
	opacity: 1 !important;
}

.multiple-time-detail strong{
	color: #fff !important;
}

.multiple-time-detail p{
	margin-bottom: 15px !important;
}

.show-list ul li{
	list-style: disc !important;
	padding-left: 10px;
	margin-left: 15px;
}

::-webkit-input-placeholder { font-family: 'Montserrat', sans-serif; font-size: 16px }
::-moz-placeholder { font-family: 'Montserrat', sans-serif; font-size: 16px } /* firefox 19+ */
:-ms-input-placeholder { font-family: 'Montserrat', sans-serif; font-size: 16px } /* ie */
input:-moz-placeholder { font-family: 'Montserrat', sans-serif; font-size: 16px }

.blog_page_information .search_box .custom_input{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 16px;
}

.property-detail-banner{
	width: 70% !important;
	border-right: 5px #ffffff solid;
}

.property-detail-gallery{
	width: 30%;
	height: 785px;
	overflow: hidden;
	position: relative;
	z-index: 8;
}

.property-detail-gallery .photo{
	float: left;
	width: 50%;
	border-right: 5px #FFFFFF solid;
	border-bottom: 5px #FFFFFF solid;
}

.inner-page-property-details-header-area .property-detail-info{
	bottom: 60px !important;
	z-index: 5;
}

.relative{
	position: relative;
}

.header_slider_container > .image_header{
	display: none;
}

.header_slider_container > .image_header.active_image{
	display: block;
}

.agent-contact-detail-sidebar {
	height: auto;
}

form #results {
	display: none;
	border: 1px solid #CCCCCC;
	text-align: center;
}

form #results .text {
	margin: 10px;
}

form #results .text h4 {
	border-bottom: none;
	margin: 10px 0;
	font-size: 18px;
	padding-bottom: 0;
}

form #results .text p {
	margin-bottom: 10px;
}

form #results.show {
	display: block;
	padding: 10px;
}

form #results {
	margin-bottom: 30px;
}

form #results.error {
	border-color: #C62723 !important;
	color: #C62723;
}

form #results.success {
	border-color: #00C1D5 !important;
	color: #00C1D5;
}

form #form {
	position: relative;
	overflow: hidden;
}

.multiple-address strong{
	color: #ffffff;
}

.play img{
	width: 100px;
}

.play{
	position: absolute;
	top: 100px;
	left: 130px;
}

.show-mobile{
		display: none;
	}
	
	.phone_icon, .phone_icon i{
		width: 45px !important;
	}

@media screen and (max-width: 767px) {
	.hide-mobile{
		display: none;
	}
	
	.show-mobile{
		display: block;
	}
	
	.property-detail {
   		margin-top: 15px;
	}
	
	.phone_icon, .phone_icon i{
		display: none;
	}
}

.property-detail-price {
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #31a2e1;
    padding: 12px;
}

label.property_type {
    background-color: #ad8b2d;
    border-radius: 2px;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 8px 15px;
    text-transform: uppercase;
    margin-top: 12px;
}

.realestate-info-mobile h1 {
    margin-bottom: 15px;
    margin-top: 20px;
}