@charset "utf-8";

.clear, .content-wrapper {
	clear: both;
}


.clear.tall {
	height:25px;
}

header, footer-nav, footer, article, section, hgroup, aside {
	display: block;
}

img{
	border: none;
}


/* TAGS */

body {
	font-size: 110%;
	color: #525b69;
	margin: 0;
	font-family: 'Lato', sans-serif;
	min-width:300px;
	padding:0;
	background-color:#0b72b3;
}

body#home #bigbg  {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
}

.homeimg {
	background-position:center center;
	background-size:cover;
	width:100%;
	height:auto;
	min-height:700px;
	background-repeat:no-repeat;
	position:absolute;
	z-index:-1;
}

.homeimg img {
	position:absolute;
	z-index:-1;
}

#pagesbg {
	position:absolute;
	width:100%;
	background-image: url(/images/pages-banner.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100% auto;
	height:400px;
	z-index:-1;
	top:0;
}

@media screen and (max-width: 1600px)
{
#pagesbg {
	background-size:auto 100%;
}
}

input, select, textarea {
	color: #525b69;
	font-family: 'Lato', sans-serif;

}

a   {
	 transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-decoration: none;
	color: #0b72b3;
}
.hide
{
	display:none;
}

.left-col a
{
	color:#2172ad;	
}


a:hover, .left-col a:hover {
	color: #8fc43e;
}

p {
	line-height: 1.35em;
	margin: 20px 0 30px 0;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 2.2em;
	font-weight: 900;
	text-transform:uppercase;
}

h2, #pages h1, #pages h3 {
	text-transform:uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #525969;
	font-size: 2em;
	font-weight: 900;
	clear:both;
	display: inline;
	margin-top:0;
	padding-top:0;
	line-height:2em;
	padding-bottom:10px;
}

#pages h1
{
	font-size: 2.1em;
}

#pages h3
{
	font-size: 1.8em;
}


h3 {
	font-size: 1.2em;
}

li {
	list-style-type: disc;
}
ul {
	padding: 0px;
	margin: 0 0 0 18px;
}




