/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/


Boutique Reality

Font: Google font - Roboto

Colour Swatch
----------------
Red: #D70B30
----------------
Using CSS3 PIE (http://css3pie.com/) for Internet Explorer? behavior: url(/js/PIE.htc);
*/

/* 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,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-family: 'Roboto', sans-serif;
	font: .8em;
	color: #444;
}

/* ! 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;
}

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;
	behavior: url(/js/PIE.htc);
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

a:link {
	color: #D70B30;
}
a:visited {
	color: #D70B30;
}
a:hover {
	color: #444;
}
a:active {
	color: #444;
}

.red-text {
	color: #D70B30;
}



/* ! Text Styles   */

/* ! Core Structure   */

.clearfix {clear:both;}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

#header {
	width:100%;
	top: 0px;
	background-image: url(../images/white-pixel.png);	
	text-align: center;
	position: absolute;
	z-index: 2000;
	box-shadow: 3px 2px 3px #333;
	height: 120px;
}



/* only needed if header is to fit centered within 970px area. Otherwise remove: 

#headerContent {
	padding: 10px 0 0;
	position:relative;
	width: 970px;
	margin-right:auto;
	margin-left:auto;
	height: 120px;
	}
*/

#logo {
	width:107px;
	float:left;
	display:inline;
	margin-left: 30px;
	margin-top: 10px;
	}
	
	
#languageButton {
	width: 90px;
	height: 25px;
	position:absolute;
	top: 0px;
	right: 30px;}

	
#headerTel {
	color: #D70B30;
	font-size: 1.3em;
	position: absolute;
	right: 80px;
	top: 50px;
	}
	
#headerFacebook {
	position: absolute;
	right: 50px;
	top: 50px;
	}	

	#headerYelp {
	position: absolute;
	right: 30px;
	top: 50px;
	}	

#navBar {
	height: 30px;
	text-align: center;
	background-image: url(../images/nav-bg.png);
	height: 30px;
	width: 685px;
	right: 30px;
	top:90px;
	position: absolute;
}

#navBar ul {
	margin:0;
	padding:0;
}

#navBar li {
	float: left;
	list-style:none;
	height: 40px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(../images/divider.png);
	background-repeat: no-repeat;
	background-position: right 8px;
}

#navBar li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	line-height: 2em;
	font-weight: normal;
	font-size: 0.9em;
	text-align: center;
	height: 40px;
	padding: 0px 12px
}

#navBar li a:hover {
	color: #D70B30;
}

 /* This gives you your highlighted status */
#home #navBar .home, #sales #navBar .sales, #lettings #navBar .lettings, #about #navBar .about, #local #navBar .local, #services #navBar .services, #testimonials #navBar .testimonials, #contact #navBar .contact {
	color: #D70B30;
}


#navBar .last {
	background-image:none !important;
	padding-right: 0px;
}

#contentContainer {
	margin-top:140px;
	}


#footer {
	clear: both;
	padding: 3px 0;
	text-align: center;
	background-color: #D6D6D6;
	font-size: 0.6em;
	margin-bottom: 0px;
	position: fixed;	
	bottom: 0;
	width: 100%;
}

#footer a {
	color: #444;
}

/* ! Core Structure   */

/* Homepage Slides*/

#holder {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	z-index: 1000;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


/* not needed 
.rslides_tabs {
	position: absolute;
	bottom: 10px;
	left: 10%;
	z-index: 22222;
}

.rslides_tabs li {
	color: #000;
	font-size: 1px;
	margin: 0 2px;
	text-align: center;
}

.rslides_tabs li a {
	display: block;
	background: #000;
	width: 20px;
	height: 20px;
	color: #000;
	border-radius: 20px;
	text-decoration: none;
}

.rslides_tabs li.rslides_here, .rslides_tabs li.rslides_here a {
	background: #529E9C;
	color: #529E9C;
	text-decoration: none;
	border-radius: 20px;
}

.rslides_tabs li {
	float: left;
}
*/

/* Homepage Slides */


/* ! Property Search */

