html {
  width:100%;
  height:100%;
  background:#fff;

}

body {
  width:100%;
  font-size:1.4em;
  color:#333;
  font-family: 'Roboto', sans-serif;
  font-weight:300;

}


/* Custom */

h1 {
	
	color:#000;
	
}

h3, p.error, ol.error, a, #searchNav, #particularsLeftPanel ul, #pageText ul {
	
	color:#AA1414;
		
}

.highlight {
	
	color:#AA1414;
	
}

h2, .lowlight {
	
	color:#000;
		
}

strong {
	
	font-weight:400;
	font-size:1.1em;
	
}

a:hover {
	 
	color:#8A1111;
	
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus, .featuredDetails, .dropdown-menu li.active a, .dropdown-menu li a:hover, .dropdown-menu li.active a:hover, button, a.button, .navbar .navbar-toggle, .navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus, a#showmenu, #particularsMenu a:hover, #particularsMenu a.currentParticularsTab, a#valuation

{
	background:#AA1414;

}

.featuredDetails:hover, button:hover, a:hover.button, a:hover#showmenu, a:hover#valuation {
	
	background:#931111;
	
}

#particularsMenu a {
	
	background:#AA1414;

}


/* End of custom */


h1 {
	
	font-size:2.6em;
	font-weight:300;
	padding:5px 0 15px 0;
	
}

h2 {
	 
	font-size:1.7em;
	line-height:1.6em;
	font-weight:300;
	margin:10px 0 20px 0;
	
}

h3 {
	 
	font-size:1.7em;
	line-height:1.3em;
	font-weight:300;
	margin:30px 0 20px 0;
	
}

p {
	
	line-height:1.3em;
	margin:0 0 25px 0;
	
}


.bold {
	
	font-weight:400;
	
}

a.button {
	
	color:#fff;
	padding:10px 25px;
	display:inline-block;
	font-size:1em;
	text-decoration:none;
	text-transform:uppercase;
	
}

a:hover.button {
	
	color:#fff;
	
}



button {
	
	color:#fff;
	padding:12px 15px;
	font-size:1.3em;
	text-decoration:none;
	text-transform:uppercase;
	border:none;
	
}

button:hover {
	
	color:#fff;
	
}

p.error {

margin:10px 0 10px 0;
padding:0 0 0 0;
font-size:1.1em;
 
}

ol.error {
	
	list-style-type: disc;
	margin:0px 0 20px 20px;
	padding:0 0 0 0;
	font-size:1.1em;
	
}

ol.error li {
	
	margin:8px 0 8px 0;
	padding:0 0 0 0;
	
}

/* Page style */

#pageText p {
	
	color:#333;
	text-align:justify;
	line-height:1.4em;
	font-size:1em;
	
}


#pageText ul {
	
	list-style-type:square;
	margin:30px 0 0 15px;
	padding:0;
	font-size:1.1em;
	
}

#pageText ol {
	
	margin:30px 0 0 15px;
	font-size:1.1em;
	
}

#pageText ol li {
	
	padding:0 0 15px 3px;
	
}

#pageText ul span {
	
	color:#333;
	
	
}

#pageText ul li {
	
	padding:0 0 15px 3px;
	
}

.greyBar {
	
	background:#F6F6F6;
	margin:20px 0 20px 0;
	padding:10px 0 20px 0;
	
}

/* Menu */

#headerContent {
	
	position:relative;
	max-width:1170px;
	margin:0 auto;
	
}

#headerContact {
	
	position:absolute;
	top:15px;
	right:20px;
	font-size:1.7em;
	font-weight:300;
	z-index:1000000;
	color:#AA1414;
	
}

/* navbar */
.navbar {
    background-color: #fff;
	margin:0;
	border:none;
	font-weight:300;
	z-index:20000;
	padding:0 0 20px 0;
	border-radius:none !important
	
}
.navbar ul {
	margin-top:60px;

}

/* branding (logo) */

.navbar .navbar-brand {
	margin:10px 0 0px 0;
}

img#logo {
	height: 93px;
}



