/*
Colour Swatch
----------------
#C41818 red
#A31414 dark red
----------------
*/

/* CSS Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
/* CSS Reset */

html {
	background: #eee;
	-webkit-font-smoothing: antialiased;
}

body {
	font: .8em 'Lato', 'Helvetica Neue', Helvetica, sans-serif;
	color: #000;
}

/* ! Text Styles   */
h1 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.8em;
}

h2 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.6em;
}

h3 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.4em;
}

h4 {
	line-height: 160%;
	padding: 5px 0;
	font-size: 1.2em;
}

p {
	line-height: 160%;
	padding: 5px 0;
	font-size: .9em;
}

a:link {
	color: #C41818;
}
a:visited {
	color: #C41818;
}
a:hover {
	color: #A31414;
}
a:active {
	color: #A31414;
}

abbr {
	background: #444;
	padding: 2px 4px;
	margin: 0 2px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 1px 1px 1px #bbb;
	cursor: help;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}
/* ! Text Styles   */

/* ! Core Structure   */

.clearfix {
	clear:both;
}

.container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}

#header {
	padding: 0px 0 0;
	text-align: center;
	background-repeat: repeat-x;
	height: 120px;
	background: transparent url(../images/bg-pixel.png);
	border-bottom: 1px solid #000;
}

#logo {
	float: left;
	display: inline;
	height: 102px;
	width: 204px;
	margin-top: 9px;
	margin-left:40px;
}


#navbar {
	text-align: right;
	height: 30px;
    width: 850px;
	float: right;
	right:40px;
	top:90px;
	position: absolute;
}

@media screen and (max-width: 991px) {
	#header {
		height: 160px;
	}
	
	#navbar {
		top: 125px !important;
	}
}

#navbar ul {
	margin:0;
	padding:0;
}

#navbar li {
	float: left;
	list-style:none;
	margin-left: 3px;
}

#navbar li a {
	color: #FFF;
	text-decoration:none;
	display:block;
	height: 30px;
	line-height: 1.8em;
	font-size: 1.2em;
	text-align: center;
	width: 100px;
	margin: 0;
	padding: 0px;
	background-color: transparent;
	background-image: url(../images/tab.png);
	background-repeat: no-repeat;
}

#navbar li a:hover {
	color: #FFF;
	background-image: url(../images/tab-over.png);
	background-repeat: no-repeat;
}

#home #navbar li a.home, #services #navbar li a.services, #insurance #navbar li a.insurance, #valuation #navbar li a.valuation, #register #navbar li a.register, #contact #navbar li a.contact {  /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-image: url(../images/tab-over.png);
	background-repeat: no-repeat;
	}

#footer {
	background: transparent url(../images/bg-pixel.png);
	border-top: 1px solid #000;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 70px;
	padding-top:5px;
}

#footer .left{
	padding-left:50px;
	float:left;
	width:60%;
}

#footer .right{
	padding-right:50px;
	float:right;
	width:30%;
}

#footer a:link, #footer a:visited {
	color:#000;
}

#footer a:hover, #footer a:active {
	color: #C41818;
	}


/* ! Core Structure   */


#intro-box {
	width: 360px;
	margin-left:40px;
	margin-top:40px;
	padding: 20px;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	}

#intro-box h1 {
	font-size:1.2em;
	font-weight: normal;
	text-align:center;
}

#home-buttons {
	clear: both;
	float: left;
	width: 440px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
}

.home-links ul {
	margin:0;
	padding:0;
}

.home-links li {
	float: left;
	list-style:none;
	display: inline;
}

.home-links li a {
	color:#FFF;
	text-decoration:none;
	width:180px;
	display:block;
	height: 30px;
	line-height: 1.8em;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 1.2em;
	text-align: center;
	background-position: 0 0;
	background-color: transparent;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
}

.home-links li a:hover {
	color: #FFF;
	background-position: center -30px;
}

#insurance-logo-home {
	text-align:center;
	position:absolute;
	width: 220px;
	right: 40px;
	top:160px;
	padding: 20px;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	}
	
#insurance-logo-home h2 {
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color: #261A58;
	font-size:1.5em;
	font-weight:normal;
}
	
#insurance-button {
	width: 180px;
	margin-left:auto;
	margin-right:auto;
	}	

a.generalbutton, a:visited.generalbutton {
	color:#FFF;
	text-decoration:none;
	width:180px;
	display:block;
	height: 30px;
	line-height: 1.8em;
	font-size: 1.2em;
	text-align: center;
	background-position: 0 0;
	background-color: transparent;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
  }
  
