/**************************** Fonts ***************************/
/*
  Lorimer_Medium
 */
@font-face {
	font-family: 'Lorimer_Medium';
	font-style: normal;
    font-weight: 100;
	src: url('../../../static/libs/fonts/Lorimer_Medium.eot'); /* IE9 Compat Modes */
	src: url('../../../static/libs/fonts/Lorimer_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../../static/libs/fonts/Lorimer_Medium.woff') format('woff'), /* Modern Browsers */
		 url('../../../static/libs/fonts/Lorimer_Medium.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../../static/libs/fonts/Lorimer_Medium.svg') format('svg'); /* Legacy iOS */
}

html, body {
	/* font-family: Lato, sans-serif; */
	font-family: Lorimer_Medium;
	background-color: #f6f6f7;
	/******* safari font issue **********/
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke:1px transparent;
	-moz-font-smoothing: subpixel-antialiased;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-family: Lorimer_Medium;	
	-webkit-font-smoothing: subpixel-antialiased;
}
html, body, h1, h2, h3, h4, h5, h6 {
    font-family: Lorimer_Medium;
    color: black !important;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
}
.homepage-slider-caption {
	text-align: center;
}
h2, h2 span {
	font-size: 14pt;
	color: #000;
}
h3 {
	font-size: 14pt;
	color: #000;
}
h4 {
	font-size: 11pt;
	color: #000;
}
a {
	color: #759b2a;
}
.header-logo-text {
	letter-spacing: 5px !important;
}
.social-button {
	float: right;
	height: 45px;
}
.social-button-block {
	margin-right : 15px;
}
.social-button-block .button {
    padding: 0px 20px;
}
.social-button-block .fa {
	font-size: 20px;
	margin-left: 5px;
	margin-top: 2px;
}
.social-button .button:HOVER {
	color: #759b2a !important;
}
.active-menu {
	color: #759b2a !important; 
}
.menu {
	font-size: 18px !important;
}
.active-menu .fa-circle {
	color: #759b2a !important;
}
.search-type-radio.active {
	background-color: #759b2a !important;
	color: #fff !important;
}
.search-type-radio {
	color: #759b2a;
}
.theme-button {
	background-color: #759b2a;
	color: #FFFFFF;
	cursor: pointer;
	width: 100%;
}
#propertySearch .theme-button  {
  	margin-top: 5px;
  	margin-bottom: 5px;
}
.irs-from, .irs-to, .irs-single, .irs-min, .irs-max {
	background: #759b2a !important;
}
.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background-image: url(../images/sprite-skin-nice-green.png) !important;
}
.irs-min, .irs-max {
	color: #fff !important;
	display: none;
}
.irs-from, .irs-to, .irs-single {
    background: rgba(1,1,1,1) !important;
}
.full-bottom {
    margin-bottom: 30px;
}

.decoration {
    height: 1px;
    background-color: transparent !important;
    margin-bottom: 20px;
    display: block;
    clear: both;
}

.slider-container {
	background-color: black;
}
/**************************** footer ******************/
.footer-top .estate-label {
	margin-right: 0px !important;
}
.footer-top span {
	letter-spacing: 3px !important;
}
.footer-top .estate-agent-email a {
	 margin-left: 0px !important;
}
.footer-main-div {
	background-color: #fff;
}
.footer-top {
	padding-left: 31px !important;
}
.affiliates {
	float: left;
    width: 50%;
    text-align: center;
    height: 55px;
    margin-bottom: 15px;
}
.affiliates-logo {
	width: 100px;
    margin: auto;
}
.footer-address{
	text-align:center;
	line-height: 20px; 
	margin-bottom: 5px; 
	font-size: 14px;
	letter-spacing: 1px;
	width: 100%;
	max-width:480px;
	font-weight:bold;
	margin: 0 auto;
	color: #000;
}
.center p a {
	padding: 7px;
	color: #000;
}
.footer-main-div h3 {
    color: #f05b83 !important;
    padding: 15px 0px;
}
.footer-copy-right {
	font-size: 13px;
    line-height: 20px;
    padding: 10px;
    background-color: #f05b83;
    color: #fff;
    margin-bottom: 0px;
}
.footer .fa {
	margin-top: 18px;
}
.instagram-footer {
	background: #125688;
}
.full-bottom {
    margin-bottom: 20px !important;
}
.footer-panel-body {
	padding: 15px;
	height: 50px;
	background-color: #000;
}
.footer3 h4 {
    color: #f05b83 !important;
}
.by-value {
	color: black;
}
.by-value:HOVER{
	color: black !important;
	text-decoration: underline;
}
.pink {
	color: #f05b83 !important;
}

.content p {
    color: #759b2a;
}

a, a:hover, a:focus {
    color: #759b2a;
    text-decoration: none;
}

