html {
  width:100%;
  height:100%;
  background:#fff;

}

body {
  width:100%;
  font-size:1.4em;
  color:#000;
  font-weight:300;
  background:#fff;
  opacity: 1;
  transition: 0.5s opacity; 

}


body.fade-out {
  
   opacity: 0;
   transition: none;
   
    }


* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.container-fluid {
	
	max-width:1300px;
	
}

/* Fonts */

body {
	
	/*font-family: 'Raleway', sans-serif;*/	
	font-family: 'Roboto', sans-serif;
	  
}

h1, h2, h3, legend {
	
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	
}

button, a.button,  a#showmenu, a#valuation, a:hover.button, #slideshowSearch input, a.windowButton {
	
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	
}


.navbar .navbar-toggle, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus, .navbar .navbar-nav > li > a, .dropdown-menu {

	/*font-family:Georgia, "Times New Roman", Times, serif;*/

}

.featuredProperty {
	
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	
}

#registerFormContainer label, #valuationFormContainer label {

	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	
}

.searchResultPrice, #particularsBedrooms, #particularsPrice  {
	
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	
}


/* Custom */

h1, h2 {
	
	color:#333;
	
}

a, #searchNav, #pageText ul, #contactContainer .greyBar h2 {
	
	color:#720000;
		
}

a:hover {
	 
	color:#930000;
	
}

p.error, ol.error {
	
	color:#720000;
	
}

.highlight {
	
	color:#720000;
	
}

h2, .lowlight {
	
	color:#333;
		
}



.featuredDetails, button, a.button, .navbar .navbar-toggle, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus, a#showmenu, a#valuation, a.windowButton

{

	background: #720000; /* Old browsers */
	background: -moz-linear-gradient(top, #842020 0%, #720000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #842020 0%,#720000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #842020 0%,#720000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#842020', endColorstr='#720000',GradientType=0 ); /* IE6-9 */
	border:1px solid #720000;
	color:#fff;

}

.navbar .navbar-toggle, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
	
	border:none;
	
}


/* Button states */

a:hover.button, button:hover, a:hover.windowButton {
	
	background:#720000;
	
}

.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, .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus,.dropdown-menu li.active a, .dropdown-menu li a:hover, .dropdown-menu li.active a:hover {
	
	background:none;
	
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    color: #FFF;
	border:1px solid #fff;
	background:#720000;
	box-shadow: 3px 3px 3px #510000;		

}

.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus {
    color: #FFF;
	border:1px solid #fff;	
	background:#720000;
	box-shadow: 3px 3px 3px #510000;		

}

.navbar .navbar-toggle, .navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus

{

background:#811C1C;

}

.dropdown-menu {
	
	background:rgba(0, 0, 0, 0.7);
		

}




/* End of button states */

#pageMenu ul li a:hover, #pageMenu ul li.pageMenuActive a {
	
	background: #2ECFE1; /* Old browsers */
	background: -moz-linear-gradient(top, #2ECFE1 0%, #19bed1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #2ECFE1 0%,#19bed1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #2ECFE1 0%,#19bed1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ECFE1', endColorstr='#19bed1',GradientType=0 ); /* IE6-9 */
		
}


#headerContact {
	
	color:#333;
	
}

#headerContact a {
	
	color:#333;
	
}

.number {
	
	color:#333;
	
}

#slideshowHome, #imageContainer {
	
	background:#000;
	
}

#imageContainerResults {
	
	
}



#pageHeadingContainer, #resultsHeadingContainer  {
	
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:100;
	
}


#pageHeadingContainer h1 {
	
	color:#fff;
	font-size:3.5em;
	margin:350px 0 0 0;
	text-shadow: 1px 1px 1px #000;		
	
}

#pageHeadingContainer h1 span.highlight {
	

	
}

#resultsHeadingContainer h1 {
	
	color:#fff;
	font-size:2.8em;
	margin:170px 0 0 0;
	display:none;
	
}

.searchButtonBuying:hover {
	
	
	
}

.featuredOverlay, .searchResultOverlay {
	
	background-color: rgba(0, 0, 0, 0.6);

}

.featuredOverlay {
	
   border-left:5px solid #D54242;
	

}

.featuredPropertyOverlay {
	
   background:#720000;
	

}

.featuredPrice {
	
	color:#FFF;
	
}

.colourBar {
	
	padding:40px 0 50px 0; 
	margin:30px 0 0 0; 
	background:#F6F6F6;
	
}

.colourBarRegister .container .row {
	
	
	
}

.colourBarRegister {
	
	background:#415264;
	padding:0;
	margin:20px 0 0 0;
}


#backgroundFade {
	
	background: url('../images/colourBarBg.png') no-repeat right top;
	padding:12px 15px;
	
}

.colourBarRegister legend {
	
	color:#fff;
	
}

.colourBarRegister label {
	
	color:#fff;	
}

#contactDetails {
	
	color:#333;
	
}

legend {
	
	color:#333;
	
}

#footerContainer {
	
	background:#333333;
	
}
 
 /*------------ Search results colours ----------*/
 
#searchHeaderBar {
	
	border-bottom:1px solid #E6E6E6;
	
}


a#listButton, a#mapButton, #currentListButton, #currentMapButton {
	
	border:1px solid #E6E6E6;

}


a:hover#listButton, #currentListButton {
	
	background: url('../images/listIcon.png')  left no-repeat #F4F4F4;	
	border:1px solid #E6E6E6;
	color:#333;
	
} 

a:hover#mapButton, #currentMapButton {
	
	background: url('../images/mapIcon.png')  left no-repeat #F4F4F4;
	border:1px solid #E6E6E6;
	color:#333;
	
}

#resultsLeftPanel {
	
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	
}

#searchResultsContainer {
	
	background:#F4F4F4;

}

.searchResult:hover {
	
	/*background: url('../images/searchResultBar.png')  right top no-repeat #DCF9FC;*/
	background:#720000;
	
}

.searchResultActive {
	
	/*background: url('../images/searchResultBar.png')  right top no-repeat #DCF9FC;*/
	background:#720000; 
	
}

.searchResultPrice {
	
	color:#53ECFE;
	
}


.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {

  background-color: #720000;
  border-color: #720000;
}

#map_canvas_1, #map_canvas_2 {

	border:1px solid #E6E6E6;

}

#map_canvas {
	
	background: url('../images/preloader.gif')  center no-repeat;
	border-top:5px solid #fff;
	height:400px;
	
}

h1#headingDesktop .highlight {
	 
	 color:#720000;
	 
 }
 
 /*------------- End of search results colours -----------*/
 
 /*------------ Particulars colours ------------*/

 
#particulars {
	 
	 background:#F4F4F4;
	 
 }

#particularsMenu a {
	
	color: #fff;
	font-size: 1em;
	padding: 13px 18px;
	text-align:center;
	text-decoration: none;
	margin:0 5px 0 0;
	white-space: nowrap;
	display:inline-block;
	font-weight:500;
	background: #720000; /* Old browsers */
	text-decoration:none;
	border-left:1px solid #720000;
	border-right:1px solid #720000;
	border-top:1px solid #720000;	

}

#particularsMenu a:hover {
	
	color:#333;
	padding: 8px 18px 13px 18px;	

} 

#particularsMenu a:hover, #particularsMenu li.active a {
	
	background:#fff;
	border-top:5px solid #720000;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	padding: 8px 18px 13px 18px;
	color:#333;		

}



.galleria-bar {

	background:#F4F4F4;
}

.galleria-thumbnails .galleria-image {

    border: 2px solid #720000;

}



 #particularsBedrooms {
	 
	 color:#333;
	 
 }
 

 #particularsPrice {
	 
	 color:#333;

	 
 }

#particularsRightPanel {
	
	border:1px solid #E6E6E6;
			
}

#particularsRightPanel .highlight {
	
	font-weight:400;
	color:#fff;
	
}


#particularsRightPanel h3 {
	
	color:#333;
	
}


#branchAddress {
	 
	 color:#fff;
	 
 }
 
  #branchTelephone {
	 
	 font-size:1em;
	 font-weight:400;
	 color:#fff;
	 padding:10px 15px 0px 15px; 
	 
 }

  #contactBox a {
		
	color:#fff;
	 
 }
 
 #contactBox {
	 
	background: url('../images/contactBoxBg.png') right bottom no-repeat #720000;	
	 
 }
 
	 
 #contactBox h2 {

	border-bottom:4px solid #FFF;
	 
 }
 
  #contactBox h3 {
	 
	color:#fff;
 
 }