a.bluebutton, a:visited.bluebutton {
	color:#FFF;
	text-decoration:none;
	width:180px;
	display:block;
	height: 30px;
	line-height: 1.8em;
	font-size: 1.2em;
	text-align: center;
	background-position: 0 0;
	background-color: transparent;
	background-image: url(../images/blue-button.png);
	background-repeat: no-repeat;
  }  
    
a:hover.generalbutton , a:active.generalbutton,
a:hover.bluebutton , a:active.bluebutton {
	color: #FFF;
	background-position: center -30px;
	}
	

/* ! Property Search */

.searchsales, .searchlettings {
	padding: 20px;
	width: 360px;
	border: 1px solid #000;
	display: none;
	position: absolute;
	height: 260px;
	margin-left:40px;
	margin-top:40px;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	z-index: 5000;
}

.searchsales h2, .searchlettings h2 {
	line-height:100%;
	padding: 0px;
	font-size:2em;
	font-weight:normal;
}

.searchsales .close, .searchlettings .close {
	font-size: 1.2em;
	font-weight: 600;
	color: #FFF;
	padding: 3px 5px;
	top: 10px;
	right: 10px;
	background-color: #C41818;
	border-radius: 5px;
	position:absolute;
}

.searchsales a.close, .searchlettings a.close {
	text-decoration:none;
	}

.searchsales label, .searchlettings label {
	color: #000;
	font-size: 1.2em;
}

.locationBox input {
	width:340px;
	font-family: 'Lato', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
	border:1px solid #bbb;
	font-size: 1.1em;
	color: #333;
	}

.searchsales select, .searchlettings select {
	width: 48%;
	padding: 5px;
	margin-top: 8px;
	margin-bottom:8px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	color: #333;
	border-radius: 2px;
	border: 1px solid #bbb;
}

.showsolddiv {
	margin-top:10px;
	margin-bottom: 10px;
}

.property-search-button {
	width: 200px;
	margin-right:auto;
	margin-left:auto;
	}


.searchsales input[type=submit], .searchlettings input[type=submit] {
	background: #C41818;
	border-radius: 5px;
	border: none;
	font-size:1.2em;
	color: #FFF;
	width: 180px;
	height:30px;
	margin:10px 0px;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	}

.searchsales input[type=submit]:hover, .searchlettings input[type=submit]:hover {
	background: #A31414;
	}

/* ! Property Search */

#content-box {
	font-size:1.3em;
	width: 650px;
	margin-left:40px;
	margin-top:40px;
	padding: 20px;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	}
	
#content-box-small {
	font-size:1.3em;
	width: 360px;
	margin-left:40px;
	margin-top:40px;
	padding: 20px;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	}	
	
#content-box-wide {
	font-size:1.3em;
	width: 900px;
	margin-left:40px;
	margin-top:40px;
	padding: 20px;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	position: relative;
	}	
	
#content-box h1, #content-box-wide h1, #content-box-small h1 {
	padding: 0px;
	font-size:1.3em;
	font-weight: normal;
	}
	
#content-box h2, #content-box-wide h2, #content-box-small h2 {
	padding: 0px;
	font-size:1.1em;
	}
	
#content-box ul {
	list-style:disc;
	margin-left: 20px;
}

#content-box ul li, #content-box-wide ul li {
	font-size: 0.9em;
	line-height:160%;
	}	
	
.container-padding {
	padding-bottom: 80px;
	width: 900px;
	}	

.right-button {
	font-size:0.8em;
	position:absolute;
	right: 20px;
	top: 20px;
	}
	
#association-logos {
	margin-top:20px;
}

/* ! Search Results Styles   */

.container-thumbs-top {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}

.text-bar {
	position: relative;
	width: 923px;
	margin-left:auto;
	margin-right: auto;
	padding: 10px 20px;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	margin-top: 40px;
	clear: both;
	}
	
.thumbnails-bar-bottom {
	margin-left:12px;
	margin-top:20px;
	float:left;
	}	

.text-bar h1 {
	line-height:100%;
	padding: 0px;
	margin:0px;
	float:left;
	font-weight: normal;
}

.pagination-top, .pagination-bottom {
	width: 500px;
	float:right;
}

.pagination-top {
	margin-top:20px;
}

.pagination-bottom {
	margin-top: 8px;
}

.propNumber {
	float: right;
	font-size: 1.5em;
}

.propNumber strong {
	color: #C41818;
}

.resultsPages {
	text-align: right;
	font-size: 1.3em;
}

.resultsPages a {
	text-decoration: none;
	color: #000;
}

