/*
Theme Name: DJW
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: djw
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url('https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre');
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
 display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,  a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],  html input[disabled] {
	cursor: default;
}

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,  input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],  input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,  input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.widget ul, .main-nav, .add-nav, #footer ul, .slideshow .info, .nav-list, .options, .topbar .tabset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li,  .main-nav li,  .add-nav li,  #footer ul li,  .slideshow .info li,  .nav-list li,  .options li,  .topbar .tabset li {
	padding-left: 0;
}
.widget ul li:after,  .main-nav li:after,  .add-nav li:after,  #footer ul li:after,  .slideshow .info li:after,  .nav-list li:after,  .options li:after,  .topbar .tabset li:after {
	display: none;
}
.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, #header:after, #footer:after, .carousel:after, .product-list:after, .topbar:after, .info-section .agents:after, .two-column:after {
	content: "";
	display: block;
	clear: both;
}
.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
* {
	max-height: 1000000px;
}
body {
	color: #a2a2a5;
	background: #fff;
	font: 14px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
	max-width: 100%;
	height: auto;
}
.gm-style img {
	max-width: none;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
	margin: 0 0 1.2em;
}
blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.2em;
}
th, td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}
th {
	text-align: center;
	vertical-align: middle;
}
ul, ol {
	padding-left: 3em;
}
ul ul,  ul ol,  ol ul,  ol ol {
	padding-left: 3em;
	margin: 0;
}
ul {
	list-style-type: disc;
}
dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}
dl dd {
	overflow: hidden;
}
pre {
	max-width: 100%;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	border: 1px solid #bab8bb;
	padding: 5px 12px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 25px;
	max-width: 100%;
}
input[type="text"]:focus,  input[type="tel"]:focus,  input[type="email"]:focus,  input[type="search"]:focus,  input[type="password"]:focus,  textarea:focus {
	border-color: #333;
}
 input[type="text"]::-webkit-input-placeholder,  input[type="tel"]::-webkit-input-placeholder,  input[type="email"]::-webkit-input-placeholder,  input[type="search"]::-webkit-input-placeholder,  input[type="password"]::-webkit-input-placeholder,  textarea::-webkit-input-placeholder {
 color: #63656a;
}
 input[type="text"]::-moz-placeholder,  input[type="tel"]::-moz-placeholder,  input[type="email"]::-moz-placeholder,  input[type="search"]::-moz-placeholder,  input[type="password"]::-moz-placeholder,  textarea::-moz-placeholder {
 opacity: 1;
 color: #63656a;
}
 input[type="text"]:-moz-placeholder,  input[type="tel"]:-moz-placeholder,  input[type="email"]:-moz-placeholder,  input[type="search"]:-moz-placeholder,  input[type="password"]:-moz-placeholder,  textarea:-moz-placeholder {
 color: #63656a;
}
 input[type="text"]:-ms-input-placeholder,  input[type="tel"]:-ms-input-placeholder,  input[type="email"]:-ms-input-placeholder,  input[type="search"]:-ms-input-placeholder,  input[type="password"]:-ms-input-placeholder,  textarea:-ms-input-placeholder {
 color: #63656a;
}
input[type="text"].placeholder,  input[type="tel"].placeholder,  input[type="email"].placeholder,  input[type="search"].placeholder,  input[type="password"].placeholder,  textarea.placeholder {
	color: #63656a;
}
input {
	height: 37px;
}
select {
	-webkit-border-radius: 3px;
	padding: 5px 12px;
}
textarea {
	resize: vertical;
	vertical-align: top;
}
button, input[type="button"], input[type="reset"], input[type="file"], input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}
table {
	width: 100%;
}
.widget {
	margin-bottom: 1.2em;
}
.widget select,  .widget input:not([type="submit"]) {
	width: 100%;
}
.widget .epl-tab-title {
	display: none;
}
.epl-sd-listings.directory-section {
	width: 100%;
}
epl-advanced-map .gm-style img {
	max-width: none !important;
}
.epl-floor-plans img {
	max-width: 300px;
}
.epl_slider_container {
	margin: 0px auto -120px;
}
.epl-slider-thumb-container {
/*bottom: 25px !important;*/
}
.epl-slider-single-wrapper {
	position: relative;
	height: 600px;
}
.floor-plans-section {
	margin-top: 45px;
}
.epl-author-box-container {
	display: none;
}
.epl-author-box .epl-author-title a, .epl-author-box .epl-author-title {
	color: #005980 !important;
}
.directory-page-dynamic {
	margin-top: 15px;
}
.epl-property-single .status-sticker, .epl-stickers-wrapper .status-sticker {
	font-size: 12px;
	background: #F00;
	padding: 0 0.4em;
	margin-right: 0.4em;
	text-transform: uppercase;
	color: #fff;
	display: inline;
	float: left;
}
.staff-image {
	width: 250px;
	margin: 0 30px 30px 0;
	float: left;
}
.epl-author-box .wp-post-image {
	max-width: 150px;
}
.epl-author-icon.email-icon-24 {
	background: none !important;
	text-indent: 0px
}
.widget .tab-content {
	padding-top: 0;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}
