@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&subset=latin-ext');

*{
	box-sizing: border-box;
}
html{
	overflow-x: hidden;
}
body{
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding: 0;
	overflow-x:	hidden;
	background-color: #ffffff;
	color: #333333;
}

::selection {
  	background: #ffffff;
  	color: #333333;
}
::-moz-selection {
	background:	#ffffff;
  	color: #333333;
}

nav{
	width: 100%;
	background-color: transparent;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	padding: 45px 0 15px 0;
	text-align: center;
	transition: all .5s ease;
}
nav.scrolled{
	background-color: rgba(255,255,255,1);
	padding: 20px 0 20px 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
}
nav .container{
	position: relative;
}
nav .logo{
	display: inline-block;
	position: absolute;
	left: 0;
	width: 272px;
	height: 22px;
}
nav .logo h1{
	margin: 0;
	line-height: 28px;
	font-size: 0;
	color: transparent;
	margin-top: 3px;
}
nav .logo h1 a{
	display: inline-block;
	width: 272px;
	height: 22px;
	background-image: url(../img/logo.png);
}
@media only screen and (max-width: 992px) {
	nav .logo h1 a{
		margin-left: 7.5px;
	}
}
@media only screen and (max-width: 768px) {
	nav .logo h1 a{
		width: 225px;
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: bottom;
	}
}
nav.scrolled .logo h1 a{
	margin-top: 4px;
	background-image: url(../img/logo_scrolled.png);
}
nav ul{
	display: inline-block;
	margin: 5px auto;
	list-style: none;
}
@media only screen and (max-width: 1200px) {
	nav ul{
		margin: 5px 0 5px auto;
		float: right;
	}
}
@media only screen and (max-width: 992px) {
	nav ul{
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #ffffff;
		margin-top: 110px;
	}
	nav.scrolled ul{
		margin-top: 87px;
	}
}
nav ul li{
	display: inline-block;
}
@media only screen and (max-width: 992px) {
	nav ul li{
		display: block;
		text-align: right;
	}
}
nav ul li a{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	margin: 0 6px;
	padding: 2px 0;
	transition: all .2s ease;
}
@media only screen and (max-width: 992px) {
	nav ul li a{
		padding: 10px 5px;
		color: #333333;
		font-size: 16px;
		font-weight: 700;
	}
}
nav.scrolled ul li a{
	color: #333333;
}
@media only screen and (max-width: 992px) {
	nav.scrolled ul li a{
		border-bottom: 2px solid transparent;
	}
}
nav ul li.active a{
	border-bottom: 2px solid #ce2830;
}
nav ul li a:hover{
	border-bottom: 2px solid #ce2830;
	color: #ffffff;
	text-decoration: none;
}
@media only screen and (max-width: 768px) {
	nav ul li a:hover{
		color: #222222;
	}
}
nav.scrolled ul li a:hover{
	color: #ce2830;
}
@media only screen and (max-width: 768px) {
	nav.scrolled ul li a:hover{
		color: #222222;
	}
}
nav .socials{
	position: absolute;
	right: 0;
	vertical-align: top;
	top: 5px;
}
nav.scrolled .socials{
	top: 8px;
}
nav .socials .callus{
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	right: 0px;
	position: absolute;
	width: 110px;
}
@media only screen and (max-width: 1200px) {
	nav .socials .callus{
		display: none;
	}
}
nav .socials .callus a{
	color: #ffffff;
}
nav.scrolled .socials .callus a{
	color: #333;
}
nav.scrolled .socials .callus{
	color: #333333;
} 
nav .socials .callus:before{
	content: "";
	width: 19px;
	height: 19px;
	background-image: url(../img/nav_tel.png);
	position: absolute;
	left: -28px;
	top: 1px;
	display: inline-block;
}
nav .socials .facebook{
	display: inline-block;
	width: 11px;
	height: 19px;
	background-image: url(../img/nav_fb.png);
	position: absolute;
	right: 10px;
}
nav .socials .instagram{
	display: inline-block;
	width: 19px;
	height: 19px;
	background-image: url(../img/nav_insta.png);
	position: absolute;
}
nav #switchmobilemenu{
	width: 52px;
	height: 52px;
	display: inline-block;
	float: right;
	display: none;
	background-image: url(../img/burger.png);
	cursor: pointer;
	position: relative;
	z-index: 2;
}
nav.scrolled #switchmobilemenu{
	background-image: url(../img/burger_scroll.png);
}
@media only screen and (max-width: 992px) {
	nav #switchmobilemenu{
		display: inline-block;
		margin-top: -5px;
	}
}