.btn-blog {
    color: #ec5a8c;
}
.blog-content-p {
    font-size: 15px !important;
    color: black !important;
    line-height: 1.5;
    height: 110px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.blog-content-p1 {
    font-size: 15px !important;
    color: black !important;
    line-height: 1.5;
    overflow: hidden;
    display: block;
    width: 100%;
}
.no-result{
	display: none;
}

/********   property search  ********/
.property-img {
	width: 100% !important;
}
.ajax-loader {
	width: 100%;
}
/*** search result ***/

.ajax-loader {
	width: 100%;
}
.blockUI.blockMsg.blockPage {
	background: none !important;
}
/********   property search  ********/
.property-img {
	width: 100% !important;
}
/*** property detail ***/
#progressBar {
	z-index: 0 !important;
}
#map-canvas{
	height: 300px;
	overflow: visible;
}
.property-detail-header {
	color: #f05b83 !important;
	font-size: 15px;
	font-size: 20px;
}
.full-width {
	width: 100%;
}
.error-code {
	font-size: 75px;
    padding: 50px;
}
.field-name {
    color: #759b2a !important;
    font-size: 14px;
    font-weight: normal;
}
.ui-widget-header {
	background: #759b2a !important;
	border: 1px solid #759b2a;
}
.#ui-datepicker-div .ui-widget-header {
    background: none repeat scroll 0 0 #759b2a !important;
}
#ui-datepicker-div .ui-state-highlight , #ui-datepicker-div .ui-state-hover{
	background: none repeat scroll 0 0 #759b2a !important;
	color:#fff !important;
}
#contactForm label.error, #requestAnAppraisalForm label.error, #arrangeViewingForm label.error, #validEmail, #resetPasswordForm label.error {
	color: #f00 !important;
	margin-top: -10px;
  	margin-bottom: 5px;
}
/********** my account ************/

.active a{
	color: #f05b83;
}
.detail_right .active a {
	background-color: #eaeaea !important;
}
/********* register page *********/

#register-form h6 {
    color: #759b2a;
    font-size: 14px;
}

form h6 {
    color: #759b2a;
}

#contactForm label, #requestAnAppraisalForm label, #registrationForm label, .mydetails-form label, #arrangeViewingForm label {
    color: #759b2a;
    font-size: 14px;
}

.expand-reg, .collapse-reg {
	background-image: url(/themes/michaelmorris-theme/images/expand.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	color: #999999;
    background-size: 16px 16px;
    cursor: pointer;
    margin-bottom: 0px;
    margin-left: 17px;
    margin-top: -15px;
}
.collapse-reg {
  	background-image: url(/themes/michaelmorris-theme/images/collapse.png);
}

label.register-area-chekbox {
    color: #999999 !important;
}

#requestAnAppraisalForm h5, #registrationForm h5, .mydetails-form h5 {
  	/* color: #759b2a; */
  	letter-spacing: 1px;
}

p.privacy-statement {
    color: #759b2a;
}

.m-mm-color {
	color: #759b2a;
}

/******** contact us ***********/

.form-field {
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	min-width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.4);
	font-size: 12px;
	color: #666;
	border: solid 1px #cacaca;
}

.textarea{
	
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 18px;
	height: 80px;
	min-width: 100%;
	display: block;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.4);
	font-size: 12px;
	border: solid 1px #cacaca;
	color: #666;
}

.contact-form .error {
    color: #ff0000 !important;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

/******** Login Page ***********/
#login-page label {
	padding-left: 23px;	
	color : #759b2a ;
}

.loginbox .error {
	color: #ff0000 !important;
	margin-bottom: 0px;
}

h2.center-text{
	color: #759b2a !important;
    margin-top: 0;
}

#contactForm label.error, #requestAnAppraisalForm label.error, #registrationForm label.error, .mydetails-form label.error,
#arrangeViewingForm label.error, #validEmail, #forgotPasswordForm label.error {
	color: #ff0000 !important;
  	margin-bottom: 5px;
  	margin-top: -17px;
}
/****************************** Register Page ***********/

#register-form h6 {
    color: #759b2a;
    font-size: 14px;
}

form h6 {
    color: #759b2a;
}

#contactForm label, #requestAnAppraisalForm label, #registrationForm label, .mydetails-form label, #arrangeViewingForm label {
    color: #759b2a;
    font-size: 14px;
}

label.register-area-chekbox {
    color: #000 !important;
}

#requestAnAppraisalForm h5, #registrationForm h5, .mydetails-form h5 {
  	/* color: #759b2a; */
  	letter-spacing: 1px;
}

p.privacy-statement {
    color: #759b2a;
}

.m-mm-color {
	color: #759b2a;
}


/************************my details and my viewing ********************************/

.detail_right {
    padding-top: 1%;
    padding-left: 3%;
}

.fc-header-title h2 {
    margin-top: 13px !important;
}


/************************ unused css for m-michaelmorris ********************************/

.lead-paragraph,.lead-paragraph span {
	font-size:11pt;
	color: #858585;
}
.body-paragraph, .body-paragraph span {
	font-size: 9pt;
	color: #858585;
}
.homepage-slider-caption h1 {
	color: #fff;
  	font-weight: 100;
}
.home-title {
	color: #333333;
	font-size:18pt;
}

#user-settings-menu {
	right:40px;
}
#property-serach-menu {
	right:80px;
}
/* #userSettings {
	height: 172px;
} */
#userSettings > div:FIRST-CHILD{
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
#userSettings .vertical-seperator {
	width: 1px;
	float: right;
	height: 60px;
	border-right: solid 1px rgba(0,0,0,0.1);
	margin-right:5px;
	margin-left:5px;
}