a.button, input[type=submit], .fileinput-button {
	color:#fff;
	font-style:normal;
	text-transform:uppercase;
	display:block;
	max-width:250px;
	padding:1.7%;
	background-color:#009d3d;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #009d3d),
	color-stop(1, #009d3d)
);
	background-image: -o-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: -moz-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: -webkit-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: -ms-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: linear-gradient(to bottom, #00b050 0%, #009d3d 100%);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 0px 2px #01762f;
	box-shadow: 0px 3px 3px #c0c0c0;
	font-weight:700;
}

a.button.red {
	background-color:#fe0000;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #e00000),
	color-stop(1, #e00000)
);
	background-image: -o-linear-gradient(bottom, #fe0000 0%, #e00000 100%);
	background-image: -moz-linear-gradient(bottom, #fe0000 0%, #e00000 100%);
	background-image: -webkit-linear-gradient(bottom, #fe0000 0%, #e00000 100%);
	background-image: -ms-linear-gradient(bottom, #fe0000 0%, #e00000 100%);
	background-image: linear-gradient(to bottom, #fe0000 0%, #e00000 100%);
	text-shadow: 0px 2px #b00a0a;
}

a.button:hover {
	background-color:#0b72b3;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0b72b3),
	color-stop(1, #0b72b3)
);
	background-image: -o-linear-gradient(bottom, #0b72b3 0%, #4895c6 100%);
	background-image: -moz-linear-gradient(bottom, #0b72b3 0%, #4895c6 100%);
	background-image: -webkit-linear-gradient(bottom, #0b72b3 0%, #4895c6 100%);
	background-image: -ms-linear-gradient(bottom, #0b72b3 0%, #4895c6 100%);
	background-image: linear-gradient(to bottom, #0b72b3 0%, #4895c6 100%);
	text-shadow: 0px 2px #0b68a2;
}



.line {
	clear: both;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdcdcd;
	margin-bottom: 20px;
	padding-top: 15px;
}

#home .line {
	display:none;
}

.pop-up {
	display: none;
	width: 650px;
	padding: 15px 30px;
}


/* PANEL CSS */

.panel {
	width: 100%;
	clear: both;
	margin:0 auto;

}
	
.panel.blue {
	padding-bottom:5%;
}

.panel.white {
	background-color:#FFF;
	padding-bottom:4%;
}

.panel.paleblue {
	background-color:#e0eaf3;
	padding-bottom:4%;
}

.panel.compare {
	background-image: url(/images/housesbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:cover;
}

.panel.prophead {
	background-color:#FFF;
	padding-bottom:2%;
	padding-top:1%;
}

.panel.pages {
	height:233px;
	margin:0;
}

.panel#pages {
	padding-top:50px;
}



#pagestemplate .panel.search {
	background-color:#0b72b4;
	margin-top:30px;
	padding-bottom:1px;
}


.panel#myaccount .content-wrapper {
	text-align:left;
}

/*
.panel.thirdnav#pages {
	margin-top:95px;
}
*/

/* END PANEL CSS */


/* CONTENT WRAPPER */

.content-wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align:center;
	padding:2%;
}

.content-wrapper.bannerhome, .content-wrapper.search {
	text-align:left;
}

.content-wrapper.blue {
	background-color:#0b72b3;
	color:#fff;
	border: 2px solid #4895c6;
}

.content-wrapper.blue h2 {
	border-color:#fff;
}

#property .content-wrapper {
	border: 2px solid #e1eaf3;
}


/* END CONTENT WRAPPER */



/* HEADBANNER */

.panel.headbanner {
	background-color:#0070c0;
	padding:15px 0 20px 0;
	font-size:1.35em;
	font-weight:200;
	color:#bfcbdc;
	text-align:center;
    box-shadow: 0px 0px 5px #fff;
	position:fixed;
	z-index:10000;
	letter-spacing:0.01em;
	top:0px
}

.panel.headbanner strong {
	font-weight:400;
}

@media screen and (max-width: 750px)
{
.panel.headbanner {
	padding:5px 0 10px 0;
	position:fixed;
}
.panel.headbanner strong {
	display:block;
	margin:3px 0 0 0;
}
}

/* END HEADBANNER */





/* HEADER */

header {
	width: 960px;
	margin: 0 auto;
	font-size:0.9em;
	line-height:1.5em;
	margin-top:70px
}

header #logo {
	float: left;
	margin-top:25px;
}

header #logo img {
	max-width:344px;
	height:auto;
}


header #contact {
	float: right;
	font-weight: 700;
	margin:15px 0;
	color:#0b72b3;
	font-style:italic;
}

@media screen and (max-width: 750px)
{
header {
	background-color:#FFF;
	margin-top:85px;
}
header #contact {
	float: none;
	margin:70px 0 0 0;
	padding:10px 0;

}
}

header span#cta {
	float:right;
	margin:0 0 0 10px;
}

header span#cta a {
	color:#fff;
	font-style:normal;
	text-transform:uppercase;
	display:block;
	padding:0 8px;
	background-color:#8b929c;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #8b929c),
	color-stop(1, #8b929c)
);
	background-image: -o-linear-gradient(bottom, #8b929c 0%, #737a85 100%);
	background-image: -moz-linear-gradient(bottom, #8b929c 0%, #737a85 100%);
	background-image: -webkit-linear-gradient(bottom, #8b929c 0%, #737a85 100%);
	background-image: -ms-linear-gradient(bottom, #8b929c 0%, #737a85 100%);
	background-image: linear-gradient(to bottom, #8b929c 0%, #737a85 100%);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;	
	color:#fff;
	margin:2px 0 0 10px;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 0px 1px #6e7580;
	box-shadow: 0px 1px 1px #c0c0c0;
	float:left;
	font-size:0.9em;
}

header span#cta a.loggedin {
	text-transform:none;
}

header span#cta a:hover {
	background-color:#009d3d;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #009d3d),
	color-stop(1, #009d3d)
);
	background-image: -o-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: -moz-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: -webkit-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: -ms-linear-gradient(bottom, #00b050 0%, #009d3d 100%);
	background-image: linear-gradient(to bottom, #00b050 0%, #009d3d 100%);
}


/* END HEADER */


/* HOME */

.content-wrapper.bannerhome
{
	padding-top:0;
	padding-bottom:50px;
}

.content-wrapper.bannerhome section
{
	width:100%;
	margin:45px 0 15px 0;
	font-size:2em;
	color:#0b72b3;
}

.content-wrapper.bannerhome section strong {
	font-size:1.65em;
	font-weight:900;
	text-transform:uppercase;
	margin-bottom:20px;
	line-height:1em;
	color:#525b69;
	display:block;
}

.content-wrapper.bannerhome section em {
	font-weight:900;
	font-style:normal;
	text-decoration:line-through;
}

.content-wrapper.bannerhome section em span {
	font-size:0.5em;
}

.content-wrapper.bannerhome section a.button {
	font-size:0.7em;
	margin:30px 0 0 0;
}

/* END HOME */




/* SEARCH BANNER */

.content-wrapper.search
{
	margin-bottom: 0;
	padding-top:0;
}

#pagestemplate .content-wrapper.search form
{
	margin-top:-30px;	
}

#pagestemplate .content-wrapper.search section
{
	margin-top:-45px;	
}

.content-wrapper.search form
{
	width:63%;
	padding:2.5% 2%;
	display:block;
	font-size:0.9em;
	float:left;
	background-color: #bfd4e4;
	background-image: url(/images/searchbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: 0px 0 20px #647885;
}



.content-wrapper.search form span
{
	width:44%;
	margin:1.5% 3%;
	display:block;
	float:left;
}

.content-wrapper.search form span.fw
{
	width:88%;
}

.content-wrapper.search form label
{
	width:100%;
	display:block;
	padding:0 0 2px 0;
}

.content-wrapper.search form input {
	font-size:1.05em;
	width:97%;
	padding:2% 1%;
}


.content-wrapper.search form select {
	font-size:1.05em;
	width:100%;
	padding:2% 1%;
	line-height: 1.9em;
}

.content-wrapper.search form .twosel select {
	width:46%;
	float:left;
}

.content-wrapper.search form .twosel select.first {
	margin-right:8%;
}

.content-wrapper.search form input[type="checkbox"] {
	width:20px;
	float:left;
	clear:both;
}

.content-wrapper.search form em {
	font-size:0.8em;
}

.content-wrapper.search section
{
	background-color: #bfd4e4;
	background-image: url(/images/searchbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	box-shadow: 0px 0 20px #647885;	
	width:23%;
	float:left;
	padding:5%;
	font-size:1.25em;
	text-align:center;
	margin:-13px 0 0 0;
}



.content-wrapper.search section span#results
{
	font-size:3em;
	display:block;
	font-weight:900;
}

.content-wrapper.search section #arrow
{
	position:absolute;
	margin:42px 0 0 -71px;
}

.content-wrapper.search a.button
{
	width:88%;
	font-size:0.85em;
	padding:6%;
	margin:58px 0 58px 0;
}


@media screen and (max-width: 750px)
{
.content-wrapper.search a.button
{
	width:50%;
	font-size:0.85em;
	padding:2%;
	margin:0 auto 0 auto;
}

.content-wrapper.search form
{
	width:96%;
	padding:2.5% 2%;
}

.content-wrapper.search section
{
	width:90%;
}

#pagestemplate .content-wrapper.search form, #pagestemplate .content-wrapper.search section, .content-wrapper.search form, .content-wrapper.search section
{
	margin-top:0;	
}
}
/* END SEARCH BANNER */





/* START SAVINGS PANEL */

.save .twocol {
	width:58.66%;
	padding:4%;
	float:left;
}

.save .twocol p {
	margin:10px 0 20px 0;
	font-weight:700;
	font-size:1.2em;
}

.save .twocol p.amounts {
	font-weight:normal;
	font-size:1em;
	font-style:italic;
	text-align:right;
}


.save .onecol {
	font-size: 1.6em;
	font-weight: 900;
	background-image: url(/images/save-bg.png);
	background-position: center center;
	text-align: center;
	background-size:contain;
	background-repeat: no-repeat;
	width:21.33%;
	float:right;
	padding:14% 4% 8% 4%;
	max-height:308px;
	margin: 0 0 3% 0;
}

@media screen and (max-width: 670px)
{
.save .onecol  {
	width:92%;
	padding:14% 4% 8% 4%;
}
.save .twocol  {
	width:92%;
	padding:4%;
}	
}

.save .onecol #totsave {
	font-size: 1.8em;
}

#feeslider .ui-slider-handle, #sellslider .ui-slider-handle
{
	border-color: #79ae2d;
	background:#86be37;
}


/* END SAVINGS PANEL */


/* WHY US PANEL */

.whyus ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.whyus li
{
	margin:0;
	padding:1%;
	list-style:none;
	float:left;
	width:18%;
	font-style:italic;
	line-height:1.4em;
	font-size:0.9em;
}

@media screen and (max-width: 750px)
{
.whyus li
{
	margin-top:4%;
	padding:2%;
	float:none;
	width:96%;
	font-size:1.2em;
}

.whyus li .button
{
	margin:10px auto 20px auto;
}

.whyus strong
{
	display:block;
	padding-bottom:15px;
	height:auto;
	font-size:1.3em;
}

.whyus li img
{
	max-width:90px;
	height:auto;
}

}

.whyus strong, .whyus em 
{
	font-style:normal;
	font-weight:900;
	color:#0b72b3;
}

.whyus strong
{
	display:block;
	margin-bottom:5px;
	height:40px;
}

.whyus em 
{
	font-size:1.7em;
}

.whyus a 
{
	font-size:0.8em;
	margin-top:30px;
}

.whyus img 
{
	width:100%;
	height:auto;
	max-width:135px;
}

/* END WHY US PANEL */

.advertise span 
{
	width:27%;
	padding:3%;
	text-align:center;
	display:block;
	float:left;
}

@media screen and (max-width: 500px)
{

.advertise span 
{
	width:96%;
	padding:5% 2%;
	text-align:center;
	display:block;
	float:none;
}
	
}


.advertise img 
{
	width:100%;
	height:auto;
	max-width:283px;
}

/* WHERE WE ADVERTISE */ 



/* WHATS INCLUDED */

.included section.onecol
{
	width:100%;
	background-image: url(/images/sold.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom:4%;
}

.included section.twocol
{
	width:100%;
}

.included section.twocol div
{
	width:48%;
	float:left;
	margin-bottom:4%;
	height:280px;
}

.included section.twocol div.right
{
	margin-left:4%;
}


.included section.twocol p
{
	padding:8% 5%;
	margin:0;
}

.included section.twocol p em
{
	color:#0b72b3;
	display:block;
	font-size:1.4em;
	font-style:normal;
	font-weight:900;
	margin-top:10px;
}

.included section.twocol strong
{
	padding:7% 0;
}


.included section div
{
	box-shadow: 0px 0 20px #647885;	
}

.included section.twocol strong, .included section.onecol strong
{
	display:block;
	background-color:#0b72b3;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0b72b3),
	color-stop(1, #0b72b3)
);
	background-image: -o-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -moz-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -webkit-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -ms-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: linear-gradient(to bottom, #0b72b3 0%, #065399 100%);
	color:#fff;
	text-shadow: 0px 2px #075a9f;
	font-size:1.3em;
	font-weight:bold;
	padding:3% 0;
}

.included ul
{
	margin:4%;
	padding:0;
	width:44%;
	float:left;

}

@media screen and (max-width: 500px)
{
.included ul, .included ul.right
{
	width:92%;
	float:none;
	margin:0;
	padding:0;

}

.included ul
{
	margin-top:4%;
}

.included ul.right
{
	padding-bottom:4%;
}

.included li
{
	margin:0px;
	padding:0 4% 10px 4%;
}

.included section.onecol div, .included section.twocol div, .included section.twocol div.right
{
	width:98%;
	float:none;
	height:auto;
	margin:0 auto 4% auto;
}


.included strong 
{
	padding:7% 0;
}
}


.included ul.right
{
	margin-left:0;
}

.included li
{
	list-style:none;
	text-align:left;
	margin-left:40px;
	padding:0 0 10px 10px;
}

.included i
{
	color:#90c43e;
}

.included table {
	margin-bottom:4%;
	box-shadow: 0px 0 5px #647885;
}

.included table.tblhead {
	margin-bottom:0;
	box-shadow: none;
}

.included table td {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cdd3d3;
	padding:1% 1.5%;
	vertical-align:middle;
	height:29px;
}

.included table.tblhead td {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #cdd3d3;
	background-color:#71767e;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #71767e),
	color-stop(1, #71767e)
);
	background-image: -o-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: -moz-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: -webkit-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: -ms-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: linear-gradient(to bottom, #71767e 0%, #4b515a 100%);
	color:#fff;
	padding:1% 0;
	font-size:1.2em;
}

.included table td em {
	font-size:0.8em;
	font-style:normal;
}

.included table.tblhead td:nth-child(1) {
	border: none;
	background:none;
}

.included table.tblhead td:nth-child(3) {
	border: none;
}

.included .button {
 margin:10px auto 20px auto;
}


.included table td:nth-child(1) { text-align:left; font-size:0.95em; width:50%; }
.included table td:nth-child(2) { width:25%; }
.included table td:nth-child(3) { border:none; width:25%; }

.included table tr:nth-child(even) {background: #f2f2f2}
.included table tr:nth-child(odd) {background: #f8f8f8}
.included table tr:nth-child(1) {background: #fff;}



.included table td span  {
	position:absolute;
	z-index:100;
	background-color:#71757e;
	width:330px;
	color:#fff;
	display:block;
	margin:-3px 0 0 115px;
	font-size:0.8em;
	box-shadow: 0px 0 5px #647885;
	padding:10px;
}

@media screen and (max-width: 600px)
{
.included table td span  {
	position:absolute;
	z-index:100;
	background-color:#71757e;
	width:70%;
	color:#fff;
	display:block;
	margin:-3px auto 0 auto;
	font-size:0.8em;
	box-shadow: 0px 0 5px #647885;
	padding:10px;
}
}

.included table td i { 
	float:right;
	color:#6f7680;
	font-size:1.2em;
	cursor:pointer;
}

/* END WHATS INCLUDED */




/* COMPARE TABLE */

.compare .tablebg {
	width:99%;
	box-shadow: 0px 0 5px #647885;
	margin:80px auto 0 auto;
	background-image: url(/images/table/tablebg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-size:contain;
}

.compare table {
	text-align:center;
	width:100%;
	font-size:0.9em;
	margin:-50px 0 0 0;
	float:left;
	border:none;
}

.tblcol1 {
	width:13%;
}

.tblcol2, .tblcol3, .tblcol4 {
	width:29%;
}

.tblcol2 {
	background-color:#e5edf5;
}

.panel .tblcol2.border {
	background-color:#dde7f1;
}


.tblcol2.btm {
	background-color:#e5edf5;
}

.tblcol3 {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e2e4e4;		
}

.tblcol3.top, .tblcol3.btm {
	border-right-color: transparent;		
}

.tblcol3, .tblcol4 {
	background-color:#f1f2f2;
}

.tblcol3.top, .tblcol4.top, .tblcol3.btm, .tblcol4.btm {
	background-color:transparent;
}

.tblcol3.top, .tblcol4.top {
	padding:32px 0 0 0;
}

.top strong {
	padding:5%;
	width:90%;
	display:block;
	background-color:#71767e;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #71767e),
	color-stop(1, #71767e)
);
	background-image: -o-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: -moz-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: -webkit-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: -ms-linear-gradient(bottom, #71767e 0%, #4b515a 100%);
	background-image: linear-gradient(to bottom, #71767e 0%, #4b515a 100%);
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e2e4e4;
	text-shadow:none;
	color:#fff;
}

.compare table.pad {
	margin:0;
}

.compare table td {
	padding:1.5% 2%;
	vertical-align:middle;
}

.compare table td.border {
	background-color:#e9eaea;
	height:2px;
	overflow:hidden;
	padding:0;
}


.compare th.bluefade 
{
	background-color:#0b72b3;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0b72b3),
	color-stop(1, #0b72b3)
);
	background-image: -o-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -moz-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -webkit-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -ms-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: linear-gradient(to bottom, #0b72b3 0%, #065399 100%);
	color:#fff;
	font-size:0.9em;
	font-style:italic;
}

.compare th.bluefade span
{
	font-size:2.1em;
	font-style:normal;
	text-shadow: none;	
}

.compare th
{
	color:#fff;
	font-size:1.3em;
	padding:1%;
	text-shadow: 0px 1px #666;	
}

@media screen and (max-width: 550px)
{
.compare th
{
	font-size:1.1em;
}
}

.compare th.bluefade img {
	padding:1% 0 2% 0;
}

.panel.compare .shadowleft
{
	background-image: url(/images/table/shadow-left.png);
	background-repeat: repeat-y;
	background-position: right center;	
	background-color:#fff;
}

@media screen and (max-width: 750px)
{
.panel.compare .shadowleft img
{
	width:70%;
	height:auto;
}

}

.compare .shadowright
{
	background-image: url(/images/table/shadow-right.png);
	background-repeat: repeat-y;
	background-position: left center;	
}

.panel.compare .shadowleft.top
{
	background-position: right top;
	background-color:transparent;
}

.compare .shadowright.top
{
	background-position: left top;	
}

.compare .shadowleft.btm
{
	background-position: right bottom;
	background-color:transparent;
}

.compare .shadowright.btm
{
	background-position: left bottom;	
}

/* END COMPARE TABLE */







/* CONTACT PANEL */

.contactbar h2 a {
	color:#525b69;
}

.contactbar a.button {
	padding:6% 3%;
	margin:0 auto 0 auto;
}

.contactbar div.buttons {
	width:70%;
	margin:30px auto 0 auto;
}

.contactbar span {
	width:40%;
	float:left;
	margin:1% 5% 0 5%;
}

.accreditations img {
	margin:2%;
}

@media screen and (max-width: 800px)
{
.contactbar div.buttons {
	width:98%;
	margin:30px auto 0 auto;
}

}

/* END CONTACT PANEL */



/* PAGES HEADER */


.content-wrapper.pagehead {
	width: 960px;
	max-width:1440px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

.content-wrapper.pagehead span {
	display: block;
	width: 50%;
	margin:4% 0 0 0;
	text-align: left;
}

#myaccount .content-wrapper.pagehead span {
	width: 100%;
}

.content-wrapper.pagehead h1 {
	padding: 0;
	margin:0 0 1.5% 0;
	clear:left;
	line-height
}

.content-wrapper.pagehead h2 {
	display: block;
	text-align: left;
	width: 100%;
	padding:0;
	margin:0;
	clear:left;
	border:none;
	color:#0b72b3;
	text-transform:none;
	line-height:normal;
	font-weight:400;
}

/* BREADCRUMBS */

ul#breadcrumbs {
	width:100%;
	font-size: 0.8em;
	margin: 0 0 3% 0;
	padding: 0;
	display:block;
	height:20px;
}

ul#breadcrumbs li {
	float:left;
	margin: 0 0 0 0;
	list-style-type:none;
}

ul#breadcrumbs i {
	padding: 0 13px 0 15px;
}

ul#breadcrumbs li.home {
	background:none;
	padding-left: 0;
}



/* END BREADCRUMBS */




/* MY ACCOUNT */

#propsummary
{
	margin-top: -5%;	
}


#propsummary section
{
	width:40%;
	float:left;
}

#propsummary section img
{
	width:100%;
	border: 10px solid #FFF;	

}


#propsummary section.right
{
	width:55%;
	float:right;
	font-size:1.3em;
	padding-top:7%;
	overflow:hidden;
}

#propsummary section.right p strong
{
	font-size:1.1em;
	font-weight:normal;
}


#propsummary section.right p
{
	margin:15px 0;
}


@media screen and (max-width: 750px)
{
	
#propsummary
{
	margin-top: 0;	
}

#propsummary section,#propsummary section.right
{
	width:96%;
	padding:2%
}

#propsummary section img
{
	border: none;	
}

	
}

.myaccounthome .button {
	float:right;
	font-size:0.8em;
	margin:30px auto;
	padding:7px 30px;
}

.panel.myaccounthome .twocol div.valcta {
	background-image: url(/images/book-valuation.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:contain;
	background-color:#e0eaf3;
	cursor:pointer;
	float:right;
}


.panel.myaccounthome .twocol strong {
	padding:3% 0;
	font-size:1.2em;
}

.panel.myaccounthome .twocol strong a {
	color:#fff;
}

.panel.myaccounthome .twocol p {
	line-height:1.4em;
}

.panel.myaccounthome .twocol p a {
	color:#92c640;
}

.panel.myaccounthome .twocol p a:hover {
	color:#0b72b4;
}


.panel.myaccounthome .twocol p a.strong {
	font-weight:700;
}

#myaccount .expand {
	display:none;
	border: 1px solid #e0eaf3;
	padding:6%;
	width:87.75%;
}

#myaccount .plus, #myaccount .minus {
	float:right;
}

#myaccount .minus {
	display:none;
}


#myaccount .heading {
	width:97%;
	padding:1.5%;
	background-color:#0b72b3;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #0b72b3),
	color-stop(1, #0b72b3)
);
	background-image: -o-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -moz-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -webkit-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: -ms-linear-gradient(bottom, #0b72b3 0%, #065399 100%);
	background-image: linear-gradient(to bottom, #0b72b3 0%, #065399 100%);
	color:#fff;
	font-weight:700;
	text-shadow: 0px 3px #07417a;
	font-size:1.3em;
	margin:3px 0 0 0;
	cursor:pointer;
}




.content-wrapper .myaccountform {
	clear:both;
	display:block;
}

.content-wrapper .myaccountform span {
	display:block;
	float:left;
	width: 47%;
	padding:10px 1.5%;
	float: left;
	min-height:50px;
}


.content-wrapper .myaccountform p {
	display:block;
	width: 90%;
	clear:both;
	color:#000;
	font-weight:bold;
	margin:0 0 2px 1.55%;
	padding-top:12px;
}

.content-wrapper #details.myaccountform p.sectionttl {
	padding-top:25px;
}

.content-wrapper .myaccountform span.halfwidth {
	display:block;
	width: 13.45%;
}

.content-wrapper .myaccountform span.halfwidth input {
	padding:4.7% 2%
}

.content-wrapper .myaccountform span.fullwidth {
	display:block;
	width: 96.2%;
	float: none;
	clear:both;
}

.content-wrapper .myaccountform span.fullwidth input {
	width: 98.78%;
	clear:both;
	padding:0.66%;
}

.content-wrapper .myaccountform input, .content-wrapper .myaccountform textarea, .content-wrapper .myaccountform select {
	width: 96%;
	padding:2%;
	border: 1px solid #bac0c9;
	margin-bottom:1px;
}

.content-wrapper .myaccountform input.readonly {
	border-color: #F7F7F7;
}

.content-wrapper .myaccountform textarea {
	height: 140px;
	width:98%;
	padding:1%;
}

.content-wrapper .myaccountform select {
	width: 100%;
	height:34px;
	margin:0;
}


.content-wrapper .myaccountform input[type="checkbox"] {
	width:20px;
	float:left;
	clear:both;
}

.content-wrapper .myaccountform input[type="radio"] {
	width:20px;
	float:left;
	clear:both;
}

.content-wrapper .myaccountform label {
	color:#999;
	font-size:0.9em;
	display:block;
	clear:both;
	padding-bottom:3px;
}

.content-wrapper .myaccountform label i {
	color:#f1913a;
	cursor:help;
	margin-left:5px;
}

.content-wrapper .myaccountform .submitline {
	clear:both;
}

.content-wrapper .expand#withdrawnform {
	background-image: url(/images/icons/sadface.png);
	background-repeat: no-repeat;
	background-position: 80% 70%;
}





#imgmodule span {
	width:30%;
	margin:2.65% 1.66%;
	height:auto;
	display:block;
	font-size:0.8em;
	text-align:center;
	float:left;
}

#imgmodule span img {
	width:100%;
	height:auto;
}

#sellingtools div {
	padding:4% 4% 2% 4%;
	width:92%;
	clear:both;
	border: 2px solid #e0eaf3;
	margin-bottom:4%;
	font-size:0.9em;
	background-repeat: no-repeat;
	background-position: 97% 85%;
}

#sellingtools div a {
	font-size:0.9em;
	padding:1% 2%;
	max-width:170px;
}

#sellingtools div strong {
	color:#0b72b3;
	margin-bottom:5px;
	display:block;
	font-size:1.2em;
}

#sellingtools div.enhanced {
	background-color:#e0eaf3;
}

.expand.tabs ul {
	margin:0;
	padding:0;
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e0eaf3;
	display:block;
	height:40px;
}

.expand.tabs li {
	margin:0 0 40px 5px;
	padding:7px;
	height:24px;
	list-style:none;
	width:30%;
	float:left;
	border: 2px solid #e0eaf3;
	color:#92c63e;
	cursor:pointer;
	text-align:center;
	font-weight:700;
	font-size:1.1em;
}

.expand.tabs li.active {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e0eaf3;
	border-right-color: #e0eaf3;
	border-bottom-color: #fff;
	border-left-color: #e0eaf3;
	color:#0b74b5;
}

.expand.tabs .tab2data {
	display:none;
}

.expand.tabs table
{
	width:100%;
	clear:both;
	border: 2px solid #e0eaf3;
	vertical-align:middle;
}

.expand.tabs th 
{
	background-color:#e0eaf3;
	padding:1%;
}

.expand th.viewedby { width:40%; }
.expand th.viewwith { width:40%; }
.expand th.datetime { width:20%; text-align:center; }

.expand th.address { width:50%; }
.expand th.agent { width:30%; }
.expand th.datetime { width:20%; text-align:center; }

.expand td a.feedbackp { 
	font-size:0.75em;
	color:#f00;
}

.expand td a.feedbackv { 
	font-size:0.75em;
	color:#00b050;
}


.expand.tabs td 
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e0eaf3;
	padding:1%;
	font-size:0.95em;
}

.expand.tabs td.datetime
{
	font-size:0.9em;
	text-align:center;
}

@media screen and (max-width: 550px)
{

.expand.tabs td.datetime
{
	font-size:0.8em;
}

}

.expand.tabs p {
	clear:both;
	margin:20px 0 10px 0;
}

.expand.tabs a.button {
	font-size:0.8em;
	margin:10px auto;
}

/* END MY ACCOUNT */



/* SEARCH LISTING */

#listings {
	padding-bottom:4%;
	clear:both;
}


#listings section {
	width:95%;
	padding:2%;
	margin-top:4%;
	border: 2px solid #e0eaf3;
	clear:both;
}