header{
	height: 750px;
	background-color: #000000;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}
@media only screen and (max-width: 992px) {
	header{
		height: auto;
		overflow: hidden;
		background-image: url(../img/sliderimg3.jpg);
	}
}
header #slider{
	height: 750px;
	width: 100%;
	position: absolute;
	top: 0;
}
@media only screen and (max-width: 992px) {
	header #slider{
		display: none;
	}
}
header #slider .item{
	width: 100%;
	height: 750px;
	background-size: cover;
	background-position: center;
	position: relative;
}
header #slider .owl-pagination{
	left: 10px;
	bottom: 10px;
	position: absolute;
	z-index: 52;
}
header #slider .owl-pagination .owl-page span{
	background-color: rgba(255,255,255,.5);
}
header #slider .owl-pagination .owl-page.active span{
	background-color: rgba(255,255,255,.9);
}
header .label_property{
	background-color: rgba(255,255,255,.1);
	border-radius: 5px;
	padding: 10px 20px 20px 10px;
	position: absolute;
	z-index: 51;
	display: inline-block;
	right: -10px;
	bottom: -10px;
}
header .label_property p{
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	text-align: left;
	margin: 0;
}
header .label_property a{
	width: 36px;
	height: 36px;
	background-image: url(../img/slider_label_arrow.png);
	display: inline-block;
	margin-left: 10px;
	transition: all .3s ease;
}
header .label_property a:hover{
	background-image: url(../img/slider_label_arrow_hover.png);
}
header .text{
	position: absolute;
	text-align: center;
	padding-top: 180px;
	width: 100%;
	height: 750px;
	z-index: 50;
	top: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0e44de+50,e22323+100&0.7+0,0.5+50,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.7) 0%, rgba(29,108,189,0.5) 50%, rgba(226,35,35,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.7) 0%,rgba(29,108,189,0.5) 50%,rgba(226,35,35,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(29,108,189,0.5) 50%,rgba(226,35,35,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#a6e22323',GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 992px) {
	header .text{
		height: auto;	
		position: relative;
		overflow: hidden;
		padding-top: 130px;
		padding-bottom: 90px;
		padding-left: 15px;
		padding-right: 15px;
	}
}
header .text h2{
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}
header .text h2:after{
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background-color: rgba(255,255,255,.5);
	margin: 20px auto;
}
header .text form .inputwrap{
	display: inline-block;
	text-align: left;
	margin: 0px 6.5px;
	vertical-align: top;
}
@media only screen and (max-width: 768px) {
	header .text form .inputwrap{
		display: block;
		text-align: center;
	}
}
header .text form .inputwrap label{
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}
@media only screen and (max-width: 992px) {
	header .text form .inputwrap label{
		font-size: 16px;
		margin: 3px 0 0;
	}
}
header .text form .inputwrap .select-style {
    padding: 0;
    margin: 0 auto;
    border: 1px solid #ccc;
    width: 175px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../img/selectarrow.png) no-repeat 90% 50%;
	transition: all .3s ease;
}
header .text form .inputwrap .select-style:hover{
	box-shadow: 0px 0px 25px rgba(0,0,0,.25);
}