.language-block {
	float: right;
}
.language-block .language-flag {
	float: left;
	margin-right: 14px;
	margin-top: 17px;
}
.language-block .language-flag img{
	height: 25px;	
}
#propertySearch {
	height: auto;
}
.navigation .fa-sign-in, .navigation .fa-user,.navigation .fa-sign-out {
	position: absolute;
	right: 25px;
	margin-top: 22px;
	width: 8px;
	transition: all 200ms ease;
	font-size: 14px;
}
.radio-group {
	width: 100%;
	background: #fff;
	float: left;
	font-weight: bold;
}
.radio-group input[type=button] {
	width: 50%;
	background: #fff;
	cursor: pointer;
	height: 53px;
	float: left;
	font-size: 15px;
}
.radio-group input[type=button]:FIRST-CHILD {
	border-right: solid 1px rgba(0,0,0,0.1);	
}
.search-result-header {
	margin-top : 15px;
	margin-bottom: 10px;
}
#propertySearch .formFieldWrap {
	margin-top:0; 
}
li#let-types-radiobtn {
	margin-top:0px !important; 
}
#let-types-radiobtn {
	width: 100%;
	margin: 0 auto;
	padding: 12px 10px 0px 14%;
}
.letRadioBtnGroup {
	margin:10px 0px;
}
.letRadioBtnGroup #shortTermRentalradiobtn{
	float:left; 
	clear:none;
}
.letRadioBtnGroup label {
	line-height:21px;
	padding: 2px 1em 0 0;
	float:left;
	clear:none; 
	display:block; 
	padding: 0px 3em 5px 0px;
}
.letRadioBtnGroup #rentalRadiobtn {
	padding-left: 9px;
}
.letRadioBtnGroup input[type=radio], input.radio {
	margin: 3px 7px 0 2px;
	float:left; 
}
#mydetailsRentFrequency {
	float: none;
	width:	100%
}
.search-result {
	margin-top: 15px;
}
.navigation ul li {
	float: left;
	width: 100%;
}
.navigation ul li.slider-section{
	line-height: 68px;
}
#propertySearch .form-element{
	border: 0;
}
.hidden {
	display: none !important;
}

.sales-active {
	height: 272px;
}
.letting-active {
	height: 328px;
}

.bottomright , .irs-from, .irs-to, .irs-single, .irs-grid-text, .thumbnail-address3, .sale-amount-block ,.font-12{
	font-size : 12px;
}
.font-14, .map_canvas_check label {
	font-size: 14px;
}
.thumbnail-address2 h3 {
	font-size: 18px;
	color: #d92959;
}
.bottomleft.pull-left.font-14 {
	color: #666666;
}

.deploy-logo img {
	width: 117px;
	margin: 0;	
}
.currency-block .currencyCode:last-of-type{
	margin-right : 15px;
}
.fa.pull-right {
	margin-top: 3px;
}

.currencyCode {
	padding: 5px 10px;
	margin-left: 10px;
	text-align: center;
	border-radius: 6px;
	background-color: #ccc;
}
.currency {
	color: #fff;
	cursor: pointer;
}
.currencyactive {
	color: #bd0b56 !important;
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
.language-header {
	width : 70px; 
	text-align: center;
}
.language-header a {
	float : left;
	margin-right:10px;
}
.linkedin-footer {
	background-color: #4099FF;	
}
.user-language {
	text-align: center;
	display: inline;
	margin-left: 5px !important;
	border-radius: 0 !important;	
}
.footer a {
	width:20%;
}
.property_block {
	 margin:10px 0;
	 border-bottom: 1px dotted #ccc;
	 font-size: 12px
}
.property_block:last-child{
	border-bottom: 0;
	margin-bottom: 0px !important;
}
.bathroom , .bed {
    background-image: url("../../boulle-theme/images/bath.png");
    background-repeat: no-repeat;
    float: left;
    height: 20px;
    width: 21px;   
    background-position:center;
    padding: 10px;
    margin: 0px 5px 0px 5px;
}
.bed {
	background-image: url("../../boulle-theme/images/bed.png");
	background-position:center;	   
}
.sale-amount-block .sale,.sale-amount-block .amount {
	margin:5px 0;
	padding: 5px 10px;
	width: 49.5%;
	max-width:220px;
	text-align: center;
	height: 30px;
  	background: none repeat scroll 0 0 #747d7d;
	color: #fff;
	font-size: 16px;
}
.sale-amount-block .amount{
	border: 1px solid #333333;
	background: #fff;
	color: #333333;
}
.sale-amount-block .sale {
	color: #fff;
}
.sale-amount-block { 
	top:-60px;
}
.property-raw {
	float: left;
	width: 100%; 
}
.property-detail-box{
	margin-top : -30px;
}
.flex-next{
	background-image: url("../../boulle-theme/images/next-dt-hv.png");
	background-position: 0 -11px !important;
}
.flex-prev{
	background-image: url("../../boulle-theme/images/pre-dt-hv.png");
	background-position: 0 -11px !important;
}

.property-details-label {
  left: -1px;
}
.price-tag , .price-bed-detail{
	height: 25px;
	border: 1px solid #555;
	width: 100px;
	text-align: right;
	padding: 5px 10px;
	background: none repeat scroll 0 0 #fff;
	color: #565455 !important;
	margin-bottom: 5px;	
	font-size: 12px;
	padding: 2px 10px;
}
.align-justified {
	text-align: justify;
}
.property-overview {
	height: 120px;
	min-height: 120px;	
	 -webkit-transition-property: height; /* Safari */
    -webkit-transition-duration: 300ms; /* Safari */
    transition-property: height;
    transition-duration: 300ms;
}
.height-auto {
	height: auto !important;
	 -webkit-transition-property: height; /* Safari */
    -webkit-transition-duration: 300ms; /* Safari */
    transition-property: height;
    transition-duration: 300ms;
}

li.about-us-tab,
li.property-detail-tab {
	width:100%;
	list-style: none;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	cursor: pointer;
	float: left;	
}
#loginsaveThisProperty,
#saveThisProperty,
#alreadysaved{
  border-bottom: none !important;
}
#loginsaveThisProperty, #alreadysaved {
	margin-left: -20px;
}
#alreadysaved{
	cursor: default;
}
li.property-detail-tab {
	text-transform: uppercase;
}
li.about-us-tab:first-child,
li.property-detail-tab:first-child {
	border-top: 1px solid #ccc;
}
li.about-us-tab a,
li.property-detail-tab a {
	width: 100%;
}
.propery-map-options { 
	margin-bottom: 10px;
}
.propery-map-options > div{
	float: left;
	  margin-right: 5px;
}
.propery-map-options > div > * {
	float: left;
	margin-left: 5px;
}
[type=checkbox]{
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
}
[type=radio]{
	-webkit-appearance: radio !important;
	-moz-appearance: radio !important;
}