.navbar .navbar-nav > li > a {
    color: #333;
	font-size:0.9em;
	margin:0;
	padding:20px 20px;
	text-transform:uppercase;

}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #fff;

}
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus {
    color: #fff;


}

.navbar .navbar-nav > .open > a, 
.navbar .navbar-nav > .open > a:hover, 
.navbar .navbar-nav > .open > a:focus {
    color: #fff;
	background:#AA1414;

}



.dropdown-menu {
	
	padding:0px 0px 0px 0;
	position:absolute;
	top:55px;
	z-index:1000;
	background:#fff;
	border:none;

}

 .dropdown-menu li a {
	 
	 padding:12px 18px 12px 18px;
	 	text-transform:uppercase;
		font-weight:300;
		font-size:0.9em;
	
}


 .dropdown-menu li.active a {
	
	color:#fff;

	
	
}

 .dropdown-menu li a:hover {
	
	color:#fff;

	
}

.dropdown-menu li.active a:hover {

	color:#fff;

	
}


/* mobile menu */


.navbar .navbar-toggle {
    border:none;
	color:#fff;
	border-radius: 0px;
	

}

.navbar-toggle {
	
	margin:17px 15px 0 0;
	
}

.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
	color:#fff;
}
.navbar .navbar-toggle .icon-bar {
    background-color:#fff;
	color:#333;
}


/* Footer */

#footer {
	
	padding:15px 0 50px 0;
	
}

#footer ul {
	
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	
}

#footer ul li a {
	
	float:left;
	color:#333;
	font-size:0.7em;
	text-transform:uppercase;
	padding:0 20px 0 0;
	text-decoration:none;
	
}

#footer ul li a:hover {
	
	color:#000;
	
}

#copyright {
	

	font-size:0.8em;
	text-align:right;
	
}

#copyright a {
	
	color:#333;
	text-decoration:underline;
	
}

#copyright a:hover {
	
	color:#000;
	
}

/* Home page */

/* Slideshow */

#slideshowHome {
	
	position:relative;
	height:479px;
	margin:0 0 0 0;
	
}



#slideshowSearchContainer {
	
	position:absolute;
	left:0px;
	width:100%;
	z-index:120;

	
}

#slideshowSearch {
	
	max-width:470px;
	margin:100px auto 0 auto;
	padding:20px 30px 20px 30px;
	background-color: rgba(0, 0, 0, 0.5);
	
}

#slideshowSearch select {
	
	padding:10px;
	margin:0 0 20px 0;
	height:auto;
	
}


#slideshowSearch input {
	
	padding:10px;
	color:#666;
	margin:0 0 20px 0;
	height:auto;
	
}


#slideshowSearch h2 {
	
	color:#fff;
	font-size:2.2em;
	margin:0 0 20px 0;
	padding:0;
	
}

#roomsColumn {
	
	padding-right:10px;
	
}

#typeColumn {
	
	padding-left:10px;
	
}

#saleButtonColumn {
	
	padding-right:10px;
	
}

#rentButtonColumn {
	
	padding-left:10px;
	
}

#homeSearchButtons {
	
	float:right;
	height:40px;
	margin:10px 0px 0 0;
	
}

.searchButtonBox {
	
	float:right;
	
}


.searchButtonBuying, .searchButtonRenting {
	
	font-size:1.1em;
	font-weight:300;
	padding:10px 0;
	
	
}

.searchButtonRenting {
	
	background:#E8A415;
	width:100%;
	
}

.searchButtonBuying {
	
	width:100%;
	
}

.searchButtonRenting:hover {
	
	background:#D9880F;
	
}




.cycle-slideshow { width: 100%; height:479px; margin: 0 auto 0px auto; padding:0; text-align:right; overflow:hidden;}

.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0 0px 0 0;

}

/* End of slideshow */

/* Featured properties */

#featuredPropertiesContainer {
	
	background:#F7F7F7;
	padding:20px 0 20px 0;

	
}

#featuredPropertiesContainer h2 {
	

	font-size:2em;
	
}


/* Home boxes */

