
/* FRONTEND CSS
*********************************************/

#ie8 {
	width: 100%;
	background: #BB1A32;
	padding: 10px;
	top: 0;
	float: left;
	position: relative;
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

#ie8 a {
	color: #FFF;
	text-decoration: underline;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #000;
	-webkit-text-size-adjust: none;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.searchPlaceholder {
	background-color: transparent !important;
}

.placeholder {
	color: #aaa;
}

#eapow-map-canvas iframe[src="about:blank"] {
	display: block !important;
	max-width: 100% !important;
}

/*img {
	width:100%
}
*/

/*CHANGE SELECTION TEXT COLOUR*****/

::selection {
	background: #e6f1fc; /* Safari */
}
::-moz-selection {
	background: #e6f1fc; /* Firefox */
}

iframe[src="about:blank"] {
	display: none;
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.ie7 .group {
	zoom: 1;
}

/**********************************************
TYPOGRAPHY
***********************************************/

hr {
	border-bottom: 1px solid #8cc63f;
	border-top: 0px solid #8cc63f;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

h1 {
	padding-bottom: 9px;
	margin: 20px 0 15px 0;
	border-bottom: 1px solid #8cc63f;
	font-size: 2em;
	line-height: 1em;
}

h2 {
	font-size: 1.8em;
	padding-bottom: 5px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #8cc63f;
	line-height: 1em;
}

h3 {
	font-size: 1.4em;
	padding-bottom: 5px;
	margin: 40px 0 20px 0;
	border-bottom: 1px solid #8cc63f;
	line-height: 1em;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.9em;
	color: #fff;
}

ul {
	font-size: 0.9em;
}

ul.ticks {
	list-style: none;
}

ul.ticks li {
	position: relative;
	margin-bottom: 10px;
	color: #fff;
}

ul.ticks li:before {
	font-family: "FontAwesome";
	content: "\f00c";
	position: absolute;
	left: -23px;
	top: -1px;
	color: #8cc63f;
}

a {
	color: #8cc63f;
	text-decoration: underline;
}

a:hover {
	color: #8cc63f;
}

select,
input,
textarea {
	font-size: 14px;
}

#ea_pow_contactus fieldset,
#ea_pow_valuation fieldset {
	border: none;
	padding: 0;
}

th {
	color: #fff;
}

/**********************************************
HEADER
***********************************************/
#headerWidth {
	background: #000;
	width: 100%;
	padding: 14px 0 10px 0;
}

#logo {
	padding-top: 0;
}

#socialMedia {
	font-family: 'Playfair Display', serif;
	text-align: right;
	margin-bottom: 10px;
	color: #8cc63f;
	font-size: 1.2em;
	font-weight: 700;
}

#socialMedia a {
	color: #8cc63f;
	text-decoration: none;
}
.social-icons {
	display: inline-block;
}

.social-icons {
	/*width: 25px;*/
}

.social-icons .fab{
	font-size: 0.8em;
	color: #fff;
	display: inline-block;
	padding: 5px;
	text-align: center;
	transition: 0.2s;
	box-sizing: border-box;
	width: 25px;
	height: 25px;
}

.social-icons .fa-facebook-f, 
.mobileContact .fa-facebook-f{
	background: #4B66A0;
}

.social-icons .fa-twitter,
.mobileContact .fa-twitter {
	background: #40A1F5;
}

.social-icons .fa-google-plus-g {
	background: #EA4335;
}

.social-icons .fa-linkedin-in {
	background: #0075B2;
}

.social-icons .fa-pinterest-p {
	background: #BD081C;
}

.social-icons .fa-youtube {
	background: #E12B28;
}

.social-icons .fa-instagram {
	background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}

.social-icons .mobileContact {
	text-align: center;
}

.mobileContact {
	font-size: 3em;
	text-align: center;
}

.mobileContact .fa-facebook-f, .mobileContact .fa-twitter{
	color: #FFF;
	font-size: 0.55em;
	padding: 9px;
	box-sizing: border-box;
	width: 41px;
	position: relative;
	top: -8px;
} 


.mobileContact .fas {
	color: #FFF;
}

/**********************************************
NAVIGATION
***********************************************/

span.nav-header {
	text-shadow: none;
	text-transform: inherit;
	font-weight: inherit;
}

#mainMenu {
	float: right !important;
	font-family: 'Playfair Display', serif;
	margin-bottom: 0;
}

#mainMenu a, #mainMenu span.nav-header {
	color: #fff;
	font-size: 0.9em;
	font-weight: 300;
	text-transform: none;
	margin-left: 20px;
	margin-top: 25px;
}

#mainMenu li:first-child a {
	margin-left: 0;
}

#mainMenu>li>a:hover,
#mainMenu>li>a:focus,
#mainMenu li.active a,
#mainMenu>li>span.nav-header:hover,
#mainMenu>li>span.nav-header:focus,
#mainMenu li.active span.nav-header{
	background: none;
	color: #8cc63f;
}

div#RwdMenu {
	display: none;
	background-color: #8cc63f;
}

.jt-menu ul {
	width: 15em !important;
}

.sf-shadow ul.nav-child {
	background: #8cc63f; /* Old browsers */
	padding: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-webkit-border-top-right-radius: 0!important;
	-webkit-border-bottom-right-radius: 5px!important;
	-webkit-border-bottom-left-radius: 5px!important;
	-moz-border-radius-bottomright: 5px!important;
	-moz-border-radius-bottomleft: 5px!important;
	border-bottom-right-radius: 5px!important;
	border-bottom-left-radius: 5px!important;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px 4px !important;
	z-index: 9999999999999999999999999999 !important;
}

.sf-shadow ul.nav-child li {
	padding: 10px 8px;
	border-top: 0px solid #83b3c8;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.sf-shadow ul.nav-child li:first-child {
	border-top: none;
	padding: 5px 8px 10px 8px
}

.sf-shadow ul.nav-child li:last-child {
	border-bottom: none;
}

.sf-shadow ul.nav-child li a {
	font-size: 1.5em !important;
	margin: 0 !important;
}

.sf-shadow ul.nav-child li a:hover {
	color: #fff !important;
}
#fwMenu with: #fwMenu a {
	color:#FFF;
	padding: 7px 20px 7px 0;
	font-size: 0.9em;
}

#fwMenu li.active a {
	background: rgba(0,0,0,0.2);
}

/************************************************
SEARCH
*************************************************/

.searchFloat {
	z-index: 9999;
	position: relative;
}

#searchWidth {
	width: 100%;
	/*background:url(../images/background.jpg) no-repeat;*/
	background-position: top center;
	background-size: cover;/*border-bottom:4px solid #000;*//*height:500px;*/
}

.bannerFix {
	position: absolute;
	height: 500px;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

#banner1 {
	background: url(../images/background.jpg) no-repeat;
	clear: both;
	width: 100% !important;
	background-position: top center;
	background-size: cover;
	height: 500px !important;
}

#banner2 {
	background: url(../images/background2.jpg) no-repeat;
	clear: both;
	width: 100% !important;
	background-position: top center;
	background-size: cover;
	height: 500px !important;
}

#banner3 {
	background: url(../images/background3.jpg) no-repeat;
	clear: both;
	width: 100% !important;
	background-position: top center;
	background-size: cover;
	height: 500px !important;
}

#banner4 {
	background: url(../images/background4.jpg) no-repeat;
	clear: both;
	width: 100% !important;
	background-position: top center;
	background-size: cover;
	height: 500px !important;
}

#banner5 {
	background: url(../images/background5.jpg) no-repeat;
	clear: both;
	width: 100% !important;
	background-position: top center;
	background-size: cover;
	height: 500px !important;
}

#banner6 {
	background: url(../images/background6.jpg) no-repeat;
	clear: both;
	width: 100% !important;
	background-position: top center;
	background-size: cover;
	height: 500px !important;
}

#banner7 {
	background: url(../images/background7.jpg) no-repeat;
	clear: both;
	width: 100% !important;
	background-position: top center;
	background-size: cover;
	height: 500px !important;
}