@media screen and (max-width: 960px)
{
#listings section {
	border-right-style: none;
	border-left-style: none;
}
}


#listings .col1 {
	width:24%;
	float:left;
	overflow:hidden;
	font-size:0.8em;
	font-weight:700;
	color:#fff;
}

#listings .col1 img {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}

#listings .col1 span {
	margin-top:-5px;
	display:block;
	height:20px;
	background-color:#0b72b4;
	z-index:1000;
}

#listings .col2 .address strong, #listings .col2 .price strong {
	font-size:1.2em;
	font-weight:900;
	display:block;
}



#listings .col2 {
	width:74%;
	float:right;
	font-size:0.9em;
}

#listings .col2 .address {
	width:74%;
	float:left;
	display:block;
	text-align:left;
}

#listings .col2 .price {
	width:24%;
	float:right;
	display:block;
	text-align:right;
}

#listings .col2 .images {
	width:100%;
	display:block;
	clear:both;
	text-align:left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e0eaf3;
	margin-top:4%;
	padding-top:4.5%;
}

#listings .col2 .images img {
	width:17%;
	margin:0 2% 0 0;
}

#listings .col2 .images img.right {
	margin:0;
}

#listings .col2 p {
	margin:20px 0 10px 0;
	text-align:left;
}

#listings .col2 p a {
	color:#90c53f;
}