#propertySearch {
	background-image: url(../images/white-pixel.png);
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
	width: 970px;
	z-index: 2000;
	bottom: 20px;
	margin-right:auto;
	margin-left:auto;
	left:0;
	right:0px;
	position:absolute;
	padding-bottom: 20px;
	}

#searchTabs {
	margin-top: 10px;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}

ul.tabsSwitcher {
	margin:0;
	padding:0;
}

#searchsales, #searchlettings {
	width:118px;
	float:left;
	overflow:hidden;
	height:61px;
	background-repeat:no-repeat;
	background-image: url(../images/tabwhite.png);
	list-style-type: none;
	text-align: center; 
}

#searchsales a, #searchlettings a {
	text-decoration:none;
	font-size: 1.1em;
	line-height: 2em;
}

#searchsales a:link, #searchsales a:visited {
	color: #666;
}

#searchlettings a:link, #searchlettings a:visited {
	color: #666;
	}

#searchlettings a:hover, #searchsales a:hover {
	color:#666;	
}

#searchsales.active, #searchlettings.active {
	background-image: url(../images/tabred.png);
 }
 
#searchlettings.active a, #searchsales.active a {
	color: #FFF;
} 


#saleRentOption {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#propertySearch .searchDropdown, #drawSearch .searchDropdown {
	float:left;
	display: inline;
	margin-right: 0px;
	margin-left: 14px;
}

#propertySearch label {
	color: #444;
	font-size: 1em;
	}

#propertySearch select {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	width: 122px;
	margin: 10px 0 0px;
	color: #333;
	padding: 3px;
	border: 1px solid #999;
}

#propertySearch .buttonStyle {
	overflow: hidden;
	width: 130px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 5px;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #333;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	background-color: #D70B30;
}

#propertySearch .sendbutton input:hover {
	color: #eee;
	cursor: pointer;
	background-position: center -45px;
}

.listButton {
	width: 130px;
	display: inline;
	float: left;
	margin-left:8px;
	margin-top: 25px;
}

#searchLinks {
	float:right;
	top: 10px;
	right: 10px;
	bottom: 20px;
	color: #444;
	position:absolute;
	height: 30px;
}

#searchLinks li {
	display: inline;
	margin: 0 10px;
	font-size: 1.1em;
}

#searchLinks li a {
	text-decoration: underline;
	color: #444;
}

#searchLinks li a:hover {
	color: #D70B30;
	text-decoration: underline;
}

/* ! Property Search */

/* ! Advanced Search */

#advancedSearch {
	background-image: url(../images/white-pixel.png);
	color: #444;
	position: absolute;
	top: 140px;
	left: 30px;
	border-radius: 5px;
	width: 950px;
	padding: 10px 10px 60px;
}

#advancedSearch #salessearch, #advancedSearch #lettingssearch {
	font-size: 0.8em;
}

#advancedSearch h1, #advancedSearch h2 {
	margin-left:15px;
}

#advancedSearch h2 {
	font-size:1.2em;
	color: #D70B30;
}

#advancedSearch .searchDropdown {
	float:left;
	display: inline;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 20px;
}

#advancedSearch .searchPropertyType, #advancedSearch .searchRegNo, .searchSubType {
	float:left;
	display: inline;
	}
	
	
	
#advancedSearch .searchRegNo {
	margin-left:15px;
	margin-bottom: 20px;
}

#advancedSearch .searchRegNo input {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: normal;
	width: 130px;
	margin: 5px 0 0px;
	color: #333;
	padding: 5px;
}

#advancedSearch label {
	color: #444;
	}

#advancedSearch select {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: normal;
	width: 140px;
	margin: 10px 0 0px;
	color: #333;
	padding: 5px;
	border: 1px solid #999;
}

.searchRegion, .searchLocation, .searchPropertyType, .searchFeatures, .searchSubType {
	clear: both;
	margin-left:15px;
	margin-bottom: 20px;
}

.searchRegion, .searchPropertyType, .searchFeatures, .searchRegNo, .searchSubType {
	line-height: 1.5em;
}

#advancedSearch .searchRegion {
	margin-bottom:20px;
	clear: both;
	float: left;
	}