@media (max-width: 480px) { 
	/*#banner1 {
		background: url(../images/background-mobile.jpg) no-repeat;
	}*/
	#banner2 {
		background: url(../images/background2-mobile.jpg) no-repeat top center;
	}
	/*#banner3 {
		background: url(../images/background3-mobile.jpg) no-repeat;
	}
	#banner4 {
		background: url(../images/background4-mobile.jpg) no-repeat;
	}
	#banner5 {
		background: url(../images/background5-mobile.jpg) no-repeat;
	}*/
	#banner6 {
		background: url(../images/background6-mobile.jpg) no-repeat top center;
	}
	#banner7 {
		background: url(../images/background7-mobile.jpg) no-repeat top center;
	}
}

.bannerText {
	padding-top: 70px;
	position: relative;
	z-index: 9999;
	font-size: 4em;
	line-height: 1.23em;
	color: #fff;
	text-shadow: 2px 2px 0 #000000;
	text-align: left;
}

.bannerText span {
	background-color: rgba(0,44,91,0.7);
	padding: 0 10px 0 10px;
	margin-bottom:
}

.moduletableSearch {
	margin: 40px 0 110px 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position: relative;
}

.moduletableSearch h3 {
	color: #FFF;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
	font-size: 1.5em;
	margin-top: 10px;
	padding-bottom: 10px;
}

button.submitBtn,
input.submitBtn {
	background: #8cc63f !important;
	border: 1px solid #8cc63f !important;
	padding: 3px !important;
	color: #FFF;
	font-family: 'Open Sanes', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

button.cancelBtn,
input.cancelBtn {
	background: #8cc63f;
	border: 1px solid #8cc63f;
	padding: 3px;
	color: #FFF;
	font-family: 'Open Sanes', sans-serif;
	font-weight: 300;
	margin-right: 10px;
	font-size: 16px;
}

select {
	margin-bottom: 10px !important;
}

/*
MS DROP FOR SEARCH*/

#searchFW .ms-parent,
.moduletableSearch .ms-parent {
	margin-left: 0;
	margin-bottom: 10px;
}

#searchFW .ms-choice,
.moduletableSearch .ms-choice {
	margin-left: -14px;
}

#searchFW .ms-choice .placeholder,
#searchFW .ms-choice span,
.moduletableSearch .ms-choice .placeholder,
.moduletableSearch .ms-choice span {
	margin-left: -12px;
	font-size: 14px;
}

#searchFW .ms-choice>div,
.moduletableSearch .ms-choice>div {
	right: 3px !important;
}

#searchFW .ms-drop,
.moduletableSearch .ms-drop {
	width: inherit !important;
	/*margin-left: -13px !important;*/
}

#searchFW .ms-choice,
.moduletableSearch .ms-choice {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 30px !important;
	background: #fff !important;
	border: 1px #ccc solid !important;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	margin-left: 0 !important;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-top: -1px;
}

#searchFW .ms-choice > div,
.moduletableSearch .ms-choice > div {
	background-position: left top !important;
	top: 2px !important;
}

#searchFW .ms-choice > div.open,
.moduletableSearch .ms-choice > div.open {
	background-position: right top !important;
}

#searchFW .ms-choice .placeholder,
#searchFW .ms-choice span,
.moduletableSearch .ms-choice .placeholder,
.moduletableSearch .ms-choice span {
	padding-top: 0px;
	margin-left: -2px;
	margin-top: -3px;
}

.ms-drop {
	width: inherit !important;
	margin-left: -5px !important;
}

.ms-drop ul {
	overflow-x: hidden !important;
}

.ms-choice>div {
	right: 4px !important;
}

/*******************************
SEARCH FULL WIDTH
*******************************/

#searchFW {
	background: #333;
}

#searchFW h3 {
	text-transform: uppercase;
	font-size: 1.5em;
	margin: 30px 0 0 0;
	border-bottom: 0px;
	color: #fff;
}

.ms-parent {
	width: 100% !important;
}

.ms-choice {
	height: 31px !important;
	border: 1px #ccc solid !important;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}

.ms-choice > div {
	background-position: left top !important;
	top: 2px !important;
}

.ms-choice > div.open {
	background-position: right top !important;
}

.ms-choice .placeholder,
.ms-choice span {
	padding-top: 2px;
}

.ms-drop {
	width: auto !important;
}

/******************************
CALL TO ACTIONS
*******************************/

#cta {
	background: #000;
	color: #fff;
	z-index: 999;
}

/*#cta .container {
	border-bottom: solid 2px #8cc63f;
	padding-bottom: 30px;
	}*/

	#cta-row-fluid {
		float: none;
	}

	#cta-row-fluid .span4 {
		margin-top: -56px;
		position: relative;
		z-index: 7;
	}

	.moduletablecta1,
	.moduletablecta2,
	.moduletablecta3 {
		text-align: center;
		margin-bottom: 50px;
	}

	.moduletablecta1 h3,
	.moduletablecta2 h3,
	.moduletablecta3 h3 {
		text-transform: uppercase;
		font-weight: 700;
		margin-bottom: 10px;
		padding-bottom: 5px;
		font-size: 2em;
		margin-top: 5px;
		color: #fff;
		border-bottom: 1px solid #8cc63f;
	}

	.moduletablecta1 .decoration,
	.moduletablecta2 .decoration,
	.moduletablecta3 .decoration {
		-webkit-border-radius: 0%;
		-moz-border-radius: 0%;
		-ms-border-radius: 0%;
		-o-border-radius: 0%;
		border-radius: 0%;
		-webkit-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
		-moz-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
		-o-transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
		transition: background-position 0.2s ease-in, border-color 0.2s ease-in, background-color 0.2s ease-in;
		background-color: #8cc63f;
		background-position: center bottom;
		background-repeat: no-repeat;
		display: block;
		height: 128px;
		margin: 0px auto 20px auto;
		width: 128px;
		border: 4px solid #000;
		outline: 4px solid #8cc63f;
	}

	.moduletablecta1 .valuation {
		background-image: url("../images/valuationIcon.png");
		background-size: 128px 254px;
	}

	.moduletablecta2 .register {
		background-image: url("../images/registerIcon.png");
		background-size: 128px 254px;
	}

	.moduletablecta3 .mortgages {
		background-image: url("../images/mortgageIcon.png");
		background-size: 128px 254px;
	}

	.moduletablecta1 .valuation:hover,
	.moduletablecta2 .register:hover,
	.moduletablecta3 .mortgages:hover {
		background-color: #a5db59;
		background-position: center top;
	}

	p.ctalink {
		margin-top: 20px;
	}

	p.ctalink a {
		background: #8cc63f;
		color: #FFF;
		padding: 4px 6px;
		text-decoration: none;
	}

	p.ctalink a:hover {
		background: #a5db59;
		text-decoration: none;
	}

/********************************************
CONTENT
*********************************************/

#content {
	padding: 20px 20px;
	background: #000;
}

#content a {
	/*text-decoration: underline;*/
}

.page-header {
	border-bottom: none;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;
}

@media (max-width: 767px) {

	.flex {
		display: block !important;
	}
}

/**********************************************
SIDEBARS
***********************************************/

#sidebar h3 {
	font-size: 30px;
	padding-bottom: 13px;
	margin: 16px 0 20px 0;
	border-bottom: 1px solid #8cc63f;
	line-height: 1em;
}

/**************
STAFF PICTURES
***************/

#sidebar .moduletableTeam .customTeam h3 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}

#sidebar .moduletableTeam p {
	font-size: 0.85em;
	line-height: 1.2em;
}

.moduletableTeam .row-fluid .span6 {
	margin-bottom: 20px;
}

[id^="staffphoto-"] {

	position: relative;
}

[id^="staff-"] {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	height: 100%;
	padding: 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}

/*****************
OFFICE DETAILS
*****************/

.customoffices {
	padding-bottom: 10px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #8cc63f;
	background: url(../images/store.png) no-repeat;
	background-size: 75px 75px;
	background-position: 100% 80%;
}

/************************************
CONTACT FORM / VALUATION STYLING / REGISTRATION
************************************/

input.formfield,
select.formlist {
	width: 100%;
	margin-left: 2px;
	height: 40px;
	margin-top: 20px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f4f4f4;
	border: 1px #ccc solid;
	padding: 0 10px;
}

input.radioBtn {
	margin: 3px 6px 6px 0;
}

.error,
#error-message {
	color: #fff;
	background: #d67685;
	padding: 3px 6px;
	border-radius: 5px;
}