/* END SEARCH RESULTS */



/* START PROPERTY DETAILS */

@media screen and (max-width: 550px)
{
#propcrumb {
	display:none;
}
.propdetails h2
{
font-size:1.2em;	
}

.panel#property .twocol, .panel#property .onecol {
	width:96%;
	float:none;
	padding:2%;
}


}

#property .twocol {
	width:63%;
	float:left;
	padding:2%;
}

#property .twocol p {
	text-align:left;
	margin-bottom:5px;
}

#property .onecol {
	width:30%;
	float:right;
	text-align:left;
	padding:2% 2% 2% 1%;
}


#property .onecol p strong {
	font-size:1.1em;
	font-weight:900;
	color:#0a71b4;
}

#property .onecol li {
	padding:2px 0px;
}

#property .onecol ul {
	margin-top:5px;
	padding-bottom: 20px;
}

#property .onecol .line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e0eaf3;
	margin-bottom: 35px;
	width:100%;
}


.panel#propertytabs {
	margin:7px 0 0 0;
	padding:0;
}

.panel#propertytabs .content-wrapper {
	margin:0 auto;
	padding:0;
}

#propertytabs ul#tabs
{
	margin:0;
	padding:0;
}

#propertytabs ul#tabs li
{
	margin:0 7px 1% 0;
	padding:1%;
	float:left;
	width:23%;
	text-align:center;
	border: 2px solid #e0eaf3;
	list-style-type: none;
	cursor:pointer;
	color:#90c541;
	font-size:0.9em;
	font-style:italic;
	font-weight:700;

}