#homeBoxes {
	
	padding:30px 0 0 0;
	
}

#homeBoxes h2 {
	
	margin:10px 0 15px 0;
	padding:0 0 0 0;
	
}

#homeBoxes h2 a {
	
	font-weight:300;
	text-decoration:none;
	font-size:1.1em;
	color:#000;
	
}

#homeBoxes p a {
	
	color:#333;
	text-decoration:none;
	font-size:1em;
	line-height:1.5em;
	
}


#homeBoxes p a:hover {
	
	color:#000;
	
}

#homeBoxes img {

   opacity: 1;
   margin:0 15px 0 0;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
   }

#homeBoxes img:hover {
      opacity: 0.7;
	  
}

/* Home bottom banner */

#homeBottom {
	
	padding:15px 0 20px 0;
	
}

#homeBottom h2 {
	
	font-size:2em;
	padding:0 0 0 0;
	
}

#homeBottom p {
	
	font-size:0.95em;
	line-height:1.6em;
	
}

.contactRow {
	
	width:100%;
	margin:0 0 20px 0;
	
}

.contactRow p {
	
	padding:5px 0 0 0;
	margin:0;
	font-weight:400;
	
	
}

.contactRow img {
	
	margin:0 10px 0 0;
	
}

/* End of home page */




/* Services page */


#servicesImage {
	
		background: url('../images/services.jpg')  center no-repeat;
		height:250px;
		width:100%;
	
}

#lettingImage {
	
		background: url('../images/letting2.jpg')  center no-repeat;
		height:250px;
		width:100%;
	
}

#valuationImage {
	
		background: url('../images/valuation.jpg')  center no-repeat;
		height:250px;
		width:100%;
	
}

#salesImage {
	
		background: url('../images/sales.jpg')  center no-repeat;
		height:250px;
		width:100%;
	
}

#registerImage {
	
		background: url('../images/register.jpg')  center no-repeat;
		height:250px;
		width:100%;
	
}

a#valuation {
	
	display:block;
	width:100%;
	font-size:1.6em;
	color:#fff;
	text-decoration:none;
	padding:20px;
	text-align:center;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	
}

a#register {
	
	display:block;
	width:100%;
	font-size:1.6em;
	color:#fff;
	text-decoration:none;
	padding:20px;
	background:#333;
	text-align:center;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	
}

a:hover#register {
	
	background:#999;
	
}

a#contact {
	
	display:block;
	width:100%;
	font-size:1.6em;
	color:#fff;
	text-decoration:none;
	padding:20px;
	background:#000;
	text-align:center;
	margin:10px 0 10px 0;	
	text-transform:uppercase;
	
}

a:hover#contact {
	
	background:#333;
	
}



/* Search results */

a#showmenu {
	
	
	
	text-decoration:none;
	text-align:center;
	padding:10px 30px;
	display:inline-block;
	cursor:pointer;
	display:none;
	font-size:1.1em; 
	margin:0px 0 20px 0;
	color:#fff;
	text-transform:uppercase;
	
}

#searchResultsContainer {
	
		min-height:800px;
		padding:10px 0 30px 0;

}

#searchResults {
	
	padding:25px 20px 20px 20px;
	margin:0px auto 0px auto; 
	background-color: rgba(0,0,0,0.7);
	
}

#searchResultsContainer h1, #searchNav {
	
	margin:0 0 30px 0px;
	padding:0 0 0 0;
	float:left;
	font-size:2em;
	color:#000;

	
}

p#sortList {
	
	float:right;
	margin:10px 0px 0 0;
	font-size:1.2em;
	font-weight:300;
	color:#000;
	
}

#sortList a {
	
	text-decoration:underline;
	
}

.searchResult {
	
	margin-bottom:30px;
	position:relative;
	background:#fff;
	box-shadow: 0px 0 65px #E8E8E8;
	
}

.searchResultPhoto {
	
	height:230px;
	overflow:hidden;
	position:relative;

	
}