#description, #floorplans, #adminFees, #streetviewframe, #mapview {
	
	border:1px solid #E6E6E6;
	
}

#description h2, #adminFees h2 {
	
	color:#720000;

}

#description h3 {
	
	color:#333;
	
}

#description ul {
	
	color:#720000;
	
}

/*------------ End of particulars colours --------------*/
 
 
/* End of custom */


h1 {
	
	font-size:2.1em;
	font-weight:500;
	padding:5px 0 15px 0;

	
}

h2 {
	 
	font-size:1.9em;
	line-height:1.6em;
	font-weight:500;
	margin:10px 0 20px 0;
	
}

h3 {
	 
	font-size:1.7em;
	line-height:1.3em;
	font-weight:500;
	margin:30px 0 20px 0;	
	
}

p strong {
	
	font-size:1em;
	font-weight:400;
	
}

p {
	
	line-height:1.4em;
	margin:0 0 25px 0;
	font-size:1em;
	
}


.bold {
	
	font-weight:400;
	font-size:1.1em;
	
}

a.button {
	
	color:#fff;
	padding:13px 25px;
	display:inline-block;
	font-size:1em;
	text-decoration:none;
	font-weight:500;
	text-transform:uppercase;

	
}

a:hover.button {
	
	color:#fff;
	
}



button {
	
	color:#fff;
	padding:16px 25px;
	font-size:1em;
	text-decoration:none;
	font-weight:500;
	text-transform:uppercase;	
	border:none;
	
}

button:hover {
	
	color:#fff;
	
}

p.error {

margin:0 0 20px 0;
padding:0 0 0 0;

 
}

ol.error {
	
	margin:0 0 20px 0;
	padding:0 0 0 0;
	
}

ol.error li {
	
	margin:3px 0 3px 0;
	padding:0 0 0 0;
	width:100%;
	
}

/* Page style */

#imageContainer, #imageContainerResults {
	
	position:relative;
	
}

#pageText p {
	
	color:#000;
	text-align:justify;
	line-height:1.4em;
	font-size:1em;
	
}

#pageText h3 {
	
	font-size:1.4em;
	
}

#pageText a {
	
	text-decoration:underline;
	
}

#pageText ul {
	
	list-style-type:square;
	margin:10px 0 0 10px;
	padding:0;
	
}

#pageText ul span {
	
	color:#000;
	
}

#pageText ul li {
	
	padding:0 0 10px 3px;
	
}

.greyBar {
	
	background:#F6F6F6;
	margin:0px 0 0 0;
	padding:10px 0 30px 0;
	border-top:1px solid #E2E2E2;
	
}

.whiteBar {
	
	padding:40px 0 30px 0; 
	margin:0 0 0 0; 
	
}


.whiteBar h1 {
	
	margin:0 0 0 0;
	padding:0 0 35px 0;
	
}

#pageMenu {
	

	
}

#pageMenu ul {
	
	list-style-type: none;
	padding:0;
	margin:0 0 0 0;
	
}

#pageMenu ul li {
	
	display:inline-block;
	margin:0;
	padding:0;
	
}

#pageMenu ul li a {
	
	padding:15px 25px;
	margin:0;
	/*text-transform:uppercase;*/
	display:inline-block;
	text-decoration:none;
	color:#fff;
	
}

#pageMenu ul li a:hover {
	
	color:#fff;
		
}

#pageMenu ul li.pageMenuActive a {
	
	color:#fff;
		
}

/* Menu */


#headerPage {
	
	/*background: url('../images/headerPageBg.png')  left top no-repeat;*/	
	height:90px;
	position:absolute;
	z-index:1000000000;
	width:100%;
	
}

#headerResults {
	
	height:90px;
	position:absolute;
	z-index:1000000000;
	width:100%;
	
}


#header {
	
position:absolute;
z-index:1000000000;
width:100%;
top: 0;
position: fixed;
background:#720000;
/*border-bottom:5px solid #C6E118;*/
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;		
border-radius:none !important;
	box-shadow: 0px 0 5px #333;	

}

#contactBar {
	
	background:#720000;
	height:42px;
	overflow: hidden;
	text-align:right;
	padding:10px 10px;
	font-weight:400;
	color:#FFF;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;		
	
}

#headerPhone, #headerEmail, #headerSocial {
	
	transition: opacity .4s ease-in-out;
   -moz-transition: opacity .4s ease-in-out;
   -webkit-transition: opacity .4s ease-in-out;
   
}

#headerPhone {
	
	float:right;
	margin-right:20px;
	
}

#headerPhone img {
	
	margin-right:4px;
	vertical-align: text-bottom;
	
}

#headerEmail {
	
	float:right;
	margin-right:40px;
	
}

#headerEmail img {
	
	margin-right:4px;
	vertical-align: text-bottom;
	
}

#headerEmail a {
	
	color:#FFF;
	text-decoration:none;
	
}

#headerEmail a:hover {
	
	color:#FFF;
	
}

#headerSocial {
	
	float:right;
	
}

#headerSocial img {
	
	margin-left:15px;
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;	
	
}

#headerSocial img:hover {
	
	opacity: 0.6;
	
}

/* Size down effects on header */

.shrink {

  background:rgba(0, 0, 0, 0.8);
  
  
}

.shrink img#logo {
	
	margin-top:-10px;
	height:90px;
 
}

.shrink .navbar {

	
}

.shrink .navbar ul {
	
	margin-top:12px;
	margin-bottom:12px;

}

.shrink #contactBar {
	
	height:0px;
	padding:0 0 0 0; 
	border-bottom:none;
	overflow:hidden;


}

.shrink #headerStrapline {
	
	opacity:0;	
	
}

.shrink #contactBar #headerPhone, .shrink #contactBar #headerEmail, .shrink #contactBar #headerSocial {
	
	opacity:0;
	
}


#headerResults .shrink img#logo {
	
	
 
}

/* Maps */

#map {
	
		background: url('../images/preloader.gif')  center no-repeat;
		width:100%;
	
}

#contactContainer #map, #contactBoxHome #map {
	
	height:400px;

}

#particulars #map {
	
	height:300px;
	border-bottom:5px solid #fff;

}

#contactContainer #map {
	
	margin-top:40px;
	
}

#searchResultsContainer #map {


	margin:20px 0 20px 0;
	height:630px;
	border:1px solid #E6E6E6;
	
	
}

#mapContainer {
	
	background: url('../images/preloader.gif')  center no-repeat;

	
}

.custom .leaflet-popup-tip {
	
	    background: #FFF;
		padding-top:0;
		
}

.custom .leaflet-popup-content-wrapper {
    
	background: #FFF;
    color: #ffffff;
	padding:5px 0 0px 0;
	height:130px;
	width:350px;
	margin-bottom:0;
	position:relative;

}

.popupPhoto {
	
	width:180px;
	position:absolute;
	top:10px;
	left:10px;	
	
}

.popupDetails {
	
	width:150px;
	position:absolute;
	top:10px;
	left:180px;
	font-family: Arial, Helvetica, sans-serif;		
	
}

.popupType {
	
	color:#333;
	font-weight:600;
	padding:4px 0 4px 0;
	font-size:1em;
	border-bottom:2px dotted #E4E4E4;
		
}

.popupAddress {
	
	color:#333;
	font-weight:500;
	padding:4px 0 4px 0;
	font-size:1em;
	border-bottom:2px dotted #E4E4E4;
	
}

.popupPrice {
	
	color:#333;
	font-weight:600;
	padding:3px 0 3px 0;
	font-size:1.2em;
	
}

.popupButton a.button {
	
	position:absolute;
	bottom:0px;
	right:0px;
	color:#fff;
	padding:8px 10px;
	font-size:0.8em;
	
}

.popupPriceQualifier {
	
	font-size:0.8em;
	
}


/* End of maps */







/* End of size down effects on header */

#headerContent {
	
	position:relative;
	max-width:1300px;
	padding:0 20px;
	margin:0 auto;
	
}

#headerContact {
	
	position:absolute;
	top:0px;
	padding:20px 20px;
	right:0px;
	font-size:1.3em;
	font-weight:400;
	z-index:1000000;
	
}

/*
#socialHeader {
	
	position:absolute;
	top:19px;
	right:30px;
	
}
*/

#socialHeader {
	
	display:none;
	
}

