@charset "UTF-8";


/*================================GLOBAL=======================================*/

/*@media only screen and (min-device-width:944px) and (max-device-width:1024px) {
    html {zoom:1;}
}*/

* {
    padding:0;margin:0;
}


body{
	height:100%;
	margin:35px 0px 0px 0px;
	padding:0px;
	overflow-y:none;
	min-width:944px;
	background-size: cover;
	background-attachment: fixed;
}

.property_search_bg, .property_details_bg{
	min-width:944px;
	background: url(../images/prop_search/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y:none;
}

.container{
	position:relative;
	display:block;
	 width:100%;
	 min-height: 100%;
	 height: auto !important;
	 height: 100%;
	 margin: 0px auto -600px auto;
 }


.menu_bg{
	position: fixed;
	display: block;
	height: 55px;
	width: 100%;
	background-color: #00235D;
	top: 0;
	left: 0;
	z-index: 500;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.3);
}

.menu_wrapper{
	position:relative;
	display:block;
	width:944px;
	margin:15px auto;
	align:center;
	z-index:5000;
}

.iv_logo{
	position: relative;
	display: block;
	float: right;
	width: 300px;
	height: 106px;
	background-image: url(../images/global/results_logo.png);
	background-repeat: no-repeat;
}

.footer{
	position:relative;
	display:inline-block;
	float:left;
	clear:both;
	width: 100%;
	min-width: 944px;
	height:680px;
	background-color:#00235D;
	-webkit-box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.3);
}

.basefoot_wrapper{
	position:relative;
	display:inline-block;
	width:100%;
	height:180px;
	clear:both;
	margin:0 auto;
	align:center;
    background-color:#00235D;
}


 .left_foot{
	position:relative;
	z-index:5;
	display:block;
	width: 20%;
	min-width:50px;
	float:left;
	height: 200px;
}
 
.mid_foot{
	position:relative;
	display:block; 
    margin:0px auto;
	align:center;
	width: 58%;
	min-width:420px; 
	height: 200px;
	z-index:5;
 
}

.right_foot{
	position:relative;
	z-index:5;
	display:block;
	width:20%;
	float:right;
	height: 200px;
	min-width:50px;

}

.icons{
	position:relative;
	display:block;
	margin:0px auto;
	align:center;
	height:37px;
	width:780px;
	top:35px;
	margin-bottom:85px;
}


.onMarket_icon,.tpo_icon,.zoo_icon,.cmp_icon{
	position:relative;
	display: inline-block;
	height: 37px;
}