header .text form .inputwrap .select-style select {
    padding: 18px 15px;
    width: 130%;
    color: #333333;
    font-size: 14px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
@media only screen and (max-width: 768px) {
	header .text form .inputwrap .select-style select{
		padding: 12px 15px;
	}
}
header .text form .inputwrap .select-style select:focus {
    outline: none;
}
header .text form .inputwrap.send a{
	background-color: #ce2830;
	display: inline-block;
	padding: 18px 20px 18px 45px;
	margin-top: 30px;
	color: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	background-image: url(../img/magnifier.png);
	background-position: 20px center;
	background-repeat: no-repeat;
	transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
	header .text form .inputwrap.send a{
		padding: 12px 20px 12px 45px;
	}
}
header .text form .inputwrap.send a:hover{
	background-color: #b9242b;
	text-decoration: none;
	box-shadow: 0px 0px 25px rgba(0,0,0,.25);
}
header .text form .check{
	display: inline-block;
	margin: 20px 7.5px;
	vertical-align: middle;
	line-height: 20px;
	color: #ffffff;
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	header .text form .check{
		margin: 10px 7.5px 0px;
	}
}
header .text form .check span{
	margin-left: 3px;
}
header .text form .line{
	background-color: rgba(255,255,255,.3);
	width: 400px;
	height: 1px;
	margin: 0 auto;
	display: inline-block;
}
header .text form p.choose{
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
	margin: 30px auto 25px;
}
@media only screen and (max-width: 992px) {
	header .text form p.choose{
		display: none;
	}
}
header .text a.map{
	background-color: #1d6cbd;
	border-radius: 5px;
	padding: 20px 25px 20px 50px;
	background-image: url(../img/icon_place.png);
	background-position: 25px center;
	background-repeat: no-repeat;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all .3s ease;
}
@media only screen and (max-width: 992px) {
	header .text a.map{
		display: none;
	}
}
header .text a.map:hover{
	background-color: #1b5fa4;
	text-decoration: none;
	box-shadow: 0px 0px 25px rgba(0,0,0,.25);
}

header a.scrolldown{
	width: 26px;
	height: 36px;
	background-image: url(../img/header_scrolldown.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-top: -13px;
	z-index: 52;
	opacity: .7;
	transition: all .3s ease;
}
header a.scrolldown:hover{
	background-position: center 5px;
	opacity: 1;
}
header.subpage{
	height: auto;
}
header.subpage .text{
	position: relative;
	overflow: hidden;
	height: auto;
	padding-top: 165px;
	padding-bottom: 80px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,1d6cbd+100&0.1+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(29,108,189,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%,rgba(29,108,189,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(29,108,189,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#a61d6cbd',GradientType=0 ); /* IE6-9 */
}
header.subpage h2{
	font-size: 50px;
	text-transform: uppercase;
	color: #ffffff;
}
@media only screen and (max-width: 992px) {
	header.subpage h2{
		font-size: 36px;
	}
}
header.subpage h2:after{
	display: none;
	font-weight: 700;
}

header.propertypage{
	height: auto;
	background-image: url(../img/propertyheader.jpg);
	background-size: cover;
}
header.propertypage .text{
	position: relative;
	overflow: hidden;
	height: auto;
	padding-top: 145px;
	padding-bottom: 20px;
	text-align: left;
	background: none;
}
@media only screen and (max-width: 992px) {
	header.propertypage .text{
		padding-top: 100px;
	}
}
header.propertypage h2{
	font-size: 50px;
	text-transform: uppercase;
	color: #ffffff;
}
@media only screen and (max-width: 992px) {
	header.propertypage h2{
		text-align: center;
	}
}
header.propertypage h2:after{
	display: none;
	font-weight: 700;
}
header.propertypage a.back{
	position: relative;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 20px;
}
header.propertypage a.back:before{
	content: "";
	position: absolute;
	left: -20px;
	width: 10px;
	margin-top: -1px;
	height: 18px;
	display: inline-block;
	background-image: url(../img/backarrow.png);
}
header.propertypage a.back:hover{
	text-decoration: none;
}
header.propertypage .inforow{
	text-align: left;
	position: relative;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow{
		text-align: center;
	}
}
header.propertypage .inforow .address{
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .address{
		display: block;
	}
}
header.propertypage .inforow .address h2{
	text-align: left;
	font-size: 26px;
	font-weight: 500;
	text-transform: none;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .address h2{
		display: block;
		text-align: center;
	}
}
header.propertypage .inforow .address h2 strong{
	font-weight: 700;
	font-size: 42px;
}
header.propertypage .inforow .type{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 70px;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .type{
		display: block;
		margin-left: 25px;
	}
}
header.propertypage .inforow .type p{
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	margin-left: 20px;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .type p{
		margin: 10px auto;
		display: inline-block;
	}
}
header.propertypage .inforow .type p:before{
	content: "";
	width: 26px;
	height: 22px;
	display: inline-block;
	position: absolute;
	left: -37px;
	margin-top: 2px;
	background-image: url(../img/propertyinfo_home.png); 
}
header.propertypage .inforow .size{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 50px;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .size{
		display: block;
		display: inline-block;
		margin-left: 35px;
	}
}
header.propertypage .inforow .size p{
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	margin-left: 20px;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .size p{
		margin: 10px auto;
		display: inline-block;
	}
}
header.propertypage .inforow .size p:before{
	content: "";
	width: 23px;
	height: 23px;
	display: inline-block;
	position: absolute;
	left: -34px;
	margin-top: 2px;
	background-image: url(../img/propertyinfo_size.png); 
}
header.propertypage .inforow .saletype{
	display: inline-block;
	vertical-align: bottom;
	margin-left: 50px;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .saletype{
		display: block;
		margin-left: 30px;
	}
}
header.propertypage .inforow .saletype p{
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	margin-left: 20px;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .saletype p{
		margin: 10px auto;
		display: inline-block;
	}
}
header.propertypage .inforow .saletype p:before{
	content: "";
	width: 26px;
	height: 26px;
	display: inline-block;
	position: absolute;
	left: -36px;
	margin-top: 2px;
	background-image: url(../img/propertyinfo_saletype.png); 
}
header.propertypage .inforow .date{
	float: right;
	vertical-align: bottom;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .date{
		display: block;
		position: relative;
		float: none;
	}
}
header.propertypage .inforow .date p{
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
@media only screen and (max-width: 992px) {
	header.propertypage .inforow .date p{
		margin: 10px auto;
	}
}

.categoryrow{
	border-top: 4px solid #1d6cbd;
	display: block;
	font-size: 0;
	margin: 0;
}
.categoryrow .box{
	width: 16.66666%;
	display: inline-block;
	height: 240px;
	text-align: center;
	background-size: cover;
	background-position: center;
	vertical-align: top;
	box-shadow: inset 0px 0px 35px rgba(0,0,0,.5);
}
@media only screen and (max-width: 768px) {
	.categoryrow .box{
		width: 50%;
		height: 150px;
	}
}
.categoryrow .box .text{
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d6cbd+0,1d6cbd+100&0.8+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(29,108,189,0.8) 0%, rgba(29,108,189,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(29,108,189,0.8) 0%,rgba(29,108,189,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(29,108,189,0.8) 0%,rgba(29,108,189,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1d6cbd', endColorstr='#001d6cbd',GradientType=0 ); /* IE6-9 */
	transition: all .3s ease;
}
.categoryrow .box .text h3{
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	margin: 10px 0;
	text-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
.categoryrow .box .text a{
	display: inline-block;
}
.categoryrow .box .text a:hover{
	text-decoration: none;
}
/*
.categoryrow .box .text a{
	background-color: #ffffff;
	border-radius: 5px;
	padding: 13px 15px;
	display: inline-block;
	color: #333333;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	display: none;
	transition: all .5s ease;
}
.categoryrow .box .text a:hover{
	text-decoration: none;
	box-shadow: 0px 0px 25px rgba(0,0,0,.35);
}
*/
.categoryrow .box .text .centerize{
	position: relative;
	display: block;
	top: 50%;                      
   	transform: translate(0, -50%);  
}


.categoryrow .box .text:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1d6cbd+0,ce2830+100&0.8+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(29,108,189,0.8) 0%, rgba(206,40,48,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(29,108,189,0.8) 0%,rgba(206,40,48,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(29,108,189,0.8) 0%,rgba(206,40,48,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1d6cbd', endColorstr='#ccce2830',GradientType=0 ); /* IE6-9 */
}

.graycontent{
	padding: 35px 0;
	background-color: #eeeeee;
	text-align: center;
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 25px rgba(0,0,0,.3);
}
.graycontent h2{
	font-size: 26px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 50px;
	margin-top: 40px;
}
.graycontent .type{
	display: inline-block;
	background-color: #ce2830;
	border-radius: 5px;
	padding: 12px 40px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	z-index: 2;
}
.graycontent .inner{
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 465px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: -22px;
	transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
	.graycontent .inner{
		height: 355px;
		margin-bottom: 15px;
	}
}
.graycontent .inner:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
.graycontent .inner .bluebg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(29,108,189,.7);
}
.graycontent .inner .red:hover{
	background-image: url(../img/redbg.png);
}
.graycontent .inner .red{
	background-size: auto 101%;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: background-image .5s;
}
.graycontent .inner .red .top{
	width: 100%;
	height: 380px;
}
@media only screen and (max-width: 768px) {
	.graycontent .inner .red .top{
		height: 280px;
	}
}
.graycontent .inner .red .top .centerize{
	position: relative;
	display: block;
	top: 50%;                         /* 3 */
   	transform: translate(0, -50%);   /* 4 */
}
.graycontent .inner .red .top p.title{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}
.graycontent .inner .red .top p.title:after{
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	margin: 10px auto 15px;
	display: block;
}
.graycontent .inner .red .top p.title strong{
	font-weight: 600;
	font-size: 24px;
}
.graycontent .inner .red .top p.sub{
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color:#fff;
}

.graycontent .inner .red .bot{
	width: 100%;
	height: 85px;
}
.graycontent .inner .red .bot a{
	border-radius: 5px;
	border: 2px solid #ce2830;
	padding: 15px 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	transition: all .3s;
}
@media only screen and (max-width: 1200px) {
	.graycontent .inner .red .bot a{
		padding: 10px 10px;
		margin: 0px 10px;
	}
}
.graycontent .inner .red .bot a:hover{
	background-color: #ce2830;
	text-decoration: none;
}
.graycontent .numbers{
	margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
	.graycontent .numbers{
		margin-top: 50px;
	}
}
.graycontent .numbers img{
	max-width: 100%;
	margin-top: 35px;
}
@media only screen and (max-width: 1200px) {
	.graycontent .numbers img{
		margin-top: 20px;
		margin-bottom: 20px;
		float: left;
	}
}
.graycontent .numbers .inside{
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	padding: 20px 5px;
	width: 100%;
	border-radius: 5px;
	transition: all .3s;
}
@media only screen and (max-width: 768px) {
	.graycontent .numbers .inside{
		margin-bottom: 15px;
	}
}
.graycontent .numbers .inside:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
.graycontent .numbers .inside .top{
	font-size: 32px;
	font-weight: 700;
	margin: 0;
}
.graycontent .numbers .inside .sm{
	font-size: 14px;
}

.mapwrap{
	display: block;
	height: 475px;
	box-shadow: inset 0px 0px 25px rgba(0,0,0,.3);
	position: relative;
}
@media only screen and (max-width: 992px) {
	.mapwrap{
		display: none;
	}
}
.mapwrap #map{
	width: 100%;
	height: 475px;
	position: relative;
	z-index: 1;
}
.mapwrap .textwrap{
	height: 475px;
	margin-top: -475px;
	position: relative;
	z-index: 2;
}
.mapwrap .textwrap .inner{
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.3);
	width: 100%;
	margin-top: 50px;
	max-height: 415px;
	text-align: center;
	overflow: hidden;
	transition: all .5s;
}
.mapwrap .textwrap .inner:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
.mapwrap .textwrap .inner .top{
	display: block;
	background-size: cover;
	background-position: center;
}
.mapwrap .textwrap .inner .top .bluefade{
	background-image: url(../img/bluebg.png);
	background-size: auto 100%;
	padding: 40px 0;
}
.mapwrap .textwrap .inner .top .bluefade p.city{
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	margin: 0;
}
.mapwrap .textwrap .inner .info{
	padding: 15px;
}
.mapwrap .textwrap .inner .info .type{
	display: inline-block;
	background-color: #ce2830;
	padding: 10px 25px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	margin-top: -35px;
	margin-bottom: 10px;
}
.mapwrap .textwrap .inner .info p.main{
	font-size: 16px;
	color: #333333;
	margin: 5px 0;
}
.mapwrap .textwrap .inner .info p.bot{
	font-size: 13px;
	color: #777777;
}
.mapwrap .textwrap .inner .info a{
	color: #ce2830;
	text-transform: uppercase;
	font-size: 13px;
	border: 2px solid #ce2830;
	border-radius: 5px;
	padding: 12px 20px;
	color: #ce2830;
	margin: 5px 0;
	display: inline-block;
	transition: all .5s;
}
.mapwrap .textwrap .inner .info a:hover{
	background-color: #ce2830;
	color: #ffffff;
	text-decoration: none;
}

.bottomcontent{
	background-image: url(../img/homepage_bottomcontent.jpg);
	background-size: cover;
	background-color: #eeeeee;
	padding: 100px 0;
	background-position: center top;
	position: relative;
	z-index: 2;
	box-shadow: 0px 0px 25px rgba(0,0,0,.3);
}
.bottomcontent .toptext{
	margin-bottom: 100px;
}
.bottomcontent .toptext h2{
	font-size: 18px;
	color: #1d6cbd;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.bottomcontent .toptext p.intro{
	font-size: 28px;
	line-height: 35px;
	margin-right: 30px;
}
.bottomcontent .toptext p.intro span{
	color: #1d6cbd;
}
.bottomcontent .toptext p.intro:after{
	content: "";
	width: 100px;
	height: 8px;
	background-color: #ce2830;
	display: block;
	margin: 30px 0;
}
.bottomcontent .toptext p.sub{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
}
.bottomcontent .toptext p.sub:first-child{
	margin-top: 15px;
}
.bottomcontent .toptext a{
	color: #ffffff;
	background-color: #ce2830;
	padding: 15px 25px;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	transition: all .3s;
}
.bottomcontent .toptext a:hover{
	background-color: #b9242b;
	text-decoration: none;
	box-shadow: 0px 0px 25px rgba(0,0,0,.25);
}

.bottomcontent .news{

}
.bottomcontent h2.news{
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
.bottomcontent .news .big{
	width: 100%;
	height: 450px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
	transition: all .3s;
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .big{
		height: auto;
	}
}
.bottomcontent .news .big:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}
.bottomcontent .news .big:hover .text{
	padding: 60px 30px;
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .big:hover .text{
		padding: 70px 15px 30px 15px;
	}
}
.bottomcontent .news .big .date{
	background-color: #1d6cbd;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.05);
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .big .date{
		z-index: 2;
	}
}
.bottomcontent .news .big .text{
	background-color: rgba(206,40,48,.85);
	width: 100%;
	color: #ffffff;
	bottom: 0;
	position: absolute;
	padding: 30px;
	transition: all .3s;
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .big .text{
		z-index: 1;
		height: auto;
		position: relative;
		padding: 70px 15px 30px 15px;
	}
}
.bottomcontent .news .big .text h3{
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
.bottomcontent .news .big .text h3:after{
	content: "";
	width: 65px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	margin: 10px 0;
}
.bottomcontent .news .big .text p{
	font-size: 14px;
	line-height: 17px;
	margin: 0;
}
.bottomcontent .news .big .text a{
	color: #ffffff;
	text-decoration: underline;
}
.bottomcontent .news .small{
	width: 100%;
	height: 210px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	transition: all .3s;
}
@media only screen and (max-width: 1200px) {
	.bottomcontent .news .small{
		margin: 15px 0;
	}
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .small{
		height: auto;
	}
}
.bottomcontent .news .small:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.35);
}
.bottomcontent .news .small:hover .text{
	max-width: 300px;
	padding: 15px 40px;
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .small:hover .text{
		padding: 70px 15px 15px 15px;
		max-width: none;
	}
}
.bottomcontent .news .small .date{
	background-color: #1d6cbd;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 15px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.05);
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .small .date{
		position: absolute;
		z-index: 2;
	}
}
.bottomcontent .news .small .text{
	background-color: rgba(206,40,48,.85);
	height: 100%;
	color: #ffffff;
	top: 0;
	position: absolute;
	padding: 15px;
	max-width: 250px;
	right: 0;
	transition: all .3s;
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .small .text{
		position: relative;
		z-index: 1;
		width: 100%;
		height: auto;
		padding: 70px 15px 15px 15px;
		overflow: hidden;
		max-width: none;
	}
}
.bottomcontent .news .small .text h3{
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	margin: 0;
}
.bottomcontent .news .small .text h3:after{
	content: "";
	width: 45px;
	height: 1px;
	background-color: #ffffff;
	display: block;
	margin: 10px 0;
}
.bottomcontent .news .small .text p{
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}
.bottomcontent .news .small .text a{
	color: #ffffff;
	text-decoration: underline;
}
.bottomcontent .news .small .text .centerize{
	position: relative;
	display: block;
	top: 50%;                         /* 3 */
   	transform: translate(0, -50%);   /* 4 */
}
@media only screen and (max-width: 768px) {
	.bottomcontent .news .small .text .centerize{
		top: auto;
		transform: translate(0,0);
	}
}

.bottomcontent .newsletter{
	margin-top: 60px;
}
.bottomcontent .newsletter h2{
	font-size: 18px;
	color: #ce2830;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.bottomcontent .newsletter p{
	font-size: 28px;
	line-height: 35px;
	margin-right: 30px;
	position: relative;
}
.bottomcontent .newsletter h2:after{
	content: "";
	display: inline-block;
	width: 65px;
	height: 32px;
	background-image: url(../img/newsletterafter.png);
	position: absolute;
	right: 0;
	margin-top: 75px;
	margin-left: 15px;
}
@media only screen and (max-width: 1200px) {
	.bottomcontent .newsletter h2:after{
		display: none;
	}
}
.bottomcontent .newsletter p span{
	color: #ce2830;
}
.bottomcontent .newsletter p:after{
	content: "";
	width: 100px;
	height: 8px;
	background-color: #1d6cbd;
	display: block;
	margin: 30px 0;
}
.bottomcontent .newsletter form{
	margin: 75px 0;
}
.bottomcontent .newsletter form input[type="text"]{
	width: 100%;
	border-radius: 5px;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
	font-size: 16px;
	padding: 15px 25px;
	transition: all .3s;
}
.bottomcontent .newsletter form input[type="text"]:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.bottomcontent .newsletter form input[type="submit"]{
	background-color: #1d6cbd;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 5px;
	border: 0;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
	transition: all .3s;
}
.bottomcontent .newsletter form input[type="submit"]:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	background-color: #1b5fa4;
}

footer{
	background-color: #333333;
	padding: 35px 0;
	position: relative;
	z-index: 3;
	border-top: 2px solid #ce2830;
}
@media only screen and (max-width: 768px) {
	footer{
		text-align: center;
	}
}
footer p.copyright{
	float: left;
	color: #cccccc;
	font-size: 16px;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	footer p.copyright{
		float: none;
	}
}
footer p.credit{
	float: right;
	font-size: 14px;
	color:#686868;
	margin: 0;
	position: relative;
}
@media only screen and (max-width: 768px) {
	footer p.credit{
		float: none;
	}
}
footer p.credit:before{
	content: "";
	width: 335px;
	height: 45px;
	background-image: url(../img/footerlogo.png);
	display: inline-block;
	position: absolute;
	top: 0;
	right: -20px;
	margin-top: -80px;
}
@media only screen and (max-width: 768px) {
	footer p.credit:before{
		width: 100vw;
		background-position: center;
		background-repeat: no-repeat;
	}
}
footer p.credit a{
	color: #686868;
	text-decoration: underline;
}


.searchresult form.searchrow{
	padding: 15px 0;
	border-bottom: 1px solid #e2e2e2;
}
.searchresult form.searchrow .formbox{
	display: inline-block;
	border-right: 1px solid #e2e2e2;
	vertical-align: top;
	padding: 0px 20px 0px 10px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.searchresult form.searchrow .formbox{
		display: block;
		border-right: 0px solid transparent;
	}
}
.searchresult form.searchrow .formbox label{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 3px;
	margin-right: 10px;
}
.searchresult form.searchrow .formbox .select-style{
	display: inline-block;
}
.searchresult form.searchrow .formbox .select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 175px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url(../img/selectarrow.png) no-repeat 90% 50%;
	transition: all .3s ease;
}
.searchresult form.searchrow .formbox .select-style:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
}

.searchresult form.searchrow .formbox .select-style select {
    padding: 10px 10px;
    width: 130%;
    color: #333333;
    font-size: 12px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.searchresult form.searchrow .formbox .select-style select:focus {
    outline: none;
}
.searchresult form.searchrow .formbox.check{
	padding: 0px 15px 0 30px;
	border-right: 0;
}
@media only screen and (max-width: 768px) {
	.searchresult form.searchrow .formbox.check{
		display: inline-block;
		padding: 0px 15px 0 30px;
	}
}
.searchresult form.searchrow .formbox.check .checkbox{
	display: block;
	margin: 0 0;
}
.searchresult form.searchrow .formbox.submit{
	float: right;
	text-align: right;
	padding: 0;
	border-right: 0;
}
@media only screen and (max-width: 768px) {
	.searchresult form.searchrow .formbox.submit{
		display: block;
		float: none;
		margin-top: 0;
	}
}
.searchresult form.searchrow .formbox.submit a{
	display: inline-block;
	background-color: #ce2830;
	padding: 12px 20px 12px 45px;
	color: #ffffff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	margin-top: -5px;
}
@media only screen and (max-width: 768px) {
	.searchresult form.searchrow .formbox.submit a{
		display: block;
		text-align: center;
	}
}

.searchresult form.searchrow .formbox.submit a:before{
	content: "";
	width: 18px;
	height: 18px;
	background-image: url(../img/ic_filter.png);
	display: inline-block;
	left: 18px;
	top: 13px;
	position: absolute;
}

.searchresult p.count{
	font-size: 14px;
	font-weight: 700;
	color: #555555;
	text-align: center;
	margin: 20px 0;
}
.searchresult .inner{
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 465px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 15px 0;
	text-align: center;
	transition: all .3s ease;
}
.searchresult .inner:hover{
	box-shadow: 0px 0px 15px rgba(0,0,0,.5);
}
.searchresult .inner .bluebg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(29,108,189,.7);
}
.searchresult .inner .red:hover{
	background-image: url(../img/redbg.png);
}
.searchresult .inner .red{
	background-size: auto 101%;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: background-image .5s;
}
.searchresult .inner .red .top{
	width: 100%;
	height: 380px;
}
.searchresult .inner .red .top .centerize{
	position: relative;
	display: block;
	top: 50%;                         /* 3 */
   	transform: translate(0, -50%);   /* 4 */
}
.searchresult .inner .red .top p.title{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}
.searchresult .inner .red .top p.title:after{
	content: "";
	width: 50px;
	height: 1px;
	background-color: #ffffff;
	margin: 10px auto 15px;
	display: block;
}
.searchresult .inner .red .top p.title strong{
	font-weight: 600;
	font-size: 24px;
}
.searchresult .inner .red .top p.sub{
	font-size: 13px;
	line-height: 14px;
	font-weight: 400;
	color:#fff;
}
.searchresult .inner .red .bot{
	width: 100%;
	height: 85px;
}
.searchresult .inner .red .bot a{
	border-radius: 5px;
	border: 2px solid #ce2830;
	padding: 15px 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	transition: all .3s;
}
.searchresult .inner .red .bot a:hover{
	background-color: #ce2830;
	text-decoration: none;
}

.othercategories{
	background-color: #efefef;
	padding: 30px 0;
	background-image: url(../img/othercategories_bg.jpg);
	background-size: cover;
	background-position: center;
	margin: 50px 0;
}
.othercategories .inner{
	width: 100%;
	height: 210px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
	transition: all .3s ease;
}
.othercategories .inner:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}
.othercategories .inner .text{
	background-color: rgba(29,108,189,.5);
	height: 100%;
	width: 100%;
	background-size: auto 101%;
	display: block;
	transition: all .3s ease;
}
.othercategories .inner .text:hover{
	background-image: url(../img/redbg.png);
	text-decoration: none;
}
.othercategories .inner .text .centerize{
	position: relative;
	display: block;
	top: 50%;                         /* 3 */
   	transform: translate(0, -50%);   /* 4 */
}
.othercategories .inner .text .centerize p{
	color: #ffffff;
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	text-shadow: 0px 0px 5px rgba(0,0,0,.2);
}

.newsletter.white.subpage{
	margin-top: 30px;
	padding-bottom: 50px;
}
.newsletter h2{
	font-size: 18px;
	color: #ce2830;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.newsletter.white.subpage p{
	font-size: 28px;
	line-height: 35px;
	margin-right: 30px;
	position: relative;
}
.newsletter.white.subpage h2:after{
	content: "";
	display: inline-block;
	width: 65px;
	height: 32px;
	background-image: url(../img/newsletterafter.png);
	position: absolute;
	right: 0;
	margin-top: 75px;
	margin-left: 15px;
}
.newsletter.white.subpage p span{
	color: #ce2830;
}
.newsletter.white.subpage p:after{
	content: "";
	width: 100px;
	height: 8px;
	background-color: #1d6cbd;
	display: block;
	margin: 30px 0;
}
.newsletter.white.subpage form{
	margin: 75px 0;
}
.newsletter.white.subpage form input[type="text"]{
	width: 100%;
	border-radius: 5px;
	border: 0;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
	font-size: 16px;
	padding: 15px 25px;
	transition: all .3s;
}
.newsletter.white.subpage form input[type="text"]:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.newsletter.white.subpage form input[type="submit"]{
	background-color: #1d6cbd;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 5px;
	border: 0;
	width: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.15);
	transition: all .3s;
}
.newsletter.white.subpage form input[type="submit"]:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
	background-color: #1b5fa4;
}

.propertydetail .text{
	margin: 40px 0;
}
.propertydetail .text p{
	font-size: 15px;
	line-height: 24px;
	color: #555555;
	margin-bottom: 20px;
	font-weight: 300; 
}
.propertydetail .price{
	text-align: right;
	margin-top: 40px;
}
.propertydetail .price p.headline{
	font-size: 22px;
	color: #1d6cbd;
	font-weight: 700;
	margin-right: 35px;
}
.propertydetail .price .pricetag{
	border-radius: 5px;
	background-color: #1d6cbd;
	color: #ffffff;
	padding: 10px 25px 10px 25px;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 30px;
}
.propertydetail .price .pricetag strong{
	font-size: 14px;
	font-weight: 500;
}
.propertydetail .price a{
	color: #ce2830;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	display: inline-block;
	margin-top: 25px;
	display: none;
}

.propertygallery{
	background-color: #eeeeee;
	padding: 20px 0;
	position: relative;
	z-index: 2;
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
}
.propertygallery #propertygallery{
	display: block;
}
.propertygallery #propertygallery .item{
	width: 100%;
	padding: 15px;
}
.propertygallery #propertygallery .item a{
	background-color: #ddd;
	display: block;
	border-radius: 5px;
	height: 160px;
	background-size: cover;
}
.propertygallery #propertygallery .item a:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
}