#headerContact img {
	
	
}

/* Menu */

.navbar {
    background-color: none;
	background:none;
	margin:0;
	border:none;
	z-index:20000;
	padding:0 0 0 0;
	font-weight:400;
	
}




.navbar ul {
	margin-top:20px;
	margin-bottom:25px;
	font-weight:400;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;

}

li#telephoneNumber {
	
	color:#fff;
	font-size:1.2em;
	font-weight:500;
	padding:17px 15px 0 10px;
	
}


li#telephoneNumber img {
	
	margin-right:2px;
	
}

/* branding (logo) */

.navbar .navbar-brand {
	margin:0;
}

img#logo {
	height: 138px;
	margin-left:-15px;
	margin-top:-50px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;		

}

#headerResults img#logo {



}

#headerStrapline {
	
	position:absolute;
	top:-15px;
	left:180px;
	width:250px;
	color:#fff;
	font-size:1.1em;
	font-weight:400;
	text-shadow: 1px 2px 2px #000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;			
	
}

.navbar .navbar-nav > li > a {
    color: #fff;
	font-size:1.2em;
	margin:0 5px 0 0;
	padding:10px 15px;
	border:1px solid #720000;

}

.navbar .navbar-nav li.lastItem  a {
	
	padding-right:0px;


}


.dropdown-menu {
	
	padding:0px 0px 0px 0;
	font-size:0.95em;
	position:absolute;
	top:60px;
	z-index:1000;
	border:none;
	text-transform:uppercase;
		

}

 .dropdown-menu li a {
	 
	 padding:12px 18px 12px 18px;
	 color:#fff;
	
}


 .dropdown-menu li.active a {

	color:#53ECFE;
		
	
	
}

 .dropdown-menu li a:hover {
	

	color:#53ECFE;
	
}

.dropdown-menu li.active a:hover {

	color:#FFF;
	background:#F2BE0D;
	
}


/* 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 */

#footerContainer {
	
	padding:20px 0 0 0;
	
}

#footer {
	
	padding:0 0 35px 0;
	
}

#footer ul {
	
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
	
}

#footer ul li a {
	
	float:left;
	color:#fff;
	font-size:0.8em;
	/*text-transform:uppercase;*/
	padding:0 20px 0 0;
	text-decoration:none;
	
}

#footer ul li a:hover {
	
	color:#F7F7F7;
	
}


#footerLogos {
	
 
	text-align:left;
	padding:0 0 20px 0;
	padding-left:0;
	
}

#copyright {
	

	font-size:0.8em;
	text-align:right;
	color:#fff;
	padding:20px 0 0 0;
	
}

#copyright a {
	
	color:#fff;
	text-decoration:underline;
	
}

#copyright a:hover {
	
	color:#ccc;
	
}

/* Home page */

/* Slideshow */

#slideshowHome {
	
	position:relative;
	margin:0 0 0 0;

	
}

.cycle-slideshow { width: 100%; height:540px; margin: 60px auto 0px auto; padding:0; text-align:right; overflow:hidden; opacity:0.99;}

#slideshowContainer {
	
	max-height:800px;
	position:relative;
	overflow:hidden;
	
}

#slideshowContentContainer {
	
	position:absolute;
	top:60px;
	left:0px;
	width:100%;
	z-index:100;
	
}

#slideshowContent {
	
	max-width:1300px;
	position:relative;
	margin:0 auto;
	color:#fff;
	
}

#slideshowText {
	
	max-width:550px;
	width:100%;
	float:left;
	background:rgba(0, 0, 0, 0.6);
	margin:140px 0 0 0px;
	padding:30px 30px 30px 30px;	
	
} 

#slideshowText h2 {
	
	color:#FFF;
	font-size:1.7em;
	margin:0 0 0 0;
	padding:0;
	font-weight:500;
	letter-spacing: 4px;
	
}

#slideshowText h3 {
	
	color:#FFF;
	font-size:3.4em;
	margin:0;
	padding:0;
	font-weight:300;
	
}

#slideshowText h3 span {
	
	color:#FFF;
	font-weight:500;
	
}

#slideshowText p {
	
	margin:20px 0 40px 0;
	padding:0;
	color:#FFF;
	font-size:1.1em;
	
}


.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0 0px 0 0;

}


/* End of slideshow */

/* Charities */

#charityLogos {
	
	text-align:center;
	
}

#charityLogos img {
	
	margin:10px;
	width:118px;
	
}

/* Services Banner */

#servicesContainer {
	

	text-align:center;
	padding:30px 0 50px 0;
	background: #F2F2F2;
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;

	
}

#servicesContainer h2 {
	
	font-size:2.2em;
	margin:0;
	padding:0 0 30px 0;
	
}

#servicesContainer h3 {
	
	color:#333;
	font-size:1.2em;
	
}

#servicesContainer p {
	
	color:#333;
	
}

.service {
	
	background:#FFF;
	padding:40px 20px 20px 20px;
	opacity: 1;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
	box-shadow: 1px 1px 2px #ccc;			
	
}

.service:hover {
	
	opacity:0.9;
	background:#FFE8E8;
	
}

/* Home text */

#homeTextContainer {
	
	text-align:center;
	padding:20px 0 30px 0;
  	background: url('../images/homeTextBg.png') no-repeat right #333333;	
	
}

#homeTextContainer p {
	
	font-size:1.5em;
	line-height:1.7em;
	color:#fff;
	
}

#homeTextContainer h1 {
	
	font-size:2.2em;
	font-weight:500;
	color:#fff;
	
}

#homeTextContainer h1 span.highlight {
	
	color:#fff;
	
}

#homeTextButtons {
	
	margin:40px 0 20px 0;
	display:none;
	
}

/* Featured properties */



#featuredProperties .container-fluid {
	
	max-width:1380px;
	margin-bottom:10px;
	padding:0 40px;
	
}

#featuredProperties .container-fluid .row {

	margin:0px;
	padding:0px;
	
}

#featuredProperties .container-fluid .row .col-sm-3{

	margin:0px;
	padding:0px;
	
}

#featuredProperties {
	
	padding:40px 0 30px 0;
	margin:0 auto;
	/*background:#EFEFEF;*/	
	
}

#featuredProperties h2 {
	
	font-size:2.2em;
	margin:30px 0 30px 0;
	text-align:center;
	
}

.featuredPropertyContainer, .featuredProperty {
	
	height:250px;
	
}

.featuredPropertyContainer {
	
	overflow:hidden;
  	/*box-shadow: 0px 0 5px #ccc;*/ 	
	
}

.featuredProperty {
	
	position:relative;
	margin:0 0 0 0;
	opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;

	
}


.featuredProperty:hover {
	
	opacity: 0.6;
   
}

.featuredOverlay {
	
	position:absolute;
	bottom:0px;
	left:0px;
	display:inline-block;
	z-index:1000;
   padding:7px 15px 7px 15px;
   font-size:1em;
   color:#fff;
	

}

.featuredPropertyOverlay {
	
	position:absolute;
	top:0px;
	left:0px;
	display:inline-block;
	z-index:1000;
   padding:7px 15px 7px 15px;
   font-size:0.9em;
   color:#fff;
	

}

.statusLabel {
	
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(153, 0, 0, 0.79);
	color:#fff;
    padding:10px 15px 10px 15px;
    font-size:1em;
    font-weight:500;
	z-index:1000;
	
}

.searchResultOverlay {
	
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	display:inline-block;
	z-index:1000;
   padding:10px 15px 10px 15px;
   font-size:0.95em;
   color:#fff;	
	
}

img.featuredArrow {
	
	height:20px;
	margin-left:15px
	
}

.featuredPrice {
	
	padding:15px 0 15px 0;
	font-weight:500;

	
}



.featuredLabel {
	
	position:absolute;
	bottom:0px;
	left:0px;
	
}

img.featuredImage {
	
	width:100%;
	
}

#contactBoxHome {
	
	text-align:center;
	
}

/* End of home page */


/* Services page */

.pageImage {
	
	opacity:0.5;
	height:450px;
	width:100%;
	
}

.resultsPageImage {
	
	opacity:0.35;
	height:135px;
	width:100%;
	
}

#servicesImage {
	
		background: url('../images/services.jpg')  center top no-repeat;

	
}

#feesImage {
	
		background: url('../images/fees.jpg')  center top no-repeat;

	
}


