@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/base/theme/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/assets/base/theme/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/assets/base/theme/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/assets/base/theme/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/assets/base/theme/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/assets/base/theme/assets/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top .3s,right .3s,bottom .3s,left .3s;
  transition: top .3s,right .3s,bottom .3s,left .3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB; }

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

.noUi-value {
  position: absolute;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-large, .noUi-marker-sub {
  background: #AAA; }

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px; }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

/*
Theme Name: Homely
Theme URI: http://rypecreative.com/
Author: Rype Creative
Author URI: http://rypecreative.com/
Description: Real estate theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*====================================================================================*/
/* TABLE OF CONTENTS
/*====================================================================================*/
/* 01 RESET
/* 02 GLOBAL SETTINGS
/* 03 HEADER
/* 04 SUBHEADER
/* 05 FILTER
/* 06 PROPERTIES
/* 07 AGENTS
/* 08 BLOG
/* 09 MEMBERS
/* 10 MISC MODULES
/* 11 FOOTER

/*====================================================================================*/
/* 01 RESET
/*====================================================================================*/
* {
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5 {
  margin-top: 0px; }

ul, ul li {
  list-style: none; }

/*====================================================================================*/
/* 02 GLOBAL SETTINGS
/*====================================================================================*/
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Raleway', Arial;
  font-weight: 300;
  font-size: 15px;
  color: #464646;
  width: 100%;
  height: 100%;
  background: #ebf1f5; }

.container {
  position: relative; }

.module {
  position: relative;
  padding: 70px 0px 70px 0px; }

.module.no-padding {
  padding: 0; }

.module.no-padding-top {
  padding-top: 0; }

.module.no-padding-bottom {
  padding-bottom: 0; }

.module-header {
  margin-bottom: 50px;
  text-align: center; }

.module-header h2 {
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 15px; }

.module-header img {
  margin-bottom: 15px; }

.module-header p {
  font-size: 16px;
  margin: 0 auto;
  width: 60%; }

/* page & post content */
.content p {
  line-height: 1.8;
  margin-bottom: 27px; }

.content ul li {
  list-style-type: disc;
  margin-left: 20px; }

.content ul li ul {
  margin-left: 20px; }

.content ul li ul li {
  list-style-type: circle; }

.content ol {
  margin-left: 15px; }

.content .quote {
  padding: 5%;
  border-left: 2px solid #c29153;
  background: #e7eef4;
  font-size: 17px;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 30px; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  text-align: center;
  margin: 0 auto; }

.clear {
  clear: both; }

.show-none {
  display: none; }

.divider {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-top: 20px; }

.divider-fade {
  width: 100%;
  height: 70px;
  position: absolute;
  border-radius: 25px 4px 4px 4px;
  opacity: 0.1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.28) 0%, transparent 72%, transparent 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.28) 0%, transparent 72%, transparent 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 0%, transparent 72%, transparent 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#47000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

/* typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', Helvetica;
  color: #3a464e; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 20px; }

a {
  color: #c99d66;
  outline: 0 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover {
  color: #d3af82;
  text-decoration: none; }

.shadow-hover {
  transition: all 0.4s linear; }

.shadow-hover:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15); }

.icon {
  margin-right: 4px; }

/* BUTTONS */
.button, input[type="submit"] {
  font-family: 'Raleway', Helvetica, Arial;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 35px 10px 35px;
  color: white;
  border-radius: 3px;
  border: none;
  background-color: #c99d66;
  display: inline-block;
  width: auto;
  cursor: pointer;
  transition: all 0.2s linear; }

.button:hover, input[type="submit"]:hover, .button.grey:hover {
  color: white;
  text-decoration: none;
  background-color: #c29153; }

.button.alt {
  background-color: #4fba6f; }

.button.alt:hover {
  background-color: #5fc97e; }

.button.small {
  padding: 6px 23px 6px 23px;
  font-size: 12px; }

.button.large {
  padding: 12px 45px 12px 45px;
  font-size: 17px; }

.button.grey {
  color: #8da9b9;
  cursor: auto;
  background-color: #cbdfea; }

.button-icon {
  position: relative;
  padding-left: 56px;
  padding-right: 25px; }

.button-icon.small {
  padding-left: 38px;
  padding-right: 15px; }

.button-icon.large {
  padding-left: 70px;
  padding-right: 35px; }

.button-icon .fa {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  height: 100%;
  width: 38px;
  text-align: center;
  padding-top: 13px;
  font-size: 13px; }

.button-icon.small .fa {
  padding-top: 8px;
  width: 27px; }

.button-icon.large .fa {
  padding-top: 15px;
  font-size: 16px;
  width: 45px; }

/** PAGINATION **/
.pagination {
  width: 100%; }

.pagination ul li {
  list-style: none;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block; }

.pagination ul li.current a {
  background: #c29153;
  color: white; }

.pagination .button {
  padding: 10px 15px; }

/** FORM ELEMENTS **/
input, textarea, select {
  width: 100%;
  padding: 9px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: none;
  font-weight: 300;
  font-family: 'Raleway' !important;
  background: white; }

input[type="file"] {
  background: white;
  border: none;
  padding: 5px 0px 5px 0px;
  width: auto;
  display: inline-block; }

.chosen-container {
  margin-bottom: 20px;
  width: 100% !important; }

.chosen-container.chosen-with-drop .chosen-single {
  border: none;
  background: white; }

.chosen-container .chosen-single {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  background: white;
  height: 39px;
  line-height: 39px;
  font-size: 15px; }

.chosen-container .chosen-single div {
  top: 8px;
  right: 6px; }

.chosen-container .chosen-drop {
  border: none; }

.chosen-container .chosen-search {
  padding: 10px; }

.chosen-container .chosen-results {
  padding: 0px 10px 10px 10px; }

.chosen-container .chosen-results li.highlighted {
  background: #c99d66;
  border-radius: 2px; }

input[type="checkbox"], input[type="radio"] {
  width: auto;
  margin-right: 5px; }

textarea {
  height: 130px; }

input.border,
select.border,
textarea.border,
.form-block.border .chosen-container .chosen-single,
.form-block.border .chosen-container .chosen-drop {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.form-block.border .chosen-container .chosen-results {
  padding-top: 10px; }

.form-block label {
  display: block; }

.form-block label .error {
  color: red;
  font-size: 12px;
  margin-left: 10px; }

.search-form {
  position: relative; }

.search-form button[type="submit"] {
  border: none;
  background: none;
  position: absolute;
  right: 13px;
  top: 10px;
  color: #97aab7; }

/* SOCIAL ICONS */
.social-icons {
  margin-bottom: 0; }

.social-icons li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.4; }

.social-icons li:last-child {
  padding-right: 0px; }

.social-icons.circle li a {
  font-size: 14px;
  border: 1px solid #c99d66;
  width: 28px;
  height: 28px;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
  border-radius: 100%; }

.social-icons.circle li a:hover {
  background: #c99d66;
  border-color: #c99d66;
  color: white; }

/** ALERT BOXES **/
.alert-box {
  background: #f5fad7;
  border: 1px solid #b3b4a0;
  border-left: 3px solid #b3b4a0;
  padding: 10px;
  margin-bottom: 20px; }

.alert-box.success {
  background: #dbefd4;
  border-color: #acc7a1; }

.alert-box.error {
  background: #fad7d7;
  border-color: #c08585; }

.alert-box.info {
  background: #d2daef;
  border-color: #8a97b9; }

.alert-box h4 {
  font-size: 15px;
  margin: 0; }

/** SLICK SLIDER **/
.slider-wrap {
  position: relative; }

.slider {
  opacity: 0;
  overflow: hidden; }

.slider.slick-initialized {
  opacity: 1;
  transition: all 0.4s; }

.slider .slide:not(:first-of-type) {
  display: none; }

.slider .slide.initialized {
  display: block; }

.slider-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30px; }

.slider-prev, .slider-next {
  background: white;
  font-size: 28px;
  color: #93a1ae;
  width: 45px;
  height: 45px;
  text-align: center;
  display: block;
  padding-top: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 100;
  transition: all 0.4s; }

.slider-prev:hover, .slider-next:hover {
  background: #c99d66;
  color: white;
  border-color: #c99d66; }

.slider-prev {
  float: left;
  margin-left: 1%; }

.slider-next {
  float: right;
  padding-left: 5px;
  margin-right: 1%; }

/** TABS **/
.tabs {
  margin-bottom: 20px;
  display: none;
  font-family: 'Raleway'; }

.tabs.ui-widget.ui-widget-content,
.ui-tabs .ui-tabs-nav {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: none; }

.ui-tabs .ui-tabs-nav {
  box-shadow: inset 0px -1px rgba(0, 0, 0, 0.15); }

.ui-tabs .ui-tabs-nav li {
  border: none;
  background: transparent; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 18px 15px;
  color: #9bb3c7; }

.ui-tabs .ui-tabs-panel {
  background: transparent;
  text-align: left;
  padding: 30px 0px 0px 5px;
  margin-top: 0px; }

.tabs li.ui-state-active {
  background: transparent;
  border-bottom: 2px solid #c99d66; }

.tabs li.ui-state-active .ui-tabs-anchor {
  color: #c99d66;
  font-weight: 600; }

.ui-tabs-hide {
  display: none; }

/** ACCORDION **/
.ui-accordion .ui-accordion-header {
  border: none;
  margin-bottom: 25px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  background: white; }

.ui-accordion .ui-accordion-header-active {
  margin-bottom: 0;
  background: #c29153; }

.ui-accordion .ui-accordion-content-active {
  margin-bottom: 25px; }

.ui-accordion .ui-accordion-content {
  border: none;
  padding: 30px;
  font-family: 'Raleway'; }

.ui-accordion-header-icon {
  display: none; }

.accordion-footer {
  font-style: italic;
  font-size: 12px; }

.accordion-footer a {
  color: #c99d66;
  font-weight: 600;
  margin-left: 8px;
  margin-right: 8px; }

.ui-accordion .ui-accordion-header:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 20px; }

.ui-accordion .ui-accordion-header-active:before {
  content: "\f107"; }

/* COLOR BAR */
.color-bar {
  width: 50px;
  height: 3px;
  background: #c99d66;
  margin-bottom: 15px;
  transition: all 0.3s; }

/*====================================================================================*/
/* 03 HEADER
/*====================================================================================*/
header {
  background: white;
  width: 100%;
  position: relative;
  z-index: 1000; }

/* TOPBAR */
.top-bar {
  background: #e8ebf3;
  color: #838893;
  font-size: 12px; }

.top-bar a {
  color: #838893; }

.top-bar a:hover {
  color: #c99d66; }

.top-bar-item {
  padding: 8px;
  display: inline-block; }

.top-bar-left .top-bar-item:first-child {
  padding-left: 0px; }

.top-bar-right .top-bar-item:first-child {
  padding-right: 0px; }

/* LOGO */
.navbar-header {
  display: inline-block;
  max-width: 30%;
  min-width: 200px;
  position: relative;
  z-index: 1000; }

.navbar-brand {
  display: inline-block;
  height: auto;
  min-height: 83px;
  padding-left: 0px; }

.navbar-brand img {
  max-width: 100%; }

/* MENU TOGGLE */
.navbar-toggle {
  background: #e8ebf3;
  margin: 0;
  margin-top: 20px;
  position: relative;
  z-index: 2; }

.navbar-toggle .icon-bar {
  background: #838893; }

/* MAIN MENU */
.navbar-collapse.collapse {
  position: relative;
  z-index: 1000; }

.main-menu-wrap {
  position: absolute;
  bottom: 0;
  right: 0px; }

.nav.navbar-nav li {
  position: relative; }

.nav.navbar-nav li a {
  color: #838893;
  padding: 29px 20px; }

.nav.navbar-nav li a:hover {
  background: transparent;
  color: #c99d66; }

.nav.navbar-nav li.current-menu-item > a {
  box-shadow: inset 0px -2px #c99d66; }

.nav.navbar-nav li.menu-item-has-children:after {
  content: "\f107";
  font-family: FontAwesome;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 29px;
  top: 0;
  right: 5px;
  position: absolute; }

.nav.navbar-nav li:hover.menu-item-has-children:after {
  color: #c99d66 !important; }

.nav.navbar-nav li:last-child a {
  padding-right: 0; }

/* SUB MENU */
.nav.navbar-nav li:hover .sub-menu {
  display: block;
  margin-top: 0; }

.sub-menu {
  display: none;
  position: absolute;
  background: #2a2e3b;
  width: 200px;
  margin-top: 15px;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

.nav.navbar-nav li .sub-menu li a {
  display: block;
  padding: 10px; }

.nav.navbar-nav li .sub-menu li a:hover {
  color: white !important; }

.nav.navbar-nav li .sub-menu li.menu-item-has-children:after {
  content: "\f105";
  color: rgba(255, 255, 255, 0.2);
  right: 10px;
  margin-top: 10px; }

.nav.navbar-nav li .sub-menu li .sub-menu {
  display: none;
  margin-left: 200px;
  margin-top: -40px;
  background: #21252f; }

.nav.navbar-nav li .sub-menu li:hover .sub-menu {
  display: block; }

/* MEMBER ACTIONS */
.member-actions {
  padding-top: 25px;
  margin-left: 20px; }

/** HEADER DEFAULT **/
.header-default {
  padding-bottom: 30px; }

.header-default .navbar-header {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block; }

.header-default .header-details {
  position: absolute;
  bottom: 0;
  right: 0; }

.header-default .header-item {
  padding: 15px;
  margin: 11px 0px;
  line-height: 1.2;
  font-size: 13px; }

.header-default .header-item:nth-last-child(2) {
  padding-right: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.header-default .header-item table {
  margin: 0 auto;
  width: 100%; }

.header-default .header-search {
  width: 300px; }

.header-default .header-search input {
  border: 1px solid rgba(0, 0, 0, 0.13);
  margin-bottom: 0; }

.header-default .header-search td > .fa {
  display: none; }

.header-default .header-item td > .fa {
  color: #c29153;
  font-size: 36px;
  margin-right: 10px; }

.header-default .header-item span {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 18px; }

.header-default .navbar-brand {
  padding: 20px 15px;
  padding-left: 0px; }

.header-default .main-menu-wrap {
  height: 60px;
  top: 0px;
  width: 100%;
  background: #323746; }

.header-default .navbar-toggle.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  background: #323746;
  border-radius: 0px;
  padding: 15px; }

.header-default .main-menu-wrap.fixed {
  position: fixed; }

.header-default .main-menu-wrap .container-fixed {
  max-width: 1140px;
  margin: 0 auto; }

.header-default .nav.navbar-nav {
  float: left; }

.header-default .nav.navbar-nav li a {
  letter-spacing: 0.4px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 20px 20px; }

.header-default .nav.navbar-nav li a:hover {
  color: #c99d66; }

.header-default .nav.navbar-nav li.menu-item-has-children:after {
  content: "\f107";
  font-family: FontAwesome;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 21px; }

.header-default .nav.navbar-nav li .sub-menu li a {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300; }

.header-default .member-actions {
  padding: 0; }

.header-default .member-actions .button {
  padding: 20px 20px 20px 40px;
  letter-spacing: 0.4px;
  font-size: 14px;
  border-radius: 0; }

.header-default .member-actions .button-icon .fa {
  height: auto;
  width: 28px;
  height: 28px;
  padding-top: 9px;
  border-radius: 6px;
  top: 16px;
  margin-left: -14px;
  background: #4fba6f;
  box-shadow: 0px 0px 0px 5px #323746; }

/*====================================================================================*/
/* 04 SUBHEADER
/*====================================================================================*/
.subheader {
  background: #787c8a url(/assets/base/theme/images/1920x250.png) no-repeat center;
  background-size: cover;
  color: white;
  padding-top: 160px;
  padding-bottom: 40px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1; }

.subheader h1 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 40px;
  color: white;
  float: left; }

.subheader .breadcrumb {
  background: transparent;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
  padding: 0;
  padding-top: 20px; }

.subheader .breadcrumb a {
  color: white; }

.subheader .breadcrumb a.current {
  font-weight: 600; }

.subheader .breadcrumb .fa {
  margin-left: 6px;
  margin-right: 6px; }

/** SIMPLE SEARCH **/
.subheader.simple-search {
  text-align: center;
  padding: 200px 0px;
  background-image: url(/assets/base/theme/images/1920x950.png); }

.subheader.simple-search h1 {
  float: none;
  font-size: 48px;
  font-weight: 700; }

.subheader.simple-search p {
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 35px; }

.subheader.simple-search .simple-search-form {
  width: 65%;
  margin: 0 auto; }

.subheader.simple-search .simple-search-form input[type="text"] {
  border: none;
  border-radius: 3px 0px 0px 3px;
  font-size: 17px;
  padding: 12px;
  height: 48px;
  width: 85%;
  float: left;
  color: black; }

.subheader.simple-search .simple-search-form input[type="submit"] {
  border-radius: 0px 3px 3px 0px;
  padding: 13.5px;
  width: 15%;
  float: left; }

.subheader.simple-search .ui-tabs-nav {
  display: inline-block; }

.subheader.simple-search .ui-tabs-nav li {
  border-radius: 0px;
  margin: 0;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-right: none;
  background: rgba(255, 255, 255, 0.1);
  width: 120px;
  text-align: center; }

.subheader.simple-search .ui-tabs-nav li:hover {
  background: rgba(255, 255, 255, 0.2); }

.subheader.simple-search .ui-tabs-nav li:first-child {
  border-radius: 3px 0px 0px 3px; }

.subheader.simple-search .ui-tabs-nav li:last-child {
  border-radius: 0px 3px 3px 0px;
  border-right: 1px solid rgba(255, 255, 255, 0.2); }

.subheader.simple-search .ui-tabs-nav li a {
  color: white;
  padding: 15px 12px;
  display: block;
  font-size: 13px;
  width: 100%;
  font-weight: 700; }

.subheader.simple-search .ui-tabs-nav li.ui-state-active {
  background: #c29153;
  padding: 0;
  border-color: #c29153; }

.subheader.simple-search .ui-tabs-nav li.ui-state-active:after {
  content: "";
  position: absolute;
  bottom: -8px;
  /* value = - border-top-width - border-bottom-width */
  left: 50%;
  /* controls horizontal position */
  margin-left: -10px;
  border-width: 10px 10px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #c29153 transparent;
  display: block;
  width: 0;
  z-index: 1; }

.subheader.simple-search .ui-tabs .ui-tabs-panel {
  background: transparent;
  padding: 30px 0px 0px 0px; }

/** SUBHEADER SLIDER SIMPLE **/
.subheader.subheader-slider {
  background: #e1e5f1;
  padding: 0px; }

.subheader.subheader-slider h1 {
  float: none;
  font-size: 55px;
  display: block;
  margin-bottom: 15px; }

.subheader.subheader-slider p {
  font-size: 24px; }

.subheader.subheader-slider p .fa {
  font-size: 19px;
  margin-right: 10px; }

.subheader.subheader-slider .slide {
  background: url(/assets/base/theme/images/1920x950.png) no-repeat center;
  background-size: cover;
  padding: 200px 0px 210px 0px;
  text-align: center; }

.subheader.subheader-slider .slide:nth-child(2) {
  background: url(/assets/base/theme/images/1920x950.png) no-repeat center;
  background-size: cover; }

.subheader.subheader-slider .slide .container {
  position: relative;
  z-index: 10; }

.subheader.subheader-slider .slider-simple-buttons {
  margin-top: 25px; }

.subheader.subheader-slider .slider-simple-buttons .button:last-child {
  margin-left: 10px;
  background: transparent;
  box-shadow: inset 0px 0px 0px 2px white; }

.subheader.subheader-slider .slider-simple-buttons .button:last-child:hover {
  background: #c29153;
  color: white;
  box-shadow: inset 0px 0px 0px 2px #c29153; }

.subheader.subheader-slider .slider-next,
.subheader.subheader-slider .slider-prev {
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: white; }

.subheader.subheader-slider .slider-next:hover,
.subheader.subheader-slider .slider-prev:hover {
  background: #c99d66;
  border-color: #c99d66;
  color: white; }

/** SUBHEADER SLIDER ADVANCED **/
.subheader.subheader-slider .slider-advanced .slide {
  text-align: left; }

.subheader.subheader-slider .slider-advanced .slide .img-overlay {
  background: rgba(0, 0, 0, 0.1); }

.subheader.subheader-slider .slider-advanced .slide-price {
  background: #c99d66;
  color: white;
  width: 185px;
  text-align: center;
  padding: 12px 20px;
  font-size: 22px;
  font-weight: 700; }

.subheader.subheader-slider .slider-advanced .slide-price span {
  font-size: 13px;
  font-weight: 300;
  display: block; }

.subheader.subheader-slider .slider-advanced .slide-content {
  padding: 30px;
  display: inline-block;
  width: 45%;
  color: #2b2f3a;
  background: rgba(255, 255, 255, 0.75); }

.subheader.subheader-slider .slider-advanced .slide h1 {
  font-size: 32px;
  color: #2b2f3a; }

.subheader.subheader-slider .slider-advanced .slide p {
  font-size: 17px;
  font-weight: 600; }

.subheader.subheader-slider .slider-advanced .slide .fa {
  color: #c99d66; }

.subheader.subheader-slider .slider-advanced .slide p.slide-text {
  font-weight: 300;
  font-size: 15px; }

.subheader.subheader-slider .slider-advanced .slide table {
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center; }

.subheader.subheader-slider .slider-advanced .slide table td {
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  width: 25%; }

.subheader.subheader-slider .slider-advanced .slide table td:last-child {
  border: none; }

.subheader.subheader-slider .slider-advanced .slide table .fa {
  margin-bottom: 7px;
  font-size: 30px; }

.subheader.subheader-slider .slider-advanced .slide .button-icon .fa {
  color: white; }

.subheader.subheader-slider .slider-advanced .slide .button.small {
  margin-top: 15px;
  padding: 3px 10px;
  font-size: 10px; }

.subheader.subheader-slider .slider-advanced .slide .button.small.grey {
  color: white;
  margin-right: 10px;
  background: #bcc3d8; }

/** SUBHEADER GOOGLE MAPS **/
.subheader.google-maps {
  background: #e1e5f1;
  padding: 0;
  height: 715px;
  position: static; }

.subheader.google-maps .container {
  position: static; }

#map-canvas {
  width: 100%;
  height: 715px;
  position: absolute;
  z-index: 0; }

.info-box-img {
  width: 180px;
  margin-right: 20px;
  float: left; }

.info-box p {
  color: black; }

.subheader.google-maps.horizontal, .subheader.google-maps.horizontal #map-canvas {
  height: 600px; }

/** SUBHEADER LISTING **/
.subheader-listing-sidebar {
  padding-bottom: 50px; }

/*====================================================================================*/
/* 05 FILTER
/*====================================================================================*/
.filter {
  min-height: 300px;
  background: #cbd8e3;
  padding-bottom: 40px; }

.filter-header {
  background: #c99d66; }

.filter .ui-tabs .ui-tabs-panel {
  padding: 50px 0px 0px 0px;
  background: transparent; }

.filter .ui-tabs .ui-tabs-nav {
  box-shadow: none; }

.filter .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  text-align: center;
  font-weight: 700;
  color: white;
  padding: 16px;
  min-width: 100px; }

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a {
  background: #408dc1; }

.filter .ui-tabs .ui-tabs-nav li.ui-state-active a:after {
  content: "";
  position: absolute;
  bottom: -9px;
  /* value = - border-top-width - border-bottom-width */
  left: 50%;
  /* controls horizontal position */
  margin-left: -9px;
  border-width: 9px 9px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: #408dc1 transparent;
  display: block;
  width: 0;
  z-index: 1; }

.filter .ui-tabs .ui-tabs-nav li {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0px;
  background: none; }

.filter label {
  display: block; }

.filter label.label-submit {
  visibility: hidden;
  display: inline-block; }

.filter-item {
  float: left;
  margin-right: 2.6%;
  width: 23%; }

.filter-item-7 {
  width: 31.6%; }

.filter-item-7:nth-child(3) {
  margin-right: 0; }

.filter-item-7:nth-last-child(4) {
  width: 23%; }

.filter-item-7:nth-last-child(3) {
  width: 23%; }

.filter-item-7:nth-last-child(2) {
  width: 23%; }

.filter-item-7:last-child {
  width: 23%;
  margin-right: 0; }

.noUi-horizontal {
  height: 8px;
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.09);
  margin-bottom: 53px;
  margin-top: 7px; }

.filter .noUi-horizontal {
  background: white; }

.noUi-connect {
  background: #c99d66;
  box-shadow: none; }

.noUi-horizontal .noUi-handle {
  cursor: pointer;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 100%; }

.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  content: '';
  display: none; }

.noUi-horizontal .noUi-tooltip {
  bottom: auto;
  top: 23px;
  font-size: 11px;
  background: rgba(0, 0, 0, 0.05);
  border: none;
  padding: 3px 4px; }

.area-filter {
  width: 48.5%;
  margin-right: 3%;
  float: left; }

.area-filter:nth-last-child(2) {
  margin-right: 0; }

.filter-item .button {
  width: 100%; }

/** FILTER WITH SLIDER **/
.filter-with-slider {
  margin-top: -51px;
  color: white;
  min-height: auto;
  position: relative;
  z-index: 100;
  background: transparent; }

.filter-with-slider .tabs.ui-widget {
  background: #408dc1; }

.filter-with-slider .ui-tabs .ui-tabs-panel {
  padding: 20px 20px 0px 20px; }

.filter-with-slider .filter-item:nth-last-child(2) {
  margin-right: 0; }

.filter-with-slider label {
  color: white; }

.filter-with-slider .noUi-horizontal {
  background: rgba(0, 0, 0, 0.13); }

.filter-with-slider .noUi-connect {
  background: #323746; }

.filter-with-slider .noUi-horizontal .noUi-tooltip {
  color: white; }

.filter-with-slider .button {
  background: #323746; }

/** FILTER GOOGLE MAPS **/
.google-maps .filter {
  padding: 20px;
  margin-top: 55px;
  width: 30%;
  position: relative;
  z-index: 100;
  background: #c99d66;
  float: right;
  color: #464646; }

.google-maps .filter .filter-toggle {
  display: none;
  cursor: pointer;
  padding: 20px;
  color: white;
  font-weight: 700; }

.google-maps .filter-item {
  width: 100%;
  float: none; }

.google-maps .filter-item:nth-last-child(2) input {
  margin-bottom: 0px; }

.google-maps .filter-item label {
  font-size: 14px;
  color: white; }

.google-maps .filter-half {
  width: 48.5%;
  margin-right: 3%;
  float: left; }

.google-maps .filter-half-last {
  margin-right: 0; }

.google-maps .price-range-num {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8); }

.google-maps .noUi-connect {
  background: #323746; }

.google-maps .noUi-horizontal .noUi-tooltip {
  color: white; }

.google-maps .filter .button {
  background: #323746;
  margin-bottom: 5px; }

.google-maps .filter .button:hover {
  background: white;
  color: #c99d66; }

/*====================================================================================*/
/* PROPERTIES
/*====================================================================================*/
/* GLOBAL PROPERTY MODULE */
.property {
  background: white;
  position: relative;
  margin-bottom: 30px; }

.property:hover .property-color-bar {
  width: 100%; }

.property-img {
  position: relative;
  display: block; }

.property-img img {
  max-width: 100%;
  height: auto; }

.property-price {
  color: white;
  position: absolute;
  font-weight: 700;
  font-size: 23px;
  bottom: 10px;
  left: 15px;
  z-index: 20; }

.property-price span {
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
  display: block; }

.property-tag {
  position: absolute;
  padding: 3px 8px;
  font-size: 12px;
  z-index: 20; }

.property-tag.featured {
  right: 10px;
  margin-top: 10px; }

.property-tag.status {
  right: 10px;
  bottom: 10px; }

.img-fade {
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }

.property-color-bar {
  background: #c99d66;
  height: 3px;
  width: 0;
  position: absolute;
  z-index: 20;
  bottom: 0px;
  transition: all 0.4s; }

.property-content {
  padding: 5%; }

.property-content p {
  margin: 0; }

.property-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding-bottom: 20px;
  margin-bottom: 20px; }

.property-title h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.property-title a {
  color: #3a464e;
  font-size: 18px; }

.property-title a:hover {
  color: #c99d66; }

.property-title .fa {
  color: #c99d66; }

.property-details {
  color: #9eaab2;
  font-weight: 700;
  width: 100%;
  font-size: 13px; }

.property-details td {
  width: 33.33%; }

.property-footer {
  background: #d4e0e7;
  padding: 3% 5%;
  color: #86929a;
  font-size: 13px;
  font-weight: 400; }

.property-footer a {
  color: #86929a; }

.property-footer a:hover {
  color: #c99d66; }

/* GLOBAL PROPERTY ROW MODULE */
.property-row {
  margin-bottom: 40px; }

.property-row .property-img {
  width: 35%;
  display: inline-block;
  min-height: 285px;
  background: #d4e0e7;
  float: left;
  z-index: 100; }

.property-row .property-title h4 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.property-row .property-title h4 a {
  font-size: 20px; }

.property-row .property-address {
  font-size: 16px; }

.property-row .property-content {
  background: white;
  padding: 20px;
  width: 65%;
  float: left; }

.property-row .property-text {
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.6; }

.property-row .property-details {
  font-size: 14px;
  width: auto; }

.property-row .property-footer {
  width: 100%;
  position: absolute;
  padding: 0px 0px 0px 37%;
  bottom: 0; }

.property-row .property-footer .left {
  padding-top: 11px; }

.property-row .property-footer .button {
  margin-left: 15px;
  color: white;
  border-radius: 0px; }

.property-row-sidebar .property-img {
  overflow: hidden;
  min-height: 245px;
  width: 45%; }

.property-row-sidebar .property-content {
  width: 55%; }

.property-row-sidebar .property-title {
  padding-bottom: 13px;
  margin-bottom: 13px; }

.property-row-sidebar .property-footer {
  padding-left: 48%; }

/** PROPERTIES LISTINGS **/
.property-listing-header {
  margin-bottom: 30px; }

.property-listing-header select, .property-listing-header .chosen-container {
  min-width: 180px;
  margin-bottom: 0px; }

.property-count {
  margin-top: 10px; }

.property-layout-toggle {
  margin-right: 20px; }

.property-layout-toggle-item {
  color: #9eaab2;
  display: inline-block;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 9px; }

.property-layout-toggle-item.active {
  color: #c99d66;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.sidebar-properties {
  margin-top: -90px; }

.property-listing-map {
  height: 100%; }

.property-listing-map-left {
  float: left;
  width: 50%;
  position: fixed;
  z-index: 0;
  top: 0;
  height: 100%; }

.property-listing-map-right {
  float: right;
  width: 50%;
  padding: 3%;
  position: relative;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); }

.property-listing-map-left #map-canvas {
  height: 100%; }

/** PROPERTY HIDDEN CONTENT **/
.property.property-hidden-content .property-content {
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(72, 160, 220, 0.7);
  z-index: 10;
  color: white;
  display: block; }

.property.property-hidden-content .property-title {
  border-color: rgba(255, 255, 255, 0.3); }

.property.property-hidden-content .property-title .fa {
  color: white; }

.property.property-hidden-content .property-content h4 {
  color: white;
  font-size: 20px; }

.property.property-hidden-content .property-details {
  color: white; }

.property.property-hidden-content:hover .property-content {
  opacity: 1.0; }

/** PROPERTIES FEATURED MODULE **/
.properties.featured .property {
  width: 25%;
  float: left;
  margin-bottom: 0px; }

.properties.featured .slider-nav {
  width: 120px;
  left: 50%;
  margin-left: -60px;
  top: auto; }

.properties.featured .slider-featured {
  margin-top: 55px; }

/** PROPERTY CATEGORIES MODULE **/
.property-cat {
  width: 100%;
  height: 260px;
  display: block;
  color: white;
  padding: 5%;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.4s; }

.property-cat h3 {
  color: white;
  font-weight: 200; }

.property-cat:hover .color-bar {
  width: 130px; }

.property-cat-apartments {
  background-image: url(/assets/base/theme/images/1000x560.png); }

.property-cat-houses {
  background-image: url(/assets/base/theme/images/1000x560.png); }

.property-cat-condos {
  background-image: url(/assets/base/theme/images/1000x560.png); }

.property-cat-waterfront {
  background-image: url(/assets/base/theme/images/1000x560.png); }

.property-cat-cozy {
  background-image: url(/assets/base/theme/images/1000x560.png); }

/** PROPERTY SINGLE **/
.property-single-item {
  margin-bottom: 45px;
  background: white;
  padding: 30px; }

.property-single-item h4 {
  position: relative; }

.property-single-item .divider-fade {
  margin-top: -20px; }

.property-single-item .divider-hex {
  box-shadow: 0px 0px 15px 12px white;
  background: white;
  position: relative;
  z-index: 100;
  margin-bottom: 10px; }

.property-single-item.property-main {
  padding: 0; }

.subheader-slider.property-single-item {
  margin-bottom: 0px; }

.property-single-item .property-header {
  padding: 30px; }

.property-single-item .property-header h4 {
  display: inline-block;
  width: auto;
  white-space: normal; }

.property-single-item .property-header.property-header-slider {
  position: absolute;
  padding: 0;
  z-index: 10;
  left: 15px;
  right: 15px;
  bottom: 30%; }

.property-single-item .property-header.property-header-slider .property-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0px; }

.property-single-item .property-header.property-header-slider h4 {
  color: white;
  display: block;
  font-weight: 700;
  font-size: 32px; }

.property-single-item .property-header.property-header-slider p {
  display: inline-block;
  font-size: 20px; }

.property-single-item .property-header.property-header-slider .property-price-single {
  color: white; }

.property-single-item .property-header.property-header-slider a {
  color: white; }

.property-price-single {
  font-size: 30px;
  font-weight: 700;
  color: #c99d66;
  text-align: right;
  line-height: 1.4; }

.property-price-single span {
  display: block;
  font-size: 14px; }

.property-single-tags .property-tag {
  position: relative;
  right: 0;
  bottom: 0; }

.property-single-tags .property-tag.featured {
  margin-top: 0; }

.property-single-item .property-details-single {
  width: 100%;
  position: relative;
  z-index: 10;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  line-height: 1.1;
  background: #c99d66;
  color: white;
  font-size: 13px;
  font-weight: 300; }

.property-single-item .property-details-single td {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 25%;
  text-align: center;
  padding: 20px 0px; }

.property-single-item .property-details-single td .fa {
  font-size: 28px;
  display: block; }

.property-single-item .property-details-single td span {
  font-size: 24px;
  font-weight: 600; }

.property-single-item.property-details {
  padding: 0; }

.property-gallery {
  position: relative; }

.property-gallery img {
  max-width: 100%;
  height: auto; }

.property-gallery .slider-nav {
  top: 41%; }

.property-gallery .slide-counter {
  width: 60px;
  position: absolute;
  z-index: 10;
  color: white;
  left: 10px;
  top: 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 5px;
  font-size: 12px;
  font-family: 'Open Sans'; }

.property-gallery .property-gallery-pager {
  padding: 20px 7px 20px 20px;
  margin-bottom: 0px; }

.property-gallery .property-gallery-pager a {
  margin-bottom: -3px;
  opacity: 0.6;
  cursor: pointer;
  max-height: 135px;
  display: inline-block;
  margin-right: 1.5%;
  border-bottom: 3px solid transparent; }

.property-gallery .property-gallery-pager a img {
  position: relative;
  z-index: -1; }

.property-gallery .property-gallery-pager a.slick-current {
  opacity: 1;
  box-shadow: inset 0px -3px #c99d66; }

.property-gallery .property-gallery-pager a:last-child {
  margin-right: 0; }

.property-gallery.full-width .property-gallery-pager {
  padding-right: 0px;
  padding-left: 0px; }

.property-gallery.full-width .slide-counter {
  top: auto;
  bottom: 0;
  left: 50%;
  margin-left: -30px; }

.property-gallery.full-width .slide {
  position: relative;
  padding: 270px 0px; }

.property-gallery.full-width .slide .img-fade {
  height: 180px; }

.property-gallery.full-width .slider-nav {
  top: 37%; }

.property-gallery.full-width #slide1 {
  background: url(/assets/base/theme/images/1837x1206.png) center/cover no-repeat; }

.property-gallery.full-width #slide2 {
  background: url(/assets/base/theme/images/1837x1206.png) center/cover no-repeat; }

.property-gallery.full-width #slide3 {
  background: url(/assets/base/theme/images/1837x1206.png) center/cover no-repeat; }

.property-gallery.full-width #slide4 {
  background: url(/assets/base/theme/images/1837x1206.png) center/cover no-repeat; }

.property-gallery.full-width #slide5 {
  background: url(/assets/base/theme/images/1837x1206.png) center/cover no-repeat; }

.property-gallery.full-width #slide6 {
  background: url(/assets/base/theme/images/1837x1206.png) center/cover no-repeat; }

.property-gallery.full-width #slide7 {
  background: url(/assets/base/theme/images/1837x1206.png) center/cover no-repeat; }

.additional-details-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }

.additional-details-list li {
  list-style: none !important;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 2.3;
  padding-right: 10px; }

.additional-details-list li span {
  float: right;
  font-weight: 700; }

.amenities-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4; }

.amenities-list li {
  font-weight: 600;
  color: #556878;
  display: block;
  line-height: 2.4; }

.amenities-list li .fa {
  background: #c99d66;
  color: white;
  width: 22px;
  height: 22px;
  font-size: 14px;
  text-align: center;
  border-radius: 2px;
  padding-top: 4px; }

.amenities-list li .fa.fa-close {
  background: #9bb3c7; }

#map-single {
  width: 100%;
  height: 300px; }

.property-single-item .agent {
  margin-bottom: 0px; }

.property-single-item .agent-img {
  width: 25%;
  float: left; }

.property-single-item .agent .button.grey {
  margin-right: 10px; }

.property-single-item .agent-content {
  width: 75%;
  padding-top: 0;
  float: left; }

.property-single-item .agent-content .button {
  position: relative;
  z-index: 100; }

.widget.property-single-item h4 {
  margin-bottom: 10px; }

.property-related .property {
  margin-bottom: 0px; }

.property-related .property .property-content {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06); }

.sidebar.sidebar-property-single {
  padding-left: 15px; }

/** SUBMIT PROPERTY **/
.subheader-property-submit {
  padding-bottom: 80px; }

.form-nav {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%; }

.form-nav-item {
  position: relative;
  float: left;
  width: 20%;
  text-align: center;
  font-size: 13px;
  color: #9bb0bb;
  font-weight: 700; }

.form-nav-item span {
  display: inline-block;
  background: white;
  color: #3a464e;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  padding-top: 7px;
  margin-bottom: 7px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 10; }

.form-nav-item:after {
  content: '';
  width: 120px;
  height: 4px;
  display: block;
  background: white;
  position: absolute;
  right: -60px;
  top: 17px; }

.form-nav-item:nth-last-child(2):after {
  content: '';
  display: none; }

.form-nav-item.completed {
  color: #3a464e; }

.form-nav-item.completed span {
  background: #4fba6f;
  color: white; }

.form-next, .multi-page-form-content button[type="submit"] {
  margin-left: 10px; }

.multi-page-form-content button[type="submit"] {
  margin-top: 20px; }

.multi-page-form-content {
  background: white;
  margin-bottom: 30px;
  padding: 30px;
  display: none; }

.multi-page-form-content.active {
  display: block; }

.multi-page-form-content h4 {
  color: #c99d66;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 3px;
  margin-top: 3px; }

.multi-page-form-content .error {
  color: red;
  margin-left: 7px;
  font-size: 13px; }

.property-submit-title {
  margin-bottom: 30px; }

.property-submit-title p {
  color: #8594a9; }

.property-submit-num {
  display: block;
  color: white;
  font-size: 25px;
  font-weight: 700;
  background: #c99d66;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 4px;
  border-radius: 100%;
  margin-right: 10px; }

.additional-img-container table {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  margin-top: 15px;
  margin-bottom: 15px; }

.add-additional-img {
  margin-bottom: 15px; }

.delete-additional-img {
  cursor: pointer;
  margin-top: 10px;
  font-size: 13px; }

.multi-page-form-content #map-single {
  margin-bottom: 30px; }

.multi-page-form-content .map-input {
  margin-top: 10px;
  margin-left: 10px;
  width: 70%; }

.amenities-list {
  margin-bottom: 30px; }

.amenities-list label {
  margin-bottom: 15px; }

/*====================================================================================*/
/* AGENTS
/*====================================================================================*/
/* GLOBAL AGENT MODULE */
.agents-featured {
  border-top: 1px solid #d6e1e8;
  background: #eff5f9 url(/assets/base/theme/images/agent-bg.png) no-repeat;
  background-position: bottom;
  background-size: cover; }

.agent {
  background: white;
  position: relative;
  margin-bottom: 30px; }

.agent-tag {
  position: absolute;
  padding: 3px 8px;
  font-size: 12px;
  z-index: 20;
  bottom: 10px;
  left: 10px; }

.agent-img {
  position: relative;
  display: block; }

.agent-img img {
  max-width: 100%;
  height: auto; }

.agent-content {
  padding: 5%; }

.agent-content p {
  margin: 0; }

.agent-details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0px 10px 15px 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.9; }

.agent-details a {
  color: #3a464e;
  font-size: 20px; }

.agent-details a:hover {
  color: #c99d66; }

.agent-details .fa {
  color: #c99d66;
  font-size: 12px;
  margin-right: 8px; }

.agent-content .social-icons.circle {
  display: inline-block; }

.agent-content .social-icons.circle li {
  padding-left: 4px;
  padding-right: 4px; }

.agent-content .social-icons.circle li a {
  color: #9bb0bb;
  border: 1px solid #9bb0bb; }

.agent-content .social-icons.circle li a:hover {
  color: white;
  border-color: #c99d66; }

/** AGENT ROW **/
.agent-row {
  margin-bottom: 40px; }

.agent-row .agent-img {
  width: 30%;
  display: inline-block;
  overflow: hidden;
  min-height: 285px;
  max-height: 285px;
  background: #d4e0e7;
  float: left;
  z-index: 100; }

.agent-row .agent-content {
  background: white;
  padding: 25px;
  width: 70%;
  float: left;
  min-height: 285px;
  position: relative; }

.agent-row .agent-text {
  font-size: 14px;
  margin-top: 18px;
  line-height: 1.6; }

.agent-row .agent-details {
  padding-left: 0px;
  padding-right: 0px; }

.agent-row .agent-details p {
  display: inline-block;
  margin-right: 15px; }

.agent-row .agent-footer {
  text-align: left;
  left: 25px;
  right: 25px;
  position: absolute;
  bottom: 25px; }

.agent-row .agent-footer .social-icons {
  margin-top: 5px; }

.agent-row-sidebar .agent-img {
  min-height: 254px;
  max-height: 254px; }

.agent-row-sidebar .agent-text {
  font-size: 13px; }

.agent-row-sidebar .agent-content {
  min-height: 254px; }

.agent-row-sidebar .agent-footer {
  bottom: 20px; }

/** AGENT SINGLE **/
.agent-single {
  margin-bottom: 50px; }

.agent-single .agent-img {
  margin: 1%;
  width: 30%;
  float: left; }

.agent-single .agent-img .hex {
  position: absolute;
  right: -37px;
  top: 20px;
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  height: 50px; }

.agent-single .agent-content {
  position: relative;
  z-index: 10;
  padding: 30px;
  width: 38%;
  float: left; }

.agent-single .center {
  text-align: left; }

.agent-single .agent-details {
  border-bottom: none;
  margin-bottom: 10px; }

.agent-single .agent-details p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 4px;
  padding-bottom: 4px; }

.agent-single .agent-details p span {
  float: right;
  font-weight: 600; }

.agent-single .agent-form {
  width: 30%;
  float: right;
  background: #c29153;
  color: white;
  padding: 57px 30px;
  margin-top: -20px;
  margin-bottom: -20px;
  box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.1); }

.agent-single .agent-form h4 {
  margin-bottom: 20px;
  color: white; }

.agent-single .agent-form textarea {
  height: 100px; }

.agent-single .agent-form input[type="submit"] {
  background: #323746;
  margin-bottom: 0px; }

.agent-properties .property .property-content {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0, 0, 0, 0.06); }

/*====================================================================================*/
/* 04 BLOG
/*====================================================================================*/
.blog-post {
  background: white;
  margin-bottom: 40px; }

.blog-post-img {
  position: relative;
  display: block; }

.blog-post-date {
  position: absolute;
  background: url(/assets/base/theme/images/hexagon.png) no-repeat;
  line-height: 1.1;
  bottom: -21px;
  padding-top: 7px;
  left: 30px;
  font-size: 12px;
  width: 90px;
  text-align: center; }

.blog-post-date span {
  font-weight: bold;
  font-size: 22px;
  display: block; }

.blog-post-img .img-fade {
  opacity: 0.7; }

.blog-post-img img {
  max-width: 100%;
  height: auto; }

.blog-post-details {
  margin-bottom: 20px;
  padding: 10px 0px 15px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.blog-post-details li {
  margin-right: 13px;
  font-weight: 600;
  font-size: 13px;
  color: #9eaab2;
  list-style: none !important;
  display: inline; }

.blog-post-content {
  padding: 5%; }

.blog-post-content h3 a {
  font-weight: 100;
  color: #3a464e; }

.blog-post-content h3 a:hover {
  color: #c29153; }

.blog-post-creative {
  margin-bottom: 30px; }

.blog-post-creative h3 {
  font-size: 23px;
  margin-top: 15px; }

.img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(89, 174, 233, 0.6);
  text-align: center;
  color: white;
  font-size: 50px;
  padding-top: 40px; }

.img-overlay.black {
  background: rgba(0, 0, 0, 0.25); }

.img-overlay.blacker {
  background: rgba(0, 0, 0, 0.5); }

.img-overlay.green {
  background: rgba(79, 186, 111, 0.6); }

.img-overlay.gold {
  background: rgba(192, 172, 61, 0.6); }

.img-overlay.red {
  background: rgba(192, 92, 61, 0.6); }

.img-overlay.purple {
  background: rgba(157, 108, 188, 0.6); }

/** BLOG SINGLE **/
.blog-post-share .social-icons.circle {
  margin-top: -3px; }

.blog-post-share .social-icons.circle li {
  padding: 0; }

.blog-post-share .social-icons li a {
  border-color: #9eaab2;
  color: #9eaab2; }

.comment-list, .blog-post-related {
  margin-bottom: 50px; }

.comment-list .comment {
  margin-bottom: 10px; }

.comment-list .button.grey {
  line-height: 1.6;
  margin: 0;
  display: inline-block;
  margin-left: 7px;
  padding: 1px 10px 3px 10px; }

.comment-list .arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #c99d66;
  float: left;
  margin-top: 8px;
  margin-left: -6px; }

.comment-list .comment-text {
  margin-bottom: 20px;
  background: white;
  padding: 3%;
  border-left: 2px solid #c99d66; }

.comment-list .comment-text p {
  margin-bottom: 0px;
  float: left;
  display: inline-block; }

.comment-details {
  margin-top: 3px;
  font-size: 12px; }

.comment-details a {
  color: #9eaab2;
  margin-left: 14px; }

.comment-details a:hover {
  color: #c99d66; }

.comment-form form {
  margin-top: 30px; }

.comment-form h4 {
  margin-bottom: 30px; }

.comment-form h4 span {
  margin-bottom: 7px;
  display: block; }

/** SIDEBAR WIDGETS **/
.sidebar {
  padding-left: 40px; }

.sidebar-left {
  padding-left: 0px;
  padding-right: 40px; }

.widget-content.box {
  background: white;
  padding: 5%; }

.widget h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600; }

.widget img {
  max-width: 100%;
  height: auto; }

.widget h4 span {
  display: block;
  margin-bottom: 15px; }

.widget ul.bullet-list {
  margin-left: 20px;
  line-height: 1.9; }

.widget ul.bullet-list li {
  position: relative;
  list-style: none;
  font-weight: 500; }

.widget ul.bullet-list li:before {
  content: "\f105";
  font-family: FontAwesome;
  color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: -20px;
  position: absolute; }

.widget-sidebar {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.widget.recent-posts p {
  font-size: 13px; }

.widget.recent-properties h5, .widget.recent-posts h5 {
  font-size: 18px;
  line-height: 1.2; }

.widget .recent-property {
  margin-bottom: 20px; }

.widget .recent-property img {
  margin-bottom: 6px; }

.widget .recent-property:last-child {
  margin-bottom: 0px; }

.widget.advanced-search h4 {
  background: #c99d66;
  position: relative;
  z-index: 10;
  color: white;
  padding: 4% 5%;
  margin-bottom: 0px;
  box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.2); }

.widget.advanced-search h4 span {
  margin-bottom: 5px; }

/*====================================================================================*/
/* MEMBERS
/*====================================================================================*/
.member-card {
  background: white; }

.member-card-header {
  color: white;
  background: #c99d66;
  padding: 0px 20px 20px 20px;
  text-align: center; }

.member-card-avatar {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.4);
  width: 90px;
  height: 90px;
  margin-top: -30px;
  margin-bottom: 10px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.16);
  transition: all 0.4s; }

.member-card-avatar:hover {
  border: 5px solid rgba(255, 255, 255, 0.8); }

.member-card-header h3 {
  font-size: 20px;
  color: white; }

.member-card-header p {
  font-size: 13px; }

.member-card-content {
  text-align: center;
  position: relative; }

.member-card-content .hex {
  margin-top: -17px;
  position: absolute;
  margin-left: -45px; }

.member-card-content ul {
  position: relative;
  z-index: 10; }

.member-card-content ul li.active a {
  border-right: 2px solid #c99d66;
  color: #c99d66;
  font-weight: 700; }

.member-card-content ul li a {
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 20px 13px 20px;
  display: block;
  color: #3a464e; }

.member-card-content ul li a:hover {
  background: #deebf2; }

.member-card-content ul li .icon {
  margin-right: 7px; }

/** PROFILE **/
.profile-avatar {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px; }

.edit-avatar .button {
  margin-bottom: 25px; }

/** MY PROPERTIES **/
.my-properties-list tr {
  height: 140px;
  border: none;
  border-bottom: 1px solid #cbdfea; }

.my-properties-list tr:first-child {
  height: 50px; }

.my-properties-list th {
  font-size: 13px; }

.my-properties-list .property-img {
  width: 15%;
  padding-right: 20px;
  display: table-cell; }

.my-properties-list .property-title {
  width: 28%;
  margin: 0;
  padding: 0;
  border: none; }

.my-properties-list .property-title .property-address {
  margin-top: 3px;
  color: #9bb3c7;
  font-size: 13px;
  margin-bottom: 15px; }

.my-properties-list .property-post-status {
  width: 15%; }

.my-properties-list .property-post-status .button.small {
  font-size: 11px;
  padding: 5px 10px; }

.my-properties-list .property-date {
  width: 15%; }

.my-properties-list .property-actions {
  width: 27%; }

.my-properties-list .property-actions a {
  font-size: 13px;
  padding-left: 7px;
  padding-right: 7px; }

/** FAVORITE PROPERTIES **/
.favorite-properties-list .property-img {
  width: 20%;
  padding-right: 4%; }

.favorite-properties-list .property-title {
  width: 55%; }

.favorite-properties-list .property-actions {
  width: 25%; }

/*====================================================================================*/
/* MISC MODULES
/*====================================================================================*/
.about-video-thumb {
  max-width: 100%;
  height: auto; }

/* SERVICES */
.services {
  padding-top: 0; }

.services .service-item {
  background: white;
  padding: 0% 10% 12% 10%;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  position: relative;
  z-index: 10; }

.services .service-item:hover .fa {
  background: #67b5ea; }

.services .service-item .fa {
  width: 110px;
  height: 110px;
  color: white;
  background: #c29153;
  font-size: 45px;
  padding-top: 25px;
  border-radius: 100px;
  margin-top: -40px;
  margin-bottom: 30px;
  border: 5px solid white;
  transition: all 0.4s; }

.services .service-item h4 {
  font-weight: 700;
  font-size: 18px;
  color: #323746;
  margin-bottom: 20px; }

/** TEAM (LEADERS) **/
.team-member {
  margin-bottom: 30px; }

.team-member img {
  max-width: 100%;
  height: auto; }

.team-member-img {
  position: relative;
  color: white; }

.team-member-img .img-overlay {
  opacity: 0;
  transition: all 0.4s; }

.team-member-img p {
  opacity: 0;
  transition: all 0.4s;
  text-align: center;
  line-height: 1.6;
  font-size: 17px;
  position: absolute;
  z-index: 10;
  padding: 20px;
  bottom: 0px; }

.team-member-content {
  padding: 20px;
  line-height: 2.1;
  position: relative;
  background: white;
  text-align: center; }

.team-member-content h4, .team-member-content p {
  margin: 0;
  position: relative;
  z-index: 10; }

.team-member-content .hex {
  margin-top: -20px;
  top: 0;
  left: 50%;
  margin-left: -43px;
  z-index: 0;
  position: absolute; }

.team-member-content .social-icons {
  margin-top: 10px; }

.team-member:hover .team-member-img .img-overlay {
  opacity: 1.0; }

.team-member:hover .team-member-img p {
  opacity: 1.0;
  bottom: 20px; }

/** CALL TO ACTIONS **/
.cta {
  background: #c29153;
  color: white;
  padding: 60px 0px; }

.cta h3, .cta h2 {
  color: white;
  font-weight: 200; }

.cta.newsletter {
  background: #c29153;
  background-image: url(/assets/base/theme/images/send.png);
  background-repeat: no-repeat;
  background-position: 20% 50%; }

.cta.newsletter .newsletter-form {
  position: relative; }

.cta.newsletter input[type="email"] {
  margin-top: 15px;
  background: transparent;
  padding: 10px 5px;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  outline: none !important; }

.cta.newsletter input[type="email"]::-webkit-input-placeholder {
  color: white; }

.cta.newsletter input[type="email"]:-moz-placeholder {
  color: white;
  opacity: 1; }

.cta.newsletter input[type="email"]::-moz-placeholder {
  color: white;
  opacity: 1; }

.cta.newsletter input[type="email"]:-ms-input-placeholder {
  color: white; }

.cta.newsletter button[type="submit"] {
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 23px; }

.cta.hexs {
  background: #c29153 url(/assets/base/theme/images/pattern.jpg) no-repeat bottom;
  background-size: cover; }

.cta.hexs .hex {
  min-height: 195px;
  padding-top: 57px;
  text-align: center;
  position: relative; }

.cta.hexs .hex p {
  position: relative;
  z-index: 10; }

.cta.hexs .hex p span {
  font-size: 33px;
  font-weight: 700;
  display: block; }

.cta.hexs .hex img {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 0; }

.cta.image-bg {
  padding: 150px 0px;
  position: relative;
  text-align: center;
  background: #c29153 url(/assets/base/theme/images/1920x950.png) no-repeat center;
  background-attachment: fixed;
  background-size: cover; }

.cta.image-bg p {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 30px; }

/** TESTIMONIALS **/
.testimonials {
  background: #c29153 url(/assets/base/theme/images/pattern.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
  color: white;
  text-align: center; }

.testimonials a {
  color: white; }

.testimonials h2 {
  color: white; }

.testimonials h3 {
  width: 80%;
  margin: 0 auto;
  color: white;
  font-weight: 200;
  background: rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  border-radius: 4px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 30px; }

.testimonials h3:after {
  content: "";
  position: absolute;
  bottom: -15px;
  /* value = - border-top-width - border-bottom-width */
  left: 50%;
  /* controls horizontal position */
  margin-left: -10px;
  border-width: 15px 15px 0;
  /* vary these values to change the angle of the vertex */
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
  display: block;
  width: 0;
  z-index: 1; }

.testimonial-details {
  margin: 0 auto;
  display: inline-block; }

.testimonial-img {
  display: inline-block !important;
  margin-bottom: 10px;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.2); }

.testimonial-name {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 0px; }

.slider-nav-testimonials .slider-prev,
.slider-nav-testimonials .slider-next {
  background: transparent;
  color: white;
  border: 2px solid white; }

.slider-nav-testimonials .slider-prev:hover,
.slider-nav-testimonials .slider-next:hover {
  background: white;
  color: #c29153; }

/** CONTACT **/
.contact-details {
  background: #c99d66 url(/assets/base/theme/images/contact-bg.png) no-repeat bottom;
  background-size: cover; }

.contact-item {
  min-height: 220px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px;
  color: white;
  text-align: center; }

.contact-item h4 {
  color: white;
  font-size: 20px;
  font-weight: 600; }

.contact-item .fa {
  font-size: 30px;
  width: 58px;
  height: 58px;
  text-align: center;
  padding-top: 11px;
  border: 2px solid white;
  border-radius: 100%;
  margin-bottom: 20px; }

.contact-item .social-icons li {
  padding: 0; }

.contact-item .social-icons .fa {
  border: none;
  color: white;
  font-size: 17px;
  width: 35px;
  height: 35px;
  padding-top: 10px;
  margin-bottom: 0px; }

.contact-item p {
  margin-bottom: 0px; }

/** LOGIN **/
.login p {
  text-align: center; }

.login .note {
  font-size: 13px; }

.login-form {
  background: white;
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; }

/** 404 Error **/
.page-not-found {
  text-align: center;
  padding: 160px 0px; }

.page-not-found h2 {
  font-size: 120px;
  font-weight: 700; }

.page-not-found p {
  margin: 20px 0px; }

/** ELEMENTS **/
.elements .row {
  margin-bottom: 60px; }

.elements .button {
  margin-right: 7px; }

/*====================================================================================*/
/* 04 FOOTER
/*====================================================================================*/
footer {
  background: #323746;
  padding: 60px 0px;
  color: #8e95ac;
  font-size: 13px;
  position: relative;
  z-index: 10; }

footer h4 {
  color: white; }

footer .divider {
  background: rgba(255, 255, 255, 0.1); }

.footer-logo {
  display: block;
  margin-bottom: 20px; }

.footer-logo img {
  width: 150px; }

.from-the-blog h3 {
  color: white;
  font-size: 16px; }

.bottom-bar {
  background: #262a35;
  color: #8e95ac;
  padding: 20px 0px;
  text-align: center;
  font-size: 13px;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 1199px) {
  .property-row .property-img {
    min-height: 240px; }
  .property-row .property-title {
    padding-bottom: 11px;
    margin-bottom: 11px; }
  .property-row .property-text, .agent-row .agent-text {
    margin-top: 16px;
    font-size: 12px; }
  .property-row .property-details {
    font-size: 13px; }
  .property-row .property-footer {
    padding: 0px 0px 0px 37%; }
  .property-row-sidebar .property-footer {
    padding: 0px 0px 0px 48%; }
  .property-row .property-footer .button {
    padding: 8px 26px 8px 57px; }
  .agent-row-sidebar .agent-img {
    min-height: 230px;
    max-height: 230px; }
  .agent-row-sidebar .agent-content {
    min-height: 230px; } }

@media screen and (min-width: 767px) and (max-width: 990px) {
  .navbar-collapse.collapse {
    background: transparent !important;
    padding: 0 !important; }
  .nav.navbar-nav li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important; } }

@media screen and (max-width: 990px) {
  /* HEADER */
  .navbar-toggle {
    display: inline-block; }
  .navbar-collapse.collapse {
    display: none !important;
    background: #323746; }
  .collapse.in {
    display: block !important;
    overflow-y: visible; }
  .main-menu-wrap {
    position: static; }
  .nav.navbar-nav {
    width: 100%;
    float: none;
    margin: 0;
    position: static;
    top: 0; }
  .nav.navbar-nav li {
    width: 100%; }
  .nav.navbar-nav li a {
    color: #838893;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
  .nav.navbar-nav li.current-menu-item a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-weight: 700;
    color: #48a0dc; }
  .nav.navbar-nav li.menu-item-has-children:after {
    margin-top: 20px; }
  .nav.navbar-nav li .sub-menu li.menu-item-has-children:after {
    content: "\f107"; }
  .sub-menu {
    width: 100%; }
  .nav.navbar-nav li:hover .sub-menu {
    position: relative; }
  .nav.navbar-nav li .sub-menu li .sub-menu {
    position: absolute;
    margin-left: 0;
    margin-top: 0; }
  .nav.navbar-nav li .sub-menu li:hover .sub-menu {
    position: relative; }
  .member-actions {
    float: none; }
  /** HEADER DEFAULT **/
  .header-default {
    padding-bottom: 0px; }
  .header-default .header-details {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header-default .header-item {
    width: 33.33% !important;
    float: left;
    font-size: 12px;
    margin: 5px 0px;
    padding: 5px 15px 5px 15px; }
  .header-default .header-item table {
    width: auto; }
  .header-default .header-search table {
    width: 100%; }
  .header-default .header-item span {
    font-size: 13px; }
  .header-default .header-item td > .fa {
    font-size: 25px; }
  .header-default .main-menu-wrap {
    background: transparent; }
  .header-default .main-menu-wrap.fixed {
    background: #323746;
    height: 100%;
    overflow-y: auto;
    padding: 15px;
    margin-top: 45px; }
  .header-default .nav.navbar-nav li a {
    color: #838893;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04); }
  .header-default .member-actions .button-icon {
    width: 100%; }
  .header-default .member-actions .button-icon .fa {
    box-shadow: 0px 0px 0px 5px white; }
  /** SUBHEADER **/
  .subheader.subheader-slider .slider-advanced .slide-price {
    margin-left: 7%; }
  .subheader.subheader-slider .slider-advanced .slide-content {
    margin-left: 7%;
    width: 60%; }
  /** PROPERTIES **/
  .properties.featured .property {
    width: 50%; }
  .property-row .property-img {
    min-height: 185px; }
  .property-row .property-title h4 {
    margin-bottom: 5px; }
  .property-row .property-address {
    font-size: 14px; }
  .property-row .property-text, .agent-row .agent-text {
    margin-top: 10px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .property-row .property-footer .left {
    padding-top: 8px; }
  .property-row .property-footer .button {
    padding: 6px 20px 6px 51px; }
  .property-row .property-footer .button-icon .fa {
    padding-top: 10px; }
  /* AGENTS */
  .agent-row .agent-img {
    min-height: 230px;
    max-height: 230px; }
  .agent-row .agent-content {
    min-height: 230px; }
  .agent-single .agent-img {
    width: 48%; }
  .agent-single .agent-content {
    width: 50%; }
  .agent-single .agent-form {
    margin: 0;
    width: 100%; }
  .agent-single .agent-form:before {
    content: '';
    clear: both; }
  /** SIDEBAR **/
  .sidebar, .sidebar-left {
    padding-left: 15px;
    padding-right: 15px; }
  /** FOOTER **/
  .footer-widget {
    margin-bottom: 50px; }
  footer h4 {
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  /** HEADER **/
  .navbar-header {
    margin-left: 0px !important; }
  .nav.navbar-nav li.menu-item-has-children:after {
    color: rgba(255, 255, 255, 0.2); }
  /** HEADER DEFAULT **/
  .header-default .member-actions .button-icon {
    margin-top: 15px; }
  .header-default .member-actions .button-icon .fa {
    box-shadow: 0px 0px 0px 5px #323746; }
  /** FILTER **/
  .filter-item, .filter-item-7 {
    width: 47% !important;
    margin-right: 5% !important; }
  .filter-item:nth-child(2n), .filter-item-7:nth-child(2n) {
    margin-right: 0 !important; }
  .google-maps .filter {
    min-height: auto;
    width: 50%;
    text-align: center;
    padding: 0;
    margin-top: 16px;
    position: relative;
    z-index: 20; }
  .google-maps .filter .filter-toggle {
    display: block; }
  .google-maps .filter .filter-item {
    width: 100% !important; }
  .google-maps .filter form {
    text-align: left;
    display: none;
    padding: 15px;
    position: absolute;
    width: 100%;
    background: #48a0dc; }
  /** PROPERTIES **/
  .property-row .property-img, .agent-row .agent-img {
    float: none;
    display: block;
    width: 100%;
    min-height: auto;
    max-height: 100%; }
  .property-row .property-content, .agent-row .agent-content {
    float: none;
    width: 100%; }
  .property-row .property-title {
    margin-bottom: 15px; }
  .property-row .property-title h4 {
    white-space: normal;
    margin-bottom: 10px; }
  .property-row .property-text, .agent-row .agent-text {
    font-size: 13px;
    white-space: normal; }
  .property-row .property-footer {
    position: relative;
    padding: 0px 0px 0px 18px; }
  .property-listing-map-left {
    position: relative;
    height: 350px; }
  .property-listing-map-left, .property-listing-map-right {
    width: 100%; }
  .property-gallery.full-width .property-gallery-pager a {
    max-height: 70px; }
  .amenities-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; }
  .property-submit-title {
    margin-top: 50px;
    width: 100%; }
  .multi-page-form-content .button {
    text-align: center;
    width: 48%;
    margin: 0;
    margin-left: 1%; }
  .multi-page-form-content button[type="submit"] {
    width: 100%;
    margin: 0; }
  /** AGENTS **/
  .agent-row .agent-footer {
    margin-top: 10px;
    position: relative;
    padding: 0px;
    left: auto;
    right: auto;
    bottom: auto; }
  .agent-single .agent-img, .agent-single .agent-content, .agent-single .agent-form {
    margin: 0;
    float: none;
    width: 100%; }
  .agent-single .agent-img .hex {
    display: none; }
  /** SUBHEADER **/
  .subheader.simple-search {
    padding: 70px 0px 100px 0px; }
  .subheader.simple-search .simple-search-form {
    width: 100%; }
  .subheader.simple-search .ui-tabs-nav li {
    font-size: 11px;
    width: 90px; }
  .subheader.subheader-slider .slide {
    padding: 150px 0px 150px 0px; }
  .subheader.subheader-slider h1 {
    font-size: 40px; }
  .subheader.subheader-slider .slider-advanced .slide-price {
    margin-left: 5%; }
  .subheader.subheader-slider .slider-advanced .slide-content {
    margin-left: 5%;
    width: 90%; } }

@media only screen and (max-width: 589px) {
  /** HEADER **/
  .top-bar-left, .top-bar-right {
    float: none;
    width: 100%;
    text-align: center; }
  .top-bar-left {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .top-bar-item {
    float: none;
    display: inline-block; }
  /** HEADER DEFAULT **/
  .header-default .header-item .header-item-text {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
    top: 40px; }
  .header-default .header-search td > .fa {
    display: block; }
  .header-default .header-search {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .header-default .header-search table {
    width: auto; }
  .header-default .header-item:hover .header-item-text {
    display: block; }
  /* SUBHEADER */
  .subheader.subheader-slider .slider-simple-buttons .button {
    width: 70%; }
  .subheader.subheader-slider .slider-simple-buttons .button:last-child {
    margin-left: 0px;
    margin-top: 15px; }
  .subheader.subheader-slider .slider-advanced .slide table {
    font-size: 9px; }
  .subheader.subheader-slider .slider-advanced .slide .button.small {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px; }
  /** FILTER **/
  .filter .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-size: 13px;
    padding: 16px 0px;
    min-width: 80px; }
  .filter-item, .filter-item-7 {
    width: 100% !important;
    margin-right: 0; }
  .google-maps .filter {
    width: 100%; }
  /** TESITMONIALS **/
  .testimonials h3 {
    font-size: 20px; }
  /** PROPERTIES **/
  .properties.featured .property {
    width: 100%; }
  .property-listing-header select, .property-listing-header .chosen-container {
    min-width: auto; }
  .property-price-single {
    float: none;
    text-align: left;
    margin-bottom: 20px; }
  .property-single-tags .property-type {
    float: none;
    margin-top: 20px; }
  .property-single-item .property-details-single td span {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 17px; }
  .property-single-item .property-header.property-header-slider {
    bottom: 21%; }
  .property-gallery.full-width .slide {
    padding: 270px 0px; }
  .property-gallery.full-width .slide-counter {
    right: 0;
    left: auto; }
  .additional-details-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; }
  .amenities-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
  .property-single-item .agent-img {
    width: 100%;
    float: none; }
  .property-single-item .agent-content {
    width: 100%;
    float: none; }
  .property-single-item .agent-content .button {
    margin-top: 20px;
    float: none; }
  .property-single-item .agent-content .button.grey {
    margin-bottom: 20px; }
  /** AGENTS **/
  .agent-row .agent-footer {
    text-align: center; }
  .agent-row .agent-footer .button {
    float: none;
    margin-top: 15px; } }

@media only screen and (max-width: 480px) {
  /** PROPERTIES **/
  .property-count {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px; }
  .property-layout-toggle {
    float: left; }
  .property-listing-header form {
    width: 150px; }
  .amenities-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1; } }

.navbar-brand img {
  max-width: 152px; }

.header-default .nav.navbar-nav .logo-menu-item a {
  padding: 15px 20px; }

.main-menu-wrap .logo-menu-item {
  display: none; }
  .main-menu-wrap .logo-menu-item a {
    padding: 15px 20px; }
  .main-menu-wrap .logo-menu-item img {
    height: 30px; }

@media screen and (min-width: 992px) {
  .main-menu-wrap.fixed .logo-menu-item {
    display: block; } }

@media screen and (max-width: 991px) {
  .header-default .header-item {
    width: 50% !important; } }

.header-default .header-item-text a {
  color: #464646; }

.header-default .member-actions .button:focus {
  color: white;
  text-decoration: inherit; }

.subheader-slider.subheader-slider--fixed-bg .slide {
  background-attachment: fixed !important; }

.button.grey-2 {
  background-color: #777777; }

.button.grey-2:hover {
  background-color: #848484; }

.widget h2, .widget h3 {
  margin-bottom: 30px; }
  .widget h2 span, .widget h3 span {
    display: block;
    margin-bottom: 15px; }

.form-block.recaptcha {
  margin-bottom: 30px; }

.cta.newsletter h3 {
  margin-top: 25px; }

.cta.newsletter .error {
  font-weight: bold; }

.cta.newsletter .success-msg {
  margin-top: 25px;
  line-height: 24px; }

.g-recaptcha > div,
.g-recaptcha-alt > div {
  margin: 0 auto; }

.modal form input {
  border: solid 1px #ccc; }

.close {
  line-height: 19px;
  font-size: 30px;
  font-weight: 600; }

#footer .contacts-btn {
  margin-top: 30px;
  padding: 10px 30px;
  border-radius: 40px;
  font-weight: bold;
  color: #323746; }
  #footer .contacts-btn i {
    margin-left: 15px; }

.footer-link-list {
  font-size: 18px; }
  .footer-link-list a {
    color: #8e95ac; }
    .footer-link-list a:hover, .footer-link-list a:focus {
      color: #c9ccd7; }

.footer-map {
  margin-bottom: 30px; }
  .footer-map iframe {
    width: 100%;
    max-width: 100%;
    height: 200px; }

.footer-skype-button {
  padding-left: 5px;
  margin-top: 10px; }
  .footer-skype-button img {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .footer-skype-button p {
    margin: 0; }

body {
  font-weight: 400; }

.header-default .member-actions .button {
  color: #fff;
  background-color: #c99d66;
  border-color: #c29153; }
  .header-default .member-actions .button:focus, .header-default .member-actions .button.focus {
    color: #fff;
    background-color: #ba8542;
    border-color: #6f4f27; }
  .header-default .member-actions .button:hover {
    color: #fff;
    background-color: #ba8542;
    border-color: #a07238; }
  .header-default .member-actions .button:active, .header-default .member-actions .button.active,
  .open > .header-default .member-actions .button.dropdown-toggle {
    color: #fff;
    background-color: #ba8542;
    border-color: #a07238; }
    .header-default .member-actions .button:active:hover, .header-default .member-actions .button:active:focus, .header-default .member-actions .button:active.focus, .header-default .member-actions .button.active:hover, .header-default .member-actions .button.active:focus, .header-default .member-actions .button.active.focus,
    .open > .header-default .member-actions .button.dropdown-toggle:hover,
    .open > .header-default .member-actions .button.dropdown-toggle:focus,
    .open > .header-default .member-actions .button.dropdown-toggle.focus {
      color: #fff;
      background-color: #a07238;
      border-color: #6f4f27; }
  .header-default .member-actions .button:active, .header-default .member-actions .button.active,
  .open > .header-default .member-actions .button.dropdown-toggle {
    background-image: none; }
  .header-default .member-actions .button.disabled:hover, .header-default .member-actions .button.disabled:focus, .header-default .member-actions .button.disabled.focus, .header-default .member-actions .button[disabled]:hover, .header-default .member-actions .button[disabled]:focus, .header-default .member-actions .button[disabled].focus,
  fieldset[disabled] .header-default .member-actions .button:hover,
  fieldset[disabled] .header-default .member-actions .button:focus,
  fieldset[disabled] .header-default .member-actions .button.focus {
    background-color: #c99d66;
    border-color: #c29153; }
  .header-default .member-actions .button .badge {
    color: #c99d66;
    background-color: #fff; }

.header-default .member-actions .button-icon .fa {
  background: #c99d66; }

#footer .contacts-btn {
  color: #323746;
  background-color: #c99d66;
  border-color: #c29153; }
  #footer .contacts-btn:focus, #footer .contacts-btn.focus {
    color: #323746;
    background-color: #ba8542;
    border-color: #6f4f27; }
  #footer .contacts-btn:hover {
    color: #323746;
    background-color: #ba8542;
    border-color: #a07238; }
  #footer .contacts-btn:active, #footer .contacts-btn.active,
  .open > #footer .contacts-btn.dropdown-toggle {
    color: #323746;
    background-color: #ba8542;
    border-color: #a07238; }
    #footer .contacts-btn:active:hover, #footer .contacts-btn:active:focus, #footer .contacts-btn:active.focus, #footer .contacts-btn.active:hover, #footer .contacts-btn.active:focus, #footer .contacts-btn.active.focus,
    .open > #footer .contacts-btn.dropdown-toggle:hover,
    .open > #footer .contacts-btn.dropdown-toggle:focus,
    .open > #footer .contacts-btn.dropdown-toggle.focus {
      color: #323746;
      background-color: #a07238;
      border-color: #6f4f27; }
  #footer .contacts-btn:active, #footer .contacts-btn.active,
  .open > #footer .contacts-btn.dropdown-toggle {
    background-image: none; }
  #footer .contacts-btn.disabled:hover, #footer .contacts-btn.disabled:focus, #footer .contacts-btn.disabled.focus, #footer .contacts-btn[disabled]:hover, #footer .contacts-btn[disabled]:focus, #footer .contacts-btn[disabled].focus,
  fieldset[disabled] #footer .contacts-btn:hover,
  fieldset[disabled] #footer .contacts-btn:focus,
  fieldset[disabled] #footer .contacts-btn.focus {
    background-color: #c99d66;
    border-color: #c29153; }
  #footer .contacts-btn .badge {
    color: #c99d66;
    background-color: #323746; }

@media (min-width: 1200px) {
  .home-slideshow.subheader-slider .slide {
    padding: 300px 0px; } }

.home-top {
  position: relative;
  z-index: 1;
  background: white; }
  .home-top__text h2 {
    font-weight: bold;
    font-size: 50px;
    color: #c99d66;
    margin-bottom: 60px; }
  .home-top__text p {
    font-size: 1.8em;
    font-weight: lighter; }
  @media (min-width: 768px) {
    .home-top > .container {
      margin-top: -200px; }
    .home-top__bg {
      position: absolute;
      top: -130px;
      left: 0;
      border-bottom: 300px solid white;
      border-right: 50px solid transparent;
      height: 0;
      width: 66.66667%; }
    .home-top__text {
      padding: 30px 60px 0 0; }
      .home-top__text p {
        font-size: 1.2em; }
    .home-top__logo img {
      display: block;
      width: 88%;
      height: auto;
      transform: rotate(-10deg);
      transform-origin: top right;
      transform-origin: 60% 0%;
      animation-name: pendulum;
      animation-delay: 0s;
      animation-duration: 4s;
      animation-iteration-count: infinite;
      animation-direction: normal;
      animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1); }
    @keyframes pendulum {
      0% {
        transform: rotate(-8deg); }
      50% {
        transform: rotate(-12deg); }
      100% {
        transform: rotate(-8deg); } } }
  @media (min-width: 992px) {
    .home-top > .container {
      margin-top: -250px; }
    .home-top__bg {
      top: -160px; }
    .home-top__text {
      padding: 60px 100px 0 0; }
      .home-top__text h2 {
        font-size: 60px; } }
  @media (min-width: 1200px) {
    .home-top > .container {
      margin-top: -400px; }
    .home-top__bg {
      top: -185px;
      width: 50%; }
    .home-top__text {
      padding: 180px 60px 0 0; }
      .home-top__text h2 {
        font-size: 70px;
        margin-bottom: 60px; }
    .home-top__logo img {
      width: 88%; } }

.home-services {
  background: white; }
  .home-services__second-title {
    display: none; }
    @media (min-width: 992px) {
      .home-services__second-title {
        display: block;
        position: absolute;
        z-index: 1;
        top: -48px;
        left: 50%;
        padding: 30px 90px;
        line-height: 1;
        border-radius: 48px;
        background: #c99d66;
        color: white;
        font-size: 36px;
        font-weight: bold;
        text-transform: uppercase; } }
  .home-services__container {
    position: relative;
    padding: 0 15px; }
  .home-services__line {
    border-top: solid 1px #c99d66; }
  .home-services__sidebar {
    position: relative; }
  .home-services h2 {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: lighter;
    color: #c99d66; }
    @media (min-width: 992px) {
      .home-services h2 {
        position: absolute;
        top: 0;
        right: 30px;
        margin: 0;
        white-space: nowrap;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: bottom right;
        -moz-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        transform-origin: bottom right; } }
  .home-services__item {
    margin-top: 0;
    margin-bottom: 6px;
    color: white; }
    .home-services__item__bg {
      position: relative;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      .home-services__item__bg:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+54,000000+68,000000+100&0+0,0+32,0.23+54,0.42+68,0.7+100 */
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(104, 104, 104, 0) 32%, rgba(0, 0, 0, 0.23) 54%, rgba(0, 0, 0, 0.42) 68%, rgba(0, 0, 0, 0.7) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(104, 104, 104, 0) 32%, rgba(0, 0, 0, 0.23) 54%, rgba(0, 0, 0, 0.42) 68%, rgba(0, 0, 0, 0.7) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(104, 104, 104, 0) 32%, rgba(0, 0, 0, 0.23) 54%, rgba(0, 0, 0, 0.42) 68%, rgba(0, 0, 0, 0.7) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#b3000000',GradientType=0 );
        /* IE6-9 */ }
    .home-services__item__content {
      position: relative;
      display: block;
      padding: 45px 30px;
      color: white;
      text-shadow: 1px 1px 0 #333333; }
      .home-services__item__content:hover, .home-services__item__content:focus {
        color: white;
        text-decoration: none; }
    .home-services__item h3 {
      margin: 0 0 30px 0;
      font-size: 40px;
      font-weight: lighter;
      color: white; }
    @media (min-width: 768px) {
      .home-services__item {
        font-size: 1.2em; }
        .home-services__item h3 {
          font-size: 70px; }
        .home-services__item__description {
          padding-left: 60px; } }
    @media (min-width: 992px) {
      .home-services__item__bg {
        margin-left: 15px;
        padding-left: 0;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .home-services__item__bg:hover {
          margin-left: 0;
          padding-left: 15px; } }

.about-content, .faqs-content {
  background: white; }
  .about-content__left {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .about-content__left {
        margin-bottom: 0; } }
  .about-content .divider-half, .faqs-content .divider-half {
    margin-bottom: 30px; }

.about-gallery {
  position: relative;
  padding-right: 15px; }
  .about-gallery img {
    max-width: 100%;
    height: auto; }
  .about-gallery .slider {
    box-shadow: 15px 15px 0px #c99d66; }
  .about-gallery .slider-nav {
    position: relative;
    top: auto;
    margin: 30px 0 0 30px; }
    .about-gallery .slider-nav:before, .about-gallery .slider-nav:after {
      content: " ";
      display: table; }
    .about-gallery .slider-nav:after {
      clear: both; }
  .about-gallery .slider-prev,
  .about-gallery .slider-next {
    float: left;
    margin: 0 5px 0 0;
    width: 60px;
    height: 60px;
    border: none;
    background: #c99d66;
    color: white;
    border-radius: 0;
    font-size: 38px; }
    .about-gallery .slider-prev:hover,
    .about-gallery .slider-next:hover {
      background: #c29153; }

.team-members {
  background: white;
  padding-bottom: 90px; }
  .team-members__col {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .team-members__col:nth-child(2n+1) {
        clear: both; } }
    @media (min-width: 992px) {
      .team-members__col:nth-child(3n+1) {
        clear: both; } }
  .team-members__item {
    position: relative;
    max-width: 361px;
    margin: 0 auto;
    background: url(/assets/base/imgs/team_mask-2.png) -9999px -9999px no-repeat; }
    .team-members__item__bg {
      position: relative;
      z-index: 1;
      height: 0;
      padding-bottom: 162%;
      background: url(/assets/base/imgs/team_mask-2.png) center center no-repeat;
      background-size: cover; }
      .team-members__item__bg:before {
        display: block;
        width: 100%;
        content: '';
        height: 0;
        padding-bottom: 100%; }
    .team-members__item__text {
      min-height: 72px;
      margin: 15px 0;
      padding: 0 30px;
      line-height: 24px; }
    .team-members__item .field-picture {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%; }
      .team-members__item .field-picture img {
        width: 100%; }
    .team-members__item .field-name {
      font-size: 18px;
      font-weight: bold; }
    .team-members__item .field-role {
      font-size: 14px; }
    .team-members__item .field-social {
      opacity: 1;
      transition: all 0.25s ease; }
      .team-members__item .field-social li {
        margin: 0;
        border-right: solid 1px #333333; }
        .team-members__item .field-social li:last-child {
          border-right: none; }
      .team-members__item .field-social a {
        margin: 0 5px;
        font-size: 18px;
        color: #333333; }
    @media (min-width: 391px) and (max-width: 991px) {
      .team-members__item__text {
        min-height: 90px;
        margin: 30px 0 15px 0;
        padding: 0 40px;
        line-height: 30px; }
      .team-members__item .field-name {
        font-size: 24px; }
      .team-members__item .field-role {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .team-members__item__bg {
        background: url(/assets/base/imgs/team_mask-1.png) center center no-repeat; }
        .team-members__item__bg:hover {
          background-image: url(/assets/base/imgs/team_mask-2.png); }
          .team-members__item__bg:hover .field-social {
            opacity: 1; }
      .team-members__item__text {
        min-height: 90px;
        margin: 30px 0 15px 0;
        padding: 0 40px;
        line-height: 30px; }
      .team-members__item .field-name {
        font-size: 24px; }
      .team-members__item .field-role {
        font-size: 18px; }
      .team-members__item .field-social {
        opacity: 0; } }

.faqs-content__right {
  margin-top: 60px; }
  @media (min-width: 992px) {
    .faqs-content__right {
      margin-top: 0; } }

.faqs-content .home-services__item h3 {
  margin: 0;
  font-size: 40px; }

.contact-item--email {
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .contact-item--email p {
      font-size: 80%; } }

.contact-item--map a, .contact-item--map a:hover, .contact-item--map a:focus {
  color: white;
  text-decoration: none; }

/*# sourceMappingURL=main.css.map */