.photo {
	
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

   .photo:hover {
      opacity: 0.7;
      }


.thumbnailLabel {
	
	position:absolute;
	width:69px;
	height:61px;
	bottom:0px;
	right:0px;
	
}

.searchResultType {
	
	margin:0 15px 0 15px;
	border-bottom:2px dotted #E8E8E8;
	padding:10px 0 10px 0;
	font-size:1.2em;
	font-weight:300;
	
}

.searchResultType a {
	
	color:#333;
	text-decoration:none;
	
}

.searchResultType a:hover {
	
	color:#000;
	
}

.searchResultAddress {
	

	margin:0 15px 0 15px;
	border-bottom:2px dotted #E8E8E8;
	padding:10px 0 10px 0;
	font-size:1.2em;
	font-weight:300;
	
}

.searchResultAddress a {
	

	text-decoration:none;

		
}

.searchResultAddress a:hover {
	



}

a#price {
	
	color:#333;
	font-size:1.3em;
	text-decoration:none;
	font-weight:400;
	padding:10px 0 10px 15px;
	margin-bottom:0;	
	display:inline-block;
	width:100%;
	
}

.searchResultDescription {
	
	margin:12px 15px 0 15px;
	padding:12px 0 12 0;
	font-size:0.9em;
	line-height:1.3em;

	
}

.searchResultDescription a {
	
	text-decoration:none;
	color:#000;
	
}

.searchResultDescription a:hover {
	
	color:#333;
	
}



.searchResultPrice {
	
	width:100%;
	position:relative;
	
	
}

.searchResultPrice img {
	
	position:absolute;
	top:8px;
	right:8px;
	
}

.searchResultPrice a img  {
	
	display:block;
	
}



.searchResultPrice a:hover {
	
	color:#333;
	
}

.currentPage {
	
	color:#000;
	
}
	
#searchNav {
	
	float:left;
	margin:0 0 0 0;
	
}

#pageList {
	
	float:right;
	margin:0 0 0 0;
	text-align:right;
	font-size:1.5em;
	font-weight:400;
	color:#000;
	padding:8px 15px;
	
}


a#fullDetails {
	
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:1em;
	padding:8px 10px;
	color:#fff;
	
}

/* Search bar */


 #searchBar {
	 
	margin:0 0 20px 0;
	font-size:0.7em;
	text-transform:uppercase;
	font-weight:300;
  
 }
 

 
#searchBar form {
 
	margin:0 0 0 0;
	padding:0 0 0 0;
 
 }
 
#searchBar select, #searchBar input {
	
	width: 144px;
	
}

 button#searchSubmit {
	
	margin:12px 0 10px 10px;
	padding:8px 15px;

}
 
#searchBar a {
 
	color:#FFFFFF;
 
 }
 
#searchBar a:hover {
 
	color:#CCCCCC;
 
 }
 
 

 
/* Particulars */
 
 #particulars {
	 
	 height:100%;
	 min-height:800px;
	 padding:30px 0 60px 0;	
	 
 }
 
#particularsLeftPanel {
	
	padding:25px 25px 25px 25px;
	margin:0 0 30px 0;
		box-shadow: 0px 0 65px #E8E8E8;
	
}

#particularsLeftPanel h1 {
	
	padding:0px 0 15px 0px;
	margin:0 0px;
	font-size:1.3em;
	border-bottom:2px dotted #E8E8E8;
	
}

#particularsLeftPanel h2 {
	
	padding:15px 0 15px 0px;
	margin:0 0px;
	font-size:1.3em;
	font-weight:300;
	border-bottom:2px dotted #E8E8E8;
	color:#AA1414;
	
}

#particularsLeftPanel h3 {
	
	padding:15px 0 0px 0px;
	margin:0 0px;
	font-size:1.1em;
	font-weight:300;
	
}

#particularsLeftPanel p {
	
	padding:15px 0px 0 0px;
	margin:0;
	
}

#particularsLeftPanel ul {
	
	list-style-type:square;
	font-size:1em;
	margin:10px 0 15px 0px;
	padding:0 0 0 15px;
	}
	
	#particularsLeftPanel ul span {
	
	color:#333;
	font-size:1em;

	}
	
	#particularsLeftPanel ul li {
		
		margin:0 0 8px 0;
		padding:0 0 0 5px;

	}
	