textarea.formarea {
	max-width: 100%;
	min-width: 100%;
	margin-left: 2px;
	height: 200px;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f4f4f4;
	border: 1px #ccc solid;
	padding: 10px;
}

input#Submit {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	float: right;
	padding: 6px;
}

input#Submit:hover {
	background: #8cc63f;
	border: 1px solid #8cc63f;
}

.ms-choice {
	width: 100% !important;
	margin-left: -10px !important;
	height: 40px !important;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	background: #f4f4f4 !important;
	border: 1px #ccc solid !important;
	padding: 5px 10px 0 7px!important;
	line-height: 34px !important;
}

.ms-choice > div {
	right: 10px !important;
	top: 5px !important;
}

.ms-drop.bottom {
	margin-left: 0px !important;
	width: 100% !important;
}

#ea_pow_registration .ms-drop,
#ea_pow_valuation .ms-drop {
	width: 100% !important;
	margin-left: -10px !important;
}

.recaptcha_widget {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 300px;
	border: 4px solid #e9e9e9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #e9e9e9;
	margin: 0 0 10px
}

#recaptcha_image {
	width: 100% !important;
	height: auto !important
}

#recaptcha_image img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 3px solid #FFF
}

.recaptcha_is_showing_audio embed {
	height: 0;
	width: 0;
	overflow: hidden
}

.recaptcha_is_showing_audio #recaptcha_image {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	background: #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: 3px solid #FFF
}

.recaptcha_is_showing_audio #recaptcha_image br {
	display: none
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
	display: block
}

.recaptcha_input {
	background: #cbcbcb;
	color: #000;
	font: 13px/1.5 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
	margin: 4px 0 0;
	padding: 0 4px 4px;
	border: 4px solid #cbcbcb;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px
}

.recaptcha_input label {
	margin: 0 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.recaptcha_input input {
	width: 95%
}

.recaptcha_options {
	list-style: none;
	margin: 4px 0 0;
	height: 18px
}

.recaptcha_options li {
	float: left;
	margin: 0 4px 0 0
}

.recaptcha_options li a {
	text-decoration: none;
	text-shadow: 0 1px 1px #000;
	font-size: 16px;
	color: #FFF;
	display: block;
	width: 20px;
	height: 18px
}

.recaptcha_options li a:active {
	position: relative;
	top: 1px;
	text-shadow: none
}

.captcha_hide {
	display: none
}

#recaptcha_error_box {
	color: #fff !important;
	background: #d67685 !important;
	padding: 3px 6px !important;
	border-radius: 5px !important;
}

.btn {
	background: #000 !important;
	border: 0px;
	color: #fff;
	text-shadow: 0px;
	border-radius: 0px;
}

.btn:hover {
	background: #000 !important;
	color: #fff;
	text-shadow: 0px;
}

/********************************************
LATEST PROPERTIES
**********************************************/

.eapow-recentproperties-thumb-holder {
	height: 145px;
	overflow: hidden;
}

.eapow-recentproperties-thumb {
	width: 100%;
}

.eapow-recentproperties-thumb-holder a:hover img,
.eapow-recentproperties-thumb-holder a:focus img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

img.eapow-recentproperties-thumb {
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

/***********************
TESTIMONAILS
************************/

#testimonials {
	background: url(../images/testimoniall.jpg) no-repeat center center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	padding: 85px 0;
}

#testimonials h3 {
	color: #FFF;
	border-bottom: 1px solid #fff;
	font-size: 2em;
	margin-top: 0;
}

#testimonials h3:before {
	content: '\f086';
	font-family:'Font Awesome 5 Free';
	font-weight: normal;
	margin-right: 10px;
}

blockquote {
	font-size: 1.125em;
	font-style: italic;
	width: 100%;
	margin: 0.25em 0 0 0;
	padding: 0.25em 0px 0.25em 45px;
	position: relative;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

blockquote:before {
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: 0px;
	top: 25px;
	color: #e6f1fc;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote cite {
	color: #FFF;
	font-size: 14px;
	display: block;
	margin-top: 15px;
}

#testimonials cite:before {
	content: "\f005 \f005 \f005 \f005 \f005";
	font-size: 1.2em;
	margin-right: 10px;
	color: #EFCE4A;
	font-weight: 800;
	font-family: "Font Awesome 5 Free";
}

/*****
REVIEWS SLIDER
******/

ul#reviews {
	margin: 0;
}

/****************
TWEET SLIDER
*****************/

.moduletable_tweetSliders h3:before {
	font-family: "Font Awesome 5 Free";
	content: '\f099 ';
	margin-right: 5px;
	font-weight: 800;
}

.twitterContainer {
	margin-bottom: 75px;
	color: #FFF;
	padding: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.twitterContainer a {
	color: #e6f1fc;
	text-decoration: underline;
}

.twitterContainer ul {
	margin: 0;
}

.twitterContainer span.status {
	font-size: 1.7em;
	font-weight: 300;
	line-height: 1.9em;
}

.twitterContainer span.meta {
	display: block;
	font-size: 0.8em;
}

/***************
ALL AGENTS API
*****************/

.AAreviews p,
.AAreviews {
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.3em;
}

.AAreviews {
	padding: 5px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

ul.AAslider {
	margin: 0;
}

.fa-star,
.fa-star-half-o {
	color: #efce4a;
}

.fa-star-o {
	color: #CCC;
}

/*********************************************
REGISTER
**********************************************/

#divLocations span {
	margin-left: 10px;
}

#divLocations input {
	margin-top: 7px;
}

#divLocations span,
#divLocations input {
	margin-bottom: 10px;
}

/**********************************************
PORTALS
**********************************************/

.portals {
	background: #fff;
}

/*.portals img {
	display: block;
	margin: 0 auto;
	width: 40%;
}*/

/*.portals .container {
	border-top: solid 2px #8cc63f;
	border-bottom: solid 2px #8cc63f;
	}*/

	.moduletableportals {
		margin: 20px 0;
	}


/********************************************
GET SOCIAL
*******************************************/

#socialBar {
	background: #000;
	padding: 35px 0 35px 0;
	text-align: center;
}

#socialBar a {
	font-size: 6em;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 40PX;
	height: 40PX;
	display: block;
	position: relative;
	margin:0 auto;
	border: 4px solid #000;
	outline: 4px solid #8cc63f;
}

#socialBar h2 {
	margin-bottom: 40px;
	margin-top: 0
}

#socialBar h3 {
	margin: 10px 0 0 0;
	border-bottom: none;
}

#socialBar .fa-facebook-f {
	position: absolute;
	top: 31px;
	left: 53px;
}

#socialBar a.facebook {
	padding: 60px;
	background: #8cc63f;
	color: #fff;
	transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1)  
}


#socialBar a.facebook:hover {
	color: #FFF;
	background: #4B66A0;
	border-color: #4B66A0;
}

#socialBar .fa-twitter {
	position: absolute;
	top: 32px;
	left: 39px;

}

#socialBar a.twitter {
	padding: 60px;
	background: #8cc63f;
	color: #fff;
	transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1)  
}


#socialBar a.twitter:hover {
	color: #FFF;
	background: #40A1F5;
	border-color: #40A1F5;
}

#socialBar .fa-google {
	position: absolute;
	top: 31px;
	left: 34px;

}

#socialBar a.google {
	padding: 60px;
	background: #FFF;
	color: #db4437;
	transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1)  
}


#socialBar a.google:hover {
	color: #FFF;
	background: #db4437;
	border-color: #db4437;
}

#socialBar .fa-youtube {
	position: absolute;
	top: 31px;
	left: 28px;
}

#socialBar a.youtube {
	padding: 60px;
	background: #FFF;
	color: #cc181e;
	transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-o-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-ms-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-moz-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1);
	-webkit-transition: 0.9s cubic-bezier(0.18, 1, 0.21, 1)  
}

#socialBar a.youtube:hover {
	color: #FFF;
	background: #cc181e;
	border-color: #cc181e;
}



/********************************************
CONTACT FOOTER
*********************************************/

#contactFooter {
	background: #000;
	padding: 40px 0;
}

#contactFooter .container {
	/*border-top: solid 1px #8cc63f;*/
	padding-top: 30px;
}

#contactFooter h2 {
	margin: 0 0 10px 0;
	color: #FFF;
}

#contactFooter p strong {
	margin-bottom: 25px;
}

#contactFooter p,
#contactFooter a {
	color: #fff;
}


