@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background: #f4f4f4;	/* #eeede6;*/
	color: #353536;
}
.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;  /* the bottom margin is the negative value of the footer's height */
	margin-top: 0;
	margin-bottom: -150px;/* overflow: hidden; */
}
.push {
	height: 150px;
}
body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	color: #34495e;
	fill: #34495e;
}
h1 {
	font-size: 2.4em;
	font-weight: 600;
}
h2 {
	font-size: 2em;
	font-weight: 600;
}
h3 {
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 300;
	font-style: italic;
}
h4 {
	font-size: 1.6em;
	font-weight: 400;
}
h5 {
	font-size: 1.4em;
	font-weight: 600;
}
h6, a h6 {
	/* font-size: 1.2em; */
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
a {
	color: #53b267;
}
a:hover {
	color: #308e44;
}
h4 a {
	color: #353536;
}
.hidden {
	display: none;
}
.pink {
	color: #52853c;
}
.whitebg {
	/*	border-bottom: 2px solid #fff;*/
	padding: 5px;
}
.row {
	width: 1177px;
}
.main-col {
	/* display: inline-block; */
	margin-right: 330px;
	padding: 0 15px;/* float: left; */
}
.side-col {
	float: right;
	width: 330px;
	padding: 0 15px;
	text-align: center;
}
.fifth, .row .fifth {
	width: 20%
}
.fl {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.fr {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
img.fl, img.fr {
	max-width: 50%;
}
.maintitle {
	margin-top: 0;
}
.green {
	color: #53b267;
}
.nogap {
	margin-top: 0;
}
.topgap {
	margin-top: 50px;
}
.botgap {
	padding-bottom: 50px;
}
.side-col.adpad {
	padding-top: 40px;
}
.flush {
	clear: both;
	font-size: 0px;
	height: 0px;
	float: none;
}
.clearfloat, .cf {
	clear: both;
}
select {
	height: 30px;
	border: 1px solid #ccc;
	margin-bottom: 13px;
	background: #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	color: #5e5342;
	font-size: 14px;
}
input[type=file] {
	margin-bottom: 15px;
	width: 100%;
	padding: 10px;
}
.g-recaptcha {
	overflow: hidden;
	margin-bottom: 10px;
}
.white {
	color: #fff;
}
label {
	color: #687888;
}
sup {
	font-size: 0.83em;
	vertical-align: super;
	line-height: 0;
}
hr {
	border-color: #fff;
	border-color: rgba(255,255,255,0.3);
	border-width: 1px 0;
	border-top-color: rgba(0,0,0,0.1);
	clear: left;
}
table {
	max-width: 100%;
	width: 100%;
}
.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}
span.but {
	background: #52853c !important;
	display: inline-block;
	padding: 6px 12px;
	line-height: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.button, .button.secondary, .button.success, .button.alert, .productSubmitInput, .update, .actions a, .cat_button {
	/*-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	/*	text-transform: uppercase;*/
	font-size: 1.2em;
	line-height: 25px;
	font-weight: 400;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.button:active, .button.secondary:active, .button.success:active, .button.alert:active, .productSubmitInput:active, .update:active, .actions a:active, .cat_button:active {
	-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);













	box-shadow: inset 1px 1px 2px rgba(0,0,0,0.4);
}
button.expand, .button.expand {
	padding-right: 0;
	padding-left: 0;
	width: 100%;
}
.button.outline {
	background: none;
	border: 3px solid #88825b;
	color: #88825b;
	border-radius: 6px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.button.outline:hover {
	border-color: #52853c;
	color: #52853c;
}
.button.small {
	font-size: 14px;
	padding: 5px 20px 6px;
	line-height: 1.5;
}
.button.blue {
	background: #3B599D;
}
.button.blue:hover {
	background: hsl(222, 45%, 32%);
}
.button .fa {
	/* color:	#bcb061; */
	font-size: 1.5em;
	vertical-align: middle;
	margin: -3px 10px -2px 0px;/* line-height: 1; */
	/* margin-right: 10px; */
}
.button .fa-chevron-right {
	margin: -3px -2px -2px 10px;
}
.goldblock .button {
	background: #b5ae7b;
	color: #555139;
}
.goldblock .button:hover {
	background: #c5bd86;
	color: #2a281d;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
/*-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #012636;
	color: #fff;
	border: 2px solid #81b8bd;*/
}
.productSubmitInput, .update, .actions a {
	font-size: 11px;
	padding: 4px 14px 3px;
}
/*ul, ol, li {
	font-size: 16px;
}*/
ul li, ol li {
	margin-left: 20px;
	margin-bottom: 10px;
	line-height: 1.4;
}
ul.arrows li:before {
	content: "❯";
	padding-right: 5px;
	color: #e6c05a;
}
.pricing-table li {
	margin: 0;
}
.bigicon {
	font-size: 2em;
	color: #52853c;
}
form.custom div.custom.dropdown a.selector:after, form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
	content: "\f107";
	font-family: 'FontAwesome';
	border: 0;
	margin-top: 0;
	margin-left: -10px;
	color: #4d4d4f;
	line-height: 0;
}
.filterbox {
	display: table;
	width: 100%;
}
.filterbox form {
	display: table-row;
}
.filterbox .title {
	display: table-cell;/* width: 250px; */
}
.filterbox .title h4 {
	font-style: italic;
}
.filterbox .selector {
	display: table-cell;
	padding: 0 10px;
	width: 30%;
	vertical-align: top;
}
.homepg .filterbox .selector{width:42%;}
.filterbox .action {
	display: table-cell;
	width: 120px;
	text-align: right;
	vertical-align: top;
}
.filterbox .button {/* text-align: left; */margin-bottom: 7px;}
.filterbox .button .fa {
	font-size: 1em;
	margin: 0 0 0 16px;/* float:right; */
}
.price-filter {
	margin: 30px 0 10px;
}
.price-filter h5 {
	width: 25%;
	/* display: inline-block; */
	float: left;
	font-size: 17px;
	font-style: italic;
	margin: 0 0 20px;
	min-width: 0px;
}
.midcolumn {
	width: 30%;
	display: inline-block;
	padding: 0 10px;float:left;
}
#showpricefrom {
	float: left;
	font-weight: bold;
}
#showpriceto {
	float: right;
	font-weight: bold;
}
.ui-slider-horizontal {
	background: #cccccc;
	border: none;
	border-radius: 0;
	margin-bottom: 10px;
	height: 4px;
}
.ui-slider .ui-slider-range {
	background: #53b267;
}
.ui-state-default.ui-slider-handle {
	background: #53b267;
	border: none;
	border-radius: 50%;
	top: -8px;
}
.ui-state-default.ui-slider-handle.ui-state-active {
	background: #429854;
}
form.custom .filterbox div.custom.dropdown a.current {
	padding: 7px 30px 7px 10px;
	font-size: 1.2em;
	color: #34495e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
form.custom .filterbox div.custom.dropdown {
	height: auto;
	margin-top: 0;
}
form.custom .filterbox div.custom.dropdown ul {
	top: 47px;
}
form.custom .filterbox div.custom.dropdown a.selector {
	height: 47px;
	font-size: 1.4em;
}
.leaderboard {
	margin-top: 10px;
}
.rightadverts {
/*display: inline-block;
	float: right;*/

}
.ad1, .ad2 {
	margin-bottom: 30px;
}
small {
	color: #7f92a4;
	display: block;
	margin-bottom: 5px;
	font-size: 11px;
}
small a {
	color: #88825b;
}
small a:hover {
	color: #52853c;
}
/* ------------------ nav ------------------ */


.navbar {
	background: #52853c;
}
.navswoop {
	background: url(../../images/swoop-nav.png) top center no-repeat;
	height: 26px;
}
#mainnav .fa {
	font-size: 2em;
	margin: -8px 0;
	vertical-align: middle;
}
.touch .sidenav ul ul ul, .touch #mainnav li li ul {
/*	display: none !important;*/
}
.signupbox {
	background: #8A6A95;
	padding: 20px;
}
.signupbox h3 {
	font-size: 20px;
	color: #fff;
	margin-top: 0;
}
.signupbox form {
	margin: 0;
}
.signupbox input[type=text] {
	background: #6C5770;
	color: #fff;
}
.signupbox ::-webkit-input-placeholder { /* WebKit browsers */
 color:    #a194a4;
}
.signupbox :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #a194a4;
}
.signupbox ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #a194a4;
}
.signupbox :-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #a194a4;
}
/* ------------------ Header ------------------ */

.topbar {
	text-align: right;
	padding: 10px 0 5px;
	font-family: 'Montserrat', sans-serif;
}
.userdetails {
	margin-right: 10%;
	display: inline-block;
	font-size: 12px
}
.userdetails a {
	color: rgba(255, 255, 255, 0.6);
	font-size: 1.6em;
	vertical-align: -3px;
	margin-left: 10px;
}
.userdetails a:hover {
	color: #2a4a69;
}
.shortlisttotal {
	font-size: 0.8em;
	color: #fff;
}
.shortlisttotal:hover {
	color: #142b42;
}
.shortlisttotal .fa {
	font-size: 1.4em;
	vertical-align: middle;
	margin-left: 10px;
}
.shortlisttotal .numb {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 600;
}
header {
	/* padding-bottom: 10px; */
	background: #53b267;
	color: #fff;
	position: relative;
	z-index: 1001 !important;
	width: 100%;
	max-height: 100%;
	overflow: visible;
}
.is-sticky header {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
header .brand {
	display: table;
	width: 100%;
	margin: 0 0 5px;
	max-width: 420px;
	float: left;
}
header .logo {
	/* padding-top: 5px; */
	/* padding-bottom: 10px; */
	/* text-align: center; */
	/* margin-bottom: -25px; */
	z-index: 300;
	width: 50%;
	display: table-cell;
	padding-right: 10%;
	/* max-width: 160px; */
	vertical-align: top;/* float: left; */
}
header .details {
	margin-top: 20px;
	text-align: right;
	font-size: 16px;
	font-weight: 300;
}
header .head-right {
	float: right;
	margin: 15px 0 0;
	font-family: 'Montserrat', sans-serif;
	/* border-bottom: 1px solid red; */
	line-height: 0;
}
header .details form {
	margin-bottom: 5px;
}
header h3, header h4 {
	/* color: #897091; */
	margin: 0;
}
header .headphone {
	font-size: 1em;
	font-weight: bold;
}
header .strapline {
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	/*line-height: 2em;*/
	color: #fff;
	text-align: left;
	/* margin-top: 34px; */
	width: 50%;
	/* float: right; */
	/* padding-left: 5px; */
	/* position: absolute; */
	/* bottom: 10px; */
	/* right: 0; */
	display: table-cell;
	vertical-align: bottom;
}
.head-icons {
	border-left: 1px solid rgba(255, 255, 255, 0.25);border-right: 1px solid rgba(255, 255, 255,0.25);
	float: right;
	margin-top: 0.7em;
}
.head-icons a {
	float: right;
	padding: 10px;
	color: #fff;
	width: 2.4em;
	text-align: center;
}
.head-icons a:hover {
	/* color: rgba(255,255,255,0.5); */
	background-color: #3f884e;
}
#searchpanel {
	padding: 10px;
	/* max-width: 1162px; */
	margin: 0 auto;
	background: #4aa05c;/* border-top: 1px solid #4aa05c; */
}
#searchpanel form {
	margin: 0 auto;
	/* width: 300px; */
	max-width: 1145px;
	text-align: right;
}
.searcharea {
	background: #81b8bd;
	padding: 10px 0 0;
	display: none;
}
.searchbox {
	position: relative;
	text-align: right;
	margin-left: auto;
	display: inline-block;
	width: 300px;
	max-width: 100%;
}
.orderbox {
	margin-bottom: 10px;
}
.searchbox input[type=text] {
	padding: 5px 32px 5px 10px;
	margin-bottom: 0 !important;
	border: none;

}
.searchbox form {
	margin: 0 0 10px;
}
.searchicon {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	right: 3px;
	font-size: 18px;
	color: #53b267;
	padding: 5px;
}
.searchicon:hover {
	color: #2a4a69;
}
.searchicon:active {
	color: #333;
}
.infoblock {
	background: #34495e;
	color: #fff;/* padding-bottom: 1px; */
}
.infoblock .watermark {
	max-width: 1170px;
	margin: 0 auto;
	padding: 20px 200px 20px 15px;
	position: relative;
	background-image: url("/_theme/images/watermark.png");
	background-repeat: no-repeat;
	background-position: right center;
	min-height: 150px;
}
.infoblock * {
	color: #fff;
}
.infoblock h1 {
	font-weight: bold;
}
.infoblock h4 {
	font-weight: 300;
}
.infoblock h5 {
	font-weight: 400;
	line-height: 1.3;
}
.infoblock .text {
}
.infoblock .close {
	position: absolute;
	bottom: 20px;
	right: 55px;
	font-size: 3em;
	line-height: 0.6;
}
#find_village .findvform {
	padding: 20px;
	position: absolute;
	bottom: 0;
	z-index: 150;
	right: 15px;
	border-radius: 10px;
	box-shadow: rgba(255, 255, 255, 0.298039) 0px 0px 0px 5pt !important;
	background: rgba(59, 59, 59, 0.901961) !important;
	color: #fff !important;
	width: 320px;
}
#find_village form div.item.keywords {
	display: none;
}
.vopt {
	line-height: 1.5;
}
form.findvform div.custom.dropdown {
	margin-bottom: 5px
}
.findvform h4, .findvform label {
	color: #bcb061;
	margin-top: 0;
}
#pageform .findvform {
	margin-top: 20px;
	position: relative;
	padding-right: 100px;
}
#find_village .findvform .option {
	display: block;
}
.findvform .button {
	padding: 8px 15px !important;
}
#pageform .findvform .part .item {
	display: inline-block;
	min-width: 29%;
}
#pageform .findvform .part .keywords {
	width: 40%;
	float: left;
	margin-right: 5px;
}
#pageform .findvform .option {
	display: inline-block;
	padding-right: 10px;
	word-break: keep-all;
}
#CAT_txtKeywords {
	margin-bottom: 10px;
	margin-top: 2px;
}
.bottomright {
	position: absolute;
	bottom: 0;
	right: 0;
}
.findvform .bottomright {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#pageform h4 {
	display: none;
}
.accountmenu ul {
	list-style: none;
	float: right;
	margin: 0;
}
.accountmenu ul li {
	float: left;
	margin: 0 0 3px 10px;
}
.accountmenu ul li a {
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	background: #011a32;
	border-radius: 0 0 5px 5px;
	opacity: 0.5;
}
.accountmenu ul li a:hover {
	opacity: 1;
}
span.welcome {
	margin: 10px 0;
	display: inline-block;
	font-weight: 300;
	font-size: 20px;
}
.smallbutton {
	/* float: right; */
	background: #34495e;
	padding: 5px 15px;
	border-radius: 4px;
	color: #fff;
	opacity: 0.7;
	/* margin: 0 0 5px 8px; */
	/* margin-bottom: 10px; */
	display: inline-block;
}
.listing.edit {
	margin-bottom: 0;
}
.editbuttons {
	/* position: absolute; */
	/* bottom: 0; */
	/* right:0; */
	/* text-align: center; */
	margin-bottom: 20px;
}
.editbuttons .button {
	margin: 8px 3px;
}
.vedit-all{ text-align:left; position:absolute;bottom:10px;left:0px;}
.vedit a, .vdel a, .button.compact {
	/* background: #F07E0E; */
  /* padding: 2px 8px; */
	border-radius: 5px;
	color: #fff;
	/* opacity: 0.7; */
	margin: 0 5px 5px 0;
	line-height: 1.5;
	padding: 7px 10px;

	width: auto;
	text-align: center;
	text-transform: Capitalize;
	font-weight: 600;
	display: inline-block;
	min-width: 80px;
}
.vedit a, .vdel a {
	/* float: right; */
	margin: 0 8px 5px 0px;
}
.vedit a, a.orange {
	background: #ff8335;
}
.vedit a:hover, a.orange:hover {
	background: #D27000;
}
.vdel a, .editbuttons .edit {
	background: #34495e;
}
.vdel a:hover, .editbuttons .edit:hover {
	background: #B50E0E;
}
.smallbutton:hover, .vedit a:hover, .vdel a:hover {
	opacity: 1;
	color: #fff;
	cursor: pointer;
}
p.small {
	font-size: 10px;
	color: #6E6E6E;
}

.page {
	width: 77%;
}
.sidebar {
	width: 23%;
}
.main {
	width: 73%;
}
.side {
	width: 27%;
}
.blockhead {

	background: #87688d;
	color: #fff;
	padding: 5px 15px;
	font-size: 18px;
	text-align: center;
	margin: 0;
}
.event {
	background: #e7e9e3;
	margin-bottom: 5px;
	clear: both;
}
.event:hover {
	box-shadow: 0 0 3px #1c8aad;
}
.event:active {
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.event h4 {
	margin: 0 0 5px;
	color: #364d54;
	font-size: 16px;
}
.event .details {
	padding: 15px;
	font-size: 13px;
	line-height: 1.3;
}
.event:after {
	content: "";
	display: table;
	clear: both;
}
.tickbox {
	width: 49%;
	display: inline-block;
}
/* ------------------ Content ---------------- */

#content {
	/* padding: 0 0 40px; */
	line-height: 1.4;/* margin-top: 20px; */
}
#banner {
	/* background: #ddd; */
	position: relative;
}
.pagebanner {
	width: 100%;
	/* max-height: 400px; */
	min-height: 400px;
	background-size: cover;
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.pagebanner.Video {
	margin-bottom: 80px
}
.hero-frame {
	text-align: center;
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	max-width: 100%;
	min-height: 400px;
}
.Video .buttonBar {
	display: none;
}
.Video .hero-overlay {
	background: rgba(52, 73, 94, 0.6);
}
.hero-intro {
	margin: 30px auto;
	min-height: 115px;
	text-shadow: 0 0 5px #f4f4f4;
	width: 65%;
	font-size: 20px;
}
.Video .hero-intro {
	width: 70% !important;
}
.hero-intro h4 {
	font-style: italic;/* font-size: 2.2em; */
}
.Video .hero-intro h4 {
	color: #fff;
	text-shadow: none;
}
.hero-box {
	background: #fff;
	padding: 15px 40px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 3px;
	/* width: 40%; */
    /* display: inline-block; */
    /* margin: 5%; */
	color: #34495e;
}
.hero-box p {
	font-size: 17px;
	color: #34495e;
}
.hero-box .button {
	width: 300px;
	max-width: 100%;
}
.hero-box .eq {
	margin-bottom: 15px;
}
.Video .hero-box {
	margin-bottom: -60px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	position: relative;
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.Video .hero-box:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	bottom: 0px;
	left: 10%;
	right: 10%;
	height: 20%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

@media only screen and (max-width: 950px) {
.pagebanner {
	/* height: 35.5vw; */
	background-size: contain;
}
}

@media only screen and (max-width: 767px) {
.hero-intro {
	font-size: 14px;
	margin: 0 auto;
	width: 45%;
}
.hero-frame {
	padding: 10px;
}
.Video .hero-box {
	margin-bottom: 30px;
	font-size: 12px;
}
.infoblock .watermark {
	padding-right: 20%;
	padding-bottom: 60px;
	background-position-y: 80%;
	background-size: 120px;
}
.infoblock .close {
	right: 45px
}
}

@media only screen and (max-width: 400px) {
.hero-intro {
	font-size: 10px;
}
}
#featured {
	/*	margin-top: -20px;*/
	margin-bottom: 20px;
}
.orbit-wrapper {
	margin-bottom: 100px;
	margin-top: -20px;
}
.orbit-wrapper .orbit-caption {
	padding: 15px;
	font-size: 26px;
	width: auto;
	bottom: 5%;
}
.orbit-caption h3 {
	color: #fff;
	margin: 0 0 10px;
}
.orbit-caption h3 a {
	color: #fff;
	margin: 0;
}
.orbit-caption .date {
	margin-right: 20px;
	clear: right;
}
.orbit-caption .button {
	margin-bottom: 0px;
	padding: 8px 16px;
}
.slide {
}
.orbit div.orbit-slide img {
	width: 100%;
}
.orbit-wrapper .slider-nav span, .orbit-wrapper .timer {
	opacity: 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.orbit-wrapper:hover .slider-nav span, .orbit-wrapper:hover .timer {
	opacity: 0.5;
}
ul.orbit-bullets li {

	background: #63564e;
	border-radius: 50%;
	width: 13px;
	height: 13px;
}
ul.orbit-bullets li:hover {
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.4);
}
ul.orbit-bullets li.active {
	background: #876783;
}
.sponsors {
	margin: 0 0 30px;
	text-align: center;
	background: #fff;
	padding: 10px;
}
.sponsors h5 {
	text-align: left;
}
.sponsors .sponsor {
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 5px 15px;
	vertical-align: middle;
}
.sponsors .sponsor:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.box {
	background: #52853c;
	color: #fff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
	color: #fff;
	margin-top: 0;
	font-weight: 700;
}
.box .imageright {
	margin: -20px -20px -20px 20px;
	float: right;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.box:after {
	content: "";
	display: table;
	clear: both;
}
.recess {
	background: #e0e0e0;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	padding: 30px;
	margin-bottom: 20px;
	display: none;
}
.prod {
	text-align: center;
}
.prod .image {
	position: relative;
}
.prod .sticker {
	position: absolute;
	left: 0;
	bottom: 10%;
	background: #892f10;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 15px;
	font-size: 18px;
	text-align: center;
	line-height: 1.1;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.prod .price {
	font-size: 28px;
	font-weight: 800;
}
.catalogue {
	background: #979DA1;
	vertical-align: middle;
	display: block;
	margin-bottom: 20px;
}
.catalogue:hover {
/*	background: #977893;*/
}
.catalogue span {
	vertical-align: middle;
	display: inline-block;
}
.catalogue h3 {
	color: #fff;
	text-align: right;
	word-wrap: break-word;
	margin: 0;
}
.catalogue a {
	color: #fff;
}
.catalogue h3 a {
	padding: 20px;
	display: block;
}
.catalogue h3 a:hover {
	color: rgba(255,255,255,0.7);
}
.catalogue .image img {
	margin: 0 0 -2px 0;
}
.catalogue .image {
	width: 40%;
}
.catalogue .title {
	width: 50%;
}
.catalogue .arrow {
	width: 10%;
	color: #423c32;
	font-size: 40px;
	font-weight: 300;
	text-align: center;
}
div.progress .meter {
	background: #56ABD2;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	min-width: 35px;
}
div.comment .content {
	padding: 5px 15px;
	background: #E6EAED; /*#2D82A9;*/
	border-radius: 10px 0 10px 10px;
	/* color: 	#fff; */
	position: relative;
	margin-bottom: 10px;
	/* border: 2px solid #9EACB3; */
	font-size: 13px;
}
div.comment .date {
	color: #606571;
	font-size: 10px;
	margin-bottom: 3px;
	display: block;
	/* position: absolute; */
	/* top: 0px; */
	/* right: 0px; */
	/* background: #959CAB; */
	/* padding: 0px 0 3px; */
	/* border-radius: 0 0 0 10px; */
	
	text-align: right;
}
.project.overview {
	border-radius: 5px;
	overflow: hidden;
}
.project.overview h2 {
	margin: 0;
	background: rgba(0,0,0,0.2);
	color: #000;
	padding: 10px;
	margin: -20px -20px 10px;
	text-align: center;
	font-size: 1.7em;
}
.project .detail .title {
	clear: both;
	text-align: right;
	color: #fff;
}
#mapcanvas {
	height: 473px;
	width: 100%;
	border: 2px solid #fff;
}
#mapcanvas img {
	max-width: none;
}
.shadow {
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
input.error, textarea.error {
/*	border-color: #B14C3B;*/
}
label.error {
	color: #c7351f;/* background: #B14C3B; */
	padding: 0;/* float: right; *//* display: block; *//* width: 50%; */
	margin: 0;/* text-align: center; *//* border-radius: 5px 5px 0 0; */
}
form.custom div.custom.dropdown.error a {
	border-color: #B33A63;
}
.plan h4, .docs h6, .recess h2, .recess h3, .recess h4, .recess h5 {
	margin-top: 0;
}
.desc {
	margin-bottom: 10px;
}
.docs, .docs li {
	list-style: none !important;
	margin-left: 0;
}
.docs a {
	display: block;
	border: 1px solid #eee;
	padding: 10px;
	z-index: 2;
	position: relative;
}
.docs a:hover {
	border-color: #52853c;
}
.docs a::before {
	margin-right: 10px;
}
.docs .filesize {
	float: right;
	margin: 10px;
	font-size: 11px;
	line-height: 24px;
	z-index: 1;
	position: relative;
}
div.alert-box.floating {
	position: fixed;
	z-index: 90000;
	left: 25%;
	width: 50%;/* padding: 25px 70px; */
}
#address .fa, .address .fa {
	color: #5b6c7d;
}
ul.details {
	list-style: none;
	color: #3f4f5f;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
ul.inline {
	margin-bottom: 0;
}
ul.details li {
	margin-left: 0;
}
ul.details li span {
	font-weight: bold;
}
ul.details.inline li {
	float: left;
	margin-right: 20px;
}
.op4982611 {		/*hide other operator*/
	display: none;
}
.oldvillage.feature, .oldvillage.listing, .oldvillage.preview {
	background: #fff;
	margin-bottom: 10px;
	border-radius: 2px;
	min-height: 150px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	overflow: hidden;
	position: relative;
}
.oldvillage .photo {
	padding: 5px;
}
.oldvillage img {
	display: block;
}
.oldvillage h4, .oldvillage h4 a {
	color: #262626;
	font-weight: 800;
	margin-top: 0;
	font-size: 14px;
}
.oldvillage .text {
	padding: 17px;
	margin-bottom: 35px;
}
.oldvillage .text-right {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.oldvillage:after, .result:after, ul.inline:after {
	content: "";
	display: table;
	clear: left;
}
.oldvillage.feature .photo {
	float: left;
	max-width: 50%;
	margin-right: 20px;
}
.oldvillage.feature {
	margin-bottom: 30px;
}
.cta {
	margin-top: 10px;
	text-align: right;
}
.oldvillage .button, .cta .button {
	/* padding: 2px 6px; */
	margin: 2px;/* display: inline-block; */
	/* border: 2px solid #fff; */
	/* float: right; */
}
.oldvillage.listing .content {
	padding: 15px 30px;
}
.oldvillage.listing h4 {
	magin-bottom: 5px !important;
}
.oldvillage.listing .details li {
	margin-bottom: 2px;
	font-size: 12px;
	color: #52853c;
}
.oldvillage.listing .details li span {
	font-weight: 600;
}
.overview {
	margin-bottom: 20px;
}
.oldvillagefeature .photo {
	width: 100%;
	max-width: 300px;
	padding-bottom: 82%;
	position: relative;
	background: #fff;
}
.oldvillagefeature .photo img {
	position: absolute;
	width: 100%;
	height: auto;
}
.oldvillagefeature .photo .ribbon {
	background: #C60;
	color: #fff;
	padding: 5px;
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: 10px;
	z-index: 10;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	border-radius: 0 3px 3px 0;
}
.oldvillagefeature h6 {
	margin: 5px 0;
}
.oldvillagefeature p {
	font-size: 11px;
	margin-bottom: 0;
}
.result {
	position: relative;
	min-height: 140px;
}
.oldvillage.white .cta {
/* text-align: right; */
    /* position: absolute; */
    /* bottom: 8px; */
    /* right: 8px; */
    /* left: 8px; */
    /* clear: left; */
    /* float: right; */
}
.oldvillage.result {
	min-height: 200px;
}
.result .photo {
	float: left;
	width: 40%;
	padding: 0;
	/* max-width: 50%; */
	padding-right: 10px;
}
.result .content {
	margin-left: 26%;
	/* padding-bottom: 30px; */
	margin-left: 40%;
	padding-left: 10px;
	min-height: 160px;
}
.result .rightcol {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 24%;
	text-align: right;
	color: #888;
}
.result .rightcol p {
	margin: 0;/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}
.result .rightcol .button {
	line-height: 1.2;
	padding: 5px;
	margin: 0;
	width: auto;
	min-width: 120px;
}
.result .rightcol .price {
	color: #011a32;
	font-weight: 800;
	font-size: 15px;
	margin: 0;
}
.result h4 {
	magin-bottom: 5px !important;
}
.result .details li, .vacancy .details li {
	margin: 0 0 5px;
	color: #53b267;
	list-style: none;
}
.result .details li span {
	font-weight: 600;
}
.result .details .entry {
	float: right;
}
.oldvillage.result.white {
	background: #FFF;
	margin-bottom: 20px;
	padding: 10px 10px 10px;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
}
.oldvillage.result.PremiumPlan {
	border: 3px solid rgb(255, 214, 88) !important;
	background: #FFFCF4 !important;
}
.oldvillage.white .content {
/* padding-left: 10px; */
  /* margin-left: 40%; */
  /* min-height: 220px; */
  /* padding-bottom: 30px; */
}

@media only screen and (min-width: 750px) {
.newtable {
	display: table;
}
.newtable ul {
	display: table-row;
}
.newtable li {
	display: table-cell;
	float: none !important;
	padding: 0 30px 10px 0;
	vertical-align: top;
}
}
.oldvillage.result .address, .oldvillage.result .details .manager {
	margin-bottom: 5px;
	color: #888;
}
.oldvillage.result .address {
	min-height: 35px;
}
.oldvillage.result .details .website, .oldvillage.result .details .phone {
	/* float: left; */
	margin-right: 16px;
	color: #011a32;
}
.result .details .phone span, .detailpage .details .phone span {
	width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: help;
	display: inline-block;
	float: left;
	padding-left: 5px;
}
.detailpage .details .phone div {
	float: left;
}
.result .sm-logo {
	float: right;
	width: 75px;
	margin-left: 20px;
}
.result .details .website a {
	color: #011a32;
}
.detailpage .gallery {
	margin-top: 10px;
}
.bigtext {
	font-size: 16px;
}
.vacancy {
	position: relative;
}
.vacancy.list .photo {
	float: right;
	width: 50%;
	margin: 0 0 20px 30px;
	text-align: center;
	position: relative;
}
.vacancy.list .content {
/*	text-align: justify;*/
	
}
.tabs-content li {
	margin: 0;
}
li hr {
	clear: both;
}
ul.tabs-content>li.active {
	background: #fff;
	clear: both;
}
ul.tabs-content .cat_textbox, ul.tabs-content form.custom div.custom.dropdown a.current {
	background: #fafafa;
}
.tabs {
	border-bottom: none;
}
.tabs dd, .tabs li {
	border-top: 3px solid #ccc;
	margin: 0 2px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tabs dd.orange, .tabs li.orange {
	border-top-color: #ff8335;
}
.tabs dd a, .tabs li a {
	background: #e6e6e6;
	color: #1e2d3c;
}
.tabs dd.orange a, .tabs li.orange a {
	background: #ffdbba;/* color: #fff; */
}
.tabs .disabled {
	color: #b3b3b3;
	cursor: default;
	display: block;
	float: left;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: normal;
	width: auto;
	border: 0;
	margin-top: 3px;
}
.tabs dd.active, .tabs li.active {
	border-top: 3px solid #53b267;
	margin: 0 2px 0 0;
}
.carehome .tabs dd.active, .tabs li.active {
	border-top-color: #34495e;
}
.tabs dd.active.orange, .tabs li.active.orange {
	border-top-color: #ff8335 !important;
}
.tabs dd.active a, .tabs li.active a {
	color: #53b267;
}
.tabs dd.active.orange a, .tabs li.active.orange a {
	color: #e86512;
	background: #fff;
}
.tabs-content ul li {
	list-style: disc;
	margin-bottom: 10px;
}
.tabs-content ul br {
	display: none;
}
#facilityTab ul {
/*	margin-bottom: 30px;*/
}
#faqsTab h3, #faqsTab h4, #faqsTab h5 {
	margin: 20px 0 0;
}
/* ----------- New Styles ----------- */

.two-column {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	-moz-column-gap: 30px; /* Firefox */
	column-gap: 30px;
}
.box-panel {
	border: 1px solid #e3e3e3;
	margin: 0 0 20px;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.box-panel-head {
	background: #D8E1E7;
	padding: 10px;/* text-align:center; */
}
.box-panel-head h3 {
	color: 34495e;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.box-panel-content {
	padding: 20px;
	color: #646464;
}
.box-panel-content ul, .box-table ul {
	list-style: none;
	margin: 0;
}
.box-panel-content ul li, .box-table ul li {
	background: url("/_theme/images/tick-blue.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding-left: 31px;
	padding-bottom: 10px;
	list-style: none;
	font-size: 16px;
	/* color: #646464; */
	margin: 0;
}
.carehome .box-panel-content ul li, .carehome .box-table ul li {
	background-image: url("/_theme/images/tick-blue.png");
}
p.update-date {
	/* text-align: right; */
	margin-top: -15px;
	font-style: italic;
}
.maplist {
	height: 425px;
	overflow: auto;
	background: #fff;
	color: #646464;
}
ul#localplaces {
	margin: 0;
}
ul#localplaces li {
	background: none;
	padding: 10px;
	list-style: none;
	font-size: 13px;
	margin: 0;/* font-weight: 700; */
}
ul#localplaces li:nth-child(odd) {
	background: #f9fafb;
}
ul#localplaces li:hover {
	cursor: pointer;
	background: #eee;
}
table.box-table {
	border-collapse: collapse;
	border: 1px solid #e3e3e3;
	border-radius: 0;
}
.box-table td {
	font-size: 15px;
	color: #646464;
	width: 50%;
}
div.box-table {
	border: 1px solid #e3e3e3;
	margin: 0 0 20px;
}
.box-row {
	border-bottom: 1px solid #f9f9f9;
}
.box-row:after {
	content: "";
	display: table;
	clear: both;
}
.box-row:nth-child(odd) {
	background: #f9f9f9;
}
.box-table .box-cell {
	width: 50%;
	display: inline-block;
	padding: 10px;
	float: left;
}
.default-text {
	margin-bottom: 5px;
	border: 1px solid rgba(82, 133, 60, 0.2);
	padding: 10px;
	background: #EFF9EA;
}
span.copy-default {
	margin-bottom: 5px;
}
.districtList li {
	list-style: none;
	display: inline-block;
	width: 25%;
	min-width: 200px;
	margin-bottom: 5px;
}
.regioncount h4 {
	margin: 0px 0px 5px;
}
.regioncount h4 a {
	font-size: 16px
}
span.count {
	background: #FFFFFF;
	padding: 1px 5px;
	border-radius: 20px;
	margin-left: 5px;
	/* border: 2px solid rgb(227, 226, 219); */
	font-weight: 600;
	font-size: 13px;
	color: #5B738B;
	box-shadow: 0 0 5px rgb(227, 226, 219);
}
.breadcrumbs li.current {
	font-weight: 700;
	;
	color: #011a32;
}
/* ----------- End New Styles ----------- */



.testimonial {
	width: 70%;
	margin: 0 auto 40px 0;
	text-align: center;
	color: #666;
	font-weight: 300;
	position: relative;
}
.testimonial img {
	width: 100%;
}
.testimonial h4 {
	color: #666;
	margin: 0 0 5px;
}
.testimonial:nth-child(even) {
	margin-left: 30%;
}
.testimonial:nth-child(3n+0) {
	margin-left: 20%;
}
.testimonial:nth-child(4n+0) {
	margin-left: 10%;
}
.testimonial .text {
	background: #eee;
	padding: 20px;
	border-radius: 20px;
	display: inline-block;
	position: relative;
}
.testimonial .text:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 50px 0 0;
	border-color: #eee transparent transparent transparent;
	bottom: -20px;
	left: 62%;
	z-index: 1;
}
.testimonial .name {
	font-size: 0.7em;
	font-weight: 600;
	width: 60%;
	text-align: right;
	padding-top: 5px;
	position: relative;
	z-index: 2;
}
.faq-list {
}
.faq {
	line-height: 1.4;
	margin-bottom: 10px;
	border-top: 1px solid #ced2d6;
}
.faq .tog {
	padding-right: 40px;
	position: relative;
	font-size: 1.2em;
	font-style: italic;
	cursor: pointer;
	text-transform: none;
	font-family: 'Lato', sans-serif;
	line-height: 1.3;
	margin: 17px 0;
	min-height: 45px;
}
.faq .tog .fa, .faq .tog .close {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 2em;
	line-height: 0.5;
	color: #53b267;

}
.faq .tog .close {
	display: none;
	font-style: normal;
}
.faq .answer {
	padding: 0 0 10px;
}
.infocentre .open {
	background: #fff;
	border-radius: 10px;
}
.infocentre .tog {
	background: #E3E2DB;
	color: #88825b;
	padding: 10px 20px;
	border-radius: 10px;
	margin: 0;
}
.infocentre .open .tog {
	background: #52853c;
	color: #fff;
	border-radius: 10px 10px 0 0;
}
.infocentre .faq .text {
	padding: 20px;
}
.infocentre .faq .tog:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0da";
	color: #000;
	margin-right: 20px;
}
.infocentre .open .tog:before {
	content: "\f0d7";
}
.infocentre .faq .tog:hover {
	cursor: pointer;/*	color: #000;*/
}
.infocentre .more {
	display: none;
}
.mce-content-body {
	color: #5e5342;
	font-size: 14px;
}
.note {
	color: #888;
}
.care-type {
	display: inline-block;
	/* border: 1px solid #fff; */
	text-align: center;
	fill: #513543;
	color: #513543;
}
.care-icon {
	width: 40px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px;
}
.care-icon svg {
	overflow: hidden;
}
.care-icon path {
	fill: inherit;
}
.care-title {
	font-size: 1.1em;
	font-style: italic;
	border-right: 1px solid #c0c3c9;
	padding: 5px 10px;
	margin: 0;
	color: inherit;
}
.care-type:last-of-type .care-title {
	border: none;
}
.care-type:hover {
	color: #53b267;
	fill: #53b267;
	cursor: pointer;
}
.care-filter h5 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: 400;
}
.filter-option {
	display: inline-block;
	color: #2a4a69;
	min-width: 19.5%;
	margin: 0 0 10px;
	padding-right: 15px;
}
.filter-option input {
	display: none;
}
.filter-option label {
	display: inline-block;
	margin: 0;
	font-size: 1em;
	color: #8f969d;
	fill: #8f969d;
}
.filter-option.checked label {
	color: #2a4a69;
	fill: #2a4a69;
}
.filter-option:hover label {
	color: #53b267;
	fill: #53b267;
	cursor: pointer;
}
.filter-option .care-icon {
	margin: 0;
	width: 30px;
}
.filter-option .checkbox {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
	/* border: solid 1px #ccc; */
	background: #ddd;
	border-radius: 50%;
	margin: 0 10px -2px 0;
}
.filter-option .checkbox:before {
	content: "";
	display: block;
	line-height: 0.8;
	height: 14px;
	width: 14px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #fff
}
.filter-option.checked .checkbox:before {
	content: "\f00c";  /*  "\00d7";*/
	font: normal normal normal 17px/1 FontAwesome;
	color: #3fa054;
	margin: 0 0 0 3px;
}
.ribbon {
	position: absolute;
	z-index: 100;
	background: #f1c40f;
	padding: 6px 10px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	top: 15px;
	left: -10px;
}
.ribbon:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 6px 0;
	border-color: transparent #c8a411 transparent transparent;
}
.ribbon.fave {
	background: #e4620e;
}
.ribbon.fave:after {
	border-color: transparent #9a4711 transparent transparent;
}
.shortlist:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #53b267 transparent;
	z-index: 1;
}
.bigslider {
	margin: 0 -15px;
}
.listing {
	min-height: 250px;
	background: #fff;
	border: 1px solid #e2e2e2;
	position: relative;
	margin: 0 0 30px;
}
.big.listing {
	margin: 0 15px 30px;
}
.listing .imageblock {
	position: relative;
	background-size: cover;
	background-position: center;
	display: block;
	/* height: 200px; */
	padding-bottom: 50%;
	overflow: hidden;
	background-color: #eee;
}
.listing .imageblock.nopic {
	/* background: #34495e; */
	background: url(/_theme/images/watermark.png) #34495e no-repeat center;
	background-size: 30%;
}
.big.listing .imageblock {
	height: 100%;
	position: absolute;
	top: 0;
	width: 70%;
	left: 0;
	display: block;
	padding: 0;
}
.listing .text {
	padding: 30px;
	color: #4d4d4f;
	text-align: center;
	position: relative;
}
.carehome.listing .text {
	padding-bottom: 40px;
}
.listing .text h4 {
	min-height: 52px;
}
.big.listing .text {
	margin-left: 70%;
}
.listing .favoritelink {
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 10;
}
.shortlist .favoritelink {
	color: #fff;
}
.listing .fixbot {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	/* display: none; */
}
.button.request {
	/* display: none; */
	top: 10px;
	background: #34495e;
	font-size: 12px;
	padding: 5px 10px;
}
.button.request:hover {
	background: #53b267 !important;
}
.imageblock .sm-logo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	text-align: center;
}
.imageblock .sm-logo img {
	display: block;
	margin: 0 auto;
	width: 70px;
}
.carehome .imageblock .sm-logo img, .imageblock .nzaca img {
	width: 100px;
}
.imageblock:hover .sm-logo {
	bottom: -100px;
}
.openday {
	color: #d9461f;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0;
	text-transform: uppercase;
}
.listing .openday {
	margin-bottom: 0;
	position: absolute;
	top: 10px;
	width: 100%;
	left: 0;
}
.carelist {
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	white-space: normal;
}
.carelist span {
	color: #949799;
	white-space: normal;
}
.status {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1;
}
.status.st-current {
	color: #82b839;
}
.status.st-expected {
	color: #f18f14;
}
.status.st-no {
	color: #e53d30;
}
.property.listing {
	min-height: 0;
	text-align: center;
}
.property.listing .text {
	text-align: left;
	padding: 20px;
	color: #999;
}
.property.listing .display-price {
	float: right;
	margin: 0 0 10px 20px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
li.rooms {
	display: inline-block;
}
li.rooms span {
	margin-right: 10px;
	white-space: nowrap;
}
li.rooms .fa {
	color: #aaa;
}
.property .villagetitle {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 12px;
	margin-bottom: 5px;
}
.accom-type {
	font-style: italic;
	font-size: 13px;
	font-weight: bold;
}
.property.listing .text h4 {
	clear: both;
	min-height: 0;
	margin-bottom: 5px;
	/* font-size: 22px; */
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.property.listing.standard .text h4 {

}
a.enqlink {
    margin-bottom: 15px;
    float: left;
    font-style: italic;
    font-weight: bold;
}

.imageblock .controller {
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    bottom: 0;
    position: absolute;
    text-align: center;
    padding: 5px;
    color: #fff;
    width: 70px;
    left: 50%;
    margin-left: -35px;
    font-size: 12px;
}

.imageblock .prev, .imageblock .next {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	color: #fff;
	/* margin-top: -10px; */
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
	height: 100%;
	width:20px;
	padding: 5px;
	cursor: pointer;

}
.imageblock .next {
	right: 0;
	left: initial;
}
.imageblock .prev i, .imageblock .next i {
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: 5px;
}
.imageblock .next i {
	left: initial;
	right: 5px;
}

.imageblock .prev:hover, .imageblock .next:hover {
	background: rgba(0, 0, 0, 0.5);
}







.blog-home {
	background: #fff;
	padding: 40px 0;
}
.blog-post.intro {
	/* background: #eee; */
	margin-bottom: 30px;
	position: relative;
	min-height: 150px;
}

.blog-post.intro .details.withpic {
	margin-left: 40%;
	padding-left: 15px;
}
.blog-post.intro .image {
	float: left;
	width: 40%;
	margin-right: 15px;
	height: 100%;
}
.blog-post.intro .imageblock {
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center;
	top: 0;
	width: 40%;
	left: 0;
	display: block;
	padding: 0;
	background-repeat: no-repeat;
}
.blog-post.intro .date {
	color: #8c8c8c;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}
.blog-post.intro .post-title {
	margin: 5px 0;
	font-size: 1.4em;
}
.reveal-modal.custom {
	background: #34495e;
	color: #fff;
	padding: 40px 60px;
	border-radius: 5px;
	text-align: center;
}
.reveal-modal.custom h3 {
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	margin: 0;
	font-weight: bold;
}
.reveal-modal.custom h4 {
	color: #fff;
	text-align: center;
	font-size: 1.4em;
	margin: 10px 0 20px;
}
.reveal-modal.custom .close-reveal-modal {
	font-size: 4em;
	color: #9aa4af;
	font-weight: 400;
	top: 20px;
	right: 15px;
}
.reveal-modal.custom .button {
	margin-top: 10px;
}
input.big-form, textarea.big-form {
	padding: 15px 15px;
	box-shadow: none;
	border: none;
	margin-bottom: 6px;
	height: auto;
}
input.big-form.error, textarea.big-form.error {
	background: #ffdeda;
}
.reveal-modal.custom label.error {
	background: #c7351f;
	color: #fff;
	clear: both;
	margin: 0 20px;
	border-radius: 5px 5px 0 0;
	padding: 3px 10px;
	display: inline-block;
}
 .reveal-modal.custom ::-webkit-input-placeholder { /* WebKit browsers */
 color:    #34495e;
 font-style: normal;
}
.reveal-modal.custom :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #34495e;
 font-style: normal;
}
.reveal-modal.custom ::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #34495e;
 font-style: normal;
}
.reveal-modal.custom :-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #34495e;
 font-style: normal;
}
.split-left {
	float: left;
	width: 50%;
	padding-right: 3px;
}
.split-right {
	float: right;
	width: 50%;
	padding-left: 3px;
}
.reveal-modal.custom .g-recaptcha {
	background: #f9f9f9;
	border-radius: 5px;
}
.reveal-modal.custom .g-recaptcha > div {
	margin: 0 auto;
	width: 295px !important;
	height: 72px !important;
	overflow: hidden;
}
.reveal-modal.custom .g-recaptcha iframe {
	margin: -3px;
}
/* ------------------ Footer ------------------ */

footer {
	padding: 30px 0;
	min-height: 200px;
	background: #34495e;
	color: #fff;
}
.footer-logo {
	margin-top: 15px;
	display: block;
	max-width: 130px;
}
footer h6 {
	color: #7f92a4;
	/* margin: 10px 0 5px; */
	font-size: 0.8em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
footer a:hover {
	color: #92e2a3;
}
footer nav ul {
	display: block;
	margin: 0 !important;
	padding: 0;
	line-height: 1.5;/* text-align: right; */
}
footer nav ul li {
	list-style: none;
	/* padding: 0 0 0 40px; */
	margin: 0;
	display: block;
}
footer nav a {
	/* font-size: 15px; */
	/* text-transform: uppercase; */
	font-weight: 400;
	color: #ffffff;
}
footer nav .footerlinks a {
	font-size: 11px;
}
footer nav a:hover {
	color: #53b267;
}
footer nav ul > li {
	margin-bottom: 10px;
	line-height: 1.2;
}
footer nav ul ul li {
	border: none;
	float: none;
	padding: 0;
	margin: 0;
	display: none;
	line-height: 1;
}
footer p {
	margin-bottom: 5px;
}
.social-icons {
	margin-bottom: 30px;
}
.social-icons a {
	background: #fff;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 36px;
	border-radius: 50%;
	font-size: 1.3em;
	color: #34495e;
	margin: 0 5px 5px 0;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}
.social-icons a:hover {
	background: #53b267;
	color: #fff;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
#footerbar {
	background: #2c3f52;
	color: #fff;
	padding: 20px 0;
}
#footerbar nav, #footerbar nav ul {
	display: inline-block;
	margin: 0;
}
#footerbar nav ul li {
	display: inline-block;
	border-left: 1px solid #5a6e82;
	padding-left: 10px;
	font-size: 13px;
	margin: 0 0 10px 10px;
}
#footerbar nav ul li a {
	color: #fff;
}
#footerbar nav ul li a:hover {
	color: #53b267;
}
#footerbar .button {
	padding-left: 40px;
	padding-right: 40px;
}
p.copyright {
	color: #6a7e92;
	font-size: 13px;
	display: inline-block;
	margin: 5px 0;
	clear: both;
}
.plug {
	text-align: left;
}
.plug a {
	color: #485c71;
	text-decoration: none;
	font-size: 9px;
	margin-top: 10px;
	display: inline-block;/* float: right; */
}
.plug a:hover {
	color: #fff;
	text-decoration: none;
}
.contactarea h6 {
	margin: 0 0 10px;
}
.contactarea h6 a {
	color: #000;
	font-weight: 400;
	margin: 0;
}
.contactarea, .contactarea a {
	font-size: 20px;
	color: #fff;
}
.contactarea a:hover {
	text-decoration: underline;
}
.hov {
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.hov:hover {
	-moz-transform: scale(1.5) rotate(-10deg);
	-webkit-transform: scale(1.5) rotate(-10deg);
	-o-transform: scale(1.5) rotate(-10deg);
	transform: scale(1.5) rotate(-10deg);
}
.js .slidein {
	left: -200px;
	opacity: 0;
}
.js .waitload {
	display: none;
}
.addfile {
	font-size: 1.2em;
}
select.error {
	border-color: #c7351f;
	background-color: rgba(199, 53, 31, 0.08);
}
#content .fullwidthbanner, .otherop {
	display: none;
}
.validatemessage {
	padding: 10px;
	/* text-align: center; */
	display: inline-block;
}
.vcount .message, div.vacmessage {
	display: none;
}
img.photoicon {
	padding: 5px;
}
img.highlighted {
	border: 4px solid #53b267;
	padding: 1px;
	border-radius: 5px;
}
.widead {
	clear: right;
}
.change-plans {
	background: #ececec;
	padding: 30px;
	border: 1px solid #fff;
}
/* ------------------ Navigation ------------------ */

/* SmartMenus Core CSS (it's not recommended editing this)
===============================================================*/

.sm, .sm ul, .sm li {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	direction: ltr;
}
ul.sm li {
	position: relative;/* z-index:1000; */
}
ul.sm a {
	position: relative;
	display: block;
}
ul.sm a.disabled {
	cursor: default;
}
ul.sm ul {
	position: absolute;
	top: -999999px;
	left: -800px;
	width: 100px;
}
ul.sm li {
	float: left;
	display: inline-block;
}
ul.sm-rtl {
	direction: rtl;
}
ul.sm-rtl li {
	float: right;
}
ul.sm ul li, ul.sm-vertical li {
	float: none;/* font-size: 13px; */
	display: block;
	text-align: left;
}
ul.sm a {
	white-space: nowrap;
}
ul.sm ul a, ul.sm-vertical a {
	white-space: normal;
}
* html ul.sm-vertical li {
	float: left;
	width: 100%;
}
* html ul.sm-vertical ul li {
	float: none;
	width: auto;
}
*:first-child+html ul.sm-vertical>li {
	float: left;
	width: 100%;
}
ul.sm ul.sm-nowrap>li>a {
	white-space: nowrap;
}
ul.sm:after {
	content: "\00a0";
	display: block;
	height: 0;
	font: 0/0 serif;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
* html ul.sm {
	height: 1px;
}
*:first-child+html ul.sm {
	min-height: 1px;
}
ul.sm li *, ul.sm li *:before, ul.sm li *:after {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
ul.sm {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* wrapper
===============*/

.navbar {
	/* background: #E9F4F3; */
	border-bottom: 2px solid #14AEA5;
}
#mainnav {
	/* width: 100%; */
	font-weight: 400;
	font-size: 14px;
	/*   padding: 0 30px;*/
    /* color: #000; */
	position: relative;
	z-index: 400;
	display: inline-block;
}
#mainnav > a, .togglenav {
	display: none;
}
/*common styles
=======================*/
.sm-main a {
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 0 0.7em;
}
.sm-main a:active {
	-webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
	box-shadow: inset 1px 1px 3px rgba(0,0,0,0.3);
	background-color: #1c8d98;
}
.sm-main li:hover > a {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.75);
	/* font-weight: 800; */
}
.sm-main li.current:not(:hover) > a {
	background: rgb(96, 193, 117);
	color: #ffffff;
}
/*.sm-main .subs > a:after
{
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: #5B82AD;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
}*/
/* first level
==================*/
.sm-main {
	padding: 0;
	margin: 0;
}
.sm-main > li {
	height: 100%;
}
.sm-main > li > a {
	height: 100%;
	line-height: 4em;
	text-align: center;
	font-size: 15px;
	border-radius: 3px 3px 0 0;
	text-transform: uppercase;
	color: #fff !important;
}
.sm-main:not( :hover ) > li.active > a {
	color: #fff;
	background: #14AEA5;/* border-bottom: 2px solid #14AEA5; */
    /* margin-bottom: -2px; */
}
/* second level
========================*/
.sm-main ul {
	background-color: #2c3f52;/* box-shadow: 1px 1px 3px #000; */
}
.sm-main ul a {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
	padding: 0.5em 1em;
	color: #FFFFFF;
}
/* Sub menu indicators - Smart Menu styles
===================*/
.sm-main a span.sub-arrow {
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -5px;
	/* we will use one-side border to create a triangle so that we don't use a real background image, of course, you can use a real image if you like too */
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 5px; /* tweak size of the arrow */
	/* border-style:solid dashed dashed dashed; */
	border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;/* display: none; */
}
.sm-main-vertical a span.sub-arrow, .sm-main ul a span.sub-arrow {
	bottom: auto;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	left: auto;
	margin-left: 0;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #A7CFDA;
}
/* 
===================*/
.sm-main span.scroll-up, .sm-main span.scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	overflow: hidden;
	background: #ffffff;
	height: 20px;/* width and position will be automatically set by the script */
}
.sm-main span.scroll-up-arrow, .sm-main span.scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-width: 8px; /* tweak size of the arrow */
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #247eab transparent;
}
.sm-main span.scroll-down-arrow {
	top: 6px;
	border-style: solid dashed dashed dashed;
	border-color: #247eab transparent transparent transparent;
}

@media screen and (max-width: 767px) {
.vil-detail-open > div{ display:block;width:100%;}
.sm-main a {
	font-size: 15px !important;
}
.sm-main a {
	padding: 0 1em;
}
header .head-right {
	float: none;
	margin: 0 -15px;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these)
  - Smart Menu styles
==========================*/
ul.sm-main {
	width: auto !important;
	margin-right: 0;/* margin-bottom: 10px; */
}
ul.sm-main ul {
	display: none;
	position: static !important;
	top: auto !important;
	left: auto !important;
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
}
ul.sm-main>li {
	float: none;/* background: #DBE8E8; */
}
ul.sm-main>li>a,  ul.sm-main ul.sm-nowrap>li>a {
	white-space: normal;
	padding-left: 33px;
	border-radius: 0;
}
ul.sm-main iframe {
	display: none;
}
.closed {
	display: none !important;
}
/* Uncomment this rule to disable completely the sub menus for small screen devices */
	/*.sm-main ul, .sm-main span.sub-arrow, .sm-main iframe {
		display:none !important;
	}*/


/* Menu items  - Smart Menu styles
===================*/
    /* presume we have 4 levels max */
.sm-main > li:last-child > a,  .sm-main > li:last-child > ul > li:last-child > a,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a,  .sm-main > li:last-child > ul,  .sm-main > li:last-child > ul > li:last-child > ul,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
}
/* highlighted items, don't need rounding since their sub is open */
.sm-main > li:last-child > a.highlighted,  .sm-main > li:last-child > ul > li:last-child > a.highlighted,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted,  .sm-main > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted {
}
/* Sub menu indicators  - Smart Menu styles
===================*/
.sm-main a span.sub-arrow,  .sm-main ul a span.sub-arrow {
	top: 50%;
	margin-top: -9px;
	right: auto;
	left: 6px;
	margin-left: 0;
	width: 17px;
	height: 17px;
	font: bold 16px/16px monospace !important;
	text-align: center;
	border: 0;
	/* text-shadow:none; */
        /* background:rgba(0,0,0,0.1); */
	-moz-border-radius: 100px;
	/* -webkit-border-radius:100px; */
        /* border-radius:100px; */
	color: rgba(255, 255, 255, 0.4);
}
.sm-main a.highlighted span.sub-arrow {
	display: none !important;
}
.navbar .columns {
	padding: 0;
}
/* wrapper
===============*/
#mainnav {
	width: 100%;
	position: static;
	margin: 0;
	/* padding-bottom: 10px; */
	max-height: 230px;
	overflow: auto;/*  padding-top: 3.125em;*/
}
/*menu icon
===============*/
header {
/* padding-right: 50px; */
	/* height: 60px; */
	/* text-align: left; */
}
#mainnav > a, .togglenav {
	width: 50px;
	height: 100%;
	text-align: left;
	background-color: #14AEA5;
	left: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
	display: block;
	position: absolute;
	font-size: 2em;
}
.togglenav:hover {
	color: #fff;
	cursor: pointer;
}
/*
    #mainnav > a:before,
    #mainnav > a:after
    {
        position: absolute;
        border: 2px solid #fff;
        top: 35%;
        left: 25%;
        right: 25%;
        content: '';
    }
    #mainnav > a:after
    {
        top: 60%;
    }
    #mainnav:not( :target ) > a:first-of-type,
    #mainnav:target > a:last-of-type
    {
        display: block;
    }
    #mainnav:not( :target ) > .sm-main
    {
        display: none;
    }
    #mainnav:target > .sm-main
    {
        display: block;
    }*/
/* first level
===================*/
.sm-main > li {
	width: 100%;
	float: none;
}
.sm-main > li > a {
	height: auto;
	text-align: left;
	padding: 0 0.833em;
	border-radius: 3px;
	line-height: 2.5em;
}
.sm-main > li:not( :last-child ) > a {
	border-right: none;/* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
        /*    margin-bottom: -1px;*/
}
/* second level
===================*/
.sm-main ul {
	position: static;
	padding-top: 0;
}
.sm-main:not( :hover ) > li.active > a:after {
	display: none;
}
.sm-main ul li a:hover,  .sm-main ul:not( :hover ) li.active a {
/* background-color: #1c8d98; */
}
/* third level
===================*/
.sm-main ul ul {
	border-left: 8px solid #5B82AD;
}
.fixed {
	max-height: 100%;
	overflow: auto;
}
}
.sm .but {
	float: right;
}
.sm .but > a {
	background: #EF4543;
	line-height: 2em;
	/* padding: 0; */
	margin: 2px;
	height: 28px;
	color: #fff;
	border-radius: 20px;
	font-weight: 800;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/

.theme-default .nivoSlider {
	position: relative;
	border-radius: 10px;/*   margin-bottom:10px;*/
}
.theme-default .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.theme-default .nivoSlider a {
	border: 0;
	display: block;
}
.theme-default .nivo-controlNav {
	text-align: center;
	padding: 10px 0;/*background:url(../images/shadow.png) no-repeat top center;
	background-size: 100%;*/
}
.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	border: 0;
	margin: 0 10px;
	background: #ddd;
	background: rgba(0,0,0,0.1);
	border-radius: 50%;
}
.theme-default .nivo-controlNav a.active {
	background: #81b8bd;
}
.theme-default .nivo-controlNav a:hover {
	box-shadow: inset 1px 1px 4px rgba(0,0,60,0.6);
}
.theme-default .nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.theme-default:hover .nivo-directionNav a {
	opacity: 1;
}
.theme-default a.nivo-nextNav {
	background-position: -30px 0;
	right: 15px;
}
.theme-default a.nivo-prevNav {
	left: 15px;
}
.theme-default .nivo-caption a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
	color: #fff;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}
/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 1em;
}
.nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	filter: alpha(opacity=0);
	opacity: 0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}
.nivo-box img {
	display: block;
}
/* Caption styles */
.nivo-caption {
	position: absolute;
	right: 0;
	top: 0;
	color: #4D5256;
	z-index: 8;
	padding: 1em 0.5em;
	text-align: right;
	overflow: hidden;
	display: none;
	font-weight: 300;
	font-size: 4em;
	/*	text-transform:lowercase;*/
	width: 50%;
	line-height: 1.3;
}
.nivo-caption h2 {
	color: #4D5256;
	font-size: 0.8em;
}
.nivo-caption p {
	padding: 5px;
	margin: 0;
	font-size: 0.35em;
}
.nivo-caption ul {
	font-size: 1em;
}
.nivo-caption ul li {
	list-style: none;
	font-size: 0.55em;
	color: #897091;
}
.nivo-caption a {
	display: inline !important;
}
.nivo-html-caption {
	display: none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	margin-top: -15px;
}
.nivo-prevNav {
	left: 0px;
}
.nivo-nextNav {
	right: 0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor: pointer;
}
.nivo-controlNav a.active {
	font-weight: bold;
}
/* TANIAS CODE STARTS HERE */
.col25 {
	width: 45%;
	float: left;
	clear: none;
	text-align: left;
	padding-left: 100px;
	padding-top: 20px;
	padding-bottom: 40px
}
.col50 {
	width: 50%;
	float: left;
	clear: none;
	text-align: center;
	padding-bottom: 40px
}
.col50 object {
	float: left;
}
.hmMap h1, .hmMap p {
	text-align: center;
}
.nzmap {
	position: relative;
	float: left;
	width: 650px;
	left: 110px;
}
/* TANIAS CODE ENDS HERE */

.home-slider {
	min-height: 400px;
}
.wall .brick {
	width: 50%;
}

@media only screen and ( max-width: 1145px ) {
html {
	font-size: 75%; /* 12 */
}
.catalogue h3 {
	font-size: 20px;
}
header .strapline {
	font-size: 12px;
}
.filter-option {
	min-width: 33%;
}
}

@media only screen and (max-width: 950px) {
header .slogan {
	font-size: 12px;
}
#find_village .findvform {
	position: relative;
	width: auto;
	margin-top: 20px;
	right: 0;
}
#find_village .findvform .part {
	width: 42%;
	margin-right: 3%;
	display: inline-block;
}
#find_village .findvform .part:first-child {
	float: left;
}
.home-slider {
	min-height: 0;
}
.filterbox {
	display: block;
}
.filterbox .title {
	width: 100%;
	display: block;
	text-align: center;
	vertical-align: top;
}
.filterbox .selector {
	width: 40%;
	display: block;
	float: left;
	padding-left: 0;
}

.filterbox .action {
	width: 20%;
	display: block;
	float: left;
}
.filterbox .action .button {
	width: 100%;
	margin-bottom: 7px;
}
}

@media only screen and (min-width: 767px) {
.close-right {
	padding-right: 0;
}
.close-left {
	padding-left: 0;
}
}

@media only screen and (max-width: 767px) {
.main-col {
	margin-right: 0;
}
.side-col {
	float: none;
	max-width: 100%;
	width: 100%;
}
.orbit-wrapper {
	margin-bottom: 50px;
}
[role="complementary"] {
/*	padding-left: 0;*/
}
.filter-option {
	min-width: 49%;
}
#about1Tab, .aboutpill {
	display: none !important;
}
#about2Tab {
	display: block !important;
}
ul.productSmall li.productItem, ul.productSmall li.productItemLast {
	width: 47%;
}
.shop-product-large .details, .shop-product-large .image {
	float: none;
	width: 100%;
	margin: 0;
	min-height: 0;
}
header .details {
	margin-top: 10px;
	text-align: center;
}
header .strapline {
	margin: 0;
	font-size: 11px;
}
.fifth .shop-catalogue .image {
	padding-bottom: 200px;
}
.socialicons {
	margin-top: 40px;
}
.box .imageright {
	margin: 20px auto -20px auto;
	display: block;
	float: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.testimonial {
	width: 100%;
	margin-left: 0 !important;
}
.ad1, .ad2 {
	float: left;
	width: 47%;
}
.ad2 {
	float: right;
}
.rightadverts, .leaderboard, .widead, .whitebg {
	/* display: block; 
	 float: none; */
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
}
#pageform .findvform .part .item {
	min-width: 45%;
}
#pageform .findvform .part .keywords {
	width: 90%;
}
.two-column {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
	-moz-column-count: 1; /* Firefox */
	column-count: 1;
}
.care-type {
	width: 32%;
	margin-bottom: 10px;
}
.care-type:nth-child(3n) .care-title {
	border-width: 0;
}
.big.listing .imageblock {
	width: 50%;
}
.big.listing .text {
	margin-left: 50%;
}
.vacancy.list .photo {
	width: 100%;
	float: none;
	margin-left: 0;
}
.listing {
	height: auto !important;
}
}

@media only screen and (max-width: 767px) and (min-width: 540px) {
.listing .imageblock {
	width: 50%;
	height: 100%;
	position: absolute;
	padding-bottom: 0;
}
.listing .text {
	width: 50%;
	margin-left: 50%;
}
.listing .fixbot {
	left: 50%;
}
.listing.standard .text {
	width: 100%;
	margin: 0;
}
.listing.standard .fixbot {
	left: 0;
}

}

@media only screen and (max-width: 540px) {
.filter-option {
	min-width: 100%;
}
.oldvillage.result .content {
	margin: 10px 0 0;
	padding: 0;
	min-height: 0;
}
.oldvillage.white .cta {
	position: relative;
	right: 0;
	width: 100%;
	left: 0;
	bottom: 0;
}
.oldvillage.white .cta .button {
	display: block;
	padding: 6px;
}
.result .rightcol {
	position: relative;
	height: auto;
	width: auto;
	text-align: left;
	clear: both;
	margin-left: 0;
}
.editbuttons, .bottomright {
	position: relative;
	margin-top: 5px;
	text-align: right;
}
.result .photo, .result .photo img {
	float: none;
	width: 100%;
	margin: 0;
	max-width: 100%;
	padding: 0;
}
.nzmap {
	position: relative;
	float: left;
	width: 100%;
	left: 10px;
}
.care-type {
	width: 49%;
	margin-bottom: 10px;
}
.care-type:nth-child(3n) .care-title {
	border-width: 1px;
}
.care-type:nth-child(even) .care-title {
	border: none;
}
.care-icon {
	margin: 0;
}
.big.listing .imageblock {
	width: 100%;
	position: relative;
	height: 280px;
}
.big.listing .text {
	margin-left: 0;
}
.blog-post.intro .imageblock {
	width: 100%;
	position: relative;
	padding-bottom: 60%;
	margin-bottom: 15px;
}
.blog-post.intro .details {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #ddd;
}
}

@media only screen and (max-width: 480px) {
.split-left, .split-right {
	float: none;
	width: 100%;
	padding: 0;
}
.reveal-modal.custom {
	padding: 60px 30px 12px;
}
.filterbox .selector, .filterbox .action {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
}

.midcolumn {
	width: 100%;
}
#searchpanel {
/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* padding: 2px 10px; */
	/* right: 100px; */
	/* width: 50%; */
}
div.alert-box {
	padding: 60px 20px 20px;
}
div.alert-box.floating {
	width: 80%;
	left: 10%;
}
table.cart th, table.cart td {
	padding: 4px;
}
table.cart td {
	font-size: 11px;
}
table.cart .cartInputText {
	width: 30px;
}
.remove a {
	/* width: 16px; */
	/* height: 16px; */
	/* background: #C4532A url(../images/x.png) no-repeat center center; */
	/* -webkit-border-radius: 50%; */
	-moz-border-radius: 50%;/* border-radius: 50%; */
	/* display: inline-block; */
	/* overflow: hidden; */
	/* text-indent: -999px; */
}
.productitemcell {
	height: 70px;
	line-height: 1;
	font-size: 12px
}
#catshopquote, #catshopbuy {
	display: block;
	clear: right;
	margin: 0 0 10px;
	width: 50%;
	float: right;
}
.shop-main .breadcrumbs, .shop-main .cart-summary {
	float: none;
	width: 100%;
}
fieldset .item {
	width: 100%;
	margin-right: 0;
}
.blog-post.intro .image {
	float: none;
	width: 100%;
	margin: 0 0 15px;
}
.project .row .mobile-two {
/*width: 100% !important;*/
}
.project .detail .title {
/*	text-align: left;
*/}
footer nav ul li {
/* min-width: 150px; */
	/* padding: 0; */
	/* margin: 0; */
}
ul.productList, ul.catalogueList {
	margin: 0;
}
.shop-catalogue .image img {
	width: 100%;
}
li.catalogueItem, li.productItem {
	margin-right: 0;
	width: 100%;
}
ul.productSmall li.productItem, ul.productSmall li.productItemLast {
	float: none;
	width: 100%;
	margin-right: 0;
	display: inline;
}
select.shippingDropDown {
	width: 100%;
}
#shippingSpan {
	font-size: 12px;
}
/*div.alert-box {
	position: fixed;
	z-index: 10;
	left: 10%;
	width: 80%;
}*/

img.fl, img.fr {
	float: none;
	margin: 0 0 10px;
	max-width: 100%;
}
table.photogalleryTable td {
	float: left;
}
.sidenav ul ul li:hover ul {
	width: 50%;
}
#find_village .findvform .part {
	width: 100%;
	margin-right: 0;
}
#pageform .findvform .option {
	display: block;
	padding-right: 0;
}

#pageform .findvform .part .item {
	width: 100%;
}
#pageform .findvform {

	padding: 0;
}
.oldvillage.feature .photo {
	float: none;
	max-width: 100%;
	margin: 3px;
}

.oldvillage.feature .photo img {
	width: 100%;
}
.oldvillage .text {
	padding: 10px;
}
.tabs dd span {
	display: none;
}
.tabs dd a, .tabs li a {
	padding: 0px 20px;
}
.tickbox {
	width: 100%;
}
.nzmap {
	position: relative;
	float: left;
	width: 100%;
	left: 10px;
}
}

@media only screen and (max-width: 320px) {
.care-type {
	width: 100%;
}
.care-type .care-title {
	border: none;
}
}
.log1 .loggedout, .log0 .loggedin, .test {
	display: none !important;
}
.autoload .pagination, .autoload2 .pagination, .autoscroll .pagination {
	display: none;
}

::-webkit-input-placeholder {
 color: #b3b3b4;
 font-style:italic;
 font-size:15px;
}
:-moz-placeholder { /* Firefox 18- */
 color: #b3b3b4;
 font-style:italic;
 font-size:15px;
}
::-moz-placeholder {  /* Firefox 19+ */
 color: #b3b3b4;
 font-style:italic;
 font-size:15px;
}
:-ms-input-placeholder {
 color: #b3b3b4;
 font-style:italic;
 font-size:15px;
}
#photocount {
	text-align: center;
	margin: -10px 0 20px;
}
.slides li {
	position: relative;
	/* font-size: 3em; */
	text-align: center;
	/*	list-style: none !important;*/
	margin: 0;
	padding: 0;
}
.loadingtext {
	padding: 0 15px;
}
.colfix {
	clear: both;
}
.list ul.pagination {
	display: none;
}
a.mag:hover {
	background-blend-mode: multiply;
	background-color: #9ba5af;
}
a.mag:hover:before {
	content: "\f002";
	position: absolute;
	z-index: 100;
	left: 50%;
	top: 50%;
	color: #fff;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: -0.5em;
}
.panel.orange {
	background: #fdca6b;
}
/* SOCIAL BUTTONS */
#linkedin-widget {
	height: 21px;
	line-height: 19px;
	color: #fff !important;
	display: inline-block !important;
	border-radius: 3px;
	background-color: #006599;
	padding: 1px 1px 1px 7px !important;
	margin-top: 5px !important;
}
#linkedin-widget, #linkedin-widget * {
	font-size: 11px !important;
	font-weight: bold !important;
}
#linkedin-widget>b {
	display: inline-block;
	padding: 3px;
	line-height: 11px;
	background-color: #fff;
	color: #006599;
	border-radius: 1px;
	margin-right: 1px;
}
#linkedin-widget:hover {
	text-decoration: none !important;
}
#enquiriesTab .emailmessage {
	padding: 50px;
	text-align: center;
	background: #f5f5f5;
}
#enquiriesTab .emailmessage h5 {
	font-size: 40px;
}

/*pricing plan*/
@media(min-width:1023px) {
.infoblock .pricing-intro {
	background: url(/images/pricing-intro.png) no-repeat right bottom;
}
}
.valuable div {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
}
.img-rounded {
	margin-bottom: 30px;
}
.img-rounded img {
	border-radius: 200px;
}
.includes {
	background: #fff;
	padding-top: 50px;
}
.includes li {
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}
.includes li::before {
	font-family: fontAwesome;
	content: '\f00c';
	display: inline-block;
	width: 30px;
}
.fewtop {
	position: absolute;
	width: 100%;
	bottom: -20px;
}
.plan-all {
	border: 1px solid #cccccc;
	background: #fff;
	border-radius: 5px;
	position: relative;
	margin-bottom: 50px;
}
.plan-all::after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.plan-title {
	background: #34495e;
	color: #fff;
	font-size: 18px;
	padding: 30px 0px 20px 30px;
}
.plan-title h3 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	font-style: normal;
	line-height: 1;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}
.plan-title strong {
	font-size: 26px;
}
.plan-title-content {
	border-right: 1px solid #5d6d7e;
}
.plan-content {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding: 20px 0px 75px 0px;

}
.plan-content div {
	padding: 10px 30px;
	border-right: 1px solid #ccc;
}
.plan-content div.two-line {
	min-height: 62px;
}
.plan-col {
	width: 20%;
	float: left;
}
.plan-border-color {
	height: 10px;
	border-right: 1px solid #34495e;
}
.plan-col:nth-child(1) .plan-border-color {
	background: #88b253;
}
.plan-col:nth-child(2) .plan-border-color {
	background: #53b297;
}
.plan-col:nth-child(3) .plan-border-color {
	background: #539db2;
}
.plan-col:nth-child(4) .plan-border-color {
	background: #d27d55;
}
.plan-col:nth-child(5) .plan-border-color {
	background: #dcad4a;
}
.plan-col:last-child .plan-title-content,  .plan-col:last-child .plan-border-color,  .plan-col:last-child .plan-content div {
	border-right: 0px;
}
.plan-all-three {
	display: inline-block;
	margin-left: 20%;
	width: 60%;
}
.plan-all-three .plan-col {
	width: 33.3333%;
}

@media(max-width:1022px) {
.plan-col {
	width: 100%;
	float: none;
}
.plan-all-three {
	margin-left: 0px;
	display: block;
	width: 100%;
}
.plan-all-three .plan-col {
	width: 100%;
}
.plan-border-color {
	height: 10px;
	border-right: 0px;
}
.plan-content div {
	border-right: 0px;
}
.plan-content div.two-line {
	min-height: 0px;
}
.plan-title-content {
	border-right: 0px;
}
.plan-content {
	padding-bottom: 60px;
}
}
.hero-box.care-homes-color h1, 
.hero-box.care-homes-color p {
	color: #513543;
}

.sm-main > li:hover > a {
	background: #2c3f52;
}
.hero-box.care-homes-color .button.primary,
.sm-main > li.care-homes-color:hover > a, 
.sm-main > li.care-homes-color ul, 
.infoblock.care-homes-color, 
.carehome .button.request, 
.reveal-modal.custom.care-homes-color {
	background: #513543;
}
.care-type:nth-child(1), 
.care-type:nth-child(2) {
	fill: #34495e;
	color: #34495e;
}
.care-type:nth-child(1):hover, .care-type:nth-child(2):hover {
	color: #53b267;
	fill: #53b267;
}
.carehome.detailpage h1, .carehome.detailpage h5, .carehome.detailpage h6, .carehome.detailpage #address .fa, .carehome.detailpage ul.details, .carehome.detailpage .box-panel-head h3 {
	color: #513543
}
.carehome .tabs dd.active, .tabs li.active {
	border-top-color: #513543;
}
.carehome.detailpage .box-panel-head {
	background: #f6f1f4;
}
.carehome .box-panel-content ul li, .carehome .box-table ul li {
	background-image: url(/_theme/images/tick-eggplant.png);
}
.img-logo-village img{max-height:150px;}
.img-logo-village{text-align:right;}
@media only screen and (max-width: 767px)
    {
    .img-logo-village{text-align:left;}
}
 .logo-slider .slides li{height:90px;vertical-align:middle; text-align:center;line-height:85px;}
    .logo-slider .slides li img{vertical-align:middle;max-height:85px;max-width:170px;}
   
    .menu-w-arrow {
        background:url(/images/logos/line-menu.png) no-repeat top left;}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;overflow:hidden;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-container iframe #player{top:0px !important;bottom:0px !important;}

.btn-open {
	width:220px;
}
.filterbox .selector.selector-open {
	width:45%;
}
.bg-white {
	background:#fff;
	padding:35px 0px 100px;margin-top:15px;
	
}
    a.vil-open{    border-bottom:1px solid #e2e2e2;padding:10px 0px; display:block; color:#4d4d4f;}
    a.vil-open img{border:1px solid #e2e2e2;}
    a.vil-open:hover h4{ color:#43b05a;}
    .vil-open-date{padding:14px 0px;min-height:65px;margin-top:14px;color:#d8213b;font-weight:700;border-left:1px solid #e2e2e2;padding-left:40px;}
	.no-result{font-size:24px;font-style:italic;margin-top:50px;}
    .vil-open-date div{color:#353536}
.vil-open-date div.open-detail{font-weight:normal;font-size:14px;font-style:italic;}
	.price-filter h5{margin-top:-5px;}
    .price-filter h5 span{margin-left:30px;font-weight:normal;}
        .price-filter h5:nth-child(3){margin-left:5%;width:12%;}
    .select-living{float:left;display:inline-block;width:28%;margin-top:-15px;}
    @media(max-width:767px)
        {
    .midcolumn{width:100%; display:block;margin-bottom:40px;float:none;}
        .price-filter h5,.price-filter h5:nth-child(3){float:none;display:block;margin-left:0px;margin-top:0px;width:100%;}
        .select-living{float:none;display:block;width:100%;margin-top:0px;}
  
        .vil-open-date{border:0px;padding:0px;}
    }
.vil-detail-open{font-style:italic;color:#34495e;font-size:18px;
    padding: 35px 20px 10px 20px;
    background: #f4f4f4;
    border-top: 1px solid #e3e3e3; position:relative;}
	 .vil-detail-open:after{content:''; display:block; position:absolute;top:-3px;right:-3px; width:95px;height:95px; background:url(/images/vil-open-day.png);z-index:100;}
.vil-detail-open > div{font-size:18px; display:inline-block;width:49%;margin-bottom:25px;vertical-align:top;}
.vil-detail-open div.open-detail{font-size:15px;}
.vil-detail-open span{display:inline-block;margin-left:10px;padding-left:10px;border-left:1px solid #e2e2e2;}

  .listing.Featured{background:#ddf0e1;}
            a.img-vil{ position:relative;overflow:hidden; display:block;line-height:0;-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;}
            .img-vil .sm-logo{ position:absolute;bottom:0px;left:0px;text-align:center;width:100%;}
            .sm-logo img{height:45px;}
            .img-vil-overlay{ background:rgba(83,178,103,0.8); -webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;position:absolute;top:-300px;left:0px;width:100%;height:100%;text-align:center;color:#fff;letter-spacing:2px;font-size:18px;font-weight:bold;font-family:lato;line-height:1;}
            .listing a:hover h4{ color:#53b267}
            .ribbon-open{overflow:hidden;text-indent:-9999px; position:absolute;top:-3px;right:-3px; width:95px;height:95px; background:url(/images/vil-open-day.png);z-index:100;}
            a.img-vil:hover .img-vil-overlay{ top:0px;}
            .img-vil-overlay em{ display:block;padding-top:30px;font-size:80px;}
a:hover .img-vil-overlay{top:0px;}
.property .villagetitle{color:#53b267;}
.property.listing .display-price span{font-size:13px;color:#999;}

            @media only screen and (max-width: 767px) and (min-width: 540px){

.listing .img-vil {
    width: 50%;
    height: 100%;
    position: absolute;
    padding-bottom: 0;
}
                .img-vil > img{height:100%;width:auto;max-width:none;}
            }
            .property.listing .text,.carehome.listing .text,.village.listing .text{padding:20px 20px 60px 20px;}
            .property.listing .fixbot,.carehome.listing .fixbot,.village.listing .fixbot{bottom:20px;}
a.property-click{position: absolute;
    left: 20px;
    top: 0;
    right: 20px;
    display: block;    
    height: 100%;
    width: 89%;}
.tabs-content ul.slides li{margin-bottom:0px;}
.vacancy.list .photo{margin-bottom:0px;}
    .pro-list{width:400px;display:block; position:relative;max-width:100%;margin-bottom:30px;}
.pro-list img,.pro-filter img{width:100%;}
.pro-filter{width:100%; display:block; position:relative;}
    .highlight{ border:5px  solid #ffd800; position:absolute;z-index:1;background:none;box-sizing:content-box;line-height:0;min-height:0px;font-size:0px;}
    @media(max-width:767px)
        {.pro-list,.pro-filter{display:none;}}
.vacancy .text{padding-bottom:40px;}
      
		  #form-vil-div.box-dark{color: #fff;font-style: italic;line-height: 2;}
		  #form-vil-div.box-dark h3{ float:none}
		  		  #form-vil-div.box-dark .button{ width:100%; float:none; margin-left:0px;}
				  .mbot20{margin-bottom:20px;}
		 
/*search result */

a.search-div {
	display:block;
	float:left;
	width:23%;
	margin-right:2.5%;
	background:#fff;
	border:1px solid #e8e8e8;
	box-sizing:border-box;
}
a.search-div:last-child {
	margin-right:0px;
}
a.search-div h5 {
	padding:20px;
	text-align:center;
	font-style:italic;
	margin:0px;
}
.search-overlay {
	background: rgba(83, 178, 103, 0.8);
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	position: absolute;
	top: -300px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
	font-family: lato;
	line-height: 1;
}
a:hover .search-overlay {
	top:0px;
}
.search-overlay em {
	display:block;
	padding-top:30px;
	font-size:80px;
	line-height:1;
}
.search-img {
	position:relative;
	overflow:hidden;
	line-height:0px;
}
.search-img img {
	width:100%;
}
a:hover h5 {
	color:#53b267;
}
.popular-search p {
	font-size:22px;
	font-style:italic;
}
.popular-search ul {
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:0;
	margin-bottom:30px;
}
.popular-search li {
	font-weight:bold;
	padding-left:20px;
	position:relative;
	display:inline-block;
	font-size:22px;
	width:25%;
	margin-bottom:30px;
	margin-left:0px;
	box-sizing:border-box;
}
.popular-search li:before {
	content:'\f105';
	font-family:fontAwesome;
	color:#53b267;
	font-size:30px;
	position:absolute;
	left:0px;
	line-height:1;
}
.popular-search a {
	color:#34495e;
}
.popular-search a:hover, .popular-search p a {
	color:#53b267;
}
.search-empty {
	background:#fff !important;
}
.search-empty p {
	text-align:center;
	color:#353536;
	font-size:22px;
	font-style:italic;
}
.search-empty h1 {
	font-size:26px;
	margin-bottom:20px;
	text-align:center
}
.search-results {
	margin:20px auto 30px auto;
	border:1px solid #ccc;
	border-radius:5px;
	padding:15px 20px;
	position:relative;
	max-width:600px;
}
.search-results input[type="text"] {
	margin:0px;
	outline:none;
	border:none;
	font-size:22px;
	box-shadow:none;
}
.search-results .searchicon {
	top:10px;
	font-size:24px;
	outline:none;
	right:20px;
}
 @media(max-width:767px) {
 a.search-div {
width:46%;
margin-right:3%;
margin-bottom:20px;
}
 a.search-div:nth-chidl(2n) {
margin-right:0px;
}
 .popular-search li {
width:50%;
}
}
 @media(max-width:639px) {
 .search-results {
padding:10px;
}
 .search-results .searchicon {
top:5px;
right:10px;
font-size:20px;
}
 a.search-div {
width:100%;
margin-right:0px;
float:none;
}
 .popular-search li {
width:100%;
display:block;
}
}
#form-vil-request .close {
	position: absolute;
	top: 30px;width:28px;height:28px; display:block;
	right: 30px;background:url(/images/close-w.png) no-repeat;cursor:pointer;z-index:30;
}

#form-vil-request .button{ width:300px; float:none; margin-left:0px;}
#form-vil-request{ position:relative;top:-55px;color:#fff;margin-left:0px;margin-right:0px;}
#form-vil-request h3{ float:none;}
.button-info,.button-info:focus{ background:#34495e;}
.button-bigger{padding-bottom:22px;}
select.big-form{    padding: 15px 15px;
    box-shadow: none;
    border: none;
    margin-bottom: 6px;
    height: auto;border-radius:5px;appearance:none;-webkit-appearance:none;}


header .brand{max-width:160px;margin-top:10px;}


.head-icons{border:0px;}
.searchbox{margin-left:20px;width:270px;}
.searchbox input[type="text"]{border-radius:3px;    padding: 7px 32px 7px 10px}
.search-top form{margin:0px;}
.sm-main a {padding:0 0.8em;}
.menu-top{ text-align:right;margin-top:15px;}
.menu-top ul{ list-style:none; text-transform:uppercase;font-size:0;margin:0px;padding:0px;}
.menu-top li{ display:inline-block; padding:0px 13px;border-right:1px solid #7cca8c;margin:0px;line-height:1;}
.menu-top li:last-child{border-right:0px;padding-right:0px;}
.menu-top a{ color:#fff;}
.menu-top a{font-size:13px;line-height:1;}
.menu-top a:hover{ color:#e9ebed;}
    #banner-home{ background:url(/images/hm-bnr.jpg) center center; background-size:cover; text-align:center;padding-top:80px;}
    #banner-home h1{ color:#fff;  font-style:italic; font-weight:normal;margin-bottom:10px;line-height:1.5;}
    .banner-box{ background:#fff;padding:30px 50px; box-shadow:0px 10px 20px rgba(0,0,0,0.5); position:relative;bottom:-50px;margin:0px 100px;}
  .bot30{ padding-bottom:30px;}
  .bg-dark{ background:#34495e; color:#fff; font-style:italic; font-size:18px; }
  .bg-dark a{ color:#fff;font-size:18px; line-height:2;}
    .bg-dark a:hover{ color:#53b267;}
  .bg-dark h3{ color:#fff;text-align:center}
.button-expand{ text-align:center; width:100%;}
  .bg-dark .two{ border-right:1px solid #4c5d6f;}
  .bg-dark .two:last-child{ border-right:0px;}
  .new-featured h3{ font-weight:normal;}
  .new-featured{ color:#2c3f52;}
  .new-featured p{ font-size:18px;}
.new-featured .lead{font-size:24px; font-style:italic;}
    .new-featured .button{font-size:18px;}
      .homepg #banner-home .filterbox .selector{text-align:left;width:40%;}
   .banner-box form.custom div.custom.dropdown a.current{ background:#e9ebed;border:0px;}
    .show-for-sm{display:none;}
@media(max-width:1100px)
{
        .show-for-sm{display:block;}
        .hide-for-sm{display:none;}
    }
    @media(max-width:1023px)
{
        .banner-box{padding:20px;margin:0px;}
  .homepg #banner-home .filterbox .selector{width:40%;}
  .banner-box:after{ clear:both; content:''; display:block;}

}
    @media(max-width:767px)
{
.menu-top{ text-align:center;}
header .brand{padding-bottom:10px;}
#mainnav {background:#53b267;}
}
@media(max-width:480px)
{
.menu-top li{ margin-bottom:5px;}
}
@media only screen and (max-width: 480px){
.homepg #banner-home .filterbox .selector{width:100%;}

}
.bg-blog {
	background:#fff;
	padding-top:20px;
}
.blog-post.tiny {margin-bottom:15px;padding-bottom:10px;}
.post-body{border-bottom:1px solid #ccd0d4;margin-bottom:20px;}
.share-title{font-weight:300; display:inline;vertical-align:top;}
.share-this{ display:inline;vertical-align:top;}
.share-this span{ vertical-align:top;}


.blog-post h2.post-title{font-size:30px;}
.post-day{ color:#34495e;padding:30px 0px 10px;}
    .blog-post.detail img {
    border: 0px !important;
    padding: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 0px;
}