#propertytabs ul#tabs li.active
{
	margin:0 7px 0 0;
	padding-bottom:2.5%;
	border-bottom:none;
	background-color:#fff;
	position:relative;
	z-index:100;
}

#propertytabs ul#tabs li em
{
	display:none;
}

#propertytabs .tabdata
{
	width:96%;
	margin:-2px 0 30px 0;
	clear:both;
	padding:2%;
	border: 2px solid #e0eaf3;
	float:left;
	z-index:0;
	background-color:#FFF;
	position:relative;
}


#propertytabs #tab3data img
{
	width:100%;
	height:auto;
}

#propertytabs #tab6data p, #propertytabs #tab7data p
{
	text-align:left;
}

#propertytabs #tab6data p strong, #propertytabs #tab7data p strong
{
	text-align:center;
}



/* END PROPERTY DETAILS */



.sticky {
	max-width:290px;
	position:fixed;
	top:10px;
}


iframe
{
width:100%;	
}


.panel .content-wrapper img.imgleft {
	margin-right:2%;
	float:left;
}

.panel .content-wrapper img.imgright {
	margin-left:2%;
	float:right;
}


.panel .content-wrapper .left-col ul {
	margin-bottom:15px;
	padding-left:25px;
}


.three-col {
	width: 32%;
	float: left;
}


