/*
Theme Name:  Realty
Theme URI:   http://themetrail.com/themes/realty/
Author:      ThemeTrail
Author URI:  http://themetrail.com
Description: Premium Real Estate WordPress Theme.
Version:     3.0
Text Domain: realty
License:
License URI:
*/
/*
 * normalize.css v4.0.0
 */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Bootstrap v3.3.6
 * @grid
 * @modal
 * @popover
 * @tooltip
 */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

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

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/*
 * General Styles
 */
/**
 * SASS Variables
 *
 */
html {
  height: 100%;
  font-size: 62.5%;
  margin: 0 !important;
}

body {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #787878;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  transition: all 0.5s;
}

*, :after, :before {
  box-sizing: border-box;
}

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

.clearfix:after {
  clear: both;
}

.show {
  display: block;
}

.hide {
  display: none !important;
}

.hide-initially {
  opacity: 0;
}

.grayscale {
  -webkit-filter: grayscale(100%) !important;
          filter: grayscale(100%) !important;
}

.grayscale-75 {
  -webkit-filter: grayscale(75%) !important;
          filter: grayscale(75%) !important;
}

.grayscale-50 {
  -webkit-filter: grayscale(50%) !important;
          filter: grayscale(50%) !important;
}

.grayscale-25 {
  -webkit-filter: grayscale(25%) !important;
          filter: grayscale(25%) !important;
}

.list-unstyled {
  padding: 0;
  list-style-type: none;
}

.border-box, .widget-container {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
  transition: all .2s;
}

.border-box:hover, .widget-container:hover {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.border-box .content, .border-box .widget-text, .widget-container .content, .widget-container .widget-text {
  background-color: #fbfbfb;
}

a {
  outline: none;
  color: #43becc;
  text-decoration: none;
  transition: all 0.2s;
}

a:hover, a:focus {
  color: #787878;
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a i {
  transition: all 0s;
}

i {
  display: inline-block;
  font-style: normal;
  transition: all 0.2s;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}

figure img {
  transition: none;
}

section {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1em;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 2.1em;
  margin-bottom: 0.8em;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 0.8em;
}

h3 {
  font-size: 1.6em;
  margin-bottom: 0.8em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

.font-weight-300, .font-weight-light {
  font-weight: 300;
}

.font-weight-400, .font-weight-normal {
  font-weight: 400;
}

.font-weight-700, .font-weight-bold {
  font-weight: 700;
}

.font-weight-900, .font-weight-boldest {
  font-weight: 900;
}

article h1, article h2, article h3, article h4, article h5, article h6, #main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6 {
  margin-top: 1em;
}

article h1:first-child, article h2:first-child, article h3:first-child, article h4:first-child, article h5:first-child, article h6:first-child, #main-content h1:first-child, #main-content h2:first-child, #main-content h3:first-child, #main-content h4:first-child, #main-content h5:first-child, #main-content h6:first-child {
  margin-top: 0;
}

code {
  color: #c7254e;
}

p, pre {
  margin: 0 0 1em;
}

p:empty, pre:empty {
  margin: 0;
}

.lead {
  font-size: 1.3em;
  line-height: inherit;
  color: #999;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.text-primary {
  color: #43becc;
}

.text-muted {
  color: #999;
}

.text-success {
  color: #5fc566;
}

.text-info {
  color: #309dd4;
}

.text-warning {
  color: #ffc12b;
}

.text-danger {
  color: #fa726c;
}

.alert {
  margin-bottom: 1em;
  padding: .5em 1em;
  font-size: .9em;
  border: none;
  border-radius: 4px;
  overflow: hidden;
}

.alert .close {
  top: 2px;
  font-size: 24px;
  font-weight: 300;
  color: #787878;
}

.alert a {
  text-decoration: underline;
}

.alert-success {
  color: #5fc566;
  border-left: 3px solid #5fc566;
  background-color: #edf9ee;
}

.alert-success a {
  color: #5fc566;
}

.alert-info {
  color: #309dd4;
  border-left: 3px solid #309dd4;
  background-color: #eaf5fb;
}

.alert-info a {
  color: #309dd4;
}

.alert-warning {
  color: #ffc12b;
  border-left: 3px solid #ffc12b;
  background-color: #fff5de;
}

.alert-warning a {
  color: #ffc12b;
}

.alert-danger, .acf-error-message, .acf-field .acf-error-message {
  color: #fa726c;
  border-left: 3px solid #fa726c;
  background-color: #fee8e7;
}

.alert-danger p, .acf-error-message p, .acf-field .acf-error-message p {
  color: #fa726c !important;
}

.alert-danger:after, .acf-error-message:after, .acf-field .acf-error-message:after {
  border-top-color: #fee8e7;
}

.alert-danger a, .acf-error-message a, .acf-field .acf-error-message a {
  color: #fa726c;
}

hr {
  width: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e6e6e6;
}

table {
  margin-bottom: 30px;
}

td, th {
  padding: 0 1em 0 0;
  line-height: 2;
}

dt, dd {
  line-height: inherit;
}

dd {
  margin-left: 1em;
}

pre {
  margin-bottom: 30px;
  padding: 15px 20px;
  font-size: 0.9em;
  color: #787878;
  border: none;
  border-radius: 0;
  background-color: #f8f8f8;
}

ul {
  margin: 0 0 1em;
  padding-left: 20px;
  list-style-type: square;
  line-height: 2;
}

ol {
  margin: 0 0 1em;
  padding-left: 20px;
  list-style-type: upper-roman;
  line-height: 2;
}

.form-group {
  margin-bottom: 15px;
}

.input-group-addon {
  color: #787878;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background-color: transparent;
}

select:not(.attachment-filters) {
  position: relative;
}

select:not(.attachment-filters).form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}

select:not(.attachment-filters)::after {
  font-family: FontAwesome;
  content: "\F107";
  position: absolute;
  right: 14px;
  top: 14px;
  line-height: 1;
}

input,
input[type=submit],
input:focus,
textarea,
.chosen-container.chosen-container-single .chosen-single, select:not(.attachment-filters) {
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 1em;
  font-size: 1em;
  color: #787878;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  -webkit-appearance: none;
  box-shadow: none;
  transition: all .2s;
}

input[type=checkbox] {
  height: auto;
  width: auto;
  margin-right: 0.5em;
  -webkit-appearance: checkbox;
}

input[type=radio] {
  height: auto;
  width: auto;
  margin-right: 0.5em;
  -webkit-appearance: radio;
}

input[type=submit] {
  width: auto;
  color: #fff;
  border-color: transparent !important;
}

input[type=file] {
  height: auto;
  margin-right: 5px;
  padding: 0;
  line-height: 1;
  border: none;
}

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  margin: 0 0 1em 0;
  border-radius: 4px;
  vertical-align: top;
}

input:hover,
.form-control:hover {
  border-color: #e6e6e6;
}

input:active,
input:focus,
.form-control:active,
.form-control:focus {
  border-color: #43becc;
}

textarea {
  display: block;
  outline: none;
  height: auto;
  width: 100%;
  line-height: inherit;
  border-radius: 0;
  -webkit-appearance: none;
}

textarea.form-control, textarea.form-control:focus {
  height: auto;
  padding: 5px 10px;
  line-height: 1.7;
}

::-webkit-input-placeholder {
  color: #bbb !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #bbb !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb !important;
}

:-ms-input-placeholder {
  color: #bbb !important;
}

label {
  font-weight: 400;
  color: #999;
}

blockquote {
  margin: 1em 0;
  padding: 0;
  font-family: Georgia, "Cambria", "Times New Roman", Times, serif;
  font-size: 1em;
  border: none;
}

blockquote p {
  font-size: 1.3em;
  color: #999;
}

blockquote cite {
  font-size: 0.9em;
}

cite {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
  color: #bbb;
}

cite:before {
  content: "- ";
}

.nav-tabs > li > a {
  color: #999;
  margin-right: 5px;
  line-height: 1;
  border-radius: 0;
}

.nav-tabs li.active a {
  color: #787878;
}

.tab-pane {
  padding: 25px 0 0;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 300;
  opacity: 0;
  font-weight: normal;
  text-transform: none;
}

.tooltip.in {
  opacity: 1;
}

.tooltip.top {
  margin-top: -5px;
}

.tooltip.right {
  margin-left: 5px;
}

.tooltip.bottom {
  margin-top: 5px;
}

.tooltip.left {
  margin-left: -5px;
}

.tooltip-inner {
  max-width: 100%;
  padding: 5px 10px;
  font-size: .9em;
  color: #fff;
  background-color: #23282d;
  background-color: rgba(0, 0, 0, 0.85);
}

.tooltip.top .tooltip-arrow {
  top: auto !important;
  bottom: 0 !important;
  border-top-color: #23282d;
  border-top-color: rgba(0, 0, 0, 0.85);
}

.tooltip.left .tooltip-arrow {
  border-left-color: #23282d;
  border-left-color: rgba(0, 0, 0, 0.85);
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #23282d;
  border-bottom-color: rgba(0, 0, 0, 0.85);
}

.tooltip.right .tooltip-arrow {
  border-right-color: #23282d;
  border-right-color: rgba(0, 0, 0, 0.85);
}

/*
.primary-tooltips {
	.tooltip-inner {
		color: #fff;
		background-color: $color-primary;
	}
	.tooltip.top .tooltip-arrow {
	  border-top-color: $color-primary;
	}
	.tooltip.left .tooltip-arrow {
	  border-left-color: $color-primary;
	}

	.tooltip.bottom .tooltip-arrow {
	  border-bottom-color: $color-primary;
	}

	.tooltip.right .tooltip-arrow {
	  border-right-color: $color-primary;
	}
}
*/
.arrow-up, .arrow-right, .arrow-down, .arrow-left {
  position: relative;
  width: 0;
  height: 0;
  border: 20px solid transparent;
}

.arrow-up {
  border-bottom-color: #43becc;
}

.arrow-down {
  border-top-color: #43becc;
}

.arrow-right {
  border-left-color: #43becc;
}

.arrow-left {
  border-right-color: #43becc;
}

.thumbnail  {
  margin: 0;
  padding: 0;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  background-color: inherit;
}

.panel-group .panel {
  border-color: #e6e6e6;
  border-radius: 0;
  box-shadow: none;
}

.panel-group .panel .panel-heading {
  overflow: hidden;
  background-color: #f8f8f8;
}

.panel-group .panel .panel-heading .panel-title {
  float: left;
}

.panel-group .panel .panel-heading .details {
  float: right;
}

.panel-group .panel .panel-heading .details span {
  display: inline-block;
  margin-left: 1em;
}

.panel-group .panel .panel-heading:hover {
  cursor: pointer;
}

.panel-group .panel + .panel {
  margin-top: 1em;
}

.panel-group .panel .panel-body {
  border-top: none !important;
}

.social i, .social-transparent i {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 10px 0;
  font-size: 1em;
  text-align: center;
  color: #fff;
}

.social i:before, .social-transparent i:before {
  position: relative;
  z-index: 1;
  transition: all 0.25s;
}

.social i:after, .social-transparent i:after {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.25s;
}

.social i:hover:after, .social-transparent i:hover:after {
  border-radius: 50%;
  transform: rotate(45deg);
}

.social i.fa-lg, .social-transparent i.fa-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.33em;
}

.social i.fa-2x, .social-transparent i.fa-2x {
  width: 50px;
  height: 50px;
  font-size: 2em;
  line-height: 50px;
}

.social i.fa-3x, .social-transparent i.fa-3x {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 3em;
}

.social i.fa-4x, .social-transparent i.fa-4x {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 4em;
}

.social i.fa-5x, .social-transparent i.fa-5x {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 5em;
}

.social .icon-adn:after {
  box-shadow: inset 0 0 0 20px #d87a68;
}

.social .icon-android:after {
  box-shadow: inset 0 0 0 20px #a4c639;
}

.social .icon-apple:after {
  box-shadow: inset 0 0 0 20px #ccc;
}

.social .icon-bitbucket:after {
  box-shadow: inset 0 0 0 20px #225588;
}

.social .icon-bitbucket-sign:after {
  box-shadow: inset 0 0 0 20px #225588;
}

.social .icon-bitcoin:after {
  box-shadow: inset 0 0 0 20px #ff9922;
}

.social .icon-btc:after {
  box-shadow: inset 0 0 0 20px #ff9922;
}

.social .icon-css3:after {
  box-shadow: inset 0 0 0 20px #00bbff;
}

.social .icon-dribbble:after {
  box-shadow: inset 0 0 0 20px #ea4c89;
}

