﻿/*#region IMPORT FONTS*/
@import "../ionicons.min.css";
@import url('/App_Modules/frontoffice/gimobweb/themes/buildings.css');
@import url('/App_Themes/custom/bootstrap.css');
@import url('/App_Themes/custom/animate.css');
@import url('/App_Themes/custom/animations.css');
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN7rgOUuhs.ttf) format('truetype');
}
/*#endregion*/
/*#region IMPORT CSS*/
/*#region 1.5) Flexslider*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #F5F5F5;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  border-radius: 3px;
}
.flex-direction-nav a:hover {
  background: #ffffff;
}
.flex-direction-nav a:hover:before {
  opacity: 1;
  color: #e68b12;
}
.flex-direction-nav a:before {
  content: "\f3d5";
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 42px;
  color: #1190cd;
  opacity: 0.75;
  font-weight: bold;
  background: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 3px;
  display: block;
}
.flex-direction-nav a.flex-next:before {
  content: "\f3d6";
}
.flexslider .flex-direction-nav .flex-prev {
  left: 10px;
  line-height: 32px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 10px;
  line-height: 32px;
}
#thumbnailscarousel .flex-direction-nav a {
  background: none;
}
#thumbnailscarousel .flex-direction-nav a:before {
  content: "\f3cf";
}
#thumbnailscarousel .flex-direction-nav a.flex-next:before {
  content: "\f3d1";
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*#endregion*/
/*#region 1.4) Ion ranger*/
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.type_last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 25px;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.6;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 20px;
  margin-bottom: 20px;
}
.irs-with-grid {
  height: 75px;
}
.irs-line {
  height: 4px;
  top: 8px;
  background: #E2E2E2;
  border: 1px solid #E2E2E2;
  border-radius: 16px;
  -moz-border-radius: 16px;
}
.irs-line-left {
  height: 4px;
}
.irs-line-mid {
  height: 4px;
}
.irs-line-right {
  height: 4px;
}
.irs-bar {
  height: 4px;
  top: 8px;
  border-top: 1px solid #6e6d70;
  border-bottom: 1px solid #6e6d70;
  background: #6e6d70;
}
.irs-bar-edge {
  height: 4px;
  top: 8px;
  width: 14px;
  border: 1px solid #6e6d70;
  border-right: 0;
  background: #6e6d70;
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}
.irs-shadow {
  height: 2px;
  top: 8px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}