.cmp_icon{
	float:left;
	width: 127px;
	margin-top:7px;
	margin-right:8%;
	background-image: url(../images/global/cmp.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity:60%;
}

.onMarket_icon{
	float:left;
	width: 127px;
	margin-right:80px;
	background-image: url(../images/global/onMarket.png);
}

.zoo_icon{
	float:left;
	width: 100px;
	margin-right:5%;
	background-image: url(../images/global/zoo.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.rm_icon{
	float:left;
	width: 130px;
    height:100%;
	margin-right:5%;
	background-image: url("../images/global/rightmoveHover.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.tpo_icon{
	float:right;
	width: 180px;
	background-image: url(../images/global/tpo.png);
    background-repeat: no-repeat;
	background-size: contain;
	opacity:60%;
}

.onMarket_icon:hover{
	background-position: 0px 35px;
}

.zoo_icon:hover{
	background-position: 0px -49px;
}

.rm_icon:hover{
    float:left;
	width: 130px;
	margin-right:5%;
	background-image: url("../images/global/rightmove.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.cmp_icon:hover, .tpo_icon:hover{
	opacity: 95%;
}

.footer_menu,.footer_copy{
	position:relative;
	display:block;
	top:150px;
}

.footer_menu{
	text-align:right;
	margin: 50px 40px 0px 0px;
}

.footer_copy{
	text-align:left;
	margin: 50px 0px 0px 40px;
}

.mid_foot .address_text{
    font-family: 'Raleway', sans-serif;
    color:white;
    font-size:18px;
	position: relative;
	display: block;
	margin: auto;
	align: center;
	width: 570px;
	text-align: center;
	letter-spacing: 0.01pt;
}


/*=================================HOME=========================================*/


.home_wrapper{
	position: relative;
	display:block;
	width: 100%;
	height: 750px;
	min-height:750px;
	min-width: 944px;
	margin: 0 auto;
	align: center;
	z-index: 1;
}

.home_image{
	position:relative;
	top:220px;
	margin:0 auto;
	align:center;
	width:500px;
	height:300px;
	background-image: url(../images/home/logo.png);
	background-repeat: no-repeat;
	z-index:100;
}



/*=============================WHAT IS IT=======================================*/


.what_wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	background-color: #00235D;
	-webkit-box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.3);
	z-index:50;
	
}

.what_text{
	position:relative;
	width:944px;
	min-width:944px;
	padding:50px 40px 20px 40px;
	margin:0 auto;
	align:center;
}

/*============================WHO WE ARE=======================================*/


.who_wrapper{
	position:relative;
	float:left;
	width:100%;
	height:750px;
	background-color:#ffffff;
}

.who_text{
	position:relative;
	width:944px;
	min-width:944px;
	padding:50px 40px 20px 40px;
	margin:0 auto;
	align:center;
}

.simon_wrapper, .robin_wrapper{
	position:relative;
	display:block;
	height: 400px;
	width: 450px;
	margin:0 auto;
	align:center;
}


.simon_img, .robin_img{
	position: relative;
	display:block;
	height: 400px;
	width: 450px;
	border:2px solid #00235D;
	margin-bottom:10px;
}

.simon_wrapper{
		float:left;
}

.robin_wrapper{
		float:right;
}		

.staff_text{
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	height: 400px;
	width: 450px;
	left: 0;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

.staff_text .staff_text_wrapper{
	 text-align: justify;
	 width:390px;
	 padding:40px 30px;
}
 
.simon_img:hover .staff_text, .robin_img:hover .staff_text {
	opacity: 1;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

.staff_names{
	position:relative;
	display:block;
	float:left;
	width:350px;
	font-size:26px;
	font-weight:300;
	color:#00235D;
}

.mail_icon{
	display: inline-block;
	width: 27px;
	height: 19px;
	background-image: url(../images/home/mail2.jpg);
}

.mail_icon:hover {
	background-position: 0px 19px;
}

.fb_icon{
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right:5px;
	background-image: url(../images/home/fb2.jpg);
}

.fb_icon:hover {
	background-position: 0px 19px;
}

/*============================WHAT WE DO===================================*/


.wedo_wrapper{
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:740px;
	background-color:#00235D;
	-webkit-box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px 4px rgba(0,0,0,0.3);
	z-index:50;
}

.wedo_text{
	position:relative;
	display:block;
	height:100%;
	width:944px;
	min-width:944px;
	padding:50px 40px 20px 40px;
	margin:0 auto;
	align:center;
}

.sector_wrapper1{
	float: left;
	padding: 0px;
	width: 230px;
	height: 350px;
	margin: 0px 5px 15px 0px;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	opacity: 0.5;
	border: solid 1px white;
	background-image: url(../images/home/counthouse.jpg);
	background-repeat: no-repeat;
}

.sector_name{
	position:relative;
	display:block;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-weight: 200;
	font-size:26px;
	top:300px;
	left:20px;
}

.sector_wrapper2{
	float:left;
	padding:0px;
	width: 230px;
	height:350px;
	margin:0px 5px 15px 0px;
	-webkit-transition:0.6s;
	transition:0.6s;
	opacity:0.5;
	border:solid 1px white;
	background-image: url(../images/home/family.jpg);
	background-repeat: no-repeat;
}

.sector_wrapper3{
	float:left;
	padding:0px;
	width: 230px;
	height:350px;
	margin:0px 4px 15px 0px;
	-webkit-transition:0.6s;
	transition:0.6s;
	opacity:0.5;
	border:solid 1px white;
	background-image: url(../images/home/equest.jpg);
	background-repeat: no-repeat;
}

.sector_wrapper4{
	float:right;
	padding:0px;
	width: 230px;
	height:350px;
	margin:0px 0px 15px 0px;
	-webkit-transition:0.6s;
	transition:0.6s;
	opacity:0.5;
	border:solid 1px white;
	background-image: url(../images/home/cottage.jpg);
	background-repeat: no-repeat;
}

.sector_wrapper1:hover,.sector_wrapper2:hover,.sector_wrapper3:hover,.sector_wrapper4:hover{
   -webkit-transform: scale(1.1);
   transform: scale(1.1);
   opacity:1;
   box-shadow: 0 2px 3px #777;
   z-index:2000;
}



/*=================================WHY US==============================================*/


.why_wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	background-color: #ffffff;
	background-image: url(../images/why/why_bg.jpg);
	background-repeat: no-repeat;
	overflow-y: hidden;
	background-size: cover;
}

.why_text{
	position:relative;
	width:944px;
	min-width:944px;
	padding:50px 40px 20px 40px;
	margin:0 auto;
	align:center;
	clear:left;
}


/*=================================CONTACT US==============================================*/


.contact_wrapper{
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:600px;
	z-index:50;
}

.form_wrapper{
	position:relative;
	display:block;
	float:left;
	width:100%;
	min-width:944px;
	height:420px;
}

.form_intro{
	position:relative;
	display:block;
	margin:30px auto 10px auto;
	align:center;
	width:944px;
	height:100px;
}

/*=================================PROPERTY SEARCH==============================================*/


.propsearch_wrapper{
	position: relative;
	display:block;
	margin:100px auto 0px auto;
	align: center;
	width: 944px;
	z-index: 1;
}

.list_wrapper{
	position: relative;
	display:block;
	float:left;
	margin: 15px auto;
	width: 944px;
	height: 220px;
	background: -webkit-linear-gradient(left, #ffffff , #eeeeee); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #ffffff , #eeeeee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #ffffff , #eeeeee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #ffffff , #eeeeee); /* Standard syntax */
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	border-radius:4px;
	border:1px solid #777777;
}

.list_image{
	position: relative;
	display:block;
	float:left;
	background-color:#00235D;
	height:190px;
	width:270px;
}

.list_image_wrapper{
	position: relative;
	display:block;
	float:left;
	height:190px;
	width:150px;
	margin-left:3px;
}

.list_image2{
	position: relative;
	display:block;
	float:left;
	background-color:#00235D;
	height:93px;
	width:150px;
	padding:0;
	margin-bottom:4px;
}

.list_image3{
	position: relative;
	display:block;
	float:left;
	clear:left;
	height:93px;
	width:150px;
	padding:0;
	margin:0;
}

.list_location{
	position:relative;
	display:block;
	height:30px;
	width:400px;
	float:left;
	margin:18px 20px 5px 20px;
	color:#00235D;
	font-size:22px;
}

.list_description{
	position:relative;
	display:block;
	text-align:justify;
	height:90px;
	min-height:90px;
	width:470px;
	float:left;
	margin:0px 20px 10px 20px;
	overflow:hidden;
	line-height:1.3em;
	font-size:14px;
}


.list_price{
	position:relative;
	display:block;
	height:20px;
	width:330px;
	float:left;
	margin:5px 20px 0px 20px;
	color:#00235D;
	font-size:20px;
}

.search_logo{
	position: relative;
	display: block;
	height: 30px;
	width:96px;
	float: right;
	margin: 0px 30px 0px 0px;
	background-image: url(../images/global/search_logo.png);
	background-repeat: no-repeat;
}

.list_bottom_bar{
	position:relative;
	display:block;
	height:30px;
	width:100%;
	float:left;
	clear:left;
	margin:0px;
	background-color:#777777;
	border-top:2px solid #ffffff;
}

.list_view{
	position:relative;
	display:block;
	width:210px;
	float:left;
	margin:8px 20px 0px 20px;
	color:white;
}

.list_reference{
	position:relative;
	display:block;
	float:right;
	margin:8px 20px 0px 20px;
	color:white;
}

.list_space{
	position:relative;
	display:block;
	float:left;
	height:300px;
}


/*=================================PROPERTY DETAILS==============================================*/


.prop_details_wrapper{
	position: relative;
	display: block;
	margin: 100px auto 400px auto;
	align: center;
	width: 944px;
	height: 100%;
	min_height:100%;
}

.det_location{
	position:relative;
	display:block;
	height:30px;
	width:590px;
	float:left;
	margin:25px 0px 15px 0px;
	color:#00235D;
	font-size:36px;
}

.det_tagline{
	position:relative;
	display:inline-block;
	float:left;
	clear:left;
	height:20px;
	margin:5px 0px;
	color:#555555;
	font-size:21px;
}

.det_price{
	position:relative;
	display:block;
	height:20px;
	width:350px;
	float:right;
	margin:35px 0px 13px 0px;
	color:#00235D;
	font-size:26px;
	text-align:right;
}

.det_gallery_wrapper{
	position:relative;
	display:inline-block;
	height:520px;
	width:650px;
	padding:10px;
	float:left;
	border: 1px solid #777777;
	background-color: #00235D;
	border-radius: 4px;
	margin-top:20px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
}

.det_buttbull_wrapper{
	position:relative;
	display:block;
	height:520px;
	width:230px;
	padding:10px;
	float:right;
	border: 1px solid #777777;
	background-color: #00235D;
	border-radius: 4px;
	margin-top:20px;
	-webkit-box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 8px 2px rgba(0,0,0,0.2);
}

.det_features_wrapper{
	position:relative;
	display:block;
	margin:0 auto;
	align:center;
	padding:15px 20px;
	border: 1px solid #777777;
	border-radius: 4px;
	height:280px;
	width:100%
	color:#ffffff;
}

.feat_title{
	position:relative;
	display:block;
	width:100%;
	border-bottom:1px solid #777777;
	font-size:16px;
	font-weight:200px;
	margin-bottom:20px;
}

.det_button_wrapper{
	position:absolute;
	display:block;
	margin:0 auto;
	align:center;
	bottom:0px;
}

.button {
	position:relative;
	align:center;
	width: 225px;
	border: 1px solid #ffffff;
	background: #00235d;
	background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#ffffff));
	background: -webkit-linear-gradient(top, #dddddd, #ffffff);
	background: -moz-linear-gradient(top, #dddddd, #ffffff);
	background: -ms-linear-gradient(top, #dddddd, #ffffff);
	background: -o-linear-gradient(top, #dddddd, #ffffff);
	padding: 4px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 2px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 2px 0;
	box-shadow: rgba(0,0,0,1) 0 2px 0;
	font-family: 'Raleway', sans-serif;
	color: #00235D;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 3px;
	margin:0px auto 15px;
}

.button:hover {
   background: #cccccc;
   color: #ffffff;
}

.button:active {
   background: #cccccc;
}

.det_desc_wrapper{
	position:relative;
	display:block;
	min-height:310px;
	height:100%;
	width:924px;
	padding:10px;
	float:left;
	border: 1px solid #777777;
	background-color: #00235D;
	border-radius: 4px;
	margin-top:20px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
}

.full_desc_title{
	position:relative;
	display:block;
	width:100%;
	border-bottom:1px solid #777777;
	font-size:24px;
	font-weight:200px;
	margin-bottom:15px;
}

.det_desc_inner_wrapper{
	position:relative;
	display:block;
	padding:20px 30px 30px;
	float:left;
	min-height:300px;
	border: 1px solid #777777;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
	overflow:scroll;
	color:#ffffff;
	text-align:justify;
}

.det_footer{
	position:relative;
	display:inline-block;
	width:924px;
	padding:10px;
	background-color: #00235D;
	border-radius: 4px;
	margin:20px auto 20px auto;
	align:center;
	clear:both;
	-webkit-box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 10px 2px rgba(0,0,0,0.2);
}

.det_footer_inner_wrapper{
	position:relative;
	display:block;
	padding:10px;
	width:904px;
	height:25px;
	border: 1px solid #777777;
	border-radius: 4px;
	z-index:10;
}

.det_space{
	position:relative;
	display:block;
	float:left;
	height:300px;
}

.add_this{
	position:relative;
	display:block;
	width:300px;
	float:left;
	margin-top:5px;
}

.det_tel{
	position:relative;
	display:block;
	width:450px;
	float:right;
	text-align:right;
}



/*=================================SOLD PROPERTIES==============================================*/


.soldprop_wrapper{
	position: relative;
	display: block;
	margin: 100px auto 700px auto;
	align: center;
	width: 944px;
	height: 100%;
	min_height:100%;
	z-index: 1;
}

.sold_wrapper{
	position: relative;
	float:right;
	margin: 15px 0px 15px 34px;
	padding:5px;
	width: 280px;
	height: 480px;
	background: -webkit-linear-gradient(left, #ffffff , #eeeeee); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, #ffffff , #eeeeee); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, #ffffff , #eeeeee); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, #ffffff , #eeeeee); /* Standard syntax */
	-webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.3);
	border-radius:4px;
	border:1px solid #777777;
}

.sold_wrapper:nth-child(3n+0){
	float:left;
	margin-left:0px;
}

.sold_location{
	position:relative;
	display:block;
	height:30px;
	width:280px;
	float:left;
	margin:5px 0px 5px 5px;
	color:#00235D;
	font-size:22px;
}


.sold_image{
	position: relative;
	float:left;
	display:block;
	height:195px;
	width:280px;
	z-index:5;
}

.sold_image_wrapper{
	position: relative;
	display:block;
	float:left;
	height:93px;
	width:280px;
	margin:5px 0px;
}

.sold_image2{
	position: relative;
	display:block;
	float:left;
	height:93px;
	width:137px;
	padding:0;
	margin-right:5px;
}

.sold_image3{
	position: relative;
	display:block;
	float:left;
	height:93px;
	width:138px;
}

.sold_description{
	position:relative;
	display:block;
	float:left;
	text-align:justify;
	height:90px;
	min-height:90px;
	width:270px;
	font-size:12px;
	margin:10px 5px 10px;
	align:center;
}

.sold_bottom_bar{
	position:relative;
	display:block;
	float:left;
	height:30px;
	width:100%;
	clear:left;
	margin:0px auto;
	align:center;
	background-color:#777777;
}

.sold_space{
	position:relative;
	display:block;
	float:left;
	clear:both;
	height:150px;
}

.prop_status{
	position:absolute;
	width:280px;
	top:-2px;
	left:-2px;
	height:195px;
	z-index:500;
}


/*=================================SITEMAP==============================================*/


.sitemap_wrapper{
	position: relative;
	display: block;
	margin: 100px auto 600px auto;
	align: center;
	width: 944px;
	height: 200px;
	z-index: 1;
}

.sitemap_col1{
	position: relative;
	display: inline-block;
	margin: 30px 30px 0px 0px;
	float:left;
	width: 400px;
	z-index: 1;
}

.sitemap_col2{
	position: relative;
	display: inline-block;
	margin: 30px 30px 0px 0px;
	float:left;
	width: 400px;
	z-index: 1;
}

.sitemap_space{
	position:relative;
	display:block;
	float:left;
	clear:both;
	height:50px;
}