.social .icon-dropbox:after {
  box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social .icon-dropbox:after {
  box-shadow: inset 0 0 0 20px #3d9ae8;
}

.social .icon-facebook:after {
  box-shadow: inset 0 0 0 20px #3b5998;
}

.social .icon-facebook-sign:after {
  box-shadow: inset 0 0 0 20px #3b5998;
}

.social .icon-flickr:after {
  box-shadow: inset 0 0 0 20px #ff0084;
}

.social .icon-foursquare:after {
  box-shadow: inset 0 0 0 20px #25a0ca;
}

.social .icon-github:after {
  box-shadow: inset 0 0 0 20px #171515;
}

.social .icon-github-alt:after {
  box-shadow: inset 0 0 0 20px #171515;
}

.social .icon-github-sign:after {
  box-shadow: inset 0 0 0 20px #171515;
}

.social .icon-gittip:after {
  box-shadow: inset 0 0 0 20px #171515;
}

.social .icon-google-plus:after {
  box-shadow: inset 0 0 0 20px #d23e2b;
}

.social .icon-google-plus-sign:after {
  box-shadow: inset 0 0 0 20px #d23e2b;
}

.social .icon-html5:after {
  box-shadow: inset 0 0 0 20px #ec6231;
}

.social .icon-instagram:after {
  box-shadow: inset 0 0 0 20px #4E433C;
}

.social .icon-linkedin:after {
  box-shadow: inset 0 0 0 20px #4875B4;
}

.social .icon-linkedin-sign:after {
  box-shadow: inset 0 0 0 20px #4875B4;
}

.social .icon-linux:after {
  box-shadow: inset 0 0 0 20px #ffbb00;
}

.social .icon-maxcdn:after {
  box-shadow: inset 0 0 0 20px #ffaa22;
}

.social .icon-pinterest:after {
  box-shadow: inset 0 0 0 20px #c91a22;
}

.social .icon-pinterest-sign:after {
  box-shadow: inset 0 0 0 20px #c91a22;
}

.social .icon-renren:after {
  box-shadow: inset 0 0 0 20px #0066aa;
}

.social .icon-rss:after {
  box-shadow: inset 0 0 0 20px #ee802f;
}

.social .icon-skype:after {
  box-shadow: inset 0 0 0 20px #42c7f2;
}

.social .icon-stackexchange:after {
  box-shadow: inset 0 0 0 20px #2266aa;
}

.social .icon-trello:after {
  box-shadow: inset 0 0 0 20px #226688;
}

.social .icon-tumblr:after {
  box-shadow: inset 0 0 0 20px #2B4964;
}

.social .icon-tumblr-sign:after {
  box-shadow: inset 0 0 0 20px #2B4964;
}

.social .icon-twitter:after {
  box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .icon-twitter-sign:after {
  box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .icon-twitter-sign:after {
  box-shadow: inset 0 0 0 20px #4cc2ff;
}

.social .icon-vk:after {
  box-shadow: inset 0 0 0 20px #557799;
}

.social .icon-weibo:after {
  box-shadow: inset 0 0 0 20px #dd3333;
}

.social .icon-windows:after {
  box-shadow: inset 0 0 0 20px #00aaee;
}

.social .icon-xing:after {
  box-shadow: inset 0 0 0 20px #126567;
}

.social .icon-xing-sign:after {
  box-shadow: inset 0 0 0 20px #126567;
}

.social .icon-youtube:after {
  box-shadow: inset 0 0 0 20px #c4302b;
}

.social .icon-youtube-play:after {
  box-shadow: inset 0 0 0 20px #c4302b;
}

.social .icon-youtube-sign:after {
  box-shadow: inset 0 0 0 20px #c4302b;
}

.social-transparent i {
  font-size: 1.1em;
}

.social-transparent i:after {
  box-shadow: inset 0 0 0 20px #d4d6d8;
}

.social-transparent .icon-adn:hover:after {
  box-shadow: inset 0 0 0 20px  #d87a68;
}

.social-transparent .icon-android:hover:after {
  box-shadow: inset 0 0 0 20px  #a4c639;
}

.social-transparent .icon-apple:hover:after {
  box-shadow: inset 0 0 0 20px  #ccc;
}

.social-transparent .icon-bitbucket:hover:after {
  box-shadow: inset 0 0 0 20px  #225588;
}

.social-transparent .icon-bitbucket-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #225588;
}

.social-transparent .icon-bitcoin:hover:after {
  box-shadow: inset 0 0 0 20px  #ff9922;
}

.social-transparent .icon-btc:hover:after {
  box-shadow: inset 0 0 0 20px  #ff9922;
}

.social-transparent .icon-css3:hover:after {
  box-shadow: inset 0 0 0 20px  #00bbff;
}

.social-transparent .icon-dribbble:hover:after {
  box-shadow: inset 0 0 0 20px  #ea4c89;
}

.social-transparent .icon-dropbox:hover:after {
  box-shadow: inset 0 0 0 20px  #3d9ae8;
}

.social-transparent .icon-dropbox:hover:after {
  box-shadow: inset 0 0 0 20px  #3d9ae8;
}

.social-transparent .icon-facebook:hover:after {
  box-shadow: inset 0 0 0 20px  #3b5998;
}

.social-transparent .icon-facebook-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #3b5998;
}

.social-transparent .icon-flickr:hover:after {
  box-shadow: inset 0 0 0 20px  #ff0084;
}

.social-transparent .icon-foursquare:hover:after {
  box-shadow: inset 0 0 0 20px  #25a0ca;
}

.social-transparent .icon-github:hover:after {
  box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .icon-github-alt:hover:after {
  box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .icon-github-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .icon-gittip:hover:after {
  box-shadow: inset 0 0 0 20px  #171515;
}

.social-transparent .icon-google-plus:hover:after {
  box-shadow: inset 0 0 0 20px  #d23e2b;
}

.social-transparent .icon-google-plus-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #d23e2b;
}

.social-transparent .icon-html5:hover:after {
  box-shadow: inset 0 0 0 20px  #ec6231;
}

.social-transparent .icon-instagram:hover:after {
  box-shadow: inset 0 0 0 20px  #4E433C;
}

.social-transparent .icon-linkedin:hover:after {
  box-shadow: inset 0 0 0 20px  #4875B4;
}

.social-transparent .icon-linkedin-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #4875B4;
}

.social-transparent .icon-linux:hover:after {
  box-shadow: inset 0 0 0 20px  #ffbb00;
}

.social-transparent .icon-maxcdn:hover:after {
  box-shadow: inset 0 0 0 20px  #ffaa22;
}

.social-transparent .icon-pinterest:hover:after {
  box-shadow: inset 0 0 0 20px  #c91a22;
}

.social-transparent .icon-pinterest-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #c91a22;
}

.social-transparent .icon-renren:hover:after {
  box-shadow: inset 0 0 0 20px  #0066aa;
}

.social-transparent .icon-rss:hover:after {
  box-shadow: inset 0 0 0 20px  #ee802f;
}

.social-transparent .icon-skype:hover:after {
  box-shadow: inset 0 0 0 20px  #42c7f2;
}

.social-transparent .icon-stackexchange:hover:after {
  box-shadow: inset 0 0 0 20px  #2266aa;
}

.social-transparent .icon-trello:hover:after {
  box-shadow: inset 0 0 0 20px  #226688;
}

.social-transparent .icon-tumblr:hover:after {
  box-shadow: inset 0 0 0 20px  #2B4964;
}

.social-transparent .icon-tumblr-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #2B4964;
}

.social-transparent .icon-twitter:hover:after {
  box-shadow: inset 0 0 0 20px  #4cc2ff;
}

.social-transparent .icon-twitter-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #4cc2ff;
}

.social-transparent .icon-twitter-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #4cc2ff;
}

.social-transparent .icon-vk:hover:after {
  box-shadow: inset 0 0 0 20px  #557799;
}

.social-transparent .icon-weibo:hover:after {
  box-shadow: inset 0 0 0 20px  #dd3333;
}

.social-transparent .icon-windows:hover:after {
  box-shadow: inset 0 0 0 20px  #00aaee;
}

.social-transparent .icon-xing:hover:after {
  box-shadow: inset 0 0 0 20px  #126567;
}

.social-transparent .icon-xing-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #126567;
}

.social-transparent .icon-youtube:hover:after {
  box-shadow: inset 0 0 0 20px  #c4302b;
}

.social-transparent .icon-youtube-play:hover:after {
  box-shadow: inset 0 0 0 20px  #c4302b;
}

.social-transparent .icon-youtube-sign:hover:after {
  box-shadow: inset 0 0 0 20px  #c4302b;
}

.fa-mobile {
  font-size: 1.4em;
}

.section-title {
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 300;
  color: #787878;
}

.section-title::after {
  position: absolute;
  z-index: -2;
  top: 50%;
  left: 0;
  margin-top: -1px;
  margin-left: 1em;
  content: "";
  height: 2px;
  width: 9999px;
  background-color: #e6e6e6;
}

.section-title.text-center span {
  padding-left: 1em;
  padding-right: 1em;
}

.section-title.text-right span {
  padding-left: 1em;
  padding-right: 0;
}

.section-title.style2 {
  overflow: visible;
}

.section-title.style2::after {
  opacity: 0.2;
  top: auto;
  bottom: -0.4em;
  height: 3px;
  width: 50px;
  margin-left: 0;
  margin-right: 0;
  background-color: #999;
}

.section-title.style2 span {
  padding-left: 0;
  padding-right: 0;
}

.section-title.style2.text-center::after {
  left: 50%;
  margin-left: -25px;
}

.section-title.style2.text-right::after {
  left: auto;
  right: 0;
}

.section-title span {
  position: relative;
  display: inline-block;
  padding-right: 1em;
  line-height: 1;
  /*overflow: hidden;
		&::after {
			position: absolute;
			z-index: -1;
			top: 50%;
			left: 0;
			content: "";
			height: 100%;
			width: 100%;
			background-color: $color-background-light;
		}
		*/
}

.close {
  text-shadow: none;
  transition: all 0.2s;
}

.modal {
  z-index: 9999;
}

.modal .modal-dialog {
  width: 75%;
  max-width: 800px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-dialog .modal-content {
  padding: 30px;
  border: none;
  border-radius: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.modal .modal-dialog .modal-content .modal-header {
  margin-bottom: 15px;
  padding: 0;
  border: none;
}

.modal .modal-dialog .modal-body {
  padding: 0;
}

.modal .modal-dialog .modal-body .property-search-form {
  margin: 0;
  padding: 0;
}

.modal .modal-dialog .modal-body .property-search-form .form-group {
  width: 100%;
}

@media (min-width: 768px) {
  .modal .modal-dialog .modal-body .property-search-form .form-group {
    width: 50%;
  }
}

.modal .modal-dialog .modal-body .section-title {
  width: 100%;
}

.modal .modal-dialog .modal-body .section-title span {
  background-color: #fff;
}

.modal-backdrop {
  z-index: 9998;
}

#login-modal.modal .modal-dialog {
  max-width: 400px;
}

#login-modal.modal .modal-dialog .modal-title {
  margin-bottom: 0.5em;
}

#login-modal #reg_passmail {
  font-size: .9em;
  color: #999;
}

#login-modal label:not(.error),
#login-modal a {
  font-size: .9em;
  color: #787878;
}

#loginform label,
#loginform a {
  font-size: .9em;
  color: #787878;
}

#loginform .login-username,
#loginform .login-password {
  margin-bottom: 0;
}

#loginform label {
  display: block;
}

#loginform input[type=text], #loginform input[type=password] {
  width: 100%;
}

#loginform #rememberme {
  height: auto;
}

/*
 * Header
 */
#header {
  position: relative;
  z-index: 4001;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

#header .container {
  position: relative;
}

.hide-site-header #header {
  display: none;
}

.hide-site-header #content {
  margin: 0;
}

.header-fixed.hide-site-header #content {
  margin-top: 0px !important;
}

@media (max-width: 767px) {
  .header-fixed #content {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .header-fixed.admin-bar header.navbar {
    top: 32px;
  }
  .header-fixed #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-fixed #content {
    margin-top: 152px;
  }
}

.site-branding {
  position: relative;
  padding: 30px 0;
}

.site-title {
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.site-title a {
  color: #42484b;
}

.site-description {
  margin: 10px 0 0;
  line-height: 1;
  color: #999;
}

.top-header {
  line-height: 50px;
  color: #999;
  background-color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.05);
  transition: all .3s;
}

@media (min-width: 992px) {
  .top-header {
    font-size: .9em;
  }
}

.top-header a {
  color: #999;
}