#valuationImage {
	
		background: url('../images/valuation.jpg')  center top no-repeat;

	
}

#registerImage {
	
		background: url('../images/register.jpg')  center top no-repeat;
			
}

#contactImage {
	
		background: url('../images/slide1.jpg')  center top no-repeat;
			
}

#resultsImage {
	
		/*background: url('../images/searchResults.jpg')  center top no-repeat;*/
			
}



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;*/
	
}

.inputCentral input {
	
	margin:-5px auto 25px auto;
	
}

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;
	
}

/* Register and Valuation pages */

#buyingReqs {
	
	
}

#rentingReqs {
	
	display:none;
	
}


#registerContainer h2, #valuationContainer h2, #contactContainer h2 {
	
	padding-top:20px;
	text-align:center;
	font-size:2.2em;
	
}

#registerContainer p a, #valuationContainer p a {
	
	text-decoration:underline;
	
}

#registerContainer p, #valuationContainer p, #contactContainer p {
	
	line-height:1.6em;
	
}

#registerContainer {
	
	text-align:center;
	
}

#valuationContainer {
	
	text-align:center;
	
}


#valuationContainer h3, #registerContainer h3 {
	
	color:#333;
	font-weight:500;
	font-size:1.8em;
	margin:25px 0 30px 0;
	
}

#valuationFormContainer, #registerFormContainer {
	
	margin:30px 0 0 0;
	
}

#registerFormContainer label, #valuationFormContainer label {
	
	text-align:center;
	cursor:pointer;
	font-size:1.2em;
	
}


#registerFormContainer ul {
  
}

#registerFormContainer li {

}


#valuationFormContainer input, #registerFormContainer input, #valuationFormContainer select, #registerFormContainer select  {
	
	margin-bottom:15px;
	

	
}

fieldset#contactForm {
	
	
}


fieldset#contactForm .col-sm-1, fieldset#contactForm .col-sm-2, fieldset#contactForm .col-sm-3, fieldset#contactForm .col-sm-4, fieldset#contactForm .col-sm-5, fieldset#contactForm .col-sm-6, fieldset#contactForm .col-sm-12 {
	
	padding:0 7px;
	
}

#valuationFormContainer img, #registerFormContainer img {
	
	margin-bottom:20px;
	
}

.greyFormRow {
	
	background:#F4F4F4;
	margin:40px 0 20px 0;
	padding:10px 0 20px 0;
	
}

/* End of register & valuation page */


/* Search results */

#searchResultsImage {
	
		/*background: url('../images/searchResults.jpg')  center top no-repeat;*/
		height:150px;
		width:100%;
	
}

#searchHeaderBar {
	
	background:#fff;
	padding:20px 0 22px 0;
	
}

#viewButtons {
	
	float:left;
	
}

a#listButton {
	
	background: url('../images/listIcon.png')  left no-repeat;
	background-position: 7px 7px;
	
}

a#mapButton {
	
	background: url('../images/mapIcon.png')  left no-repeat;
	background-position: 7px 7px;	
}


#mapContainer {
	
	background: url('../images/preloader.gif')  center no-repeat;
	
}

/* Google maps info window */


.windowContainer {
	
	width:290px;
	padding:5px 0 0 0;
	-webkit-animation: fadeIn 600ms; /* Chrome, Safari, Opera */
	animation: fadeIn 600ms;
	
}

.windowLeftPanel {
	
	float: left;
	width:150px;
	
}

.windowRightPanel {
	
	float:left;
	padding:0 0 0 10px;
	width:140px;
	
}

.windowAddress {
	
	font-size: 0.95em;
	color:#333;
	padding:4px 0 4px 0;
	border-bottom:2px dotted #ccc;
	
}

.windowBedroomsType {
	
	color: #333;
	padding:3px 0 4px 0;
	font-size: 0.95em;
	font-weight:400;
	border-bottom:2px dotted #ccc;	
	
}



.windowPrice {
	
	font-size: 1.1em;
	font-weight: bold;
	padding:4px 0 4px 0;
	color: #333;
	
}

.windowRentFrequency {
	
	font-size: 1em;
	font-weight: normal;
	
}



a.windowButton {
	
	font-size:0.85em;
	display: inline-block;
	margin-top:10px;
	color:#fff;
	padding:5px 10px;
	text-decoration: none;
	
}


/* End of google maps info window */

a#listButton, a#mapButton, #currentListButton, #currentMapButton {
	
	display:inline-block;
	padding:5px 10px 5px 30px;
	text-decoration:none;
	color:#333;
	margin-right:7px;
 	
	
}


a:hover#listButton, #currentListButton {
	
	background-position: 7px 7px;	

	
} 

a:hover#mapButton, #currentMapButton {
	
	background-position: 7px 7px;	
	
}

#resultsLeftPanel {
	
	background:#fff;
	margin:-1px 0 0 -10px;
	
}

#map_canvas_1 {

	height: 626px; 
	margin:20px 0 0 0; 

}


/* Start of quick search */

#resultsLeftPanel input, #resultsLeftPanel select {
	
	margin-bottom:18px;
	
}

#resultsLeftPanel .row {
	
	margin:0 -10px;
	
}

#quickSearchResults {
	
	padding:10px 7px;
	
}

#quickSearchResults label {
	
	font-size:0.95em;
	
}

#leftField {
	
	margin-right:0px;
	padding-right:10px;
	
}

#rightField {
	
	margin-left:0px;
	padding-left:10px;
	
}

#quickSearchResults #searchSubmit {
		
	width:100%;
	margin:20px 0 0 0;
	font-size:0.9em;
	padding:8px 0;
	
	
}

#soldLet {
	

	
}

#soldLet input {
	
	display:inline-block;
	width:20px;
	height:20px;
	margin-left:105px;
	margin-top:25px;
	
}

#soldLet label {
	
	display:inline-block;
	margin-bottom:15px;
	padding-bottom:15px;
	margin-top:-10px;
	position:absolute;
	top:32px;
	left:15px;
	
	
}



a#showmenu {
	
	text-decoration:none;
	text-align:center;
	padding:8px 30px;
	display:inline-block;
	cursor:pointer;
	display:none;
	font-size:1.1em; 
	margin:0px 5px 12px 13px;
	text-transform:uppercase;
	color:#fff;
	font-weight:500;
	/*text-transform:uppercase;*/
	
}

#registerAdvert {
	
	padding:0 10px;
	margin:50px 0 30px 0;
	
}


#registerAdvert img{
	
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

#registerAdvert img:hover {
	
      opacity: 0.7;
	  
      }


/* End of quick search */

#searchResultsContainer {
	
		min-height:800px;
		padding:125px 0 0 0;

}

#searchResultsContainer h1, #searchNav {
	
	margin:4px 0 0 0;
	padding:0 0 0 0;
	font-size:1.3em;

	
}

#sortList {
	
	float:right;
	font-size:1.1em;
	color:#333;
	text-align:right;
	margin:4px 0 0 0;
	font-weight:500;
	
}

#sortList a {
	
	text-decoration:underline;
	
}

#propertiesList {
	
	padding-bottom:30px;
	
}

.searchResultContainer {
	
	margin:0;
	padding:20px 0 0 20px;
	
}

.searchResult {
	
	/*background: url('../images/searchResultBar.png')  right top no-repeat #fff;*/
	position:relative;
	overflow:hidden;
	height:200px;	
 	transition: background .25s ease-in-out;
  	-moz-transition: background .25s ease-in-out;
   	-webkit-transition: background .25s ease-in-out;	

	
}



.searchResultActive .photo {
	
	opacity: 0.5;

	
}

.searchResultPhoto {
	
	height:190px;
	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.5;
     
	  }
	  
.underOfferLabel, .soldLetLabel {
	
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	color:#fff;
	text-align:center;
	padding:10px 0;
	font-size:1em;
	font-weight:400;
	/*text-transform:uppercase;*/
	

}

.underOfferLabel {
	
	background: rgba(204, 0, 0, 0.6);
	
}

.soldLetLabel {
	
	background: rgba(204, 0, 0, 0.6);
		
}



#searchResultDescription {
	
	
	
}

.searchResultPriceLabel {
	
	font-size:1em;
	color:#878786;
	margin:20px 0 0 0;
	
	
}

.searchResultDetails {
	
	height:100px;
	position:relative;
	
}

.searchResultPrice {
	
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	background:#333;
	padding:7px 15px 10px 14px;
	font-size:1.5em;
	font-weight:400;
	
	
}

