/*!
Theme Name: Alpine
Theme URI: http://propertywaresites.com
Author: Propertyware
Author URI: http://propertywaresite.com
Description: Alpine Child Theme for Propertyware
Version: 1.0.0
Text Domain: Alpine
Template: pwparent
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Theme Colors
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Open+Sans:400,700);
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/*********************
TOOLS
*********************/
/*********************
THEMIFY Mixin
*********************/
/*********************
TOOLS
*********************/
* {
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW https://gist.github.com/garyharan/957284
*********************/
/**
BORDER RADIUS https://web-design-weekly.com/2013/05/12/handy-sass-mixins/
**/
/**
FLEXBOX https://github.com/mastastealth/sass-flex-mixin/blob/master/_flexbox.scss
**/
/**
TRANSFORMS http://codepen.io/sawmac/pen/qGudy
**/
/**
OPACITY http://zerosixthree.se/8-sass-mixins-you-must-have-in-your-toolbox/
**/
/*--------------------------------------------------------------
# Normalize (or Reset)
--------------------------------------------------------------*/
/*! 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 100%;
  line-height: 1.5em;
}

/**
 * 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 */
}

blockquote {
  margin: 1.5em 40px;
}

/**
 * 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: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

p,
pre {
  margin: 1.5em 0;
}

/**
 * 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: -0.5em;
}

sub {
  bottom: -0.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: 0.35em 0.625em 0.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;
}

/* Lists    
   ========================================================================== */
/**   
 * Address margins set differently in IE 6/7.   
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**   
 * Address paddings set differently in IE 6/7.    
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**   
 * Correct list images handled incorrectly in IE 7.   
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

hr {
  box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  height: 0;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
.form-control {
  box-shadow: 0 0 0 #000;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 16px;
  padding: 11px 18px;
  border-radius: 3px;
}

.btn-default {
  color: #93999A;
  border-color: #969b9d;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border-color: #e1e1e1;
}

label {
  font-weight: 400;
}

.panel-default > .panel-heading {
  background-color: #3F4243;
  border-color: #3F4243;
  color: #FFF;
}
.panel-default .panel-title {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}

.navbar-brand {
  float: none;
  height: auto;
}

.navbar-toggle {
  margin-top: 19px;
  margin-bottom: 19px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-nav {
  margin-bottom: 0;
}

.navbar-default {
  background-color: #fff;
  border: none;
}
.navbar-default .navbar-toggle {
  background-color: #1bb7d4;
  border-color: #1bb7d4;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #18a3bd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h2 {
  margin-bottom: 1.5em;
}

.entry-content h2,
.form-getstarted h2 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
}
.entry-content h3,
.form-getstarted h3 {
  color: #1bb7d4;
  font-weight: 400;
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

.section {
  line-height: 1.8em;
}
.section h2 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  color: #404040;
  line-height: 1em;
  margin: 0 0 50px;
  letter-spacing: .5px;
  color: #565a5c;
}

.page-hero h1 {
  font-size: 42.4px;
  font-size: 2.65rem;
  margin: 10px 0;
  line-height: 1em;
}
.page-hero.no-img {
  color: #82888A;
}
.page-hero.no-img h1 {
  color: #565a5c;
  text-shadow: none;
}

.propertydetail-page .section h2,
.propertydetail-page .side-section h2 {
  color: #565A5C;
  font-weight: 700;
  font-size: 20px;
  text-transform: none;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f9f9f9;
  /* Fallback for when there is no custom background color defined. */
  color: #82888A;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

a {
  color: #82888A;
}
a:hover {
  color: #757b7d;
}
a:visited {
  color: #82888A;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.section {
  padding-top: 95px;
}

.section-form {
  margin-top: 2em;
}

.icons-coastal {
  background: url(images/sprite-icons.png) no-repeat 0 0;
  width: 47px;
  height: 47px;
  display: block;
}
.icons-coastal.icon-pay {
  background-position: center 0;
}
.icons-coastal.icon-man {
  background-position: center -200px;
}
.icons-coastal.icon-req {
  background-position: center -402px;
}
.icons-coastal.icon-analysis {
  background-position: center -1417px;
}
.icons-coastal.icon-tenant {
  background-position: center -637px;
}
.icons-coastal.icon-price {
  background-position: center -889px;
}
.icons-coastal.icon-lease {
  background-position: center -1151px;
}