#advancedSearch .searchRegion label, #advancedSearch .searchFeatures label, #advancedSearch .searchSubType label {
	font-size:1.1em;
	font-weight: bold;
	line-height: 2em;
	}


#advancedSearch .buttonStyle {
	overflow: hidden;
	width: 130px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 5px;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #333;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	background-color: #D70B30;
}

#advancedSearch .sendbutton input:hover {
	color: #eee;
	cursor: pointer;
	background-position: center -45px;
}

.typeCheckBox {
	float:left;
	display: inline;
	width: 180px;
	}

/* ! Advanced Search */

/* ! Styles specific to Draw Map Search */

#drawSearch {
	background-image: url(../images/white-pixel.png);
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
	width: 970px;
	position:relative;
	padding-bottom: 20px;
	margin-top: 0px;
	left:30px;
	margin-bottom: 20px;
	}
	
#drawSearch p {
	margin-left:20px;
	}	

#drawSearch h1 {
	font-size: 1.5em;
	font-weight: normal;
	color:#444;
	float:left;
	margin-left:20px;
	}

#drawSearch label {
	color: #444;
	font-size: 1em;
	}

#drawSearch select {
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	width: 130px;
	margin: 10px 0 0px;
	color: #333;
	padding: 5px;
}

#drawSearch .buttonStyle {
	overflow: hidden;
	width: 130px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	height: 30px;
	text-align: center;
	border: none;
	border-radius: 5px;
	box-shadow: 3px 3px 3px #333;
	font-size: 1.2em;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
	background-color: #D70B30;
	behavior: url(/js/PIE.htc);
}

#drawSearch .sendbutton input:hover {
	color: #eee;
	cursor: pointer;
	background-position: center -45px;
}

#drawmap {
	padding-bottom:40px;
	width: 970px;
	left:30px;
	position: relative;
	}
	

/* ! Styles specific to Draw Map Search */

/* ! Featured Properties */

#featuredSale, #featuredLetting {
	width:465px;
	display:inline;
	float:left;
	margin-bottom: 30px;
	}

#featuredSale h2, #featuredLetting h2 {
	font-size: 1.3em;
	text-align: center;
	font-weight: normal;
}

#featuredSale a, #featuredLetting a {
	text-decoration:none;
	color: #444;
}
	

#featuredLetting {
	margin-left:40px;
}

.featured-mainphoto {
	float: left;
	width: 296px;
	height: 205px;
	position: relative;
	display: inline;
	margin-top: 10px;
}

.featured-mainphoto img {
	width: 296px;
	height: 205px;
}


.featured-photo2 {
	height: 100px;
	width: 164px;
	float: left;
	margin-left: 5px;
	display: inline;
	margin-top: 10px;
}

.featured-photo3 {
	height: 100px;
	width: 164px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}

.featured-photo2 img, .featured-photo3 img {
	width:164px;
	height:100px;
	}

.featured-address {
	float: left;
	margin-top: 10px;
	}

.featured-price {
	float: right;
	margin-top: 10px;
	}

.featured-bedrooms {
	font-size:0.9em;
	clear: both;
	float: left;
	margin-top: 10px;
	}


/* ! Featured Properties */

#introText {
	margin-bottom: 60px;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

#introText h1 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

#mainText {
	margin-bottom: 60px;
}

	
#boxTextFull {
	background-image: url(../images/white-pixel.png);
	position: absolute;
	top: 140px;
	left: 30px;
	right: 50px;
	zoom: 1;
	border-radius: 10px;
	behavior: url(/js/PIE.htc);
	color: #444;
	padding: 0px 40px 40px 60px;
}

#boxTextLeft {
	background-image: url(../images/white-pixel.png);
	color: #444;
	position: absolute;
	top: 140px;
	left: 30px;
	border-radius: 5px;
	width: 35%;
	padding: 10px 40px 30px;
}

#boxTextSmall {
	background-image: url(../images/white-pixel.png);
	color: #444;
	position: absolute;
	top: 140px;
	left: 30px;
	border-radius: 5px;
	width: 300px;
	padding: 10px 40px 30px;
	behavior: url(/js/PIE.htc);
}	