.top-header-sidebar {
  float: left;
}

.top-header-sidebar > div {
  display: inline-block;
}

.top-header-links {
  float: right;
  margin: 0 -0.5em;
}

.top-header-links a {
  display: inline-block;
  margin: 0 .5em;
}

.top-header-links .desktop {
  display: none;
}

@media (min-width: 992px) {
  .top-header-links .desktop {
    display: block;
  }
  .top-header-links .mobile {
    display: none;
  }
}

.main-navigation {
  opacity: 0;
  min-width: 270px;
  max-width: 80%;
  position: fixed;
  z-index: 9002;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 30px 60px;
  text-transform: uppercase;
  background-color: #fff;
  transition: transform .2s ease-in;
  transform: translateX(-100%);
}

.primary-menu {
  padding: 0;
  list-style-type: none;
}

.primary-menu li {
  position: relative;
}

.primary-menu a {
  display: block;
  color: #42484b;
}

.primary-menu .menu-item-has-children {
  position: relative;
}

.primary-menu .menu-item-has-children > a {
  position: relative;
  padding-right: 30px;
}

.primary-menu .menu-item-has-children > a:before {
  position: absolute;
  z-index: 1;
  right: 0;
  /*
				xxx-icon-font-issue-on-mobile
				content: "\75"
				font-family: 'realty';
				*/
  content: ">";
  font-size: .6em;
  transform: rotate(90deg) scale(1, 2);
  opacity: .5;
}

.primary-menu .menu-item-has-children > a.open:before {
  transform: rotate(0deg);
}

@media (max-width: 991px) {
  .primary-menu a {
    position: relative;
    line-height: 50px !important;
  }
  .primary-menu a:before {
    transform: rotate(0) scale(1, 2) !important;
  }
  .primary-menu a.open:before {
    transform: rotate(90deg) scale(1, 2) !important;
  }
  .primary-menu li:hover {
    color: #42484b;
  }
  .primary-menu li:hover:before {
    opacity: 1;
    transform: translateX(10px);
  }
}

.sub-menu {
  display: none;
  margin-left: 1em;
  padding: 0;
  font-size: .9em;
  font-weight: 700;
  text-transform: none;
  list-style-type: none;
  white-space: nowrap;
  transition: all .15s ease-out;
}

.sub-menu.open {
  display: block;
}

.sub-menu li {
  width: 100%;
}

.sub-menu a {
  padding-right: 40px !important;
  line-height: 40px !important;
}

.sub-menu a:before {
  right: 15px !important;
  transform: rotate(0deg) scale(1, 2) !important;
}

.mobile-menu-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  transition: all .2s;
}

@media (min-width: 992px) {
  .mobile-menu-overlay {
    display: none;
  }
}

.show-nav .mobile-menu-overlay {
  z-index: 9001;
  opacity: .6;
}

.show-nav .main-navigation {
  transform: translateX(0);
}

.show-nav .primary-menu a {
  color: #787878;
}

.show-nav .primary-menu a .current-menu-item > a {
  color: #43becc;
}

@media (min-width: 992px) {
  .nav-below .site-branding {
    float: none;
    padding-bottom: 0;
  }
  .nav-below .main-navigation {
    float: none;
  }
  .site-branding {
    float: left;
  }
  .main-navigation {
    min-width: 0;
    max-width: none;
    float: right;
    position: relative;
    padding: 0;
    transform: none;
    text-transform: none;
    background-color: transparent;
    transition: all 0s;
    transform: translateX(0);
  }
  .primary-menu {
    margin: 0 -15px;
  }
  .primary-menu li {
    float: left;
    margin: 0 15px;
  }
  .primary-menu .menu-item-my-account {
    position: relative;
    padding: 0 30px;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .primary-menu .menu-item-my-account span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: 1em;
    font-size: .8em;
    line-height: 1;
    text-align: center;
  }
  .primary-menu .menu-item-my-account span a {
    line-height: 1 !important;
    color: #999;
  }
  .primary-menu .menu-item-my-account span a:hover {
    color: #43becc;
  }
  .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 9001;
    margin-left: 0;
    top: 100%;
    left: 0;
    background-color: #262626;
    transform: translateY(10px);
  }
  .sub-menu li {
    margin: 0;
  }
  .sub-menu a {
    padding: 0 30px;
    color: #fff !important;
    line-height: 50px !important;
  }
  .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    transform: translateX(0) translateY(10px);
  }
  .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
  }
}

#toggle-navigation {
  display: block;
  position: absolute;
  z-index: 9002;
  top: 30px;
  right: 0;
  width: 24px;
  height: 30px;
  transition: none;
}

#toggle-navigation i {
  position: absolute;
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #999;
  cursor: pointer;
  transition: all .2s;
}

@media (min-width: 992px) {
  #toggle-navigation i {
    display: none;
  }
}

#toggle-navigation i:before {
  position: absolute;
  content: "";
  top: -8px;
  width: 24px;
  height: 2px;
  background-color: #999;
  transition: all .2s;
}

#toggle-navigation i:after {
  position: absolute;
  content: "";
  top: 8px;
  width: 24px;
  height: 2px;
  background-color: #999;
  transition: all .2s;
}

#toggle-navigation i.show {
  background-color: transparent;
}

#toggle-navigation i.show:before {
  background-color: #999;
  transform: translateY(8px) rotate(-45deg);
}

#toggle-navigation i.show:after {
  background-color: #999;
  transform: translateY(-8px) rotate(45deg);
}

/*
 * Footer
 */
#footer {
  list-style: none;
  margin: 100px auto 0;
  padding: 0;
  font-size: .9em;
  line-height: inherit;
  text-align: center;
  background: #23282d;
}

@media (min-width: 768px) {
  #footer {
    text-align: left;
  }
}

#footer .widget {
  margin-bottom: 50px;
}

#footer-top {
  padding-top: 50px;
}

#footer-bottom {
  padding: 30px 0;
  color: #999;
  background: rgba(0, 0, 0, 0.1);
}

#footer-bottom a {
  color: #999;
}

.footer-bottom-left {
  text-align: left;
}

.footer-bottom-center {
  text-align: center;
}

.footer-bottom-right {
  text-align: right;
}

/*
 * Pages
 */
#content {
  margin-top: 60px;
  margin-bottom: 120px;
}

.content-box {
  margin-bottom: 50px;
  padding: 30px;
  background-color: #fff;
}

.content-box section {
  margin-bottom: 50px;
}

.content-box section:last-child {
  margin-bottom: 0;
}

.content-box .section-title span {
  background-color: #fff;
}

.content-box .section-title span::after {
  background-color: transparent;
}

#pagination {
  text-align: center;
}

#pagination ul {
  display: inline-block;
}

#pagination .page-numbers {
  padding: 0;
  list-style: none;
  text-align: center;
}

#pagination .page-numbers li {
  width: auto !important;
  float: left;
  margin: 0 2px;
  line-height: 1;
  clear: none;
}

#pagination .page-numbers li a,
#pagination .page-numbers li span,
#pagination .page-numbers li i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #787878;
  background-color: #f8f8f8;
}

#pagination .page-numbers li a:hover,
#pagination .page-numbers li span:hover,
#pagination .page-numbers li i:hover {
  color: #fff;
  background-color: #43becc;
}

#pagination .page-numbers li .current,
#pagination .page-numbers li .current:hover {
  color: #999;
  background-color: transparent;
}

#pagination .page-numbers li .prev,
#pagination .page-numbers li .next {
  font-size: .6em;
  font-weight: 700;
}

.page-title {
  font-size: 2em;
  font-weight: 300;
  color: #999;
}

#page-banner {
  position: relative;
  margin-top: -60px;
  margin-bottom: 60px;
  padding: 80px 0;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#page-banner .overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#page-banner .container {
  position: relative;
  z-index: 1;
}

#page-banner .banner-title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-size: 2.5em;
  color: #fff;
}

@media (min-width: 768px) {
  #page-banner .banner-title {
    font-size: 3em;
  }
}

#main-content {
  margin-bottom: 50px;
  background-color: #fff;
}

#main-content section {
  margin-bottom: 50px;
}

#main-content section:last-child {
  margin-bottom: 0;
}

#main-content .section-title span {
  background-color: #fff;
}

#main-content .section-title span::after {
  background-color: transparent;
}

#main-content .property-items {
  margin-bottom: 0;
}

.taxonomy-results .page-title {
  text-transform: capitalize;
}

.taxonomy-results .taxonomy-description {
  margin-bottom: 30px;
  color: #999;
}

/*
 * Posts
 */
article.type-post {
  margin-bottom: 60px;
}

article.type-post.border-box {
  padding: 30px;
}

article.type-post.border-box .header-media {
  margin: -30px -30px 30px;
}

.has-post-thumbnail .entry-header {
  position: relative;
}

.has-post-thumbnail .entry-header .entry-header-content {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 20px;
  margin: 0;
}

.has-post-thumbnail .entry-header .entry-title {
  color: #fff;
}

.has-post-thumbnail .featured-image {
  width: 100%;
  margin-bottom: -1px;
}

.has-post-thumbnail .featured-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}

.has-post-thumbnail .post-date {
  margin-bottom: 0;
  color: #ccc;
}

.entry-title {
  margin-bottom: 0;
}

.entry-header .header-media {
  margin-bottom: 30px;
}

.entry-header .header-media img {
  display: block;
  width: 100%;
}

.entry-header .header-content {
  margin-bottom: 30px;
}

.entry-header .header-content a {
  color: #42484b;
}

.entry-header .entry-title {
  margin: 0;
  display: inline-block;
  font-size: 2em;
}

.post-date {
  font-size: 1.2em;
  color: #999;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.page-links {
  padding-top: 1em;
  border-top: 2px solid #e6e6e6;
}

.page-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f8f8f8;
}

.page-links a:hover {
  color: #fff;
  background-color: #23282d;
}

.page-links span {
  display: inline-block;
  width: 40px;
  text-align: center;
}

.page-links .page-links-title {
  width: auto;
  text-transform: uppercase;
}

/*
#share-post {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid $color-border;
	i {
		margin-bottom: 0;
	}
}
*/
/*
 * Sidebar
 */
#sidebar {
  list-style: none;
  padding: 0;
  line-height: inherit;
}

#sidebar .widget {
  margin-bottom: 50px;
}

#sidebar .widget form {
  padding: 0;
  font-size: 0.8em;
  box-shadow: none;
  border: none;
}

.widget-user-menu {
  margin-bottom: 30px;
  font-size: .9em;
  line-height: 3;
  background-color: #f8f8f8;
}

.widget-user-menu a {
  display: block;
  padding: 0 1em;
  color: inherit;
}

.widget-user-menu i {
  opacity: .5;
  margin-right: 5px;
}

.widget-user-menu .active, .widget-user-menu li:hover {
  background-color: #43becc;
}

.widget-user-menu .active a, .widget-user-menu li:hover a {
  color: #fff;
}

.widget-user-menu .active a i, .widget-user-menu li:hover a i {
  opacity: 1;
}

.widget-memebership-package {
  margin-bottom: 30px;
  padding: 20px 30px;
  font-size: .9em;
  background-color: #f8f8f8;
}

/*
 * Single Property Page
 */
.single-property .property-meta,
.page-template-template-property-home .property-meta {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1em;
}

.single-property .property-meta > div,
.page-template-template-property-home .property-meta > div {
  float: none;
}

.single-property .property-meta .meta-title,
.page-template-template-property-home .property-meta .meta-title {
  width: 25px;
  margin: 0;
  color: inherit;
}

.single-property .property-meta .meta-data,
.page-template-template-property-home .property-meta .meta-data {
  display: inline;
}

.single-property .agent-details,
.page-template-template-property-home .agent-details {
  padding: 0;
}

.property-image-container .property-image {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.property-image-container .property-image.zoom {
  cursor: url("lib/images/plus_cursor.png") 25 25, auto;
}

.property-header-container {
  padding: 40px 0 0;
  text-align: center;
}

.property-header-container .container {
  position: relative;
}

@media (min-width: 768px) {
  .property-header-container {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: left;
    background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.75));
  }
}

.property-header .title {
  margin: 0;
}

.property-header .meta {
  margin: 5px 0 15px;
  font-size: 1.4em;
  opacity: .8;
}

.property-header a {
  color: inherit;
}

.property-header i {
  opacity: 0.4;
  font-size: 0.8em;
}

.property-header .hide-title {
  display: none;
}

.property-header .status-update {
  font-weight: 700;
}