.pagination {
  border-radius: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background-clip: padding-box;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-blue {
  font-weight: 700;
}
.theme-default .btn-blue {
  background-color: #4d7f54;
  color: #fff;
}
.theme-default .btn-blue:hover {
  color: #fff;
}
.theme-cool .btn-blue {
  background-color: #27a0fd;
  color: #fff;
}
.theme-cool .btn-blue:hover {
  color: #fff;
}
.theme-fresh .btn-blue {
  background-color: #fd7939;
  color: #fff;
}
.theme-fresh .btn-blue:hover {
  color: #fff;
}
.theme-relaxed .btn-blue {
  background-color: #fdb83b;
  color: #fff;
}
.theme-relaxed .btn-blue:hover {
  color: #fff;
}
.theme-custom .btn-blue {
  background-color: #4d7f54;
  color: #fff;
}
.theme-custom .btn-blue:hover {
  color: #fff;
}
.btn-blue a {
  color: #fff;
}

.btn-white {
  font-weight: 700;
  background-color: #fff;
  text-decoration: none;
}
.theme-default .btn-white {
  color: #4d7f54;
}
.theme-default .btn-white:hover {
  color: #7ccc87;
}
.theme-cool .btn-white {
  color: #27a0fd;
}
.theme-cool .btn-white:hover {
  color: #2ccdfe;
}
.theme-fresh .btn-white {
  color: #fd7939;
}
.theme-fresh .btn-white:hover {
  color: #1dc18e;
}
.theme-relaxed .btn-white {
  color: #fdb83b;
}
.theme-relaxed .btn-white:hover {
  color: #1983a8;
}
.theme-custom .btn-white {
  color: #4d7f54;
}
.theme-custom .btn-white:hover {
  color: #7ccc87;
}
.btn-white:hover {
  background-color: #f2f2f2;
}

.btn-false {
  color: #82888A;
  border-color: #82888A;
  text-decoration: none;
}
.btn-false.disabled {
  opacity: 1;
}

.btn-main {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.theme-default .btn-main {
  background-color: #4d7f54;
}
.theme-default .btn-main:hover {
  color: #fff;
  background-color: #7ccc87;
}
.theme-default .btn-main:focus {
  color: #fff;
  outline: none;
}
.theme-default .btn-main:link {
  color: #fff;
  outline: none;
}
.theme-default .btn-main:visited {
  color: #fff;
  outline: none;
}
.theme-cool .btn-main {
  background-color: #27a0fd;
}
.theme-cool .btn-main:hover {
  color: #fff;
  background-color: #2ccdfe;
}
.theme-cool .btn-main:focus {
  color: #fff;
  outline: none;
}
.theme-cool .btn-main:link {
  color: #fff;
  outline: none;
}
.theme-cool .btn-main:visited {
  color: #fff;
  outline: none;
}
.theme-fresh .btn-main {
  background-color: #fd7939;
}
.theme-fresh .btn-main:hover {
  color: #fff;
  background-color: #1dc18e;
}
.theme-fresh .btn-main:focus {
  color: #fff;
  outline: none;
}
.theme-fresh .btn-main:link {
  color: #fff;
  outline: none;
}
.theme-fresh .btn-main:visited {
  color: #fff;
  outline: none;
}
.theme-relaxed .btn-main {
  background-color: #fdb83b;
}
.theme-relaxed .btn-main:hover {
  color: #fff;
  background-color: #1983a8;
}
.theme-relaxed .btn-main:focus {
  color: #fff;
  outline: none;
}
.theme-relaxed .btn-main:link {
  color: #fff;
  outline: none;
}
.theme-relaxed .btn-main:visited {
  color: #fff;
  outline: none;
}
.theme-custom .btn-main {
  background-color: #4d7f54;
}
.theme-custom .btn-main:hover {
  color: #fff;
  background-color: #7ccc87;
}
.theme-custom .btn-main:focus {
  color: #fff;
  outline: none;
}
.theme-custom .btn-main:link {
  color: #fff;
  outline: none;
}
.theme-custom .btn-main:visited {
  color: #fff;
  outline: none;
}

.btn-tertiary {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}
.theme-default .btn-tertiary {
  background-color: #4d7f54;
}
.theme-default .btn-tertiary:hover {
  color: #fff;
  background-color: #7ccc87;
}
.theme-cool .btn-tertiary {
  background-color: #10568a;
}
.theme-cool .btn-tertiary:hover {
  color: #fff;
  background-color: #2ccdfe;
}
.theme-fresh .btn-tertiary {
  background-color: #10568a;
}
.theme-fresh .btn-tertiary:hover {
  color: #fff;
  background-color: #1dc18e;
}
.theme-relaxed .btn-tertiary {
  background-color: #19979a;
}
.theme-relaxed .btn-tertiary:hover {
  color: #fff;
  background-color: #1983a8;
}
.theme-custom .btn-tertiary {
  background-color: #4d7f54;
}
.theme-custom .btn-tertiary:hover {
  color: #fff;
  background-color: #7ccc87;
}

.btn-rounded {
  border-radius: 50em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

.btn:focus, .btn:active {
  outline: 0;
}
.btn:active:focus {
  outline: 0;
}

/*slider*/
.form-slider {
  padding: 28px 15px;
  border-bottom: 1px solid #fff;
  height: 80px;
}
.form-slider .lbl {
  color: #fff;
  width: 65px;
  float: left;
  text-align: left;
}
.form-slider label span {
  width: 65px;
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 0;
  margin: 0;
  height: 24px;
}
.form-slider .value-field span {
  position: absolute;
}
.form-slider .min-field {
  float: left;
}
.form-slider .max-field {
  float: right;
  margin-top: -13px;
  text-align: right;
}
.form-slider .slider-wrap {
  padding: 12px 15px 0 65px;
}
.form-slider .slider-wrap .ui-slider {
  background-color: #fff;
  height: 1px;
  position: relative;
  text-align: left;
}
.form-slider .slider-wrap .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 19px;
  height: 19px;
  background-color: #fff;
  margin-top: -9px;
  border-radius: 19px;
  margin-left: -10px;
}
.form-slider .slider-wrap .ui-slider .ui-slider-handle label {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  visibility: visible;
  margin-top: -2px;
  bottom: 190%;
  margin-left: -28px;
}
.form-slider .slider-wrap .ui-slider .ui-slider-handle label span {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.form-slider .slider-wrap .ui-slider .ui-slider-handle:focus {
  outline: none;
}
.form-slider .slider-wrap .ui-slider .lmt {
  position: absolute;
  width: 1px;
  margin-top: -5px;
  text-align: center;
  border-left: 1px solid #fff;
  height: 11px;
}

.range-slider .slider-wrap {
  padding: 12px 65px 0 65px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  padding: 0;
  position: relative;
  float: none;
  margin: 0 -15px;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
}
.theme-default .main-navigation ul {
  background-color: #7ccc87;
}
.theme-cool .main-navigation ul {
  background-color: #2ccdfe;
}
.theme-fresh .main-navigation ul {
  background-color: #1dc18e;
}
.theme-relaxed .main-navigation ul {
  background-color: #1983a8;
}
.theme-custom .main-navigation ul {
  background-color: #7ccc87;
}
.main-navigation ul ul {
  text-align: center;
  border-top: 1px solid #f2f2f2;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  float: none;
  margin: 0;
  font-style: italic;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  background-color: rgba(255, 255, 255, 0.2);
  width: auto;
  white-space: nowrap;
  padding: 1em 15px;
}
.main-navigation li {
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.theme-default .main-navigation li:hover > a, .theme-default .main-navigation li.focus > a {
  color: #4d7f54;
}
.theme-cool .main-navigation li:hover > a, .theme-cool .main-navigation li.focus > a {
  color: #27a0fd;
}
.theme-fresh .main-navigation li:hover > a, .theme-fresh .main-navigation li.focus > a {
  color: #fd7939;
}
.theme-relaxed .main-navigation li:hover > a, .theme-relaxed .main-navigation li.focus > a {
  color: #fdb83b;
}
.theme-custom .main-navigation li:hover > a, .theme-custom .main-navigation li.focus > a {
  color: #4d7f54;
}
.main-navigation li:last-child {
  border-bottom: none;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px 0px;
}
.theme-default .main-navigation .current_page_item > a, .theme-default
.main-navigation .current-menu-item > a, .theme-default
.main-navigation .current_page_ancestor > a {
  color: #4d7f54;
}
.theme-cool .main-navigation .current_page_item > a, .theme-cool
.main-navigation .current-menu-item > a, .theme-cool
.main-navigation .current_page_ancestor > a {
  color: #27a0fd;
}
.theme-fresh .main-navigation .current_page_item > a, .theme-fresh
.main-navigation .current-menu-item > a, .theme-fresh
.main-navigation .current_page_ancestor > a {
  color: #fd7939;
}
.theme-relaxed .main-navigation .current_page_item > a, .theme-relaxed
.main-navigation .current-menu-item > a, .theme-relaxed
.main-navigation .current_page_ancestor > a {
  color: #fdb83b;
}
.theme-custom .main-navigation .current_page_item > a, .theme-custom
.main-navigation .current-menu-item > a, .theme-custom
.main-navigation .current_page_ancestor > a {
  color: #4d7f54;
}

.main-menu-container {
  clear: both;
  padding: 0 0 45px;
}

/* Small menu. */
.main-navigation.toggled ul {
  display: block;
}
.main-navigation.toggled .menu-toggle span.glyphicon-menu-hamburger {
  display: none;
}
.main-navigation.toggled .menu-toggle span.glyphicon-remove {
  display: inline-block;
}

.menu-toggle {
  display: block;
  color: #fff;
  border: none;
  font-size: 28.8px;
  font-size: 1.8rem;
  height: 70px;
  width: 70px;
  line-height: 1;
  float: right;
  outline: none;
}
.theme-default .menu-toggle {
  background-color: #7ccc87;
}
.theme-cool .menu-toggle {
  background-color: #2ccdfe;
}
.theme-fresh .menu-toggle {
  background-color: #1dc18e;
}
.theme-relaxed .menu-toggle {
  background-color: #1983a8;
}
.theme-custom .menu-toggle {
  background-color: #7ccc87;
}
.menu-toggle strong {
  display: none;
}
.menu-toggle span.glyphicon-menu-hamburger {
  display: inline-block;
}
.menu-toggle span.glyphicon-remove {
  display: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*
** Mobile nav height fix
*/
html,
body {
  height: 100%;
}

body.mobile-nav-open {
  overflow: hidden;
}
body.mobile-nav-open header,
body.mobile-nav-open .container,
body.mobile-nav-open .center-menu,
body.mobile-nav-open #site-navigation {
  height: 100%;
}
body.mobile-nav-open .main-menu-container {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 70px;
  padding-bottom: 70px;
}
body.mobile-nav-open .get-started-container {
  display: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  min-height: 71px;
}

.preheader {
  background: #2e4c33;
  padding: 10px 0;
}

.top-menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.top-menu li {
  display: inline-block;
  margin-left: 1em;
}
.top-menu li .glyphicon {
  font-size: 16px;
  top: 2px;
}

.header-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-social li {
  display: inline-block;
  margin-right: 0.5em;
}
.header-social a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.header-social strong {
  display: none;
}

.admin-bar .site-header {
  top: 32px;
}
.admin-bar .form-getstarted {
  top: 32px;
}

@media screen and (max-width: 600px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
  .admin-bar .site-header {
    top: 46px;
  }
  .admin-bar .form-getstarted {
    top: 46px;
  }
}
.site-branding {
  text-align: center;
  float: left;
  padding: 10px 0;
  margin-right: 0;
  max-height: 75px;
  z-index: 100;
  position: relative;
}
.site-branding img {
  max-height: 50px;
}

.site-title {
  margin: 0;
  line-height: 1.2em;
}
.site-title a.site-logo {
  display: block;
  max-width: 210px;
  width: 100%;
  height: 47px;
  margin: 0 auto;
}
.site-title a.site-logo img {
  max-height: 100%;
}

.site-description {
  margin: 0;
}

#poweredby {
  display: none;
}

.main-navigation .btn-header {
  background-color: #1bb7d4;
}
.main-navigation .btn-header:hover {
  background-color: #18a3bd;
}

.search-box {
  position: relative;
  display: none;
}
.search-box .input-slide {
  position: absolute;
  right: 0;
  width: 0;
  top: 0;
  z-index: 50;
  background: #fff;
  display: none;
}
.search-box .input-slide input {
  height: 71px;
  width: 100%;
  padding: 3px 10px;
  border: none;
  border-radius: 0;
  outline: none;
}
.search-box .btn-close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-box .btn-close:hover {
  color: #1bb7d4;
}
.search-box .btn-search {
  display: block;
  height: 71px;
  width: 70px;
  line-height: 71px;
  padding: 0;
  text-align: center;
}
.search-box .btn-search:hover {
  color: #1bb7d4;
}

.getstarted-form-container {
  height: 420px;
  overflow-y: scroll;
  margin: 0 -15px;
  padding: 0 15px 2em;
}

.get-started-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.get-started-container .btn {
  display: block;
  width: 100%;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.form-getstarted {
  display: none;
  position: fixed;
  z-index: 150;
  top: 70px;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  background-color: #2E4C33;
}
.form-getstarted .btn-close {
  position: absolute;
  text-decoration: none;
  top: -70px;
  right: 0;
  background-color: #2E4C33;
  padding: 20px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 28.8px;
  font-size: 1.8rem;
  height: 70px;
  width: 70px;
  line-height: 1;
  outline: none;
}
.form-getstarted .btn-close strong {
  display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-links {
  background: #fff;
  padding: 80px 0;
}
.footer-links h2 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  line-height: 1;
  margin-top: 0;
}
.footer-links h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.theme-default .footer-links h3 {
  color: #4d7f54;
}
.theme-cool .footer-links h3 {
  color: #10568a;
}
.theme-fresh .footer-links h3 {
  color: #10568a;
}
.theme-relaxed .footer-links h3 {
  color: #19979a;
}
.theme-custom .footer-links h3 {
  color: #4d7f54;
}
.footer-links ul {
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.footer-links ul li {
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
.footer-links ul li a {
  color: #82888A;
  display: block;
  text-decoration: none;
}
.footer-links ul li a:after {
  content: "\2192";
  float: right;
}

.footer-badges {
  margin: 2em 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}
.footer-badges .widget-badge {
  border-right: 1px solid #e2e2e2;
}
.footer-badges .widget-badge:last-child {
  border-right: none;
}
.footer-badges img {
  max-height: 50px;
  width: auto;
  margin: 0 1em;
}

.footer-subscribe {
  padding: 70px 0;
}
.footer-subscribe h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.theme-default .footer-subscribe h3 {
  color: #7ccc87;
}
.theme-cool .footer-subscribe h3 {
  color: #2ccdfe;
}
.theme-fresh .footer-subscribe h3 {
  color: #1dc18e;
}
.theme-relaxed .footer-subscribe h3 {
  color: #1983a8;
}
.theme-custom .footer-subscribe h3 {
  color: #7ccc87;
}

.footer-company ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-company ul li {
  margin-bottom: 1em;
}
.footer-company ul li .glyphicon {
  float: left;
  margin: 2px 5px 20px 0;
}

.footer-social {
  list-style: none;
  margin: 0 0 2em;
  padding: 0;
}
.footer-social li {
  display: inline-block;
  margin-right: 0.7em;
}
.footer-social a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}
.theme-default .footer-social a:hover {
  color: #7ccc87;
}
.theme-cool .footer-social a:hover {
  color: #2ccdfe;
}
.theme-fresh .footer-social a:hover {
  color: #1dc18e;
}
.theme-relaxed .footer-social a:hover {
  color: #1983a8;
}
.theme-custom .footer-social a:hover {
  color: #7ccc87;
}
.footer-social strong {
  display: none;
}

.site-footer {
  padding: 2em 0 0;
  background-color: #2E4C33;
  color: #fff;
}

.site-bottom {
  background: #e5e5e5;
  color: #82888a;
  margin-top: 30px;
  padding: 0.7em 0px;
  text-align: center;
}
.site-bottom .copy {
  font-size: 14.4px;
  font-size: 0.9rem;
  padding: 0.4em 0;
}

.footer-logo {
  margin: 0;
}
.footer-logo img {
  max-width: 210px;
  height: auto;
}

.footer-widget.widget_text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.fullwidth-page article {
  padding: 0 20px 70px;
  min-height: 410px;
}

.entry-header h1 {
  font-size: 32px;
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  margin-bottom: 0;
}

.entry-footer > span {
  display: block;
}

.comments-area {
  border-top: 1px solid #ccc;
  margin-top: 2em;
}

.comment-reply-title {
  font-family: "Roboto Slab", serif;
  margin-bottom: 0;
}

.logged-in-as {
  margin: 0;
}

.posts-list {
  margin-bottom: 3em;
}
.posts-list article {
  margin-bottom: 2em;
}
.posts-list article .cat-links {
  display: none;
}
.posts-list article .tags-links {
  display: none;
}
.posts-list article .edit-link {
  display: none;
}

.posted-on .published + time.updated {
  display: none;
}

.site {
  padding-top: 129px;
}

.page-hero {
  text-align: center;
  color: #82888A;
  position: relative;
}
.page-hero .over-hero {
  padding: 0 1em;
}
.page-hero .hero-overlay {
  background-color: #a8a8a8;
}
.page-hero .hero-btns {
  padding-bottom: 1em;
}
.page-hero .hero-btns .sep {
  margin: 15px 0;
  display: block;
}
.page-hero.no-img {
  min-height: 220px;
  margin: 75px auto;
}

.home .page-hero h1 {
  font-size: 43px;
  font-family: 'Allura',sans-serif;
}
.home .widget_solutions .icons-coastal {
  display: none;
}
.home .widget_solutions .dd-box {
  text-align: center;
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .home .widget_solutions .dd-box {
    border-bottom: 0;
  }
}
.home .widget_solutions .dd-title {
  margin: 0 0 .5em;
  padding: 0;
}
@media (max-width: 767px) {
  .home .widget_solutions .dd-title {
    padding-top: .5em;
  }
}
.home .widget_solutions .dd-content {
  margin: 0;
  padding: 0;
}
.home .widget_solutions .dd-content p {
  margin-left: 0;
}
@media (max-width: 767px) {
  .home .widget_solutions.col-sm-4:nth-of-type(3n+1), .home .widget_solutions.col-sm-3:nth-of-type(4n+1), .home .widget_solutions.col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
  .home .widget_solutions .dd-box {
    text-align: center;
  }
  .home .widget_solutions .dd-box > .icons-coastal {
    display: none;
  }
  .home .widget_solutions .dd-box .dd-title {
    margin-left: 0;
  }
  .home .widget_solutions .dd-box .dd-title .icons-coastal {
    display: block;
  }
  .home .widget_solutions .dd-box .dd-content {
    padding: 0 1em;
  }
  .home .widget_solutions .dd-box .dd-content .icons-coastal {
    display: none;
  }
  .home .widget_solutions .dd-box .dd-content p {
    margin-left: 0;
  }
  .home .widget_solutions .btn {
    display: none;
  }
}
.home .bar-filters {
  display: none;
  background-color: #fff;
  border: none;
  text-align: left;
  border-radius: 50em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.home .bar-filters span.glyphicons {
  display: none;
}
.home .bar-filters .form-inline {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.home .bar-filters .form-group {
  border-color: #e3e3e3;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home .bar-filters .form-group.group-location {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.home .bar-filters .form-group select.form-control {
  color: #646464;
  border-color: #fff;
  background-color: #fff;
  width: 100%;
}
.home .bar-filters .form-group .field-location {
  width: 100%;
  border-color: #fff;
  outline: none;
  box-shadow: 0 0 0 #000;
}
.home .bar-filters .quicksearch-dosearch {
  line-height: 45px;
  border-radius: 0 50em 50em 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home .quicksearch-doclear {
  display: none;
}

.cta-container {
  position: relative;
  overflow: hidden;
  height: 170px;
}
.cta-container img {
  display: block;
  height: 100%;
  max-width: none;
  width: 100%;
}
.cta-container .cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: #a8a8a8;
  opacity: 0.8;
}
.cta-container .cta-btns {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cta-container .cta-btns .sep {
  margin: 0 15px;
  display: inline-block;
}

.home-features {
  padding: 80px 0 0;
  text-align: center;
}
.home-features .icons-coastal {
  margin: 0 auto;
}

.home-slider {
  padding-top: 70px;
}

.home-listing {
  padding: 50px 0;
}

#slideshow img {
  width: 100%;
  height: auto;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-carousel {
  padding: 0;
  list-style: none;
}
.home-carousel .carousel-item {
  display: block;
  float: left;
  position: relative;
  margin: 0 15px;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.home-carousel .carousel-item.slick-center {
  opacity: 1;
}
.home-carousel .carousel-item img {
  display: block;
  width: 100%;
}
.home-carousel .carousel-item .price {
  background: #1bb7d4;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
}
.home-carousel .carousel-item .price .amount {
  font-size: 1.4em;
}
.home-carousel .carousel-item h3 {
  background: #fff;
  padding: 10px 15px;
  height: 70px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.6em;
}
.home-carousel .carousel-item h3 strong {
  display: block;
  font-weight: 400;
  font-size: 20px;
}
.home-carousel .carousel-item h3 a {
  color: #82888A;
  text-decoration: none;
}
.home-carousel .carousel-item .btn-view {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 25px 15px;
  height: 70px;
  background-color: #3F4243;
}
.home-carousel .carousel-item .btn-view:after {
  content: "\2192";
  margin-left: 15px;
}
.home-carousel .carousel-item .btn-view:hover {
  text-decoration: none;
  background-color: #333536;
}
.home-carousel.single-item .carousel-item {
  opacity: 1;
  margin: 0 auto;
  width: 770px;
}

.slick-prev,
.slick-next {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 20px;
  display: block;
  position: absolute;
  top: 220px;
  border: none;
}
.theme-default .slick-prev, .theme-default
.slick-next {
  background: rgba(77, 127, 84, 0.7);
}
.theme-default .slick-prev:hover, .theme-default
.slick-next:hover {
  background-color: #7ccc87;
  text-decoration: none;
}
.theme-cool .slick-prev, .theme-cool
.slick-next {
  background: rgba(39, 160, 253, 0.7);
}
.theme-cool .slick-prev:hover, .theme-cool
.slick-next:hover {
  background-color: #2ccdfe;
  text-decoration: none;
}
.theme-fresh .slick-prev, .theme-fresh
.slick-next {
  background: rgba(253, 121, 57, 0.7);
}
.theme-fresh .slick-prev:hover, .theme-fresh
.slick-next:hover {
  background-color: #1dc18e;
  text-decoration: none;
}
.theme-relaxed .slick-prev, .theme-relaxed
.slick-next {
  background: rgba(253, 184, 59, 0.7);
}
.theme-relaxed .slick-prev:hover, .theme-relaxed
.slick-next:hover {
  background-color: #1983a8;
  text-decoration: none;
}
.theme-custom .slick-prev, .theme-custom
.slick-next {
  background: rgba(77, 127, 84, 0.7);
}
.theme-custom .slick-prev:hover, .theme-custom
.slick-next:hover {
  background-color: #7ccc87;
  text-decoration: none;
}
.slick-prev:visited, .slick-prev:focus,
.slick-next:visited,
.slick-next:focus {
  color: #fff;
  text-decoration: none;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  text-align: center;
  padding: 50px 0 0;
  list-style: none;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  border: 1px solid transparent;
  background: #82888a;
  border-radius: 50em;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 7px;
  cursor: pointer;
  color: transparent;
  outline: none;
}
.slick-dots button span {
  display: none;
}
.slick-dots button:hover {
  border-color: #82888a;
}
.slick-dots li.slick-active button {
  background-color: transparent;
  border-color: #82888a;
}

.getstarted-title {
  font-size: 2rem;
  font-family: "Roboto Slab",serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  text-align: center;
  display: block;
  margin-bottom: 1em;
}

.map-container {
  position: relative;
}
.map-container iframe {
  display: none;
}

#prop-map {
  height: 800px;
}
#prop-map img {
  max-width: none;
}

.list-view-container {
  padding: 2em 0 0;
  margin: 0 -15px;
}

.showmore {
  margin-bottom: 2em;
}

.top-lister,
.nomore {
  margin-bottom: 15px;
  padding: 0.6em;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7e7;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.top-lister .list-noresults,
.nomore .list-noresults {
  font-weight: 700;
  color: #565A5C;
}

.side-list {
  background: #f9f9f9;
  padding: 15px;
  overflow-y: scroll;
}
.side-list .handler {
  display: none;
  background: #f9f9f9;
  width: 45px;
  height: 45px;
  border: 1px solid #dce0e0;
  border-right: none;
  position: absolute;
  left: -45px;
  top: -1px;
  text-align: center;
  line-height: 45px;
  color: #1bb7d4;
}

.side-list-with-map {
  display: none;
}

.bar-filters {
  border-bottom: 1px solid #dce0e0;
  padding: 1em 15px;
  background-color: #3F4243;
}
.bar-filters .sep {
  color: #fff;
  text-align: center;
  display: block;
  padding: 10px 15px;
}
.bar-filters .form-group {
  padding: 0;
}
.bar-filters .form-group select.form-control {
  color: #e7e7e7;
  background-color: #3F4243;
  border-color: #3F4243;
  box-shadow: 0 0 0 #000;
}
.bar-filters .btn-group {
  padding: 13px 10px;
}
.bar-filters .template-switch {
  float: right;
}

#propertymap {
  width: 100%;
  height: 350px;
}

.property {
  margin-bottom: 2em;
}
.property .prop-map-item {
  position: absolute;
  display: none;
  left: 10px;
  top: 10px;
  background: rgba(255, 255, 255, 0.7);
  color: #82888A;
  width: 28px;
  height: 28px;
  font-size: 1.4em;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
}
.property .prop-map-item span {
  display: none;
}
.theme-default .property .prop-map-item:hover {
  color: #4d7f54;
}
.theme-cool .property .prop-map-item:hover {
  color: #27a0fd;
}
.theme-fresh .property .prop-map-item:hover {
  color: #fd7939;
}
.theme-relaxed .property .prop-map-item:hover {
  color: #fdb83b;
}
.theme-custom .property .prop-map-item:hover {
  color: #4d7f54;
}
.property:hover .prop-map-item {
  background-color: #fff;
}
.property .inner {
  background: #fff;
  overflow: hidden;
  position: relative;
}
.property .image img {
  width: 100%;
}
.property .details {
  margin-top: -45px;
  position: relative;
  background: #fff;
}
.property .top {
  height: 45px;
}
.property .attributes {
  line-height: 45px;
  padding: 0 15px;
  float: left;
}
.property .attributes .fa-circle {
  font-size: 0.5em;
  position: relative;
  top: -2px;
  margin: 0 0.2em;
}
.property .price {
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 15px;
  background: #1bb7d4;
  border-bottom: 1px solid #e5e7e7;
  color: #fff;
}
.property .name {
  padding: 15px 15px 0;
  min-height: 135px;
  display: none;
}
.property .name h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 0.4em;
}
.property .name address {
  font-size: 14px;
  margin-bottom: 0px;
}
.property .availability {
  line-height: 45px;
  font-size: 14px;
  font-weight: 700;
  float: left;
  padding: 0 15px;
  display: none;
}
.property .btn-view {
  line-height: 45px;
  background: #444;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
  text-align: center;
  display: block;
}
.property .btn-view:after {
  content: "\2192";
  margin-left: 15px;
}
.property .btn-view:hover {
  background-color: #373737;
  text-decoration: none;
}

.marker-infowindow .prop-image {
  width: 85px;
  float: left;
}
.marker-infowindow .prop-info {
  width: 85px;
  float: left;
  margin-left: 10px;
  line-height: 1.6em;
}
.marker-infowindow .prop-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.marker-infowindow .prop-price {
  font-weight: 600;
}
.theme-default .marker-infowindow .prop-price {
  color: #4d7f54;
}
.theme-cool .marker-infowindow .prop-price {
  color: #27a0fd;
}
.theme-fresh .marker-infowindow .prop-price {
  color: #fd7939;
}
.theme-relaxed .marker-infowindow .prop-price {
  color: #fdb83b;
}
.theme-custom .marker-infowindow .prop-price {
  color: #4d7f54;
}

.details-bar {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 100px;
  position: relative;
}

.ppt-hero img {
  width: 100%;
}

.ppt-title {
  background: #fff;
}
.ppt-title h1 {
  color: #565A5C;
  font-size: 34px;
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ppt-title address {
  font-size: 24px;
  margin: 0;
}

.ppt-overview {
  list-style: none;
  padding: 2em 0;
  margin: 0 -15px;
}
.ppt-overview li {
  font-size: 18px;
  margin-bottom: 0;
  border-top: 1px solid #DEDEDE;
  padding: 10px 15px;
}
.ppt-overview li h3 {
  color: #565A5C;
  font-size: 16px;
  margin: 0;
  float: left;
}
.ppt-overview li p {
  margin: 0;
  text-align: right;
}

.ppt-actions {
  padding: 2em 0;
  display: none;
}
.ppt-actions .btn-rounded {
  font-size: 14px;
}

.propertydetail-page .section {
  padding-top: 50px;
}
.propertydetail-page .section hr {
  margin-bottom: 0;
  margin-top: 50px;
}
.propertydetail-page .section.ppt-gallery {
  padding-top: 0;
}
.propertydetail-page .section:last-of-type hr {
  display: none;
}

.ppt-gallery ul {
  list-style: none;
  padding: 0;
}
.ppt-gallery ul li {
  width: 50%;
  float: left;
}
.ppt-gallery ul li.big {
  width: 50%;
}
.ppt-gallery ul li.last {
  width: 100%;
  position: relative;
  height: 180px;
  overflow: hidden;
}
.ppt-gallery ul img {
  width: 100%;
  height: auto;
  display: block;
}
.ppt-gallery ul:hover .over {
  opacity: 1;
}
.ppt-gallery .over {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 90%;
  height: 90%;
  right: 5%;
  bottom: 5%;
  opacity: 0.8;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ppt-gallery .over span {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: #000;
}

.ekko-lightbox .modal-content {
  border: none;
  background-color: transparent;
  box-shadow: 0 0 0 #000;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.ekko-lightbox .modal-header {
  border: 0;
}
.ekko-lightbox .modal-header .close {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #fff;
  text-shadow: 0;
  font-weight: 100;
  margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
  font-weight: 100;
  color: #fff;
  padding: 0;
}
.ekko-lightbox .modal-footer {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 0;
  color: #fff;
  font-weight: 100;
  padding: 0;
  text-align: center;
}
.ekko-lightbox .ekko-lightbox-container {
  text-align: center;
}
.ekko-lightbox .ekko-lightbox-container img {
  max-height: 750px;
  display: inline-block;
}

.ekko-lightbox-nav-overlay a {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  text-shadow: none;
}
.ekko-lightbox-nav-overlay a:active {
  text-decoration: none;
}

.ppt-info ul,
.ppt-amenities ul {
  padding: 0;
  list-style: none;
}
.ppt-info ul li,
.ppt-amenities ul li {
  color: #82888A;
  padding-left: 1.3em;
  position: relative;
  line-height: 2.4em;
}
.ppt-info ul li:before,
.ppt-amenities ul li:before {
  content: "\2022";
  position: absolute;
  top: -2px;
  font-size: 20px;
  left: 0;
  color: #565A5C;
}

.ppt-directions ol {
  padding: 0;
  list-style-position: inside;
}

.ppt-contact li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.ppt-contact li img {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  border-radius: 50em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.ppt-contact li .no-avatar {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  background-color: #82888A;
  color: #f9f9f9;
  vertical-align: middle;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  border-radius: 50em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.ppt-contact li .contact-name {
  line-height: 1.7em;
}
.ppt-contact li .contact-phone {
  font-weight: 600;
}

.side-section {
  padding-top: 80px;
}

.about-services {
  text-align: center;
}
.about-services .icons-coastal {
  margin: 0 auto;
}

.page-hero img {
  width: 100%;
}
.page-hero .hero-overlay {
  background-color: #1bb7d4;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
.page-hero.no-img .hero-overlay {
  display: none;
}

.services-container {
  margin: 0 -15px;
  width: auto;
}
.services-container .service {
  padding: 0 15px;
}
.services-container .dd-box {
  text-align: center;
}
.services-container .dd-box .dd-title {
  margin: auto;
}
.services-container .dd-box .dd-content p {
  margin: 0 auto 0;
}

.dd-box {
  background: #fff;
  border-bottom: 1px solid #ccc;
  margin: 0 -15px;
  text-align: left;
}
.dd-box .dd-title {
  margin: 0;
  position: relative;
  padding: 15px 15px;
  cursor: pointer;
}
.theme-default .dd-box .dd-title {
  color: #4d7f54;
}
.theme-cool .dd-box .dd-title {
  color: #10568a;
}
.theme-fresh .dd-box .dd-title {
  color: #10568a;
}
.theme-relaxed .dd-box .dd-title {
  color: #19979a;
}
.theme-custom .dd-box .dd-title {
  color: #4d7f54;
}
.dd-box .dd-title a {
  color: inherit;
}
.dd-box .dd-title span {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  background: #ccc;
  border-radius: 50em;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
  color: #fff;
}
.dd-box .dd-content {
  display: none;
  padding: 0 15px;
}
.dd-box .dd-content .icons-coastal {
  float: left;
}
.dd-box .dd-content p {
  margin: 0 0 0 65px;
}
.dd-box.no-icon .dd-content p {
  margin: 0;
}

.meet-team {
  margin: 0 0 40px;
}
.meet-team .widget_team {
  padding: 0 15px;
}
.meet-team .widget_team:nth-child(4n+5) {
  clear: both;
}
.meet-team .team-member {
  margin-bottom: 1em;
}
.meet-team .team-member img {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
.meet-team .name {
  font-size: 1.24em;
  margin: 0;
}
.theme-default .meet-team .name {
  color: #4d7f54;
}
.theme-cool .meet-team .name {
  color: #10568a;
}
.theme-fresh .meet-team .name {
  color: #10568a;
}
.theme-relaxed .meet-team .name {
  color: #19979a;
}
.theme-custom .meet-team .name {
  color: #4d7f54;
}
.meet-team .function {
  margin: 0 0 1em;
  color: #646464;
}
.meet-team .email {
  color: #646464;
  text-decoration: underline;
}
.meet-team .bio {
  margin: 0 0 1em;
  overflow: hidden;
}

address h3 {
  margin-bottom: 0.4em;
}

.blog-listing .container {
  margin-top: 40px;
}
.blog-listing .container .blog-listing-box {
  margin-bottom: 50px;
}
.blog-listing .container .blog-listing-box:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 320px) {
  .page-hero.no-img {
    min-height: 60px;
  }

  .ppt-actions {
    display: block;
    text-align: center;
  }
  .ppt-actions > * {
    display: block;
  }
  .ppt-actions .sep {
    display: block;
    margin: 0.5em;
  }
}
@media (min-width: 768px) {
  .getstarted-form-container {
    height: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .site-footer {
    padding: 50px 0 0;
  }

  .footer-links h3 {
    margin-bottom: 1.2em;
  }
  .footer-links ul {
    margin-bottom: 0;
  }

  .site-bottom .copy {
    float: left;
  }
  .site-bottom .powered {
    float: right;
  }

  .footer-widget.widget_text {
    width: 750px;
  }

  .home .widget_solutions .dd-box > .icons-coastal {
    display: inline;
  }

  .bar-filters .field-location {
    width: 300px;
  }
  .bar-filters .field-amount .input-group {
    width: 80px;
    display: inline-table;
    vertical-align: middle;
  }
  .bar-filters .form-group {
    padding: 13px 10px;
  }
  .bar-filters .sep {
    display: inline-block;
    padding: 0;
  }

  .map-container {
    margin-right: 625px;
  }
  .map-container iframe {
    display: block;
  }

  .side-list {
    width: 615px;
    border-left: 1px solid #dce0e0;
    float: right;
    right: 0;
    top: 0;
    height: 800px;
    margin-right: 10px;
  }
  .side-list .handler {
    display: block;
  }

  .side-list-with-map {
    display: block;
  }

  .property {
    margin-bottom: 15px;
  }
  .property .inner {
    border: 1px solid #e5e7e7;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
  .property .image {
    width: 35%;
    float: left;
  }
  .property .details {
    float: left;
    width: 65%;
    margin-top: 0;
    position: static;
  }
  .property .top {
    border-bottom: 1px solid #e5e7e7;
  }
  .property .price {
    background-color: #fff;
    border-left: 1px solid #e5e7e7;
    color: #404040;
  }
  .property .name {
    display: block;
  }
  .property .bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45px;
    border-top: 1px solid #e5e7e7;
    width: 65%;
  }
  .property .availability {
    display: block;
  }
  .property .btn-view {
    float: right;
    border-left: 1px solid #e5e7e7;
  }

  .ppt-overview {
    margin: 0;
  }
  .ppt-overview li {
    width: 20%;
    float: left;
    border-top: none;
    padding: 0;
  }
  .ppt-overview li h3 {
    float: none;
  }
  .ppt-overview li p {
    margin-bottom: 0.8em;
    text-align: left;
  }
  .ppt-overview.rent-sale li {
    width: auto;
    margin-right: 2em;
  }

  .ppt-actions {
    display: block;
    text-align: center;
  }
  .ppt-actions > * {
    display: initial;
  }
  .ppt-actions .sep {
    display: block;
    margin: 0.5em;
  }

  .ppt-gallery ul li {
    width: 33.33%;
  }
  .ppt-gallery ul li.big {
    width: 50%;
  }
  .ppt-gallery ul li.last {
    width: 33.33%;
    height: auto;
  }

  .ppt-info ul {
    zoom: 1;
  }
  .ppt-info ul:before, .ppt-info ul:after {
    content: "";
    display: table;
  }
  .ppt-info ul:after {
    clear: both;
  }

  .home-features {
    text-align: left;
  }
  .home-features .icons-coastal {
    margin: 0;
  }

  .about-services {
    text-align: left;
  }
  .about-services .icons-coastal {
    margin: 0;
  }

  .services-container {
    margin: 0 auto;
    width: 80%;
  }
  .services-container .service {
    width: 50%;
    float: left;
  }

  .dd-box {
    background: none;
    margin: 0 0 35px;
    padding: 0 0 50px;
  }
  .dd-box .dd-title {
    margin-left: 65px;
    cursor: default;
  }
  .dd-box .dd-title span {
    display: none;
  }
  .dd-box .dd-content {
    display: block;
  }
  .dd-box .dd-content .icons-coastal {
    margin-top: -35px;
  }
  .dd-box.no-icon .dd-title {
    margin-left: 0;
  }
  .dd-box.no-title .icons-coastal {
    margin-top: 0;
  }

  .meet-team .widget_team {
    width: 25%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .list-view-container {
    padding-top: 0;
    margin-bottom: 12px;
  }

  .page-hero .over-hero, .page-hero .over-hero .container {
    padding: 0;
  }

  .home .bar-filters {
    background-color: #3F4243;
    display: block;
    border-radius: 0;
  }
  .home .bar-filters .form-inline {
    display: block;
  }

  .bar-filters {
    position: relative;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 0;
    min-height: 70px;
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .bar-filters .form-group {
    padding: 0 15px;
  }
  .bar-filters .template-switch {
    float: left;
    padding: 0;
  }
  .bar-filters .papi-search-partial, .bar-filters .papi-search {
    display: none;
    position: absolute;
    bottom: 66px;
    width: 100%;
    left: 0;
    background-color: #3F4243;
    padding: 15px 0 4px;
  }
  .bar-filters .form-inline .quicksearch-dosearch {
    display: none;
  }
  .bar-filters .filter-block .btn {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
    padding: 3px 12px;
    line-height: normal;
  }
  .bar-filters .filter-block .btn-filter-icon {
    padding: 0;
    line-height: 50px;
    border: none;
    height: 50px;
  }
  .bar-filters .filter-block #svg-filter {
    width: 50px;
    height: 50px;
  }

  .bar-filters.fixto-bottom {
    position: fixed;
  }

  .filter-block {
    float: right;
  }

  .property {
    margin-bottom: 0;
  }
  .property .image {
    min-height: 300px;
  }
  .property .top {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#505050+0,505050+98&amp;0+0,0.65+40 */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(80, 80, 80, 0)), color-stop(40%, rgba(80, 80, 80, 0.65)), color-stop(98%, rgba(80, 80, 80, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgba(80, 80, 80, 0.65) 40%, rgba(80, 80, 80, 0.65) 98%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgba(80, 80, 80, 0.65) 40%, rgba(80, 80, 80, 0.65) 98%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00505050', endColorstr='#a6505050',GradientType=0 );
    /* IE6-9 */
  }
  .property .attributes {
    color: #fe9875;
    font-size: 15px;
  }
  .property .attributes strong {
    font-weight: normal;
  }
  .property .price {
    background: none;
    border-bottom: none;
    font-weight: normal;
    font-size: 30px;
  }
  .property .price .price_sep, .property .price .suffix {
    font-size: 15px;
  }

  .main-navigation a {
    color: #fff !important;
  }
}
@media (min-width: 992px) {
  .main-menu-container {
    padding: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-navigation {
    margin: 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .main-navigation ul#primary-menu {
    display: block;
    background: none;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .main-navigation ul#primary-menu ul {
    background-color: #fff;
    display: block;
    border-top: none;
    float: left;
    position: absolute;
    top: 70%;
    left: -999em;
    z-index: 99999;
    text-align: left;
  }
  .main-navigation ul#primary-menu ul li {
    font-style: normal;
  }
  .main-navigation ul#primary-menu ul a {
    background-color: #fff;
  }
  .main-navigation ul#primary-menu li:hover > ul,
  .main-navigation ul#primary-menu li.focus > ul {
    left: -15px;
  }
  .main-navigation li {
    float: left;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    border-bottom: none;
  }
  .main-navigation a {
    color: #404040;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }

  .menu-toggle {
    display: none;
  }

  .center-menu {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-branding {
    margin-right: 40px;
    max-height: none;
    padding: 0;
    position: static;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .site-branding img {
    max-height: none;
  }

  .get-started-container {
    float: right;
    position: static;
    width: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
  }
  .get-started-container .btn {
    display: inline-block;
    width: auto;
    border-radius: 50em;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }

  .form-getstarted {
    padding: 100px 0;
    top: 0;
  }
  .form-getstarted .btn-close {
    top: 10px;
    right: 20px;
    width: auto;
    height: auto;
    font-size: 1.2rem;
  }
  .form-getstarted .btn-close strong {
    display: inline-block;
    font-weight: 400;
  }

  .footer-widget.widget_text {
    width: 970px;
  }

  .site {
    padding-top: 120px;
  }

  #myCarousel .item img {
    height: 600px;
  }

  .page-hero h1 {
    white-space: nowrap;
  }
  .page-hero .hero-btns {
    padding-bottom: 0;
  }
  .page-hero .hero-overlay {
    background-color: #a8a8a8;
    display: block;
  }

  .home .bar-filters {
    display: block;
  }
  .home .page-hero h1 {
    text-shadow: none;
  }
  .home .page-hero p {
    text-shadow: none;
  }

  .list-view-container .property {
    width: 50%;
    float: left;
    padding: 0 15px;
  }

  .bar-filters {
    padding: 0;
  }
  .bar-filters .form-group {
    border-right: 1px solid #4f4f4f;
    padding: 13px 10px;
  }

  .ppt-title {
    position: absolute;
    padding: 25px 35px 0;
    bottom: 185px;
    margin-left: -35px;
  }

  .ppt-info ul li,
  .ppt-amenities ul li {
    width: 33.33%;
    float: left;
  }

  .page-hero {
    color: #fff;
  }
  .page-hero .over-hero {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .page-hero .hero-btns .sep {
    margin: 0 15px;
    display: inline-block;
  }
  .page-hero h1 {
    text-shadow: 0 0 15px #000;
  }
  .page-hero p {
    text-shadow: 0 0 15px #000;
  }

  .meet-team ul li {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .footer-widget.widget_text {
    width: 1170px;
  }

  .ppt-title {
    bottom: 100%;
  }

  .ppt-actions {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .ppt-actions .sep {
    display: inline-block;
  }
}