a#rooms {
	
	width:46%;
	color:#333;
	padding:6px 0px;
	border:1px solid #F86D0F;
	text-align:center;
	text-decoration:none;
	display:block;
	float:left;
	text-transform:uppercase;
	font-size:0.9em;
	cursor:pointer;
	
}

a#viewing {
	
	width:46%;
	color:#333;
	padding:6px 0px;
	border:1px solid #F86D0F;
	text-align:center;
	text-decoration:none;
	display:block;
	float:right;
	text-transform:uppercase;
	font-size:0.9em;
	
}


a:hover#rooms {
	
background-color:#FEEDE2;
	
}

a:hover#viewing {
	
background-color:#FEEDE2;
	
}

#particularsMenu {
	

	margin:0px 0 30px 0px;
	
}

#particularsMenu ul {
	
	padding:0 0 0 0;
	margin:0 0 0 0;

}

#particularsMenu li {
	display:inline;
	margin:0;
	line-height: normal;
}

#particularsMenu a {
	
	color: #000;
	font-size: 0.9em;
	text-transform:uppercase;
	padding: 13px 13px;
	text-align:center;
	text-decoration: none;
	margin:0 10px 0 0;
	white-space: nowrap;
	border:none;
	display:inline-block;
	background:#fff;

}

#particularsMenu a:hover {
	
	color:#fff;
	background:#AA1414;

}

#particularsMenu a.currentParticularsTab {
	
		background:#AA1414;
		color:#fff;
	
}



#streetview {
	
	display:none;
		
}

#streetview h2 {
	
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

#description {
	
	display:none;
	
}

#description h2 {
	
	font-size:1.6em;
	margin:0 0 20px 0;
	padding:0;
	
}

#description h3 {
	
	font-size:1.3em;
	margin:0;
	padding:0;
	
}

#mapview {
	
	display:none;
	
}

#mapview h2 {
	

	
}

#map_canvas_2 {
	
	width:100%; 
	height:610px; 
	
}

#floorplans {
	
	display:none;
	
}

#floorplans img {
	
	border:5px solid #fff;
	
}

#epc {
	
	display:none;
	
}

#epc img {
	
	border:5px solid #fff;
	
}

#roomsDetails {
	
	display:none;
	
}


/* Contact us */

#contactContainer {
	
	margin:0 0 70px 0;
	
}

#map_canvas_1 {

	height:250px; 
	width:100%;

}

#contactContainer .greyBar {
	
	padding:25px 0 35px 0;
	
}

#contactContainer .greyBar h2 {
	
	margin:0;
	padding:10px 0 20px 0;
	font-size:1.8em;
	
}

h3#branchDetails {
	
	font-size:1.1em;
	line-height:1.5em;
	color:#333;
	margin:0;
	padding:0;
	
}

#contactDetails {
	
	font-size:1.1em;
	line-height:2em;
	color:#333;
	margin:0;
	padding:0;
	
}

#contactDetails img {
	
	margin-right:5px;
	
}

#contactDetails .label {
	
	color:#333;
	display:inline-block;
	width:60px;
	font-weight:400;
	font-size:1em;
	margin:0;
	padding:0;
	text-align:left;
	
}

/* Form styles */


label {
	
	font-weight:300;
	font-size:1.1em;
	text-align:left;

}

.form-horizontal .control-label{
   text-align:left !important; 
}

.form-inline label {
	
	font-weight:400;
	font-size:1.1em;
	margin:0 4px 8px 8px;
}

.form-inline select {
	
	max-width:170px;
}

.form-control input {
	
	border-radius:0px;
	
}

input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: none; 
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}


select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

ul.errorMessage {
	
	color:#C00;
	margin:20px 0 20px 0;
	
}

.form-inline select {

display:inline-block; 
width: auto;
vertical-align: middle;
padding: 4px 8px;

}