.searchResultAddress {
	

	
}
 

.searchResultType {
	
	margin:10px 0 0 0;
	padding:0 0 0 32px;
	background: url('../images/typeIcon.png')  left top no-repeat;		
	
}



.page-item active {
	
	background:#000;

}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;

}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #333;
  background-color: #eee;
  border-color: #ddd;
}


#searchNav {
	
	float:left;
	margin:0 0 0 0;
	
}


 
ol#mapsList {
	
	font-size:0.85em;
	margin:20px 0 0 0;
	padding:0;
	
}

ol#mapsList a {
	
	text-decoration:underline;
	font-weight:400;
	
}
 

 
/* Particulars */
 
#particulars {
	 
	 height:100%;
	 min-height:800px;
	 padding:110px 0 60px 0;
	 
 }
 
 #particulars #map_canvas_2 {
	 
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	 
 }



.detailsBar {
	
	margin-bottom:15px;
	padding-top:30px;
	
}

 #particularsBedrooms {
	 
	 font-size:1.6em;
	 font-weight:500;	
	 
 }
 
  #particularsAddress {
	 
	 font-size:1.2em;
	 color:#666666;
	 font-weight:400;
	 
 }
 
 #particularsPrice {
	 
	 font-size:2.6em;
	 font-weight:500;
	 text-align:right;	 
	 
 }
 
 
 .priceQualifier {
	 
	 font-size:40%;
	 font-weight:400;
	 
	 
 }
	 
	 
 
#particularsRightPanel {
	
	padding:0px 0 0 0;
	margin:0 0 30px 0;
	background:#fff;
	
}




#particularsRightPanel .highlight {
	
	font-weight:400;
	color:#fff;
	
}


#particularsRightPanel h3 {
	
	padding:25px 0 15px 0;
	margin:0 25px 20px 25px;
	font-size:1.3em;
	font-weight:500;
	border-bottom:2px dotted #E8E8E8;	
	
}

#particularsRightPanel #registerAdvert {
	
	padding:0 25px;
	margin:20px 0 0 0;
	
}


#branchAddress {
	 
	 font-size:0.9em;
	 font-weight:400;
	 margin-bottom:20px;
	 color:#fff;
	 padding:0 10px;
	 
 }
 
  #branchTelephone {
	 
	 font-size:1.2em;
	  font-weight:500;
	  color:#fff;
	 	 padding:10px 15px 0px 15px; 
	 
 }
 
 #branchTelephone img {
	 
	 width:16px;
	 margin:0 6px 0 0;
	 
 }
 
   #branchEmail {
	 
	 font-size:0.9em;
	 font-weight:500;
	 padding:10px 10px 10px 15px;
	 
 }
 
    #branchEmail a {
		
		color:#fff;
	 
 }
 
  #branchEmail img {
	 
	 width:16px;
	margin:0 6px 0 0; 
	 
 }
 
 #contactBox {
	 
	margin:25px 25px 0 25px;
	padding:0 0 10px 0;
	 
 }
 
	 
 #contactBox h2 {
	 
	color:#FFF;
	background:none;
	font-size:1.2em;
	margin:0 0 10px 0;
	font-weight:500;
	padding:15px 15px;
	width:100%;
	 
 }
 
  #contactBox h3 {
	 
	font-size:1.1em;
	color:#fff;
	font-weight:500;
	display:inline-block;
	padding:8px 0;
	margin:0 0 10px 0;
	 
 }
 
 #viewingFormMobile {
	 
	 display:none;
	 
 }
 
 #viewingForm {
	 
	 padding:0 25px 20px 25px;
	 
 }
 
 #viewingForm, #viewingForm p.error, #viewingForm ol.error {
	 
	 font-size:0.9em;
	 line-height:0.9em;
	 
 }
 
 #viewingForm p.error {
	 
	 margin:0 0 20px 0; 
	 padding:0;
	 
 }
 
 #viewingForm ol.error {
	 
	 margin:0 0 20px 12px;
	 padding:0; 
	 
 }
 



.shareIcons {
	
	margin:20px 0 20px 25px;
	
}

#mobileShare {
	
	display:none;
	
}



#particularsRightPanel p, #particularsRightPanelMobile p {
	
	padding:15px 0px 0 0px;
	margin:0 25px;
	
}

#particularsRightPanel ul {
	
	list-style-type:square;
	font-size:1.1em;
	margin:10px 25px 15px 25px;
	padding:0 0 0 15px;
	font-weight:400;
	}
	
#particularsRightPanelMobile ul	{
	
	
	list-style-type:square;
	font-size:1.1em;
	margin:10px 25px 15px 4px;
	padding:0 0 0 15px;
	font-weight:400;
	
}

#particularsRightPanelMobile p	{
	
	margin-left:0px;
	padding-left:0px;
	
}
	
	#particularsRightPanel ul span, #particularsRightPanelMobile ul span {
	
	color:#333;
	font-size:1em;

	}
	
	#particularsRightPanel ul li, #particularsRightPanelMobile ul li {
		
		margin:0 0 8px 0;
		padding:0 0 0 5px;

	}


#particularsMenu {
	

	margin:30px 0 -1px 0px;
	
}

#particularsMenu ul {
	
	padding:0 0 0 0;
	margin:0 0 0 0;

}

#particularsMenu li {
	display:inline;
	margin:0;
	line-height: normal;
}



#streetview {
	
	/*display:none;*/
		
}

#streetviewframe {
	
	width:100%;
	height:450px;
	
}

#adminFees {
	

	
}

#virtualTour {
	
	
	
}

#virtualTourVideo {
	
	margin:0px 0 20px 0; 
	width:750px; 
	height:550px;
	border:none;
	
}

#streetview h2 {
	
	margin:0 0 0 0;
	padding:0 0 0 0;
	
}

#description {
	
	background:#fff;
	padding:20px;
	
}

#floorplans {
	
	background:#fff;
	padding:20px;
	
}

#description h2 {
	
	padding:0 0 15px 0px;
	margin:0 0;
	font-size:1.3em;
	font-weight:500;
	
	
}

#description h3 {
	
	font-size:1.1em;
	margin:0;
	padding:0;
	font-weight:500;
	
}



#description ul {
	
	margin:10px 0 15px 3px;
	padding:0;
	list-style-type:square;
	list-style-position: inside
	
	
}

#description ul li {
	
	float:left;
	width:43%;
	margin:0 0 7px 0px;
	padding:0px 0 7px 0;
	border-bottom:1px solid #ECECEC;
		
}

#description ul li span {
	
	color:#333;
	font-weight:300;

		
}

#description img {
	
	margin:20px 0 20px 0;
	max-width:100%;
	
}

#adminFees {
	
	background:#fff;
	padding:20px;
	
}

#adminFees h2 {
	
	padding:0 0 15px 0px;
	margin:0 0;
	font-size:1.3em;
	font-weight:500;
	
	
}

#mapview {
	
	display:none;
	min-height:455px;
	
}

#mapview h2 {
	

	
}

#map_canvas_2 {
	
	width:100%; 
	height:270px; 
	
}

#floorplans {
	
	/*display:none;
	min-height:455px;*/
	
}

#floorplans img {
	
	border:5px solid #fff;
	max-width:100%;
	
}

#epc {
	
	display:none;
	
}

#epc img {
	
	border:5px solid #fff;
	
}

#roomsDetails {
	
	display:none;
	
}


#rentalFees {
	
	display:none;
	
}

/* Contact us */

#contactContainer {
	
	text-align:center;
	
}

#contactContainer #map_canvas_1 {

	height:350px; 
	width:100%;
	margin:30px 0 0 0;

}

#contactContainer .greyBar {
	
	padding:25px 0 35px 0;
	margin-bottom:0;
	
}

#contactContainer .greyBar h2 {
	
	margin:0;
	padding:5px 0 25px 0;
	font-size:1.6em;
	
}

h3#branchDetails {
	
	font-size:1.1em;
	line-height:1.5em;
	margin:0;
	padding:0;
	
}

#contactDetails {
	
	font-size:1.2em;
	line-height:2em;
	font-weight:500;
	margin:20px 0 20px 0;
	padding:0;
	
}

#contactDetails img {
	
	margin-right:5px;
	
}

#contactDetails .label {
	
	color:#000;
	display:inline-block;
	width:60px;
	font-weight:400;
	font-size:1em;
	margin:0;
	padding:0;
	text-align:left;
	
}