#contactFooter textarea.formarea {
	height: 100px;
	max-width: 100%;
}

#contactFooter input.formfield,
#contactFooter select.formlist,
#contactFooter textarea.formarea  {
	margin: 5px 0;
}


p.address, p.telephone, p.email {
	padding-left: 32px;
	margin: 15px 0 15px 0;
	position: relative;

	line-height: 1.5em;
}

p.address:before, p.telephone:before, p.email:before {
	font-family: 'Font Awesome 5 Free';
	margin: 0 5px 0 -30px;
	color: #8cc63f;
	font-size: 1.5em;
	position: absolute;
}

p.address:before {
	content: '\f3c5';
	position: absolute;
	font-weight: 800;
	color: #8cc63f;
}

p.telephone:before {
	content: '\f095';
	font-size: 1.2em;
	font-weight: 800;
	color: #8cc63f;
}

p.email:before {
	content: '\f0e0';
	font-size: 0.9em;
	color: #8cc63f;
	font-weight: 800;
}


/**********************************************
COPYRIGHT
**********************************************/

#copyright {
	background: #000;
	padding: 20px 0;
}

#copyright p {
	color: #FFF;
	font-size: 11px;
}

#copyright a {
	color: #fff;
	text-decoration: underline;
}

#copyright a:hover {
	color: #fff;
}

#copyrightRight {
	text-align: right;
}

/********************************************
FORMS
**********************************************/
fieldset {
	border: none;
}

/********************************************
AGENT LOGIN
*********************************************/
fieldset.login {
	padding: 19px;
}

fieldset.login label {
}

fieldset.login input {
	height: 40px;
	margin-bottom: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f4f4f4;
	border: 1px #ccc solid;
	padding: 0 10px;
}

fieldset.login input[type="checkbox"],
input[type="radio"] {
	height: 20px;
}

button#Submit {
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	padding: 6px;
	margin-left: -18px;
}

ul.login-menu {
	list-style: none;
	margin-top: 40px;
}

.login-menu li {
	background: #e6f1fc;
}

/*********************************************
AGENT EDITOR
*********************************************/

.edit {
	padding-top: 40px;
}

/***********************************************
LATEST PROPERTY HOME PAGE
*************************************************/

#LatestProperties {
	width: 100%;
	background: #000;
	padding: 20px 0
}

h3.title, h2.title {
	line-height: 0.2;
	text-align: center;
	border-bottom: none;
	margin: 40px 0;
	font-size: 1.8em;
}

h2.title.sub{
    border-bottom: none;
    line-height: 1.2em;
}

h3.title span, h2.title span {
	display: inline-block;
	position: relative;
}

h3.title span:before,
h3.title span:after,
h2.title span:before,
h2.title span:after{
	content: "";
	position: absolute;
	height: 5px;
	border-top: 1px solid #8cc63f;
	border-bottom: 1px solid #8cc63f;
	top: 0;
	width: 200px;
}

h3.title span:before,
h2.title span:before{
	right: 100%;
	margin-right: 15px;
}

h3.title span:after,
h2.title span:after{
	left: 100%;
	margin-left: 15px;
}

#latestPropSmall {
	margin-bottom: 25px;
}

#latestPropSmall h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	border-bottom: none;
	padding-bottom: 0;
	margin: 5px 0 0 0;
	text-transform: none;
}

#latestPropSmall span.propPrice {
	text-align: left;
}

#latestPropSmall p {
	font-size: 0.8em;
}

.propertyIcons i {
	font-size: 1.6em;
	margin-right: 4px;
	color: #8cc63f;
}

.propertyIcons .IconNum {
	margin-right: 3px;
	color: #fff;
}

.propertyIcon-receptions,.propertyIcon-bedrooms {
	position: relative;
	top: 3px;
}

/***********************************************
PROPERTY LISTINGS
*************************************************/

.rowProps {
	display: none;
}

.switcher {
	margin: 20px 0;
}

span.gridlayout, span.rowlayout {
	padding: 9px;
	box-sizing: border-box;
	cursor: pointer;
	background: #444;
	color: #fff;
	margin-left: 10px;
	border-radius: 5px;
	font-size: 0.9em
}

span.gridlayout:hover, span.rowlayout:hover {
	background: #8cc63f;
	color: #fff;
}

.switcher .active {
	background: #8cc63f;
	color: #FFF;
}

.eapow-property-header {
	margin-top:10px;
}

#latestPropSmall .eapow-bannerbotleft {
	position: absolute !important;
	bottom: 0px !important;
	right: 0px !important;
	left: inherit;
}

.eapow-bannertopright {
	top: -4px !important;
	left: -3px !important;
	width: 80px;
	height: 80px;
}

.eapow-proplist .page-header {
	margin: 0 0 20px 0;
}

.pagination {
	margin: 0 0 0 0;
	color: #fff;
}

.pagination ul>li>a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: rgba(255,255,255,0.2);
	border: none;
	color: #FFF;
	border-left-width: 0;
	font-size: 12px;
	-o-transition: all 450ms;
	-moz-transition: all 450ms;
	-webkit-transition: all 450ms;
	transition: all 450ms;
}

.pagination-start .pagenav,
.pagination-prev .pagenav,
.pagination-next .pagenav,
.pagination-end .pagenav {
	background: #000;
}

.pagination ul>li>span {
	background: #8cc63f;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	border: none;
	color: #FFF;
	border-left-width: 0;
	font-size: 12px;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
	background-color: #8cc63f;
	color: #FFF;
}

#eapow-searchfilter-wrapper {
	padding: 0 10px 10px 10px !important;
	background-color: rgba(255,255,255,0.2) !important;
	border: 1px solid rgba(255,255,255,0) !important;
	color: #000;
	margin: 15px 0 10px 0 !important;
	-webkit-box-shadow: 0px !important;
	-moz-box-shadow: 0px !important;
	box-shadow: 0px !important;
	min-height: 10px;
}

#eapow-searchfilter-wrapper select {
	margin-bottom: 0px !important;
}

#eapow-searchfilter-wrapper .btn {
	background-color: #8cc63f !important;
	background-image: none;
	border: 0px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0);
	margin-right: 5px;
}

#eapow-searchfilter-wrapper .btn-primary {
	background-color: #8cc63f !important;
	background-image: none;
	border: 0px;
}

/*ROW PROPERTIES*/

.rowProps #smallProps .eapow-overview-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.rowProps #smallProps .eapow-property-thumb-holder {
	height: 223px;
}

@media(max-width:767px) {

	.rowProps {
		display: none !important;
	}

	.columnProps {
		display: block !important;
	}

}

@media (max-width: 979px) and (min-width: 768px) {

	.rowProps #smallProps .eapow-property-thumb-holder {
		height: 190px;
	}
}

@media(min-width:1200px) {

	.rowProps #smallProps .eapow-property-thumb-holder {
		height: 267px;
	}

}

.rowProps #smallProps .miniPic {
	display: block;
	width: 97%;
	float: none;
	height: auto;
	margin-bottom: 5px;
}

.rowProps #smallProps {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

/*******************
Thumbnails
********************/

.eapow-featProperty-thumb-holder {
	position: relative;
}

.eapow-mod-thumb .thumbnail,
.eapow-overview-thumb {
	width: 100%;
}

.eapow-property-thumb-holder {
	overflow: hidden;
	height: 145px;
}

.eapow-property-thumb-holder img {
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.eapow-property-thumb-holder a:hover img,
.eapow-property-thumb-holder a:focus img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

#miniPics {
	margin-top: 5px;
	position: relative;
}

.miniPic {
	width: 32%;
	margin-right: 2%;
	float: left;
	overflow: hidden;
	height: 48px;
}

.miniPic img {
	width: 100%;
}

.miniPic:last-child {
	margin-right: 0;
}

.eapow-featured-icon {
	display: none;
}

#propIconRow {
	margin: 5px 0;
}

.propIcon {
	width: 25%;
	margin-right: 5%;
	vertical-align: middle;
}

span.propPrice {
	color: #8cc63f;
	font-weight: 600;
}

#latestProps h3 {
	margin-bottom: 0;
}

a.readmoreBtn {
	background: #8cc63f;
	color: #FFF;
	padding: 5px;
	text-decoration: none;
}

a.readmoreBtn:hover {
	text-decoration: none;
	background: #a5db59;
}