fieldset {
	
	border:none;
	margin:0px 0 0 0;
	padding:20px 0 0 0;
	
}

legend {
	
	color:#000;
	margin:0 0 0 0;
	font-size:1.8em;
	display:inline;
	padding:20px 0 15px 0;
	
}


/* End of form styles */



/*--------Responsive/media queries------*/




/* Medium Devices, Desktops */

    @media (max-width : 1199px) {	
	
		
		
		
	.navbar {

	padding:0px 0 20px 0;
	
}
		
		






.navbar .navbar-nav > li > a {

	font-size:0.9em;
	padding:20px 10px;
 

}

.dropdown-menu {
	

	top:55px;
	font-size:1em;


}

a#register, a#valuation, a#contact {
	
	font-size:1.4em;
	
}

.cycle-slideshow { height:570px;}


#homeBoxes img {
	
	height:auto;
	width:65px;
	margin-bottom:50px;
	
}

#homeBoxes h2 {
	
	font-size:1.5em;
	margin:0 0 10px 0;
	
}

#homeBoxes p {
	
	font-size:0.9em;
	
}



.searchResult {
	
	
	
}

.searchResultPhoto {
	
	height:200px;
	
}

.searchResultType {
	
	font-size:1em;
	
}

.searchResultAddress {
	
	font-size:1em;
	
}

#searchBar select, #searchBar input {
	
	width: 105px;
	
}

#epc img {
	
	width:100%;
	
}

    }


/* Tablet */

@media (max-width: 992px) {
	
	
	
.navbar {

	padding:0 0 20px 0;
	
}
	
.navbar .navbar-brand {
	
}	
	
#headerContact {
	
	display:none;
	
}

.dropdown-menu {
	

	top:75px;
	font-size:0.9em;

	
}

 .dropdown-menu li a {
	 
	 padding:12px 12px 12px 12px;
	
}

#footer ul li a {
	
	font-size:0.7em;
	padding:0 10px 0 0;
	
}

.cycle-slideshow { height:460px;}

.featuredDetails {
	
	font-size:80%;
	min-width:300px;
	
}

#homeBoxes img {
	
	height:auto;
	width:65px;
	margin-bottom:30px;
	
}

#homeBoxes h2 {
	
	margin:0 0 10px 0;
	
}

#homeBoxes h2 a {
	
	font-size:1em;
	margin-bottom:10px;
	
}

#homeBoxes p {
	
	font-size:0.9em;
	
}

#homeBottom h2 {
	
	font-size:1.6em;
	
}

#homeBottom p {
	
	
	
}


#homeBox {
	
	top:50px;
		
}

img#logo {
	height: 50px;
}


.navbar ul {
	
	margin-top:0;
	
}

.navbar .navbar-nav > li > a {

	font-size:0.8em;
	padding:30px 10px;


}

#searchNav {
	
	display:none;
	
}

.searchResultPhoto {
	
	height:140px;
	
}

.searchResultAddress, .searchResultType {
	
	font-size:0.9em;
	
}

.searchResultDescription {
	
	font-size:0.8em;
	
}

a#price {
	
	font-size:1.1em;

	
}

#homeBoxes a.button {
	
	
	float:none;
	width:100%;
	text-align:center;
	padding:10px 0;
	
	
}

#homeBoxes div.button {
	
	
	float:none;
	margin:20px 0 20px 0;
	font-weight:400;
	width:100%;
	text-align:center;
	
}

#homeBoxes h2 {
	
	font-size:1.3em;

}

#searchBar select, #searchBar input {
	
	width: 100px;
	
}

#contactContainer h2 {

	padding:0px 0 0px 0;
	
}

h3#branchDetails {
	
	font-size:1.1em;
	line-height:1.7em;
	margin-bottom:20px;
	
}

#contactDetails {
	
	font-size:1.1em;
	line-height:1.7em;
	
}

}

/* Mobile styles */

@media (max-width: 767px) {

.navbar {

	padding:0 0 0px 0;

	
}
	
	.navbar .navbar-brand {
 
	margin:0;
	height:65px;


}

.navbar .navbar-nav > li > a {

	font-size:0.7em;
	padding:8px 8px;


}



#homeBoxContainer {
	

	width:100%;
	
}