#contactDetails a {
	
	color:#333;
	text-decoration:none;
	
}

#contactDetails a:hover {
	
	color:#000;
	
}

/* 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-image: none;
  border: 1px solid #ccc;
  border-radius: none; 
  -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);
}

radio {
	
	background: none;
	border:none;
 	-webkit-box-shadow:none;
    box-shadow: none;
	margin-left:80px;
	margin:40px 0 0 0;
	width:40px;
	display:inline;
	
}

.radio {
	
	background:#ccc;
	text-align:center;
	height:30px;
	
}

checkbox {
	
	background: none;
	border:none;
	
}

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);
}


.form-inline select {

display:inline-block; 
width: auto;
vertical-align: middle;
padding: 4px 8px;

}


fieldset {
	
	border:none;
	margin:0px 0 0 0;
	padding:0px 0 0 0;
	
}

legend {
	
	margin:20px 0 25px 0;
	font-size:1.6em;
	display:inline;
	font-weight:500;
	padding:0 0 0 0;

	
}


/* End of form styles */

/* Galleria Azur Theme 2012-08-08 | http://galleria.io/license/ | (c) Aino */

/* Galleria Azur Theme 2012-08-08 | http://galleria.io/license/ | (c) Aino */

#galleria-loader{height: 1px}

#galleria {
	
	margin:0px auto;
	
}

#demoLabel {
	
	position:absolute;
	z-index:200;
	top:1px;
	left:15px;
	width:180px;
	height:180px;
	text-align:left;
	
}

.galleria-container {
    position: relative;
    overflow: hidden;
    font: 12px/1.4 arial,sans-serif;
    color: #fff;
	
}

.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;

}
.galleria-stage {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 35px;
}


.galleria-bar {
    height: 74px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    overflow: hidden;

}



.galleria-fullscreen,
.galleria-play {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    outline-width: 0 1px 0 0;
}
.galleria-play {
    background-image: url(../images/galleria/playpause-white.png);
    background-position: 50% 11px;
}
.galleria-play.pause {
    background-position: 50% -89px;
}
.galleria-fullscreen {
    right: 42px;
    background-image: url(../images/galleria/fscreen.png);
    background-position: 50% 11px;
}
.galleria-container.fullscreen .galleria-fullscreen {
    background-position: 50% -89px;
	
}

.galleria-container.fullscreen {
	
	background:#000;
	
}
.galleria-play.playing { background-position: 10px -91px }
.galleria-fullscreen.open { background-position: 8px -93px }

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active { background-color: #F2F2F2 }

.galleria-thumbnails-container {
    position: absolute;
    top: 4px;
    right: 88px;
    left: 0px;
    bottom: 0;
    z-index: 2;
    *top: 6px;
    *left: 6px;
}
.galleria-thumbnails-list {
    position: absolute!important;
    top: 3px;
    right: 0;
    left: 0;
    bottom: 0;
}
.galleria-thumbnails {
    text-align: left;
    float: left;
}
.galleria-carousel .galleria-thumbnails {
    float: none;
}
.galleria-thumbnails .galleria-image {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin: 0 2px 0 0;
    cursor: pointer;
    *border: 1px solid #111;
    opacity: .6;
    filter: alpha(opacity=60);
    background: transparent;
}
.galleria-thumbnails .galleria-image {
    *display: inline;
}

.galleria-container.notouch .galleria-thumbnails .galleria-image:hover,
.galleria-container.touch .galleria-thumbnails .galleria-image:active {
    opacity: .9;
    background: #9E272D;
    background: rgba(255, 255, 255, .3);
    filter: alpha(opacity=90);
}

.galleria-container .galleria-thumbnails .galleria-image.active,
.galleria-container.notouch .galleria-thumbnails .galleria-image.active:hover {
    opacity: 1;
    background: #9E272D;
    *border-color: #ccc;
    filter: alpha(opacity=100);
}

body .galleria-tooltip {
    background: #fff;
    background: rgba( 255, 255, 255, .8);
}

.galleria-captionopen {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(../images/galleria/bgie.png);
    background: rgba(0,0,0,.7);
    padding: 3px 8px;
    font-size: 10px;
    text-transform:uppercase;
    letter-spacing: 0.5;
    z-index: 2;
    cursor:pointer;
    color: #ccc;
}

.galleria-captionopen:hover {
    background: #000;
    color: #fff;
}


.galleria-captionclose {
    background: none;
    font-size: 18px;
    position: absolute;
    top: 0; right: 10px;
    cursor: pointer;
}

.galleria-captionclose:hover{
    color:#ccc;
}

.galleria-progress.nocanvas {
    width: 32px;
    height: 5px;
    background: rgba(255,255,255,.2);
    background: url(../images/galleria/20.png );
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    display: none;
}

.galleria-progress.nocanvas .galleria-progressbar {
    height: 100%;
    width: 0;
    background: white;
}

.galleria-info {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 37px;
    color: #fff;
    background: rgba(0,0,0,.4);
    z-index:2;
}

.galleria-info.toggler {
    visibility: hidden;
}

.galleria-info.toggler.open {
    visibility: visible;
}

.galleria-info-title {
    font-size: 12px;
    margin: 10px 14px 10px;
    padding-right: 100px;
}
.galleria-info-description {
    opacity: .7;
    margin: -10px 14px 10px;
    padding-right: 100px;
}
.galleria-counter {
    opacity: 0;
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 10px;
    z-index: 2;
	display:none;
    font-weight: bold;
}
.galleria-loader {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 2;
    display: none;
}

.galleria-loader.nocanvas {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    z-index: 2;
    display: none;
    background: #000 url(../images/galleria/loader.gif) no-repeat 50% 50%;
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 100%;
    height: 36px;
    left: 0;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0px;
    z-index: 2;
    background: url(../images/galleria/left.png) 50% 50% no-repeat;
    opacity: 0;
}
.galleria-image-nav-right {
    left: auto;
    right: 0px;
    background-image: url(../images/galleria/right.png);
    z-index: 2;
}
.galleria-container.notouch .galleria-image-nav-left:hover,
.galleria-container.touch .galleria-image-nav-left:active { opacity: .7!important }
.galleria-container.notouch .galleria-image-nav-right:hover,
.galleria-container.touch .galleria-image-nav-right:active { opacity: .7!important }

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background: url(../images/galleria/thumbleft-white.png) 50% 50% #E9E9E9;
    position: absolute;
    left: 3px;
    top: 3px;
    *top: 1px;
    *left: 1px;
    height: 60px;
    width: 23px;
    z-index: 3;
}
.galleria-thumb-nav-right {
    border-right: none;
    right: 3px;
    *right: 1px;
    left: auto;
    background: url(../images/galleria/thumbright-white.png) 50% 50% #E9E9E9;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #222;
    background-color: rgba(255, 255, 255, .07);
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-carousel .galleria-thumbnails-list {
    right: 28px;
    left: 28px;
}



/* End of galleria */



/* End of galleria */



/*--------Responsive/media queries------*/




/* Medium Devices, Desktops */


@media (max-width : 1500px) {


.cycle-slideshow { height:470px; width:100%; margin:125px 0 0 0; }
	
.cycle-slideshow img { height:auto; min-width:1650px; width:100%;}

.pageImage {
	
	height:340px;
	
}

#servicesImage, #valuationImage, #registerImage, #contactImage, #feesImage {
	
		background-size: 100% auto;
		margin-top:80px;
}

#pageHeadingContainer h1 {
	
	color:#fff;
	font-size:3.5em;
	margin:250px 0 0 0;
	
}



}


@media (max-width : 1300px) {


.searchResult {
	
	height:180px;	

	
}



.featuredPropertyContainer, .featuredProperty {
	
	height:220px;
	
}


.cycle-slideshow { height:470px; width:100%; margin:125px 0 0 0; }
	
.cycle-slideshow img { height:auto; min-width:1650px; width:100%;}

.pageImage {
	
	height:300px;
	
}

#servicesImage, #valuationImage, #registerImage, #contactImage, #feesImage {
	
		background-size: 100% auto;
}

#pageHeadingContainer h1 {
	
	color:#fff;
	font-size:3.5em;
	margin:200px 0 0 0;
	
}


}

@media (max-width : 1199px) {	
	
			
img#logo {

}

		

.navbar ul {


}

		
#socialHeader {
	
	display:none;
	
}		