#mainText h1, #boxTextFull h1, #boxTextLeft h1, #boxTextSmall h1, #advancedSearch h1 {
	font-size: 1.5em;
	font-weight: normal;
}

#mainText h2, #boxTextFull h2, #boxTextLeft h2 {
	font-size:1.3em;
	font-weight: normal;
}

#mainText p, #boxTextFull p, #boxTextLeft p {
	text-align: justify;
	}

#boxTextFull p, #boxTextLeft p {
	font-size:0.8em;
}

#boxTextSmall p {
	font-size:1em;
}

#mainText ul {
	list-style:disc;
	font-size: 0.9em;
	line-height: 160%;
	margin-left: 30px;
}

#boxTextLeft ul {
	list-style:disc;
	font-size: 0.8em;
	line-height: 160%;
	margin-left: 30px;
}

#mainText .nobullets ul, #boxTextFull .nobullets ul  {
	list-style:none;
	font-size: 0.8em;
	line-height: 160%;
	margin-left: 30px;
}

#boxContactForm {
	background-image: url(../images/white-pixel.png);
	color: #444;
	position: absolute;
	top: 140px;
	left: 440px;
	border-radius: 5px;
	width: 340px;
	padding: 0px 20px 30px;
	font-size: 0.8em;
	behavior: url(/js/PIE.htc);
	}

#boxContactForm h2 {
	font-size:1.3em;
	font-weight:normal;
	line-height: 120%;
	margin-top:0px;
}


/* ! toggle boxes */

#pageDescription {  /* ! the container on the right which holds the divs to toggle */
	position: absolute;
	top: 140px;
	right: 7%;
	border-radius: 10px;
	width:35%;
	color:#444;
	behavior: url(/js/PIE.htc);
}

#pageDescription h2 {
	font-size:1.1em;
	font-weight: normal;
}

#pageDescription h3 {
	font-size:1em;
	font-weight: normal;
}

#pageDescription p {
	text-align: justify;
	font-size:0.8em;
	}

#pageDescription ul {
	list-style:disc;
	font-size: 0.8em;
	line-height: 160%;
	margin-left: 20px;
}

.detailsSnippet { /* ! The div which holds the button plus the sections which open  */
	background-image: url(../images/white-pixel.png);
	margin-bottom:20px;
	margin-top: 20px;
	border-radius: 5px;
	padding: 10px;	
	behavior: url(/js/PIE.htc);
}

#detailsSection { /* ! the divs which remain invisible until opened */
	display:none;
	margin-bottom:20px;
	margin-top: 20px;
	}
	
#detailsSection2 { /* ! the divs which remain invisible until opened */
	display:none;
	margin-bottom:20px;
	margin-top: 20px;
	
	}	
	
#detailsSection3 { /* ! the divs which remain invisible until opened */
	display:none;
	margin-bottom:20px;
	margin-top: 20px;
	
	}		
	
.closeButton a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0px;
	border-radius: 5px;
	background-image: url(../images/buttonOpen.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 80px;
	float: right;
	behavior: url(/js/PIE.htc);
}

.closeButton .down {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/buttonClose.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 80px;
	float: right;
}

.closeButtonCz a {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0px;
	border-radius: 5px;
	background-image: url(../images/buttonOpenCzech.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 80px;
	float: right;
	behavior: url(/js/PIE.htc);
}

.closeButtonCz .down {
	position: relative;
	display: block;
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/buttonCloseCzech.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 80px;
	float: right;
}

/* ! toggle boxes */

/* ! Testimonials */

#testimonialIntro {
	background-image: url(../images/white-pixel.png);
	color: #444;
	position: relative;
	top: 140px;
	left: 30px;
	border-radius: 5px;
	width: 860px;
	padding: 10px 40px 30px;
	behavior: url(/js/PIE.htc);
}

#testimonialContainer {
	width: 970px;
	float: left;
	margin-top: 160px;
	margin-left: 30px;
	padding-bottom: 60px;
	}