/**************** date picker css***************/
.ui-datepicker.ui-widget{
	font-size: 1.5em;
	width: 75%;		
}
.ui-datepicker table tr td:first-child{
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a{
	text-align: center;
}
.ui-datepicker td{
	line-height: 28px;
}


#ui-datepicker-div .ui-state-default{
	border-color: #555;
	color: #555;	
}
#ui-datepicker-div .ui-state-default:HOVER{
	border-color: #cc0066;
}
.ui-datepicker-calendar thead{
	border-color: #555;
	color: #555;
}
/*********** pop-up css **************/

#successMessage, #successMessage h3 {
	color: #fff !important;
}
/*********** /pop-up css **************/
.require {
	font-weight: bold;
	color: #999999;
	margin-left:2px; 
	font-size: 16px;
	position: absolute;
	margin-top: 1px;
	opacity: 1 !important;
}
.reg-sub-area {
	padding-left: 32px;
}
#resetPasswordForm a{
	text-align: center;
}
#salesLettingsForm div, #registrationForm div, .mydetails-form div {
	overflow: visible;
}
#salesLettingsForm .formFieldWrap button {
	margin-top: 10px;
}
.header-image{
	margin-bottom: 20px;
}
.header-image img {
	width: 100%;
}
#login-page .coverpage-bg1 {
	background-color: #ececec;
	background-image:none;
}
#login-page .loginbox-wrapper {
	background-color: unset;
}
#login-page .login-elem{
	height: 40px; 
	width: 85%; 
	border: solid 2px rgba(0,0,0,0.1); 
	color: rgba(0,0,0,0.5); 
	padding-left: 20px; 
	transition: all 400ms ease; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 15px;
}

.save-property{
	background: none repeat scroll 0 0 #fff;
	width: 150px;
	padding: 5px;
	color: #565455 !important;
	margin-bottom: 8px;
	cursor: pointer;
}
#registrationForm .register-area-chekbox, .mydetails-form .register-area-chekbox {
	width: 50%;
	float: left;
}
#login-page .loginbox {
	z-index : auto;
	height: auto;
}
.paging {
	height: 35px;
	width: 35px;
	border: 1px solid #fff;
	padding : 5px;
	color: #000;
	background-color: #ccc;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	cursor: pointer; 
}
.paging.paging-active {
	pointer-events : none;
	color: #000;
	background-color: #759b2a;
	color: #fff;
}
.map_canvas_check { 
	margin-bottom: 5px;
}
.map_canvas_check > div{
	margin-right: 5px;
}
.map_canvas_check *{
	float: left;
	margin-right: 5px;
}
.map_canvas_check [type=checkbox]{
	margin-top: 5px;
}
.about-us-content {
	text-align: justify;
}
.about-us-content p{
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.about-us-container .our-info .topuser_image {
	text-align: center;
}
.about-us-container .our-info p {
	margin-bottom: 10px;
}
.about-us-container .our-info h4 {
	font-size: unset; 
	margin-bottom: 0; 
	font-weight: normal;
	color: #292929;
}
.about-us-container .our-info a{
	font-size: 14px;
}
.about-us-container .our-info .topuser_image img{
	margin: auto;
}
.about-us-container .our-info .our-img{
	margin-bottom: 15px !important;
	max-width: 400px;
  	margin: auto;
}
.about-us-container a > img{
	border-radius : 0;
	width: 50%;	
}
.our-info span.pull-right {
	margin-top: 4px;
}
#cboxMiddleLeft, #cboxMiddleRight, #cboxMiddleTop, #cboxMiddleBottom, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxTopCenter, #cboxTopLeft, #cboxTopRight {
  display: none;
}
#cboxNext {
	left: 636px;
	top: 45%;
	height: 36px;
	width: 36px;
	background: url(../../boulle-theme/images/team-popup-next.png);
}
.content-image {
	margin-bottom: 10px;
}
.our-network-content {
	width: 100% !important;
	margin-bottom: 2%;
	font-size: 12px;
}