#headerStrapline {
	
	display:none;	
	
}
		
.navbar .navbar-nav > li > a {
	
	font-size:1.1em;
	padding:10px 12px;

 

}

.shrink .navbar ul {
	


}

li#telephoneNumber {
	
	font-size:1.1em;
	padding:18px 20px 0 10px;
	
}

.dropdown-menu {
	

	top:60px;
	font-size:0.75em;


}

 .dropdown-menu li a {
	 
	 padding:12px 15px;
	
}

/* Slideshow styles */





/* End of video */




.featuredOverlay, .searchResultOverlay {
	
   font-size:0.8em;
 

}

.statusLabel {
	
	font-size:0.8em;
	
}




.featuredPropertyContainer, .featuredProperty {
	
	height:190px;
	
}

/* Services banner */



/* Search results */

#viewButtons {
	
	font-size:0.9em;
	
}

#searchMenu a {
	
	font-size:1.1em;
	padding:10px 0;

	
}

#leftField {
	
	margin-right:0px;
	padding-right:15px;
	
}

#rightField {
	
	margin-left:0px;
	padding-left:15px;
	
}

.searchResultPhoto {
	
	height:160px;
	
}

.searchResultPriceLabel {
	
	font-size:0.9em;
	margin:15px 0 0 0;
	
	
}

.searchResultPrice {
	
	font-size:1.5em;
	padding:0 25px 10px 0;
	margin-right:45px;

	
}

.searchResultAddress {
	
	margin:20px 0 0 0;
	font-size:0.8em;
	
}
 
.searchResultBedrooms, .searchResultType {
	
	color:#666666;
	font-weight:400;
	font-size:0.8em;
	
}

.searchResult {
	
	height:150px;	

	
}

ol#mapsList {
	
	font-size:0.85em;
	margin:20px 0 0 20px;
	padding:0;
	
}




/* End of search results */

#epc img {
	
	width:100%;
	
}

#particulars {
	 
	 padding:100px 0 60px 0;
	 
 }
 
 
 .pageImage {
	
	height:250px;
	
}

#servicesImage, #valuationImage, #registerImage, #contactImage, #feesImage {
	
		background-size: 100% auto;
}
 
 
 #pageHeadingContainer h1 {
	
	font-size:3.2em;
	margin:150px 0 0 0;
	
}

    }


/* Tablet */

@media (max-width: 992px) {
	
	
	
#headerContact {
	
	font-size:1em;
	font-weight:400;
	
}
	

.navbar {

	padding:0 0 0 0;
	min-height:auto;
	
}



.navbar ul {
	
	margin-top:13px;
	margin-bottom:10px;

}

.shrink .navbar ul {
	
	margin-top:12px;
	margin-bottom:12px;


}

li#telephoneNumber {
	
	display:none;
	
}


img#logo {
	/*height: 30px;*/
	height:120px;
}


.shrink img#logo {
	

	
}

.navbar .navbar-nav > li > a {

	font-size:0.95em;
	padding:10px 7px;


}	


.dropdown-menu {
	

	top:60px;
	font-size:0.7em;

	
}

 .dropdown-menu li a {
	 
	 padding:12px 10px;
	
}

#footer ul li a {
	
	font-size:0.7em;
	padding:0 10px 0 0;
	
}

.cycle-slideshow { height:380px; width:100%; margin:105px 0 0 0; }
	
.cycle-slideshow img { height:auto; min-width:1350px; width:100%;}


#slideshowText {
	
	margin:80px 0 0 0px;
	padding:30px 30px 30px 30px;	
	
} 


#slideshowHome {
	
	height:560px;
	
}


/* Slideshow styles */




/* End of slideshow */


.featuredArrow {
	
	display:none;
	
}

.featuredPropertyContainer, .featuredProperty {
	
	height:140px;
	
}

/* Search results */


#searchResultsContainer {
	
		padding:100px 0 30px 0;

}

#searchNav {
	
	display:none;
	
}

#resultsLeftPanel input, #resultsLeftPanel select {
	
	margin-bottom:12px;
	
}

#searchMenu a {
	
	font-size:1.3em;
	padding:8px 0;
	width:100%;
	
}

.searchResultPhoto {
	
	height:110px;
	
}

.searchResultPriceLabel {
	
	font-size:0.8em;
	margin:10px 0 0 0;
	display:none;
	
	
}

.searchResultPrice {
	
	font-size:1.2em;
	padding:10px 25px 10px 0;
	margin-right:45px;

	
}

.searchResultAddress {
	
	margin:15px 0 0 0;
	font-size:0.7em;
	
}
 
.searchResultBedrooms, .searchResultType {
	
	color:#666666;
	font-weight:400;
	font-size:0.65em;
	height:20px;
	
}


.searchResult {
	
	height:110px;	

	
}


.underOfferLabel, .soldLetLabel {
	
	
	padding:7px 0;
	font-size:0.8em;
	
}

#sortList {
	
	font-size:0.9em;
	
}

#leftField {
	
	margin-right:0px;
	padding-right:15px;
	
}

#rightField {
	
	margin-left:0px;
	padding-left:15px;
	
}

#searchResultsContainer h1 {
	
	font-size:1.1em;
	margin-right:0px;

}


/* End of search results */



h3#branchDetails {
	
	font-size:1.1em;
	line-height:1.7em;
	margin-bottom:20px;
	
}

#contactDetails {
	
	font-size:1.1em;
	line-height:1.7em;
	
}


#particulars #registerAdvert {
	
	display:none;

}

#particularsRightPanel {
	
	border-top:none;
	padding-top:20px;
	
}

#description {
	
	border-bottom:none;
	
}

 .pageImage {
	
	height:190px;
	
}

#servicesImage, #valuationImage, #registerImage, #contactImage, #feesImage {
	
		background-size: 100% auto;
}

 #pageHeadingContainer h1 {
	
	font-size:3em;
	margin:100px 0 0 0;
	
}

}

/* Mobile styles */

@media (max-width: 767px) {

#header {
	
	
	
}

img#logo, #headerResults img#logo {

	height:55px;
	width:auto;
	margin:-10px 0 0 0;
}




/* Size down effects on header */

.shrink img#logo, #headerResults .shrink img#logo {
	
	height:55px;
	margin:-10px 0 0 0;
 
}

.shrink .navbar {


	
}

.shrink .navbar ul {


}



#headerContact {
	
	display:none;
	
}

.navbar {

	padding:0 0 0px 0;
	background:#720000;
	min-height:auto;

	
}
	
	.navbar .navbar-brand {
 

	height:65px;
	display:block;


}

.navbar .navbar-nav > li > a {

	font-size:0.7em;
	padding:10px 18px;
	margin:0;


}

.navbar {
	
	position:fixed;
	width:100%;
	z-index:1000;
	margin-bottom:0px;

}	

.navbar ul {
	margin-top:0px;
	margin-bottom:0px;

}

.navbar .navbar-nav > li > a {

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	box-shadow:none;
	border:none;
	font-size:1em;

}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {

	box-shadow: none;
	border:none;

}
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus {

	box-shadow: none;
	border:none;

}

.navbar .navbar-nav .open .dropdown-menu li a,
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu {
	
  color:#fff;
  font-size:1em;
  padding:7px 10px;
  margin:0;

}


.dropdown-menu li a:hover

{
	color:#333;
	border:none;

}


.cycle-slideshow { height:372px; width:100%; margin:0 0 0 0; }
	
.cycle-slideshow img { height:auto; min-width:1450px; width:100%; float:right}


/* Slideshow styles */


#slideshowText {
	
	max-width:100%;

	height:372px;
	width:100%;
	margin:0px 0 0 0;
	padding:30px 30px 0 30px;
	text-align:center;
	
} 

#slideshowText h2 {
	
	font-size:1.6em;
	letter-spacing: 4px;
	
}

#slideshowText h3 {
	
	font-size:2em;
	
}

#slideshowText p {
	
	margin:20px 0 20px 0;
	font-size:1em;
	
}


#homeTextContainer p {
	
	font-size:1.1em;
	line-height:1.3em;
	
}

#homeTextContainer h1 {
	
	font-size:2em;
	
}

/* End of slideshow */

/* Services banner */



#servicesContainer {
	

	text-align:center;
	padding:30px 0 30px 0;

	
}

#servicesContainer h2 {
	
	font-size:2em;
	margin:0;
	padding:0 0 30px 0;
	
}


.service {
	
	margin-bottom:20px;
	
}