.testimonialSnippet {
	background: transparent url(../images/speechbubble.png);
	float: left;
	width: 355px;
	margin-right: 30px;
	margin-top: 20px;
	display: inline;
	padding: 30px 50px 40px;
	height: 174px;
	position: relative;
	color: #444;
}

#testimonialIntro h1 {
	font-size: 1.5em;
	font-weight: normal;
}

#testimonialIntro p, .testimonialSnippet p {
	text-align: justify;
	font-size:0.8em;
	}


/* ! Testimonials */

/* ! Search Results Styles   */

#searchResults {
	width: 970px;
	top: 140px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right:0px;
	position:absolute;
	padding-bottom: 60px;
}

#searchResults h1 {
	font-size: 1.5em;
	font-weight:normal;
	}


.pagination {
	padding: 20px;
	margin: 20px 0;
	clear: both;
}

.propNumber {
	float: left;
	font-size: 1em;
}

.propNumber strong {
	color: #D70B30;
}

.resultsPages {
	text-align: right;
	font-size: 1em;
}

.resultsPages a {
	text-decoration: none;
	color: #444;
}

.resultsPages a:hover {
	color: #D70B30;
}

.resultsPages .bracket {
	display: none;
}

.pageSorts {
	background-image: url(../images/white-pixel.png);
	padding: 10px 20px;
	margin: 10px 0;
	border-radius: 10px;
	behavior: url(/js/PIE.htc);
	overflow: auto;
	clear: both;
	border: 1px solid #999;
}

.pageSorts form {
	float: left;
	margin: 0 10px;
}

.pageSorts select {
	width: 200px;
}

.results {
	background-image: url(../images/white-pixel.png);
	padding: 20px;
	margin: 15px 0;
	border-radius: 10px;
	behavior: url(/js/PIE.htc);
	overflow: auto;
	color: #444;
	position: relative;
	border: 1px solid #999;
}


.resultsThumbnail {
	float: left;
	margin: 0 20px 0px 0;
	height: 200px;
}

.resultsThumbnail img {
	padding: 2px;
	border: 1px solid  #444;
	background: #FFF;
	height: 155px;
}

.resultsDetails h2, .resultsDetails h2 a, .resultsDetails h3, .resultsDetails h3 a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
	line-height:1em;
}

.resultsDetails h2 {font-size: 1.3em;}

.resultsDetails h3 {
	font-size: 1.1em;
	color: #D70B30;
	}
	
.resultsDetails h4 {
	font-size: 1.1em;
	color: #444;
	font-weight:normal;
	}
	

.resultsDetails h2 a:hover, .resultsDetails h3 a:hover {
	color: #D70B30;
}

.thumbsFeature {
	float:left;
	display:inline;
	font-size:0.8em;
	width: 230px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
.thumbsRef {
	font-size:0.9em;
	position:absolute;
	top: 20px;
	right: 20px;
	}

.propertyLinks {
	float: left;
	list-style: none;
	margin: 0px;
	clear: both;
}

.propertyLinks li {
	float: left;
}

.propertyLinks a {
	background: #D70B30;
	padding: 3px 5px;
	margin: 0px 15px 0px 0px;
	border: none;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 3px 3px 3px #333;
	font-family: 'Roboto', sans-serif;
	behavior: url(/js/PIE.htc);
	font-size: 0.8em;
}

.propertyLinks a:hover {
	color: #eee;
}


/* ! Search Results Styles   */

/* ! Google Map Balloons */
#mapBalloon {
	width: 136px;
	padding: 5px;
	text-align: center;
}

#mapBalloon h2, #mapBalloon h3 {
	line-height: 100%;
	margin:0px;
}

.mapImage {
	background: #eee;
	padding: 2px;
	border: 1px solid #bbb;
	display: block;
}

.mapImage img {
	display: block;
}

.mapAddress a {
	font-size: .6em;
	text-decoration: none;
	color: #444;
}

.mapPrice a {
	font-size: 1em;
	text-decoration: none;
	color: #444;
}