.irs-slider {
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #6e6d70;
  background: #6e6d70;
  border-radius: 27px;
  -moz-border-radius: 27px;
  cursor: pointer;
  -moz-transition: background 200ms ease;
  -o-transition: background 200ms ease;
  -webkit-transition: background 200ms ease;
  transition: background 200ms ease;
}
.irs-slider.state_hover,
.irs-slider:hover {
  background: #7b7a7d;
}
.irs-min,
.irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #ccc;
}
.irs-from,
.irs-to,
.irs-single {
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: #6e6d70;
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.irs-from,
.irs-to {
  display: none;
}
.irs-single {
  top: -22px;
  right: 0;
  left: initial !important;
  /*IE*/
  left: inherit !important;
  visibility: visible !important;
  float: right;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999;
}
.irs-grid {
  height: 27px;
}
.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}
.irs-grid-pol.small {
  background: #999;
}
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}
/*#endregion*/
/*#region 1.6) Magnific Popup*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -moz-transform-origin: 100%;
    -ms-transform-origin: 100%;
    -o-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.5;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/** Fade-zoom animation for first dialog */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .md-modal {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .md-modal {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .md-modal {
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/*#endregion*/
/*#region 1.7) Notify*/
#notify .container {
  display: none;
  position: fixed;
  top: 70px !important;
  right: 20px;
  width: 400px;
  min-height: 56px;
  padding: 15px !important;
  z-index: 999999999999;
}
#notify .container.warning {
  background: #f2a654;
}
#notify .container.success {
  background: #46be8a;
}
#notify .container.error {
  background: #f96868;
}
#notify .container .icon {
  float: left;
  height: 100%;
}
#notify .container .icon span {
  line-height: 25px;
  font-size: 26px;
  color: #fff;
}
#notify .container .icon span:before {
  content: "\f35b";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#notify .container .content {
  position: relative;
  top: 5px;
  left: 12px;
  width: 355px;
  font-size: 1.1em;
  color: #fff;
}
#notify .container:hover .actions a {
  color: #000000;
}
#notify .container .actions {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 25px;
  height: 25px;
  text-align: right;
}
#notify .container .actions a {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: none;
}
/*#endregion*/
/*#region 1.8) Steps*/
/*
    Common 
*/
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a,
.tabcontrol a {
  outline: 0;
}
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
/*
    Wizard
*/
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard > .steps .number {
  font-size: 19px;
  border-radius: 100%;
  border: 1px solid rgba(120, 130, 140, 0.13);
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 9px;
  margin-right: 8px;
  text-align: center;
  border-color: #ffffff;
  color: #ffffff;
}
.wizard > .steps > ul {
  display: table;
  width: 100%;
}
.wizard > .steps > ul > li {
  display: table-cell;
  background: #f7fafc;
}
.wizard > .actions > ul > li {
  float: left;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 0;
  font-size: 22px;
  font-weight: 300;
}
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #f7fafc;
  color: #aaa;
  cursor: not-allowed !important;
}
.wizard > .steps .disabled a .number,
.wizard > .steps .disabled a:hover .number,
.wizard > .steps .disabled a:active .number {
  border-color: #aaa;
  color: #aaa;
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #6e6d70;
  color: #fff;
  cursor: default;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: #fff;
}
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #e78b12;
  color: #fff;
}
.wizard > .content {
  background: #fff;
  display: block;
  min-height: 55em;
  overflow: hidden;
  position: relative;
  width: auto;
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin-bottom: 30px;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard > .content > .body {
  float: left;
  padding: 25px;
  width: 100%;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}
.wizard > .content > .body input[type="checkbox"] {
  display: inline-block;
}
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #6e6d70;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: not-allowed;
}
/*
    Tabcontrol
*/
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}
/*#endregion*/
/*#endregion*/
/*#region RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
.fClear {
  clear: both;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
body {
  line-height: 1.1;
}
.aCenter {
  text-align: center;
}
.aRight {
  text-align: right;
}
.aLeft {
  text-align: left;
}
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.underline {
  color: #333;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
p {
  position: relative;
}
/*#endregion*/
/*#region 0) Body*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  margin: 0px auto;
  padding: 0px;
  background: #FFF none;
  border: 0px;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
#aspnetForm {
  height: 100%;
}
/*#endregion*/
/*#region 1) dBody*/
.dBody {
  height: 100%;
}
/*#endregion*/
/*#region 2) General*/
.form-control {
  border-radius: 1px;
  box-shadow: none;
}
.form-control.required-val,
.form-control.regular-val,
.form-control.compare-val {
  border: 1px solid #e78b12 !important;
  box-shadow: 0 0 2px #e78b12;
}
.form-control.required-val .select2-selection--single,
.form-control.regular-val .select2-selection--single,
.form-control.compare-val .select2-selection--single {
  border: 1px solid #e78b12 !important;
  box-shadow: 0 0 2px #e78b12;
}
.form-control:focus {
  box-shadow: none;
}
.btn {
  transition: all 0.2s ease;
}
.btn.btn-primary {
  background: #616063;
  border-color: #666568;
  color: #fff;
}
.btn.btn-primary:hover {
  background: #5c5b5e;
  border-color: #616063;
}
.btn.btn-primary:focus {
  background: #575659;
  border-color: #5c5b5e;
}
.btn.btn-primary:active {
  background: #525154;
  border-color: #575659;
}
input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  height: 16px;
  width: 38px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #6e6d70;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  margin: 0;
}
input[type=checkbox]:checked {
  background-color: #eb6e07;
}
input[type=checkbox]:after {
  content: "";
  width: 14px;
  height: 14px;
  box-shadow: 0p 0px 1px #fff, inset 10px 0px 10px #000;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  top: 1px;
  left: 1px;
  position: absolute;
  background: #fff;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
input[type=checkbox]:focus {
  outline: none;
}
input[type=checkbox] + label {
  margin-bottom: 10px;
  position: relative;
  top: -3px;
}
input[type=checkbox]:checked:after {
  left: 23px;
  position: absolute;
  background: #fff;
}
input[type=radio] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
input[type=radio]:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: #16a085;
  border-radius: 50%;
}
input[type=radio]:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
input[type=radio]:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}
.nopadding {
  padding: 0;
}
.nopadding-left {
  padding-left: 0;
}
.nopadding-right {
  padding-right: 0;
}
nomargin {
  margin: 0 !important;
}
.tCenter {
  text-align: center;
}
textarea {
  resize: none;
}
/*#endregion*/
/*#region 3) Typography*/
h1 {
  padding: 25px 0px 25px 0px;
  color: #6e6d70;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.5;
}
h2,
h3 {
  font-size: 24px;
  line-height: 23px;
  padding: 0px 0px 10px 0px;
}
h4 {
  font-size: 24px;
  color: #eb6e07;
  line-height: 15px;
  margin: 0px 0px 12px;
}
.txtFooter {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 10px;
  color: #999;
}
@media (max-width: 47.9em) {
  h1 {
    font-size: 2.5em;
  }
}
/*#endregion*/
/*#region Page Simple 4)*/
.pagesimple {
  position: relative;
}
.pagesimple .text {
  font-size: 1.2em;
}
.pagesimple .text p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: justify;
  padding: 5px 0;
  line-height: 1.5rem;
}
.pagesimple .text a {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-decoration: none;
}
.pagesimple .text a:hover {
  color: #eb6e07;
}
/*#endregion*/
/*#region 5) Forms*/
/*#region 5.1) Pedido de Contacto*/
#contacts #groupInfoRequest {
  margin: 20px 0;
}
#contacts #groupInfoRequest h2 {
  color: #6e6d70;
  padding-left: 15px;
}
#contacts #groupInfoRequest .contactform {
  margin: 10px 0 0;
}
#contacts #groupInfoRequest .contactform textarea {
  height: 158px;
}
@media (max-width: 47.9em) {
  .agencyDetail .contactform .actions a {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
/*#endregion*/
/*#region 5.2) Vender - Arrendar*/
.businessForm h2 {
  color: #6e6d70;
  margin: 10px 0;
}
.businessForm h3 {
  font-size: 16px;
}
.businessForm .location label,
.businessForm .bf-agenciesform {
  display: none;
}
.businessForm .note {
  margin-bottom: 15px;
}
@media (max-width: 47.9em) {
  .businessForm .submit a {
    display: block;
    float: none;
    margin-top: 10px;
  }
}
/*#endregion*/
/*#region 5.3) Login Form*/
.loginmodal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  /* This makes sure that we can still click outside of the modal to close it */
}
.loginmodal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.loginmodal .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
  border-radius: 15px;
}
.loginmodal .modal-content .close {
  background: url("../images/misc/close.png");
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99999;
  opacity: 1;
}
.loginmodal .modal-content .modal-body {
  padding: 30px 15px;
}
.loginmodal .modal-content a {
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  font-size: 11px;
}
.loginmodal .modal-content .btn {
  background: #6e6d70;
  color: #fff;
  padding: 10px 25px;
}
.loginmodal .left {
  padding-top: 7px;
  border-right: 1px solid #ededef;
}
.loginmodal .left label {
  color: #8b949c;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
}
.loginmodal .left .input {
  border: 2px solid #eeeef0;
  border-radius: 10px;
  margin-top: 12px;
  height: 40px;
}
.loginmodal .left .input:focus {
  border-color: #6e6d70;
}
.loginmodal .right h4 {
  text-transform: uppercase;
  font-size: 16px;
  color: #eb6e07;
  font-weight: bold;
}
.loginmodal .right ul li:first-child .title {
  margin-top: 0;
}
.loginmodal .right ul li .title {
  text-transform: uppercase;
  font-weight: bold;
  color: #6e6d70;
  margin: 7px 0;
}
.loginmodal .right ul li .text {
  font-weight: bold;
  color: #adb5be;
}
@media (min-width: 61.9em) {
  .loginmodal .modal-dialog {
    width: 775px;
  }
}
/*#endregion*/
/*#region 5.4) Announce Form*/
.register-form .section {
  margin-top: 20px;
}
.register-form .section:first-child {
  margin-top: 30px;
}
.register-form .section h3 {
  margin-bottom: 10px;
}
.register-form .section em {
  display: block;
}
.register-form [type="checkbox"] {
  position: relative;
  background: none;
  width: auto;
  height: auto;
  border: none!important;
  border-radius: 0;
}
.register-form [type="checkbox"]:before {
  content: '';
  position: relative;
  float: left;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 2px solid #cccccc;
  border-radius: 2px;
  transition: all 0.4s ease;
}
.register-form [type="checkbox"]:after {
  content: '';
  position: absolute;
  top: 2px!important;
  left: 5px!important;
  width: 5px!important;
  height: 9px!important;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(25deg) scale(0.01);
}
.register-form [type="checkbox"]:checked {
  background: none;
  animation: cbx-scale 0.3s ease;
}
.register-form [type="checkbox"]:checked:before {
  background: #44aad7 !important;
  border-color: #44aad7 !important;
}
.register-form [type="checkbox"]:checked:after {
  transform: rotate(40deg) scale(1);
  transition: transform 0.2s ease;
  background: none;
}
.register-form [type="checkbox"] + label {
  margin-left: 5px;
}
@-moz-keyframes cbx-scale {
  50% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes cbx-scale {
  50% {
    transform: scale(1.1);
  }
}
@-o-keyframes cbx-scale {
  50% {
    transform: scale(1.1);
  }
}
@keyframes cbx-scale {
  50% {
    transform: scale(1.1);
  }
}
.price-table {
  margin-bottom: 30px;
}
.price-table .theader {
  text-align: center;
  color: #fff;
  padding: 0;
}
.price-table .theader .ptitle {
  font-size: 22px;
  font-weight: 400;
  padding: 7px;
}
.price-table .theader .ptitle em {
  display: block;
  font-size: 10px;
  min-height: 11px;
}
.price-table .theader .pprice {
  font-size: 17px;
  font-weight: 300;
  padding: 25px 10px;
}
.price-table .theader .pprice .number {
  font-size: 50px;
  font-weight: 400;
}
.price-table .theader .pprice .month {
  display: inline-block;
  font-size: 13px;
  text-align: left;
}
.price-table .theader .pprice .month br {
  display: block;
  content: "";
  margin-top: 0;
}
.price-table .theader.free {
  background: #2196f3;
}
.price-table .theader.free .pprice {
  background: #1e88e5;
  font-size: 26px;
  padding: 38.5px 10px;
}
.price-table .theader.base {
  background: #1e88e5;
}
.price-table .theader.base .pprice {
  background: #1976d2;
}
.price-table .theader.pro {
  background: #1976d2;
}
.price-table .theader.pro .pprice {
  background: #1565c0;
}
.price-table .theader.plus {
  background: #1565c0;
}
.price-table .theader.plus .pprice {
  background: #0d47a1;
}
.price-table .feature .infos {
  background: #1e88e5;
  color: #fff;
  height: 34px;
  line-height: 34px;
}
.price-table .feature .infos a {
  color: #fff;
}
.price-table .feature .ccfreature {
  text-align: center;
  padding: 10px;
  color: #fff;
  height: 34px;
}
.price-table .feature .ccfreature span {
  color: #d5ebfc;
  float: left;
}
.price-table .feature .ccfreature span a {
  color: #fff;
  text-decoration: underline;
}
.price-table .feature .ccfreature i {
  float: right;
  font-weight: bold;
}
.price-table .feature .ccfreature.free {
  background: #2196f3;
  border-bottom: 1px solid #1e88e5;
}
.price-table .feature .ccfreature.base {
  background: #1e88e5;
  border-bottom: 1px solid #1976d2;
}
.price-table .feature .ccfreature.pro {
  background: #1976d2;
  border-bottom: 1px solid #1565c0;
}
.price-table .feature .ccfreature.plus {
  background: #1565c0;
  border-bottom: 1px solid #0d47a1;
}
.price-table .tfooter {
  text-align: center;
  color: #fff;
  padding: 0;
}
.price-table .tfooter .ptitle {
  padding: 20px;
}
.price-table .tfooter .ptitle a {
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 2px solid white;
  border-radius: 30px;
  font-size: 13px;
  padding: 9px;
  font-weight: 600;
  text-transform: uppercase;
}
.price-table .tfooter.free {
  background: #2196f3;
}
.price-table .tfooter.free .ptitle p {
  text-align: center;
  display: inline-block;
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  padding: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.price-table .tfooter.base {
  background: #1e88e5;
}
.price-table .tfooter.pro {
  background: #1976d2;
}
.price-table .tfooter.plus {
  background: #1565c0;
}
.price-table .ion-close-round {
  color: #f96868;
}
.price-table .ion-checkmark-round {
  color: #6bffbf;
}
.request-plan-form .panel > a {
  color: #333;
  text-decoration: none !important;
}
.request-plan-form .panel > a .panel-heading {
  padding: 20px 15px;
  position: relative;
}
.request-plan-form .panel > a .panel-heading:after {
  content: "\f3d0";
  font-family: "Ionicons";
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 24px;
}
.request-plan-form .panel > a .panel-heading h3 {
  padding: 0;
}
.request-plan-form .panel-body .actions a {
  float: right;
}
.request-plan-form .form2 .description {
  font-size: 14px;
  margin-bottom: 15px;
}
.register-form .observations .submit {
  float: right;
}
.register-form textarea {
  height: 102px;
}
/*#endregion*/
/*#endregion*/
/*#region 6) Plugins */
/*#region 6.1) Select2 */
.select2 {
  width: 100% !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container.required-val .select2-selection--single {
  border: 1px solid #e78b12 !important;
  box-shadow: 0 0 2px #e78b12;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 34px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.select2-results__option {
  min-height: 27px;
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #CCC;
  border-radius: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 34px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 4px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-size: 14px;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  font-size: 14px;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/*#endregion*/
/*#region 6.2) dAdSense*/
.dAdSense {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
/*#endregion*/
/* #region 6.3) Notifications */
.alert-minimalist {
  background-color: rgba(244, 244, 244, 0.9);
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: #959595;
  padding: 10px;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
  -moz-transition: all 150ms ease-in-out !important;
  -o-transition: all 150ms ease-in-out !important;
  -webkit-transition: all 150ms ease-in-out !important;
  transition: all 150ms ease-in-out !important;
  z-index: 91111 !important;
}
.alert-minimalist:hover {
  background-color: #f4f4f4;
}
.alert-minimalist > [data-notify="title"] {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
  font-size: 13px;
}
.alert-minimalist > i {
  height: 50px;
  margin-right: 12px;
  font-size: 2.5em;
}
.alert-minimalist > i:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert-minimalist.info > i {
  color: #62a8ea;
}
.alert-minimalist.info > i:before {
  content: "\f44d";
}
.alert-minimalist.success > i {
  color: #46be8a;
}
.alert-minimalist.success > i:before {
  content: "\f3ff";
}
.alert-minimalist.warning > i {
  color: #f2a654;
}
.alert-minimalist.warning > i:before {
  content: "\f35b";
}
.alert-minimalist.error > i {
  color: #f96868;
}
.alert-minimalist.error > i:before {
  content: "\f406";
}
.alert-minimalist .progress {
  height: 2px;
  margin: 0;
  position: absolute;
  bottom: 0.5px;
  left: 0px;
  width: 100%;
  border-radius: 15px;
}
.alert-minimalist .progress-bar {
  background-color: #6e6d70;
  border-radius: 15px;
}
/* #endregion*/
/*#region 6.4) Modal BS*/
.modal-backdrop {
  background-color: #636363;
}
.modal-content {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  border: none;
}
.modal-content .modal-header {
  border-bottom: none;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 0;
  padding-left: 24px;
}
.modal-content .modal-header .modal-title {
  font-size: 26px;
  font-weight: 400;
}
/*#endregion*/
/*#endregion*/
/*#region 7) Controls*/
/*#region 7.1) Header*/
/*#region 7.1.1) TopHeader*/
#dTopHeader {
  position: relative;
  min-height: 72px;
  z-index: 4;
  width: 100%;
  background: #FFF;
}
#dTopHeader .top_header {
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#dTopHeader .top_header .container #googleWorldLocator {
  float: left;
  padding-top: 5px;
}
#dTopHeader .top_header .container #googleWorldLocator #google_translate_element img,
#dTopHeader .top_header .container #googleWorldLocator #google_translate_element span {
  width: auto;
  padding-left: 0px;
  padding-right: 0px;
}
#dTopHeader .top_header .container #googleWorldLocator #google_translate_element span a:hover {
  text-decoration: none;
}
#dTopHeader .top_header .container #googleWorldLocator .goog-te-gadget-simple {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-right: none !important;
}
#dTopHeader .top_header .container #googleWorldLocator .goog-te-gadget-icon {
  display: none !important;
}
#dTopHeader .top_header .container #googleWorldLocator .goog-te-menu-value span {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #6e6d70 !important;
}
#dTopHeader .top_header .container #googleWorldLocator .goog-te-menu-value:hover span {
  color: #eb6e07 !important;
}
#dTopHeader .top_header .container #facebookLike {
  float: left;
  padding-top: 5px;
}
#dTopHeader .dMenu {
  min-height: 72px;
}
.inlinestyle {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
/*#region okaynav*/
/*.nav-main {
    margin-left: 60px;
    position: absolute;
    right: 0;
    top: 0;
}

header {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    .container {
        .site-logo{
            max-width: 200px;
            padding: 8px 0;
            img {
                max-width: 200px;
            }
        }
    }
}

body.okayNav-loaded {
    overflow-x: hidden;
}

.okayNav:not(.loaded) {
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.okayNav a {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 0;
    color: @theme-color;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0;
}

.okayNav__nav--visible {
    overflow: hidden;
    white-space: nowrap;
}

.okayNav__nav--visible li {
    padding: 0 2px;
    display: inline-block;
    line-height: 23px;
    vertical-align: top;display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    height: 72px;
    &:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: @theme-color;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    &:hover, &:focus, &:active {
        color: white;
        a{
            color: #FFF;
        }
        &:before {
          -webkit-transform: scaleY(1);
          transform: scaleY(1);
        }
    }
}

.okayNav__nav--visible a {
    display: block;
    letter-spacing: 0.5px;
    color: @theme-color;
    text-decoration: none;
    padding: 0 10px;
    height: 100%;
    line-height: 72px;
}

.okayNav__nav--visible a:hover {
    text-decoration: none;
}

.okayNav .selected a {
    text-decoration: none;
}

.okayNav__nav--invisible {
    position: fixed;
    top: 92px;
    -webkit-overflow-scrolling: touch;
    background: #FFF;
    z-index: 2;
}

.okayNav__nav--invisible a {
    color: #1691CE;
    width: 240px;
    display: block;
    padding: 15px;
    text-decoration: none;
    &:hover{
        background: #1691CE
    }
}

.okayNav__nav--invisible a:hover {
    color: #FFF;
    text-decoration: none;
}

.okayNav__nav--invisible.nav-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.okayNav__nav--invisible.nav-right {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.okayNav__nav--invisible.transition-enabled {
    -moz-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.okayNav__menu-toggle {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: right;
    z-index: 1;
    top: 25px;
}

.okayNav__menu-toggle.okay-invisible {
    position: absolute;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

.okayNav__menu-toggle span {
    display: block;
    margin: auto;
    position: absolute;
    height: 3px;
    border-radius: 2px;
    background: #0F7FB5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    left: 0;
    width: 16px;
    pointer-events: none;
}

.okayNav__menu-toggle span:nth-child(1) {
    top: 0;
}

.okayNav__menu-toggle span:nth-child(2) {
    top: 6px;
}

.okayNav__menu-toggle span:nth-child(3) {
    top: 12px;
}

.okayNav__menu-toggle.icon--active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.okayNav__menu-toggle.icon--active span {
    background: #0F7FB5;
}

.okayNav__menu-toggle.icon--active span:nth-child(1) {
    width: 16px;
    top: 10px;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.okayNav__menu-toggle.icon--active span:nth-child(2) {
    top: 10px;
    width: 3px;
    left: 6px;
}

.okayNav__menu-toggle.icon--active span:nth-child(3) {
    width: 16px;
    top: 10px;
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

@media (max-width: @screen-md) {
    header {
        .container {
            width: 100%;
        }
    }
}*/
header {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
header .container .site-logo {
  max-width: 200px;
  padding: 8px 0;
}
header .container .site-logo img {
  max-width: 200px;
}
.nav-main {
  position: absolute;
  left: 225px;
  top: 0;
}
.headerOkaynav {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.headerOkaynav .container .site-logo {
  max-width: 200px;
  padding: 9px 0;
}
.headerOkaynav .container .site-logo img {
  max-width: 200px;
}
body.okayNav-loaded {
  overflow-x: hidden;
}
.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.okayNav a {
  letter-spacing: 0.5px;
  padding: 0;
  color: #6e6d70;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0;
}
.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}
.okayNav__nav--visible li {
  padding: 0 2px;
  line-height: 23px;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  height: 74px;
}
.okayNav__nav--visible li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #6e6d70;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.okayNav__nav--visible li:hover,
.okayNav__nav--visible li:focus,
.okayNav__nav--visible li:active {
  color: white;
}
.okayNav__nav--visible li:hover a,
.okayNav__nav--visible li:focus a,
.okayNav__nav--visible li:active a {
  color: #FFF;
}
.okayNav__nav--visible li:hover:before,
.okayNav__nav--visible li:focus:before,
.okayNav__nav--visible li:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.okayNav__nav--visible a {
  display: block;
  letter-spacing: 0.5px;
  color: #6e6d70;
  text-decoration: none;
  padding: 25px 10px 25px 10px;
}
.okayNav__nav--visible a:hover {
  text-decoration: none;
}
.okayNav .selected a {
  text-decoration: none;
}
.okayNav__nav--invisible {
  position: fixed;
  top: 92px;
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  z-index: 2;
}
.okayNav__nav--invisible a {
  color: #6e6d70;
  width: 240px;
  display: block;
  padding: 15px;
  text-decoration: none;
  border: 1px solid transparent;
}
.okayNav__nav--invisible a:hover {
  background: #6e6d70;
  border: 1px solid white;
}
.okayNav__nav--invisible a:hover {
  color: #FFF;
  text-decoration: none;
}
.okayNav__nav--invisible.nav-left {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.okayNav__nav--invisible.nav-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.okayNav__nav--invisible.transition-enabled {
  -moz-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}
.okayNav__nav--invisible.nav-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.okayNav__menu-toggle {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  float: right;
  z-index: 1;
  top: 25px;
  margin-left: 20px;
}
@media screen and (min-width: 61.9em) {
  .okayNav__menu-toggle {
    margin-left: 0;
  }
}
.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.okayNav__menu-toggle span {
  display: block;
  margin: auto;
  position: absolute;
  height: 3px;
  border-radius: 2px;
  background: #6e6d70;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: 0;
  width: 16px;
  pointer-events: none;
}
.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}
.okayNav__menu-toggle span:nth-child(2) {
  top: 6px;
}
.okayNav__menu-toggle span:nth-child(3) {
  top: 12px;
}
.okayNav__menu-toggle.icon--active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.okayNav__menu-toggle.icon--active span {
  background: #6e6d70;
}
.okayNav__menu-toggle.icon--active span:nth-child(1) {
  width: 16px;
  top: 10px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.okayNav__menu-toggle.icon--active span:nth-child(2) {
  top: 10px;
  width: 3px;
  left: 6px;
}
.okayNav__menu-toggle.icon--active span:nth-child(3) {
  width: 16px;
  top: 10px;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
@media (max-width: 61.9em) {
  .headerOkaynav .container {
    width: 100%;
  }
}
/*#endregion*/
.gimob-area {
  position: absolute;
  right: 0;
}
.gimob-area li {
  display: inline-block;
}
.gimob-area .announce {
  padding: 0 2px;
  line-height: 23px;
  vertical-align: top;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  height: 72px;
}
.gimob-area .announce a {
  display: block;
  letter-spacing: 0.5px;
  color: #eb6e07;
  text-decoration: none;
  padding: 0 10px;
  height: 100%;
  line-height: 72px;
  text-transform: uppercase;
  font-size: 14px;
}
.gimob-area .announce a p {
  display: inline-block;
}
.gimob-area .login a {
  position: relative;
  top: 3px;
  display: block;
  border-radius: 2px;
  padding: 10px 5px;
  width: 90px;
  border: 1px solid #eb6e07;
  text-align: center;
  text-decoration: none!important;
  cursor: pointer;
  transition: all 300ms ease;
  color: #eb6e07;
}
.gimob-area .login a i {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.gimob-area .login a span {
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}
.gimob-area .login a:hover {
  background: #eb6e07;
  color: #fff;
}
@media (max-width: 47.9em) {
  .gimob-area {
    display: none;
  }
}
/*#endregion*/
/*#region 7.1.2) dBottomHeader*/
#dBanner {
  position: relative;
  margin-top: -72px;
  min-height: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  height: 170px;
  z-index: 1;
}
#dBanner::before {
  content: "";
  background: #6e6d70;
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
}
#dBanner .header-content {
  position: relative;
  text-align: center;
  z-index: 2;
  top: 72px;
  width: 100%;
  display: none;
}
#dBanner .header-content .inner {
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  height: 250px;
  -webkit-animation-name: bannerBox;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-name: bannerBox;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: ease-in;
  -o-animation-name: bannerBox;
  -o-animation-duration: 8s;
  -o-animation-timing-function: ease-in;
  animation-name: bannerBox;
  animation-duration: 8s;
  animation-timing-function: ease-in;
}
#dBanner .header-content .inner .txtBase {
  font-size: 60px;
  font-weight: bold;
  color: #FFF;
  padding: 15px;
  text-transform: uppercase;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 50px;
  text-shadow: 0px 1px 1px #000;
}
#dBanner .header-content .inner #txtCasa {
  color: #eb6e07;
}
#dBanner .header-content .inner #txtVida {
  color: #eb6e07;
}
#dBanner .header-content .inner .txtCasa {
  -webkit-animation-name: bannerTxtCasa;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bannerTxtCasa;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: bannerTxtCasa;
  -o-animation-duration: 8s;
  -o-animation-timing-function: ease-in;
  -o-animation-iteration-count: infinite;
  animation-name: bannerTxtCasa;
  animation-duration: 8s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