.propertymap{
	position: relative;
	z-index: 1;
}
.propertymap #map{
	width: 100%;
	height: 350px;
}

.propertycontact{
	background-image: url(../img/skyscraperbg.jpg);
	background-size: cover;
	background-position: center;
	padding: 50px 0 100px;
	position: relative;
	z-index: 2;
	box-shadow: 0px -10px 15px rgba(0,0,0,.1);
}
.propertycontact h2{
	color: #1d6cbd;
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.propertycontact p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.propertycontact .phonerow{
	margin: 25px 0;
}
.propertycontact .phonerow p{
	font-size: 16px;
	font-weight: 400;
	margin-left: 65px;
	position: relative;
}
.propertycontact .phonerow p:before{
	content: "";
	width: 51px;
	height: 51px;
	background-image: url(../img/propertycontact_phone.png);
	display: inline-block;
	position: absolute;
	left: -65px;
	margin-top: -3px;
}
.propertycontact .phonerow p strong{
	font-size: 30px;
	color: #ce2830;
	font-weight: 700;
}
.propertycontact .emailrow{
	margin: 15px 0;
}
.propertycontact .emailrow p{
	font-size: 16px;
	font-weight: 400;
	margin-left: 40px;
	position: relative;
}
.propertycontact .emailrow p:before{
	content: "";
	width: 26px;
	height: 20px;
	background-image: url(../img/propertycontact_mail.png);
	display: inline-block;
	position: absolute;
	left: -40px;
}
.propertycontact .homerow{
	margin: 15px 0;
}
.propertycontact .homerow p{
	font-size: 16px;
	font-weight: 400;
	margin-left: 40px;
	position: relative;
}
.propertycontact .homerow p:before{
	content: "";
	width: 26px;
	height: 22px;
	background-image: url(../img/propertycontact_home.png);
	display: inline-block;
	position: absolute;
	left: -40px;
}
.propertycontact form{
	padding-top: 28px;
}
.propertycontact form label{
	display: block;
	font-size: 14px;
	margin-top: 15px;
}
.propertycontact form input[type="text"]{
	border-radius: 5px;
	background-color: #ffffff;
	border: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
	width: 100%;
	padding: 15px 20px;
}
.propertycontact form input[type="text"]:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
.propertycontact form textarea{
	border-radius: 5px;
	background-color: #ffffff;
	border: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
	width: 100%;
	padding: 15px 20px;
	resize: none;
	height: 130px;
}
.propertycontact form textarea:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
}
.propertycontact form input[type="submit"]{
	background-color: #1d6cbd;
	color: #ffffff;
	padding: 15px 10px;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0,0,0,.15);
	border: 0;
	border-radius: 5px;
	margin-top: 15px;
	text-transform: uppercase;
	width: 100%;
	font-weight: 700;
}
.propertycontact form input[type="submit"]:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,.2);