.mapButton {
	background: #D70B30;
	padding: 4px 8px;
	margin: 0 2px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	text-shadow: none;
	box-shadow: 1px 1px 1px #bbb;
	behavior: url(/js/PIE.htc);
}
/* ! Google Map Balloons */

/* ======================= */
/* ! Full Details Styles   */
/* ======================= */

#headerProperty {
	width:100%;
	top: 0px;
	text-align: center;
	position: absolute;
	height: 120px;
}

#headerResultNav {
	float: right;
	padding-right:30px;
}

#resultContent { /* the holding container for the slider etc*/
	width:695px;
	position: absolute;
	top: 165px;
	right: 0px;
	left: 0px;
	margin-right:auto;
	margin-left:auto;
}

#resultTitle {
	background-image: url(../images/white-pixel.png);
	padding: 0px 5px;
	margin: 0px 0px 15px;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
	overflow: auto;
	clear: both;
	height: 33px;
	}
	
#resultTitle h1 {
	font-size:1.1em;
	font-weight: normal;
	line-height:1em;
}

#backButton {
	float:right;
	position: absolute;
	top: 130px;
	right: 30px;
	
	}
   
a.generalButton {
	display: block;
	width: 200px;
	height: 28px;
	overflow: hidden;
	background-color:#D70B30;
	color: #FFF;
	text-decoration: none;
	line-height: 2em;
	font-size: 0.9em;
	text-align: center;
	border-radius: 5px;
	behavior: url(/js/PIE.htc);
  }
  
  
a:visited.generalButton {  
      background-position: 0 0px;
	  color: #FFF;
}  
    
a:hover.generalButton, a:active.generalButton {  
      background-position: 0 -28px;
	  color: #eee;
}


#mainImage {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}

#mainImage img {
	width: 100%;
	height: 100%;
}

.closeButtonProp a {
	position: absolute;
	display: block;
	text-decoration: none;
	padding: 0px;
	border-radius: 5px;
	background-image: url(../images/buttonClose.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 80px;
	top:0px;
	right: 0px;
	behavior: url(/js/PIE.htc);
}

.closeButtonProp .down {
	position: absolute;
	display: block;
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/buttonOpen.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 80px;
	top:0px;
	right: 0px;
}

.closeButtonPropLge a {
	position: absolute;
	display: block;
	text-decoration: none;
	padding: 0px;
	border-radius: 5px;
	background-image: url(../images/buttonPropertyClose.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 260px;
	top:4px;
	right: 5px;
}

.closeButtonPropLge .down {
	position: absolute;
	display: block;
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/buttonPropertyOpen.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 260px;
	top:4px;
	right: 5px;
}

.closeButtonPropCzk a {
	position: absolute;
	display: block;
	text-decoration: none;
	padding: 0px;
	border-radius: 5px;
	background-image: url(../images/buttonCzkClose.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	width: 260px;
	top:4px;
	right: 5px;
}

.closeButtonPropCzk .down {
	position: absolute;
	display: block;
	text-decoration: none;
	padding: 0px;
	color: #FFF;
	background-image: url(../images/buttonCzkOpen.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 25px;
	width: 260px;
	top:4px;
	right: 5px;
}
	

#thumbsHolder {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}

.bx-wrapper {
	margin: 0 auto;
}

.bx-prev {
	position: absolute;
	top: 25px;
	left: -15px;
	height: 27px;
	width: 14px;
	background-image: url(../images/previous-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.bx-next {
	position: absolute;
	top: 25px;
	right: -15px;
	height: 27px;
	width: 14px;
	background-image: url(../images/next-arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a:hover.bx-next, a:hover.bx-prev {
	background-position: left bottom;
}

#thumbs li {
	display: inline;
}

#thumbs img {
	margin: 5px;
	border: 2px solid #000;
	height: 70px;
	width: 100px;
}

.title { /* to hide the title at the tope of the box on result html which is used to display the tabs only*/
	display: none;
}


#propDetails #extraLinks {
	position: absolute;
	left: 348px;
	top: 48px;
	width: 348px;
	z-index: 2000;
}

#propDetails .re-link li a {
	color: #FFF;
	display: block;
	width: 115px;
	padding: 8px 0px;
	text-decoration: none;
	background-color: #D70B30;
	border-radius: 5px 5px 0px 0px;
	behavior: url(/js/PIE.htc);
	float: left;
	font-size: 0.8em;
	margin: 0px 1px 0px 0px;
	text-align:center;
}

#propDetails .re-link li a:hover{
  background: #ccc;
  color: #333333;
}

#propDetails h5 {
	color: #D70B30;
	font-size: 1.1em;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.resultFeature {
	float:left;
	display:inline;
	font-size:0.9em;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left:20px;
	}
	
#shareButtons {
	float: right;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	clear: both;
	}

#shortlistLinks {
	float: right;
	display: inline;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 0.8em;
	}
	
#floorplansPage {
	padding:20px;
}