#smallProps,
#featProps {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #8cc63f;
}

#smallProps:first-child {
	border-top: 0 !important;
}

#smallProps:last-child {
	margin-bottom: 40px;
}

#featProps {
	border-top: 0px;
}

/***FEATURED PROPERTY LISTING**/
#featProps {
	margin-bottom: 20px;
}

#featProps h3 {
	font-size: 1.6em;
	margin: 0;
	border-bottom: none;
	padding: 0;
}

/***STANDARD PROPERTY LISTING***/

#smallProps h3 {
	font-size: 1.3em;
	line-height: 1.3em;
	border-bottom: none;
	padding-bottom: 0;
	margin: 5px 0 0 0;
	text-transform: none;
}

#smallProps p {
	font-size: 0.8em;
}


/*****************
PROPERTY DETAILS
******************/

.videoTourWrapper {
	position: relative;
	padding-bottom: 52.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoTourWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#propimages .flexslider {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	margin: 0;
}

#propimages .flexslider .slides > li {
	position: relative;
	margin-bottom: 10px;
}

#propimages .imageTitle {
	background: rgba(0,0,0,0.6);
	color: #FFF;
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0px;
	text-align: right;
	font-weight: bold;
	padding: 6px 10px 6px 6px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#propimages .flexslider .slides img {
	width: auto !important;
	margin: auto;
}

#propimages .flex-direction-nav a {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 30px;
	height: 30px;
	padding: 6px 8px 8px 8px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;  /* Firefox, other Gecko */
	box-sizing: border-box;  /* Opera/IE 8+ */
}

#propimages #carousel li {
	margin-right: 5px;
}

#carousel{
	height: 140px;
	margin-bottom: 20px !important;
	overflow: hidden;
}

#propimages #carousel img {
	opacity: .8;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

#propimages #carousel img:hover {
	opacity: 1;
}

#propimages .flex-active-slide {
	overflow: hidden;
}

@media(max-width:767px) {

	#propimages .flexslider .slides img {
		max-height: 300px;
	}
}

@media(min-width:768px) {

	#propimages .flexslider .slides img {
		max-height: 477px;
	}
}

@media(min-width:992px) {

	#propimages .flexslider .slides img {
		max-height: 476px;
	}
}

@media(min-width:1200px) {

	#propimages .flexslider .slides img {
		max-height: 592px;
	}
}

body.properties-to-let .mortgageSidebar {
	display: none;
}

.eapow-bannerbotleft {
	position: absolute !important;
	top: 0px !important;
	right: 0px !important;
	left: inherit;
	background-color: rgba(0,0,0,0.5);
	padding: 2px 7px 7px 7px;
	text-align: center;
	height: 20px;
}

#eapowMapTabs a::before[href*="#propmap"] {
	background-image: url("../images/icon_MapTab.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
	display: block;
	background-size: 30px 90PX;
	padding-left: 30px;
	width:30px;
	height:30px;
	border: 1px solid transparent;
}

#eapowMapTabs a:hover:before[href*="#propmap"] {
	background-position: 0px -27px;
}

#eapowMapTabs li.active a:hover:before[href*="#propmap"], #eapowMapTabs li.active a[href*="#propmap"] {
	background-position: 0px -57px;
}

.nav-tabs>li>a {
	text-decoration: none;
	background: #444;
	color: #fff;
}

#eapowDetailsTabs,
#eapowMapTabs {
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 300;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 1.1em;
}

#eapowDetailsTabs>.active>a,
#eapowDetailsTabs>.active>a:hover,
#eapowDetailsTabs>.active>a:focus,
#eapowMapTabs>.active>a,
#eapowMapTabs>.active>a:hover,
#eapowMapTabs>.active>a:focus {
	color: #FFF;
	cursor: default;
	background-color: #8cc63f;
	border-bottom-color: transparent;
	text-decoration: none;
	border-color: #8cc63f;
}

#eapowDetailsTabs>li>a:hover,
#eapowDetailsTabs>li>a:focus,
#eapowDetailsTabs>li>a:hover,
#eapowDetailsTabs>li>a:focus {
	text-decoration: none;
	background-color: #8cc63f;
	border-color: #8cc63f;
	border-bottom: none;
	text-decoration: none;
}

.nav-tabs>li>a:hover {
	background-color: #8cc63f;
	color: #fff;
	border-color: #8cc63f;
	border-bottom: none;
}

.eapow-actions {
	border-bottom: 0;
}


#PropertyRoomsIcons {
	padding: 6px 0 15px 0;
	border-bottom: rgba(255,255,255,0) 1px solid;
	color: #000;
}

#PropertyRoomsIcons i {
	font-size: 2.3em;
	margin-right: 8px;
}

#PropertyRoomsIcons .IconNum {
	font-weight: bold;
	margin-right: 10px;
}

#PropertyDetailsIcons {
	padding-top: 15px;
	border-top: rgba(0,0,0,0.3) 1px solid
}

#PropertyDetailsIcons .row-fluid {
	margin-bottom: 30px;
}

#PropertyDetailsIcons i {
	font-size: 2.3em;
	margin-right: 8px;
	position: relative;
	top: 7px;
}

#viewingRequest {
	background: rgba(255,255,255,0.2);
}

#viewingRequest h3 {
	margin: 0;
	font-weight: bold;
	color: #FFF;
	border-bottom: none;
	font-size: 1.6em;
}

#viewingRequest p,
#viewingRequest a {
	color: #fff;
}

#viewingRequest select, #viewingRequest input, #viewingRequest textarea{
	background: #FFF;
}

.eapow-request-wrapper fieldset .row-fluid {
	margin-bottom: 10px;
}

.eapow-request-wrapper input,
.eapow-request-wrapper select,
.eapow-request-wrapper textarea {
	width: 100%;
	margin-left: 2px;
	height: 35px;
	margin-bottom: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #f4f4f4;
	border: 1px #ccc solid;
	padding: 0 10px;
}


#viewingRequest button.submitBtn,
#viewingRequest input.submitBtn {
	background: #000 !important;
}

.eapow-request-wrapper textarea {
	height: 200px;
}

input#jform_eapow_copy_me_req {
	float: left;
	padding: 0;
	height: 15px;
}

.eapow-request-wrapper label {
	font-weight: normal;
	font-size: 0.8em;
	color: #FFF;
	text-align: left;
}

#jform_eapow_special_requests_req-lbl {
	text-align: left;
}

#recaptcha_area input[type="text"] {
	display: inline-block;
	height: auto;
}

ul#starItem {
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	overflow: auto;
}

ul#starItem li {
	color: #fff;
	float: left;
	width: 45%;
	margin: 5px 10px;
	list-style-type: circle;
	font-weight: bold;
	vertical-align: top;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#propDetails h3 {
	margin: 20px 0 10px 0;
	font-size: 1.7em;
	padding-bottom: 10px;
}

#propDetails h3:first-child {
	margin: 0 0 10px 0;
}

.roomSize {
	font-weight: 800;
}

#eapowfloorplanplug {
	margin-bottom: 50px;
}

#eapowfloorplanplug .thumbnail div {
	overflow: visible !important;
	height: 100% !important;
	width: 100% !important;
	position: relative;
}

#eapowfloorplanplug .thumbnail div a {
	position: relative;
}

#eapowfloorplanplug .thumbnail div a:after {
	content: "Click to open";
	position: absolute;
	right: 0;
	margin-top: 20px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	padding: 5px;
}

/****REQUEST A VIEWING***/


/**********************/

#eapowgplacesplug {
	font-size: 0.9em;
}

.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
	background-color: rgba(255,255,255,0.2);
}

.table-striped tbody>tr:nth-child(odd),
#eapowgplacesplug .table-striped tbody>tr {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
}

#eapowgplacesplug .table-striped tbody>tr:nth-child(odd):hover,
#eapowgplacesplug .table-striped tbody>tr:hover {
	background: #fff;
	-o-transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-transition: all 500ms;
	transition: all 500ms;
}

/***********************
MAP
************************/

#propmap #eapow-map-canvas,
#eapowpano {
	width: 100% !important;
	height: 500px !important;
}

#eapow-map-canvas{
	margin-top: 10px;
}

.eapow-pagination-results{
	background: #f5f5f5;
	padding: 10px;
	float: right;
}