.boulle-links .links{
	text-align: center;
}
.boulle-links li{
	list-style: none;
}
.boulle-links .useful-links,
.boulle-links .partners-link{
	text-align: center;
	margin-bottom: 10px;
}
.boulle-links .useful-links:last-child{
	border-bottom:0;
}
.boulle-links .partners-link:last-child{
	border-bottom:0;
}
.boulle-links li img{
	margin: auto;
}
.boulle-links .partners-link {
	max-width: 250px;
	margin:0 5px;
	display: inline-block;
}
.boulle-links .useful-links{
	max-width : 180px;
	margin:0 5px;
	display: inline-block;
}
.news-category a{
	font-size: 14px;
	padding: 5px;
}
.news-category .active {
	pointer-events:none;
	color: #292929;		
}
.news-category .active a{
	pointer-events:none;
}
.about-us-news-list li{
	list-style: none;
}
.about-us-news-list li p{
	margin-bottom: 10px;
	line-height: 25px;
}
.about-us-news-list li .decoration{
	margin-top: 10px;
}
.about-us-news-list li:last-child .decoration{
	display: none;
}
ul.news-category li.active a {
  background-color: #eaeaea !important;
}
ul.news-category li a {
  display: inline;
  font-size: 14px;
  padding: 5px;
}
.label {
	text-align: center;
    margin-top: 15px;
    font-size: 15px;
    font-weight: normal;
}
.header-label {
	text-align: center;
}
.price-feature-tag {
	position: absolute;
	margin-top: -76px;
}
.applicant-property-block .property-price,
.applicant-property-block .property-feature {
	margin-bottom: 5px;
	background-color: #fff;
	padding: 5px 15px;
	width: 100%;
	text-align: right;
	font-size: 14px;
	border: 1px solid;
	border-left: 0;
}
.applicant-property-block .property-price {
	top: -44px;
}
.property-feature {
	margin-top: -43px;
}
.applicant-property-block .property-address{
	font-size: 14px;
	padding: 15px 0;
}
.applicant-property-block .property-summary{
	font-size: 12px;
}
.applicant-property-block .property-summary p{
	margin-bottom: 5px;
}
.applicant-property-block .property-saved-buttons{
	text-align: center;
}
.applicant-property-block .property-saved-buttons .button{
	width: 45%;
	max-width: 240px;
	margin-right: 20px;
	min-width: 175px;
	display: inline-block;
	margin-bottom: 10px;
}
.applicant-property-block .property-address *{
	margin-bottom : 0;
}
.ui-dialog .ui-dialog-titlebar{
	display: none;
}
.ui-dialog-buttonset * {
	background-color: #bd0b56;
	color: #fff;
}
.ui-dialog .ui-dialog-content{
	font-size: 14px;
	background: #fff;	
}
.ui-widget-overlay{
	background: rgba(0,0,0,1);
}
.ui-dialog-buttonset .ui-button-text{
	padding: 8px 16px;
	font-size: 14px;
	font-weight: normal;
}
.ui-dialog, .ui-dialog .ui-dialog-buttonpane{
	background: #fff;
}
#success-msg-box .theme-button, #registrationForm .theme-button ,
#salesLettingsForm .theme-button, #registrationForm .theme-button,
#contactForm .theme-button ,#requestAnAppraisalForm .theme-button,
.mydetails-form .theme-button,#forgotPasswordForm .theme-button,
#resetPasswordForm .theme-button, #send-mail .theme-button,
#arrangeViewingForm .theme-button, #propertySearch .theme-button {
	width: 100%;
}
.contact-visitus {
	margin-top: 5px;
	margin-bottom: 10px;
}
#contactForm .formFieldWrap label:first-child {
	margin-top: 4px;
}

#registrationForm label.register-area-chekbox, .mydetails-form label.register-area-chekbox {
	margin-bottom:10px;
	margin-left:-10px;
}
#registrationForm .radio-type, .mydetails-form .radio-type, .property-type-Div > [type=checkbox], [type=checkbox].parent-area-checkbox, .register-area-chekbox [type=checkbox], .formFieldWrap [type=checkbox]#Newsletter, .formFieldWrap [type=checkbox]#propertyDetails, .formFieldWrap [type=checkbox]#notificationsbyemail {
	float: left;
	margin-right: 5px;
	margin-top: 3px;
}
.property-type-Div > div, #Newsletter, #propertyDetails, #notificationsbyemail, .area-register {
	display : inline-block;
}
form p, .content-space-remove p {
	margin-bottom: 0px;
}
form p{
	color: #759b2a;
}
#registrationForm .area-register, .mydetails-form .area-register {
	margin-bottom: 10px;
	font-size: 14px;
	color: #000;
}
.property-img {
	min-height: 150px;
	background-color: #ccc;
}

.detail-image {
	min-height: 250px;
}
.station-list {
	padding-left: 30px;
	background: url("../../boulle-theme/images/station.png") no-repeat;
	font-size: 15px;
	list-style-type: none;
  	color: #3b3b3b;
}
.map-nearstations {
	margin-top: 20px;
    margin-bottom: 5px;
    font-size: 15px;
  	font-weight: bold;
  	color: #3b3b3b;
}
.map-distance {
	margin-top: -10px;
}
.get-around-london-h5 {
	margin-top: 20px;
	font-weight: bold;
}
.get-around-london {
	margin-top: 20px;
	font-weight: bold;
	margin-top: 5px;
}

.back-to-property {
	margin: 20px;
    font-size: 18px;
    float: right;
    margin-top: -47px;
}
.back-to-aboutus {
	margin-bottom: 20px;
	cursor:pointer;
	font-size: 14px;
}
.center {
	text-align: center;
}
.center p {
	margin-bottom: inherit;
}
.s-label {
  	font-weight: normal;
}
.boulle-color {
	color: #bd0b56 !important;
}
.staff-slider em, .staff-slider h6 {
	color: #666666;
}

.news-description p {
  	font-size: 15px;
  	color: #666666;
}
#requestAnAppraisalForm h5, #registrationForm h5, .mydetails-form h5 {
  	color: #666666;
  	letter-spacing: 1px;
}
#contactForm label, #requestAnAppraisalForm label, #registrationForm label, .mydetails-form label,
#arrangeViewingForm label {
	color: #759b2a;
}
#arrangeViewingForm label.error {
	margin-left: -5px;
}
.reg-sub-area label.register-area-chekbox {
	font-size: 12px !important;
}
.label-table {
	width: 33%;
	text-align: center !important;
}