.three-col.center {
	margin: 0 2%;
}








/* FOOTER */

footer {
	width:100%;
	background-color: #525b69;
	color: #fff;
	font-size: 0.8em;
	clear: both;
	line-height:1.4em;
	margin:0 auto;
}

footer .content-wrapper {
	padding:20px 0 20px 0;
	text-align:left;
}
footer i {
	margin-right:10px;
}

footer a {
	color: #fff;
	text-decoration:underline;
}
footer a:hover {
	color:#2172ad;
}

footer em.title {
	display: block;
	font-style: normal;
	font-size: 1.1em;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
}
footer ul {
	margin:0 0 15px 0;
	padding: 0;
}
footer ul li {
	margin: 0;
	padding:0;
	list-style:none;
}

footer ul li a {
	text-decoration:none;
}

footer a#top {
	display: block;
	width: 100%;
	clear:both;
	height: 25px;
	overflow:hidden;
	border-botttom: 10px solid #f4f5f7;
	clear:both;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #f4f5f7;
	 transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;

}

footer a#top:hover  {
	border-bottom-color: #666;
}

footer a#top:hover em  {
	color:#fff;
	background-color:#666;	
}

footer a#top em {
	display:block;
	width: 60px;
	height:47px;
	padding-top:5px;
	background-color:#f4f5f7;	
	margin: 5px auto 0 auto;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	font-style: normal;
	text-align:center;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #252931;
	font-weight:bold;
}