.comment-form textarea, .comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 100%;
}
.comment-form input[type="submit"] {
	display: block;
	float: none;
}
.post-password-form label {
	display: block;
	margin-bottom: 4px;
}
.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 300px;
}
.search-form {
	margin-bottom: 15px;
}
.search-form input {
	float: left;
}
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}
iframe {
	width: 100%;
}
.post-password-form input {
	float: left;
	height: 2em;
}
.post-password-form input[type="password"] {
	width: 150px;
}
.comment-form input[type="submit"],  .post-password-form input[type="submit"],  .search-form input[type="submit"],  .epl-paginate-default-wrapper a {
	background: transparent;
	color: #005980;
	border: 1px solid #005980;
	border-radius: 3px;
	padding: 2px 12px;
	font-size: 15px;
	line-height: 25px;
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.comment-form input[type="submit"]:hover,  .post-password-form input[type="submit"]:hover,  .search-form input[type="submit"]:hover,  .epl-paginate-default-wrapper a:hover {
	background-color: #005980;
	color: #fff;
}
.commentlist {
	margin: 0 0 1.2em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}
.commentlist-item .commentlist-item {
	padding: 0;
}
.comment, .commentlist-holder {
	overflow: hidden;
}
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}
.widget_calendar #next {
	text-align: right;
}
.gallery-item dt {
	float: none;
	padding: 0;
}
.navigation, .navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}
.navigation .screen-reader-text,  .navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.navigation .page-numbers,  .navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}
.navigation .next,  .navigation .prev,  .navigation-comments .next,  .navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #005980;
	padding: .4em;
	text-decoration: none;
	border: 1px solid #005980;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.navigation .next:hover,  .navigation .prev:hover,  .navigation-comments .next:hover,  .navigation-comments .prev:hover {
	background: #005980;
	color: #fff;
}
.navigation-single {
	margin-bottom: 1.2em;
}
.navigation-single .next,  .navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	color: #005980;
	text-decoration: none;
	border: 1px solid #005980;
	border-radius: 5px;
	text-align: center;
}
.navigation-single .next:hover,  .navigation-single .prev:hover {
	background: #005980;
	color: #fff;
}
.navigation-single .next a,  .navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}
.navigation-single .next {
	float: right;
}
.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.2em;
}
.wp-caption img {
	margin: 0;
	vertical-align: top;
}
.wp-caption p {
	margin: .4em 0 0;
}
div.aligncenter {
	margin: 0 auto 1.2em;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}
.mejs-container {
	margin-bottom: 1.2em;
}
.meta, .meta-info {
	display: none;
}
.wp-caption-text, .gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
	height: auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}