#arrangeViewingForm .error {
	padding: 5px;
	padding-top: 0px !important;
}
.iframe-text{
	overflow: hidden;
	/* float: left; */
	width: 100%;
}
.dynamic-content{
	visibility: hidden;
} 
.contact-visitus img {
	padding: 5px;
}
.visitus h3 {
	color: #333333 !important;
	padding: 0px !important;
}
.about-us-news-list h2 {
	color: #333;
  	font-size: 30px;
}
.postcode {
  	font-size: 15px;
  	color: #333333;
  	margin-bottom: 10px;
}
.detail_right .active a {
	background-color: #eaeaea !important;
}
#login-page em h5 {
	margin-bottom: 20px;
}

#login-page .login-elem{
	margin-top: 0px;
}
#login-page .loginbox #thankyouMessage .error-msg {
	text-align: center;
	color:red;
	font-weight: bold;
}
.news-category li a, a.back-to-aboutus {
	display: initial;
}
.content > div.about-us-container {
	margin-top:20px;
}
.postdate {
	font-size: 15px;
	color: #333333;
	margin-bottom: 10px;
}
.loginbox .button {
	width: 85%;
	text-transform: uppercase;
}
.contactus-details{
	padding: 5px 30px;
	color: #759b2a;
}
.popup-button {
	width: 20%;
	margin-left: 10px;
}
.modal-button {
	text-align: right;	
}
.simplemodal-overlay {
	opacity: 0.5;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1001;
	background-color: #000;
}

.simplemodal-container {
	position: fixed;
	z-index: 1002;
	height: auto !important;
	width: 100% !important;
	/* top: 249px; */
	overflow-y: auto;
	max-height: 500px;
	top: 15% !important;
}
#resend-mail {
	height: 35px !important;
}