/*****CALCULATOR******/
.modal-header {
	border-bottom: none;
}

#calcModalLabel {
	margin-top: 15px;
}

/*******EAPOW TOOLBAR PROPERTY DETAILS***/

a.btnPropDetails {
	background: #8cc63f;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	width: 24px;
	height: 24px;
}

a.btnPropDetails:hover,
li.eapow-contact a:hover,
li.eapow-agents a:hover,
li.eapow-props a:hover {
	background: #000 !important;
}

#eapowDetailsTabs .nav-tabs {
	border-bottom: 1px solid #000;
}

.eapow-actions>li>a {
	padding: 0;
	margin-right: 3px;
}

.mortgageCalIcon {
	background: url(../images/mortCalIcon.png);
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-top: 4px;
	line-height: 20px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

.icon-print {
	background: url(../images/printIcon.png);
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-top: 4px;
	line-height: 20px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

.icon-save {
	background: url(../images/saveIcon.png);
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-top: 4px;
	line-height: 20px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

.icon-list {
	background: url(../images/favIcon.png);
	background-size: 15px 15px;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 4px;
	margin-top: 4px;
	line-height: 20px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

/**ADD THIS OVERRIDES*****/

.at-icon-wrapper {
	background: none !important;
}

.at-icon-wrapper svg {
	display: none !important;
}

.addthis_button_facebook {
	background: url('/images/facebook.png') !important;
	background-size: 25px 25px !important;
	padding: 0 !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px;
}

.addthis_button_twitter {
	background: url('/images/twitter.png') !important;
	background-size: 25px 25px !important;
	padding: 0 !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px;
}

.addthis_button_pinterest_pinit {
	background: url('/images/pinterest.png') !important;
	background-size: 25px 25px !important;
	padding: 0 !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px;
}

.addthis_button_linkedin {
	background: url('/images/linkedin.png') !important;
	background-size: 25px 25px !important;
	padding: 0 !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px;
}

.addthis_button_google_plusone_share {
	background: url('/images/google-plus.png') !important;
	background-size: 25px 25px !important;
	padding: 0 !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px;
}

.addthis_button_email {
	background: url('/images/email.png') !important;
	background-size: 25px 25px !important;
	padding: 0 !important;
	width: 24px !important;
	height: 24px !important;
	margin-right: 4px;
}

span.at4-icon,
.at_PinItButton {
	display: none !important;
}

.at-icon-wrapper {
	background: none !important;
}

.at-icon-wrapper svg {
	display: none !important;
}

/**********************/

.eapow-mapright {
	margin-top: 35px;
	background: #8cc63f !important;
}

.eapow-mapright a {
	color: #000 !important;
}

#DetailsBox,
.well {
	background: rgba(255,255,255,0.2);
	border: none;
	color: #fff;
}

#DetailsBox a,
.well a {
	color: #fff;
	text-decoration: none;
}

#DetailsBox img {
	margin-bottom: 10px;
}

.eapow-agent-contact-btn,
.eapow-agent-contact-btn:hover {
	background: #000;
	border: 1px solid #000;
	padding: 3px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-weight: 300;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-shadow: none;
	border: none;
}

/***************************
AGENT/COMPANIES PAGES
****************************/

#agentCard,
#companiesCard {
	background: rgba(255,255,255,0.2);
	margin: 20px 0;
	padding: 10px;
	border: #ddd 0px solid;
}

.agentName {
	margin-bottom: 10px;
	color: #fff;
}

.eapow-agent-details {
	color: #fff;
}

.negotiator a{
	text-decoration: underline !important;
}

.eapow-sidecol abbr[title]{
	border-bottom: none;	
}

abbr[title], acronym[title] {
	text-decoration: none;
	border-bottom: none;
}

.agent-list-details {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eapow_company_details {
	color: #fff;
}

.eapow_company_details l1{
	list-style: none;
	margin-right: -20px;
}

li.eapow-contact a,
li.eapow-agents a,
li.eapow-props a {
	background: #8cc63f;
	border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	width: 18px;
	height: 24px;
}

span.icon-envelope {
	background: url(../images/agentContactlIcon.png) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: -1px;
	line-height: 20px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

span.icon-user {
	background: url(../images/agentAgentIcon.png) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	width: 20px!important;
	height: 20px;
	margin-top: 1px;
	margin-left: -1px;
	line-height: 20px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

span.icon-search {
	background: url(../images/agentPropertiesIcon.png) no-repeat;
	background-size: 20px 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	margin-left: -1px;
	line-height: 20px;
	vertical-align: text-top;
	background-repeat: no-repeat;
}

.eapow-overview-tabs {
	border-bottom: none;
}

h1.eapow-agent-property-header {
	margin: .67em 0 0 0;
}

/***************
BREADCRUMBS
***************/

.breadcrumb {
	margin-top: 20px;
	font-size: 0.779em;
	background: rgba(255,255,255,0.2);
}

.breadcrumb a,
.breadcrumb span {
	text-shadow: none;
}

.breadcrumb>li {
	text-shadow: none;
}

.breadcrumb>li>.divider img {
	width: 8px;
}

.icon-location {
	display: none;
}


.breadcrumb li{
	display: inline-block;
}

.breadcrumb .divider{
	display: none;
}

.breadcrumb a:after{
	content: "\f061";
	font-family:'Font Awesome 5 Free'; 
	font-size: 1em;
	font-weight: 800;
	display: inline-block;
	/*position: absolute;
	left: 0;*/
	padding: 0 8px 0 10px;
	color: #999;
}

/**********************************
BLOG
**********************************/

.joomla_add_this {
	margin-top: 20px;
	float: right;
}

.blog .items-leading,
.blog .item {
	background: #f5f5f5;
	padding: 10px 15px 5px 15px;
	margin-bottom: 25px;
	overflow: auto;
}

.blog h2 {
	margin: 0 0 0 0;
	border-bottom: 0px;
}

.blog h2 a:hover {
	color: #113529 !important;
}

.blog .items-leading img,
.blog .item img {
	width: 400px;
	margin-right: 15px;
}

.blog .items-leading .page-header,
.blog .item .page-header {
	margin: 2px 0 0 0;
	padding-bottom: 0;
}

.joomla_add_this {
	margin-top: 20px;
	float: right;
}

.readmore {
	margin-top: 10px;
}

.readmore .btn {
	background: #000!important;
	border: 1px solid #000!important;
	padding: 5px !important;
	color: #fff;
	text-shadow: none;
	font-weight: 600;
	border-radius: 0;
	box-shadow: none;
	border-color: transparent;
}

.readmore .btn .icon-chevron-right {
	background: url(../images/glyphicons-halflings-white.png);
	background-position: 15px 88px;
}

.article-info-term {
	display: none;
}

dl.article-info {
	background: transparent;
	border: 0px;
	padding: 0px;
	margin: 10px 0 10px 0;
}

.published {
	margin-left: 0;
}

.article-info dd {
	display: inline-block;
	font-size: 0.8em;
}

.blog .dropdown-toggle {
	background: #A3A3A3 !important;
	text-shadow: none !important;
	padding: 8px 12px;
}

.item-page .dropdown-toggle {
	background: #A3A3A3 !important;
	text-shadow: none !important;
}

.blog .item-image img {
	margin-bottom: 15px;
}

.profile .btn-toolbar {
	display: none;
}

.edit .nav-tabs>li>a:hover {
	background-color: #ED1C24;
	border-color: #ED1C24;
	border-bottom: none;
	color: #fff;
}

/****************************************************
EDITOR
***************************************************/

.profile .btn-toolbar {
	display: none;
}

ul.menuAgentMenu {
	margin-top: 20px;
	background: #f4f4f4;
	padding: 8px;
	border: 1px #dedede solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.menuAgentMenu li {
	display: inline-block;
	margin-right: 10px;
	background: #4B4B4B !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

.menuAgentMenu li a {
	background: #4B4B4B !important;
	padding: 3px 8px;
	color: #FFF;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

.menuAgentMenu li a:hover {
	background: #4B4B4B;
}

#adminForm .btn {
	background: #A3A3A3 !important;
	text-shadow: none !important;
}

.menuAgentMenu .divider {
	background: none !important;
}

body#tinymce {
	background: #FFF !important;
}

.login input[type="checkbox"] {
	vertical-align: left !important;
}

.login .nav-tabs.nav-stacked>li>a {
	border: 0;
	background: transparent;
}

.modal-button {
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
}

[class^="icon-"],
[class*=" icon-"] {
	width: 16px !important;
}

.icon-cancel {
	background-position: -312px 0;
}

.icon-archive {
	background-position: -409px -119px;
}

.icon-file-add {
	background-position: -23px -24px;
}

.icon-pictures {
	background-position: -457px -48px;
}

.icon-copy {
	background-position: -432px -119px;
}

.icon-eye {
	background-position: -96px -119px;
}

.chzn-drop {
	color: #333;
}

.validate {
	float: right !important;
}

.edit .btn-toolbar {
	padding: 0 15px 20px 15px;
}

/*********************************************************************
RESPONSIVE TABLES
***********************************************************************/

.tableRWD {
	display: table;	/* Defines a Table */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #a4a4a4;
	color: #FFF;
	margin: 10px 0;
	width: 100%;
}

.table-headRWD {
	display: table-header-group; /* Defines a table header group */
}

.table-headRWD .columnRWD:nth-child(1) {
	text-align: left !important;
}

.table-headRWD .columnRWD { /* Column inside the table-head */
	background: #b9b9b9;
	color: #333;
	border-right: 1px solid #a4a4a4;
	border-bottom: none;
	font-weight: 600;
}

.table-headRWD .column:hover { /* Column hover inside the table-head */
	background: #d1d1d1;
}

.rowRWD {
	display: table-row; /* Defines a table row */
}

.rowRWD .columnRWD:nth-child(1) { /* First column in a row */
	border-left: 1px solid #b9b9b9;
	text-align: left !important;
}

.rowRWD:last-child .columnRWD {  /* column in a last row */
	border-bottom: none;
}

.rowRWD:nth-child(odd) {
	background-color: #f5f5f5 !important;
}

.rowRWD:nth-child(even) {
	background-color: #fff !important;
}

.columnRWD {
	display: table-cell; /* Defines a table cell */
	padding: 10px 20px;
	border-bottom: 1px solid #b9b9b9;
	border-right: 1px solid #b9b9b9;
	text-align: center;
	color: #333;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Responsive table */
@media all and (max-width: 640px) {

	.tableRWD,
	.rowRWD,
	.columnRWD,
	.columnRWD:before {
		display: block;	/* Converts a table, table row, table column and table column:before into a block element */
	}

	.tableRWD,
	.rowRWD .columnRWD:last-child {
		border-bottom: none;
	}

	.table-headRWD {
		position: absolute;	/* Hides table head but not using display none */
		top: -1000em;
		left: -1000em;
	}

	.rowRWD {
		border: 1px solid #b9b9b9;
		border-top: 2px solid #b9b9b9;
		border-bottom: 2px solid #b9b9b9;
		margin: 20px 0;
	}

	.rowRWD .columnRWD:nth-child(1) { /* first column of the row */
		border-left: none;
		text-align: center !important;
	}

	.rowRWD .columnRWD:last-child { /* last column of the row */
		border-right: none;
	}

	.rowRWD:last-child .columnRWD,
	.columnRWD { /* Column in the last row and column */
		border-bottom: 1px solid #b9b9b9;
		text-align: center;
	}

	.columnRWD:first-child {
		background-color: #e8e8e8;
	}

	.columnRWD:before { /* prints the value of data-label attribute before the column data */
		font-weight: bold;
		padding-right: 0px;
		font-size: 12px;
		content: " "attr(data-label)":";	/* call the attribute value of data-label and adds a string // */
	}
}

/*FLEX BOX*/
.flex {
	display: flex;
	align-items: stretch;
}

/* Media Queries
*********************************************/

/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
}

/* Landscape phones and down */

@media (max-width: 480px) {

	body {
		padding: 0;
		font-size: 12px;
	}

	h1 {
		font-size: 2.1em;
	}

	.twitterContainer span.status {
		line-height: 1.2em;
	}

/**********
HEADER
**********/

#socialMedia {
	text-align: center;
}

.col {
	margin: 1% 0 1% 10%;
}

.contactCol {
	width: 17.5%;
}

/**********
TESTIMONIALS
************/

blockquote {
	font-size: 0.8em;
	line-height: 1.1em;
}

/****************
PROPERTY DETAILS
*****************/

#eapowDetailsTabs>.active>a,
#eapowDetailsTabs>.active>a:hover,
#eapowDetailsTabs>.active>a:focus,
#eapowMapTabs>.active>a,
#eapowMapTabs>.active>a:hover,
#eapowMapTabs>.active>a:focus {
	color: #FFF;
	cursor: default;
	background-color: #8cc63f !important;
	border-bottom-color: transparent;
}

#eapowMapTabs>.active>a,
#eapowDetailsTabs>.active>a {
	background-color: #8cc63f !important;
	border: solid 1px #8cc63f;
	color: #FFF !important;
}

.nav-tabs > li > a {
	background: #444 !important;
	border: solid 1px #000;
	color: #fff !important;
	padding: 3px !important;
	margin: 5px 2px !important;
	border-radius: 3px !important;
}

.nav-tabs > li > a:hover {
	border-color: #000;
}

#propimages .eapow-bannerbotleft {
	bottom: 0px !important;
}

ul#starItem li {
	width: 95%;
}

a.btnPropDetails {
	border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	-webkit-border-radius: 0% !important;
	width: 17px;
	height: 17px;
	margin: 0px !important;
}

.nav-tabs > li > a.btnPropDetails {
	margin: 0px !important;
	border-radius: 0% !important;
	-moz-border-radius: 0% !important;
	-webkit-border-radius: 0% !important;
}

.mortgageCalIcon {
	margin-left: 1px;
	margin-top: 0px;
}

/*******
SIDEBAR 
*******/

#sidebar .moduletableTeam .customTeam h3 {
	margin: 5px 0 0 0;
	font-size: 24px;
	font-size: 1.5em;
	line-height: 0.5em;
}