footer .wbd {
	font-size:0.7em;
}


@media screen and (max-width: 960px)
{
	
.content-wrapper.blue {
	border-right-style: none;
	border-left-style: none;
}	

	
header, footer .content-wrapper, .content-wrapper, .line  {
	width:100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;

}

.panel.search #arrow {
	display:none;
}

.content-wrapper.bannerhome
{
	padding-bottom:0;
}

.content-wrapper.bannerhome section {
	width:96%;
	padding:2% 2% 4% 2%;
	margin:0;
}


.panel.pages {
	height:auto;
	margin:0;
	padding-bottom:4%;
}

.content-wrapper.save {
	width:98%;
	padding-left:1%;
	padding-right:1%;
}

.left-col {
	padding-left:1%;
	width:64%;
	margin:0;
}

.content-wrapper.pagehead {
	margin:0;
	width:100%;
}


#sub-links-bg ul#sub-links {
	width:100%;
	font-size:0.9em;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

#sub-links-bg ul#sub-links li a {
	margin:0 5px 0 5px;
	padding-left:25px 3px 10px 3px;
}

body {
	font-size:90%;
}

#pagehead .content-wrapper h1 {
	font-size: 2.4em;
}

.services ul li
{
	width:87px;
	color:#3f9adc;
	font-weight:400;
	font-size:0.9em;
}