#homeBoxes h2 {
	
	font-size:1.4em;
	
}

#homeBoxes p {
	
	border-bottom:2px dotted #ccc;
	padding:0px 0 25px 0;

	
}
	
.cycle-slideshow { width: 100%;  margin: 0px auto 0px auto; padding:0; text-align:right; height:auto}
	
.cycle-slideshow img { height:auto}

#roomsColumn {
	
	padding-right:15px;
	
}

#typeColumn {
	
	padding-left:15px;
	
}

#saleButtonColumn {
	
	padding-right:15px;
	
}

#rentButtonColumn {
	
	padding-left:15px;
	
}

#slideshowSearch select {
	
	height:40px;
	
}


#slideshowSearch input {
	
	height:40px;
	
}

img#logo {

	height:37px;
	width:auto;
}

	
h1 {
	
	font-size:2em;

	
}

h2 {
	
	font-size:1.4em;

	
}

#refine {
	
	display:none;
	
}
	
a#showmenu {
	
	display:block;
	
}
	
#searchResultsContainer {
	
		padding:90px 0 30px 0;

}

p#sortList {
	
	display:none;

	
}


#searchBar {
	
	padding:10px 0px;
		
		
}

#searchBar select, #searchBar input {
	
	width: 100%;
	
}


#searchResultsContainer h1 {
	
	font-size:1.1em;
	font-weight:400;
	margin-right:20px;

}

a#price {
	
	font-size:1.1em;

	
}

p#sortList {
	
	font-size:1.1em;
	margin:0 0 5px 0;
	float:left;
	font-weight:400;
	
	
}

.searchResult {
	

	
}

.searchResultAddress, .searchResultType, a#price {
	
	font-size:1.1em;
	
}

.searchResultDescription {
	
	font-size:0.9em;
	
}

.navbar {
	
	position:fixed;
	width:100%;
	z-index:1000;

}	

.navbar ul {
	margin-top:0px;

}

.navbar .navbar-nav > li > a {

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border:none;
	box-shadow:none;
	font-size:1em;

}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {

	box-shadow: none;

}
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus {

	box-shadow: none;

}

.form-inline select {
	
	width:100%;
	border-radius: 0px;

}


.searchResultPhoto {
	
	height:auto;
	
}
.section {
	
	height:auto;
	min-height:30px;
	padding-bottom:20px;

	
}

#particularsMenu {
	

	margin:105px 0 30px 0px;
	
}

#particularsMenu a {
	
	font-size:0.9em;
	padding: 10px 10px;
	margin:0 3px 10px 0;


}


#particularsLeftPanel h1 {
	
	margin-top:20px;
	font-size:1.2em;
	
}

#particularsLeftPanel h2 {
	
	font-size:1.2em;
	
}

a#rooms {
	

	padding:6px 0px;
	font-size:0.7em;
	
}

a#viewing {
	
	
	padding:6px 0px;
	font-size:0.7em;
	
}
	

 
 #particulars {
	 
	 margin-top:0px;
	 padding-top:0px;
	 
 }


#epc img {
	
	width:100%;
	
}

#map_canvas_2 {
	

	height:220px;
	margin:0 0 20px 0;

	
}



.form-inline label {
	
	margin:0 4px 8px 0px;
}

 button#searchSubmit {
	
	margin:12px 0 10px 0px;

}

#footer ul {
	
	display:none;
	
}

#copyright {

	
}

#logos {
	
	display:none;
	
}

fieldset {
	
	border:none;
	margin:20px 0 0 0;
	padding:0 0 0 0;
	
}

fieldset label {
	
	margin-bottom:6px;
	
}

legend {
	
	margin:0 0 20px 0;
	padding:0;
	font-size:1.6em;
	
}

.form-inline select {
	
	max-width:100%;
}

#contactContainer {
	
	padding:70px 0 0 0;
	
}


}

/*----End of responsive media queries ---*/