@import url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../normalize.min.css');
@import url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../flexslider.css');
/* Variables */
/* Fonts */
@font-face {
  font-family: 'montserratbold';
  src: url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratsemibold';
  src: url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/montserrat-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* Font Icons */
@font-face {
  font-family: 'oa';
  src: url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/oa.eot?74tx09');
  src: url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/oa.eot?74tx09#iefix') format('embedded-opentype'), url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/oa.ttf?74tx09') format('truetype'), url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/oa.woff?74tx09') format('woff'), url('https://oapropertymanagement.com/wp-content/themes/oa/css/less/../../fonts/oa.svg?74tx09#oa') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*=" oa-"],
[class^="oa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'oa' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.oa-call:before {
  content: "\e900";
}
.oa-arrow-down:before {
  content: "\e901";
}
.oa-facebook:before {
  content: "\e902";
}
.oa-instagram:before {
  content: "\e90b";
}
.oa-twitter:before {
  content: "\e903";
}
.oa-pinterest:before {
  content: "\e904";
}
.oa-google-plus:before {
  content: "\e905";
}
.oa-linkedin:before {
  content: "\e906";
}
.oa-youtube:before {
  content: "\e907";
}
.oa-arrow-up:before {
  content: "\e908";
}
.oa-arrow-left:before {
  content: "\e909";
}
.oa-arrow-right:before {
  content: "\e90a";
}
.oa-menu:before {
  content: "\e90c";
}
/* Tweaks */
.clearfix {
  content: '';
  display: table;
  clear: both;
}
figure {
  margin: 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
  clear: both;
}
/* General Styles */
body {
  background: #f9f9f9;
  font-family: 'montserratregular';
  color: #333333;
  font-size: 14px;
}
a {
  outline: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #662d91;
  text-decoration: underline;
}
h1 {
  margin: 0;
  font-size: 28px;
  display: block;
  font-family: 'montserratbold';
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
}
h2 {
  margin: 0;
  display: block;
  font-family: 'montserratsemibold';
  font-size: 24px;
  margin-bottom: 20px;
}
h3 {
  margin: 0;
  display: block;
  font-family: 'montserratsemibold';
  font-size: 20px;
  margin-bottom: 20px;
}
h4 {
  margin: 0;
  display: block;
  font-family: 'montserratsemibold';
  font-size: 16px;
  margin-bottom: 20px;
}
p {
  margin: 0 0 15px;
  line-height: 150%;
}
h1.title {
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.center-aligned {
  text-align: center;
}
.line:before {
  left: 0;
  content: '';
  position: absolute;
  bottom: 0;
  width: 72px;
  height: 2px;
  background: #333;
}
.center-aligned.line:before {
  left: 50%;
  transform: translateX(-50%);
}
.light {
  color: white;
}
.light:before {
  background: white !important;
}
.btn-wrapper {
  margin-top: 40px;
  display: block;
}
.btn-wrapper .btn {
  margin-right: 20px;
}
.btn-wrapper .btn:last-child {
  margin-right: 0;
}
.btn {
  display: inline-block;
  font-family: 'montserratbold';
  padding: 18px 24px 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  outline: none;
  border: 0;
}
.btn.orange {
  background: #f5a149;
  margin-bottom: 0 !important;
  color: white !important;
}
.btn.orange:hover {
  background-color: #f2830d;
  text-decoration: none !important;
}
.btn.purple {
  background: #662d91;
  margin-bottom: 0 !important;
  color: white !important;
}
.btn.purple:hover {
  background-color: #893cc3;
  text-decoration: none !important;
}
.btn.darkblue {
  background: #2185a8;
  margin-bottom: 0 !important;
  color: white !important;
}
.btn.darkblue:hover {
  background-color: #196480;
  text-decoration: none !important;
}
.btn.lightblue {
  background: #52caf5;
  margin-bottom: 0 !important;
  color: white !important;
}
.btn.lightblue:hover {
  background-color: #9fe1f9;
  text-decoration: none !important;
}
.btn.darkgrey {
  background: #111111;
  margin-bottom: 0 !important;
  color: white !important;
}
.btn.darkgrey:hover {
  background-color: #333;
  text-decoration: none !important;
}
input[type="text"],
input[type="email"],
input[type="date"],
textarea {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  padding: 20px;
  border: 1px solid #e5e5e5;
  width: calc(100% - 40px);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
textarea:focus {
  /*border-color: @lightblue;*/
  border-color: #662d91;
  outline: none;
}
select {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  padding: 20px;
  border: 1px solid #e5e5e5;
  width: 100%;
}
select:focus {
  /*border-color: @lightblue;*/
  border-color: #662d91;
  outline: none;
}
.col-11 {
  width: 100%;
  display: block;
  clear: both;
}
.col-12 {
  width: 50%;
  display: inline-block;
  float: left;
}
.col-13 {
  width: 33.33%;
  display: inline-block;
  float: left;
}
.col-14 {
  width: 25%;
  display: inline-block;
  float: left;
}
.col-23 {
  width: 66.66%;
  display: inline-block;
  float: left;
}
.col-34 {
  width: 75%;
  display: inline-block;
  float: left;
}
.wrapper {
  display: block;
  min-height: 100%;
  min-width: 100%;
  /* Sidebar */
  /* Content */
}
.wrapper aside {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 100;
  width: 260px;
  /*background: white;*/
  background: #111;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  /* Menu */
}
.wrapper aside header {
  padding: 60px 0px;
  /* Logo */
  /* Social Media */
}
.wrapper aside header nav {
  margin-bottom: 70px;
  padding-left: 70px;
}
.wrapper aside header nav .menu-toggle {
  outline: none;
  border: 0;
  background: #111;
  color: #fff;
  padding: 10px 0;
  font-size: 24px;
}
.wrapper aside header nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wrapper aside header nav ul > li {
  margin-bottom: 20px;
  position: relative;
}
.wrapper aside header nav ul > li:last-child {
  margin-bottom: 0;
}
.wrapper aside header nav ul > li > a {
  font-family: 'montserratsemibold';
  text-decoration: none;
  text-transform: uppercase;
  /*color: @basefontcolor;*/
  color: #fff;
  display: block;
}
.wrapper aside header nav ul > li > a:hover {
  text-decoration: underline;
}
.wrapper aside header nav ul > li ul {
  display: none;
  position: absolute;
  background: #111;
  left: 100%;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.wrapper aside header nav ul > li ul li {
  margin-bottom: 0;
}
.wrapper aside header nav ul > li ul li a {
  display: block !important;
  background: none !important;
  text-align: left !important;
}
.wrapper aside header nav ul > li ul li a:hover {
  background-color: #662d91 !important;
}
.wrapper aside header nav ul > li:hover ul {
  display: inline-block;
}
.wrapper aside header nav ul li.line {
  position: relative;
  padding-bottom: 20px;
}
.wrapper aside header nav ul li.line:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: #fff;
}
.wrapper aside header nav ul li.line a {
  display: inline-block;
  font-family: 'montserratbold';
  padding: 18px 24px 16px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  background: #662d91;
  margin-bottom: 0 !important;
  color: white !important;
}
.wrapper aside header nav ul li.line a:hover {
  background-color: #893cc3;
  text-decoration: none !important;
}
.wrapper aside header figure {
  margin-bottom: 70px;
  text-align: center;
}
.wrapper aside header figure a {
  display: none;
}
.wrapper aside header figure a img {
  display: inline-block;
}
.wrapper aside header figure a.logo-mob {
  display: inline-block;
}
.wrapper aside header .social-media h4 {
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'montserratbold';
  position: relative;
  margin: 0;
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.wrapper aside header .social-media h4:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 72px;
  height: 2px;
  background: #333333;
}
.wrapper aside header .social-media a {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: white;
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.wrapper aside header .social-media a.oa-facebook {
  background-color: #3b5998;
}
.wrapper aside header .social-media a.oa-facebook:hover {
  background-color: rgba(59, 89, 152, 0.8);
}
.wrapper aside header .social-media a.oa-instagram {
  background-color: #cd486b;
}
.wrapper aside header .social-media a.oa-instagram:hover {
  background-color: rgba(205, 72, 107, 0.8);
}
.wrapper aside header .social-media a.oa-twitter {
  background-color: #55acee;
}
.wrapper aside header .social-media a.oa-twitter:hover {
  background-color: rgba(85, 172, 238, 0.8);
}
.wrapper aside header .social-media a.oa-pinterest {
  background-color: #cb2027;
}
.wrapper aside header .social-media a.oa-pinterest:hover {
  background-color: rgba(203, 32, 39, 0.8);
}
.wrapper aside header .social-media a.oa-linkedin {
  background-color: #007bb5;
}
.wrapper aside header .social-media a.oa-linkedin:hover {
  background-color: rgba(0, 123, 181, 0.8);
}
.wrapper aside header .social-media a.oa-google-plus {
  background-color: #dd4b39;
}
.wrapper aside header .social-media a.oa-google-plus:hover {
  background-color: rgba(221, 75, 57, 0.8);
}
.wrapper aside header .social-media a.oa-youtube {
  background-color: #bb0000;
}
.wrapper aside header .social-media a.oa-youtube:hover {
  background-color: rgba(187, 0, 0, 0.8);
}
.wrapper .content {
  padding-left: 260px;
  /* Top Header */
  /* Carousel */
  /* Services */
  /* Region Guide*/
  /* Partnerships*/
  /* Featured */
  /* Page */
  /* News */
  /* Property */
}
.wrapper .content section,
.wrapper .content footer,
.wrapper .content header {
  width: auto;
  display: block;
}
.wrapper .content section .full,
.wrapper .content footer .full,
.wrapper .content header .full {
  width: auto;
  padding: 0 20px;
  display: block;
}
.wrapper .content section .fluid,
.wrapper .content footer .fluid,
.wrapper .content header .fluid {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper .content section.top-header {
  background-color: #f5f5f5;
  /* Breadcrumbs */
  /* Languages & Call Us */
  /* Social Media */
}
.wrapper .content section.top-header .breadcrumbs {
  padding: 20px 0;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
}
.wrapper .content section.top-header .breadcrumbs span {
  color: #662d91;
}
.wrapper .content section.top-header .breadcrumbs a {
  color: #333333;
  text-decoration: none;
}
.wrapper .content section.top-header .breadcrumbs a:hover {
  text-decoration: underline;
  color: #2185a8;
}
.wrapper .content section.top-header .call {
  border-right: 1px solid #e5e5e5;
  padding: 13px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .content section.top-header .call i {
  border-radius: 12px;
  text-align: center;
  height: 24px;
  width: 24px;
  line-height: 24px;
  color: white;
  /*background-color: @lightblue;*/
  background-color: #662d91;
  margin-right: 5px;
  display: inline-block;
}
.wrapper .content section.top-header .call a {
  font-family: 'montserratsemibold';
  text-decoration: none;
  color: #333333;
  line-height: 24px;
}
.wrapper .content section.top-header .call a:hover {
  text-decoration: underline;
}
.wrapper .content section.top-header .language {
  padding: 20px 0 20px 20px;
  font-size: 12px;
  text-transform: uppercase;
}
.wrapper .content section.top-header .social-media {
  border-right: 1px solid #e5e5e5;
  padding: 13px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
}
.wrapper .content section.top-header .social-media a {
  position: relative;
  height: 24px;
  width: 24px;
  /*line-height: 24px;*/
  border-radius: 12px;
  color: white;
  text-decoration: none;
  display: inline-block;
  margin-right: 3px;
  text-align: center;
  font-size: 18px;
}
.wrapper .content section.top-header .social-media a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrapper .content section.top-header .social-media a.oa-facebook {
  background-color: #3b5998;
}
.wrapper .content section.top-header .social-media a.oa-facebook:hover {
  background-color: rgba(59, 89, 152, 0.8);
}
.wrapper .content section.top-header .social-media a.oa-instagram {
  background-color: #cd486b;
  font-size: 13px;
}
.wrapper .content section.top-header .social-media a.oa-instagram:hover {
  background-color: rgba(205, 72, 107, 0.8);
}
.wrapper .content section.top-header .social-media a.oa-twitter {
  background-color: #55acee;
}
.wrapper .content section.top-header .social-media a.oa-twitter:hover {
  background-color: rgba(85, 172, 238, 0.8);
}
.wrapper .content section.top-header .social-media a.oa-pinterest {
  background-color: #cb2027;
}
.wrapper .content section.top-header .social-media a.oa-pinterest:hover {
  background-color: rgba(203, 32, 39, 0.8);
}
.wrapper .content section.top-header .social-media a.oa-linkedin {
  background-color: #007bb5;
}
.wrapper .content section.top-header .social-media a.oa-linkedin:hover {
  background-color: rgba(0, 123, 181, 0.8);
}
.wrapper .content section.top-header .social-media a.oa-google-plus {
  background-color: #dd4b39;
}
.wrapper .content section.top-header .social-media a.oa-google-plus:hover {
  background-color: rgba(221, 75, 57, 0.8);
}
.wrapper .content section.top-header .social-media a.oa-youtube {
  background-color: #bb0000;
}
.wrapper .content section.top-header .social-media a.oa-youtube:hover {
  background-color: rgba(187, 0, 0, 0.8);
}
.wrapper .content section.wide .full {
  padding: 0;
}
.wrapper .content section.wide .full a.fixed {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.wrapper .content section.wide .full figure {
  position: relative;
}
.wrapper .content section.wide .full figure figcaption {
  background-color: rgba(102, 45, 145, 0.95);
  padding: 20px 20px 80px 20px;
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.wrapper .content section.wide .full .flex-control-nav {
  display: inline-block;
  bottom: 30px;
}
.wrapper .content section.wide .full .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapper .content section.wide .full .flex-control-nav li a.flex-active {
  background-color: white;
}
.wrapper .content section.wide .full .flex-direction-nav .flex-prev {
  left: 0px;
  width: 60px;
  height: 60px;
}
.wrapper .content section.wide .full .flex-direction-nav .flex-prev:before {
  font-family: 'oa' !important;
  font-size: 60px;
  color: #fff !important;
  content: '\e909';
}
.wrapper .content section.wide .full .flex-direction-nav .flex-next {
  right: 0px;
  width: 60px;
  height: 60px;
}
.wrapper .content section.wide .full .flex-direction-nav .flex-next:before {
  font-family: 'oa' !important;
  font-size: 60px;
  color: #fff !important;
  content: '\e90a';
}
.wrapper .content section.carousel {
  background-color: white;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.wrapper .content section.carousel .banner-navigation {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .content section.carousel .banner-navigation a {
  padding: 10px;
  background-color: #111111;
  display: inline-block;
  border-right: 1px solid white;
  color: white;
  text-decoration: none;
  font-size: 24px;
  float: left;
}
.wrapper .content section.carousel .banner-navigation a:last-child {
  border-right: 0;
}
.wrapper .content section.carousel .banner-navigation a:hover {
  background-color: #000;
}
.wrapper .content section.carousel .flexslider {
  position: relative;
  border: 0;
  border-radius: none;
  margin: 0;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li {
  position: relative;
  max-height: 550px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li figure {
  margin: 0;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li figure img {
  /*-webkit-filter: grayscale(100%);
                                        -moz-filter: grayscale(100%);
                                        -ms-filter: grayscale(100%);
                                        -o-filter: grayscale(100%);
                                        filter: grayscale(100%);*/
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.property .container {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 25px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  max-width: 300px;
  z-index: 10;
  text-align: center;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.property .container h1 {
  margin: 0;
  font-size: 28px;
  /*color: @darkblue;*/
  font-family: 'montserratbold';
  margin-bottom: 20px;
  text-align: left;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.property .container .assets,
.wrapper .content section.carousel .flexslider .flex-viewport ul li.property .container address {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  font-style: normal;
  text-align: left;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.property .container .assets {
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.property .container .assets span {
  color: #e5e5e5;
  padding: 0 5px;
  display: inline-block;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.property .container a {
  margin: 0 auto;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.banner .container {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 25px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 10;
  text-align: center;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.banner .container h1 {
  margin: 0;
  font-size: 36px;
  font-family: 'montserratbold';
  margin-bottom: 20px;
  text-align: center;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.banner .container p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  font-style: normal;
  text-align: center;
}
.wrapper .content section.carousel .flexslider .flex-viewport ul li.banner .container a {
  margin: 0 auto;
}
.wrapper .content section.carousel .flex-control-nav {
  display: none;
  bottom: 30px;
}
.wrapper .content section.carousel .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapper .content section.carousel .flex-control-nav li a.flex-active {
  background-color: white;
}
.wrapper .content section.services {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper .content section.services .tiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}
.wrapper .content section.services .tiles .tile-wrapper {
  margin-left: 1%;
  margin-right: 1%;
  flex: 0 1 31.33%;
  margin-bottom: 30px;
  background: white;
  text-align: center;
}
.wrapper .content section.services .tiles .tile-wrapper figure {
  display: block;
  margin: 0;
}
.wrapper .content section.services .tiles .tile-wrapper figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper .content section.services .tiles .tile-wrapper .container {
  padding: 40px 20px;
}
.wrapper .content section.services .tiles .tile-wrapper .container h2 {
  font-family: 'montserratsemibold';
  margin-bottom: 0;
  min-height: 48px;
}
.wrapper .content section.services .tiles .tile-wrapper .container p {
  margin: 0;
  margin-top: 20px;
}
.wrapper .content section.services .tiles .tile-wrapper .container a {
  margin-top: 20px;
  display: block;
}
.wrapper .content section.region-guide.lightbkgd {
  background-color: transparent;
}
.wrapper .content section.region-guide.lightbkgd .container {
  width: 100%;
  max-width: 160px;
}
.wrapper .content section.region-guide {
  background-color: #662d91;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper .content section.region-guide .fluid p {
  color: #fff;
}
.wrapper .content section.region-guide .tiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}
.wrapper .content section.region-guide .tiles .tile-wrapper {
  margin-bottom: 30px;
  flex: 0 1 31.33%;
  margin-left: 1%;
  margin-right: 1%;
  background: white;
}
.wrapper .content section.region-guide .tiles .tile-wrapper figure {
  display: block;
  margin: 0;
}
.wrapper .content section.region-guide .tiles .tile-wrapper figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper .content section.region-guide .tiles .tile-wrapper .container {
  padding: 30px;
  text-align: center;
}
.wrapper .content section.region-guide .tiles .tile-wrapper .container h2 {
  min-height: 48px;
}
.wrapper .content section.region-guide .tiles .tile-wrapper .container a {
  width: auto;
  display: block;
  margin: 0 auto;
}
.wrapper .content section.partnerships {
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper .content section.partners {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.wrapper .content section.partners .tiles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
}
.wrapper .content section.partners .tiles .tile-wrapper {
  margin-bottom: 30px;
  margin-left: 1%;
  margin-right: 1%;
  flex: 0 1 31.33%;
  background: white;
}
.wrapper .content section.partners .tiles .tile-wrapper .container {
  padding: 30px;
  text-align: center;
}
.wrapper .content section.partners .tiles .tile-wrapper .container figure {
  height: 120px;
  width: 120px;
  display: inline-block;
  margin: 0 auto 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.wrapper .content section.partners .tiles .tile-wrapper .container p {
  min-height: 42px;
}
.wrapper .content section.partners .tiles .tile-wrapper .container a {
  width: auto;
  display: block;
  margin: 0 auto;
}
.wrapper .content section.featured {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: @lightblue;*/
  background-color: #662d91;
}
.wrapper .content section.featured .properties {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.wrapper .content section.featured .properties .properties-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: block;
  transform: translateY(-50%);
}
.wrapper .content section.featured .properties .properties-navigation a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-size: 60px;
}
.wrapper .content section.featured .properties .properties-navigation a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper .content section.featured .properties .properties-navigation a.flex-prev {
  margin-left: -80px;
  float: left;
}
.wrapper .content section.featured .properties .properties-navigation a.flex-next {
  margin-right: -80px;
  float: right;
}
.wrapper .content section.featured .properties .flex-control-nav {
  display: none;
}
.wrapper .content section.featured .properties .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.7);
}
.wrapper .content section.featured .properties .flex-control-nav li a.flex-active {
  background-color: #ffffff;
}
.wrapper .content section.featured figure {
  margin: 0;
}
.wrapper .content section.featured .container {
  padding: 40px;
  display: inline-block;
  background-color: white;
  text-align: center;
  width: calc(100% - 80px);
}
.wrapper .content section.featured .container h1 {
  margin: 0;
  font-size: 24px;
  min-height: 48px;
  font-family: 'montserratsemibold';
  margin-bottom: 20px;
  text-align: left;
  text-transform: capitalize;
}
.wrapper .content section.featured .container .assets,
.wrapper .content section.featured .container address {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-style: normal;
  text-align: left;
}
.wrapper .content section.featured .container .assets {
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
}
.wrapper .content section.featured .container .assets span {
  color: #e5e5e5;
  padding: 0 5px;
  display: inline-block;
}
.wrapper .content section.featured .container a {
  width: auto;
  display: block;
  margin: 0 auto;
}
.wrapper .content section.about-news,
.wrapper .content section.region {
  padding: 40px 0 80px 0;
}
.wrapper .content section.about-news .col-23 .container,
.wrapper .content section.region .col-23 .container {
  padding-right: 40px;
}
.wrapper .content section.about-news .col-23 .container ul li,
.wrapper .content section.region .col-23 .container ul li {
  margin-bottom: 15px;
  line-height: 150%;
}
.wrapper .content section.about-news .col-23 .container figure.owner,
.wrapper .content section.region .col-23 .container figure.owner {
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
  position: relative;
  max-width: 300px;
}
.wrapper .content section.about-news .col-23 .container figure.owner img,
.wrapper .content section.region .col-23 .container figure.owner img {
  max-width: 100%;
}
.wrapper .content section.about-news .col-23 .container figure.owner a,
.wrapper .content section.region .col-23 .container figure.owner a {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 220px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.wrapper .content section.about-news .col-23 .container figure.signature,
.wrapper .content section.region .col-23 .container figure.signature {
  margin-top: 40px;
}
.wrapper .content section.about-news .col-13 .container,
.wrapper .content section.region .col-13 .container {
  padding: 40px;
}
.wrapper .content section.about-news .col-13 .container h1,
.wrapper .content section.region .col-13 .container h1 {
  font-size: 24px;
  min-height: 48px;
  font-family: 'montserratsemibold';
  text-transform: capitalize;
}
.wrapper .content section.about-news .col-13 .container p,
.wrapper .content section.region .col-13 .container p {
  margin-bottom: 20px;
}
.wrapper .content section.about-news .col-13 .container a.btn,
.wrapper .content section.region .col-13 .container a.btn {
  display: block;
}
.wrapper .content section.page {
  padding: 40px 0;
}
.wrapper .content section.page figure {
  margin-bottom: 20px;
}
.wrapper .content section.page figure img {
  width: 100%;
  height: auto;
}
.wrapper .content section.page .container img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.wrapper .content section.single-news {
  padding: 40px 0;
}
.wrapper .content section.single-news .btn-wrapper {
  width: 100%;
  clear: both;
  margin-top: 0;
  padding-top: 40px;
}
.wrapper .content section.single-news .col-34 {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #e5e5e5;
  width: calc(75% - 81px);
}
.wrapper .content section.single-news figure {
  margin-bottom: 20px;
}
.wrapper .content section.single-news figure img {
  width: 100%;
  height: auto;
}
.wrapper .content section.single-news h1.title {
  margin-bottom: 20px;
}
.wrapper .content section.single-news .date {
  margin-bottom: 20px;
  font-style: italic;
}
.wrapper .content section.single-news .container img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.wrapper .content .news-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.wrapper .content .news-container:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.wrapper .content .news-container p {
  margin-bottom: 0;
}
.wrapper .content .news-container a {
  /*color:@lightblue;*/
  color: #662d91;
  text-decoration: none;
}
.wrapper .content section.properties,
.wrapper .content section.news {
  padding: 40px 0;
}
.wrapper .content section.properties .categories,
.wrapper .content section.news .categories {
  padding: 40px 0 80px 0;
  text-align: center;
}
.wrapper .content section.properties .categories ul,
.wrapper .content section.news .categories ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
}
.wrapper .content section.properties .categories ul li,
.wrapper .content section.news .categories ul li {
  float: left;
  display: inline-block;
}
.wrapper .content section.properties .categories ul li a,
.wrapper .content section.news .categories ul li a {
  padding: 15px 25px;
  display: inline-block;
  text-transform: uppercase;
  color: #333333;
  font-family: 'montserratbold';
  text-decoration: none;
}
.wrapper .content section.properties .categories ul li a:hover,
.wrapper .content section.news .categories ul li a:hover {
  color: white;
  background-color: #662d91;
}
.wrapper .content section.properties .categories ul li.current-cat a,
.wrapper .content section.news .categories ul li.current-cat a {
  color: white;
  background-color: #662d91;
}
.wrapper .content section.properties .pagination,
.wrapper .content section.news .pagination {
  padding: 40px 0;
  text-align: center;
}
.wrapper .content section.properties .pagination ul,
.wrapper .content section.news .pagination ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: inline-block;
}
.wrapper .content section.properties .pagination ul li,
.wrapper .content section.news .pagination ul li {
  float: left;
  display: inline-block;
}
.wrapper .content section.properties .pagination ul li a,
.wrapper .content section.news .pagination ul li a,
.wrapper .content section.properties .pagination ul li span,
.wrapper .content section.news .pagination ul li span {
  padding: 15px;
  display: inline-block;
  text-transform: uppercase;
  color: #333333;
  font-family: 'montserratbold';
  text-decoration: none;
}
.wrapper .content section.properties .pagination ul li a:hover,
.wrapper .content section.news .pagination ul li a:hover,
.wrapper .content section.properties .pagination ul li span:hover,
.wrapper .content section.news .pagination ul li span:hover {
  color: white;
  background-color: #662d91;
}
.wrapper .content section.properties .pagination ul li span.current,
.wrapper .content section.news .pagination ul li span.current {
  color: white;
  background-color: #662d91;
}
.wrapper .content section.properties .pagination ul li a.prev,
.wrapper .content section.news .pagination ul li a.prev,
.wrapper .content section.properties .pagination ul li a.next,
.wrapper .content section.news .pagination ul li a.next {
  font-family: 'oa';
  font-size: 36px;
  padding: 4px;
}
.wrapper .content section.properties .pagination ul li a.prev:hover,
.wrapper .content section.news .pagination ul li a.prev:hover,
.wrapper .content section.properties .pagination ul li a.next:hover,
.wrapper .content section.news .pagination ul li a.next:hover {
  background-color: transparent;
  color: #333333;
}
.wrapper .content section.properties .pagination ul li a.prev:before,
.wrapper .content section.news .pagination ul li a.prev:before {
  content: "\e909";
}
.wrapper .content section.properties .pagination ul li a.next:before,
.wrapper .content section.news .pagination ul li a.next:before {
  content: "\e90a";
}
.wrapper .content section.properties .list,
.wrapper .content section.news .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.wrapper .content section.properties .list .tile,
.wrapper .content section.news .list .tile {
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  flex: 0 1 31.33%;
}
.wrapper .content section.properties .list .tile figure,
.wrapper .content section.news .list .tile figure {
  margin: 0;
  width: 100%;
}
.wrapper .content section.properties .list .tile figure img,
.wrapper .content section.news .list .tile figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper .content section.properties .list .tile .container,
.wrapper .content section.news .list .tile .container {
  padding: 40px;
  display: inline-block;
  background-color: white;
  text-align: center;
  width: calc(100% - 80px);
}
.wrapper .content section.properties .list .tile .container h1,
.wrapper .content section.news .list .tile .container h1 {
  margin: 0;
  font-size: 24px;
  min-height: 48px;
  /*color: @darkblue;*/
  font-family: 'montserratbold';
  margin-bottom: 20px;
  text-align: left;
  text-transform: capitalize;
}
.wrapper .content section.properties .list .tile .container .assets,
.wrapper .content section.news .list .tile .container .assets,
.wrapper .content section.properties .list .tile .container address,
.wrapper .content section.news .list .tile .container address {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-style: normal;
  text-align: left;
}
.wrapper .content section.properties .list .tile .container .assets,
.wrapper .content section.news .list .tile .container .assets {
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
}
.wrapper .content section.properties .list .tile .container .assets span,
.wrapper .content section.news .list .tile .container .assets span {
  color: #e5e5e5;
  padding: 0 5px;
  display: inline-block;
}
.wrapper .content section.properties .list .tile .container p,
.wrapper .content section.news .list .tile .container p {
  margin-bottom: 20px;
  text-align: left;
}
.wrapper .content section.properties .list .tile .container a,
.wrapper .content section.news .list .tile .container a {
  width: auto;
  display: block;
  margin: 0 auto;
}
.wrapper .content section.testimonials {
  /*background-color: @lightblue;*/
  background-color: #662d91;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper .content section.testimonials .comments {
  background-color: transparent;
  border: 0;
}
.wrapper .content section.testimonials .comments .flex-control-nav {
  bottom: -60px;
}
.wrapper .content section.testimonials .comments .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapper .content section.testimonials .comments .flex-control-nav li a.flex-active {
  background-color: white;
}
.wrapper .content section.testimonials .comments li .person {
  width: 100%;
  display: block;
}
.wrapper .content section.testimonials .comments li .person figure {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.wrapper .content section.testimonials .comments li .person figure img {
  width: 96px;
  height: 96px;
  border-radius: 48px;
}
.wrapper .content section.testimonials .comments li .person h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'montserratsemibold';
}
.wrapper .content section.testimonials .comments li .person h2,
.wrapper .content section.testimonials .comments li .person p {
  color: white;
}
.wrapper .content section.testimonials .comments li .container {
  background-color: white;
  padding: 40px;
  position: relative;
  min-height: 126px;
}
.wrapper .content section.testimonials .comments li .container:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  bottom: auto;
  right: auto;
  border-width: 0 20px 20px;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}
.wrapper .content section.testimonials .comments li .container h2 {
  font-family: 'montserratsemibold';
}
.wrapper .content section.testimonials .comments li .container p:last-child {
  margin-bottom: 0;
}
.wrapper .content section.testimonials .testimonials-wrapper {
  background-color: transparent;
  border: 0;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile {
  margin-bottom: 5%;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .person {
  width: 100%;
  display: block;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .person figure {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .person figure img {
  width: 96px;
  height: 96px;
  border-radius: 48px;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .person h2 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'montserratsemibold';
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .person h2,
.wrapper .content section.testimonials .testimonials-wrapper .tile .person p {
  color: white;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .container {
  background-color: white;
  padding: 40px;
  position: relative;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .container:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 30px;
  bottom: auto;
  right: auto;
  border-width: 0 20px 20px;
  border-style: solid;
  border-color: white transparent;
  display: block;
  width: 0;
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .container h2 {
  font-family: 'montserratsemibold';
}
.wrapper .content section.testimonials .testimonials-wrapper .tile .container p:last-child {
  margin-bottom: 0;
}
.wrapper .content section.map {
  height: 400px;
}
.wrapper .content section.map .full {
  padding: 0;
}
.wrapper .content section.map .full .acf-map {
  width: 100%;
  height: 400px;
}
.wrapper .content section.map .full .acf-map img {
  max-width: inherit !important;
}
.wrapper .content section.contacts {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
}
.wrapper .content section.contacts .fluid {
  width: calc(100% - 40px);
}
.wrapper .content section.contacts .fluid .forms .col-11 {
  margin-bottom: 20px;
}
.wrapper .content section.contacts .fluid .forms .col-12 {
  width: 49%;
  margin-right: 2%;
}
.wrapper .content section.contacts .fluid .forms .col-12:nth-child(2) {
  margin-right: 0;
}
.wrapper .content section.contacts .fluid .forms .col-12 label {
  display: block;
  margin-bottom: 10px;
}
.wrapper .content section.contacts .fluid .forms .acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wrapper .content section.contacts .fluid .forms .acceptance .wpcf7-list-item span {
  font-size: 12px;
}
.wrapper .content section.contacts .fluid .forms .btn-wrapper input.btn {
  margin: 0;
}
.wrapper .content section.contacts .fluid .info .container {
  padding-left: 40px;
}
.wrapper .content section.contacts .fluid .info .container a {
  /*color:@lightblue;*/
  color: #662d91;
  word-wrap: break-word;
}
.wrapper .content section.property {
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrapper .content section.property p {
  text-align: center;
}
.wrapper .content section.property .tiles {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}
.wrapper .content section.property .tiles .container {
  width: auto;
  padding: 0px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  flex: 1;
}
.wrapper .content section.property .tiles .container:last-of-type {
  border-right: 0;
}
.wrapper .content section.property .tiles .container figure {
  height: 96px;
  width: 96px;
  display: inline-block;
  margin: 0 auto 20px;
  background-size: cover;
}
.wrapper .content section.property .tiles .container h3 {
  font-family: 'montserratsemibold';
  text-transform: uppercase;
}
.wrapper .content section.property .tiles .container h3:last-child {
  margin-bottom: 0;
}
.wrapper .content section.property .tiles .container p {
  margin: 0;
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.wrapper .content section.property .documents {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.wrapper .content section.property .documents h3 {
  text-transform: uppercase;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 40px;
}
.wrapper .content section.property .documents a {
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  margin-right: 40px;
}
.wrapper .content section.property .documents a:last-of-type {
  margin-right: 0;
}
.wrapper .content section.amenities figure {
  /*background-color: @lightblue;*/
  background-color: #662d91;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 40%;
  float: left;
  min-height: 395px;
}
.wrapper .content section.amenities .container {
  /*background-color: @lightblue;*/
  background-color: #662d91;
  float: left;
  display: inline-block;
  width: 60%;
  min-height: 395px;
}
.wrapper .content section.amenities .container .content {
  padding: 40px;
  width: calc(100% - 80px);
  display: block;
}
.wrapper .content section.amenities .container .content p {
  color: white;
}
.wrapper .content section.amenities .container .content ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
  list-style: none;
  width: 100%;
}
.wrapper .content section.amenities .container .content ul li {
  color: white;
  margin-bottom: 15px;
  float: left;
  width: 46%;
  margin-right: 6%;
}
.wrapper .content section.amenities .container .content ul li:nth-child(2n) {
  margin-right: 0;
}
.wrapper .content section.amenities .container .content ul li i,
.wrapper .content section.amenities .container .content ul li span {
  float: right;
}
.wrapper .content section.location {
  padding-top: 40px;
}
.wrapper .content section.location .full {
  padding: 0;
}
.wrapper .content section.location .full .acf-map {
  width: 100%;
  height: 400px;
}
.wrapper .content section.location .full .acf-map img {
  max-width: inherit !important;
}
.wrapper .content section.services-tiles {
  padding: 40px 0;
}
.wrapper .content section.services-tiles .tile {
  margin-bottom: 40px;
  background-color: #662d91;
  width: 100%;
}
.wrapper .content section.services-tiles .tile:last-of-type {
  margin-bottom: 0;
}
.wrapper .content section.services-tiles .tile .flexslider {
  width: 40%;
  float: right;
}
.wrapper .content section.services-tiles .tile .flexslider .flex-control-nav {
  bottom: 30px;
}
.wrapper .content section.services-tiles .tile .flexslider .flex-control-nav li a {
  background-color: rgba(255, 255, 255, 0.5);
}
.wrapper .content section.services-tiles .tile .flexslider .flex-control-nav li a.flex-active {
  background-color: white;
}
.wrapper .content section.services-tiles .tile .container {
  /*float: left;*/
  display: inline-block;
  /*width: 60%;*/
}
.wrapper .content section.services-tiles .tile .container .content {
  padding: 40px;
  width: auto;
  display: inline-block;
}
.wrapper .content section.services-tiles .tile .container .content ul {
  padding-left: 0;
  list-style-position: inside;
}
.wrapper .content section.services-tiles .tile .container .content ul li {
  color: white;
  margin-bottom: 15px;
  line-height: 150%;
}
.wrapper .content section.services-tiles .tile .container .content ul li ul {
  margin-top: 15px;
  margin-left: 15px;
}
.wrapper .content section.services-tiles .tile .container .content p {
  color: white;
}
.wrapper .content footer {
  padding: 40px 0;
  text-align: center;
  background-color: white;
}
.wrapper .content footer figure {
  margin-bottom: 20px;
}
.wrapper .content footer p {
  margin: 0;
  font-size: 12px;
}
.wrapper .content footer .footer-menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.wrapper .content footer .footer-menu li {
  float: left;
  margin-right: 20px;
}
.wrapper .content footer .footer-menu li:last-of-type {
  margin-right: 0;
}
.wrapper .content footer .footer-menu li a {
  font-size: 12px;
  color: #333;
}
.wrapper .content footer .footer-menu li a:hover {
  text-decoration: none;
}
/* Search Filter */
.search-filter {
  /*background:#fff;
	padding: 40px;*/
  padding: 0 10px;
  margin-bottom: 60px;
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);*/
}
.search-filter form {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
.search-filter form .filter {
  flex: 0 1 40%;
  padding-right: 20px;
}
.search-filter form .filter-button {
  flex: 0 1 20%;
}
.search-filter form .filter-button input {
  width: 100%;
  padding: 22px 24px 20px;
}
/* List images */
.img-list {
  padding: 0 10px;
  margin-bottom: 60px;
  text-align: center;
}
.img-list img {
  max-width: 100%;
}
.properties-found {
  padding: 0 10px;
}
/* Media Queries */
@media only screen and (max-width: 1440px) {
  section.featured .properties .properties-navigation {
    display: none !important;
  }
  section.featured .properties .flex-control-nav {
    display: block !important;
  }
  section.featured .btn-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper .content section.testimonials .comments .flex-control-nav {
    bottom: -50px;
  }
  .wrapper .content section.testimonials .btn-wrapper {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper section.about-news .col-23,
  .wrapper section.region .col-23,
  .wrapper section.about-news .col-13,
  .wrapper section.region .col-13 {
    width: 50%;
  }
  .wrapper section.about-news .col-23 figure.owner,
  .wrapper section.region .col-23 figure.owner {
    display: none;
  }
  .wrapper .flexslider .container {
    padding: 15px !important;
  }
  .wrapper .flexslider .container h1 {
    font-size: 22px !important;
  }
  .wrapper .flexslider .container address {
    margin-bottom: 10px !important;
  }
  .wrapper .flexslider .container .assets {
    padding: 10px 0!important;
  }
  .wrapper .flexslider .container .btn {
    padding: 18px 16px 16px!important;
  }
  .wrapper section.featured .container {
    width: calc(100% - 30px) !important;
  }
  .wrapper .banner-navigation {
    bottom: 0 !important;
    left: auto !important;
    right: 0;
    transform: none !important;
  }
}
@media only screen and (min-width: 581px) and (max-width: 1024px) {
  .wrapper section.properties .list,
  .wrapper section.news .list,
  .wrapper section.region-guide .tiles .tile-wrapper,
  .wrapper section.services .tiles .tile-wrapper {
    flex: 0 1 48%!important;
  }
}
@media only screen and (min-width: 581px) and (max-width: 900px) {
  section.properties .list .tile,
  section.news .list .tile {
    flex: 0 1 48%!important;
  }
  section.contacts .forms .col-12 {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important;
  }
  section.contacts .forms .col-12:nth-child(2) {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 980px) {
  .wrapper aside {
    width: 200px;
  }
  .wrapper aside header {
    padding: 40px 0;
  }
  .wrapper aside header nav {
    padding-left: 40px;
  }
  .wrapper main {
    padding-left: 200px !important;
  }
}
@media only screen and (max-width: 900px) {
  .wrapper aside {
    width: 100%;
    height: auto;
    max-height: 73px;
  }
  .wrapper aside header {
    padding: 15px;
  }
  .wrapper aside header figure {
    margin-bottom: 0;
    display: inline-block;
    float: left;
  }
  .wrapper aside header figure .logo-mob img {
    max-height: 40px;
  }
  .wrapper aside header nav {
    float: right;
    padding-left: 0;
    margin-bottom: 0;
  }
  .wrapper aside header nav ul.main-menu {
    position: absolute;
    top: 73px;
    width: 100%;
    left: 0;
    background: #111;
  }
  .wrapper aside header nav ul.main-menu li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .wrapper aside header nav ul.main-menu li:last-of-type {
    border-bottom: 0;
  }
  .wrapper aside header nav ul.main-menu li a {
    display: block;
    padding: 15px;
    text-align: center !important;
  }
  .wrapper aside header nav ul.main-menu li a:hover {
    background: #662d91;
    text-decoration: none;
  }
  .wrapper aside header nav ul.main-menu li.line a {
    padding: 15px;
    font-size: 14px;
  }
  .wrapper aside header nav ul.main-menu li.line:before {
    display: none;
  }
  .wrapper aside header nav ul.main-menu li.current-menu-item a,
  .wrapper aside header nav ul.main-menu li .current-menu-ancestor a,
  .wrapper aside header nav ul.main-menu li .current_page_item a,
  .wrapper aside header nav ul.main-menu li .current_page_ancestor a {
    background: #662d91;
  }
  .wrapper aside header nav ul.main-menu li .sub-menu {
    box-shadow: none;
    width: 100%;
    position: relative;
    background: #222;
    left: 0;
  }
  .wrapper aside header:after {
    content: '';
    clear: both;
    display: table;
  }
  .wrapper main {
    padding-top: 73px;
    padding-left: 0px !important;
  }
  .wrapper main .top-header .call-lang .call {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  h1.title {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  section.property .tiles .container {
    margin: 20px 0!important;
    flex: 0 1 48% !important;
  }
  section.services .tile-wrapper .container,
  section.region-guide .tile-wrapper .container,
  footer {
    padding: 20px !important;
  }
  section.carousel ul li.banner .container {
    width: 70%;
  }
  section.single-news .col-34 {
    border-right: 0 !important;
    width: 100% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 40px;
  }
  section.single-news .col-14 {
    width: 100%;
    padding-top: 40px;
  }
  section.services-tiles .tile .flexslider {
    display: none;
  }
  section.services-tiles .tile .container {
    width: 100% !important;
    float: none !important;
  }
  .wrapper section.partners .tiles .tile-wrapper {
    flex: 0 1 48%!important;
  }
  section.contacts .col-12 {
    width: 100%;
    float: none;
    display: block;
  }
  section.contacts .col-12 .col-12 {
    margin-right: 0 !important;
    width: 100% !important;
  }
  section.contacts .col-12 .col-12:first-of-type {
    margin-bottom: 20px !important;
  }
  section.contacts .col-12 .info .container {
    padding-left: 0;
  }
  section.contacts .col-12:first-of-type {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 700px) {
  section.amenities .container {
    width: 100% !important;
    float: none !important;
    min-height: auto !important;
  }
  section.amenities figure {
    width: 100% !important;
    float: none !important;
    min-height: 280px !important;
  }
}
@media only screen and (max-width: 410px) {
  section.property .tiles .container {
    flex: 0 1 100% !important;
    margin: 0 !important;
    padding: 20px 0!important;
    border-bottom: 1px solid #e5e5e5!important;
    border-right: 0 !important;
  }
  section.property .tiles .container:last-of-type {
    border-bottom: 0 !important;
  }
  .single-propriedades .btn-wrapper {
    margin-top: 20px !important;
  }
  .single-propriedades .btn-wrapper a.btn {
    margin-right: 0 !important;
    display: block !important;
  }
  .single-propriedades .btn-wrapper a.btn:first-of-type {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 580px) {
  .search-filter {
    padding: 0 5px;
    margin-bottom: 40px;
  }
  .search-filter form {
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
  }
  .search-filter form .filter {
    flex: 0 1 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .search-filter form .filter-button {
    flex: 0 1 100%;
  }
  .properties-found {
    padding: 0 5px;
  }
  section.top-header .breadcrumbs {
    display: none;
  }
  section.properties .list .tile,
  section.news .list .tile {
    flex: 0 1 100%!important;
  }
  .wrapper .content section.map,
  .wrapper .content section.map .full .acf-map {
    max-height: 280px;
  }
  section.carousel .flexslider {
    background: #662d91 !important;
  }
  section.carousel .flexslider li.property .container,
  section.carousel .flexslider li.banner .container {
    left: 0 !important;
    position: relative !important;
    width: calc(100% - 30px) !important;
    max-width: 100% !important;
    display: block !important;
    transform: none !important;
    color: #fff !important;
    background: transparent !important;
    padding-bottom: 60px !important;
  }
  section.carousel .flexslider li.property .container .btn,
  section.carousel .flexslider li.banner .container .btn {
    background: #111111;
  }
  section.carousel .flexslider li.property .container .btn:hover,
  section.carousel .flexslider li.banner .container .btn:hover {
    background-color: #333;
  }
  section.carousel .flexslider .flex-control-nav {
    display: none !important;
    bottom: 5% !important;
  }
  .banner-navigation {
    display: none;
  }
  .wrapper section.properties .list,
  .wrapper section.news .list,
  .wrapper section.region-guide .tiles .tile-wrapper,
  .wrapper section.services .tiles .tile-wrapper,
  .wrapper section.partners .tiles .tile-wrapper {
    flex: 0 1 100%!important;
  }
  .wrapper .content section.services .tiles .tile-wrapper .container h2 {
    min-height: auto;
  }
  .col-23,
  .col-13,
  .col-12,
  .col-34 {
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
  .col-23 {
    margin-bottom: 40px;
  }
}
/* Flexslider Overrides */
.flexslider {
  margin: 0;
  padding: 0;
  border: 0;
}
.flex-control-paging li a {
  box-shadow: none !important;
  width: 14px;
  height: 14px;
}
/* Contact Form 7 */
div.wpcf7-mail-sent-ok {
  border: none;
  color: white;
  background-color: #398f14;
  padding: 20px;
  text-align: center;
}
div.wpcf7-mail-sent-ng {
  border: none;
  color: white;
  background-color: #ff0000;
  padding: 20px;
  text-align: center;
}
div.wpcf7-spam-blocked {
  border: none;
  color: white;
  background-color: #ffa500;
  padding: 20px;
  text-align: center;
}
div.wpcf7-validation-errors {
  border: none;
  color: white;
  background-color: orange;
  padding: 20px;
  text-align: center;
}
span.wpcf7-not-valid-tip {
  font-size: 10px;
  padding: 5px 0;
}
/* WPML */
.wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
  color: #333333;
}
/* Navigation Menu */
.main-menu {
  display: none;
}
.toggled-on,
.menu-toggle {
  display: block;
}
@media screen and (min-width: 901px) {
  .menu-toggle,
  .logo-mob {
    display: none !important;
  }
  .main-menu,
  .logo {
    display: block !important;
  }
}