.accolades1 , .accolades3 , .accolades2 , .accolades4{
	background-repeat:no-repeat;
    height: 90px;
    width:50%;
    padding:10px;
    padding: 10px; 
    float: left;
    background-position: center;
}
.accolades1 {
	background-image:url(../../boulle-theme/images/accolades1.png);
}	
.accolades2{
	background-image:url(../../boulle-theme/images/accolades2.png);
}
.accolades3{
	background-image:url(../../boulle-theme/images/accolades3.png);
}
.accolades4{
	background-image:url(../../boulle-theme/images/accolades4.png);     
}
.back-to-meet {
	margin-top: 20px;
}
.viewing-model-heading{
	color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-top: -22px;
    position: absolute;
    left: 22px;
}
.modal_content-main {
	background-color: #759b2a;
	padding: 20px;
	width: 100%;
	height: auto;
	float: left;
}
.modal_content{
	background-color:#fff;
	height:auto;
	float: left;
	width:100%;
}
.viewing-fieldset {
	border-color: #759b2a !important;
	border: 1px solid;
	height: auto !important;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.button-popup {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float:right;
	max-width: 88px;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(center top , #666, #000) repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color:#fff;
	font: 10px/100% Arial, Helvetica, sans-serif;
	padding:  0.4em 1.5em 0.42em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	margin-left: 1px;
}
.img-modal {
	margin: 0 10px;
  	height: 80px;
  	float: left;
}
.toggle-feedback {
	display: none;
	padding: 0 10px;
}
.viewingError {
	display: none;	
	font-size: 10px;
	color: red;
}
.feedback-div {
	padding: 10px;
 	margin-bottom: -15px;
}
.feedback-textarea {
	border: solid 1px;
}
.applicant-feedback {
	padding: 5px 10px;
	margin-bottom: -9px;
}
.client-content {
	padding: 0 10px;
    float: left;
}
.close-model { 
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: -18px;
  position: absolute;
  right: 6px;
}
#viewinglist-popup {
	width: 90%;
  	margin: 0 auto;
}
table th:first-child {
	padding-left: 0px !important;
}
.fc-event {
  background-color: #4d4d4d !important;
}
.fc-event {
	position: absolute;
  	left: 136px;
  	width: 62px;
  	top: 144px;
}
.fc-event-vert .fc-event-inner {
	position: relative;
	z-index: 2;
}
#myViewingsCalendar div {
	overflow: visible;
}
#myViewingsCalendar div, #myViewingsCalendar span {
	position: inherit;
}
#myViewingsCalendar div.fc-event-inner {
	position: relative;
}
.fc-widget-content {  <td>, usually
	border: 1px solid #cc0066 !important;
}
table.fc-border-separate {
    border-collapse: collapse !important; 
}
.fc-event {
    background-color: #4d4d4d !important;           
}
.fc-state-default {
	background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;    
    border: 0 solid !important;
    margin-top: 10px;
}
.fc-button .fc-icon {
	font-size: 4em !important;
}
.feedback-textarea {
	width: 100%;
	border : 1px solid #ccc;
}
.fc-header tbody tr td {
	border-top-color: #e9e9e9 !important; 
}
.fc-header-right, .fc-header-left {
	text-align: center !important;
}
.fc-header-left {
	padding: 0px !important;
	width: 25% !important;
} 
.cc-cookies {
	width: 100% !important;
	left:0;
	z-index: 10000000;	
}
.detail_right ul li a{
    display: inline;
    font-size: 14px;
    padding: 5px;
    font-weight: 100 !important;
}
.loginbox {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
.modal{
	background-color: #fff;
	max-width: 420px;
	margin: auto;
}
.ajax-error-modal {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.ajax-error-modal button , .ajax-error-modal .button{
	max-width: 160px;
	background-color: #bd0b56;
	color: #fff;
	min-width: 100px;
	width:50%;
	cursor:pointer;
	max-width: 160px
}
.paging-block {
    float: left;	
}
.paging-block .page-number {
	float: left;
    color: #fff;
    background-color: #759b2a;
   	margin: 0px 15px 25px 5px;
    padding: 3px 15px;
}
.paging-block > a:hover {
    color: #fff !important;
    background-color: #ec5a8c !important;
}
.paging-block .page-number.active-page{
	pointer-events : none;
	cursor: not-allowed;
	color: #fff !important;
	background-color: #ec5a8c !important;
}
.main-image-place-holder {
	width: 100%;
	background-color: #181015;
	min-height: 400px;
}
.office-details {
    margin-bottom: 20px;
}
#contactform {
	width: 100%;
	float: left;
}
#clientDatasetFields > div {
	float: left;
}
#clientDatasetFields label, #clientDatasetFields input, #clientDatasetFields img {
    margin: 5px;
    float: left;
}
#clientDatasetFields input {
	margin-top : 9px;
}
#map-canvas div{
	overflow: visible;
}
/******** heading ***********/
.content-header{
	margin: 15px 0px !important;
}
.page-header-title {
	padding: 6px 25px !important;
	font-size: 14px !important;
}
/******** content.jsp styles ********/ 
.container-dynamic-content{
	padding: 0px !important;
}
.upper-sign{
	margin-top:24px !important;
}
.back-to-bloglist {
	font-size: 15px;
    letter-spacing: 1px;
    color: #759b2a;
    padding: 15px 0;
}
.office-msg {
	color: #759b2a;
	padding: 0px 30px;
	font-size:14px;
}
.property-block-details {
	padding: 10px 0;
}
.property-details {
	font-size: 15px;
}
.boxed {
	padding: 10px 10px !important;
}
.content {
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.ui-dialog-buttonset * {
	background-color: #759b2a;
    color: #fff;
}
.footer-content-title {
	height: 30px;
}
.features-label {
	font-size: 16px;
	font-weight: 800;
}
.features-list > li {
	font-size: 14px;
}
#menu-toggle-off {
	float: right;
	margin-right: 15px;
	margin-top: 18px;
	font-size: 20px;
}
#menu-toggle-open {
	margin: 20px 0;
	background-color: black;
    padding: 10px;
    width: 30px;
    border-radius: 5px;
}
#sidebar-wrapper {
	background: #fff !important;
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.1);
}
.sidebar-nav li {
	list-style-type: none;
}
.sidebar-nav > li > a {
 	color: #000;
 	font-size: 16px;   
}
#existsEmailModal {
	display: none;
}
.margin-left-10 {
	margin-left: 10px !important;	
}
.save-property-link {
	font-size: 16px;
    color: #000 !important;
    margin-left: -20px;
}
/*** POP-UP ***/
.modal-message {
	font-size: 16px;
    text-align: center;
    margin: 10px;
}
#successMessage{
	display: none;
	padding: 0px;
	width: 80%;
	height: auto;
	background-color: #2E2E2E;
	margin: 0 auto;
}
.message-model-header {
	background-color: #759b2a;
    font-size: 18px;
    margin-top: -25px;
    color: #fff;
    padding: 5px 10px;
}
.message-model-header-close {
	font-size: 12px;
	color: #fff;
	padding: 3px 10px;
}
.message-modal-close {
	padding: 5px 10px;
}
#successMessage .popup-button {
	color: #fff;
	background-color: #759b2a;
    margin: 10px;
}
#emailAddress-error {
	color: red;
}
.forgot-password {
	margin-bottom: 15px;
}
.mydetail-message {
	font-size: 14px;
	font-weight: normal;
}
.area-option {
	font-size: 16px;
}
/*************password validation*************/
#tickmark.fa-times{
	color:red;
}
#tickmark.fa-check{
	color: #86b742;
}
#registrationForm #tickmark, #resetPasswordForm #tickmark {
	position: absolute;
	right: 4px;
    top: 33px;
}
.mydetails-form #tickmark{
	position: absolute;
    right: 3px;
    top: 33px;
}
#registrationForm input[type='password'],#resetPasswordForm input[type='password'], .mydetails-form input[type='password'] {
	min-width: 95%;
	width: 100%;
}
.display-inline-block {
	display: inline-block;
}
.margin-left-10 {
	margin-left:10px;
}
.text-uppercase {
	text-transform: uppercase;
}
/****** my-viewing-calendar-Popup ******/
.viewing-content-popup #display-price {
	font-size: 10px;
	line-height: 13px;
}
/************meet-the-team***************/
.user-list-container{
	margin-top: 20px;
}
.meet-team-header{
    margin-bottom: 20px;
}
.user-list {
    padding-bottom: 20px;
    min-width: 270px;
    float: left;
    width: 270px;
}
.cc-cookies {
	text-shadow:none !important;
	font-family: Lorimer_Medium;
    font-size: 11pt !important;
    font-weight: normal !important;
}
.cc-cookies a {
	color: #86b742 !important;
    text-decoration: none !important;
}
.cc-cookies a:hover {
    color: #ec5a8c !important;	
}
a.cc-cookie-accept, a.cc-cookie-accept:hover  {
    background: #86b742 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    color: #fff !important;
   	width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 17px;
}
a.cc-cookie-decline, a.cc-cookie-decline:hover {
	background: #af3b3b !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    text-transform: uppercase;
    color: #fff !important;
    width: 100%;
    font-size: 12px;
    height: 30px;
    line-height: 17px;
}
.photoCaption {
	font-size: 15px;
}
.container-boxed #webEmail {
	cursor: not-allowed;
}
.blockUI.blockMsg.blockPage h3 {
	color: #fff !important;
}
.blockUI.blockMsg.blockPage h3 img {
	margin-bottom: 10px;
}
.text-transform-uppercase {
	text-transform: uppercase;
}
ul.blog-catagorieslist {
	margin-bottom: 0px;
}
.blog-content-iframe {
	margin-left: -7px;	
}
.blog-decoration {
	margin-bottom: 16px;
}
.blog-read-more-link {
	margin-top: 6px;
}
/***** request-an-appraisal page ******/
#requestAnAppraisalFormID .decoration {
	background-color: rgba(0,0,0,0.1) !important;
}
#postcode-table {
    border: 0px;
    margin: 0px;
}
#postcode-table td {
	padding: 0px;
    border: none;
}
#postcode-table tr td:first-child {
	padding-right: 10px;
}
#postcode-table tr td:last-child {
	padding-left: 10px;
}
#postcode-table label.error { 
	text-align: left;
	position: absolute;
}
.my-account ul {
	margin-bottom: -10px;
}
#totalproperties h5{
	color: #759b2a !important;
	font-size: 15px;
}
.contact-form label.error {
    margin-top: -17px !important;
}
#requestAnAppraisalForm .requestappraisal-submit-button {
	margin-bottom: 10px;
}
.meet-the-team-container {
    padding: 20px 40px;
}
div .user-list:last-child {
	padding-bottom: 10px;
}
.footer-content .decoration {
	margin-bottom: 10px;
}
#registrationForm #webPassword-error,
#resetPasswordForm #pw-error,
#detailWebPassword-error {
	position: static;
    text-align: Left;
    line-height: 1.3;
}
/******************** flexslider for blog images ********************/
#blogContentImages .flex-direction-nav .flex-next {
    background: url(../images/next-dt-hv.png) no-repeat 0 0;
}
#blogContentImages .flex-direction-nav .flex-prev {
    background: url(../images/pre-dt-hv.png) no-repeat 0 0;
}
#blogContentImages .flex-image-caption {
  color: #759b2a;
}
/* validation message*/
label.error-message,
label.error {
	font-size: 12px !important;
	color: red !important;
	font-weight: bold;
}
/* mydetails css: start */
.mydetails-form input[type=text],
.mydetails-form input[type=password],
.mydetails-form select,
.mydetails-form textarea,
#registrationForm input[type=text],
#registrationForm input[type=password] {
	margin-bottom: 10px !important;
}
.mydetails-form input[type=checkbox],
.consent-message-container input[type=checkbox] {
	top: 2px;
}
.consent-message-container p {
	padding-left: 5px;
}
.contact-form .explanation-text {
	padding-left: 8px;
}
.mydetails-form .register-area-chekbox [type=checkbox],
.mydetails-form .property-type-Div > [type=checkbox],
.mydetails-form .operating-area-div [type=checkbox] {
	top: 0px;
}
.mydetails-form .formFieldWrap [type=checkbox]#notificationsbyemail {
	top: 1px;
	margin-right: 3px;
}
/* mydetails css: end */
.clear-float {
	clear: both;
}
.float-right {
	float: right;
}
.label-color-black {
	color: black !important;
}
.label-color-property-requirement {
	color: #759b2a !important;
}
/* street view - picture not appear: start */
#street-view div.gm-style div {
	overflow: visible;
}
/* street view - picture not appear: end */
.property-result-image img{
	width: 100%;
	margin: auto;
}
.property-result-image {
	background: rgba(0,0,0,0.05);
}
.property-detail-slider {
	background-color: #ccc;
}
.footer .fa {
	line-height: inherit;
}
.viewing-content-popup .img-modal img {
    width: 80px;
}
/* mysaved-properties - arrangeviewnig and delete button: START */
.text-align-left {
	text-align: left !important;
}
.margin-right-free {
	margin-right: 0px !important;
	text-align: center !important;
}
/* mysaved-properties - arrangeviewnig and delete button: END */
/* 3861 - sales search result - awaiting image: bedroom, bathroom icon does not display */
.property_block .property_block_img .property-result-image {
	max-height: 100%;
	max-width: 100%;
}
.mydetails-form .telelphone-field .input-telephone-number {
	display: inline-block;
	min-width: 60%;
}
.mydetails-form .telelphone-field select {
	display: inline-block;
	min-width: 39% !important;
}
#mypersonal-details-form .my-details-subsection .contact-option-section {
	margin-bottom: 6px;
}
.my-details .consent-message,
.contact-form .consent-message {
	display: inline;
}
.my-details .consent-message *,
.contact-form .consent-message * {
	display: inline;
	color: black;
}
.my-details .consent-message a,
.contact-form .consent-message a {
	text-decoration: underline;
}
.mydetails-form .myproperty-notes {
	margin-bottom: 0px !important;
}
/*** 5520 - My Details > When Property Matching e-mail sent then popup should be open: START ***/
.property-matching-service-popup .message-model-header {
	margin-top: 0px;
}
.property-matching-service-popup .message-model-header div:FIRST-CHILD {
	float: right;
}
.property-matching-service-popup .resend-button {
	margin: 10px;
	width: 30%;
}
/*** 5520 - My Details > When Property Matching e-mail sent then popup should be open: END ***/
.consent-message-main .consent-message input[type=checkbox] {
    margin-top: -4px !important; 
}
/* 5531 - Property Matching Subscription > new blank page added: START */
.property-matching-subscription-container .container-boxed {
	color: #000000;
    font-size: 15px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Lorimer_Medium;
    text-align: justify;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 0.1px;
}
/* 5531 - Property Matching Subscription > new blank page added: END */
.consent-message.marketing-consent-message > * {
    font-size: 15px;
}
#myDetailsMarketingOptions span,
#myDetailsConsentMessage p {
	font-size: 14px;
}