#streetviewframe {
	
	height:220px;
	
}


#footerLogos img {
	
	margin:0 0 10px 0;
	

	
}



h1 {
	
	font-size:1.8em;

	
}

h2 {
	
	font-size:1.4em;

	
}


#homeBoxes {
	
	z-index:1;	
	
}


.form-inline select {
	
	width:100%;
	border-radius: 0px;

}

#pageMenu ul {
	
	margin:0 0 0 0;
	
}

#pageMenu ul li a {
	
	width:100%;

	
}

#pageMenu .container {
	
	margin:0;
	padding:0;
	
}

#pageMenu ul li {
	
	display:inline-block;
	width:100%;
	
}

.form-inline label {
	
	margin:0 4px 8px 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 {
	

	
}

#featuredProperties {
	
	display:none;
	
}

/* Search results */

#resultsLeftPanel {
	
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin:-20px -5px 0 -10px;
	padding-bottom:10px;
	
}

#headingDesktop {
	
	display:none;
	
}

#searchHeaderBar {
	
	background:#fff;
	padding:20px 0 22px 0;
	
}

.searchResultPhoto {
	
	height:auto;
	
}

#searchResultsContainer #map_canvas_1 {
	
	display:none;
	
}



.searchResultContainer {
	
	margin:0;
	padding:0 17px 5px 17px;
	
}

.searchResult {
	
	height:auto;	
	
}


.searchResult {
	
	margin-top:15px;



	
}


.searchResult:hover {
	

	text-decoration:none;
	
}

.searchResultPhoto {
	
	height:auto;

	
}

.searchResultPrice {
	
	font-size:1.8em;
	font-weight:400;
	border-bottom:none;
	padding:10px 0 10px 15px;
	margin:0 15px 0 0;
	margin-right:0;
	
}

.searchResultPrice a:hover {
	
	text-decoration:none;
	
}

.searchResultAddress {
	
	margin:10px 15px 15px 15px;
	font-size:0.9em;
	
}
 

.searchResultBedrooms, .searchResultType {
	
	font-weight:400;
	font-size:0.9em;
	padding:0 15px 15px 15px;
	margin:0 0 8px 15px;
	
}

.searchResultBedrooms {
	
	padding:0 0 0 32px;
	background: url('../images/bedroomIcon.png')  left top no-repeat;		
	
	
}

.searchResultType {
	
	padding:0 0 0 32px;
	background: url('../images/typeIcon.png')  left top no-repeat;		
	
}


#registerAdvert {
	
	display:none;
	
}

#sortList {
	
	display:none;
	
}

#viewButtons {
	
	display:none;
	
}

#refine {
	
	display:none;
	
}
	
a#showmenu {
	
	display:block;
	margin-top:20px;
	
}
	
#searchResultsContainer {
	
		padding:40px 0 30px 0;

}

#quickSearchResults #searchSubmit {
		
	margin:20px 0 20px 0;
	font-size:1.1em;
	padding:8px 0;
	
	
}


/* End of search results */

/* Particulars */

.section {
	
	height:auto;
	min-height:30px;
	padding-bottom:20px;

	
}

.detailsBar {
	   
	   padding:0;
	   margin:0 0 25px 0;
	 
 }
 
 #particularsBedrooms {
	 
	 font-size:1.2em;
	 font-weight:500;
	 padding-bottom:5px;
	 padding-top:20px; 
	 margin-bottom:0;
	 
 }
 
 #checkboxes {
	 
	 text-align:center; 
 }
 
  #particularsAddress {
	 
	 font-size:1em;
	 font-weight:300;
	 padding-bottom:6px; 
	 margin-bottom:0;
	 
 }
 
 #particularsPrice {
	 
	 font-size:1.4em;
	 padding:0 0 6px 0;
	 font-weight:500;
	 text-align:left;
	 margin:0 15px 20px 15px;

	 
 }
 
 
 .priceQualifier {
	 
	 font-size:60%;
	 font-weight:400;
	 
	 
 }

#particularsMenu {
	
	margin-bottom:-1px;
	
}

 .galleria-bar {
    height: 40px;

}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right {

    height: 27px;

}

.galleria-thumbnails .galleria-image {
    width: 27px;
    height: 27px;

}


.galleria-info {

    bottom: 0px;

}


#particularsMenu a {
	
	color: #fff;
	font-size: 0.8em;
	padding: 13px 14px;
	margin-bottom:0px;


}

#particularsMenu a:hover {
	
	padding: 8px 14px 13px 14px;	

} 

#particularsMenu a:hover, #particularsMenu a.currentParticularsTab {
	
	padding: 8px 14px 13px 14px;	

}




#particularsRightPanel {
	
	display:none;
	
}

 #viewingFormMobile {
	 
	 display:block;
	 
 }
 
  #viewingFormMobile #viewingForm {
	  
	  margin:0;
	  padding:0;
	 
 }

#mobileShare {
	
	display:block;
	
}

#mobileShare h2 {
	
	margin:0 0 0 0;
	padding:0;
	
}

#mobileShare .shareIcons {
	
	margin:0;
	padding:0;
	
}

a#rooms {
	

	padding:6px 0px;
	font-size:0.7em;
	
}

a#viewing {
	
	
	padding:6px 0px;
	font-size:0.7em;
	
}
	

 
 #particulars {
	 
	 padding-top:60px;
	 
 }
 
 #imageContainerResults {
	 
	 display:none;
	 
 }


#epc img {
	
	width:100%;
	
}

#map_canvas_2 {
	

	height:220px;
	margin:0 0 20px 0;

	
}


#description ul li {
	
	width:100%;
		
}

#searchResultsImage {
	
	display:none;
	
}

#headerResults  {
	
	height:60px;
	
}

#headerContent {
	
	padding:0;
	
}

#contactBar {
	
	display:none;
	
}

#contactContainer #map_canvas_1 {

	height:250px;

}



.pageImage {
	
	height:230px;
	margin-top:0;
	
}

#valuationImage, #registerImage, #contactImage, #servicesImage, #resultsImage, #feesImage {
	
		background-size: cover;
		margin-top:0;
	
}

#pageHeadingContainer h1 {
	
	color:#fff;
	font-size:2.2em;
	margin:140px 0 0 0;
	
}

#resultsHeadingContainer h1 {
	
	color:#fff;
	font-size:2.2em;
	margin:40px 0 0 0;
	
}

#valuationContainer h2, #registerContainer h2 {
	
	padding-top:10px;
	text-align:left;
	font-size:1.4em;	
	
}

#contactContainer h2 {
	
	padding-top:10px;
	font-size:1.4em;
	
}

#pageText h2 {
	
	margin-top:-20px;
	
}

#valuationImage {
	
	
	
}

#valuationContainer h1, #registerContainer h1 {
	
	text-align:left;
	
	
}


#valuationContainer p, #registerContainer p, #contactContainer p {
	
	text-align:left;
	
	
}


#valuationContainer p.error, #registerContainer p.error {
	
	text-align:center;
	
	
}

#registerContainer, #valuationContainer {
	
	
	
}


#registerContainer legend, #valuationContainer legend {
	
	font-size:1.4em;
	
}

#registerContainer p, #valuationContainer p {
	
	
	
}

fieldset#contactForm .col-sm-1, fieldset#contactForm .col-sm-2, fieldset#contactForm .col-sm-3, fieldset#contactForm .col-sm-4, fieldset#contactForm .col-sm-5, fieldset#contactForm .col-sm-6, fieldset#contactForm .col-sm-12 {
	
	padding:0 15px;
	
}


#contactContainer .greyBar {
	
	margin:0px 0 0px 0;
	padding:0 0 30px 0;
	
}

#contactContainer .greyBar h2 {
	
	font-size:1.4em;
	margin:20px 0 0 0;
	
}

#contactContainer #branchDetails {
	
	font-size:1em;
	
}

#contactContainer #contactDetails {
	
	font-size:1em;
	
}

.inputCentral {
	

	
}

.inputCentral input {
	
	margin:10px auto 25px auto;
	width:30px;
	
}

#checkboxes .inputCentral input {
	
	margin:0px auto 25px auto;
	width:30px;
	
}

#contactContainer #map, #contactBoxHome #map {
	
	height:200px;

}

#searchResultsContainer #map {
	
	height:200px;

}	

#particulars #map {
	
	height:200px;

}


}

/*----End of responsive media queries ---*/