.sticky {
	position:relative;
	max-width:100%;
}


}



@media screen and (max-width: 750px)
{



body#home {
	background-image: none;
}

.content-wrapper.bannerhome section em {
	width:100%;
	display:block;
}

.content-wrapper.bannerhome .button {
	width:130px;
}

header #call {
	display:none;
}


#sub-links-bg, #homeslider ul.images em.info-bar, header #email, header #telephone, .nivo-controlNav.nivo-thumbs-enabled, .nivo-arrows, .nivo-directionNav, .panel.shadow {
	display: none;
}



header #logo
{
	text-align:center;
	width:96%;
	display:block;
	margin:2%;
	padding-top:10px;
	clear:both;
	float: none;
	position:relative;
}

header #logo img {
width:100%;	
}



#pagehead {
	margin:0;
}

.content-wrapper.pagehead span {
	width: 100%;
}

.content-wrapper.home  {
	padding: 0;
	width:96%;
	margin:0 2% 0 2%;
}


footer  {
	padding: 0;
}

footer .content-wrapper {
	padding-top: 30px;
	padding-bottom: 20px;	
}

footer #wbd {
	margin: 0;
	width: 80%;
}

.content-wrapper.servicesthreecol section,.content-wrapper.servicesthreecol section.rightcol {
	width:46%;
	margin:2%;
	padding:0;
	float:left;
	overflow:hidden;
}

}

@media screen and (max-width: 550px)
{

.content-wrapper.bannerhome section {
	font-size:1.4em;
}

.content-wrapper.bannerhome section {
	background-size: auto 320px;
	font-size:1.4em;
}

.content-wrapper.home.fourcol section {
	font-size:70%;
}

.content-wrapper.servicesthreecol section,.content-wrapper.servicesthreecol section.rightcol {
	width:96%;
	margin:2%;
	padding:0;
	float:left;
	overflow:hidden;
}

.left-col {
	width:98%;
	height:auto;
}

.left-col img {
	width:100%;
	height:auto;
}

.panel .content-wrapper .right-col {
	width: 92%;
	clear:both;
	float:none;
	margin:0;
	padding:4%;
}

.content-wrapper.pagehead h1 {
	font-size: 2.1em;
}

.three-col {
	padding:2%;
	width:96%;
	margin:0;
}
.three-col.center  {
	margin: 0;
}

}

@media screen and (max-width: 450px)
{
#homeslider {
	height:144px;
}

header #language
{
	margin:5px auto;
	float:none; 
}
}


