@font-face {
  font-family: 'DIN-Regular';
  src: url("/fonts/DIN-Regular.eot");
  src: url("/fonts/DIN-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/DIN-Regular.woff2") format("woff2"), url("/fonts/DIN-Regular.woff") format("woff"), url("/fonts/DIN-Regular.ttf") format("truetype"), url("/fonts/DIN-Regular.svg#DIN-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN-Bold';
  src: url("/fonts/DIN-Bold.eot");
  src: url("/fonts/DIN-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/DIN-Bold.woff2") format("woff2"), url("/fonts/DIN-Bold.woff") format("woff"), url("/fonts/DIN-Bold.ttf") format("truetype"), url("/fonts/DIN-Bold.svg#DIN-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DIN-Light';
  src: url("/fonts/DIN-Light.eot");
  src: url("/fonts/DIN-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/DIN-Light.woff2") format("woff2"), url("/fonts/DIN-Light.woff") format("woff"), url("/fonts/DIN-Light.ttf") format("truetype"), url("/fonts/DIN-Light.svg#DIN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 40px;
}

.grid_3:nth-child(4n) {
  margin-right: 0;
}

.grid_4 {
  width: 33.33%;
  width: calc(33.33% - 16px);
  margin-right: 24px;
  margin-bottom: 40px;
}

.grid_4:nth-child(3n) {
  margin-right: 0;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 50%;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  float: left;
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: block;
  border: none;
  max-width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-family: 'DIN-Light';
  font-size: 18px;
  background: inherit;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  padding-top: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'DIN-Bold';
  margin: 0;
  font-weight: normal;
  letter-spacing: 0.05em;
}

h1 {
  font-size: 40px;
  font-size: clamp(18px, 2.4vw, 40px);
  line-height: 1.3em;
  text-align: center;
}

h2 {
  font-size: clamp(20px, 2vw, 40px);
  line-height: 1.3em;
}

h2.section-title {
  font-size: clamp(12px, 1vw, 20px);
}

h3 {
  font-size: 22px;
  line-height: 1.3;
  text-transform: uppercase;
}

h3 span {
  display: block;
  font-size: 16px;
  line-height: 1.2em;
  padding-bottom: 8px;
}

h3.project-details {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

p.large {
  font-size: 1.5em;
}

p.medium {
  font-size: 1.25em;
}

.logo {
  font-size: 40px;
  font-size: clamp(20px, 2vw, 40px);
  line-height: 1.3em;
  text-align: center;
}

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 100px;
  z-index: 100;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 10px;
}

header nav ul li {
  font-family: 'DIN-Light';
  list-style: none;
  display: block;
  padding: 6px 0;
  font-size: 16px;
  position: relative;
  margin: 0 10px;
  text-transform: uppercase;
}

header nav ul li a {
  color: #fff;
  transform: 0.3s;
  -webkit-transform: 0.3s;
  -moz-transform: 0.3s;
  -ms-transform: 0.3s;
  -o-transform: 0.3s;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

header nav ul li a:hover {
  border-bottom: 1px solid #fff;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo img {
  margin: auto;
  -ms-flex-item-align: initial;
      -ms-grid-row-align: initial;
      align-self: initial;
  height: 30px;
}

header .logo img:first-child {
  margin-right: 40px;
  height: 40px;
}

.tel,
.email {
  display: block;
  text-align: center;
  margin: 4px 0;
}

/* nav-toggle */
#nav-toggle {
  position: relative;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: none;
}

#nav-toggle span {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  width: 100%;
}

#nav-toggle span:after, #nav-toggle span::before {
  width: 100%;
  cursor: pointer;
  height: 2px;
  background: #fff;
  position: absolute;
  display: block;
  content: '';
  top: 14px;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

#nav-toggle span::before {
  top: -15px;
}

#nav-toggle.active span {
  background-color: transparent !important;
}

#nav-toggle.active span::after {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: a rotate(45deg);
}

#nav-toggle.active span::before {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

/* enquiry */
.formbox {
  text-align: center;
}