@media (min-width: 768px) {
  .property-header {
    color: #fff;
  }
  .property-header .title {
    display: inline-block;
    font-size: 2.8em;
    color: #fff;
  }
  .property-header .title i {
    vertical-align: text-top;
    font-size: 0.5em;
  }
  .property-header .title i:hover {
    opacity: 0.8;
    cursor: pointer;
  }
  .property-header .meta {
    font-size: 1.6em;
  }
  .property-header .clearfix.mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .property-header .title {
    font-size: 3.6em;
  }
}

#property-layout-full-width {
  position: relative;
  overflow: hidden;
  margin-top: -60px;
}

#property-layout-boxed {
  position: relative;
  overflow: hidden;
}

#property-layout-boxed .property-header-container {
  padding-left: 30px;
  padding-right: 30px;
}

#property-layout-boxed .show-title {
  margin: 0;
}

#property-thumbnails {
  margin: 50px 0 0;
}

#property-thumbnails a {
  display: block;
}

#property-thumbnails .slick-slide {
  opacity: .5;
}

#property-thumbnails .slick-current {
  opacity: 1;
}

#property-features li {
  margin: 0 -10px;
}

#property-features li i {
  margin: 0 10px;
}

#property-features li a {
  display: inline-block;
  line-height: 3;
  color: #787878;
}

#property-features li a.inactive {
  color: #ccc;
}

#property-features li a.inactive i {
  color: #ccc;
}

#attachments a {
  color: inherit;
}

#floor-plan img {
  width: 100%;
}

#similar-properties .property-items .property-item .property-meta {
  margin: inherit;
  padding: 15px;
  font-size: 0.9em;
}

#similar-properties .property-items .property-item .property-meta > div {
  float: left;
  width: 50%;
}

#property-slider-below .container {
  max-width: 100%;
  padding: 0;
}

#floor-plan {
  overflow: hidden;
}

/*
 * Template - Contact
 */
/*------------------------------
	Template: Contact
------------------------------*/
.page-template-template-contact .map-wrapper {
  margin-top: -50px;
}

.template-contact .contact-detail {
  font-size: 1em;
}

.template-contact .contact-detail i {
  margin-right: 10px;
}

.template-contact .google-map {
  height: 400px;
  margin-bottom: 30px;
}

.template-contact .google-map #map-marker-container, .template-contact .google-map .map-marker-container {
  padding: 15px 20px;
}

.template-contact .google-map #map-marker-container img, .template-contact .google-map .map-marker-container img {
  max-width: 100%;
  margin-bottom: 15px;
}

.template-contact .google-map #map-marker-container .content, .template-contact .google-map .map-marker-container .content {
  padding: 0;
}

.contact-detail {
  font-size: 0.9em;
  color: #999;
}

.contact-detail i {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

/*
 * Template - Intro
 */
/*------------------------------
	Template: Intro
------------------------------*/
.page-template-template-intro-php {
  height: 100%;
}

#intro-background-images, .page-template-template-intro-php .fluid-width-video-wrapper {
  position: absolute !important;
  z-index: -1 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100%;
}

#intro-background-images div, .page-template-template-intro-php .fluid-width-video-wrapper div {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

#intro-wrapper {
  min-height: 100%;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #intro-wrapper {
    position: absolute;
    overflow: hidden;
  }
}

#intro-wrapper:after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  #intro-wrapper:after {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

#intro-wrapper .wrapper {
  z-index: 2;
}

#intro-wrapper .container {
  padding: 0;
}

@media (min-width: 768px) {
  #intro-wrapper .container {
    padding: inherit;
  }
}

#intro-wrapper .intro-bg-left, #intro-wrapper .intro-bg-right {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 50%;
  margin-bottom: 30px;
  background: transparent;
}

@media (min-width: 768px) {
  #intro-wrapper .intro-bg-left, #intro-wrapper .intro-bg-right {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

#intro-wrapper .intro-content-left {
  padding: 30px 15px;
  text-align: center;
  color: #fff;
}

#intro-wrapper .intro-content-left .lead {
  color: #fff;
}

#intro-wrapper .intro-content-left .btn {
  border: none;
}

#intro-wrapper .intro-content-left a:hover {
  color: inherit;
}

@media (min-width: 768px) {
  #intro-wrapper .intro-content-left {
    padding: 0 50px;
    text-align: right;
  }
}

#intro-wrapper .intro-content-right {
  position: relative;
}

#intro-wrapper .intro-content-right .intro-title {
  margin: 0;
  padding: 20px 30px;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  #intro-wrapper .intro-content-right .intro-title {
    padding: 0 0 20px;
    text-align: left;
  }
}

#intro-wrapper .intro-content-right .intro-title .title {
  margin: 0;
  color: #fff;
}

@media (min-width: 768px) {
  #intro-wrapper .intro-content-right {
    padding: 0 50px;
  }
}

#intro-wrapper .logo {
  margin-bottom: 30px;
}

#intro-wrapper .property-search-form {
  opacity: 0.95;
  background-color: #fff;
}

#intro-wrapper .property-search-form .form-group {
  width: 50%;
}

@media (min-width: 768px) and (max-width: 991px) {
  #intro-wrapper .property-search-form .form-group {
    width: 100%;
  }
}

#intro-wrapper div[class^=google-map] {
  height: 300px;
}

#intro-wrapper .intro-search, #intro-wrapper .intro-map {
  position: relative;
  top: 0;
  opacity: 1;
  transition: all 0.8s;
  transform: scale(1);
}

@media (min-width: 768px) {
  #intro-wrapper .intro-search, #intro-wrapper .intro-map {
    right: auto;
  }
}

#intro-wrapper .intro-search .toggle, #intro-wrapper .intro-map .toggle {
  opacity: 0.8;
  font-size: 14px;
  color: #fff;
}

@media (min-width: 992px) {
  #intro-wrapper .intro-search .toggle, #intro-wrapper .intro-map .toggle {
    position: absolute;
    top: 0;
    right: 0;
  }
}

#intro-wrapper .intro-search .toggle:hover, #intro-wrapper .intro-map .toggle:hover {
  opacity: 1;
}

#intro-wrapper .intro-map {
  position: absolute;
  left: 15px;
  right: 15px;
}

@media (min-width: 768px) {
  #intro-wrapper .intro-map {
    left: 50px;
    right: 15px;
  }
}

#intro-wrapper .intro-map .map-no-properties-found {
  opacity: 0.95;
  background-color: #fff;
}

#intro-wrapper .transform {
  opacity: 0;
  transform: scale(0);
}

#intro-wrapper .social {
  position: relative;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
}

@media (min-width: 768px) {
  #intro-wrapper .social {
    position: absolute;
    z-index: 1;
  }
}

#intro-wrapper .social i {
  margin: 5px;
}

#toggle-intro-wrapper {
  display: none;
  position: fixed;
  z-index: 2;
  bottom: 35px;
  right: 35px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  background-color: rgba(255, 255, 255, 0.3);
}

#toggle-intro-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

/*
 * Template - Property Map Vertical
 */
/**
 * Template: Property Map Vertical
 *
 */
.page-template-template-map-vertical #content {
  margin: 0;
}

@media (min-width: 768px) {
  .page-template-template-map-vertical .search-result-container {
    position: relative;
  }
  .page-template-template-map-vertical .search-result-container.container {
    width: auto;
    max-width: none;
  }
  .page-template-template-map-vertical .map-wrapper {
    margin: 0 -15px;
    padding: 0;
  }
  .page-template-template-map-vertical .search-container {
    width: 50%;
    padding: 30px 0 30px 30px;
  }
  .page-template-template-map-vertical .map-container {
    position: fixed;
    right: -30px;
    width: 50%;
  }
}

.page-template-template-map-vertical form {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-template-template-map-vertical .page-title {
    text-align: center;
  }
}

.header-fixed.page-template-template-map-vertical #header .container {
  width: 100%;
  padding: 0 30px;
}

.header-fixed.page-template-template-map-vertical .top-header {
  margin-top: 0 !important;
}

.header-fixed.page-template-template-map-vertical .search-result-container {
  margin-top: -60px;
}

/*
 * Template - Property Search Results
 */
/*------------------------------
	Template: Search Results
------------------------------*/
body.page-template-template-property-search-php header.navbar {
  margin-bottom: 0;
}

body.page-template-template-property-search-php .map-wrapper {
  margin-bottom: 0;
}

body.page-template-template-property-search-php .property-search-form, body.page-template-template-property-search-php #sidebar {
  margin-top: 50px;
}

.search-results-header {
  margin-bottom: 30px;
  font-size: .9em;
  text-align: center;
}

@media (min-width: 768px) {
  .search-results-header {
    text-align: left;
  }
}

.search-results-header .form-group {
  margin: 0;
}

.search-results-header .page-title {
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .search-results-header .page-title {
    font-size: 2em;
  }
}

.search-results-header .search-results-order {
  float: none;
  display: inline-block;
  background-color: #f3f3f3;
}

@media (min-width: 768px) {
  .search-results-header .search-results-order {
    float: right;
  }
}

.search-results-header .search-results-order .select::after {
  right: 14px;
}

.search-results-header .search-results-order .select select {
  padding-right: 28px;
  border: none;
}

.search-results-header .search-results-view {
  display: none;
  float: right;
}

@media (min-width: 992px) {
  .search-results-header .search-results-view {
    display: block;
  }
}

.search-results-header .search-results-view i {
  font-size: 1.2em;
  height: 40px;
  width: 40px;
  margin-right: 5px;
  color: #999;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
  background-color: #f3f3f3;
}

.search-results-header .search-results-view i:hover {
  cursor: pointer;
}

.search-results-header .search-results-view .icon-view-grid.active:before {
  content: "\e004";
}

.search-results-header .search-results-view .icon-view-list.active:before {
  content: "\e001";
}

[data-view="list-view"] li {
  width: 100%;
  font-size: 1em;
}

[data-view="list-view"] li .property-item {
  overflow: hidden;
}

@media (min-width: 992px) {
  [data-view="list-view"] li .property-item .property-thumbnail {
    float: left;
    width: 40%;
  }
  [data-view="list-view"] li .property-item .title {
    font-size: 1.4em;
  }
  [data-view="list-view"] li .property-item .property-content {
    float: left;
    width: 60%;
  }
  [data-view="list-view"] li .property-item .property-content .property-price {
    position: absolute;
    bottom: 0;
    left: 40%;
    right: 0;
    margin: 0 30px;
  }
}

/*
 * Template - Property Submit
 */
/*------------------------------
	Template: Property Submit
------------------------------*/
.media-modal .thumbnail img {
  max-width: none;
}

.media-modal input.search {
  height: auto;
  line-height: inherit;
}

#property-submit h1, #property-submit h2, #property-submit h3, #property-submit h4, #property-submit h5, #property-submit h6 {
  margin-top: 0;
  text-transform: none;
}

#property-submit .acf-fields > .acf-field {
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}

#property-submit .acf-field input {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 1em;
}

#property-submit .acf-field input[type=checkbox], #property-submit .acf-field input[type=radio] {
  height: auto;
  line-height: inherit;
}

#property-submit .acf-field .acf-label label {
  margin-bottom: 0.5em;
}

#property-submit .acf-field .acf-label p {
  margin: 0 !important;
  font-size: 0.9em;
  color: #999;
}

#property-submit .acf-field-user .chosen-container, #property-submit .acf-field-taxonomy .chosen-container {
  display: none;
}

#property-submit .acf-taxonomy-field .categorychecklist-holder {
  border-radius: 0;
}

#property-submit .acf-taxonomy-field .categorychecklist-holder li {
  font-size: 1em;
  line-height: inherit;
}

#property-submit .acf-taxonomy-field .categorychecklist-holder li label {
  margin: 0;
  font-weight: 400;
}

#property-submit .acf-gallery .acf-gallery-toolbar {
  height: 60px;
}

#property-submit .acf-button {
  height: auto;
}

#property-submit .acf-error-message {
  margin: 0 0 1em;
  padding: 0;
  border-radius: 0;
}

#property-submit .acf-error-message p {
  margin: 0 !important;
  padding: 15px;
  font-size: inherit !important;
  line-height: inherit;
  text-shadow: none;
}

#property-submit .meta-data {
  margin-bottom: 2em;
  padding: 0 0 0.5em 0;
  text-align: right;
  font-size: 0.9em;
  color: #999;
  border-bottom: 2px solid #e6e6e6;
}

#property-submit label {
  font: 700 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#property-submit #property-features li {
  float: left;
  width: 33%;
}

#property-submit #property_location_chosen li:last-child, #property-submit #property_type_chosen li:last-child, #property-submit #property_status_chosen li:last-child {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
}