.resultsPages a:hover {
	color: #C41818;
	border-bottom: 1px solid #C41818;
}

.resultsPages .bracket {
	display: none;
}

.pageSorts {
	margin-top: 20px;
	clear:both;
	float: left;
	width: 400px;
}

.pageSorts form {
	float: left;	
}

.pageSorts select {
	width: 180px;
	font-size:1.1em;
	font-family: 'Lato', sans-serif;
	padding: 3px;
	margin-right: 20px;
}

#thumbnails-container {
	width: 992px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 70px;
	}

.thumbnail-property {
	float: left;
	display:inline;
	width: 300px;
	height: 280px;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 0px 0px 5px 5px;
	margin: 20px 15px 15px;
}

.thumbnail-photo {
	text-align:center;
	width: 300px;
	position: relative;
	overflow-x: hidden;
}

.thumbnail-photo img {
	height: auto;
	width: 100%;
	min-height: 200px;
}

.thumbnail-detail {
	clear:both;
	padding-right: 10px;
	padding-left: 10px;
	}

.thumbnail-detail h2, .thumbnail-detail h2 a {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.thumbnail-detail h2 a:hover {
	color: #C41818;
}

#dezrez-logo {
	width: 113px;
	height:37px;
	float:left;
	display:inline;
	}


/* ! Search Results Styles   */

/* ! Google Map Balloons */

#mapBalloon {
	width: 206px;
	padding: 10px;
	text-align: center;
}

#mapBalloon h2, #mapBalloon h3 {
	font-weight: normal;
	font-size:1.1em;
	}


/* ! Google Map Balloons */

/* ! Full Details Styles */

.property-text-box {
	position: relative;
	width: 928px;
	margin-left:auto;
	margin-right: auto;
	padding: 10px 20px;
	border: 1px solid #000;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border-radius: 5px;
	margin-top: 40px;
	clear: both;
	}
	
.property-text-box h1 {
	line-height:100%;
	padding: 0px;
	margin:0px;
	float:left;
}	

#property-address h1 {
	font-size:1.5em;
	font-weight: normal;	
	}

#property-price {
	font-size:1.5em;
	float:right;
	}
	
#property-price a {
	color: #C41818;
	text-decoration:none;
	}
	
#property-image-holder {
	margin-top:20px;
	margin-bottom:20px;
	float:left;
	width: 650px;
	height: 620px;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border: 1px solid #000;
	border-radius: 5px;
	}
	
#result-mainimage {
	overflow-x: hidden;
	width: 635px;
}
	
#result-mainimage img {
	margin-left: 15px;
	margin-top:15px;
	height: 465px;
}

/* photo slider on result.html */	


#resultthumbs #prop-thumbs {
	height: 100px;
	width: 637px;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#resultthumbs {
	float: left;
	width: 637px;
	display: inline;
	height: 120px;
	padding-left: 30px;
	margin-top: 10px;
	overflow: hidden;
}	
 
#resultthumbs #prop-thumbs img {
	height: 100px;
	width: 146px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
}

.bx-next {
	text-indent: -10000px;
	position: absolute;
	left: 589px;
	top: 0px;
	height: 80px;
	width: 31px;
	background-image: url(../images/arrows-right.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
}


.bx-prev {
	text-indent: -10000px;
	left: -30px;
	top: 0px;
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 80px;
	width: 31px;
	background-image: url(../images/arrows-left.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}

/* photo slider on result.html */

.property-description p {
	font-size:1.2em;
	}

#property-sidebar {
	float: right;
	margin-top:20px;
	width: 260px;
	height: 580px;
	background-color: transparent;
	background-image: url(../images/bg-pixel.png);
	background-repeat: repeat;
	border: 1px solid #000;
	border-radius: 5px;
	padding: 20px;
	}

#property-links ul li {
	font-size:1.5em;
	line-height:1.6em;
}

#property-links ul li a:link, #property-links ul li a:visited {
	color: #C41818;
	text-decoration: none;
	}
	
#property-links ul li a:hover, #property-links ul li a:active {
	color: #A31414;
	text-decoration:underline;
}

#key-features {
	line-height:1.5em;
	margin-top:30px;
	margin-bottom:20px;
}

#key-features h2 {
	font-size:1.8em;
	font-weight:normal;
	}	

#description-div {
	margin-top:20px;
	height:450px;
	overflow-y:scroll;
}

#mapview h1, #mapview p {
	text-align:center;
}

#mapview h1 {
	font-size:1.5em;
	}
	
#mapview p {
	font-size:1.2em;
}