input,
select {
  font-family: 'DIN-Light';
  font-size: 16px;
  margin: 0 auto;
  padding: 5px 10px 10px 10px;
  width: 100%;
  max-width: 500px;
  color: #000;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

input.b_submit,
select.b_submit {
  margin-top: 40px;
  border: 1px solid #2D9A99;
  background-color: #2D9A99;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  color: #fff;
  padding: 8px 0;
  cursor: pointer;
}

input.b_submit:hover,
select.b_submit:hover {
  background-color: #fff;
  color: #2D9A99;
}

select {
  padding: 5px 7px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

select option {
  padding: 7px 5px;
  background: #fff;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
}

.mandatory {
  font-size: 12px;
}

.privacy {
  font-size: 10px;
  color: #000;
  max-width: 400px;
  margin: auto;
}

.privacy a {
  color: #000;
  text-decoration: underline;
}

.disclaimer {
  font-size: 12px;
  max-width: 600px;
  margin: auto;
}

.chk_holder {
  margin: 10px auto 0 auto;
  color: #fff;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

#chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #fff;
  padding: 2px 0 2px 26px;
}

#chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

/*footer*/
footer {
  display: block;
  position: relative;
  background-color: #2D9A99;
  padding: 80px 0;
  border-top: 1px solid #98abb4;
}

footer .logo img {
  width: 60px;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #fff;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #fff;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #fff;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: center;
  color: #F00D0D;
  margin-top: -1em;
}

* {
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

section {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.container {
  display: block;
  position: relative;
  width: calc(100% - 200px);
  margin: auto;
}

.container.medium {
  max-width: 1440px;
}

.container.small {
  max-width: 1024px;
}

.wrapper {
  display: block;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inter span {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}

.inter span::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.inter img {
  width: 50px;
  display: block;
  margin-top: 20px;
}

.inter:hover span::after {
  width: 100%;
}

.inter.white span::after {
  background-color: white;
}

#page-news .date {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 16px;
  color: #75848b;
  font-size: 12px;
}

#page-news .newsarticle {
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}

.pagenumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  color: #000;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  margin: 0 4px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.pagenumber:hover {
  background-color: #ba6556;
}

.pagenumber.active {
  background-color: #ba6556;
}

.pagenumber img {
  width: 50%;
  margin: auto;
}

.pagenumber:first-child img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.text-wrapper {
  width: 100%;
  max-width: 500px;
}

.readmore {
  display: inline-block;
  font-family: 'Roboto-Medium';
  color: #ba6556;
  margin-top: auto;
}

.readmore.show {
  display: block;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.project-details + p {
  padding-bottom: 20px;
}

.socialmedia_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.socialmedia_holder a {
  display: inline-block;
  margin-right: 20px;
}

.socialmedia_holder a:nth-child(3n) {
  margin-right: 0;
}

#landing .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 90%;
  width: 1024px;
}

#landing .address {
  font-family: 'DIN-Regular';
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}

.slick-arrow {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.slick-arrow.slick-next {
  right: -50px;
  text-align: right;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.slick-arrow.slick-next::before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f002';
  color: rgba(0, 0, 0, 0.8);
  color: #2D9A99;
}

.slick-arrow.slick-prev {
  left: -50px;
  opacity: 1;
}

.slick-arrow.slick-prev::before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  color: #2D9A99;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #fff;
  margin: 0 4px;
  cursor: pointer;
}

.slick-dots li:hover {
  background: #fff;
}

.slick-dots li.slick-active {
  background-color: #fff;
  cursor: default;
}

.slick-dots li.slick-active button {
  cursor: default;
}

.slick-dots li button {
  opacity: 0;
  cursor: pointer;
}

#map {
  height: 60vh;
  width: 100%;
}

#mapdetails {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

#mapdetails #res-c {
  width: 100%;
}

#mapdetails #res-c .inner-poi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  width: 100%;
}

#mapdetails #res-c .inner-poi .pois {
  color: #000;
  width: 30%;
  margin-bottom: 20px;
  cursor: default;
}

.info {
  color: #000;
}

.apartments_details {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.apartments_details .address {
  display: inline-block;
  font-family: 'DIN-Bold';
  font-size: 1.5em;
  margin-right: 30px;
}

.apartments_details .area {
  font-family: 'DIN-Regular';
  display: inline-block;
  font-size: 20px;
  margin-right: 30px;
}

.apartments_details .price {
  font-family: 'DIN-Regular';
  display: inline-block;
  font-size: 20px;
}

.propertie_points {
  list-style: circle;
  padding-left: 18px;
}

.bbw2 {
  border-bottom: 2px solid #fff;
}

.djwear {
  display: block;
  width: 200px;
  margin: 50px auto 0 auto;
}

/* --------------------------------------- */
/* --------------------------------------- */
.btn {
  border: 1px solid #fff;
  padding: 8px 16px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btn:hover {
  color: #2D9A99;
  background-color: #fff;
}

.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.centeralign {
  text-align: center;
}

.leftalign {
  text-align: left;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.align-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.bg_green {
  background-color: #2D9A99;
}

.green {
  color: #2D9A99;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.ptl {
  padding-top: 120px;
}

.pbl {
  padding-bottom: 120px;
}

.ptm {
  padding-top: 80px;
}

.pbm {
  padding-bottom: 80px;
}

.pbs {
  padding-bottom: 20px;
}

.pts {
  padding-top: 20px;
}

.mbs {
  margin-bottom: 20px;
}

ul {
  list-style: none;
}

.mw760 {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.slider-holder {
  max-width: 1024px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .container {
    width: calc(100% - 60px);
  }
  header {
    padding: 20px 30px;
  }
  header nav {
    right: 30px;
  }
}

.icons {
  display: block;
  height: 60px;
  margin: auto;
  margin-bottom: 10px;
}

.icons + p {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  body {
    padding-top: 0;
  }
  #nav-toggle {
    display: block;
  }
  header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 20px;
  }
  header .logo {
    font-size: 15px;
  }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #2D9A99;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav.show {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
  }
  .m-column-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .m-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid_6 {
    width: 100%;
  }
  .m-plr20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .grid_3 {
    width: 50%;
    width: calc(50% - 8px);
    margin-right: 16px !important;
    margin-bottom: 40px;
  }
  .grid_3:nth-child(3n) {
    margin-right: initial;
  }
  .grid_3:nth-child(2n) {
    margin-right: 0 !important;
  }
  .grid_4 {
    width: 100%;
    margin-right: 0 !important;
  }
  .agent-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .agent-details a:first-child {
    margin: 40px 0;
  }
  .pointofintrest {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .pointofintrest p {
    color: #000;
    width: 100%;
  }
  .justdesktop {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */