/* CSS Document */

body {
	background: #fff;
	color: #666666;
	margin: 0;
	padding: 0;
}

body.scrolled {
	padding-top: 77px !important;
}

/* Images & Other Objects */

img, object, embed { max-width: 100%; }
img { height: auto; }
img { vertical-align: middle; }

a { 
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/
/* FONTS ---------------------*/

h1 {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	font-weight: 300;
	font-size: 1.6em;
	color: #79343a;
	margin: 0 0 0 0;
}

h2 {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	font-weight: 300;
	font-size: 1.5em;
	color: #79343a;
	margin: 0 0 0 0;
}

h3 {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	font-weight: 300;
	font-size: 1.4em;
	color: #79343a;
	margin: 0 0 0 0;
}

h4 {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	font-weight: 600;
	font-size: 1.125em;
	color: #44677E;
	margin: 0 0 0 0;
}

p {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	font-weight: 300;
	font-size: 0.938em;
	color: #333;
	margin: 0 0 0 0;
}

a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

/* BUTTONS -------------------*/

a.btn-transparent-white {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
	font-size: 0.8em;
	color: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	padding:  1em 1.2em;
	display: inline-block;
}

a.btn-transparent-white:hover {
	background: #fff;
	border: 1px solid #fff;
	color: #79343a;
}

/**/

a.btn-solid-brown, button.brown {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
	font-size: 0.8em;
	background: #79343a;
	color: #ffffff !important;
	border: 1px solid #79343a;
	text-decoration: none;
	padding:  1em 1.2em;
	display: inline-block;
	margin-bottom: 3em;
}

a.btn-solid-brown:hover, button.brown:hover {
	background: none;
	border: 1px solid #79343a;
	color: #79343a !important;
}

button.shortlist {
	float: right;
}

@media (max-width: 400px) {
	button.shortlist {
		display: block;
		float: none;
		with: 100%;
		margin-bottom: 1em;
	}
}

/* HEADER TOP ----------------*/
/* HEADER TOP ----------------*/
/* HEADER TOP ----------------*/
/* HEADER TOP ----------------*/

#header-top {
	margin: 0;
	padding: 0;
	background: #79343a;
	text-align: right;
}

body.scrolled #header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 500;
}

#header-top .logo {
	opacity: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	top: 0;
	left: 20px;
	z-index: 999;
}

body.scrolled #header-top .logo {
	opacity: 0;
}

#header-top a {
	text-decoration: none;
	color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

#header-top a:hover {
	color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#header-top ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0;
}

#header-top ul li {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
	font-size: 0.7em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    margin: 0 0 0 -4px;
    padding: 0.8em 1.5em;
    border-right: 1px solid;
	border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, 0.2);
}

#header-top ul li ul li {
	font-size: 1em;
    margin: 0;
    padding: 0 0.75em;
    border-right: none;
}

/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/
/* HEADER --------------------*/

#header {
	background: #fff;
	padding: 22px 0;
	border-bottom: 1px solid #eee;
	text-align: right;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	list-style-type: none;
	padding-left: 2em;
}

#header-search, #header-search * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header-search {
	display: inline;
}

#header-search div {
	display: inline-block;
	border: 1px solid #d0d0d0;
}

#header-search input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	height: 36px;
	line-height: 36px;
	padding: 0 1em;
	margin: 0;
	outline: none;
	display: inline;
	float: left;
	font-size: 0.875em;
}

#header-search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	line-height: 36px;
	height: 36px;
	border: none;
	display: inline;
	padding: 0 1em 0 0;
	color: #777;
}

/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/
/* NAV -----------------------*/

#nav {
    background: #f7f7f7;
}

body.scrolled #nav {
	position: fixed;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 600;
	box-shadow: 0 1px 2px 1px rgba(50,50,50,0.2);
}

#menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.8em;
	display: flex;
}

#menu li {
    position: relative;
    display: inline;
	flex-grow: 1;
}

#menu a {
    display: inline-block;
    padding: 1.2em 1em;
    margin: 0 0 0 0;
    color: #333;
    text-decoration: none;
    margin-right: -4px;
}

#menu ul {
    position: absolute;
    left: -9999px;
    margin: 0;
    padding: 0;
    text-align: left;
}

#menu ul li {
    display: block;
}

#menu li:hover ul {
    left: 0;
    z-index: 999;
	background: #fff;
}

#menu li:hover a {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.05);
    color: #79343a;
}

/**/


#menu li:hover ul a {
    text-decoration :none;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.05);
    color: #333;
}

#menu li:hover ul a:hover {
    text-decoration: none;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.12);
	color: #79343a;
}

#menu ul a {
    white-space: nowrap;
    display: block;
    border-bottom: 1px solid #fff;
    padding: 1em 1.5em;
}

/**/

#menu .active {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.05);
}

#nav .current-menu-item > a,
#nav .current-menu-ancestor > a,
#nav .current_page_item > a,
#nav .current_page_ancestor > a {
    /*color: #FFFFFF;*/
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.2);
}

/* SLICKNAV */

.slicknav_menu {
    display: none;
	position: fixed;
	width: 100%;
	background: #79343a;
	z-index: 16000099;
}

.slicknav_menu .slicknav_menutxt {
	font-weight: 500;
	padding-right: 0.5em;
}

.slicknav_nav {
	max-height: 560px;
	overflow-y: scroll;
}

.slicknav_nav li {
	line-height: 30px;
}

.slicknav_nav ul ul {
	margin-left: 26px;
}

/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER --------------------*/
/* SLIDER--------------------*/

#slider {
	background: #ccc;
	height: 600px;
	position: relative;
}


#slider-search {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(121,52,58,0.8);
	display: flex;
	padding: 1.75em 0;
	z-index: 10;
}

#slider-search > div {
	width: 20%;
	padding: 0 1.25em;
}

#slider-search select, #slider-search input, #slider-search button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	line-height: 40px;
	border: 1px solid #fff;
	padding: 0 0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	outline: none;
	background: #fff;
}

#slider-search button {
	color: #fff;
	background: transparent;
}

/* SPECIAL OFFERS ------------*/
/* SPECIAL OFFERS ------------*/
/* SPECIAL OFFERS ------------*/
/* SPECIAL OFFERS ------------*/

#special-offers {
	padding: 3em 0 3em 0;
	background-color: #eee;
}

#special-offers .offers-outer {
	overflow-x: hidden;
}

#special-offers .heading h2 {
	margin: 0 0 2.5em 0;
	position: relative;
	text-align: center;
	color: #333;
}

#special-offers .heading h2:before {
	border-bottom: 2px solid #79343A;
	content: " ";
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	margin-left: -25px;
	width: 40px;
}

#special-offers .offers {
	display: flex;
	flex-direction: row;
	margin: 0;
}

#special-offers .offer-item {
	background: #fff;
	margin: 0 6px;
	display: flex;
	flex-shrink: 0;
	flex-grow: 0;
	flex-direction: column;
	width: 280px;
}

#special-offers .offer-item img {

}

#special-offers ::-webkit-scrollbar {
	display: none;
}

#special-offers .blurb {
	padding: 1em;
	display: flex;
	flex-direction: column;
	height: 100%;
}

#special-offers .blurb > div {
	margin-top: auto;
	padding-top: 1em;
}
#special-offers .offer-item h2 {
	font-family: 'Montserrat', sans-serif;
	color: #333;
	font-size: 1em;
	line-height: 1.3em;
}
#special-offers h3 {
	font-weight: 400;
	color: #333;
	font-size: 1em;
}
#special-offers .image {
	position: relative;
	width: 280px;
	height: 187px;
	flex-shrink: 0;
	flex-grow: 0;
	overflow: hidden;
}
#special-offers .label {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(121,52,58,0.9);
	color: #fff;
	font-size: 0.75em;
	font-weight: 400;
	padding: 1em;
	padding-right: 30px;
	max-width: 40px;
}
#special-offers a {
	text-decoration: none;
	color: inherit;
}

/* INTRO HOME ----------------*/
/* INTRO HOME ----------------*/
/* INTRO HOME ----------------*/
/* INTRO HOME ----------------*/

#intro-home {
	padding: 5em 0;
	background-color: #ffffff;
}

#intro-home img {
	margin-bottom: 2em;
}

#intro-home .right {
	text-align: right;
}

#intro-home h1 {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	position: relative;
}

#intro-home h2 {
	margin: 0em 0 1.5em 0;
	line-height: 1.3em;
}

#intro-home p {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

#intro-home blockquote {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	/*font-style:italic;*/
	font-weight: 400;
	font-size: 1em;
    display: block;
    padding: 0px 0px 0px 45px;
    margin: 0;
    position: relative;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1.5em;
}

#intro-home blockquote::before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #79343A;
    position: absolute;
    left: 0px;
    top: -15px;
}

#intro-home blockquote::after {
    /*Reset to make sure*/
    content: "";
}

#intro-home cite {
    display: block;
    font-style: normal;
    margin-top: 0.5em;
    color: #C4656B;
    font-size: 0.9em;
}

/* PARALLAX ------------------*/
/* PARALLAX ------------------*/
/* PARALLAX ------------------*/
/* PARALLAX ------------------*/

.parallax {
	padding: 7em 0em;
	background-color: #666;
	background-image: url(../jpg/parallax-01.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	text-align: center;
}

.parallax h2 {
	color: #fff;
	line-height: 1.5em;
	font-size: 1.6em;
}

/* FEATURE HOME --------------*/
/* FEATURE HOME --------------*/
/* FEATURE HOME --------------*/
/* FEATURE HOME --------------*/

#feature-home {
	padding: 5em 0 5em 0;
}

#feature-home img {
	margin-bottom: 1.5em;
}

#feature-home h2 {
	margin: 0 0 1em 0;
}

#feature-home p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

/* PROPERTY OVERVIEW ---------*/
/* PROPERTY OVERVIEW ---------*/
/* PROPERTY OVERVIEW ---------*/
/* PROPERTY OVERVIEW ---------*/

#property-overview {
	padding: 3em 0 5em 0;
	background-color: #fff;
}

/* CRUMBTRAIL */

#property-overview .crumbtrail p {
	font-size: 0.8em;
}

#property-overview .crumbtrail a {
	color: #79343a;
}

#property-overview .crumbtrail a:hover {
	color: #333;
}

/**/

#property-overview h1 {
	margin-bottom: 1em;
}

#property-overview h2 {
	font-size: 1em;
	color: #333;
}

#property-overview p {
	line-height: 1.5em;
	margin-bottom: 2em;
}

#property-overview .left-pic {
	margin-bottom: 3em;
}

#property-overview .right-pic {
	margin-bottom: 3em;
}

/* PROPERTY DETAILS ----------*/
/* PROPERTY DETAILS ----------*/
/* PROPERTY DETAILS ----------*/
/* PROPERTY DETAILS ----------*/

/*#property-details {*/
	/*padding: 5em 0;*/
	/*background-color: #ffffff;*/
/*}*/

#property-details h2 {
	margin: 0em 0 1.5em 0;
	line-height: 1.3em;
}

#property-details p {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}

/* RIGHT COL */

#property-details .right-col .btn-wrap {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#property-details .right-col .btn-wrap li {
	display: inline;
	margin: 0 0.5em 0 0;
    padding: 0;
}

a.btn-solid-brown {
	margin-bottom: 1em;
}

#property-details .right-col h2 {
	color: #333;
}

#property-details .right-col .info-box {
	margin: 0 0 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}

#property-details .right-col .info-box h3 {
	margin: 0 0 0.75em 0;
}

#property-details .right-col .info-box ul {
    list-style-type: none;
    margin: 0 0 0.8em 0;
    padding: 0 0 0 0;
}

#property-details .right-col .info-box ul li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.8em;
    color: #333; 
    padding: 0;
    margin: 0 0 0 25px;
    line-height: 2em;
}

#property-details .right-col .info-box ul li:before {
    content: "\f105"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #79343a;
}

/* FEATURED VILLA ------------*/
/* FEATURED VILLA ------------*/
/* FEATURED VILLA ------------*/
/* FEATURED VILLA ------------*/

#featured-villa {
	padding: 5em 0 5em 0;
	background-color: #f1f1f1;
}

#featured-villa h2 {
	margin: 0 0 2.5em 0;
	position: relative;
	text-align: center;
	color: #333;
}

#featured-villa h2:before {
	border-bottom: 2px solid #79343A;
	content: " ";
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	margin-left: -25px;
	width: 40px;
}

#featured-villa h3 {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
}

#featured-villa p {
	line-height: 1.5em;
	margin-bottom: 2em;
}

/* CLIENT COMMENTS -----------*/
/* CLIENT COMMENTS -----------*/
/* CLIENT COMMENTS -----------*/
/* CLIENT COMMENTS -----------*/

#client-comments {
	padding: 4em 0em 4em 0em;
	background-color: #fff;
	text-align: center;
	background-image: url(../jpg/parallax-01.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#client-comments h2 {
	margin: 0 0 2em 0;
	position: relative;
	text-align: center;
	color: #fff;
}

#client-comments h2:before {
	border-bottom: 2px solid #fff;
	content: " ";
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	margin-left: -25px;
	width: 40px;
}

#client-comments blockquote {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	font-weight: 300;
    font-size: 1.3em;
    margin: 0 0 2em 0; /*0.25em 0*/
    padding: 0.25em 5em;
    line-height: 1.5;
    position: relative;
    color: #fff;
}

#client-comments blockquote cite {
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    color: #fff;
    font-size: 0.7em;
    display: block;
    margin-top: 1.5em;
	font-style:normal;
}

/* PRE-FOOTER ----------------*/
/* PRE-FOOTER ----------------*/
/* PRE-FOOTER ----------------*/
/* PRE-FOOTER ----------------*/

#pre-footer {
	padding: 2em 0;
	background: #79343a;
	text-align: center;
}

#pre-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
	font-weight: 300;
	font-size: 1.2em;
}

#pre-footer li {
	display: inline;
	color: #fff;
	margin: 0 1em;
	padding: 0;
}

#pre-footer li a {
    color: #fff;
    text-align: center;
    /*padding: 0 4em 0 0;*/
    text-decoration: none;
}

#pre-footer li a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/
/* FOOTER --------------------*/

#footer {
	padding: 3em 0em 1.2em 0em;
	background-color: #333;
}

#footer a {
	text-decoration: none;
	color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

#footer a:hover {
	color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#footer .box {
	margin-bottom: 2em;
}

#footer .fa  {
	margin-right: 1em;
	font-size: 0.95em;
}

#footer h2 {
	font-weight: 500;
	color: #fff;
	font-size: 0.875em;
	margin-bottom: 1.5em;
}

#footer p {
	color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
	font-size: 0.750em;
	line-height: 1.5em;
	margin: 0 0 1em 0;
}

#footer .links {
    list-style-type: none;
    margin: 0 0 0.8em 0;
    padding: 0 0 0 0;
}

#footer .links li {
    font-family: 'Montserrat', sans-serif; /* 300 400 500 600 700 */
    font-weight: 400;
    font-size: 0.750em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1); 
    padding: 0;
    margin: 0 0 0 25px;
    line-height: 2em;
}

#footer .links li:before {
    content: "\f061"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -25px; /* same as padding-left set on li */
    width: 25px; /* same as padding-left set on li */
    color: #fff;
}


/* SOCIAL */

#footer .social {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer .social li {
	display: inline;
	font-size: 0.85em; 
    padding: 0;
    margin: 0;
}

/* FLAGS */

#footer .flags {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer .flags li {
	display: inline;
	font-size: 0.85em; 
    padding: 0;
    margin: 0;
}

/* LOGOS */

#footer .abtof {
	float: left;
	margin-right: 1.5em;
}

#footer .feefo {
	text-align: right;
}

#footer .back-to-top {
	float: left;
	margin-right: 1.5em;
	color: #fff;
	line-height: 2em;
	background: #222;
	padding: 0.5em 1em;
	font-size: 0.875em;
}

#footer .back-to-top a {
	outline: none;
}

#footer .back-to-top .fa {
	margin-right: 4px;
	font-size: 1em;
}

/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/
/* COPYRIGHT -----------------*/

#copyright {
    padding: 0.95em 0;
    background: #222;
}

#copyright span {
    margin: 0 1em;
}

#copyright .right {
    text-align: right;
}

#copyright p {
    font-size: 0.7em;
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
}

#copyright a {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

#copyright a:hover {
    color: rgb(255, 255, 255);
    color: rgba(255, 255, 255, 1);
}

.main-content {
	padding: 2em 0;
}

.main-content h1, .main-content p, .main-content ul {
	margin-bottom: 1em;
}
.main-content h2 {
	margin-bottom: 0.5em;
}
.main-content p {
	font-weight: 400;
	line-height: 1.5em;
}
.main-content li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 0.938em;
	color: #333;
	margin: 0 0 0 0;
}

.main-content a {
	color: #79343a;
	font-weight: 500;
}

.form .row {
	margin: 0.3em 0;
	clear: both;
}
.form .row.buttons {
	margin: 1em 0;
}

.form label {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 0.938em;
	color: #333;
	margin: 0.5em 0 0.25em 0;
	display: block;
}
.form input[type=text], .form input[type=email], .form input[type=password] {
	width: 50%;
}
.form textarea {
	width: 80%;
	margin-bottom: 0.5em;
}
div.errorSummary p, div.errorSummary li {
	color: #900;
	font-weight: 500;
}

#comment-list {
	margin-left: -10px;
	margin-right: -10px;
}

#comment-list .comment p:last-child {
	margin-bottom: 0;
}

#comment-list .comment::after {
	display: block;
	clear: both;
	padding-top: 14px;
	margin: 0 10px 16px 10px;
	content: ' ';

	border-bottom: 1px solid #d0d0d0;
}

#comment-list .comment strong, #comment-list .comment em {
	display: block;
	margin-bottom: 0.5em;
}

#comment-list .images {

}

.grid-parent.property-list-item {
	margin: 0 -10px;
}

.grid-parent.property-list-item:after {
	display: block;
	clear: both;
	padding-top: 1.25em;
	margin: 1.25em 10px;
	content: ' ';
	border-bottom: 1px solid #d0d0d0;
}

.property-list-item .grid-25 img {
	margin-bottom: 1em;
}

#property-list.list-view .summary {
	text-align: left;
	padding: 1em 0;
	font-weight: bold;
}

#property-list h2 {
	font-size: 1em;
	font-weight: 600;
}

#property-list h2 a {
	font-weight: inherit;
	text-decoration: none;
}
#property-list h2 a:hover {
	text-decoration: underline;
}


.guideMap
{
	width: 100%;
	height: 442px;
	border: solid 1px #e0cd82;
	margin: 0 0 25px 0;
}

.guideMap .overlayHeader
{
	position: absolute;
	background: #fbea99;
	background: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	z-index: 10;
	bottom: 0;
	left: 0;
	padding: 5px 8px 8px 5px;
	font-size: 17px;
	font-weight: bold;
	color: #B30004;
	border-top: solid 1px #e0cd82;
	border-right: solid 1px #e0cd82;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	border-top-right-radius: 9px;
}

.guideMap-filter {
	padding: 6px 0 6px 0px;
	width: 100%;
	margin: 0;
}
.guideMap-filter p {
	padding: 0.5em 0;
	margin: 0;
	font-weight: 500;
	font-size: 1em;
}
.guideMap-filter select {
	font-size: 1em;
	font-family: inherit;
	padding: 0.5em;
	display: inline-block;
	margin: 0 0.5em;
}
.guideMap-filter input[type=submit] {
	margin-left: 1em;
	padding: 0.5em;
	font-family: inherit;
	font-size: 1em;
}

.guideLinks, .guideLinks * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.guideLinks {
	clear: both;
	float: none;
	margin: -0.5%;
}
.guideLinks .link:nth-child(4n+4) {
	margin-right: 0;
}
.guideLinks .link {
	width: 24%;
	padding-bottom: 24%;
	margin: 0.5%;
	float: left;
	border: 1px solid #801b1d;
	position: relative;
	border-radius: 10px;
	background-size: 100%;
}
.guideLinks a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 0 0 10px 10px;
}
.guideLinks a:hover p {
	text-decoration: underline;
}
.guideLinks p {
	font-weight: normal;
	width: 100%;
	margin-bottom: 0 !important;
	color: #fff !important;
	background-color: #801b1d;
	background-color: rgba(128,27,29,0.8);
	position: absolute;
	bottom: 0;
	text-align: center;
	line-height: 1.2em;
	padding: 0.5em 0;
	font-size: 16px;
	border-radius: 0 0 10px 10px;
}

#avgTemps {
	border: solid 1px #222222;
	background: #FFEC9D;
	margin: 0px 0px 1em 1em;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.75em;
	float: right;
}

#avgTemps td {
	padding: 0.1em 0.75em;
}

#avgTop {
	background-color: #C1756D;
	border: 1px solid #222222;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.avgTitle {
	text-align: center;
	font-weight: 500;
}

.avgCopy {
	text-align: center;
	color: #801b1d;
}

.avgData {
	text-align: center;
}

#blog-comments h2 {
	text-align: center;
	margin: 1em 1em 2em 1em;
	position: relative;
}

#blog-comments h2:before {
	border-bottom: 2px solid #79343A;
	content: " ";
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	margin-left: -25px;
	width: 40px;
}

ul.blog {
	list-style: none;
	display: block;
	margin: 0 0 3em 0;
	padding: 0;
}

ul.blog li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	clear: both;
}

ul.blog li:last-child {
	border-bottom: none;
}

ul.blog img {
	float: right;
	width: 72px;
	height: 72px;
	margin: 0.5em 0.5em 1em 1em;
}

ul.blog h3 {
	font-size: 1.125em;
	font-weight: 500;
}

ul.blog h3 a {
	color: inherit;
	text-decoration: underline;
}

ul.blog p {
	font-size: 1em;
	font-weight: 300;
	margin-bottom: 0.5em;
}

ul.blog p.date {
	font-weight: 500;
	font-size: 0.9375em;
	margin-bottom: 0.5em;
}

#comments-latest {
	margin: 0 0 1em 0;
}

#comments-latest img {
	float: right;
	margin: 0 0 1em 1em;
}
#comments-latest h3 {
	font-size: 1.125em;
	font-weight: 500;
	margin-bottom: 0.5em;
}
#comments-latest h3 a {
	color: inherit;
	text-decoration: underline;
}
#comments-latest p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.3em;
}

#comments-latest div.comment {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0e0e0;
}
#comments-latest strong {
	display: block;
	font-size: 0.9375em;
	font-style: italic;
	color: #666;
}
#blog-comments a.more-comments {
	display: block;
	margin: 2em 0 3em 0;
	color: #333;
	font-weight: 500;
}
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/
/* MEDIA QUERIES --------------------*/


/* MOBILE VERTICAL */
@media (max-width: 600px) {
	.js #nav {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}

	#slider {
		height: 400px;
	}
	#slider .slide {
		min-height: 400px;
	}
	#header {
		padding: 6px 0 22px 0;
	}

	#header-top {
		background: #fff;
		padding-top: 60px;
	}

	#header-top .logo {
		position: relative;
		top: 0;
		left: 0;
		margin: 0 auto;
		width: 202px;
	}
	#header-top .grid-100 {
		display: none;
	}
	#header ul li {
		padding-left: 0;
	}
	#header-search div {
		width: 100%;
	}
	#header-search input {
		width: 80%;
	}
	.guideLinks .link {
		width: 99%;
		padding-bottom: 99%;
	}
	#slider-search {
		flex-wrap: wrap;
		padding: 0.5em 0;
	}
	#slider-search > div {
		width: 46%;
		padding: 2%;
		margin: auto auto;
	}
}

/* MOBILE HORIZONTAL */
@media (min-width: 401px) and (max-width: 767px) {
	
	/* NAV */
	
	.js #nav {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		position: relative;
		border-bottom: 1px solid #945d61;
	}
	
	/* PARALLAX */

	.parallax {
		background-attachment: scroll;
	}
	
	/* CLIENT COMMENTS */
	
	#client-comments {
		background-attachment: scroll;
	}
	
	/* FOOTER */
	
	#footer .feefo {
		text-align: left;
	}

	.guideLinks .link {
		width: 49%;
		padding-bottom: 49%;
	}
	
}

/* DESKTOP > TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
	
	
	/* NAV */
	
	.js #nav {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
		position: relative;
		border-bottom: 1px solid #945d61;
	}
	
	/* PARALLAX */

	.parallax {
		background-attachment: scroll;
	}
	
	/* CLIENT COMMENTS */
	
	#client-comments {
		background-attachment: scroll;
	}

	.guideLinks .link {
		width: 32.333%;
		padding-bottom: 32.333%;
	}
}

/* DESKTOP */
@media (min-width: 1025px) {}


.main-content a.comment-list-year {
	color: #4c1011;
	text-decoration: none;
}

.main-content a.comment-list-year-active {
	text-decoration: underline;
}