#floorplansPage h1 {
	font-size:1.5em;
	font-weight:normal;
}

/* ======================= */
/* ! Full Details Styles   */
/* ======================= */


/* ! Shortlist Styles */
.shortlistedProperty {
	background: #fff;
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #bbb;
	overflow: auto;
}

.shortlistedProperty:hover {
	background: #faffbd;
}

.shortlistedPropertyThumbnail {
	float: left;
	margin: 0 20px 20px 0;
}

.shortlistedPropertyThumbnail img {
	background: #fff;
	padding: 2px;
	border: 1px solid #bbb;
}

.shortlistedPropertyDetails h2, .shortlistedPropertyDetails h2 a, .shortlistedPropertyDetails h3, .shortlistedPropertyDetails h3 a {
	color: #444;
	text-decoration: none;
}

.shortlistedPropertyDetails h2 a:hover, .shortlistedPropertyDetails h3 a:hover {
	border-bottom: 1px solid #444;
}

.add-to-shortlist .remove,
.remove-from-shortlist .add { /* Shortlist Links */
	display: none;
}
/* ! Shortlist Styles */



/* ! Form Styles */
.form {
	margin: 20px auto;
	
}

.formReqviewing {
	width: 600px;
	font-size: 0.8em;
	margin-left:20px;
	margin-top:5px;
}

.reqViewLeft {
	float: left;
	display: inline;
	width: 180px;
	
	}

.reqViewRight {
	float: right;
	display: inline;
	}
	

.formReqviewing label {
	display: inline-block;
	width: 150px;
	margin: 10px 0 5px;
}	

.formReqviewing input[type="text"], .formReqviewing input[type="tel"], .formReqviewing input[type="email"], .formReqviewing input[type="password"] {
	border-radius: 3px;
	width: 150px;
	padding: 3px;
	color: #666;
	border-style: none;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	behavior: url(/js/PIE.htc);
	border: 1px solid #999;
}

.formReqviewing  textarea {
	border-radius: 3px;
	width: 150px;
	padding: 3px;
	color: #666;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	behavior: url(/js/PIE.htc);
	border: 1px solid #999;
}

.formReqviewing select {
	width: 150px;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
}

.formReqviewing input[type="text"]:hover, .formReqviewing input[type="tel"]:hover, .formReqviewing input[type="email"]:hover, .formReqviewing input[type="password"]:hover, .formReqviewing textarea:hover, .formReqviewing input[type="text"]:focus, .formReqviewing input[type="tel"]:focus, .formReqviewing input[type="email"]:focus, .formReqviewing input[type="password"]:focus, .formReqviewing textarea:focus {
	background: #faffbd;
	color: #000;
}

.formReqviewing input[type="submit"] {
	background: #D70B30;
	padding: 4px 8px;
	margin: 0 2px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	behavior: url(/js/PIE.htc);
	margin-top:10px;
}

.formReqviewing input[type="submit"]:hover {
	color: #DFDFDF;
}


.form label {
	display: inline-block;
	width: 150px;
	margin: 0px 0 10px;
}

.form input[type="text"], .form input[type="tel"], .form input[type="email"], .form input[type="password"] {
	border-radius: 3px;
	width: 160px;
	padding: 3px;
	color: #666;
	border-style: none;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	behavior: url(/js/PIE.htc);
	border: 1px solid #999;
}