/****
COPYRIGHT
*****/
#copyright {
	padding: 10px 20px !important;
}

#copyright,
#copyrightRight {
	text-align: center;
}

#jform_captcha {
	background: #900 !important;
	text-align: center;
	border-radius: 5px;
}

.recaptchatable,
#recaptcha_image,
#recaptcha_area {
	margin: 0 7% !important;
	max-width: 247px !important;
}

#recaptcha_challenge_image {
	border: 1px solid #fff !important;
}

.recaptchatable .recaptcha_r1_c1,
.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r3_c2,
.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1,
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r2_c1,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r4_c4,
.recaptchatable .recaptcha_image_cell,
.recaptcha_r2_c2 {
	background: none !important;
}

td.recaptcha_r2_c1,
.recaptcha_r2_c2 {
	display: none;
}
}

/* Landscape phone to portrait tablet */

@media (max-width: 767px) {

	body {
		padding: 0;
		font-size: 14px;
	}

	.moduletableSearch {
		display: none;
	}

	#logo {
		text-align: center;
	}

	#logo img {
		margin-bottom: 15px;
		width: 95%;
	}

	.portals img {
		width: 100%;
	}

	.homepage .page-header h1 {
		text-align: center;
	}

	.homepage #socialBar h2 {
		margin-top: 40px;
	}

	.homepage #contactFooter h2 {
		text-align: center;
	}

/************
BANNER IMAGE
*************/

#SearchOverride {
	display: none;
}

#searchWidth {
	height: 250px;
}

#banner1,
#banner2,
#banner3,
#banner4,
#banner5,
#banner6,
#banner7 {
	height: 250px !important;
}

#headerWidth {
	padding: 10px 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h3.title {
	margin-bottom: 10px;
}

h3.title span:before,
h3.title span:after {
	display: none;
}

#ea_pow_registration h2,
#ea_pow_valuation h2 {
	margin-top: 10px;
}

#ea_pow_registration .ms-choice,
#ea_pow_valuation .ms-choice {
	margin-top: 20px;
	margin-left: 0 !important;
}

#ea_pow_registration .ms-drop,
#ea_pow_valuation .ms-drop {
	width: 100% !important;
	margin-left: 0 !important;
}

/*************
CONTACT ICONS
**************/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 3% 0 3% 18%;
}