#property-submit .other {
  display: none;
  margin: 1em 0 0;
}

#property-submit input[type=file] {
  margin: 1em 0;
  padding: 1em 0;
  border-bottom: 1px solid #e6e6e6;
}

#property-submit #property-features, #property-submit #custom-fields {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 1px solid #e6e6e6;
}

#property-submit #property-features li label, #property-submit #custom-fields li label {
  font-family: inherit;
  font-weight: inherit;
}

#property-submit #custom-fields {
  border: none;
}

#property-submit #custom-fields label[for^=property-custom-field_] {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

#property-submit #floor-plan {
  margin: 1em 0;
  padding: 1em 0;
}

#property-submit #floor-plan .row {
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}

#property-submit #floor-plan input[type=file] {
  margin: 1em 0 0;
  padding: 0;
  border: none;
}

#property-submit #floor-plan a {
  margin-bottom: 1em;
}

#property-submit #floor-plan img {
  display: block;
}

#property-submit #preview-featured-image {
  max-width: 250px;
  position: relative;
  margin-top: 10px;
}

#property-submit ul.gallery-images {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0 0 1em 0;
}

#property-submit ul.gallery-images li {
  position: relative;
  float: left;
  margin: 10px 10px 0 0;
}

#property-submit .map-wrapper {
  margin: 0;
}

#property-submit #contact-information label.default-label {
  font-family: inherit;
  font-weight: inherit;
}

i.delete-uploaded-image {
  opacity: 0.75;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: .8em;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

i.delete-uploaded-image:hover {
  cursor: pointer;
  opacity: 1;
}

/*
 * Template - Property Submit Listing
 */
/*------------------------------
	Template: Property Submit Listing
------------------------------*/
body.page-template-template-property-submit-listing-php form.paypal-button {
  display: block;
}

body.page-template-template-property-submit-listing-php form.paypal-button button {
  line-height: 1.5;
}

body.page-template-template-property-submit-listing-php .property-search-form input[type="submit"] {
  display: none;
}

/*
 * Buttons
 */
.btn,
.btn:focus,
input[type="submit"],
input.dsidx-contact-form-submit,
.more-link,
.acf-button {
  display: inline-block;
  outline: none !important;
  padding: 0 1em;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #39424a;
  transition: all 0.2s;
}

.btn:hover,
.btn:focus:hover,
input[type="submit"]:hover,
input.dsidx-contact-form-submit:hover,
.more-link:hover,
.acf-button:hover {
  background-color: #39424a;
}

.btn:hover a,
.btn:focus:hover a,
input[type="submit"]:hover a,
input.dsidx-contact-form-submit:hover a,
.more-link:hover a,
.acf-button:hover a {
  color: #fff;
}

.btn a,
.btn:focus a,
input[type="submit"] a,
input.dsidx-contact-form-submit a,
.more-link a,
.acf-button a {
  color: #fff;
}

.btn-light {
  color: #999;
  background-color: #f8f8f8;
}

.btn-light:hover {
  color: #999;
  background-color: #ebebeb;
}

.btn-dark {
  color: #fff;
  background-color: #2e353b;
}

.btn-dark:hover {
  color: #fff;
  background-color: #181b1f;
}

.btn-primary,
.btn-primary:focus,
input[type="submit"],
input.dsidx-contact-form-submit,
.more-link,
.acf-button.blue {
  color: #fff;
  background-color: #43becc;
}

.btn-primary:hover,
.btn-primary:focus:hover,
input[type="submit"]:hover,
input.dsidx-contact-form-submit:hover,
.more-link:hover,
.acf-button.blue:hover {
  color: #fff;
  background-color: #2e353b;
}

button.btn-primary:hover,
button.btn-primary:focus:hover,
button.more-link:hover,
button.acf-button.blue:hover {
  background-color: #43becc;
}

.btn-ghost,
.btn-ghost:focus,
.btn-ghost-light,
.btn-ghost-light:focus {
  color: #999;
  border: 2px solid #e6e6e6;
  background-color: transparent !important;
}

.btn-ghost:hover,
.btn-ghost:focus:hover,
.btn-ghost-light:hover,
.btn-ghost-light:focus:hover {
  color: #8c8c8c;
  border-color: #d9d9d9;
}

.btn-ghost-dark,
.btn-ghost-dark:focus {
  color: #42484b;
  border: 2px solid #23282d;
  background-color: transparent !important;
}

.btn-ghost-dark:hover,
.btn-ghost-dark:focus:hover {
  color: #363b3d;
  border-color: #181b1f;
}

.btn-ghost-primary,
.btn-ghost-primary:focus {
  color: #43becc;
  border: 2px solid #43becc;
  background-color: transparent !important;
}

.btn-ghost-primary:hover,
.btn-ghost-primary:focus:hover {
  color: #2e353b;
  border-color: #2e353b;
}

.btn-xs,
.btn-xs:focus {
  padding: 0 .5em;
  font-size: 0.8em;
}

.btn-sm,
.btn-sm:focus {
  padding: 0 .8em;
  font-size: 0.9em;
}

.btn-lg,
.btn-lg:focus {
  padding: 0 2.5em;
  font-size: 1.1em;
}

.btn-block {
  display: block;
  width: 100%;
}

.more-link {
  display: inline-block;
  margin-bottom: 0;
  font-size: .9em;
}

/*
 * Comments
 */
/*------------------------------
	Comments
------------------------------*/
.comments-area {
  margin-top: 100px;
}

.comments-area .title {
  margin-bottom: 50px;
  padding-bottom: 30px;
  font-size: 1.8em;
  border-bottom: 1px solid #e6e6e6;
}

#reply-title .title {
  margin-bottom: 0;
  font-size: 1.6em;
  border: none;
}

.comment-list {
  margin-bottom: 100px;
  padding: 0;
  counter-reset: li;
}

.comment-list ul {
  margin: 40px 0 0 85px;
  padding: 0;
}

.comment-list li {
  position: relative;
  list-style: none;
}

.comment-list li:before {
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: -50px;
  font-size: 1.5em;
  line-height: 65px;
  content: "0" counter(li);
  counter-increment: li;
}

@media (min-width: 992px) and (max-width: 1100px) {
  .comment-list li:before {
    display: none;
  }
}

.comment-list li li:before {
  display: none;
}

.comment-list .bypostauthor {
  background-color: transparent;
}

.comment-list .comment-body {
  margin-bottom: 50px;
}

.comment-list .comment-avatar {
  float: left;
  margin: 0 20px 0 0;
}

.comment-list .comment-avatar img {
  height: 65px;
  width: 65px;
  border-radius: 50%;
}

.comment-list .comment-author .fn {
  margin: 0;
  font-size: 1.4em;
  line-height: 1;
}

.comment-list .comment-author .fn a {
  border-bottom: 1px solid #e6e6e6;
}

.comment-list .comment-meta {
  display: inline-block;
  margin: .5em 0 1em;
  color: #999;
}

.comment-list .comment-meta a {
  color: #999;
}

.comment-list .comment-content {
  overflow: hidden;
  clear: both;
  position: relative;
  margin: 0 0 0 85px;
}

#respond #reply-title {
  margin-bottom: 0;
  text-align: right;
}

#respond a#cancel-comment-reply-link {
  display: block;
  margin-bottom: 2em;
  font-size: 0.9em;
  text-transform: none;
}

.reply {
  display: inline-block;
}

#commentform input,
#commentform textarea {
  width: 100%;
  margin-bottom: 1em;
}

#commentform .form-group {
  margin-bottom: 0;
}

#commentform #submit {
  width: auto;
}

#commentform p.form-submit {
  margin-bottom: 0;
}

/*
 * Forms
 */
form input.error, form textarea.error {
  border-color: #fa726c;
}

form label.error {
  display: block;
  margin-top: .5em;
  font-size: 0.9em;
  color: #fa726c;
}

#form-errors, #form-success {
  margin-top: 20px;
}

/*
 * Maps
 */
.map-wrapper {
  position: relative;
}

.map-wrapper a {
  color: #787878;
}

.map-wrapper .loading, .map-wrapper .map-overlay-no-results {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  line-height: 68px;
  text-align: center;
  opacity: 0.9;
  border-radius: 2px;
  background-color: #fff;
}

.map-wrapper .loading i, .map-wrapper .map-overlay-no-results i {
  font-size: 30px;
}

.map-wrapper .map-overlay-no-results {
  display: none;
  width: 250px;
  margin-left: -125px;
  font-size: 0.9em;
  line-height: 60px;
}

.map-wrapper .map-controls {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-align: right;
}

.map-wrapper .map-controls > li {
  display: inline-block;
}

.map-wrapper .map-controls .control {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  opacity: 0.9;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition: background-color 0.2s;
}

.map-wrapper .map-controls .control:hover {
  opacity: 1;
  color: #fff;
  background-color: #43becc;
}

.map-wrapper .map-controls .control.active {
  opacity: 1;
  color: #fff;
  background-color: #43becc;
}

.map-wrapper .map-controls .control.active:hover {
  background-color: #c5c5c5;
}

.map-wrapper .map-controls i {
  line-height: 30px;
  text-align: center;
}

.map-wrapper .map-controls .current-location i {
  margin: 0 5px 0 0;
}

.map-wrapper .map-controls .map-type {
  position: relative;
}

.map-wrapper .map-controls .map-type ul {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
}

.map-wrapper .map-controls .map-type ul li {
  margin-top: 2px;
  padding: 3px 10px;
  font-size: 12px;
  text-align: left;
  color: #787878;
  background-color: #f8f8f8;
}

.map-wrapper .map-controls .map-type:hover ul {
  display: block;
}

.map-wrapper .map-controls .map-type:hover ul li:hover, .map-wrapper .map-controls .map-type:hover ul li.active {
  color: #fff;
  background-color: #c5c5c5;
}

.google-map {
  position: relative;
  height: 400px;
  min-height: 400px !important;
  width: 100%;
}

.google-map img {
  max-width: none;
  display: inline;
}

.google-map .cluster img {
  max-width: 100%;
  max-height: 100%;
}

.google-map .cluster > div {
  position: relative;
  width: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.google-map label {
  width: auto;
  display: inline;
}

.google-map .infoBox {
  width: auto !important;
}

.google-map .infoBox img[src*="close.png"] {
  position: absolute !important;
  z-index: 1001;
  width: 32px;
  height: 32px;
  margin: 0;
  top: -2px;
  right: -2px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: .5;
  transition: all .2s;
}

.google-map .infoBox img[src*="close.png"]:hover {
  opacity: 1;
}

.google-map .map-marker-container {
  max-width: 250px;
  position: relative;
  font-size: 15px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}

.google-map .map-marker-container .arrow-down {
  position: absolute;
  bottom: -28px;
  left: 20px;
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-width: 14px;
}

.google-map .map-marker-container .content {
  padding: 15px 20px;
}

.google-map .map-marker-container .content .title {
  margin-bottom: 0;
  transition: all 0.2s;
  visibility: inherit;
}

.google-map .map-marker-container a {
  padding-bottom: 2px;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
}

.google-map .map-marker-container img {
  display: block;
  width: 100%;
  height: auto;
}

.google-map .map-marker-container .logo {
  padding: 15px 20px 0;
}

.google-map .title {
  color: #43becc;
}

a.view-on-google-maps-link {
  display: block;
  opacity: 0.4;
  margin-top: 1em;
  font-size: 0.8em;
  text-align: right;
  line-height: 1;
  color: #787878;
}

a.view-on-google-maps-link:hover {
  opacity: 0.8;
}

.map-no-properties-found {
  padding: 30px 0;
}

/*
 * PrettyPhoto
 */
/** PRETTYPHOTO STYLING **/
/**
 * prettyPhoto.scss
 * Styles for the prettyPhoto lightbox script. Includes a custom WooCommerce theme.
 * http://www.no-margin-for-errors.com/projects/prettyphoto-jquery-lightbox-clone/
 */
/**
 * Mixins
 */
.header-fixed .pp_pic_holder {
  margin-top: -135px;
}

.pp_previous:before,
.pp_next:before {
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-indent: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
}

.pp_previous:hover:before,
.pp_next:hover:before {
  display: block;
}

.pp_previous:before {
  left: -80px;
  font-family: 'realty';
  content: "\70";
}

.pp_next:before {
  right: -80px;
  font-family: 'realty';
  content: "\73";
}

.pp_top,
.pp_right,
.pp_bottom,
.pp_left {
  background: none;
}

/**
 * Default prettyPhoto css
 * Do not edit!
 */
div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 0;
}

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
  white-space: nowrap;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  text-indent: -100000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  left: 50%;
  margin-top: 10px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.pp_gallery ul a {
  border: 1px solid transparent;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  text-indent: -10000px;
}

.pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res .pp_inline {
  text-align: left;
}

div.ppt {
  color: #fff !important;
  display: none;
  font-size: 1.3em;
  margin: 0 0 5px 15px;
  text-align: center;
  z-index: 9999;
}

/*
 * Property Listing
 */
/*------------------------------
	Property: Listing
------------------------------*/
.property-items {
  position: relative;
  margin-bottom: 50px;
}

.property-items li.col-md-6:nth-child(2n+3) {
  clear: both;
}

.property-items li.col-lg-4:nth-child(2n+3) {
  clear: none;
}

@media (min-width: 1200px) {
  .property-items li.col-lg-4:nth-child(3n+4) {
    clear: both;
  }
  .property-items li.col-lg-4 .property-item .title {
    font-size: 1.3em;
  }
  .property-items li.col-lg-4 .property-item .property-content .property-meta > div {
    width: 50%;
  }
}

.property-items li.col-lg-3:nth-child(2n+3) {
  clear: none;
}

@media (min-width: 1200px) {
  .property-items li.col-lg-3 {
    font-size: 0.9em;
  }
  .property-items li.col-lg-3:nth-child(4n+5) {
    clear: both;
  }
  .property-items li.col-lg-3 .property-item .title {
    font-size: 1.3em;
  }
  .property-items li.col-lg-3 .property-item .property-content .property-meta > div {
    width: 50%;
  }
}

.property-items.list li {
  width: 100%;
  font-size: 1em;
}

.property-items.list li .property-item {
  overflow: hidden;
}

@media (min-width: 992px) {
  .property-items.list li .property-item {
    background-color: #fff;
  }
  .property-items.list li .property-item .property-thumbnail {
    float: left;
    width: 40%;
  }
  .property-items.list li .property-item .title {
    font-size: 1.3em;
  }
  .property-items.list li .property-item .property-content {
    float: left;
    width: 60%;
  }
}

.property-items.loading, .property-items .loader-container {
  min-height: 200px;
}

.compare-property {
  display: none;
}

.show-compare .compare-property {
  display: inline-block;
}

.property-item {
  position: relative;
  margin-bottom: 30px;
  background-color: #fbfbfb;
}

.property-item.featured .property-title .title {
  color: #fff;
}

.property-item.featured .property-title::after {
  background-color: #43becc;
}

.property-item .property-thumbnail {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.property-item a {
  color: inherit;
}

.property-item .property-excerpt {
  font-size: .9em;
}

.property-item img {
  display: block;
  max-width: none;
  width: 100%;
  transition: all 0.5s;
  backface-visibility: hidden;
}

@media (min-width: 768px) {
  .property-item img {
    width: calc(100% + 20px) !important;
    -webkit-filter: grayscale(0%);
    filter: none;
    transform: translate3d(-10px, 0, 0);
  }
}

.property-item figcaption {
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .property-item figcaption {
    position: absolute;
  }
}

@media (min-width: 768px) {
  .property-item:hover img {
    filter: gray;
    -webkit-filter: grayscale(100%);
    transform: translate3d(0, 0, 0);
  }
}

.property-item:hover .property-excerpt {
  opacity: 1;
}

.property-item:hover .property-excerpt::after {
  transform: translate3d(0, 0, 0);
}

.property-item:hover .arrow-right {
  opacity: 0;
}

.property-item:hover .property-tag {
  display: none;
}

.property-item .property-title {
  position: relative;
  z-index: 0;
  padding: 15px;
}

.property-item .property-title::after {
  position: absolute;
  z-index: -1;
  opacity: 0.75;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
}

.property-item .property-title .title {
  margin-bottom: 0;
  font-size: 1.3em;
  color: #787878;
}

.property-item .address {
  font-size: 1.2em;
}

.property-item .property-excerpt {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .property-item .property-excerpt {
    display: block;
  }
}

.property-item .property-excerpt::after {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #43becc;
  content: '';
  transition: all 0.3s;
  transform: translate3d(-100%, 0, 0);
}

.property-item .property-meta > div {
  width: 50%;
}

.property-item .property-price {
  position: relative;
  padding: 0 15px;
  color: #787878;
  text-align: left;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 768px) {
  .property-item .property-price {
    line-height: 50px !important;
  }
}

@media (min-width: 992px) {
  .property-item .property-price {
    font-size: 1.1em;
  }
}

.property-item .property-price span {
  font-weight: 300;
}

.property-item .property-price i {
  opacity: 0.3;
  line-height: inherit;
  margin-right: 10px;
}

.property-item .property-price i:hover {
  opacity: 0.75;
  cursor: pointer;
}

.property-item .property-price .price-tag {
  float: left;
  color: #999;
}

.property-item .property-price .property-icons {
  float: right;
}

.property-tag {
  width: auto;
  position: absolute;
  top: 10px;
  background: #23282d;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 6px 8px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  opacity: .8;
}

.property-tag.tag-left {
  left: 10px;
  /*
		width: 60px;
	  height: 30px;
	  margin-left: -30px;
	  transform: rotate(-45deg);
	  transform-origin: top;
	  */
}

.property-tag.tag-right {
  right: 10px;
}

.property-tag .icon-star, .property-tag .icon-star-full {
  transform: rotate(45deg);
}

.property-meta {
  padding: 15px;
  font-size: 0.9em;
  line-height: 2;
  color: #999;
  text-align: center;
}

@media (min-width: 768px) {
  .property-meta {
    text-align: left;
  }
}

.property-meta a {
  color: #999;
}

.property-meta a:hover {
  color: #787878;
}

.property-meta a:hover .meta-data {
  cursor: pointer;
}

.property-meta .meta-title {
  display: inline-block;
  width: 25px;
}

.property-meta > div {
  float: left;
}

.property-meta .meta-data {
  display: inline-block;
}

.property-meta .meta-data:hover {
  cursor: default;
}

.add-to-favorites:hover {
  cursor: pointer;
}

#compare-properties-popup {
  display: none;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}

#compare-properties-thumbnails ul {
  margin-bottom: 0;
}

#compare-properties-thumbnails li {
  float: left;
  margin-bottom: 30px;
}

#property-comparison-table .comparison-header {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}

#property-comparison-table .comparison-data {
  position: relative;
  display: inline-block;
  width: 39%;
  margin-left: 1%;
  vertical-align: top;
}

#property-comparison-table .comparison-data a {
  color: inherit;
}

#property-comparison-table .comparison-data.columns-3 {
  width: 25.66%;
}

#property-comparison-table .comparison-data.columns-4 {
  width: 19%;
}

#property-comparison-table .comparison-data .remove-property-from-comparison {
  opacity: 0.75;
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}

#property-comparison-table .comparison-data .remove-property-from-comparison:hover {
  opacity: 1;
  cursor: pointer;
}

#property-comparison-table .comparison-data .remove-property-from-comparison::before {
  content: "";
}

#property-comparison-table .comparison-main .property-title {
  margin-bottom: 0;
}

#property-comparison-table .comparison-main .property-address {
  font-size: 0.9em;
  color: #999;
}

#property-comparison-table .comparison-attributes {
  margin-top: 30px;
}

#property-comparison-table .comparison-attributes .comparison-row {
  font-size: 0.9em;
  line-height: 2.5;
  border-bottom: 1px solid #e6e6e6;
}

#property-comparison-table .comparison-attributes .comparison-header {
  font-weight: 700;
}

.property-item .share-unit {
  z-index: 9999;
  position: absolute;
  top: -195px;
  left: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.property-item .share-unit::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #c91a22;
  content: " ";
  height: 0;
  position: absolute;
  right: 12px;
  width: 0;
}

.property-item .share-unit a {
  color: #fff;
  display: block;
  text-align: center;
}

.property-item .share-unit .social-facebook {
  background-color: #3b5998;
}

.property-item .share-unit .social-twitter {
  background-color: #4cc2ff;
}

.property-item .share-unit .social-google {
  background-color: #d23e2b;
}

.property-item .share-unit .social-pinterest {
  background-color: #c91a22;
}

.property-item .share-unit i {
  display: block;
  margin: 0;
  padding: 0;
  opacity: 1;
}

.property-payment-buttons {
  position: absolute;
  top: 30px;
  width: 100%;
  margin: 0 -5px;
  text-align: center;
}

.property-payment-buttons form {
  margin: 0 5px;
}

/*
 * Property Search Form
 */
/*------------------------------
	Property: Search Form
------------------------------*/
.property-search-form {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  padding: 30px 30px 10px;
  font-size: 0.9em;
  border-radius: 4px;
  background-color: #fff;
}

.property-search-form input:not([type=submit]), .property-search-form select, .property-search-form select:focus, .property-search-form .chosen-container {
  background-color: #fff;
}

.property-search-form input[type="submit"] {
  width: 100%;
}

.property-search-form .property-search-more {
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
}

.property-search-form .property-search-more h6 {
  padding: 1em;
  background-color: #f8f8f8;
}

.property-search-form .property-search-more.show {
  height: auto;
  margin-bottom: 20px;
}

.property-search-form .property-search-more .form-group {
  margin-bottom: 0.5em;
}

.property-search-form .property-search-more input[type="radio"] {
  margin-left: 2px;
}

.property-search-form .property-search-more i {
  display: block;
}

.property-search-form .price-range {
  height: 40px;
}

.property-search-form .price-range label {
  display: block;
  margin: 0;
  height: 22px;
  max-height: 25px;
  line-height: 1;
  color: inherit;
  text-align: center;
}

.property-search-form .price-range-slider.noUi-target, .property-search-form #price-range.noUi-target {
  border-radius: 0;
  border-color: #e6e6e6;
}

.property-search-form .price-range-slider.noUi-horizontal, .property-search-form #price-range.noUi-horizontal {
  height: 15px;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-origin, .property-search-form #price-range.noUi-horizontal .noUi-origin {
  box-shadow: none;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-handle, .property-search-form #price-range.noUi-horizontal .noUi-handle {
  height: 24px;
  width: 24px;
  left: -12px;
  top: -6px;
  cursor: pointer;
  border-radius: 0;
  border-color: #e6e6e6;
  box-shadow: none;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-handle:before, .property-search-form .price-range-slider.noUi-horizontal .noUi-handle:after, .property-search-form #price-range.noUi-horizontal .noUi-handle:before, .property-search-form #price-range.noUi-horizontal .noUi-handle:after {
  top: 6px;
  left: 9px;
  height: 10px;
}

.property-search-form .price-range-slider.noUi-horizontal .noUi-handle:after, .property-search-form #price-range.noUi-horizontal .noUi-handle:after {
  left: 12px;
}

/*
 * Shortcodes
 */
.agent img {
  display: block;
  width: 100%;
}

.agent .description {
  margin: 20px 0;
  color: #999;
}

.agent .social, .agent .social-transparent {
  padding: 1em;
  text-align: center;
  background-color: #f3f3f3;
}

.agent .social a, .agent .social-transparent a {
  margin: 5px;
  display: inline-block;
}

.agent .social i, .agent .social-transparent i {
  margin: 0;
}

.agent-thumbnail {
  width: 100%;
}

.agent-details {
  position: relative;
  padding: 20px;
  background-color: #fff;
}

.agent-details .title {
  margin-top: 0.5em;
  margin-bottom: 0;
  font-size: 1.5em;
}

@media (min-width: 768px) {
  .agent-details .title {
    margin-top: 0;
  }
}

.agent-details .company-name {
  margin-bottom: .25em;
  color: #999;
  font-size: 1.1em;
}

.agent-details .contact {
  font-size: .9em;
  line-height: 2;
  color: #999;
}

.agent-details .contact i {
  display: inline-block;
  width: 20px;
  margin-right: 5px;
}

.agent-details .contact a {
  padding-bottom: 1px;
  color: #999;
  border-bottom: 1px solid #e6e6e6;
}

.agent-details .contact a:hover {
  color: #787878;
}

.latest-posts .entry-header .entry-title {
  font-size: 1.5em;
}

.wrapper-out {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  bottom: 0;
}

.wrapper {
  display: table;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}

.wrapper .inner.bottom {
  vertical-align: bottom;
}

.wrapper .inner.bottom .slideshow-content-link .title {
  font-size: 1.3em !important;
}

@media (min-width: 768px) {
  .wrapper .inner.bottom .slideshow-content-link .title {
    max-width: none !important;
  }
}

.property-slider {
  position: relative;
  min-height: 400px !important;
  width: 100%;
  margin-bottom: 50px;
}