#dBanner .header-content .inner .txtVida {
  -webkit-animation-name: bannerTxtVida;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bannerTxtVida;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: bannerTxtVida;
  -o-animation-duration: 8s;
  -o-animation-timing-function: ease-in;
  animation-name: bannerTxtVida;
  animation-duration: 8s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}
#dBanner .header-content .inner hr {
  border-top: 1px double #eee;
  top: 135px;
  position: absolute;
  width: 50%;
  left: 25%;
  -webkit-animation-name: bannerHr;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: bannerHr;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: ease-in;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: bannerHr;
  -o-animation-duration: 8s;
  -o-animation-timing-function: ease-in;
  -o-animation-iteration-count: infinite;
  animation-name: bannerHr;
  animation-duration: 8s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  box-shadow: 0px 1px 1px #000;
}
#dBanner .header-content .inner .banneractions {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 175px;
  -webkit-animation-name: bannerBtn;
  -webkit-animation-duration: 8s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-name: bannerBtn;
  -moz-animation-duration: 8s;
  -moz-animation-timing-function: ease-in;
  -o-animation-name: bannerBtn;
  -o-animation-duration: 8s;
  -o-animation-timing-function: ease-in;
  animation-name: bannerBtn;
  animation-duration: 8s;
  animation-timing-function: ease-in;
}
#dBanner .header-content .inner .banneractions .btnbanner {
  display: inline-block;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 0;
  font-weight: bold;
  margin: 0 10px;
  border: 2px solid #FFF;
  width: 200px;
  height: 50px;
  line-height: 30px;
  font-size: 16px;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  box-shadow: 0px 1px 1px #000;
}
#dBanner .header-content .inner .banneractions .btnbanner:hover {
  background: #FFF;
  color: #eb6e07;
}
#dBanner #video-background {
  position: absolute;
  right: 0;
  bottom: -140px;
  min-width: 120%;
  min-height: 120%;
  width: auto;
  height: auto;
  z-index: 1;
}
#dBanner #video-background.collapsing {
  display: none;
}
.dHeader {
  z-index: 3;
  top: 97px;
  position: relative;
  -webkit-animation-name: bannerSearch;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-name: bannerSearch;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: ease-in;
  -o-animation-name: bannerSearch;
  -o-animation-duration: 2s;
  -o-animation-timing-function: ease-in;
  animation-name: bannerSearch;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}