.col:first-child {
	margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.group {
	zoom: 1; /* For IE 6/7 */
}

.contactCol {
	width: 11.5%;
}

/***PADDING OVERRIDES FOR EACH SECTION***/	

#searchFW,
#cta,
#testimonials,
#content,
#copyright,
#LatestProperties,
.portals,
#socialBar,
#contactFooter {
	padding: 0 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#testimonials h3 {
	font-size: 1.8em;
}

#testimonials {
	padding: 20px 20px;
}

/***********************************************************************
RESONSIVE NAVIGATION	
************************************************************************/

#mainMenu,
#searchFW {
	display: none;
}

div#RwdMenu {
	display: block;
	height: 40px;
}

div#RwdMenu a {
	background: url(../images/menu.png);
	display: inline-block;
	width: 45px;
	height: 40px;
	left: 10px;
	margin-left: 10px;
}

div#RwdMenu a.right {
	left: auto;
	right: 10px;
	background: url(../images/search.png);
	float: right;
}

#mainMenu .nav {
	float: left !important;
}

/*************************************
 OVERRIDE SLIDE OUT MENU SLIDER!!
 /*************************************/

 .mm-panel {
 	background: #333 !important;
 }

 .mm-list {
 	color: #FFF !important;
 }

 #menu-right input {
 	margin-bottom: 10px;
 }

 .mm-menu .mm-list > li:after {
 	border: none !important;
 }

 .mm-list>li>a:hover,
 .mm-list>li>a:focus {
 	background: rgba(0,0,0,0.3) !important;
 }

 #mainMenu .nav {
 	background-color: transparent;
 }

 #mainMenu .nav a {
 	color: #e6f1fc !important;
 }

 span.nav-header {
 	font-size: 1em;
 }

 #mainMenu .nav a:hover,
 #mainMenu .nav a:active,
 #mainMenu .nav li a#current,
 #mainMenu .nav .active > a,
 #topMenu a:hover,
 #topMenu a:active,
 #topMenu li a#current,
 #topMenu .active > a,
 #horiMenu a:hover,
 #horiMenu a:active,
 #horiMenu li a#current,
 #horiMenu .active > a {
 	color: #FFF !important;
 }

 .mm-search input {
 	color: #777 !important;
 	font-weight: normal;
 }

 .mm-menu .mm-search input {
 	background: #FFF !important;
 	color: #4d4d4d !important;
 }

 .mm-search input {
 	border: none!important;
 	border-radius: 0 !important;
 	font: inherit !important;
 	line-height: 30px !important;
 	outline: none !important;
 	display: block !important;
 	width: 100% !important;
 	height: 30px !important;
 	margin: 0;
 	padding: 0 10px !important;
 }

 .mm-list a.mm-subopen {
 	border-top: 0px !important;
 }

 .mm-menu .mm-list>li>a.mm-subopen:before {
 	border: 0px !important;
 }

 .mm-menu.mm-right {
 	width: 80% !important;
 }

 .mm-search input[type="checkbox"],
 .mm-search input[type="radio"] {
 	height: 25px !important;
 	width: 25px !important;
 	float: left !important;
 	clear: both !important;
 	margin-right: 10px !important;
 }

 .eapow_qsmod_holder .ms-drop ul>li label {
 	padding: 6px 0 !important;
 }

 eapow_qsmod_holder .ms-drop {
 	margin-left: 0px !important;
 }

 .mm-search .ms-choice {
 	height: 31px !important;
 	margin-bottom: 10px !important;
 	-webkit-border-radius: 4px !important;
 	-moz-border-radius: 4px !important;
 	border-radius: 4px !important;
 	background: #fff !important;
 	margin: 0 0 10px 0 !important;
 }

 .eapow_qsmod_holder button.ms-choice {
 	margin-left: 0px;
 }

 .eapow_qsmod_holder .ms-choice .placeholder,
 .ms-choice span {
 	margin-left: 0px;
 	padding-top: 0px;
 	margin-top: -1px;
 }

 /*RESPONSIVE NAV END**************/

/*******************************************
CALL TO ACTIONS
*******************************************/

.moduletablecta1,
.moduletablecta2 {
	text-align: center;
	margin-bottom: 110px;
}

.moduletablecta3 {
	text-align: center;
	margin-bottom: 30px;
}

/******************************************
LATEST PROPERTIES
*******************************************/
#LatestProperties h3.title span:before,
#LatestProperties h3.title span:after {
	width: 50px;
}

.eapow-recentproperties-thumb-holder {
	height: auto;
}

.eapow-recentproperties-holder {
	margin-top: 15px;
	padding-top: 15px;
	/*border-top: 2px #ddd solid;*/
}

.eapow-recentproperties-holder:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.eapow-recentproperties-holder:last-child {
	margin-bottom: 20px;
}

/*******************************************
PROP LISTING
********************************************/

#smallProps .span3 {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 2px #ddd solid;
}

.eapow-property-thumb-holder {
	height: 100%;
}

.eapow-featProperty-thumb-holder .eapow-bannertopright {
	top: -4px !important;
	left: -3px !important;
}

.miniPic {
	height: 75px;
}

#smallProps,
#featProps {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}

/*******************************************
PROP DETAILS
*********************************************/

.ul#starItem li {
	width: 100%;
}

.eapow-request-wrapper label {
	text-align: left;
}

/********************************************
AGENT LOGIN
*********************************************/

fieldset.login input {
	width: 100%;
}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

	body {
		font-size: 0.8em;
	}

	#mainMenu a {
		margin-left: 16px;
	}

	#SearchOverride {
		width: 97%;
	}

/*********************
HEADER UPDATES TABLET
/***********************/

#headerWidth {
	border-bottom: 0;
}

#logo {
	padding-top: 0px;
}

#mainMenu {
	display: none;
}

#fwMenu {
	background: #8cc63f;
	margin-bottom: 0;
}

#fwMenu a, #fwMenu span.nav-header {
	color: #FFF;
	padding: 7px 14px;
	font-size: 0.9em;
}

#fwMenu a:hover,#fwMenu span.nav-header:hover {
	background: rgba(0,0,0,0.2);
}

#SearchOverride {
	width: 97%;
}

#socialMedia {
	font-size: 1.2em;
}

#socialMedia img {
	width: 4% !important;
}

.social-icons .fab {
	font-size: 1em;
}

/*******************************************
Prop Listings
*******************************************/

.eapow-property-thumb-holder {
	height: 110px;
}

/*******************************************
LATEST PROPS
*******************************************/

.eapow-recentproperties-thumb-holder {
	height: 110px;
}

/****************
TWEET SLIDER
*****************/

.moduletable_tweetSliders h3 {
	padding-left: 44px;
	background-size: 34px 26px;
	background-position: 0px 8px;
}
}

/* Large desktop */


@media (min-width:1200px) {

	#mainMenu a, #mainMenu span.nav-header {
		font-size: 1.1em;
		margin-top: 43px;
		margin-left: 25px;
	}

	.moduletableSearch h3 {
		font-size: 1.5em;
	}

/*******************************************
SIDEBAR
*******************************************/



/*******************************************
TEAM
*******************************************/

#sidebar .moduletableTeam .customTeam h3 {
	margin: 0px 0 10px 0;
}

#sidebar .moduletableTeam .customTeam p {
	font-size: 16px;
	font-size: 1em;
}

/*******************************************
OFFICES
*******************************************/

.customoffices {
	background-size: 120px 120px;
}

/*******************************************
LATEST PROPS
*******************************************/

.eapow-recentproperties-thumb-holder {
	height: 178px;
	overflow: hidden;
}

/*******************************************
PROPERTY LISTING
*******************************************/

.eapow-property-thumb-holder {
	height: 178px;
}
}

/***********************************************************************
COOKIE POP UP
************************************************************************/

.cc-window {
	background: #eee !important;
}

.cc-btn,
.cc-btn:hover,
.cc-btn:visited,
.cc-btn:focus,
.cc-btn:active {
	background: #8cc63f !important;
	color: #fff !important;
	border-radius: 0 !important;
}

/***********************************************************************
CONTENT BOX
************************************************************************/

.content-box {
	background: rgba(255,255,255,0.2);
	padding: 20px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-box h2 {
	margin-top: 0;
	border-bottom: 1px solid #8cc63f;
	line-height: 1em;
}

.content-box h3 {
	margin: 20px 0 5px 0;
	padding-bottom: 0;
	border-bottom: none;
	line-height: 1em;
}