.property-slider.original {
  height: auto !important;
  min-height: 0 !important;
}

.property-slider .slides {
  overflow: hidden;
  opacity: 0;
}

.property-slider .slick-list {
  margin: 0;
}

.property-slider .slide-item {
  position: relative;
  margin: 0;
}

.property-slider .title {
  position: relative;
  display: inline-block;
  max-width: 80%;
  margin-left: 10%;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 1.5em;
  font-weight: 300;
  color: #fff;
  background-color: #43becc;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .property-slider .title {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.8em;
  }
}

@media (min-width: 1200px) {
  .property-slider .title {
    max-width: 100%;
    margin-left: 0;
  }
}

.property-slider .title a {
  color: #fff;
}

.property-slider .title .property-video-popup {
  opacity: 0.75;
  padding-left: 15px;
  font-size: 0.8em;
  vertical-align: super;
}

.property-slider .title .property-video-popup:hover {
  opacity: 1;
}

.property-slider .description {
  overflow: hidden;
  display: inline-block;
  max-width: 80%;
  margin-left: 10%;
  position: relative;
  padding: 15px 20px 0;
  font-size: 0.9em;
  color: #999;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .property-slider .description {
    padding: 15px 30px;
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  .property-slider .description {
    max-width: 60%;
    margin-left: 0;
  }
}

.property-slider .description .arrow-right {
  position: absolute;
  top: -30px;
  left: 0;
  border-width: 30px;
  border-left-color: #43becc;
  transition: all 0.3s;
}

.property-slider .description .arrow-left {
  position: absolute;
  top: -30px;
  right: 0;
  border-width: 30px;
  border-right-color: #43becc;
  transition: all 0.3s;
}

.property-slider .description .property-price {
  float: left;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 50px;
  color: #787878;
}

.property-slider .description .property-data {
  font-size: 0.9em;
  border-top: 1px solid #e6e6e6;
}

@media (min-width: 768px) {
  .property-slider .description .property-data {
    padding-top: 1em;
  }
}

.property-slider .description .property-details {
  display: none;
  float: right;
  margin: 0 -5px;
  line-height: 50px;
}

@media (min-width: 768px) {
  .property-slider .description .property-details {
    display: inherit;
  }
}

.property-slider .description .property-details div {
  display: inline-block;
  margin: 0 5px;
}

.property-slider .description .property-details i {
  width: 25px;
}

.property-slider .toggle-property-search-more {
  color: #787878;
}

.property-slider .property-search-more h6 {
  padding: 0;
  font-weight: 700;
  background-color: transparent;
}

.property-slider label {
  color: #787878;
}

.rtl .property-slider .title .property-video-popup {
  padding: 0 15px 0 0;
}

.slideshow-search {
  opacity: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 50%;
  text-align: center;
  transition: all .8s .4s;
  transform: scale(0.5);
}

.slideshow-search.show {
  opacity: 1;
  transform: scale(1);
}

.slideshow-search .container {
  opacity: 1 !important;
}

.slideshow-search form {
  display: inline-block;
  height: 200px;
  margin: -100px 0 0;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

@media (min-width: 768px) {
  .slideshow-search form {
    width: 80%;
    height: 100px;
    margin: -50px 10% 0;
    text-align: left;
  }
}

.slideshow-search form.property-search-form {
  height: auto;
  padding-bottom: 15px;
  border: none;
}

.slideshow-search form #mini-search-location, .slideshow-search form #mini_search_location_chosen {
  float: left;
  margin-right: 10px;
  margin-bottom: 0.5em;
  background-color: #fff;
}

@media (min-width: 768px) {
  .slideshow-search form #mini-search-location, .slideshow-search form #mini_search_location_chosen {
    width: auto !important;
    min-width: 250px;
    margin-bottom: 0;
  }
}

.slideshow-search form #mini-search-status, .slideshow-search form #mini_search_status_chosen {
  float: left;
  margin-right: 10px;
  background-color: #fff;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .slideshow-search form #mini-search-status, .slideshow-search form #mini_search_status_chosen {
    width: auto !important;
    margin-bottom: 0;
  }
}

.slideshow-search form select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slideshow-search form .mini-search-form input[type="submit"] {
  width: 100%;
}

@media (min-width: 768px) {
  .slideshow-search form .mini-search-form input[type="submit"] {
    width: auto;
  }
}

.testimonial-item .arrow-left {
  position: absolute;
  top: 15px;
  left: -40px;
  border-right-color: #fff;
  border-width: 30px;
  border-right-color: #f8f8f8;
}

.testimonial-item .content {
  position: relative;
  padding: 20px 25px;
  font-size: 1em;
  color: #999;
  background-color: #f8f8f8;
}

.testimonial-item .content blockquote {
  margin: 0;
  text-align: left;
}

.testimonial-item .content blockquote p, .testimonial-item .content blockquote cite {
  font-size: 1em;
}

.section-title {
  margin-top: 0;
}

/*
 * Slider
 */
.slick-slider {
  transition: opacity 2s;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-slider .property-item {
  margin-bottom: 5px;
}

.slick-list {
  height: auto !important;
  margin: 0 -15px;
}

.slick-list:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15px;
  content: "";
}

.slick-list:after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 15px;
  content: "";
}

.slick-slide {
  margin: 0 15px 5px;
  outline: 0;
  transition: all .5s;
}

.slick-slide img {
  width: 100%;
}

.slick-slide .property-item {
  margin-bottom: 5px;
}

.arrow-container {
  margin: 15px -5px 0;
}

.arrow-container .slick-arrow {
  opacity: 1;
  position: relative;
  top: 0;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  font-size: 1em;
  font-weight: 700;
  line-height: 40px;
}

.slick-arrow {
  opacity: 0;
  position: absolute;
  z-index: 1001;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all .2s;
}

.slick-arrow.icon-arrow-left {
  left: 0;
}

.slick-arrow.icon-arrow-right {
  right: 0;
}

.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}

.slick-dots li {
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
}

.slick-dots .dot {
  position: relative;
  height: 12px;
  width: 12px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}

.slick-dots .slick-active .dot {
  top: 2px;
  width: 16px;
  height: 16px;
  border-color: rgba(255, 255, 255, 0.75);
  background-color: transparent;
}

.dots-below {
  margin-bottom: 60px;
}

.dots-below .slick-dots {
  bottom: -40px;
}

.dots-below .slick-dots .dot {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
}

.dots-below .slick-dots .slick-active .dot {
  border-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.pp_details {
  line-height: 30px;
}

.pp_nav {
  margin-top: 0;
}

.pp_nav p {
  margin-top: 0;
  margin-bottom: 0;
}

.property-image-container .slick-dots .dot {
  margin: 0 1px;
  height: 16px;
  width: 16px;
  border-width: 3px;
}

.property-image-container .slick-dots .slick-active .dot {
  height: 22px;
  width: 22px;
}

/*
 * Visual Composer
 */
.vc_row.container {
  margin-left: auto;
  margin-right: auto;
}

.vc_row.container:not(.vc_row) {
  padding: 0;
}

.vc_row.overlay {
  position: relative;
}

.vc_row.overlay .background-overlay {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.vc_row.overlay .wpb_column {
  position: relative;
  z-index: 2;
}

.vc_row.full-width {
  margin: 0;
}

.vc_row.full-width .vc_column-inner {
  padding: 0;
}

#row_background_slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

/*
 * Widgets
 */
.widget {
  margin-bottom: 60px;
}

.widget b {
  font-weight: inherit;
}

.widget img {
  display: block;
}

.widget form {
  padding: 0;
  box-shadow: none;
  border: none;
}

.widget table {
  width: 100%;
  margin: 0;
}

.widget table caption {
  margin-bottom: 1em;
  text-transform: uppercase;
}

.widget table tfoot {
  margin-top: 0.5em;
}

.widget table tfoot a {
  display: inline-block;
  padding-top: 10px;
  color: #999;
}

.widget .empty-title .widget-title {
  display: none;
}

.widget .widget-thumbnail {
  position: relative;
  z-index: 2;
  background: #fff;
}

.widget .widget-thumbnail a:hover img {
  opacity: 0.6;
}

.widget .agent-details {
  padding: 0;
  box-shadow: none !important;
}

.widget .wpcf7 p {
  margin-bottom: 0.5em;
}

.widget .wpcf7 input[type="submit"] {
  margin-top: 0.5em;
}

.widget .wpcf7 textarea, .widget .wpcf7 input:not([type="submit"]) {
  border: 1px solid #e6e6e6;
}

.widget .wpcf7 textarea:focus, .widget .wpcf7 input:not([type="submit"]):focus {
  border-color: #43becc;
}

.widget .wpcf7 textarea {
  max-height: 100px;
}

.widget-container a {
  color: #787878;
}

.widget-title {
  font-size: 1.4em;
}

.widget-text {
  padding: 1em;
}

.widget-text .title {
  margin-bottom: 5px;
  font-size: 1.2em;
}

.widget-text .sub-title {
  margin-bottom: 0;
  line-height: 1;
  color: #999;
}

#footer .widget_featured_properties .widget-text {
  background-color: rgba(255, 255, 255, 0.05);
}

#footer .widget_featured_properties .widget-text .title {
  color: #fff;
}

#footer .menu {
  list-style-type: none;
  margin: 0 -5px;
  padding: 0;
}

#footer .menu li {
  display: inline-block;
  margin: 0 5px;
}

#footer form {
  font-size: 1em;
  box-shadow: none;
  background-color: transparent;
}

#footer form .chosen-container {
  background-color: transparent;
}

#footer .chosen-single,
#footer .chosen-drop {
  border-color: #404040;
  background-color: #404040;
}

#footer .chosen-search input {
  border-color: #43becc;
}

.widget_agent_properties .widget-content,
.widget_agents .widget-content,
.widget_featured_properties .widget-content,
.widget_latest_posts .widget-content,
.widget_single_property .widget-content,
.widget_testimonials .widget-content,
.widget_latest_tweets_widget .widget-content {
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.widget_agent_properties .widget-thumbnail img,
.widget_agents .widget-thumbnail img,
.widget_featured_properties .widget-thumbnail img,
.widget_latest_posts .widget-thumbnail img,
.widget_single_property .widget-thumbnail img,
.widget_testimonials .widget-thumbnail img,
.widget_latest_tweets_widget .widget-thumbnail img {
  width: 100%;
}

.widget_property_listing .property-meta > div {
  width: 100%;
}

.widget_property_listing .price-tag {
  float: none;
}

.widget_property_map .widget-content {
  padding: 0;
  border: none;
}

#sidebar .widget_property_search [class^="col-"],
#footer .widget_property_search [class^="col-"],
#sidebar .widget_custom_property_search_form [class^="col-"],
#footer .widget_custom_property_search_form [class^="col-"],
#sidebar .widget_membership_packages [class^="col-"],
#footer .widget_membership_packages [class^="col-"] {
  width: 100%;
}

#sidebar .widget_property_search .property-search-form,
#footer .widget_property_search .property-search-form,
#sidebar .widget_custom_property_search_form .property-search-form,
#footer .widget_custom_property_search_form .property-search-form,
#sidebar .widget_membership_packages .property-search-form,
#footer .widget_membership_packages .property-search-form {
  margin-bottom: 0;
}

.widget_testimonials blockquote {
  position: relative;
  margin: 0;
}

.widget_testimonials blockquote p {
  font-size: 1em;
}

.widget_testimonials blockquote cite {
  font-size: 1em;
}

.widget_latest_posts .widget-text p {
  font-size: 0.9em;
}

#wp-calendar {
  text-align: center;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar th {
  text-align: center;
}

.widget_search input[type="submit"] {
  font-size: 0.9em;
}

.widget_search label {
  display: block;
  margin: 0;
}

.widget_search input {
  width: 100%;
}

/*
 * WordPress Generated Classes
 *	http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */
.sticky .entry-header {
  border-top: 4px solid #43becc;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

blockquote.alignleft,
img.alignleft {
  margin: 0.5em 1.5em 0.5em 0;
}

.wp-caption.alignleft {
  margin: 0.5em 1em 0.5em 0;
}

blockquote.alignright,
img.alignright {
  margin: 0.5em 0 0.5em 1.5em;
}

.wp-caption.alignright {
  margin: 0.5em -0.5em 0.5em 1em;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
  width: 50%;
}

.entry-content blockquote.alignleft p,
.entry-content blockquote.alignright p {
  margin-bottom: 1em;
}

.wp-caption {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.alignnone .wp-caption-text {
  margin-right: 0;
}

.wp-caption-text {
  box-sizing: border-box;
  font-size: 0.8em;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  padding: 8px 10px;
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s;
}

.wp-caption:hover .wp-caption-text, .gallery-item:hover .gallery-caption {
  bottom: 0;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
  position: absolute;
  margin: -1px;
  padding: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

/* More WP classes */
/* WP Gallery */
[id^="gallery-"] {
  margin: 0 -10px !important;
}

[id^="gallery-"].gallery {
  margin-bottom: 20px;
}

[id^="gallery-"].gallery .gallery-item {
  box-sizing: border-box;
  float: left;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}

[id^="gallery-"].gallery .gallery-item img {
  width: 100% !important;
  border: none !important;
}

[id^="gallery-"].gallery .gallery-item img:hover {
  opacity: 0.8;
}

[id^="gallery-"] br {
  display: none;
}

[id^="gallery-"]:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
*/
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-caption {
  box-sizing: border-box;
  font-size: 0.8em;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  padding: 8px 10px;
  position: absolute;
  bottom: -50%;
  left: 10px;
  right: 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * Plugins
 */
/*------------------------------
	Chosen.js
------------------------------*/
.chosen-container {
  font-size: 1em;
  border-radius: 4px;
}

.chosen-container.chosen-container-active .chosen-single {
  border-color: #43becc;
}

.chosen-container.chosen-with-drop .chosen-single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chosen-container.chosen-container-single {
  position: relative;
}

.chosen-container.chosen-container-single .chosen-single {
  display: block;
  background: inherit;
}

.chosen-container.chosen-container-single .chosen-single div b {
  display: none;
}

.chosen-container.chosen-container-single .chosen-search {
  padding: 5px 10px;
}

.chosen-container.chosen-container-single .chosen-search input[type="text"] {
  border-color: #e6e6e6;
}

.chosen-container.chosen-container-single::after {
  font-family: 'realty';
  content: "\75";
  position: absolute;
  top: 0;
  right: 15px;
  font-size: .6em;
  line-height: 40px;
  transform: rotate(90deg);
}

.chosen-container.chosen-container-single:hover {
  cursor: pointer;
  border-color: #e6e6e6;
}

.chosen-container.chosen-container-single.chosen-rtl::after {
  right: auto;
  left: 14px;
}

.chosen-container .chosen-drop {
  border-color: #43becc;
  border-radius: 0;
}

.chosen-container .chosen-results {
  margin: 5px 0;
  padding: 0 10px !important;
  font-size: 0.9em;
}

.chosen-container .chosen-results li {
  padding: 0 5px;
  line-height: 2.2;
}

.chosen-container .chosen-results li.highlighted {
  color: #999;
  background: none;
}

.chosen-container .chosen-results li.group-result {
  color: #5f5f5f;
  text-transform: uppercase;
  background-color: #f8f8f8;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 0;
}

.chosen-container .chosen-results li.group-option:before {
  content: "- ";
}

.chosen-container .chosen-results li.group-option.level2 {
  margin-left: 1em;
}

.chosen-container .chosen-results li.group-option.level3 {
  margin-left: 2em;
}

.chosen-container .chosen-results li.group-option.level4 {
  margin-left: 3em;
}

/*------------------------------
	Contact Form 7
------------------------------*/
div.wpcf7 input:not([type="submit"]), div.wpcf7 textarea {
  width: 100%;
}

div.wpcf7 label {
  margin: 0;
}

div.wpcf7 .required {
  color: #e82c0c;
}

div.wpcf7 img.ajax-loader {
  margin-left: 1em;
}

div.wpcf7 img.wpcf7-captchac {
  float: left;
}

div.wpcf7 input.wpcf7-not-valid, div.wpcf7 textarea.wpcf7-not-valid {
  border-color: #e82c0c;
}

div.wpcf7 .wpcf7-textarea {
  height: 153px;
}

div.wpcf7 span.wpcf7-quiz-label {
  display: block;
}

div.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 10px;
  font-size: 0.9em;
  color: #e82c0c;
}

div.wpcf7 .wpcf7-response-output {
  margin: 0 0 30px;
  padding: 0;
  font-size: 0.9em;
}

div.wpcf7 .wpcf7-validation-errors {
  color: #e82c0c;
  border: none;
}

div.wpcf7 .wpcf7-mail-sent-ok {
  color: #45BF55;
  border: none;
}

div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 1em;
}

div.wpcf7 br {
  display: none;
}

/*------------------------------
	Datepicker for Bootstrap
------------------------------*/
.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 35px;
  height: 20px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #43becc;
  color: #fff;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #43becc;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #43becc;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #43becc;
  color: #fff;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #43becc;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #43becc;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2001 !important;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  padding: 0;
  background-color: #fff;
  border-radius: 0;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  color: #787878;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}

#ihf-main-container {
  font-size: 1em;
  line-height: 1.7;
}

#ihf-main-container a, #ihf-main-container a:hover, #ihf-main-container a:focus {
  color: #787878;
  text-decoration: none;
}

#ihf-main-container .well {
  padding: 15px;
  border: none;
  border-radius: 0;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.15);
}

#ihf-main-container .title-bar-1 {
  margin: 0 15px 15px;
  padding: 15px;
  border: none;
  border-radius: 0;
  text-shadow: none;
  background-color: #f8f8f8;
}

#ihf-main-container .ihf-tab-pane {
  font-size: .9em;
}

#ihf-main-container .chosen-container-single .chosen-single div b {
  display: none;
}

#ihf-main-container .btn:not(.ihf-share-btn) {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

#ihf-main-container .btn:not(.ihf-share-btn) * {
  line-height: 40px;
}

#ihf-main-container .btn-primary {
  color: #787878;
  border: none;
  background-color: #f8f8f8;
}

#ihf-main-container .btn-link {
  color: #787878;
}

#ihf-main-container #saveSearchButton i {
  display: none;
}

#ihf-main-container .ihf-grid-result-container .title-bar-1 {
  margin: -15px -15px 0;
}

#ihf-main-container .ihf-grid-result-container .title-bar-1 a {
  color: #787878 !important;
}

#ihf-main-container .ihf-grid-result-container .ihf-grid-result-address {
  display: block;
  margin: 15px 0;
  color: #999;
  font-size: .9em;
  text-transform: none;
}

#ihf-main-container .ihf-grid-result-container .ihf-grid-result-mlsnum-proptype {
  color: #999;
}

#ihf-main-container .ihf-listing-detail .ihf-main-image img {
  width: 100%;
}

#ihf-main-container .ihf-listing-detail .carousel-control {
  font-size: 40px;
}

#ihf-main-container .ihf-listing-detail .carousel-caption .badge {
  padding: 6px 10px;
  font-size: .8em;
  text-shadow: none;
  background-color: #23282d;
}

#ihf-main-container .ihf-listing-detail .ihf-listing-number {
  font-size: 1.2em;
  color: #42484b;
}

#ihf-main-container .ihf-listing-detail .ihf-virtual-tour-link a {
  text-decoration: underline;
}

/*------------------------------
	JP Carousel Gallery Plugin
------------------------------*/
#jp-carousel-comment-form-container, div.jp-carousel-buttons a.jp-carousel-commentlink, #jp-carousel-comments-loading {
  display: none !important;
}

.jp-carousel-buttons {
  padding: 0 !important;
}

.jp-carousel-image-meta {
  display: none;
}

.jp-carousel-wrap .jp-carousel-light .jp-carousel-close-hint, .jp-carousel-wrap .jp-carousel-close-hint {
  top: 20px;
}

.jp-carousel-wrap .jp-carousel-light .jp-carousel-close-hint span, .jp-carousel-wrap .jp-carousel-close-hint span {
  float: right;
  font-size: 3em !important;
  color: inherit;
  background: transparent !important;
}

.jp-carousel-info {
  display: none;
}

.jp-carousel-info .jp-carousel-photo-info h2 {
  font-size: 1.5em !important;
}

.jp-carousel-next-button span, .jp-carousel-previous-button span {
  background: none !important;
}

.jp-carousel-next-button, .jp-carousel-previous-button {
  overflow: visible !important;
  text-indent: 0 !important;
  opacity: 0.5;
  transition: all 0.2s;
}

.jp-carousel-next-button:before, .jp-carousel-previous-button:before {
  height: 100px;
  font-family: FontAwesome;
  font-size: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 10px;
  line-height: 1;
  text-align: center;
  color: #787878;
  content: "\F104";
}

.jp-carousel-next-button:hover, .jp-carousel-previous-button:hover {
  opacity: 1;
}

.jp-carousel-next-button:before {
  left: auto;
  right: 10px;
  content: "\F105";
}

/* Latest Tweets Widget
https://wordpress.org/plugins/latest-tweets-widget/
-------------------------*/
.widget_latest_tweets_widget .title:empty {
  display: none;
}

.latest-tweets ul {
  list-style: none;
  padding: 0;
}

.latest-tweets ul li {
  padding: 15px;
  background-color: #fff;
}

.latest-tweets ul li .tweet-text {
  overflow: hidden;
}

.latest-tweets ul li .tweet-details {
  margin: 0;
  font-style: italic;
}

.latest-tweets ul li .tweet-details a {
  opacity: 0.5;
  color: inherit;
}

.latest-tweets ul li .tweet-details a:hover {
  opacity: 1;
}

/*------------------------------
	Magnific Popup
------------------------------*/
.mfp-wrap {
  z-index: 10002;
}

.mfp-wrap .mfp-container .mfp-content .mfp-figure figure figcaption {
  display: inherit;
  margin: 0;
}

.mfp-wrap .mfp-container .mfp-arrow {
  height: 50px;
  margin-top: -25px;
  font-size: 40px;
  line-height: 1;
  opacity: 1;
  color: #fff;
}

@media (min-width: 768px) {
  .mfp-wrap .mfp-container .mfp-arrow {
    height: 60px;
    margin-top: -30px;
    font-size: 60px;
  }
}

.mfp-wrap .mfp-container .mfp-arrow-left {
  left: 60px;
}

.mfp-wrap .mfp-container .mfp-arrow-left:before {
  margin: 0;
  border: none;
  font-family: 'realty';
  content: "\70";
}

.mfp-wrap .mfp-container .mfp-arrow-left:after {
  margin: 0;
  border: none;
}

.mfp-wrap .mfp-container .mfp-arrow-right {
  right: 60px;
}

.mfp-wrap .mfp-container .mfp-arrow-right:before {
  margin-top: 0;
  border: none;
  font-family: 'realty';
  content: "\73";
}

.mfp-wrap .mfp-container .mfp-arrow-right:after {
  margin: 0;
  border: none;
}

.mfp-bg {
  z-index: 10001;
}

/*------------------------------
	Slim Jetpack
------------------------------*/
.tiled-gallery-item .tiled-gallery-caption {
  padding: 0.5em 0.25em;
  font-size: 1em;
  color: #787878;
}

.tiled-gallery-item {
  transition: all 0.3s;
}

.tiled-gallery-item:hover {
  opacity: 0.8;
}

.loader-container {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  text-align: center;
}

.svg-loader {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin-top: -40px;
  margin-left: -40px;
  -webkit-mask-image: url("assets/svg-loaders/puff.svg");
          mask-image: url("assets/svg-loaders/puff.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #43becc;
}

/* http://tobiasahlin.com/spinkit/
.spinner, .svg-loader-container {
	position: absolute;
	z-index: 1001;
	top: 0;
	left: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  text-align: center;
}

.spinner > div {
	position: relative;
	top: 50%;
  width: 16px;
  height: 16px;
  margin: 0 2px;
  //background-color: $color-muted;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1s infinite ease-in-out;
  animation: bouncedelay 1s infinite ease-in-out;
  // Prevent first frame from flickering when animation starts
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
	display: none;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.spinner .bounce2 {
	display: none;
  -webkit-animation-delay: -0.15s;
  animation-delay: -0.15s;
}

.spinner .bounce3 {
	display: none;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0); opacity: 0; }
  40% { -webkit-transform: scale(1.0); opacity: 1; }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
    opacity: 0;
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
}
*/
/*------------------------------
	Plugin: WordPress Social Login
https://wordpress.org/plugins/wordpress-social-login/
------------------------------*/
.wp-social-login-widget {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
}

.wp-social-login-widget .wp-social-login-connect-with {
  color: #999;
}

.wp-social-login-widget .wp-social-login-provider-list {
  margin-top: 0.5em;
  padding: 0;
}

.wp-social-login-widget .wp-social-login-provider-list a {
  display: inline-block;
  margin-right: 3px;
}

/*# sourceMappingURL=style.css.map */