.form textarea {
	border-radius: 3px;
	width: 160px;
	padding: 3px;
	color: #666;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
	behavior: url(/js/PIE.htc);
	border: 1px solid #999;
}

.form select {
	width: 160px;
	font-family: 'Roboto', sans-serif;
	font-size:1em;
}

.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 {
	background: #faffbd;
	color: #000;
}

.form input[type="submit"] {
	background: #D70B30;
	padding: 4px 8px;
	margin: 0 2px;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.5em;
	text-decoration: none;
	text-shadow: none;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	behavior: url(/js/PIE.htc);
}

.form input[type="submit"]:hover {
	color: #DFDFDF;
}

label.error {
	color: #D70B30;
	display: block;
	white-space: nowrap;
	margin-top:5px;
}

.formhoney {
	visibility: hidden;
	display: none;
}

.form .left {
	float: left;
	margin-top: 6px;
	margin-bottom: 6px;
	clear:both;
}

.form .right {
	float: right;
	margin-top: 6px;
	margin-bottom: 6px;
}

.form .spam-question label {
	width: 300px;
	line-height:1.5em;
	}
	
#popupForm {
	background-color: #999;
	color: #FFF;
	padding-bottom: 30px;
	}

#popupForm .form {
	margin: 0px auto;
	width: 400px;
}
	
#popupForm h1 {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

#popupForm .form label {
	width: 180px;
}
	
/* ! Form Styles */

.local-information{
background-image: url(../images/white-pixel.png);
color: #444;
position: relative;
top: 140px;
left: 30px;
height: auto;
border-radius: 5px;
width: 91%;
padding: 10px 40px 30px;
behavior: url(/js/PIE.htc);
float: left;
}

#top-nav{
	float: left;
}

#top-nav ul{
	float: left;
}

#top-nav ul li{
	float: left;
	padding: 3px 10px;
	border-left: thin solid #ccc;
}

#top-nav ul li a{
	font-size: 14px;
text-decoration: none;
}

#side-nav{
	float: left;
	clear: both;
	width: 210px;
margin-right: 20px;
margin-top: 20px;
}

#side-nav li{
	padding: 10px 5px;
background: #fff;
margin: 5px 0px;
}

#side-nav li.active{
background: #D70B30;
}

#side-nav li.active a{
color: #fff;
}

#side-nav li a{
	text-decoration: none;
	display: block;
width: 100%;
}

#content-holder{
	float: left;
	width: 83%;
}


.local-holder{
width: 330px;
height: 190px;
background: #fff;
float: left;
margin-left: 20px;
margin-top: 20px;
padding: 10px;
}

.local-holder p{
line-height: 120%;
padding: 5px 0;
font-size: .85em;
}

.local-holder h3{
	font-weight: 500;
	margin-bottom: -16px;
}

.local-holder img{
	float: left;
	margin-right: 10px;
	height: 110px;
	width: 150px;
}

.local-holder img:hover{
	opacity:0.4;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.social {
	float: right;
width: 51%;
text-align: right;
}

.social img{
width: 25px;
height: 20px;
}

#category-intro{
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
	width: 92%;
}

#category-intro h2{
	color:#D70B30;
	font-size: 1.3em;
}

.breadcrumbs a{color: #444}
.breadcrumbs .active{color: #D70B30}


/* CMS Entry*/
.cms-holder{
	background-image: url(../images/white-pixel.png);
color: #444;
position: relative;
top: 140px;
left: 30px;
border-radius: 5px;
width: 430px;
padding: 10px 40px 30px;
behavior: url(/js/PIE.htc);
height: auto;
float: left;
}




/*cookie policy*/
.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb{

    background-color: rgba(0, 0, 0, 0.8) !important;
    max-width: 100% !important;
    
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree{
	background-color: #d70b30 !important;
	color:#fff !important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject{
	background-color: #d70b30 !important;
	color:#fff !important;
}
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save{
	background-color: #d70b30 !important;
	color:#fff !important;
}

/*cookie policy*/