@media (max-width: 61.9em) {
  .dHeader {
    top: 50px;
    -webkit-animation-name: bannerSearchMobile;
    -moz-animation-name: bannerSearchMobile;
    -o-animation-name: bannerSearchMobile;
    animation-name: bannerSearchMobile;
  }
}
@media (max-width: 47.9em) {
  #dBanner {
    height: 420px;
  }
  #dBanner::before {
    height: 420px;
    background-position: center 0;
  }
}
/*#endregion*/
/*#endregion*/
/*#region 7.2) Main Search*/
#dSearches {
  text-align: center;
}
#dSearches #dSearchHome h3,
#dSearches #dSearchHome label,
#dSearches #dSearchHome .mandatory,
#dSearches #dSearchHome .other,
#dSearches #dSearchHome .propertyfeatures {
  display: none;
}
#dSearches #dSearchHome .actions a {
  line-height: 35px;
  border-radius: 0;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#dSearches #dSearchHome .actions a:hover {
  background-color: #eb6e07;
  border-color: #eb6e07;
}
#dSearches #dSearchHome .select2-container .select2-selection--single {
  height: 49px;
  border: none;
  border-right: 1px solid #E2E2E2;
  border-left: 1px solid transparent;
}
#dSearches #dSearchHome .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}
#dSearches #dSearchHome .select2-container .select2-selection--single .select2-selection__arrow {
  top: 6px;
  font-size: 15px;
}
#dSearches #dSearchHome .select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
}
#dSearches #dSearchHome .select2-container .select2-selection--single .select2-selection__arrow b:before {
  content: "\f3d0";
  font-family: "Ionicons";
}
@media (max-width: 61.9em) {
  #dSearches .propertySearch {
    padding: 10px;
    border-radius: 5px;
  }
  #dSearches #dSearchHome {
    margin-top: 70px;
  }
  #dSearches .form-group {
    margin-bottom: 5px;
  }
  #dSearches .select2-container .select2-selection--single {
    border-color: white!important;
  }
}
/*#endregion*/
/*#region 7.3) Homepage Highlights*/
.dhighlights {
  margin: 15px 0;
  background-color: #4E4A4A;
  border-radius: 2px;
}
.dhighlights .propertyRoll .stage {
  height: 330px;
  overflow: hidden;
  transition: box-shadow 1s linear;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.dhighlights .propertyRoll .stage .item {
  position: relative;
  height: 330px;
  overflow: hidden;
}
.dhighlights .propertyRoll .stage .item:hover .actionLinks {
  top: 30%;
  transform: scale(1);
  opacity: 1;
}
.dhighlights .propertyRoll .stage .item:hover .topdetails {
  height: 330px;
  background: rgba(110, 109, 112, 0.8);
  padding-top: 190px;
}
.dhighlights .propertyRoll .stage .item:hover .thumbnail .thumbnailWrapper img {
  transform: scale(1.5);
  opacity: 1;
}
.dhighlights .propertyRoll .stage .item .actionLinks {
  opacity: 0;
  transition: all 0.25s linear;
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  text-align: center;
  z-index: 2;
  transform: scale(0.5);
}
.dhighlights .propertyRoll .stage .item .actionLinks .iconBack {
  background: #eb6e07;
  width: 50px;
  height: 50px;
  display: inline-block;
  padding-top: 10px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 4px #ffffff;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.dhighlights .propertyRoll .stage .item .actionLinks .iconBack:hover {
  background: #ffffff;
  color: #eb6e07;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.3);
}
.dhighlights .propertyRoll .stage .item .actionLinks .iconBack:first-child {
  margin-right: 20px;
}
.dhighlights .propertyRoll .stage .item .actionLinks .iconBack span {
  font-size: 2.5em;
}
.dhighlights .propertyRoll .stage .item .purpose {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  background: #eb6e07;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: -1px 1px 2px #000;
  z-index: 2;
}
.dhighlights .propertyRoll .stage .item .thumbnail {
  display: table;
  height: 330px;
  text-align: center;
  width: 100%;
  border: none;
  padding: 0;
  background: #000;
  border-radius: 0;
  margin-bottom: 0;
}
.dhighlights .propertyRoll .stage .item .thumbnail .thumbnailWrapper {
  background: #444;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.dhighlights .propertyRoll .stage .item .thumbnail .thumbnailWrapper img {
  transform: scale(1);
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  max-width: 120%;
  min-height: 100%;
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.dhighlights .propertyRoll .stage .item .topdetails {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px 20px;
  transition: all 0.2s linear;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 110px;
}
.dhighlights .propertyRoll .stage .item .topdetails h2 {
  display: block;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
.dhighlights .propertyRoll .stage .item .topdetails p {
  font-weight: 600;
  font-size: 1.2em;
}
.dhighlights .propertyRoll .stage .item .topdetails .location {
  text-transform: uppercase;
  font-size: 1.4em;
}
.dhighlights .propertyRoll .stage .item .details {
  padding: 14px 20px;
  display: none;
}
.dhighlights .propertyRoll .stage .item .details label {
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 0px;
}
.dhighlights .propertyRoll .stage .item .details label:first-child {
  margin: 0;
}
#dContent #dContentBottom .homeImoveisList {
  margin-top: 25px;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock {
  display: inline-block;
  width: 166px;
  margin-right: 36px;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock:last-child {
  margin-right: 0;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .imovelimg {
  width: 180px;
  height: 120px;
  overflow: hidden;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .imovelimg img {
  max-width: 180px;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .imoveltxt {
  min-height: 50px;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .imoveltxt p {
  margin-top: 10px;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .saopaulo {
  background-image: url("../../../App_Files/cms/images/Foto-sao-apulo-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .fortaleza {
  background-image: url("../../../App_Files/cms/images/Foto-fortaleza-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .manaus {
  background-image: url("../../../App_Files/cms/images/Foto-manaus-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .porto {
  background-image: url("../../../App_Files/cms/images/Foto-porto-alegre-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#dContent #dContentBottom .homeImoveisList .imovelBlock .salvador {
  background-image: url("../../../App_Files/cms/images/Foto-salvador-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/*#endregion*/
/*#region 7.4) Homepage Locations*/
.categories .category {
  border-radius: 3px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 30px 0;
  height: 220px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.categories .category a {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s linear;
}
.categories .category a .category-content {
  bottom: 40px;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-35%);
  transition: all 0.15s linear;
  text-shadow: 0px 0px 5px #3b3b3b;
}
.categories .category a .category-content .btn {
  border: 0;
  border-radius: 0;
  font-size: 0.9em;
  margin: 15px 0 0 0;
  opacity: 0;
  padding: 8px 20px;
  transition: all 0.15s linear;
  visibility: hidden;
}
.categories .category a .category-content .category-title {
  color: #fff;
  display: block;
  font-size: 1.6em;
  font-weight: 600;
}
.categories .category a .category-content .category-subtitle {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  font-size: 1.2em;
  margin: 0;
  white-space: nowrap;
}
.categories .category:hover .category-content {
  bottom: 0;
}
.categories .category:hover .category-content .btn {
  opacity: 1;
  visibility: visible;
}
.categories .category-vertical {
  height: 470px;
}
.categories .category-manaus {
  margin-top: -250px;
}
@media (max-width: 47.9em) {
  .categories .category-vertical {
    height: 220px;
  }
  .categories .category-manaus {
    margin-top: 0;
  }
}
/*#endregion*/
/*#region 7.5) Footer*/
#dTopFooter {
  background: #1E1E23;
  position: relative;
  width: 100%;
  padding: 40px 0;
}
#dTopFooter a,
#dTopFooter p {
  color: #f0f0f0;
  line-height: 20px;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
#dTopFooter a:hover,
#dTopFooter p:hover {
  color: #eb6e07;
}
#dTopFooter p:hover {
  color: #f0f0f0;
  cursor: default;
}
#dTopFooter .footerMenuStores img {
  max-width: 195px;
  margin-bottom: 5px;
}
.goog-te-menu-frame {
  box-shadow: none!important;
}
@media (max-width: 61.9em) {
  #dTopFooter ul {
    text-align: center;
    margin-bottom: 20px;
  }
  #dTopFooter ul:last-child {
    margin: 0;
  }
}
.dFooter {
  background: #232328;
  line-height: 33px;
  position: relative;
  width: 100%;
}
.dFooter .goog-te-gadget-simple {
  background: #1e1e23;
  border-color: #333;
  margin: 10px 0 0 0;
}
.dFooter .goog-te-gadget-simple img {
  display: none;
}
.dFooter .goog-te-gadget-simple .goog-te-menu-value {
  color: #fff;
  padding: 0 5px 0 10px;
  text-decoration: none !important;
}
.dFooter .goog-te-gadget-simple .goog-te-menu-value > span {
  margin-right: 5px;
}
.dFooter .goog-te-gadget-simple .goog-te-menu-value > span:nth-child(2) {
  margin: 0;
}
.dFooter a.btn.facebook {
  margin: 10px 0 0 0;
  position: relative;
  background: #4267b2;
  color: #fff;
  border-radius: 100px;
  text-indent: 20px;
}
.dFooter a.btn.facebook:before {
  content: "\f231";
  font-family: "Ionicons";
  margin-right: 10px;
  font-size: 20px;
  position: absolute;
  top: 3px;
  left: -5px;
}
.dFooter #dFooterLinks a {
  border-left: 1px solid #999;
  padding-left: 5px;
}
.dFooter #dFooterLinks a:first-child {
  border: 0px;
}
.dFooter #dCopyright {
  height: 100%;
  width: 335px;
}
.dFooter #dPowered {
  height: 100%;
  text-align: right;
}
.dFooter #dFooterWrapper {
  height: 33px;
  position: absolute;
  top: 0px;
  width: 100%;
}
@media (max-width: 47.9em) {
  #dFooter .txtFooter {
    float: none;
    text-align: center!important;
  }
}
/*#endregion*/
/*#region 7.6) Alert Popup*/
.modalalert .modal-dialog {
  width: 1000px;
}
.modalalert .modal-dialog .modal-title {
  color: #6e6d70;
}
.modalalert .modal-dialog .message {
  margin-bottom: 20px;
  line-height: 20px;
}
.modalalert .modal-dialog .title {
  color: #6e6d70;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 15px;
}
.modalalert .modal-dialog .dLocationPicker label {
  display: none;
}
.modalalert .modal-dialog .btn-primary {
  color: #fff !important;
  font-weight: 300 !important;
}
.modalalert .modal-dialog .cancel {
  border: none!important;
  font-weight: 300 !important;
}
@media (max-width: 61.9em) {
  .modalalert .modal-dialog {
    width: auto;
  }
}
/*#endregion*/
/*#region 7.7) List [ PROPERTIES ]*/
#dListLeft {
  margin: 25px 0 0 0;
}
#dListLeft .propertySearch {
  background-color: #eee;
}
#dListLeft .propertySearch .search .searchHeader {
  padding: 10px 15px;
}
#dListLeft .propertySearch .search .searchHeader .title {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
#dListLeft .propertySearch .search .searchHeader .title h3 {
  color: #6e6d70;
  padding: 10px 0;
}
#dListLeft .propertySearch .search .searchHeader .title h3:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim {
  background: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  position: relative;
  margin: 16px 8px 8px 8px;
  float: right;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim span {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 2px;
  background: #6e6d70;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim span.one {
  top: 6px;
  left: 15px;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim span.two {
  top: 14px;
  left: 15px;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim span.three {
  top: 22px;
  left: 15px;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim.closed {
  background: none;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim.closed span {
  background: #6e6d70;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim.closed span.one {
  width: 16px;
  top: 15px;
  left: 7px;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim.closed span.two {
  width: 3px;
  left: 12px;
}
#dListLeft .propertySearch .search .searchHeader .open_close_btn .btn-anim.closed span.three {
  width: 16px;
  top: 15px;
  left: 7px;
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
#dListLeft .propertySearch .search #searchForm fieldset h2 {
  font-size: 1.6em;
}
#dListLeft .propertySearch .search #searchForm .propertyreference {
  padding-bottom: 15px;
  padding-top: 5px;
}
#dListLeft .propertySearch .search #searchForm .propertyreference .reference .referenceBox {
  width: 100%;
  height: 34px;
  color: #555;
  line-height: 34px;
  font-size: 14px;
  padding-left: 8px;
  border: 1px solid #CCC;
}
#dListLeft .propertySearch .search #searchForm .propertylocation .locationTitle {
  margin: 0 15px;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
#dListLeft .propertySearch .search #searchForm .propertylocation .locationTitle h2 {
  color: #6e6d70;
}
#dListLeft .propertySearch .search #searchForm .propertylocation .locationTitle h2:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
#dListLeft .propertySearch .search #searchForm .propertylocation .location {
  padding-bottom: 5px;
  padding-top: 15px;
}
#dListLeft .propertySearch .search #searchForm .propertylocation .location div label {
  display: none;
}
#dListLeft .propertySearch .search #searchForm .generalInfo .generalInfoTitle {
  margin: 0 15px;
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
#dListLeft .propertySearch .search #searchForm .generalInfo .generalInfoTitle h2 {
  color: #6e6d70;
}
#dListLeft .propertySearch .search #searchForm .generalInfo .generalInfoTitle h2:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
#dListLeft .propertySearch .search #searchForm .generalInfo div {
  padding-bottom: 5px;
}
#dListLeft .propertySearch .search #searchForm .generalInfo div label {
  font-size: 14px;
}
#dListLeft .propertySearch .search #searchForm .generalInfo .purpose {
  padding-top: 15px;
}
#dListLeft .propertySearch .search #searchForm .generalInfo .beds {
  padding-top: 20px;
}
#dListLeft .propertySearch .search #searchForm .generalInfo .price {
  min-height: 59px;
}
#dListLeft .propertySearch .search #searchForm .generalInfo .area .areaBox,
#dListLeft .propertySearch .search #searchForm .generalInfo .price .areaBox {
  width: 100%;
  height: 34px;
  color: #555;
  line-height: 34px;
  font-size: 14px;
  padding-left: 8px;
  border: 1px solid #CCC;
}
#dListLeft .propertySearch .search #searchForm .specs {
  padding: 10px 0 20px 0;
}
#dListLeft .propertySearch .search #searchForm .specs .specsTitle {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
#dListLeft .propertySearch .search #searchForm .specs .specsTitle h2 {
  color: #6e6d70;
}
#dListLeft .propertySearch .search #searchForm .specs .specsTitle h2:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
#dListLeft .propertySearch .search #searchForm .specs .multimedia {
  padding-top: 15px;
}
#dListLeft .propertySearch .search #searchForm .specs .multimedia .withPhotos,
#dListLeft .propertySearch .search #searchForm .specs .multimedia .withVideos,
#dListLeft .propertySearch .search #searchForm .specs .multimedia .withVirtualTours {
  padding-bottom: 10px;
  font-size: 14px;
}
#dListLeft .propertySearch .search #searchForm .specs .multimedia .withPhotos label,
#dListLeft .propertySearch .search #searchForm .specs .multimedia .withVideos label,
#dListLeft .propertySearch .search #searchForm .specs .multimedia .withVirtualTours label {
  padding-left: 10px;
}
#dListLeft .propertySearch .search #searchForm .specs .propertyfeatures .features .featuresList ul li {
  padding-bottom: 10px;
  font-size: 14px;
}
#dListLeft .propertySearch .search #searchForm .specs .propertyfeatures .features .featuresList ul li label {
  padding-left: 13px;
}
#dListLeft .propertySearch .search #searchForm .other {
  display: none;
}
#dListLeft .propertySearch .search #searchForm .actions {
  padding-bottom: 15px;
}
#dListLeft .propertySearch .search #searchForm .actions .submitSearch {
  float: right;
  background: #6e6d70;
  width: 100%;
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
#dListLeft .propertySearch .search #searchForm .actions .submitSearch a {
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}
#dListLeft .propertySearch .search #searchForm .actions .submitSearch:hover {
  background-color: #eb6e07;
}
#dListLeft .listWidgets {
  display: none;
}
#dListLeft .listWidgets .alertsHandler p {
  width: 188px;
  box-shadow: 1px 1px 0px #999;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 2px;
  background-color: #6e6d70;
  color: #FFF;
  text-align: center;
  font-size: 16px;
}
#dListLeft .listWidgets .alertsHandler p:hover {
  background-color: #eb6e07;
}
#list {
  margin: 0 !important;
}
#list .propertyList .header .searchTitle h1 {
  padding: 25px 15px 0 15px;
}
#list .propertyList .header .searchTitle h2 {
  padding: 0;
}
#list .propertyList .header .searchTitle .recordsFound {
  display: none;
}
#list .propertyList .header #listType {
  padding-top: 10px;
}
#list .propertyList .header #listType label {
  font-size: 1.2em;
}
#list .propertyList .header #listType .typelist,
#list .propertyList .header #listType .typegrelha {
  display: inline-block;
  font-size: 2.5em;
  color: #6e6d70;
  padding: 10px 5px;
  cursor: pointer;
}
#list .propertyList .header #listType .typelist:hover,
#list .propertyList .header #listType .typegrelha:hover {
  color: #eb6e07;
}
#list .propertyList .header #listType .active {
  color: #eb6e07;
}
#list .propertyList .header .searchConfiguration {
  max-width: 200px;
  float: right;
}
#list .propertyList .header .searchConfiguration p label {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #FFF;
  line-height: 30px;
  margin: 0px 5px 0px 0px;
  vertical-align: top;
}
#list .propertyList .header .searchConfiguration p a.selectbox,
#list .propertyList .header .searchConfiguration p ul.selectbox-options {
  width: 135px;
}
#list .propertyList .header .searchConfiguration .recordsPerPage {
  display: none;
}
#list .propertyList .list {
  -moz-column-width: 25em;
  -webkit-column-width: 25em;
  -moz-column-gap: 3em;
  -webkit-column-gap: 3em;
}
#list .propertyList .list .property {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
}
#list .propertyList .list .property .propertyBox {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.5s;
  background: #eee;
}
#list .propertyList .list .property .propertyBox:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#list .propertyList .list .property .propertyBox:hover .photo .photoWrapper .actions {
  background: rgba(0, 0, 0, 0.5);
}
#list .propertyList .list .property .propertyBox:hover .photo .photoWrapper .actions .btnlist_effect a {
  opacity: 1;
}
#list .propertyList .list .property .propertyBox:hover .photo .photoWrapper .actions .btnlist_effect a::before {
  opacity: 1;
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}
#list .propertyList .list .property .propertyBox:hover .photo .photoWrapper .actions .btnlist_effect a::after {
  opacity: 1;
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}
#list .propertyList .list .property .propertyBox .side .photo {
  display: table;
  width: 100%;
  text-align: center;
  position: relative;
}
#list .propertyList .list .property .propertyBox .side .photo .photoWrapper {
  display: table-cell;
  vertical-align: middle;
}
#list .propertyList .list .property .propertyBox .side .photo .photoWrapper img {
  width: 100%;
}
#list .propertyList .list .property .propertyBox .side .photo .price {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #eb6e07;
  padding: 5px;
  color: #FFF;
  z-index: 2;
  box-shadow: -1px 1px 2px #000;
}
#list .propertyList .list .property .propertyBox .side .photo .price label {
  display: none;
}
#list .propertyList .list .property .propertyBox .side .photo .actions {
  position: absolute;
  width: 100%;
  top: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#list .propertyList .list .property .propertyBox .side .photo .actions .btnlist_effect {
  position: absolute;
  width: 50%;
  left: 25%;
  top: 40%;
}
#list .propertyList .list .property .propertyBox .side .photo .actions .btnlist_effect a {
  padding: 0 20px;
  height: 45px;
  width: 100%;
  line-height: 45px;
  color: #FFF;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
}
#list .propertyList .list .property .propertyBox .side .photo .actions .btnlist_effect a::before {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
#list .propertyList .list .property .propertyBox .side .photo .actions .btnlist_effect a::after {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#list .propertyList .list .property .propertyBox .info p {
  font-size: 12px;
  color: #000000;
  padding: 5px 10px;
}
#list .propertyList .list .property .propertyBox .info p.purpose {
  font-size: 10px;
}
#list .propertyList .list .property .propertyBox .info p.title {
  background: #6e6d70;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#list .propertyList .list .property .propertyBox .info p.title a {
  font-size: 16px;
  color: #fff;
}
#list .propertyList .list .property .propertyBox .info p.title a:hover {
  color: #eb6e07;
  text-decoration: none;
}
#list .propertyList .list .property .propertyBox .info p.location {
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}
#list .propertyList .list .property .propertyBox .info .resume label {
  display: none;
}
#list .propertyList .list .property .propertyBox .info p.reference,
#list .propertyList .list .property .propertyBox .info p.condition,
#list .propertyList .list .property .propertyBox .info p.energyRating,
#list .propertyList .list .property .propertyBox .info p.floorArea,
#list .propertyList .list .property .propertyBox .info p.constructionYear,
#list .propertyList .list .property .propertyBox .info p.parish,
#list .propertyList .list .property .propertyBox .info p.county,
#list .propertyList .list .property .propertyBox .info p.type,
#list .propertyList .list .property .propertyBox .info p.typology,
#list .propertyList .list .property .propertyBox .info p.country,
#list .propertyList .list .property .propertyBox .info p.district,
#list .propertyList .list .property .propertyBox .info p.zone,
#list .propertyList .list .property .propertyBox .info p.numberOfPhotos,
#list .propertyList .list .property .propertyBox .info p.numberOfVirtualTours,
#list .propertyList .list .property .propertyBox .info p.numberOfVideos,
#list .propertyList .list .property .propertyBox .info p.purpose,
#list .propertyList .list .property .propertyBox .info p.location label,
#list .propertyList .list .property .propertyBox .info p.price label {
  display: none;
}
#list .propertyList .list .property .propertyBox .info .propfeatures {
  padding: 15px 5px 20px 5px;
  text-align: center;
}
#list .propertyList .list .property .propertyBox .info .propfeatures .nettArea,
#list .propertyList .list .property .propertyBox .info .propfeatures .beds,
#list .propertyList .list .property .propertyBox .info .propfeatures .baths,
#list .propertyList .list .property .propertyBox .info .propfeatures .garages {
  display: inline-block;
  border-left: 1px solid #999;
  font-weight: bold;
  padding: 0 5px;
}
#list .propertyList .list .property .propertyBox .info .propfeatures .nettArea span,
#list .propertyList .list .property .propertyBox .info .propfeatures .beds span,
#list .propertyList .list .property .propertyBox .info .propfeatures .baths span,
#list .propertyList .list .property .propertyBox .info .propfeatures .garages span {
  font-size: 14px;
  padding-right: 5px;
}
#list .propertyList .list .property .propertyBox .info .propfeatures .nettArea label,
#list .propertyList .list .property .propertyBox .info .propfeatures .beds label,
#list .propertyList .list .property .propertyBox .info .propfeatures .baths label,
#list .propertyList .list .property .propertyBox .info .propfeatures .garages label {
  background-image: url("/App_themes/custom/images/misc/property.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  content: '';
  height: 25px;
  width: 25px;
  z-index: 2;
}
#list .propertyList .list .property .propertyBox .info .propfeatures .nettArea label {
  background-position: 0px -54px;
}
#list .propertyList .list .property .propertyBox .info .propfeatures .beds label {
  background-position: 0px -79px;
}
#list .propertyList .list .property .propertyBox .info .propfeatures .baths label {
  background-position: 0px -27px;
}
#list .propertyList .list .property .propertyBox .info .propfeatures .garages label {
  background-position: 0px 0px;
}
#list .propertyList .list .property .propertyBox .info .propfeatures div:first-child {
  border: none;
}
#list .propertyList .list-fixedBox .property {
  margin-bottom: 25px;
}
#list .propertyList .list-fixedBox .property .propertyBox {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.5s;
  background: #eee;
}
#list .propertyList .list-fixedBox .property .propertyBox:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#list .propertyList .list-fixedBox .property .propertyBox:hover .photo .photoWrapper .actions {
  background: rgba(0, 0, 0, 0.5);
}
#list .propertyList .list-fixedBox .property .propertyBox:hover .photo .photoWrapper .actions .btnlist_effect a {
  opacity: 1;
}
#list .propertyList .list-fixedBox .property .propertyBox:hover .photo .photoWrapper .actions .btnlist_effect a::before {
  opacity: 1;
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}
#list .propertyList .list-fixedBox .property .propertyBox:hover .photo .photoWrapper .actions .btnlist_effect a::after {
  opacity: 1;
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo {
  height: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #FFF;
  float: left;
  width: 100%;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .photoWrapper img {
  max-width: 100%;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .price {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #eb6e07;
  padding: 5px;
  color: #FFF;
  z-index: 2;
  box-shadow: -1px 1px 2px #000;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .price label {
  display: none;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .actions {
  position: absolute;
  width: 100%;
  top: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .actions .btnlist_effect {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 40%;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .actions .btnlist_effect a {
  padding: 0 20px;
  height: 45px;
  width: 100%;
  line-height: 45px;
  color: #FFF;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .actions .btnlist_effect a::before {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
#list .propertyList .list-fixedBox .property .propertyBox .side .photo .actions .btnlist_effect a::after {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#list .propertyList .list-fixedBox .property .propertyBox .info {
  height: 180px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info p {
  font-size: 14px;
  color: #000000;
  padding: 5px 10px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info p.purpose {
  font-size: 10px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info p.title {
  background: #6e6d70;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info p.title a {
  font-size: 18px;
  color: #fff;
}
#list .propertyList .list-fixedBox .property .propertyBox .info p.title a:hover {
  color: #eb6e07;
  text-decoration: none;
}
#list .propertyList .list-fixedBox .property .propertyBox .info p.location {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info p.reference,
#list .propertyList .list-fixedBox .property .propertyBox .info p.condition,
#list .propertyList .list-fixedBox .property .propertyBox .info p.energyRating,
#list .propertyList .list-fixedBox .property .propertyBox .info p.floorArea,
#list .propertyList .list-fixedBox .property .propertyBox .info p.constructionYear,
#list .propertyList .list-fixedBox .property .propertyBox .info p.parish,
#list .propertyList .list-fixedBox .property .propertyBox .info p.county,
#list .propertyList .list-fixedBox .property .propertyBox .info p.type,
#list .propertyList .list-fixedBox .property .propertyBox .info p.typology,
#list .propertyList .list-fixedBox .property .propertyBox .info p.country,
#list .propertyList .list-fixedBox .property .propertyBox .info p.district,
#list .propertyList .list-fixedBox .property .propertyBox .info p.zone,
#list .propertyList .list-fixedBox .property .propertyBox .info p.numberOfPhotos,
#list .propertyList .list-fixedBox .property .propertyBox .info p.numberOfVirtualTours,
#list .propertyList .list-fixedBox .property .propertyBox .info p.numberOfVideos,
#list .propertyList .list-fixedBox .property .propertyBox .info p.purpose,
#list .propertyList .list-fixedBox .property .propertyBox .info p.location label,
#list .propertyList .list-fixedBox .property .propertyBox .info p.price label {
  display: none;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .resume {
  max-height: 40px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .resume label {
  display: none;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures {
  text-align: left;
  padding: 15px 5px 0 5px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .nettArea,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .beds,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .baths,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .garages {
  display: inline-block;
  border-left: 1px solid #999;
  font-weight: bold;
  padding: 0 5px;
  margin-bottom: 10px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .nettArea span,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .beds span,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .baths span,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .garages span {
  font-size: 16px;
  padding-right: 10px;
  line-height: 33px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .nettArea label,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .beds label,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .baths label,
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .garages label {
  background-image: url("/App_themes/custom/images/misc/property.png");
  background-repeat: no-repeat;
  background-size: 35px auto;
  content: '';
  height: 35px;
  width: 35px;
  z-index: 2;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .nettArea label {
  background-position: 0px -75px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .beds label {
  background-position: 0px -110px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .baths label {
  background-position: 0px -38px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures .garages label {
  background-position: 0px 0px;
}
#list .propertyList .list-fixedBox .property .propertyBox .info .propfeatures div:first-child {
  border: none;
}
#dBannersList,
#dBannersListBottom {
  margin-top: 25px;
}
#dBannersList div,
#dBannersListBottom div {
  text-align: center;
}
#dBannersList .pubBox,
#dBannersListBottom .pubBox {
  margin: 15px 0;
  padding: 15px 0;
  border: 1px solid #EEE;
  max-width: 285px;
}
#dBannersList .pubBox.alertsHandler,
#dBannersListBottom .pubBox.alertsHandler {
  background: #6e6d70;
  border-color: #7b7a7d;
  padding: 0;
}
#dBannersList .pubBox.alertsHandler a,
#dBannersListBottom .pubBox.alertsHandler a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
}
#dBannersListBottom {
  display: none;
  text-align: center;
}
#dBannersListBottom .pubBox {
  float: left;
}
@media (max-width: 61.9em) {
  #dBannersList {
    display: none;
  }
  #dBannersListBottom {
    display: block;
  }
}
@media (max-width: 61.9em) {
  #dListLeft .propertySearch .search .searchHeader .open_close_btn {
    display: block;
  }
  #list {
    padding: 0;
  }
  #list .propertyList .header .searchTitle h1 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #list .propertyList .header .listOptions {
    padding: 0 !important;
  }
  #list .propertyList .header .listOptions .searchConfiguration {
    margin-bottom: 15px;
  }
  #list .propertyList .list .property,
  #list .propertyList .list-fixedBox .property {
    padding: 0;
  }
  #list .propertyList .list .property .propertyBox,
  #list .propertyList .list-fixedBox .property .propertyBox {
    margin-bottom: 15px;
  }
  #list .propertyList .list .property .propertyBox p,
  #list .propertyList .list-fixedBox .property .propertyBox p {
    font-size: 12px !important;
  }
  #list .propertyList .list .property .propertyBox p.location,
  #list .propertyList .list-fixedBox .property .propertyBox p.location {
    font-size: 14px !important;
  }
  #list .propertyList .list .property .propertyBox .propfeatures .nettArea span,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .nettArea span,
  #list .propertyList .list .property .propertyBox .propfeatures .beds span,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .beds span,
  #list .propertyList .list .property .propertyBox .propfeatures .baths span,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .baths span,
  #list .propertyList .list .property .propertyBox .propfeatures .garages span,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .garages span {
    font-size: 14px !important;
  }
  #list .propertyList .list .property .propertyBox .propfeatures .nettArea label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .nettArea label,
  #list .propertyList .list .property .propertyBox .propfeatures .beds label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .beds label,
  #list .propertyList .list .property .propertyBox .propfeatures .baths label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .baths label,
  #list .propertyList .list .property .propertyBox .propfeatures .garages label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .garages label {
    background-size: 30px auto !important;
    height: 30px !important;
    width: 30px !important;
  }
  #list .propertyList .list .property .propertyBox .propfeatures .nettArea label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .nettArea label {
    background-position: 0px -65px !important;
  }
  #list .propertyList .list .property .propertyBox .propfeatures .beds label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .beds label {
    background-position: 0px -95px !important;
  }
  #list .propertyList .list .property .propertyBox .propfeatures .baths label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .baths label {
    background-position: 0px -32px !important;
  }
  #list .propertyList .list .property .propertyBox .propfeatures .garages label,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures .garages label {
    background-position: 0px 0px !important;
  }
  #list .propertyList .list .property .propertyBox .propfeatures div:first-child,
  #list .propertyList .list-fixedBox .property .propertyBox .propfeatures div:first-child {
    border: none;
  }
}
@media (max-width: 47.9em) {
  #list .propertyList .header .searchConfiguration {
    float: none;
    margin-bottom: 15px;
  }
}
/*#endregion*/
/*#region 7.8) Detail [ PROPERTIES ]*/
.propertyDetail .header .propertyTitle {
  border-bottom: 2px solid #FFF;
  margin: 0px 0px 12px;
}
.propertyDetail .header .propertyTitle .subtitle {
  font-size: 14px;
  font-weight: normal;
  color: #6e6d70;
  line-height: 16px;
  text-decoration: none;
}
.propertyDetail .header .propertyTitle .subtitle::before {
  background: url("/ages/misc/property-icons.png") 0 -16px no-repeat;
  content: '';
  height: 16px;
  width: 16px;
}
.propertyDetail .header .propertyTitle a.btnBack,
.propertyDetail .header .propertyTitle .subtitle {
  display: inline-block;
}
.propertyDetail .header .propertyTitle a.btnBack {
  background: #eb6e07;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  padding: 0 15px;
  float: right;
}
.propertyDetail .header .propertyTitle a.btnBack:hover {
  background-color: #6e6d70;
}
.propertyDetail .header .propertyTitle a.btnBack i {
  font-size: 2em;
  padding-right: 10px;
  vertical-align: middle;
}
.propertyDetail .property .leftContent .actionBox {
  background: #F5F5F5;
  padding: 10px;
  margin-bottom: 25px;
  text-align: left;
}
.propertyDetail .property .leftContent .actionBox .actions a {
  display: block;
  text-align: center;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
  background: #eb6e07;
  float: left;
  margin: 0;
  margin-right: 5px;
  transition: all 0.5s ease;
}
.propertyDetail .property .leftContent .actionBox .actions a:hover {
  color: #eb6e07;
  background: #FFF;
}
.propertyDetail .property .leftContent .actionBox .actions a i:before {
  line-height: 40px;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li {
  float: left;
  margin: 0;
  margin-right: 5px;
  list-style: none;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li a {
  display: block;
  text-align: center;
  font-size: 17px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: #fff;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li a span {
  display: none;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li a i:before {
  line-height: 40px;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li:last-child {
  margin-right: 0;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.facebook a {
  background: #3b5998;
  transition: all 0.5s ease;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.facebook a:hover {
  color: #3b5998;
  background: #FFF;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.twitter a {
  background: #55acee;
  transition: all 0.5s ease;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.twitter a:hover {
  color: #55acee;
  background: #FFF;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.pinterest a {
  background: #cb2027;
  transition: all 0.5s ease;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.pinterest a:hover {
  color: #cb2027;
  background: #FFF;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.gplus a {
  background: #dd4b39;
  transition: all 0.5s ease;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.gplus a:hover {
  color: #dd4b39;
  background: #FFF;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.linkedin a {
  background: #007bb5;
  transition: all 0.5s ease;
}
.propertyDetail .property .leftContent .actionBox #groupSocialSharing .socialSharing > li.linkedin a:hover {
  color: #007bb5;
  background: #FFF;
}
.propertyDetail .property .leftContent .actionBox .favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.propertyDetail .property .leftContent .actionBox .favorite a {
  display: inline-block;
  border-radius: 100%;
  color: #eb6e07;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 3em;
  border: 0;
  padding: 0;
}
.propertyDetail .property .leftContent .actionBox .actions,
.propertyDetail .property .leftContent .actionBox #groupSocialSharing {
  display: inline-block;
}
.propertyDetail .property .leftContent .property-photos {
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.05);
  margin-bottom: 20px;
  background: #F5F5F5;
}
.propertyDetail .property .leftContent .property-photos .mainPhoto {
  display: block;
  height: 400px;
  line-height: 400px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.propertyDetail .property .leftContent .property-photos .mainPhoto .slides {
  text-align: center;
  position: relative;
  height: 400px;
  line-height: 400px;
}
.propertyDetail .property .leftContent .property-photos .mainPhoto .slides li {
  text-align: center;
  position: relative;
  height: 400px;
  line-height: 400px;
}
.propertyDetail .property .leftContent .property-photos .mainPhoto .slides li img {
  cursor: zoom-in;
  overflow: hidden;
  display: inline-block;
  min-height: 150px;
  min-width: 150px;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.propertyDetail .property .leftContent .property-photos .thumbnails {
  padding: 15px;
  background: #fff;
  height: 100px;
  overflow: hidden;
  width: 100%;
}
.propertyDetail .property .leftContent .property-photos .thumbnails .slides li {
  height: 70px;
  transition: all 0.2s ease;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.propertyDetail .property .leftContent .property-photos .thumbnails .slides li.flex-active-slide {
  border: 4px solid #6e6d70;
}
.propertyDetail .property .leftContent .property-photos .thumbnails .slides li.flex-active-slide:hover {
  border: 4px solid #eb6e07;
}
.propertyDetail .property .leftContent .property-photos .thumbnails .slides li:hover {
  border: 1px solid #6e6d70;
}
.propertyDetail .property .leftContent .property-photos .thumbnails .slides li img {
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  width: 120%;
  height: auto;
  margin: auto;
}
.propertyDetail .property .leftContent #groupMainInfo .details div {
  margin: 3px 0;
}
.propertyDetail .property .leftContent #groupMainInfo .details div .groupInfoItem {
  padding: 20px 0;
  background: #F5F5F5;
}
.propertyDetail .property .leftContent #groupMainInfo .details div .groupInfoItem label {
  margin-left: 60px;
  font-size: 1.2em;
  font-weight: bold;
}
.propertyDetail .property .leftContent #groupMainInfo .details div .groupInfoItem span {
  font-size: 1.1em;
  float: right;
  margin-right: 15px;
}
.propertyDetail .property .leftContent #groupMainInfo .details .nettArea .groupInfoItem span {
  display: inline-block;
}
.propertyDetail .property .leftContent #groupMainInfo .details .nettArea .groupInfoItem span:last-child {
  margin-right: 5px;
}
.propertyDetail .property .leftContent #groupMainInfo .details .reference::before {
  content: "#";
  display: inline-block;
  top: 10px;
  position: absolute;
  left: 37px;
  color: #4174B0;
  font-size: 3em;
}
.propertyDetail .property .leftContent #groupMainInfo .details .nettArea::before {
  background-position: 0px -75px;
  display: inline-block;
}
.propertyDetail .property .leftContent #groupMainInfo .details .baths::before {
  background-position: 0px -37px;
}
.propertyDetail .property .leftContent #groupMainInfo .details .beds::before {
  background-position: 0px -110px;
}
.propertyDetail .property .leftContent #groupMainInfo .details .garages::before {
  background-position: 0px 0px;
}
.propertyDetail .property .leftContent #groupMainInfo .details .nettArea::before,
.propertyDetail .property .leftContent #groupMainInfo .details .beds::before,
.propertyDetail .property .leftContent #groupMainInfo .details .baths::before,
.propertyDetail .property .leftContent #groupMainInfo .details .garages::before {
  background-image: url("/App_themes/custom/images/misc/property.png");
  background-repeat: no-repeat;
  content: '';
  left: 30px;
  position: absolute;
  top: 12px;
  width: 35px;
  height: 35px;
  z-index: 2;
}
.propertyDetail .property .leftContent #groupMainInfo .details .constructionYear .groupInfoItem i {
  float: left;
  font-size: 3em;
  color: #4174b0;
  margin-left: 20px;
  top: -10px;
  position: relative;
}
.propertyDetail .property .leftContent #groupMainInfo .details .constructionYear .groupInfoItem label {
  margin-left: 13px;
  font-size: 1.2em;
  font-weight: bold;
}
.propertyDetail .property .leftContent #groupMainInfo #groupDescription {
  padding: 25px 0;
}
.propertyDetail .property .leftContent #groupMainInfo #groupDescription .description {
  background: #F5F5F5;
}
.propertyDetail .property .leftContent #groupMainInfo #groupDescription .description .descriptionTitle {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  padding-top: 15px;
}
.propertyDetail .property .leftContent #groupMainInfo #groupDescription .description .descriptionTitle h2 {
  color: #6e6d70;
}
.propertyDetail .property .leftContent #groupMainInfo #groupDescription .description .descriptionTitle h2:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
.propertyDetail .property .leftContent #groupMainInfo #groupDescription .description .descriptionText {
  font-size: 14px;
  color: #313131;
  line-height: 18px;
  text-align: justify;
  padding-top: 15px;
  padding-bottom: 15px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features .featuresBoxTitle {
  background: #F5F5F5;
  padding-bottom: 15px;
  padding-top: 15px;
  margin: 15px 0;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features .featuresBoxTitle .featuresTitle {
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features .featuresBoxTitle .featuresTitle h2 {
  color: #6e6d70;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features .featuresBoxTitle .featuresTitle h2:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails {
  margin-bottom: 25px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div {
  position: relative;
  border: 1px solid #F4F4F4;
  background: #F5F5F5;
  margin-bottom: 10px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div:hover h4,
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div:hover .closeTab,
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div:hover .open {
  color: #eb6e07;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div h4 {
  color: #6e6d70;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0;
  cursor: pointer;
  line-height: 35px;
  padding-left: 45px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div .closeTab::before {
  content: '+';
  position: absolute;
  font-size: 2em;
  left: 15px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div .open::before {
  content: '-';
  position: absolute;
  font-size: 2em;
  left: 15px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div > ul {
  display: none;
  padding: 0 25px;
  font-size: 14px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div > ul > li {
  font-weight: 600;
  padding-bottom: 15px;
  color: #313131;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div > ul > li:first-child {
  padding-top: 15px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div > ul ul li {
  padding: 0px 0px 5px;
  font-weight: 500;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails > div > ul ul li:first-child {
  padding: 5px 0px 5px;
}
.propertyDetail .property .leftContent #groupMainInfo .property-features #featuresDetails label {
  color: #eb6e07;
  font-weight: 600;
}
.propertyDetail .property .leftContent #groupLocation {
  padding: 15px 0;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox {
  background: #F5F5F5;
  padding: 15px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox .locationTitle {
  position: relative;
  border-bottom: 1px solid #E5E5E5;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox .locationTitle h2 {
  color: #6e6d70;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox .locationTitle h2:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationData {
  padding-top: 15px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationData .aprox {
  background: transparent url("../images/smart_map/markers/mainMarker_location.png") no-repeat left;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationData .exact {
  background: transparent url("../images/smart_map/markers/mainMarker_property.png") no-repeat left;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationData #locationType {
  float: right;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationData #locationType .locationTypeLabel {
  font-size: 14px;
  line-height: 40px;
  display: block;
  padding-left: 30px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationData .locationAddress {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints {
  margin-top: 15px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div {
  padding: 10px 0;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .ck {
  background: url("../images/smart_map/markers/markers_sprite.png") no-repeat transparent;
  display: block;
  height: 39px;
  line-height: 50px;
  margin: 0px 0px 10px;
  padding: 0px 5px 0px 40px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .ck label {
  position: relative;
  top: -4px;
  font-size: 13px;
  color: #666;
  margin: 0px 0px 0px 5px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .transports {
  background-position: 0 0;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .commerce {
  background-position: 0 -40px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .restaurants {
  background-position: 0 -80px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .health {
  background-position: 0 -120px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .pharmacies {
  background-position: 0 -160px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .security {
  background-position: 0 -200px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .education {
  background-position: 0 -240px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .sport {
  background-position: 0 -280px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities #dInterestPoints div .services {
  background-position: 0 -320px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel {
  width: 100%;
  padding: 10px 0;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel:after {
  content: "";
  display: block;
  clear: both;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel > div {
  padding: 0;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel .form-control {
  width: 100%;
  height: 32px;
  line-height: 32px;
  float: left;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel .btnGps {
  float: left;
  margin-left: 5px;
  height: 32px;
  width: 19%;
  text-align: center;
  background: #fff;
  border: 1px solid #EAEAEA;
  font-size: 15px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel .btnGps i:before {
  line-height: 32px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel .btn {
  float: left;
  margin-left: 5px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  width: 75%;
  background: #fff;
  color: #333;
  border: 1px solid #EAEAEA;
  border-radius: 0;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #directionsPanel .btn:hover {
  text-decoration: none;
  color: #6e6d70;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap .dLocationUtilities .ctrDirections #actionsPanel div {
  padding-top: 10px;
  font-size: 14px;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationMap {
  margin: 25px 0;
}
.propertyDetail .property .leftContent #groupLocation .map .locationBox #dMap #dLocationMap #noSVOverlay {
  display: none;
}
.propertyDetail .property .rightContent .contactForm textarea {
  min-height: 120px;
}
.propertyDetail .property .rightContent #groupInfoRequest {
  clear: both;
  background-color: #F5F5F5;
  padding: 15px 20px 0;
  margin-bottom: 25px;
}
.propertyDetail .property .rightContent #groupInfoRequest .requestPropertyInfo h3 {
  color: #6e6d70;
}
.propertyDetail .property .rightContent #groupInfoRequest .requestPropertyInfo h3:before {
  position: absolute;
  content: "";
  height: 1px;
  background: #6e6d70;
  width: 90px;
  bottom: -1px;
  left: 0px;
}
.propertyDetail .property .rightContent #groupInfoRequest .requestPropertyInfo .subTitle {
  padding-bottom: 10px;
  padding-top: 50px;
}
.propertyDetail .property .rightContent #groupInfoRequest .requestPropertyInfo .contactForm .actions a {
  width: 100%;
  background: #6e6d70;
  font-size: 1.1em;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  text-align: center;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  padding: 0;
}
.propertyDetail .property .rightContent #groupInfoRequest .requestPropertyInfo .contactForm .actions a:hover {
  background-color: #eb6e07;
}
.propertyDetail .property .rightContent #groupInfoRequest .requestPropertyInfo .contactForm .actions a i {
  font-size: 2.5em;
  padding-right: 10px;
  vertical-align: middle;
}
.propertyDetail .property .rightContent .pubBox {
  border: 1px solid #EEE;
}
.propertyDetail .property .rightContent .pubBox.alertsHandler {
  background: #6e6d70;
  border-color: #7b7a7d;
  padding: 0;
}
.propertyDetail .property .rightContent .pubBox.alertsHandler a {
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.propertyDetail .property .rightContent #dAgencyPreview {
  margin-top: 25px;
  margin-bottom: 25px;
  background: #F5F5F5;
  padding: 15px 0;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview p {
  padding: 5px 0;
  font-size: 1.2em;
  text-align: center;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .commercialName {
  text-align: center;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .address {
  margin-top: 25px;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview h1 {
  text-transform: capitalize;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .socialName {
  display: none;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .logo {
  text-align: center;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .logo img {
  max-width: 70%;
}
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .actions,
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .address label,
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .email,
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .phone,
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .apemip,
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .website label,
.propertyDetail .property .rightContent #dAgencyPreview .agencyPreview .fax {
  display: none;
}
@media (max-width: 61.9em) {
  .propertyDetail .property .rightContent {
    margin-top: 25px;
  }
  #directionsPanel input:first-child {
    margin-bottom: 10px;
  }
  #directionsPanel .btnGps {
    margin-left: 0 !important;
  }
}
/*#endregion*/
/*#region 7.9) Pager*/
.pager {
  text-align: right;
  margin: 0;
}
.pager a.page {
  background: none #FFF;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  vertical-align: middle;
  width: 34px;
  color: #000;
  margin: 1px;
  border: 1px solid #6e6d70;
}
.pager a.page:hover {
  background: none #5FB3DB;
  color: #FFF;
}
.pager a.active {
  background: none #6e6d70;
  color: #FFF;
}
.pager a.backward,
.pager a.forward {
  border: 0 none;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #6e6d70;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  border-radius: 0;
  color: #FFF;
  font-size: 18px;
}
.pager a.backward:hover,
.pager a.forward:hover {
  background: #eb6e07;
}
.pager a.forward {
  margin-right: 15px;
}
/*#endregion*/
/*#region 7.10) Cookies*/
.dCookiesAlert {
  display: none;
  background: none #9E9E9E;
  padding: 5px 0px;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.dCookiesAlert .container .info {
  text-align: left;
  font-size: 13px;
  color: #FFF;
  line-height: 16px;
}
.dCookiesAlert .container .info .copylink {
  color: #6e6d70;
  transition: all 0.3s;
}
.dCookiesAlert .container .info .copylink:hover {
  color: #eb6e07;
}
.dCookiesAlert .container .info .close {
  opacity: 1;
  font-size: 1em;
  text-shadow: none;
}
.dCookiesAlert .container .info .btncookies {
  cursor: pointer;
  line-height: 32px;
  float: right;
  background: #6e6d70;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  text-align: center;
  transition: all 0.3s;
  margin-top: 5px;
}
.dCookiesAlert .container .info .btncookies span {
  font-size: 1.2em;
  color: #FFF;
  top: 5px;
  position: relative;
}
.dCookiesAlert .container .info .btncookies:hover {
  background: #eb6e07;
}
#dCookiePolicy .pagesimple .text {
  padding: 0px 0px 20px 0px;
  line-height: 20px;
  text-align: justify;
}
#dCookiePolicy .pagesimple .text p {
  padding-top: 15px;
}
#dCookiePolicy .pagesimple .text ul {
  padding-left: 15px;
}
#dCookiePolicy .pagesimple .text ul cite {
  color: #C00000;
}
/*#endregion*/
/*#region 7.11) Favourites*/
#favorite {
  margin-bottom: 25px;
}
#favorite .userAccountData .favoriteProperties .group .groupHeader {
  display: none;
}
#favorite .userAccountData .favoriteProperties .group .groupHeader .leftInfo {
  border-bottom: 1px solid #fff;
  font-size: 20px;
  color: #fff;
}
#favorite .userAccountData .favoriteProperties .group .groupHeader .leftInfo span {
  font-size: 12px;
  color: #fff;
}
#favorite .userAccountData .favoriteProperties .group .groupHeader .leftInfo span .number {
  color: #fff;
  font-weight: bold;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.5s;
  background: #eee;
  margin-bottom: 15px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox:hover .side .photo .photoWrapper .actions {
  background: rgba(0, 0, 0, 0.5);
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox:hover .side .photo .photoWrapper .actions .btnlist_effect a {
  opacity: 1;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox:hover .side .photo .photoWrapper .actions .btnlist_effect a::before {
  opacity: 1;
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox:hover .side .photo .photoWrapper .actions .btnlist_effect a::after {
  opacity: 1;
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo {
  height: 180px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #000;
  display: table;
  float: left;
  width: 100%;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper {
  display: table-cell;
  vertical-align: middle;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper img {
  max-width: 100%;
  max-height: 180px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper .price {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #eb6e07;
  padding: 5px;
  color: #FFF;
  z-index: 2;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper .actions {
  position: absolute;
  width: 100%;
  top: 0%;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper .actions .btnlist_effect {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 40%;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper .actions .btnlist_effect a {
  padding: 0 20px;
  height: 45px;
  width: 100%;
  line-height: 45px;
  color: #FFF;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.8;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper .actions .btnlist_effect a::before {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  top: 0;
  left: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .side .photo .photoWrapper .actions .btnlist_effect a::after {
  position: absolute;
  width: 50%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main {
  height: 180px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .info {
  background: #0F7FB5;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .info .title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .info .title a {
  font-size: 16px;
  color: #fff;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .info .title a:hover {
  color: #eb6e07;
  text-decoration: none;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .info .widgets {
  text-align: right;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .info .widgets a {
  color: #eb6e07;
  font-size: 2em;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .subtitle {
  padding: 5px 10px;
  font-weight: bold;
  margin-top: 10px;
  font-size: 14px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .resume {
  max-height: 40px;
  padding: 0 10px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .general .resume label {
  display: none;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main div {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
  color: #666;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details {
  height: 60px;
  padding: 4px 0 0;
  position: relative;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures {
  text-align: left;
  padding: 15px 5px 0 5px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .nettArea,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .beds,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .baths,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .garage {
  display: inline-block;
  border-left: 1px solid #999;
  font-weight: bold;
  padding: 0 5px 0 40px;
  background-image: url("/App_themes/custom/images/misc/property.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  content: '';
  height: 25px;
  z-index: 2;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .nettArea span,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .beds span,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .baths span,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .garage span {
  font-size: 14px;
  padding-right: 5px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .nettArea label,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .beds label,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .baths label,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .garage label {
  background-image: url("/App_themes/custom/images/misc/property.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  content: '';
  height: 25px;
  width: 25px;
  z-index: 2;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .nettArea {
  background-position: 10px -54px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .beds {
  background-position: 10px -79px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .baths {
  background-position: 10px -27px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .garage {
  background-position: 10px 0px;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures .year {
  padding: 10px;
  display: none;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .propfeatures div:first-child {
  border: none;
}
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .condition,
#favorite .userAccountData .favoriteProperties .group .groupItem .favoriteBox .main .details .floorArea {
  display: none;
}
/*#endregion*/
/*#region 7.12) No Results*/
.noResults {
  background: none #FFF;
  text-align: center;
}
.noResults .icon {
  background: none !important;
  font-size: 6em;
  height: 75px !important;
  color: #eb6e07;
}
.noResults .goBack {
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin: 15px auto;
}
.noResults .goBack a {
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  background: #6e6d70;
  border-radius: 0 !important;
}
.noResults .goBack a:hover {
  background-color: #eb6e07;
}
/*#endregion*/
/*#region 7.13) Timeout*/
.timeoutError {
  background: none #FFF;
  text-align: center;
}
.timeoutError .icon {
  background: none !important;
  font-size: 6em;
  height: 75px !important;
  margin: 30px 0px 15px;
  color: #eb6e07;
}
.timeoutError .tryAgain {
  text-align: center;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  margin: 15px auto;
}
.timeoutError .tryAgain a {
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  background: #6e6d70;
  border-radius: 0 !important;
}
.timeoutError .tryAgain a:hover {
  background-color: #eb6e07;
}
/*#endregion*/
/*#region 7.14) General*/
.generalError {
  background: none #FFF;
  text-align: center;
}
.generalError .icon {
  background: none !important;
  font-size: 6em;
  height: 75px !important;
  margin: 30px 0px 15px;
  color: #eb6e07;
}
.generalError .titleError {
  color: #6e6d70;
}
.generalError .error {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: 25px;
}
.errorHome {
  margin-top: 75px;
  margin-bottom: 75px;
}
/*#endregion*/
/*#endregion*/
.page-alert h1 {
  padding-bottom: 0;
}
.page-alert h2 {
  color: #eb6e07;
}
.page-alert p {
  margin: 10px 0;
}
.page-alert ul {
  list-style: inherit;
  margin: 20px 0 20px 30px;
}
.page-alert ul li {
  margin: 5px 0;
}
.agencyPreview .phone-group {
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 20px;
  height: 46px;
}
.agencyPreview .phone {
  display: block !important;
  position: relative;
}
.agencyPreview .phone:hover .btn-phone-view {
  background-color: #eb6e07;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agencyPreview .phone:hover .btn-phone-number {
  border-color: #eb6e07;
  color: #eb6e07;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agencyPreview .phone .btn-form {
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 5px;
  text-decoration: none;
}
.agencyPreview .phone .btn-phone-view {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.95em;
  background-color: #6e6d70;
  color: white;
  border: none;
  vertical-align: middle;
  padding-top: 5px;
  text-transform: capitalize;
  font-weight: bold;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.agencyPreview .phone .btn-phone-view i {
  font-size: 1.8rem;
  padding-right: 10px;
  vertical-align: middle;
  display: inline-block;
}
.agencyPreview .phone .btn-phone-number {
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #6e6d70;
  padding-top: 5px;
  font-size: 1.2rem;
  color: #6e6d70;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}