h1, .h1 {
	font-weight: 400;
	font-size: 26px;
	border-bottom: 2px solid #7eabbf;
	margin-bottom: 30px;
	font-family: 'Frank Ruhl Libre', serif;
	color: #63656a;
}
h2, .h2 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: 'Frank Ruhl Libre', serif;
	color: #63656a;
	border-bottom: 2px solid #7eabbf;
	margin-bottom: 17px;
	line-height: 1.4;
}
h3, .h3 {
	font-size: 24px;
	font-family: 'Frank Ruhl Libre', serif;
	font-weight: 400;
	color: #63656a;
	margin-bottom: 12px;
}
h4, .h4 {
	font-size: 16px;
	font-family: 'Frank Ruhl Libre', serif;
}
h5, .h5 {
	font-size: 17px;
}
h6, .h6 {
	font-size: 15px;
}
p {
	margin: 0 0 1em;
}
p, li {
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color: #005980;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
a:hover,  a:focus {
	text-decoration: none;
	color: #63656a;
}
#header {
	padding: 0 10px;
}
.logo {
	margin: 10px 0;
	width: 101px;
	float: left;
}
.logo img {
	vertical-align: top;
	width: 100%;
}
.navigation-holder {
	text-align: right;
}
.main-nav {
	font-size: 15px;
	line-height: 30px;
	font-family: 'Frank Ruhl Libre', serif;
	color: #c1c1c3;
}
.main-nav li {
	display: inline-block;
	vertical-align: top;
}
.main-nav li {
	margin-left: 10px;
}
.main-nav li:first-child {
	margin-left: 0;
}
.main-nav a {
	padding: 12px 8px 5px;
	display: block;
	overflow: hidden;
	position: relative;
	color: inherit;
}
.main-nav a:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	right: 0;
	height: 6px;
	background-color: #005982;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.main-nav a:hover {
	color: #63656a;
}
.main-nav a:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.main-nav .active {
	color: #63656a;
}
.main-nav .active a:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.add-nav {
	font-size: 14px;
	line-height: 20px;
	color: #c1c1c3;
}
.add-nav li {
	display: inline-block;
	vertical-align: top;
}
.add-nav li {
	padding: 9px 7px;
}
.add-nav a {
	color: inherit;
	display: block;
}
.add-nav a:hover {
	color: #005980;
}
#footer {
	line-height: 16px;
	padding: 15px 0 5px;
	color: #d8d9da;
	background-color: #65666a;
	border-bottom: 15px solid #807e82;
}
#footer a {
	color: inherit;
}
#footer a:hover {
	color: #005980;
}
#footer .container {
	max-width: 978px;
}
.footer-logo {
	width: 89px;
	margin-bottom: 8px;
	margin-right: 15px;
	float: none;
}
.footer-logo img {
	vertical-align: top;
	width: 100%;
}
.social-networks {
	margin: 0 0 30px;
}
.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.social-networks a {
	display: block;
	border: 1px solid #fff;
	width: 41px;
	height: 41px;
	border-radius: 100%;
	font-size: 22px;
	line-height: 41px;
	text-align: center;
}
.social-networks a:hover {
	color: #999 !important;
}
.nav-box {
	margin-bottom: 20px;
}
.nav-box h4 {
	color: #fff;
	line-height: 1.4;
}
.nav-box ul {
	margin-bottom: 20px;
}
.nav {
	overflow: hidden;
}
.slideshow {
	position: relative;
	height: 350px;
	color: #fff;
}
.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.slideshow .slide:hover .social {
	overflow: visible;
	height: auto;
	opacity: 1;
}
.slideshow .slide.active {
	z-index: 2;
}
.slideshow .bg-stretch {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover !important;
	background-position: center !important;
}
.slideshow .holder {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	height: 350px;
	z-index: 1;
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 1088px;
	margin: 0 auto;
	padding: 15px 30px 60px;
}
.slideshow .holder .text-holder {
	background-color: rgba(174,174,174,0.2);
}
.slideshow .info {
	margin-bottom: 23px;
	font-size: 15px;
	font-weight: 200;
}
.slideshow .info li {
	display: inline-block;
	vertical-align: top;
}
.slideshow .info li {
	position: relative;
	padding: 0 10px;
}
.slideshow .info li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 1px;
	background: #005982;
}
.slideshow .info li:first-child:before {
	display: none;
}
.slideshow .info address {
	margin: 0;
	padding: 0;
	font-style: normal;
}
.slideshow .options {
	text-align: right;
	font-weight: 200;
	color: inherit;
}
.slideshow .options li {
	text-align: center;
	border-color: #fff;
	min-width: 50px;
	margin: 0 5px;
	padding: 3px;
}
.slideshow .options .number {
	font-size: 25px;
	line-height: 1;
}
.slideshow .options .title {
	font-size: 12px;
}
.slideshow .btn-prev {
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 32px;
	z-index: 2;
}
.slideshow .btn-prev:hover {
	color: #005980;
}
.slideshow .btn-next {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 32px;
	z-index: 2;
}
.slideshow .btn-next:hover {
	color: #005980;
}
.slideshow .social {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 5;
	height: 0;
	margin-left: -36px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.social a {
	width: 31px;
	height: 31px;
	display: inline-block;
	vertical-align: top;
	padding: 3px;
	text-align: center;
	border-radius: 100%;
	color: transparent;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.social a:hover {
	opacity: .8;
}
.social a span {
	background: none !important;
}
.social svg {
	display: none;
}
.addthis_button_facebook {
	background: url("./images/fb.png") no-repeat;
}
.addthis_button_twitter {
	background: url("./images/tw.png") no-repeat;
}
.slideshow.not-enough-slides a.btn-prev, .slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}
.post-edit-link {
	width: 100%;
}
.carousel {
	position: relative;
	padding: 0 15px 0 90px;
	margin-bottom: 30px;
}
.carousel .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.carousel .mask .slideset {
	width: 100% !important;
	float: left;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	letter-spacing: -4px;
}
.carousel .mask .slide {
	width: 100% !important;
	letter-spacing: 0;
	display: inline-block;
	float: none;
	vertical-align: top;
	white-space: normal;
	line-height: 1.2;
	margin-left: -1px;
}
.carousel .title-block {
	content: "";
	position: absolute;
	left: 28px;
	top: 0;
	font-size: 19px;
	line-height: 20px;
	bottom: 0;
	width: 60px;
	color: #fff;
	background-color: #65666a;
	padding: 17px;
	text-align: center;
	font-family: 'Frank Ruhl Libre', serif;
}
.carousel .title-block p {
	content: "";
	position: absolute;
	left: -69%;
	top: 46%;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	white-space: nowrap;
	margin: 0;
}
.carousel .btn-prev,  .carousel .btn-next {
	font-size: 21px;
	color: #6c6d70;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.carousel .btn-prev:hover,  .carousel .btn-next:hover {
	color: #39f;
}
.carousel .btn-prev {
	content: "";
	position: absolute;
	left: 10px;
	top: 49%;
}
.carousel .btn-next {
	content: "";
	position: absolute;
	right: 5px;
	top: 49%;
}
.carousel .options li {
	margin: 0 2px;
	min-width: 37px;
}
.carousel .options .title {
	font-size: 9px;
}
.carousel .options .number {
	font-size: 29px;
	line-height: 1;
}
.carousel .product .prise {
	font-size: 19px;
	margin-bottom: 12px;
}
.carousel .product .text-holder {
	padding: 5px;
}
.carousel .product .address {
	font-size: 14px;
	margin-bottom: 0;
}
.carousel h3,  .carousel .h3 {
	margin-bottom: 2px;
}
.nav-list {
	color: #c1c1c3;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.nav-list a {
	color: inherit;
}
.nav-list a:hover {
	color: #65666a;
}
.nav-list .active {
	color: #65666a;
}
.products {
	padding-top: 25px;
	padding-bottom: 10px;
}
.products .header {
	max-width: 585px;
	margin: 0 auto 20px;
}
.products h1,  .products h2 {
	text-align: center;
	color: #63656a;
	border-bottom: 2px solid #7eabbf;
	margin-bottom: 17px;
	line-height: 1.4;
}
.product {
	background-color: #f6f6f7;
	text-align: center;
	border-left: 7px solid #fff;
	border-right: 7px solid #fff;
}
.product span {
	display: block;
}
.product h3 {
	font-family: 'Frank Ruhl Libre', serif;
	text-transform: capitalize;
	min-height: 63px;
}
.product h3:first-letter {
/*text-transform: uppercase;*/
}
.product h3 a {
	color: inherit;
}
.product h3 a:hover {
	color: #005980;
}
.product .prise {
	color: #005980;
	font-size: 21px;
	font-weight: 300;
	display: block;
	margin-bottom: 18px;
}
.product .img-holder img {
	width: 100%;
	vertical-align: top;
}
.product .text-holder {
	padding: 16px 10px 8px;
}
.product .address {
	color: #c1c1c3;
	font-size: 16px;
	margin-bottom: 7px;
	min-height: 40px;
}
.options .icon.beds, .options .icon.bath, .options .icon.parking {
	background: none !important;
}
.product .date {
	font-size: 13px;
	color: #63656a;
	display: block;
	margin-bottom: 14px;
}
.options {
	text-align: center;
	margin-bottom: 15px;
	color: #63656a;
}
.options li {
	display: inline-block;
	vertical-align: top;
}
.options li {
	padding: 1px 2px;
	border: 1px solid #d2d2d4;
	margin: 0 3px;
	min-width: 40px;
}
.options .title {
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}
.options .number {
	font-size: 32px;
	line-height: 1;
	display: block;
	font-weight: 200;
}
.product-list {
	margin: 0 auto 28px;
	max-width: 960px;
}
.product-list .loop {
	min-width: 100%;
}
.product-list .product {
	margin-bottom: 25px;
}
.homepage-list h2 {
	width: 100%;
}
.homepage-list .epl-paginate-default-wrapper {
	display: none;
}
.tab-content .products {
	padding-bottom: 0;
}
.container {
	max-width: 1034px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
.button, .wpcf7-submit {
	display: inline-block;
	vertical-align: top;
	padding: 11px;
	color: #005980;
	border: 1px solid;
	border-radius: 5px !important;
	background-color: #fff;
	text-align: center;
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.wpcf7-submit {
	padding: 7px 11px 11px;
}
.button:hover, .wpcf7-submit:hover {
	background-color: #005980;
	color: #fff;
}
#content {
	overflow: hidden;
}
.content {
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.content .container {
/*max-width: 846px;*/
}
.content p {
	margin-bottom: 20px;
	width: 100%;
}
.content .btn-holder {
	padding: 16px 0 0;
	margin: 0 auto;
	width: 100%;
}
.content .button {
	min-width: 202px;
	margin: 0 7px 16px;
}
.text-center {
	text-align: center;
}
/* tabset required styles for hidden tabs */

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}
.topbar {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	background-color: #005982;
	padding: 10px;
	text-align: center;
}
.topbar p {
	line-height: 22px;
}
.topbar .tabset {
	display: inline-block;
	vertical-align: top;
}
.topbar .tabset li {
	float: left;
}
.topbar .tabset li:first-child a {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	border-right-width: 0;
}
.topbar .tabset li:first-child a:before {
	display: none;
}
.topbar .tabset li:last-child a {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}
.topbar .tabset a {
	display: block;
	padding: 4px;
	min-width: 62px;
	line-height: 1;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	position: relative;
	background-color: #005980;
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
.topbar .tabset a:hover {
	background-color: #fff;
	color: #005980;
}
.topbar .tabset a:before {
	content: "";
	position: absolute;
	left: -1px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #005980;
}
.topbar .tabset a.active {
	background-color: #fff;
	color: #005980;
}
.big-map {
	height: 440px;
	padding: 0 10px;
}
.big-map iframe {
	height: 100%;
	width: 100%;
}
.map {
	height: 443px;
	background-color: #eee;
}
.map iframe {
	height: 100%;
	width: 100%;
}
ul {
	list-style: none;
	padding: 0;
}
ul > li {
	position: relative;
	padding-left: 35px;
}
ul > li:after {
	content: "";
	position: absolute;
	left: 20px;
	top: 8px;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background-color: #63656a;
}
.info-section {
	color: #63656a;
}
.info-section h2 {
	color: #63656a;
	margin-bottom: 2px;
	line-height: 1.2;
}
.info-section h3 {
	color: #005980;
	line-height: 33px;
	margin-bottom: 19px;
	font-size: 22px;
}
.info-section p {
	margin-bottom: 20px;
}
.info-section .header {
	font-size: 14px;
	background-color: #ededee;
}
.info-section .header address {
	margin: 0;
}
.info-section .header .container {
	padding: 8px 10px;
}
.info-section .container {
	max-width: 1274px;
}
.info-section .body {
	line-height: 20px;
	padding: 20px 10px;
}
.info-section .footer {
	background-color: #ededee;
	text-transform: uppercase;
	padding: 10px;
	font-weight: bold;
}
.info-section .footer a {
	color: #b0b1b3;
}
.info-section .footer a:hover {
	color: #005980;
}
.info-section .agents h4 {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #65666a;
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	font-size: 14px;
}
.info-section .list {
	padding-right: 19px;
}
.info-section .list li {
	overflow: hidden;
}
.info-section .list .text-left {
	display: block;
	float: left;
	padding-right: 10px;
	max-width: 70%;
}
.info-section .list .text-right {
	display: block;
	text-align: right;
	overflow: hidden;
}
.contact-form, .contact-info {
	float: left;
}
.contact-form {
	margin-left: 30px;
}
.contact-info {
	max-width: 49%;
}
.widget {
	font-size: 15px;
	line-height: 18px;
	padding: 15px 0 0;
	margin: 0 0 15px;
	font-weight: 300;
	border-top: 1px solid #7eabbf;
}
.widget:first-child {
	padding-top: 0;
	border-top: 0;
}
.widget > *:last-child {
	margin-bottom: 0;
}
.widget a {
	color: inherit;
}
.widget a:hover {
	color: #005980;
}
.widget h4,  .widget h3 {
	text-transform: uppercase;
	line-height: 1.2;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 18px;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #65666a;
}
.agents {
	border-top: 1px solid #7eabbf;
	padding-top: 19px;
}
.agent {
	font-size: 15px;
	margin-bottom: 20px;
	display: table;
}
.agent > * {
	display: table-cell;
	vertical-align: bottom;
	float: none;
}
.agent a[href*="tel:"] {
	color: #63656a;
	display: inline-block;
	vertical-align: top;
	float: left;
	clear: both;
	font-weight: 300;
}
.agent a[href*="tel:"]:hover {
	color: #005980;
}
.agent a[href*="mailto:"] {
	color: #63656a;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	float: left;
	clear: both;
}
.agent a[href*="mailto:"]:hover {
	color: #005980;
}
.agent h5 {
	font-size: 22px;
	color: #005980;
	font-weight: 400;
	margin-bottom: 3px;
	font-family: 'Frank Ruhl Libre', serif;
}
.agent h5 a {
	color: inherit;
}
.agent h5 a:hover {
	color: #63656a;
}
.agent .img-holder {
	width: 101px;
}
.agent .img-holder img {
	width: 100%;
	vertical-align: top;
}
.agent .text-holder {
	padding-bottom: 6px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 10px;
}
.two-column #content:only-child {
	float: none;
	width: 100%;
}
address {
	font-style: normal;
}
ul.simple-blue-ticks li {
	list-style: url(images/blue.png);
	line-height: 2em;
	margin-left: 24px;
	padding-left: 6px;
}
ul.simple-blue-ticks li:after {
	background: none;
}
#menu-sell li {
	padding: 10px 0;
}
#menu-sell li a {
	font-family: 'Frank Ruhl Libre', serif;
	color: #63656a;
	border-bottom: 2px solid #7eabbf;
	margin-bottom: 17px;
	line-height: 1.4;
}
 @media (min-width: 768px) {
.commentlist-item .commentlist-item {
	padding: 0 0 0 2em;
}
h1,  .h1 {
	font-size: 26px;
	line-height: 83px;
	margin-bottom: 20px;
}
h2,  .h2 {
	font-size: 26px;
}
h3,  .h3 {
	font-size: 26px;
}
#header {
	padding: 0 40px;
}
.logo {
	margin: 23px 19px 20px;
}
.navigation-holder {
	float: right;
}
.navigation-holder ul {
	display: inline-block;
	vertical-align: top;
}
.main-nav {
	font-size: 29px;
	line-height: 63px;
	margin-right: 30px;
}
.main-nav a {
	padding: 24px 15px;
}
.add-nav li {
	padding: 40px 10px 38px;
}
#footer {
	border-bottom: 30px solid #807e82;
}
.nav-box {
	padding-right: 20px;
	float: left;
	width: 33.33%;
}
.nav-box h4 {
	padding: 15px 0 13px;
	margin: 0;
}
.about {
	float: left;
	padding-right: 15px;
	width: 28.5%;
}
.nav {
	width: 71.5%;
}
.slideshow {
	height: 715px;
}
.slideshow .holder {
	height: 715px;
	padding: 15px 70px 60px;
}
.slideshow .holder h1 {
	text-transform: capitalize;
	font-size: 64px;
	color: #fff;
	border: none;
}
.slideshow .info {
	font-size: 20px;
}
.slideshow .options {
	padding: 0 15px;
}
.slideshow .options li {
	min-width: 60px;
}
.slideshow .options .number {
	font-size: 45px;
}
.slideshow .options .title {
	font-size: 16px;
}
.slideshow .btn-prev {
	font-size: 65px;
	left: 25px;
}
.slideshow .btn-next {
	font-size: 65px;
	right: 25px;
}
.carousel {
	/*padding: 0 31px 0 107px;*/
	padding: 0 31px 0 31px;
}
.carousel .mask .slide {
	width: 50% !important;
}
.carousel .title-block {
	left: 42px;
}
.carousel .btn-prev,  .carousel .btn-next {
	font-size: 42px;
}
.carousel h3,  .carousel .h3 {
	font-size: 24px;
}
.nav-list {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.nav-list li {
	display: table-cell;
}
.products {
	padding-top: 52px;
	padding-bottom: 52px;
}
.products .header {
	margin: 0 auto 45px;
}
.products h1,  .products h2 {
	font-size: 29px;
	line-height: 50px;
}
.product-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-list .product {
	width: 50%;
	float: left;
}
.tab-content .products {
	padding-top: 32px;
}
.content {
	padding-top: 38px;
	padding-bottom: 30px;
}
.topbar {
	padding: 7px 147px 7px 60px;
	text-align: left;
}
.topbar p {
	margin-bottom: 0;
	float: left;
}
.topbar .tabset {
	float: right;
	display: block;
}
.info-section h2 {
	font-size: 29px;
}
.info-section .agents h4 {
	letter-spacing: 1px;
	margin-bottom: 34px;
}
.agent-list .agent {
	width: 50%;
	float: left;
}
.agent-list .agent:nth-child(odd) {
	clear: left;
}
.epl-blog-image {
	min-height: 200px;
}
}
 @media (min-width: 1024px) {
#footer {
	padding: 27px 0 15px;
	border-bottom: 57px solid #807e82;
}
.nav-box {
	width: 40%;
}
.nav-box:last-child {
	width: 20%;
}
.slideshow .social {
	bottom: auto;
	top: 58%;
}
.carousel .mask .slide {
	width: 25% !important;
}
.products {
	padding-bottom: 138px;
}
.product-list {
	padding-top: 48px;
}
.product-list .product {
	width: 25%;
	margin-bottom: 50px;
}
.tab-content .products .header {
	margin-bottom: 30px;
}
.big-map {
	height: 880px;
	padding: 0;
}
.map {
	height: 443px;
}
.epl-adv-infobox-popup .epl-adv-popup-img img {
	max-width: 100% !important;
}
.info-section .header .container {
	padding: 8px 108px;
}
.info-section .body {
	padding: 60px 20px 40px 148px;
}
.info-section .footer {
	letter-spacing: 1px;
	padding: 13px 20px 13px 135px;
}
.info-section .agents {
	margin-top: 60px;
	margin-right: -35px;
}
.widget {
	padding: 26px 0 0 0;
	margin: 0 0 33px;
}
.widget h4,  .widget h3 {
	letter-spacing: 1px;
}
.agent {
	margin-bottom: 20px;
}
.two-column #content {
	float: left;
	width: 61%;
}
.two-column #sidebar {
	float: right;
	width: 31%;
}
}
 @media (min-width: 1200px) {
.slideshow .holder {
	padding: 15px 30px 60px;
}
}
 @media (max-width: 768px) {
.navigation .page-numbers,  .navigation-comments .page-numbers {
	padding: 0;
}
.navigation .next,  .navigation .prev,  .navigation-comments .next,  .navigation-comments .prev {
	padding: .2em;
}
.navigation-single .next,  .navigation-single .prev {
	padding: .2em;
}
.navigation-single .next a,  .navigation-single .prev a {
	padding: .2em;
}
.content br {
	display: none;
}
.epl-blog-image {
	min-height: 247px;
}
.contact-info {
	max-width: 100%;
}
}
 @media (max-width: 500px) {
.directory-page-dynamic .directory-section .hentry {
	width: 100%;
}
.contact-form {
	margin-left: 0;
	max-width: 100%;
}
}