#viewing-request, #callback-request {
	height: 600px;
	border: none;
	width: 100%;
	overflow: hidden;
}

#property-form h1 {
	font-size:1.5em;
	font-weight:normal;
}

/* ! Full Details Styles */

.fees-table {
	width: 100%;
	margin-top:10px;
	margin-bottom:10px;
	float: left;	
}

.fees-table td {
	padding: 5px;
	border: 1px solid #CCC;
	font-size:0.9em;
}

.fees-table td p {
	font-size:1em;
}



/* ! Form Styles */
.form, .main-form {	
	margin-top: 10px;
	margin-bottom: 10px;
}

.form {
	padding: 20px;	
	background: #fff;
	width: 650px;
	}

.main-form {
	width: 510px;
}

.form label, .main-form label {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0;
	}

.form label {
	width: 280px;
	font-size: 1.3em;
}

.main-form label {
	width: 250px;
	font-size: 1em;
}

.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="password"],
.main-form input[type="text"], .main-form input[type="tel"], .main-form input[type="email"], .main-form input[type="password"] {
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 5px;
	color: #333;
	box-shadow: 1px 1px 1px #bbb;
	font-family: 'Lato', sans-serif;
}

.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="password"] {	
	width: 250px;	
	font-size: 1.2em;
	
}

.main-form input[type="text"], .main-form input[type="tel"], .main-form input[type="email"], .main-form input[type="password"] {
	width: 220px;	
	font-size: 1em;
}

.form textarea, .main-form textarea {
	border: 1px solid #bbb;
	border-radius: 3px;
	padding: 5px;
	color: #333;
	box-shadow: 1px 1px 1px #bbb;
	font-family: 'Lato', sans-serif;
	}

.form textarea {
	width: 250px;
	font-size: 1.2em;
}

.main-form textarea {
	width: 220px;
	font-size: 1em;
}

.form select {
	width: 260px;
	font-family: 'Lato', sans-serif;
}

.main-form select {
	width: 230px;
	font-family: 'Lato', sans-serif;
	padding: 5px;
	font-size: 1em;
	color: #333;
	border-radius: 2px;
	border: 1px solid #bbb;
}

.form input[type="text"]:hover, .form input[type="tel"]:hover, .form input[type="email"]:hover, .form input[type="password"]:hover, .form textarea:hover, .form input[type="text"]:focus, .form input[type="tel"]:focus, .form input[type="email"]:focus, .form input[type="password"]:focus, .form textarea:focus,
.main-form input[type="text"]:hover, .main-form input[type="tel"]:hover, .main-form input[type="email"]:hover, .main-form input[type="password"]:hover, .main-form textarea:hover, .main-form input[type="text"]:focus, .main-form input[type="tel"]:focus, .main-form input[type="email"]:focus, .main-form input[type="password"]:focus, .main-form textarea:focus {
	background: #faffbd;
	color: #000;
}

.form input[type="submit"], .main-form input[type="submit"] {
	font-family: 'Lato', sans-serif;
	background: #C41818;
	padding: 4px 8px;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 1.3em;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
}


.form input[type="submit"]:hover, .main-form input[type="submit"]:hover {
	background: #A31414;
	color: #fff;
}

label.error {
	color: red;
	display: block;
	white-space: nowrap;
}

.formhoney {
	visibility: hidden;
	display: none;
}
/* ! Form Styles */

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
		
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.6);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0; 
	}
	
.reveal-modal {
	visibility: hidden;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #fff url(../images/modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 10001;
	padding: 20px 20px 24px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	

	
.reveal-modal .close-reveal-modal, .reveal-modal-table .close-reveal-modal {
	font-size: 26px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #C41818;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
	} 
		
.reveal-modal h2, .reveal-modal-table h2 {
	font-weight: normal;
	color: #000;
	font-size: 1.8em;
	text-align: left !important;
	}
	
.reveal-modal p {
	font-size:1.2em;
}

.reveal-modal h3 {
	font-size:1.2em;
	font-weight:normal;
	color: #C41818;
	line-height:100%;
}
	
/* Cookie Consent Custom Styles */
.freeprivacypolicy-com---nb {
  min-width: 100% !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
  padding: 2rem !important;
}
.freeprivacypolicy-com---pc-overlay .cc-cp-foot-byline {
  visibility: hidden;
}
.freeprivacypolicy-com---nb.freeprivacypolicy-com---palette-dark {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-okagree {
  background-color: #c41818 !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container .cc-nb-reject {
  background-color: #c41818 !important;
}
/* Cookie bar styles end */