
/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/
Colour Swatch
----------------
Red - #7a0700
Gold - #bba260
----------------
*/

/* 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: #7a0700;
}

body {
	font: .9em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.3em;
}

h2 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.2em;
}

h3 {
	line-height: 160%;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
}

p {
	line-height: 140%;
	padding: 5px 0 5px 0;
}

.defaultList {
	margin: 20px 20px;
}

.defaultList li {
	
	padding-left: 20px;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.alignJustify {
	text-align: justify;
}

.highLight {
	color: #000;
}

.clear {
	clear: both;
}

.divider {
	border-bottom: 1px solid #EA8400;
	height: 1px;
	margin: 5px 0;
	clear: both;
}

#header {
	background: #7a0700;
	text-align: center;
	height: 100px;
	border-bottom: 2px solid #bba260;
}

#header img {
    height: 100px;
    width: 146px;
}

.container { /* You can use this multiple times to hold content */
	background: #7a0700;
	width: 90%;
	padding: 10px;
	margin: 10px auto;
	color: #fff;
	text-align: justify;
}

.container h1 {
	background: #7a0700;
	color: #fff;
	text-align: center;
}

.container h2 {
	color: #EA8400;
}
.container a {
	color: #fff;
	text-decoration:none;
}
.container table {
	width: 100%;
}

.container table td {
	padding: 3px;
}

.container1 { /* You can use this multiple times to hold content */
	background: url('/images/background-sales.png');
	width: 90%;
	padding: 10px;
	margin: 10px auto;
	color: #fff;
	text-align: justify;
}

.container1 h1 {
	background: #7a0700;
	color: #fff;
	text-align: center;
}

.container1 h2 {
	color: #EA8400;
}
.container1 a {
	color: #fff;
	text-decoration:none;
}
.container1 table {
	width: 100%;
}

.container1 table td {
	padding: 3px;
}

/* ========================== */
/* ! Search and form styles   */
/* ========================== */
select {
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	height: 35px;
	margin: 5px 0;
}

#address_keyword {
	width: 92%; /* Compensates for padding and aligns with the rest of the elements in the search */
	height: 25px;
	padding: 10px;
	font-size: 1.2em;
	color: #920F1D;
	border: 1px solid #bbb;
	border-radius: 8px;
}

input[type="text"]:focus {
	background: #faffbd;
}

input[type="tel"]:focus {
	background: #faffbd;
}

input[type="email"]:focus {
	background: #faffbd;
}

#contactForm input, #viewingForm input {
	width: 92%; /* Compensates for padding and aligns with the rest of the elements in the search */
	height: 25px;
	padding: 10px;
	font-size: 1.2em;
	color: #920F1D;
	border: 1px solid #bbb;
	border-radius: 8px;
}

textarea {
	border: 1px solid #bbb;
	padding: 10px;
	width: 92%;
	font-size: 1.2em;
	color: #920F1D;
	border: 1px solid #bbb;
	border-radius: 8px;
}

textarea:focus {
	background: #faffbd;
}

.formhoney {
	visibility: hidden;
	display: none;
}

label.error {
	color: red;
	display: block;
	white-space: nowrap;
}

/* These are to compensate for Internet Explorer mobile width issues */
.halfWidth {
	width: 50%;
}

.fullWidth {
	width: 100%;
}

button {
	background: #bba260;
	background: -webkit-linear-gradient(top,  #bba260 0%,#bba260 66%);
	background: linear-gradient(to bottom,  #bba260 0%,#bba260 66%);
	border: 1px solid #bba260;
	height: 44px; /* Researched statistic, its the ideal height for a finger touch */
	line-height: 40px;
	width: 100%;
	color: #fff;
	font-size: .9em;
	font-weight: 600;
	border-radius: 8px;
	cursor: pointer;
}

.btn { /* This duplicates the look and feel as the button styles above for links */
background-color:#bba260;
	display: block;
	border: 2px solid #bba260;
	height: 44px;
	line-height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 99%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	margin-top:5px;
	}

.btnr { /* This duplicates the look and feel as the button styles above for links */
background-color:#bba260;
	display: block;
	border: 1px solid #bba260;
	height: 44px;
	line-height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 99%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
	margin-top:5px;
}

.btnRentals {
	background: #7a8e8d;
	background: -webkit-linear-gradient(top,  #7a8e8d 0%,#45514e 66%);
	background: linear-gradient(to bottom,  #7a8e8d 0%,#45514e 66%);
	display: block;
	border: 2px solid #7a8e8d;
	height: 44px;
	line-height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 99%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
}

.btnAuctions {
	background: #9eaf9f;
	background: -webkit-linear-gradient(top, #9eaf9f 0%,#4e564e 66%);
	background: linear-gradient(to bottom, #9eaf9f 0%,#4e564e 66%);
	display: block;
	border: 2px solid #9eaf9f;
	height: 44px;
	line-height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 99%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
}

.btnCommercial {
	background: #759194;
	background: -webkit-linear-gradient(top,  #759194 0%,#445556 66%);
	background: linear-gradient(to bottom,  #759194 0%,#445556 66%);
	display: block;
	border: 2px solid #759194;
	height: 44px;
	line-height: 44px; /* Opera Mini doesn't support line-height, text will be at top of button */
	width: 99%;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-radius: 8px;
}
/* ========================== */
/* ! Search and form styles   */
/* ========================== */

/* ========== */
/* ! Navbar   */
/* ========== */
#navBar {
	position: relative;
	background: #7a0700;
	height: 100px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #bba260;
}

#navLogo {
	width: 200px;
	margin: 0 auto;
	height: 100px;
	text-align: center;
}

#navLogo img {
	margin: 0;
	height: 100px;
}

#leftNav {
	position: absolute;
	background: url(../images/navBtns.png) left top no-repeat;
	top: 7px;
	width: 53px;
	height: 30px;
	left: 10px;
	text-align: center;
}

#leftNav a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
}

#leftNav a img, #rightNav a img {
	margin: 5px 0 0 0;
}

#rightNav {
	position: absolute;
	background: url(../images/navBtns.png) right top no-repeat;
	top: 7px;
	width: 53px;
	height: 30px;
	right: 10px;
	text-align: center;
}

#rightNav a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 30px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
	padding-right: 6px;
	
}

@media screen and (orientation:landscape) {
	.absolute {
		position: absolute!important;
		z-index: 9999!important;
		top: 0!important;
		left: 0!important;
		width: 96%!important;
	}
}

@media screen and (orientation:portrait) {
	.absolute {
		position: absolute!important;
		z-index: 9999!important;
		top: 0!important;
		left: 0!important;
		width: 94%!important;
	}
}
/* ========== */
/* ! Navbar   */
/* ========== */

/* ================== */
/* ! Search Results   */
/* ================== */
.searchResults {
	width: 100%;
}

.searchResults td {
	border-bottom: 1px dashed #7a0700;
	vertical-align: middle;
}

.searchResults a {
	text-decoration: none;
	font-size: 14px;
}

#resultsTotal {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.resultsAddress {
	color: #fff;
    font-weight: bold;
}

.resultsLink {
	color: #fff;
}

.resultsPrice {
	color: #fff;
	font-weight: bold;
}

.resultsImage img {
	border: 1px solid #bbb;
}

#googlemap {
	width: 100%;
	height: 400px;
}

.pagination {
	margin: 10px 0 10px 0;
	text-align: center;
	background: #7a0700;
	height: 44px;
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #bba260;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 270px;
}

.pagination li {
	float: left;
	margin-top: 5px;
}

.pagination li a {
	display: block;
	width: 132px;
	height: 34px;
	line-height: 32px;
	color: #fff;
	text-decoration: none;
	
}

.pagination a:hover {
	text-decoration: none;
	color: #7a0700;
}

.pagination li .pref {
	background: #bba260;

	border-radius: 5px 0 0 5px;
}

.pagination li .next {
	background: #bba260;

	border-radius: 0 5px 5px 0;
}
/* ================== */
/* ! Search Results   */
/* ================== */

/* ================ */
/* ! Full Details   */
/* ================ */

searchResults.bull li{
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-image: url(../images/bullet.png);
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	float: left;
}


#propAddress {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin: 10px 0 10px 0;
}

#propPrice {
	background: #bba260;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#propMainImg .img1, #propMainImg .img2, #propMainImg .img3, #propMainImg .img4, #propMainImg .img5, #propMainImg .img6, #propMainImg .img7, #propMainImg .img8, #propMainImg .img9, #propMainImg .img10, #propMainImg .img11, #propMainImg .img12, #propMainImg .img13, #propMainImg .img14, #propMainImg .img15, #propMainImg .img16, #propMainImg .img17, #propMainImg .img18, #propMainImg .img19, #propMainImg .img20, #propMainImg .img21, #propMainImg .img22, #propMainImg .img23, #propMainImg .img24, #propMainImg .img25 { /* This is a bit of a dirty hack, I don't like doing it but I've not found a better way yet */
	display: none;
}

#propMainImg img {
	width: 100%;
}

#propMainImg ul li a img { /* Removes spacing issue from the bottom of the image */
	display: block;
}

#moreImages {
	position: absolute;
	background: url(../images/moreImages-bg.png);
	bottom: 0;
	width: 100%;
	height: 20px;
	text-align: center;
}

#moreImages a {
	color: #fff;
	text-decoration: none;
	font-size: .8em;
	line-height: 20px;
}

@media screen and (orientation:portrait) {
	#propMainImg {
		overflow: hidden;
	}
	
	#propMainImg img {
		width: 100%;
	}
}

@media screen and (orientation:landscape) {
	#propMainImg {
		overflow: hidden;
		height: 285px;
	}
	
	#propMainImg img {
		width: 100%;
	}
}

@media screen and (max-device-width: 1024px) {
	#propMainImg {
		height: auto;
	}

	#propMainImg img {
		width: 100%;
	}
}

.imgFullWidth {
	width: 100%;
}

#propFeatures {
	background: #bba260;
	padding: 10px 0;
	width: 100%;
	color: #fff;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#propFeatures li {
	padding: 0;
	display: inline;
	font-size: .9em;
	font-weight: bold;
}

#propDescr {
	margin: 20px 0;
}

#proplongDescription {
	margin: 20px 0;
}

.imgList img {
	border: 1px solid #bbb;
	width: 100%;
}
/* ================ */
/* ! Full Details   */
/* ================ */

/* ========================= */
/* ! Pop up Balloon styles   */
/* ========================= */
#popupBalloon {
	width: 200px;
	height: 230px; /* change according to your agents property image dimensions, portrait, landscape etc. */
	text-align: center;
}

#popupBalloon a {
	text-decoration: none;
}

#popupImage img {
	border: 1px solid #bbb;
	width: 100%;
	height: 130px; /* change according to your agents property image dimensions, portrait, landscape etc. */
}

#popupAddress {
	margin: 5px 0;
}

#popupAddress a {
	color: #000;
}

#popupPrice {
	margin: 5px 0;
}

#popupPrice a {
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
}
/* ========================= */
/* ! Pop up Balloon styles   */
/* ========================= */
