@import 'vendor/jquery-ui.css';
@import url("https://fonts.googleapis.com/css?family=Catamaran:300,400,500,600,700|Source+Sans+Pro:300,400,600,700,400i|Open+Sans:300,400|Lato:400");
@import url("https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("..//FontAwesome/css/all.min.css");
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;
  color: #3e3e3e;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  background: white;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

html {
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

/**
 * Headings
 * ----------------------------------------------------------------------------
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Spectral", sans-serif;
  font-size: 28px;
  line-height: 75px;
  text-transform: capitalize;
}

h2 {
  font-family: "Spectral", sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
  margin: 0.6rem 0 0.2rem 0;
}

h3 {
  font-family: "Spectral", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin: 0.6rem 0 0.2rem 0;
}

h4 {
  font-family: "Spectral", sans-serif;
  font-size: 22px;
  line-height: 25px;
  margin: 0.6rem 0 0.2rem 0;
}

h5 {
  font-family: "Spectral", sans-serif;
  font-size: 20px;
  line-height: 22px;
  margin: 0.6rem 0 0.2rem 0;
}

h6 {
  font-family: "Spectral", sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin: 0.6rem 0 0.2rem 0;
}

p,
ul, ol {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #3e3e3e;
  margin: 0 0 25px 0;
  font-weight: 300;
}

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

a {
  color: #666;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

a:visited {
  outline: 0;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none;
  color: #000000;
}

::-webkit-input-placeholder {
  opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

/*** header *****************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 20px;
  background: lighter;
}
body.nav-active {
  overflow: hidden;
}
body.nav-active .overlay-outer {
  opacity: 1;
  visibility: visible;
}

.subpage-outercon {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
}

.section {
  float: left;
  width: 100%;
  overflow: hidden;
}

.overlay-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  @includer transit;
  z-index: 99999;
  cursor: pointer;
}

.top-main-outer {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  z-index: 9;
}
.top-main-outer .header-outer {
  width: 1100%;
  height: auto;
  float: left;
}
.top-main-outer .header-outer.content, .top-main-outer .header-outer.property {
  height: 420px;
  background: #666;
  position: relative;
}
.top-main-outer .header-outer.content:after, .top-main-outer .header-outer.property:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.top-main-outer .header-outer.property {
  height: 720px;
}
.top-main-outer .header-outer .trigger-block {
  width: 42px;
  height: 42px;
  position: absolute;
  z-index: 99999;
  left: 64px;
  top: 72px;
  cursor: pointer;
  text-align: center;
}
.top-main-outer .header-outer .trigger-block:hover svg {
  color: #fff;
}
.top-main-outer .header-outer .search-block {
  width: 64px;
  height: 64px;
  position: absolute;
  z-index: 99999;
  right: 36px;
  top: 64px;
  cursor: pointer;
  text-align: center;
}
.top-main-outer .header-outer .search-block span {
  font-size: 14px;
  line-height: 14px;
  padding-top: 10px;
  color: white;
}
.top-main-outer .navigation-outer {
  width: 100%;
  height: 100%;
  float: left;
  max-width: 270px;
  position: fixed;
  left: -270px;
  top: 0px;
  z-index: 9999999;
  background: white;
  overflow: hidden;
  padding: 23px 0 0 0;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.top-main-outer .navigation-outer .innerslideblk {
  width: 270px;
  height: 100%;
  float: left;
  overflow: hidden;
}
.top-main-outer .navigation-outer .innerslideblk .language-outer {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  max-width: 270px;
}
.top-main-outer .navigation-outer .innerslideblk .language-outer ul {
  width: 100%;
  height: auto;
  float: none;
  list-style: none;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
}
.top-main-outer .navigation-outer .innerslideblk .language-outer ul li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0px;
  display: inline-block;
}
.top-main-outer .navigation-outer .innerslideblk .language-outer ul li a {
  font-size: 18px;
  color: #3e3e3e;
  line-height: 60px;
  padding: 0 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.top-main-outer .navigation-outer .innerslideblk .language-outer ul li a:hover, .top-main-outer .navigation-outer .innerslideblk .language-outer ul li a.active-lang {
  color: #d4bd7e;
}
.top-main-outer .navigation-outer .innerslideblk .language-outer ul li.active-lang a {
  color: #d4bd7e;
}
.top-main-outer .navigation-outer .innerslideblk .main-menu {
  width: 100%;
  max-width: 270px;
  height: auto;
  float: left;
  padding: 11px 0 0 0;
}
.top-main-outer .navigation-outer .innerslideblk .main-menu ul {
  width: 100%;
  height: auto;
  float: none;
  max-width: 240px;
  list-style: none;
  padding: 0px;
  margin: 0px auto;
}
.top-main-outer .navigation-outer .innerslideblk .main-menu ul li {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0px;
  position: relative;
}
.top-main-outer .navigation-outer .innerslideblk .main-menu ul li:last-child:after {
  border: none;
}
.top-main-outer .navigation-outer .innerslideblk .main-menu ul li a {
  width: 100%;
  height: auto;
  float: left;
  font-weight: 500;
  font-size: 20px;
  color: #3e3e3e;
  font-family: "Spectral", sans-serif;
  line-height: 20px;
  padding: 12px 0 12px 0;
  text-transform: uppercase;
}
.top-main-outer .navigation-outer .innerslideblk .main-menu ul li a:hover {
  color: #d4bd7e;
}
.top-main-outer .navigation-outer .innerslideblk .main-menu ul li.active-nav a {
  color: #d4bd7e;
}
.top-main-outer .navigation-outer .innerslideblk .social-outer {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  max-width: 470px;
}
.top-main-outer .navigation-outer .innerslideblk .social-outer ul {
  width: 100%;
  height: auto;
  float: none;
  list-style: none;
  padding: 46px 0 0 0px;
  margin: 0px auto;
  text-align: center;
}
.top-main-outer .navigation-outer .innerslideblk .social-outer ul li {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0px;
  display: inline-block;
}
.top-main-outer .navigation-outer .innerslideblk .social-outer ul li a {
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #3e3e3e;
  line-height: 60px;
  padding: 0 10px;
  font-weight: 700;
}
.top-main-outer .navigation-outer .innerslideblk .social-outer ul li a svg#facebook:hover path,
.top-main-outer .navigation-outer .innerslideblk .social-outer ul li a svg#twitter:hover path,
.top-main-outer .navigation-outer .innerslideblk .social-outer ul li a svg#google:hover path {
  fill: #d4bd7e !important;
}
.top-main-outer .navigation-outer.active-nav {
  left: 0;
}
.top-main-outer .header-bottomblock {
  width: 100%;
  height: 102px;
  float: left;
  position: absolute;
  left: 0px;
  z-index: 9999;
  overflow: hidden;
  bottom: 82px;
}
.top-main-outer .header-bottomblock h1 {
  width: 100%;
  height: auto;
  float: left;
  left: 50%;
  margin: auto;
  max-width: 1000px;
  position: absolute;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #3e3e3e;
  font-weight: 300;
}
.top-main-outer .header-bottomblock h1 strong {
  font-weight: 500;
  color: #d4bd7e;
}
.top-main-outer .header-bottomblock .scroll-down {
  width: auto;
  height: auto;
  float: left;
  position: absolute;
  right: 0px;
  text-align: center;
  top: 12px;
  overflow: hidden;
}
.top-main-outer .header-bottomblock .scroll-down a {
  width: 100%;
  height: 80px;
  float: left;
  text-transform: uppercase;
}
.top-main-outer .header-bottomblock .scroll-down a img {
  width: 23px;
}
.top-main-outer .header-bottomblock .scroll-down a span {
  width: 100%;
  height: auto;
  float: left;
  color: #3e3e3e;
  font-size: 12px;
}
.top-main-outer .header-bottomblock .scroll-down a i {
  width: 100%;
  height: auto;
  float: left;
  color: #3e3e3e;
}
.top-main-outer .logo-outer {
  width: auto;
  height: auto;
  float: left;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 36px;
  z-index: 99999;
}
.top-main-outer .logo-outer img {
  width: 178px;
}
.top-main-outer.inner-pageheader .header-bottomblock {
  height: 92px;
  background: #d2c8ac;
  -webkit-box-shadow: 0px 7px 23px -4px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 7px 23px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 7px 23px -4px rgba(0, 0, 0, 0.12);
}
.top-main-outer.inner-pageheader .header-bottomblock h1 {
  font-size: 26px;
  color: white;
  font-weight: 700;
}

.fullpage-detect {
  display: block;
}

/*** media queries ****************************************************************************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .top-main-outer .header-bottomblock h1 {
    font-size: 20px;
  }
  .top-main-outer .logo-outer a img {
    width: 138px;
  }
  .top-main-outer .navigation-outer .innerslideblk .main-menu ul li a {
    padding: 17px 0 15px;
  }
  .fullpage-detect {
    display: none;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-main-outer .header-bottomblock h1 {
    font-size: 22px;
  }
  .top-main-outer .logo-outer a img {
    width: 160px;
  }
  .top-main-outer .navigation-outer .innerslideblk .main-menu ul li a {
    font-size: 18px;
    line-height: 14px;
    padding: 15px 0;
  }
  .top-main-outer .navigation-outer .innerslideblk .social-outer ul {
    padding: 15px 0 0 0;
  }
  .fullpage-detect {
    display: none;
  }
  .top-main-outer .header-bottomblock h1 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-main-outer .header-bottomblock h1 {
    text-align: right;
    padding-right: 25px;
  }
  .top-main-outer .header-bottomblock .scroll-down {
    display: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .top-main-outer .header-bottomblock .scroll-down {
    display: none;
  }
  .top-main-outer .navigation-outer {
    max-width: 280px;
    right: -300px;
    padding-top: 15px;
  }
  .top-main-outer .navigation-outer .innerslideblk {
    width: 320px;
  }
  .top-main-outer .navigation-outer .innerslideblk .main-menu {
    max-width: 280px;
  }
  .fullpage-detect {
    display: none;
  }
  .top-main-outer .navigation-outer {
    left: -280px;
  }
}
@media only screen and (max-width: 499px) {
  .top-main-outer .header-outer .logo-outer {
    top: 36px;
  }
  .top-main-outer .header-outer .logo-outer a img {
    width: 142px;
  }
  .top-main-outer .header-outer .trigger-block {
    top: 36px;
    left: 24px;
  }
  .top-main-outer .header-outer .search-block {
    top: 36px;
    right: 24px;
  }
  .top-main-outer .header-outer.content {
    height: 314px;
  }
  .top-main-outer .header-bottomblock {
    bottom: 70px !important;
  }
}
/*** Banner *****************************************************************************************************************************************/
.banner-outerblock {
  width: 100%;
  height: auto;
  background: #000;
  overflow: hidden;
  position: relative;
}
.banner-outerblock li {
  width: 100%;
}
.banner-outerblock li img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.banner-outerblock li.zoom-active img {
  animation: animationFrames linear 50s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: animationFrames linear 50s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animationFrames linear 50s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: animationFrames linear 50s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: animationFrames linear 50s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}
.banner-outerblock:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.banner-outerblock .slogan {
  position: absolute;
  width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.banner-outerblock .slogan h1 {
  font-family: "Spectral", sans-serif;
  color: #fff;
  font-size: 64px;
  text-transform: none;
  font-weight: 300;
  text-align: center;
}
.banner-outerblock .slogan .sep {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 30px;
  width: 90px;
}
.banner-outerblock .slogan h2 {
  font-family: "Spectral", sans-serif;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-top: 2rem;
}

.inner-bannerblock {
  width: 100%;
  height: 490px;
  background: #000;
  overflow: hidden;
}
.inner-bannerblock li {
  width: 100%;
  height: 490px;
}
.inner-bannerblock li img {
  width: 100%;
  height: auto;
  max-width: none;
  position: absolute;
  bottom: 0px;
}

@keyframes animationFrames {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(2) scaleY(2);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: scaleX(1) scaleY(1);
  }
  100% {
    -moz-transform: scaleX(2) scaleY(2);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: scaleX(2) scaleY(2);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: scaleX(1) scaleY(1);
  }
  100% {
    -o-transform: scaleX(2) scaleY(2);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: scaleX(1) scaleY(1);
  }
  100% {
    -ms-transform: scaleX(2) scaleY(2);
  }
}
/*** media queries ****************************************************************************************************************************************/
@media only screen and (max-width: 1399px) {
  .banner-outerblock li img {
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1199px) {
  .inner-bannerblock {
    height: 310px;
  }
  .inner-bannerblock li {
    height: 310px;
  }
  .inner-bannerblock li img {
    position: absolute;
    bottom: 0px;
  }
  .top-main-outer.inner-pageheader .header-bottomblock {
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-main-outer .header-bottomblock h1 {
    text-align: right;
  }
}
@media screen and (max-width: 47.9375em) {
  .inner-bannerblock li img {
    position: absolute;
    bottom: 0px;
  }
  .top-main-outer.inner-pageheader .header-bottomblock h1 {
    text-align: center;
    font-size: 22px;
  }
  .inner-bannerblock li img {
    position: absolute;
    bottom: 0px;
    height: 100%;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
  }
}
/*** footer ****************************************************************************************************************************************/
.footer-container {
  float: left;
  width: 100%;
  background: #f3f3f3;
}

.footer-top {
  float: left;
  width: 100%;
  margin-top: 3rem;
}

.footer-logo {
  margin: 0 auto;
  margin-top: -96px;
  padding: 18px 36px;
  width: 240px;
  background: #fff;
}

.footer-menu {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 47px 0 0 3px;
  display: flex;
  justify-content: space-around;
  gap: 8rem;
  align-items: flex-start;
}
.footer-menu .menu-single {
  flex-grow: 1;
  flex-basis: 0;
}
.footer-menu .menu-single h3 {
  margin-bottom: 2rem;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  display: flex;
}
.footer-menu .menu-single h3 span.line {
  position: relative;
  width: 90px;
  margin-left: 12px;
}
.footer-menu .menu-single h3 span.line:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 82px;
  border-bottom: 1px solid #000000;
}
.footer-menu .menu-single ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  line-height: 1.5;
}
.footer-menu .menu-single ul li {
  text-transform: uppercase;
  font-size: 13px;
}
.footer-menu .menu-single ul li.address {
  text-transform: none;
  line-height: 1.8;
  font-weight: 400;
}
.footer-menu .menu-single ul li a {
  color: #000000;
  font-weight: 400;
}
.footer-menu .menu-single ul li strong {
  font-weight: 600;
}

.footer-middle {
  float: left;
  width: 100%;
  background: #2d1f1f;
  padding: 20px 0 22px;
}
.footer-middle infoblk {
  padding-left: 4px;
  margin: 0;
}
.footer-middle img {
  display: block;
  width: 40px;
  height: 40px;
}
.footer-middle .icon-left {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.footer-middle .details-right {
  display: inline-block;
  vertical-align: middle;
  width: 84%;
  padding-left: 15px;
  color: #efefef;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}
.footer-middle .details-right span {
  display: block;
  color: #efefef;
}
.footer-middle .details-right a {
  color: #efefef;
  font-size: 18px;
}
.footer-middle .details-right a:hover {
  color: #f0e9df;
}
.footer-middle .details-right address {
  color: #efefef;
}

.footer-bottom {
  float: left;
  width: 100%;
  padding: 13px 0;
  border-top: 2px solid #fff;
}
.footer-bottom .inner {
  display: flex;
  gap: 2rem;
}
.footer-bottom p {
  color: #333333;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif;
  margin: 0;
  font-weight: 400;
}
.footer-bottom p a {
  text-decoration: none;
}
.footer-bottom .bottom-txt {
  float: left;
  width: 100%;
  text-align: right;
}
.footer-bottom .bottom-txt p {
  font-size: 16px;
}
.footer-bottom .bottom-txt p a {
  color: #a53876;
}
.footer-bottom .bottom-txt p a:hover {
  text-decoration: underline;
}

/*** media queries ****************************************************************************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .footer-menu {
    padding-left: 20px;
  }
  .footer-top {
    padding: 0 15px;
  }
  .newsletter-block a {
    font-size: 12px;
  }
  .footer-middle {
    padding: 18px 15px 20px;
  }
  .footer-middle img {
    width: 30px;
    height: 30px;
  }
  .footer-middle .details-right {
    width: 86%;
    padding-left: 7px;
    font-size: 14px;
  }
  .footer-middle .details-right a {
    font-size: 14px;
  }
  .footer-bottom {
    padding: 13px 15px;
  }
}
@media screen and (max-width: 63.9375em) {
  .footer-top .footer-logo {
    width: 170px;
    margin-top: -90px;
    padding: 18px 36px;
  }
  .footer-menu {
    flex-wrap: wrap;
    gap: 3rem;
    padding: 80px 0 8px;
  }
  .footer-menu .menu-single h3 {
    white-space: nowrap;
  }
  .footer-menu .menu-single ul li {
    margin-bottom: 0 !important;
  }
  .footer-bottom .row {
    padding: 12px 30px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.8rem;
  }
  .footer-bottom p.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
  }
  .footer-bottom .bottom-txt p {
    font-size: 14px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .footer-top {
    padding: 0 15px;
  }
  .footer-menu .menu-single ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
  }
  .footer-menu {
    text-align: center;
    padding: 34px 0 8px;
  }
  .footer-menu .menu-single ul li {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 25%;
  }
  .footer-menu .menu-single {
    float: none;
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }
  .footer-logo {
    padding: 41px 0 0;
  }
  .footer-menu .menu-single {
    float: none;
    width: auto;
    margin: 0 auto;
    display: inline-block;
  }
  .newsletter-block {
    width: 82.6%;
  }
  .newsletter-block {
    font-size: 14px;
  }
  .newsletter-block a {
    padding: 13px 10px 10px;
  }
  .footer-middle {
    padding: 20px 15px 7px;
  }
  .medium-collapse .column.infoblk {
    margin-bottom: 15px;
    padding-left: 17px;
  }
  .footer-bottom {
    padding: 13px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-menu .menu-single ul li a {
    font-size: 14px;
  }
  .footer-menu .menu-single ul li {
    margin-left: 38px;
  }
  .newsletter-block {
    width: 100%;
  }
  .footer-bottom p {
    line-height: 16px;
  }
  .footer-bottom .bottom-txt {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .newsletter-block {
    width: 100%;
    padding: 28px 32px 33px;
    margin-top: -102px;
    text-align: center;
  }
  .newsletter-block a {
    width: 76%;
    margin-left: 19px;
    vertical-align: middle;
    margin-top: 0;
  }
  .newsletter-block img {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-menu .menu-single ul li {
    margin-left: 15px;
  }
  .footer-menu {
    padding: 39px 0 36px;
  }
  .footer-bottom p {
    line-height: 24px;
  }
  .footer-bottom .bottom-txt {
    text-align: center;
    margin-top: 20px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footer-top {
    padding: 0;
  }
  .footer-middle {
    padding: 20px 0 5px;
  }
  .footer-menu .menu-single ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
  .footer-menu .menu-single ul li {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 13px;
  }
  .medium-collapse .column.infoblk {
    margin-bottom: 17px;
    padding-left: 11px;
  }
}
@media only screen and (max-width: 479px) {
  .newsletter-block {
    padding: 28px 15px 33px;
    margin-top: -94px;
  }
  .newsletter-block img {
    width: 39px;
    height: 57px;
  }
  .newsletter-block a {
    width: 80%;
    margin-left: 8px;
    font-size: 13px;
  }
  .footer-menu .menu-single ul li a {
    font-size: 13px;
  }
  .footer-menu {
    padding: 32px 0 29px;
  }
  .footer-bottom .copyright {
    text-align: center;
    font-size: 12px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll-arrow {
  width: 42px;
  position: fixed;
  right: 120px;
  bottom: 42px;
  opacity: 0;
}
.scroll-arrow.scrolled {
  animation: fadeIn 1s;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .scroll-arrow {
    right: 20px;
    bottom: 20px;
  }
}
.button {
  background: #f0e9df;
  color: #000000;
}
.button.active, .button:hover {
  background: #ddd3cd;
  color: #000000;
}
.button:focus {
  background: #c7bab2;
  color: #000000;
}

.box {
  border: 1px #000000 solid;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box:hover {
  background: #f3f3f3;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #000000;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #000000;
}

.button.open {
  background: #fff;
  border: 1px solid #000000;
  padding: 1rem 4rem;
}
.button.open:hover {
  background: #f3f3f3;
}
.button.closed {
  background: #000000;
  color: #fff;
  padding: 1rem 4rem;
}
.button.closed:hover {
  background: #666;
}

.button-contact {
  min-width: 200px;
  background: #fff;
  border: 1px solid #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.button-contact:hover {
  background: #f3f3f3;
}

#contactoForm {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#contactoForm .checkbox-outer {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
#contactoForm .checkbox-outer input {
  margin: 0 !important;
}
#contactoForm .checkbox-outer.full {
  width: 100% !important;
}
#contactoForm .input-outer {
  position: relative;
}
#contactoForm .input-outer span {
  content: "*";
  position: absolute;
  top: 15%;
  right: 1rem;
  color: #ae0000;
}
#contactoForm .input-outer input,
#contactoForm .input-outer textarea {
  font-family: "Spectral", sans-serif;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contactoForm .input-outer input::placeholder,
#contactoForm .input-outer textarea::placeholder {
  color: #666;
  opacity: 1; /* Firefox */
}
#contactoForm .input-outer input::-ms-input-placeholder,
#contactoForm .input-outer textarea::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #666;
}

/*** Home Page *****************************************************************************************************************************************/
.services-block {
  width: 100%;
  height: auto;
  float: left;
}

.innerserv-block {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0px;
  background: url(../images/services_bg.jpg) left top;
  position: relative;
  z-index: 999;
}
.innerserv-block:before {
  width: 100%;
  height: 100%;
  background: #d6ddde;
  content: "";
  left: 50%;
  top: 0px;
  position: absolute;
  z-index: 99;
}
.innerserv-block ul {
  width: 100%;
  height: auto;
  max-width: 930px;
  float: right;
  list-style: none;
  position: relative;
  z-index: 999999;
}
.innerserv-block ul li {
  width: 33.33%;
  height: auto;
  float: left;
  max-width: 310px;
  margin-bottom: -78px;
}
.innerserv-block ul li a {
  width: 100%;
  height: auto;
  float: left;
}
.innerserv-block ul li a .image-block {
  width: 100%;
  height: 275px;
  float: left;
  overflow: hidden;
  line-height: 1px;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  background-size: 100% 100% !important;
}
.innerserv-block ul li a .image-block img {
  line-height: 1px;
}
.innerserv-block ul li a h5 {
  width: 100%;
  height: 78px;
  float: left;
  color: white;
  background-color: #b8a26d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b8a26d), to(#d3bc7e));
  background-image: -webkit-linear-gradient(top, #b8a26d, #d3bc7e);
  background-image: -moz-linear-gradient(top, #b8a26d, #d3bc7e);
  background-image: -ms-linear-gradient(top, #b8a26d, #d3bc7e);
  background-image: -o-linear-gradient(top, #b8a26d, #d3bc7e);
  background-image: linear-gradient(top, #b8a26d, #d3bc7e);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr="#b8a26d", end-colourStr="#d3bc7e");
  text-transform: uppercase;
  position: relative;
}
.innerserv-block ul li a h5 span {
  width: 100%;
  height: auto;
  float: left;
  left: 50%;
  margin: auto;
  max-width: 1000px;
  position: absolute;
  text-align: center;
  line-height: 30px;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 600;
  z-index: 9999;
}
.innerserv-block ul li a h5:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.innerserv-block ul li a:hover .image-block {
  background-size: 120% 120% !important;
}
.innerserv-block ul li:nth-child(even) h5 {
  background-color: #b49c61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b49c61), to(#cfb670));
  background-image: -webkit-linear-gradient(top, #b49c61, #cfb670);
  background-image: -moz-linear-gradient(top, #b49c61, #cfb670);
  background-image: -ms-linear-gradient(top, #b49c61, #cfb670);
  background-image: -o-linear-gradient(top, #b49c61, #cfb670);
  background-image: linear-gradient(top, #b49c61, #cfb670);
  filter: progid:DXImageTransform.Microsoft.gradient(start-colourStr="#b49c61", end-colourStr="#cfb670");
}
.innerserv-block ul li:hover h5:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: visible;
}

@keyframes image-zoom {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(1.5) scaleY(1.5);
  }
}
@-moz-keyframes image-zoom {
  0% {
    -moz-transform: scaleX(1) scaleY(1);
  }
  100% {
    -moz-transform: scaleX(1.5) scaleY(1.5);
  }
}
@-webkit-keyframes image-zoom {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: scaleX(1.5) scaleY(1.5);
  }
}
@-o-keyframes image-zoom {
  0% {
    -o-transform: scaleX(1) scaleY(1);
  }
  100% {
    -o-transform: scaleX(1.5) scaleY(1.5);
  }
}
@-ms-keyframes image-zoom {
  0% {
    -ms-transform: scaleX(1) scaleY(1);
  }
  100% {
    -ms-transform: scaleX(1.5) scaleY(1.5);
  }
}
.innerserv-block.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.maincontent-block {
  width: 100%;
  height: auto;
  padding: 96px 0 88px 0;
  background: #fff;
}
.maincontent-block h2 {
  text-transform: none;
  color: #2b2e34;
  font-family: "Spectral", sans-serif;
  font-weight: 400;
  font-size: 42px;
  padding: 8px 0 21px 0px;
  margin-bottom: 1.6rem;
}
.maincontent-block .row {
  width: 76%;
  margin: 0 auto;
}
.maincontent-block .row .home-block {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.maincontent-block .row .home-block .home-left {
  width: 70%;
}
.maincontent-block .row .home-block .home-left .home-text {
  padding-left: 5rem;
}
.maincontent-block .row .home-block .home-left .home-text img {
  margin-top: 1rem;
  border: 1px solid #aaa;
  width: 70%;
}
.maincontent-block .row .home-block .right-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 30%;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: relative;
  margin-bottom: 6rem;
}
.maincontent-block .row .home-block .right-logo img.logo {
  opacity: 0.4;
  width: 240px;
  margin-left: 36px;
  margin: 0 0 1.6rem 3.6rem;
}
.maincontent-block .row .home-block .right-logo:after {
  content: "";
  position: absolute;
  width: 120px;
  left: -120px;
  bottom: -2px;
  border-bottom: 2px solid #ccc;
}

.maincontent-block.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.maincontent-block .medium-5 {
  text-align: right;
}

.maincontent-block p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: rgb(73.95, 73.95, 73.95);
  font-weight: 300;
}

.maincontent-block.featured {
  padding: 44px 0;
}
.maincontent-block.featured .search-outer {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.maincontent-block.featured .search-outer .search {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.maincontent-block.featured .search-outer .featured-buttons {
  display: flex;
  gap: 1rem;
}
.maincontent-block.featured .search-outer .featured-buttons .button {
  margin: 0;
}
.maincontent-block.featured .search-outer .search-arrows {
  display: flex;
  gap: 0.8rem;
}

.home-banner {
  width: 100%;
  height: 240px;
  display: block;
  margin: 24px 0;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.button-outercont {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 14px;
}
.button-outercont .primary_btn {
  width: auto;
  height: auto;
  float: left;
  background: #d2c8ac;
  width: 50%;
  max-width: 280px;
  font-size: 16px;
  height: 54px;
  padding: 20px 0;
  text-transform: uppercase;
}
.button-outercont .primary_btn:hover {
  background: #bda566;
}
.button-outercont .primary_btn:first-child {
  margin-right: 10px;
}

.maincontent-block.sell {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  margin-bottom: 120px;
  padding: 60px 0;
}
.maincontent-block.sell h2 {
  padding: 0;
}

.latest-news {
  float: left;
  width: 100%;
  padding: 0 0 147px;
  background: white;
}
.latest-news h4 {
  float: left;
  color: #376384;
  font-weight: 500;
}
.latest-news .title-block {
  float: left;
  width: 100%;
  padding: 49px 0 30px;
  position: relative;
}
.latest-news .title-block:before {
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  width: 233px;
  height: 3px;
  background: #d3bc7e;
}
.latest-news .title-block a {
  color: #376384;
  font-style: italic;
}
.latest-news .news-block {
  float: left;
  width: 100%;
}
.latest-news .news-block .column:last-child:not(:first-child),
.latest-news .news-block .columns:last-child:not(:first-child) {
  float: left;
}
.latest-news .news-block ul {
  float: left;
  width: 102.5%;
  list-style-type: none;
  margin: 0 0 0 -2.5%;
}
.latest-news .news-block ul li {
  float: left;
  width: 30.8%;
  margin-left: 2.5%;
}
.latest-news .news-block .article-card {
  float: left;
  width: 100%;
}
.latest-news .news-block .article-card .card-img {
  float: left;
  width: 100%;
  height: 202px;
  overflow: hidden;
}
.latest-news .news-block .article-card img {
  display: block;
  width: 100%;
}
.latest-news .news-block .article-card .card-content {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.latest-news .news-block .article-card .card-title {
  float: left;
  width: 100%;
}
.latest-news .news-block .article-card .card-title .date-block {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  border: 2px solid #d6d5d5;
  text-align: center;
}
.latest-news .news-block .article-card .card-title .date-block span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: rgb(107.1, 107.1, 107.1);
  margin-top: 3px;
}
.latest-news .news-block .article-card .card-title .date-block .date-inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding-top: 2px;
  color: rgb(107.1, 107.1, 107.1);
  font-size: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  position: relative;
}
.latest-news .news-block .article-card .card-title h6 {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 79%;
  padding-left: 15px;
  color: #2b2e34;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 24px;
}
.latest-news .news-block .article-card .card-title h6 a {
  color: #2b2e34;
}
.latest-news .news-block .article-card .card-title h6 a:hover {
  color: #bda566;
}
.latest-news .news-block .article-card .card-contentinner {
  float: left;
  width: 100%;
  padding: 8px 0 0 88px;
}
.latest-news .news-block .article-card .card-contentinner p {
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.latest-news .news-block .article-card .card-contentinner a {
  color: #61819b;
  border-bottom: 1px solid #61819b;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.latest-news .news-block .article-card .card-contentinner a:hover {
  text-decoration: none;
  color: #376384;
  border-color: #376384;
}

.mob-visible {
  display: none;
}

/*** media queries ****************************************************************************************************************************************/
@media only screen and (max-width: 1199px) {
  .innerserv-block {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .maincontent-block {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .innerserv-block ul {
    float: none;
    margin: 0 auto;
  }
  .maincontent-block {
    padding: 153px 15px 50px 15px;
  }
  .button-outercont .primary_btn {
    width: 46%;
    font-size: 14px;
  }
  .latest-news .news-block .article-card .card-title h6 {
    width: 76%;
  }
  .mob-visible {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .latest-news {
    padding: 0 0 146px;
  }
  .latest-news .news-block .article-card .card-title .date-block .date-inner {
    font-size: 20px;
  }
  .latest-news .news-block .article-card .card-title .date-block span {
    font-size: 16px;
  }
  .latest-news .news-block .article-card .card-title h6 {
    font-size: 16px;
    line-height: 22px;
    width: 78%;
  }
  .latest-news .news-block .article-card .card-contentinner {
    padding: 8px 0 0 78px;
  }
  .latest-news .news-block .article-card .card-contentinner a {
    font-size: 13px;
  }
  .latest-news .news-block .article-card .card-title .date-block {
    width: 59px;
    height: 59px;
  }
  .latest-news .news-block .article-card .card-content {
    margin-top: 26px;
  }
  .latest-news .news-block .article-card .card-contentinner p {
    margin: 0 0 14px 0;
  }
  .latest-news .news-block ul li.cycle-slide {
    visibility: visible !important;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
  }
  .latest-news .news-block ul li.cycle-slide.cycle-sentinel {
    display: none !important;
  }
}
@media screen and (max-width: 63.9375em) {
  .innerserv-block ul {
    float: none;
    margin: 0 auto;
    padding: 0 15px;
  }
  .maincontent-block {
    padding: 153px 15px 50px 15px;
  }
  .maincontent-block h2 {
    line-height: 1.5;
  }
  .button-outercont .primary_btn {
    width: 46%;
    font-size: 14px;
  }
  .banner-outerblock .slogan h1 {
    font-size: 48px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  hr {
    border-bottom: 1px solid #ddd;
  }
  .innerserv-block ul li a .image-block {
    height: 200px;
  }
  .maincontent-block {
    padding: 40px 15px 50px 15px;
  }
  .maincontent-block .row {
    width: 88%;
  }
  .maincontent-block .home-block {
    flex-direction: column;
    align-items: flex-end;
  }
  .maincontent-block .home-block .home-left {
    width: 100% !important;
  }
  .maincontent-block .home-block .home-left .home-text {
    padding-left: 0 !important;
  }
  .maincontent-block .home-block .home-left .home-text img {
    width: 60% !important;
  }
  .maincontent-block .home-block .right-logo {
    margin-top: -6rem;
    margin-bottom: 1rem !important;
  }
  .maincontent-block .home-block .right-logo img.logo {
    margin-left: 1.6rem !important;
  }
  .maincontent-block.featured {
    padding: 14px 0;
  }
  .maincontent-block.featured .search-outer {
    margin-bottom: 2rem;
  }
  .maincontent-block .featured-buttons a {
    white-space: nowrap;
  }
  .maincontent-block h2 {
    line-height: 1.5;
    font-size: 36px;
    padding-bottom: 0.6rem;
  }
  .button-outercont .primary_btn {
    width: 100%;
    font-size: 14px;
    padding: 20px;
  }
  .featured .search-outer {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }
  .featured .search-outer .featured-buttons {
    flex-wrap: wrap !important;
  }
  .sell-block {
    text-align: center;
  }
  .sell-block .maincontent-block.sell {
    margin-bottom: 40px;
    padding: 30px 0;
    border-bottom: none;
    text-align: center;
  }
  .sell-block .maincontent-block.sell h2,
  .sell-block .maincontent-block.sell p {
    text-align: center;
  }
}
@media screen and (max-width: 47.9375em) {
  .banner-outerblock .slogan h1 {
    font-size: 36px;
    margin: 0 6rem;
  }
  .maincontent-block .row .home-block .right-logo {
    margin-top: 5px;
  }
  .innerserv-block ul {
    float: left;
    padding: 0px;
    margin: 0px;
  }
  .innerserv-block ul li {
    width: 100%;
    max-width: none;
    margin: 0px;
  }
  .innerserv-block ul li a .image-block {
    max-width: 150px;
    height: 132px;
    float: left;
    position: absolute;
    z-index: 999;
  }
  .innerserv-block ul li a h5 {
    float: left;
    height: 132px;
    padding-left: 150px;
  }
  .innerserv-block ul li:nth-child(even) .image-block {
    right: 0px;
  }
  .innerserv-block ul li:nth-child(even) a h5 {
    padding-right: 150px;
    padding-left: 0px;
  }
  .innerserv-block ul li a h5 span {
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: relative;
  }
  .maincontent-block h2 {
    text-align: center;
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 16px;
  }
  .maincontent-block p {
    line-height: 24px;
    font-size: 16px;
  }
  .maincontent-block {
    margin: 0px;
    padding: 20px 18px;
  }
  .maincontent-block .row {
    width: 88%;
  }
  .maincontent-block.featured {
    padding: 20px 18px;
  }
  .maincontent-block.featured .featured-buttons {
    flex-wrap: wrap;
  }
  .maincontent-block.featured .featured-buttons a {
    white-space: nowrap;
  }
  .maincontent-block .home-block .home-text {
    padding-left: 0 !important;
  }
  .maincontent-block .home-block .right-logo {
    margin-top: -6rem;
    margin-bottom: 1rem !important;
  }
  .maincontent-block .home-block .right-logo img.logo {
    margin-left: 1.6rem !important;
  }
  .maincontent-block.sell {
    text-align: center;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .button-outercont .primary_btn {
    width: 100%;
    font-size: 22px;
    padding: 20px;
    max-width: none;
    height: 64px;
  }
  .button-outercont .primary_btn:first-child {
    margin: 0 0 10px 0;
  }
  .button-outercont {
    padding-top: 19px;
  }
  .mob-visible {
    display: block;
  }
  .featured .search-outer {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }
}
@media only screen and (max-width: 499px) {
  .banner-outerblock .slogan {
    width: 90%;
  }
  .banner-outerblock .slogan h1 {
    font-size: 32px;
    margin: 0;
    line-height: 1.6;
  }
  .maincontent-block .row .home-block {
    flex-direction: column;
    align-items: flex-end;
  }
  .maincontent-block .row .home-block .home-left {
    width: 100%;
  }
  .maincontent-block .row .home-block .right-logo {
    width: 50%;
    margin-right: 20px;
  }
  .maincontent-block {
    margin: 0px;
    padding: 30px 15px;
  }
  .maincontent-block h2 {
    text-align: center;
    font-size: 32px;
  }
  .maincontent-block p {
    line-height: 24px;
    font-size: 16px;
  }
  .button-outercont .primary_btn {
    width: 100%;
    font-size: 16px;
    padding: 20px;
    max-width: none;
    height: 54px;
  }
  .latest-news .news-block .article-card .card-title h6 {
    width: 73%;
    padding-left: 6px;
    line-height: 21px;
    font-size: 14px;
  }
  .latest-news .news-block {
    padding: 0 28px;
  }
  .slider-nav {
    width: 15px;
    height: 40px;
  }
  .slider-nav img {
    width: 100%;
  }
  .latest-news .news-block .article-card .card-title .date-block {
    width: 50px;
    height: 50px;
  }
  .latest-news .news-block .article-card .card-title .date-block .date-inner {
    padding: 0;
  }
  .latest-news .news-block .article-card .card-contentinner p {
    line-height: 22px;
    font-size: 15px;
    height: 89px;
    overflow: hidden;
  }
  .latest-news .news-block .article-card .card-contentinner {
    padding-left: 61px;
  }
  .latest-news .news-block .article-card .card-content {
    margin-top: 15px;
  }
  .sell-block {
    text-align: center;
  }
  .sell-block .maincontent-block.sell {
    margin-bottom: 40px;
    padding: 8px 0;
    border-bottom: none;
    text-align: center;
  }
  .sell-block .maincontent-block.sell h2,
  .sell-block .maincontent-block.sell p {
    text-align: center;
  }
  .sell-block .maincontent-block.sell h2 {
    margin-top: 1rem;
  }
}
.maincontent-block.search {
  padding: 44px 0;
}
.maincontent-block.search h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
}
.maincontent-block.search form.search-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.maincontent-block.search form.search-form .main {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 1.2rem;
}
.maincontent-block.search form.search-form .main .form-column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  gap: 0.8rem;
}
.maincontent-block.search form.search-form .main .form-column .double {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 0;
  gap: 1rem;
}
.maincontent-block.search form.search-form .main .form-column .double .outer-input {
  width: 50%;
}
.maincontent-block.search form.search-form .main .form-column .outer-input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.maincontent-block.search form.search-form .main .form-column .outer-input label {
  text-transform: uppercase;
  font-size: 12px;
}
.maincontent-block.search form.search-form .main .form-column .outer-input input,
.maincontent-block.search form.search-form .main .form-column .outer-input select {
  border: 1px solid #000000;
  width: 100%;
  margin: 0;
  font-family: "Spectral", sans-serif;
}
.maincontent-block.search form.search-form .main .form-column .outer-input.reference {
  position: relative;
}
.maincontent-block.search form.search-form .main .form-column .outer-input.reference:before {
  position: absolute;
  content: "";
  left: 20px;
  top: 14px;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.maincontent-block.search form.search-form .main .form-column .outer-input.reference ul.searchlist {
  display: none;
  padding: 4px 8px;
}
.maincontent-block.search form.search-form .main .buttons {
  display: flex;
  gap: 0.6rem;
  justify-content: space-around;
}
.maincontent-block.search form.search-form .main .buttons a {
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: "Spectral", sans-serif;
}
.maincontent-block.search form.search-form .main .buttons a:hover {
  background: #ddd3cd;
}
.maincontent-block.search form.search-form .main .buttons a.active {
  background: #000000;
  color: #fff;
}
.maincontent-block.search form.search-form .actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}
.maincontent-block.search form.search-form .actions .button {
  min-width: 167px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.maincontent-block.search form.search-form .actions .button.reset {
  border: 1px solid #000000;
  color: #000000;
  background: #fff;
}
.maincontent-block.search form.search-form .actions .button.reset:hover {
  background: #ccc;
}
.maincontent-block.search form.search-form .actions .button.search {
  border: 1px solid #000000;
  color: #fff;
  background: #000000;
}
.maincontent-block.search form.search-form .actions .button.search:hover {
  background: #666;
}

@media screen and (max-width: 63.9375em) {
  .maincontent-block.search form.search-form .main {
    flex-wrap: wrap;
    margin: 0 5rem;
  }
  .maincontent-block.search form.search-form .main .buttons {
    justify-content: flex-start;
  }
  .maincontent-block.search form.search-form .main .form-column:last-child {
    width: 100%;
    flex-grow: 0;
    flex-basis: unset;
  }
  .maincontent-block.search form.search-form .actions {
    justify-content: flex-start;
    margin: 0 5rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .maincontent-block.search form.search-form .main {
    margin: 0 1rem;
  }
  .maincontent-block.search form.search-form .main label {
    white-space: nowrap;
  }
  .maincontent-block.search form.search-form .actions {
    justify-content: flex-start;
    margin: 0 1rem;
  }
}
@media only screen and (max-width: 399px) {
  .maincontent-block.search form.search-form .actions .button {
    min-width: 128px;
    padding: 14px 12px;
  }
}
.thumbnails {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
}
.thumbnails .thumbnail {
  border: none;
  box-shadow: none;
}
.thumbnails .thumbnail img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}
.thumbnails .thumbnail h3 {
  margin: 12px 0 4px 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.thumbnails .thumbnail p.details {
  margin: 0;
  padding: 0;
}
.thumbnails .thumbnail p.details span {
  padding: 0 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thumbnails .thumbnail img {
    height: 260px;
  }
  .thumbnails .thumbnail p {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 47.9375em) {
  .thumbnails {
    grid-template-columns: 1fr;
  }
  .thumbnails .thumbnail img {
    height: 320px;
  }
}
@media only screen and (max-width: 599px) {
  .thumbnails .thumbnail img {
    height: 240px;
  }
}
@media only screen and (max-width: 389px) {
  .thumbnails .thumbnail img {
    height: 180px;
  }
}
/*** Housing  *****************************************************************************************************************************************/
.main-innerwrapper {
  width: 100%;
  height: auto;
  float: left;
}

.single-outerblock {
  width: 100%;
  height: auto;
  float: left;
  padding: 75px 0 62px 0;
  background: rgb(247.35, 247.35, 247.35);
}
.single-outerblock img {
  line-height: 1px;
}
.single-outerblock blockquote {
  width: 100%;
  height: auto;
  float: left;
  font-size: 22px;
  line-height: 34px;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  position: relative;
}
.single-outerblock blockquote strong {
  font-weight: 600;
}
.single-outerblock blockquote span {
  width: 100%;
  float: left;
  text-align: right;
  color: #524847;
  font-size: 18px;
  font-weight: 300;
  padding-top: 13px;
}
.single-outerblock blockquote:before {
  content: "";
  width: 30px;
  height: 24px;
  left: -30px;
  top: -18px;
  position: absolute;
  background: url(../images/quote_icon.svg) no-repeat left top;
}
.single-outerblock blockquote:after {
  content: "";
  width: 270px;
  height: 4px;
  bottom: -62px;
  left: 50%;
  margin-left: -135px;
  position: absolute;
  background: #d3bc7e;
}
.single-outerblock .innermain-contentblk {
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0 0 0;
  position: relative;
}
.single-outerblock .innermain-contentblk:after {
  content: "";
  width: 270px;
  height: 4px;
  bottom: -70px;
  left: -30px;
  position: absolute;
  background: #d3bc7e;
}
.single-outerblock .innermain-contentblk h3 {
  font-size: 23px;
  color: #cab26d;
  font-weight: 600;
  padding-bottom: 41px;
}
.single-outerblock .innermain-contentblk p {
  line-height: 24px;
  font-family: "Source Sans Pro", sans-serif;
  max-width: 415px;
  float: left;
}
.single-outerblock .innermain-contentblk p strong {
  font-weight: 700;
}
.single-outerblock .innermain-contentblk p a {
  color: #61819b;
  text-decoration: underline;
}
.single-outerblock .innermain-contentblk p a:hover {
  text-decoration: none;
  color: #cab26d;
}

.single-outerblock.interior-outerblock {
  background: white;
}
.single-outerblock.interior-outerblock h2 {
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}
.single-outerblock.interior-outerblock h2:before, .single-outerblock.interior-outerblock h2:after {
  background: #f0f1f1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.single-outerblock.interior-outerblock h2:before {
  right: 30px;
  margin-left: -50%;
}
.single-outerblock.interior-outerblock h2:after {
  left: 30px;
  margin-right: -50%;
}

.single-outerblock.exterior-outerblock {
  background: rgb(247.35, 247.35, 247.35);
}
.single-outerblock.exterior-outerblock h2 {
  overflow: hidden;
  text-align: center;
  padding-bottom: 40px;
}
.single-outerblock.exterior-outerblock h2:before, .single-outerblock.exterior-outerblock h2:after {
  background: #f0f1f1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.single-outerblock.exterior-outerblock h2:before {
  right: 30px;
  margin-left: -50%;
}
.single-outerblock.exterior-outerblock h2:after {
  left: 30px;
  margin-right: -50%;
}

.page-sliderout {
  width: 100%;
  height: 600px;
  float: right;
  max-width: 600px;
  position: relative;
}
.page-sliderout ul {
  width: 100%;
  height: 100%;
  float: left;
  list-style: none;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.page-sliderout ul li {
  width: 100%;
  height: 100%;
  float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.page-sliderout .single-img {
  width: 100%;
  height: 100%;
  float: left;
}
.page-sliderout .inner-controlls {
  width: 100%;
  height: 70px;
  position: absolute;
  left: -9px;
  top: 68px;
  z-index: 99999;
}

.inner-prev,
.inner-next {
  width: 70px;
  height: 70px;
  float: left;
  background: rgba(210, 200, 172, 0.9);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 2px;
  padding: 23px 0;
  top: 50%;
}

.single-outerblock.linving-outer .innermain-contentblk {
  padding-top: 60px;
}

.single-outerblock.linving-outer .innermain-contentblk:after {
  display: none;
}

.single-outerblock .single-imgcontainer.first-block {
  width: 100%;
  height: 370px;
}

.single-outerblock .single-imgcontainer.second-block {
  width: 100%;
  height: 760px;
}

.single-outerblock.linving-outer .nextlevel-block {
  padding-top: 25px;
  position: relative;
  z-index: 99999;
}
.single-outerblock.linving-outer .nextlevel-block .innermain-contentblk {
  padding-top: 42px;
  padding-bottom: 40px;
  background: rgb(247.35, 247.35, 247.35);
}
.single-outerblock.linving-outer .nextlevel-block .innermain-contentblk:before {
  content: "";
  height: 100%;
  width: 70px;
  position: absolute;
  right: 100%;
  top: 0px;
  background: rgb(247.35, 247.35, 247.35);
}
.single-outerblock.linving-outer .nextlevel-block .innermain-contentblk h3 {
  padding-bottom: 34px;
}

.image-sliderout {
  width: 100%;
  height: auto;
  max-height: 565px;
  float: right;
  position: relative;
  margin-top: -80px;
}
.image-sliderout ul {
  width: 100%;
  height: 100%;
  float: left;
  list-style: none;
  overflow: hidden;
  max-height: 565px;
}
.image-sliderout .innerimage-controlls {
  width: 100%;
  height: 56px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -28px;
  z-index: 99999;
}
.image-sliderout .innerimage-controlls .inner-prev,
.image-sliderout .innerimage-controlls .inner-next {
  position: absolute;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 87px;
  height: 56px;
  padding: 13px 0;
}
.image-sliderout .innerimage-controlls .inner-prev {
  left: -30px;
}
.image-sliderout .innerimage-controlls .inner-next {
  right: -30px;
}

.images-group {
  width: 100%;
  height: auto;
  float: left;
  padding: 23px 0 0 0;
}
.images-group ul {
  width: 102.33%;
  height: 298px;
  float: left;
  list-style: none;
  margin-left: -2.33%;
}
.images-group ul li {
  width: 31%;
  float: left;
  height: 298px !important;
  margin-left: 2.33%;
}

.rooms-outerblock {
  background: white;
}
.rooms-outerblock .step-single:before {
  display: none;
}
.rooms-outerblock .step-single {
  padding: 0px;
}
.rooms-outerblock .step-content {
  max-width: 470px;
}
.rooms-outerblock .page-sliderout {
  float: left;
}
.rooms-outerblock .step-thumbnail {
  float: right;
  width: 50%;
  text-align: right;
  line-height: 1px;
  max-width: 470px;
  max-height: 467px;
  margin-top: 164px;
  overflow: hidden;
}
.rooms-outerblock .stepright-controlls {
  height: 70px;
  position: absolute;
  top: 72px;
  right: 0;
  width: auto;
  z-index: 99999;
}
.rooms-outerblock .stepright-controlls .inner-prev {
  float: left;
}
.rooms-outerblock .stepright-controlls .inner-next {
  float: left;
}

.single-outerblock.garden-outer {
  background: white;
}
.single-outerblock.garden-outer .innermain-contentblk {
  padding: 65px 40px 0 40px;
}
.single-outerblock.garden-outer .innermain-contentblk p {
  max-width: none;
}
.single-outerblock.garden-outer .innermain-contentblk:after {
  display: none;
}
.single-outerblock.garden-outer .column,
.single-outerblock.garden-outer .columns {
  position: relative;
}
.single-outerblock.garden-outer .inner-single-img {
  position: absolute;
  bottom: 5px;
  height: 297px;
  max-width: 570px;
  overflow: hidden;
  width: 100%;
  float: left;
}

.single-outerblock.pool-outerblock .innermain-contentblk {
  padding: 40px 0 0 0px;
}
.single-outerblock.pool-outerblock .innermain-contentblk p {
  max-width: none;
}
.single-outerblock.pool-outerblock .innermain-contentblk:after {
  display: none;
}
.single-outerblock.pool-outerblock .inner-single-img {
  position: absolute;
  bottom: 5px;
  height: 297px;
  max-width: 570px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.single-outerblock.pool-outerblock .pool-imagelist {
  width: 100%;
  height: 298px;
  float: left;
  margin-top: 46px;
}

.single-outerblock.recreation-outerblock {
  background: white;
}
.single-outerblock.recreation-outerblock .innermain-contentblk {
  padding: 90px 0 0 34px;
}
.single-outerblock.recreation-outerblock .innermain-contentblk h3 {
  padding-bottom: 21px;
}

.recreation-gallery {
  float: left;
  width: 100%;
  position: relative;
  height: 100%;
}
.recreation-gallery .small-image {
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 71%;
  margin-top: 20px;
}
.recreation-gallery .big-image {
  margin-top: 20px;
}

.single-outerblock.recreation-outerblock .innermain-contentblk::after {
  display: none;
}

.single-outerblock.recreation-outerblock .innermain-contentblk {
  margin-bottom: 70px;
}

/*** media queries ****************************************************************************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .single-outerblock blockquote {
    font-size: 18px;
    line-height: 28px;
  }
  .page-sliderout {
    height: 520px;
    max-width: 520px;
  }
  .images-group ul {
    height: 245px;
  }
  .images-group ul li {
    height: 245px !important;
  }
  .single-outerblock.garden-outer .inner-single-img {
    position: relative;
  }
}
@media screen and (max-width: 63.9375em) {
  .single-outerblock blockquote {
    font-size: 18px;
    line-height: 28px;
  }
  .page-sliderout {
    height: 400px;
    max-width: 400px;
  }
  .images-group ul {
    height: 200px;
  }
  .images-group ul li {
    height: 200px !important;
  }
  .rooms-outerblock .step-content {
    max-width: 400px;
  }
  .single-outerblock.garden-outer .inner-single-img {
    position: relative;
    height: 245px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rooms-outerblock .step-content {
    max-width: 300px;
  }
  .rooms-outerblock .step-thumbnail {
    margin-top: 50px;
  }
  .single-outerblock .innermain-contentblk:after {
    bottom: 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .single-outerblock {
    padding: 55px 30px 50px 30px;
  }
  .single-outerblock blockquote {
    font-size: 18px;
    line-height: 28px;
  }
  .interior-outerblock .innermain-contentblk:after {
    display: none;
  }
  .page-sliderout {
    float: left;
    height: 390px;
    margin: 0 auto;
    max-width: 390px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .inner-prev,
  .inner-next {
    width: 64px;
    height: 64px;
    padding: 12px 0;
  }
  .page-sliderout .inner-controlls {
    top: 60px;
    left: -32px;
  }
  .single-outerblock .innermain-contentblk h3 {
    padding-bottom: 10px;
  }
  .single-outerblock.interior-outerblock h2 {
    padding-bottom: 0px;
  }
  .single-outerblock.linving-outer .innermain-contentblk {
    padding: 0px;
  }
  .single-outerblock .innermain-contentblk p {
    max-width: none;
  }
  .single-outerblock .single-imgcontainer.second-block {
    height: 370px;
  }
  .single-outerblock.linving-outer .nextlevel-block .innermain-contentblk {
    padding-bottom: 0px;
  }
  .single-outerblock blockquote:after {
    bottom: -50px;
  }
  .images-group ul {
    width: 100%;
    margin: 0px;
    height: auto;
  }
  .image-sliderout {
    margin-top: 25px;
  }
  .innerimage-controlls img {
    width: 100px;
    height: 38px;
  }
  .image-sliderout .innerimage-controlls .inner-prev, .image-sliderout .innerimage-controlls .inner-next {
    height: 64px;
    width: 64px;
    margin-top: -20px;
  }
  .image-sliderout .innerimage-controlls .inner-prev {
    left: -15px;
  }
  .image-sliderout .innerimage-controlls .inner-next {
    right: -15px;
  }
  .rooms-outerblock .step-content {
    max-width: none;
  }
  .rooms-outerblock .step-thumbnail {
    float: right;
    line-height: 1px;
    margin-top: 30px;
    max-height: 300px;
    max-width: 470px;
    overflow: hidden;
    text-align: right;
    width: 100%;
  }
  .rooms-outerblock .step-thumbnail {
    max-width: 100%;
  }
  .single-outerblock.exterior-outerblock .innermain-contentblk:after {
    display: none;
  }
  .single-outerblock.garden-outer .innermain-contentblk {
    padding: 0px;
  }
  .single-outerblock.garden-outer .inner-single-img {
    max-width: none;
    margin-bottom: 40px;
  }
  .recreation-gallery .small-image {
    max-width: 100%;
    position: relative;
  }
  .step1-controlls img {
    width: 100px;
    height: 38px;
  }
  .stepright-controlls img {
    width: 100px;
    height: 38px;
  }
  .inner-controlls img {
    width: 100px;
    height: 38px;
  }
  .rooms-outerblock .stepright-controlls {
    right: -40px;
  }
  .step1-controlls {
    margin-top: -32px;
  }
  .recreation-gallery {
    margin-bottom: 90px;
  }
  .images-group ul li {
    height: 331px !important;
    margin: 0 0 25px;
    max-width: 421px;
    margin: 0 auto 25px auto;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .single-outerblock {
    padding: 55px 15px 50px 15px;
  }
  .single-outerblock blockquote:before {
    left: -22px;
    top: -7px;
    width: 20px;
  }
  .page-sliderout {
    float: left;
    height: 280px;
    margin: 0 auto;
    max-width: 280px;
  }
  .inner-prev,
  .inner-next {
    width: 40px;
    height: 40px;
    padding: 12px 0;
  }
  .page-sliderout .inner-controlls {
    top: 20px;
    left: 0;
  }
  .rooms-outerblock .stepright-controlls {
    right: 0;
  }
  .step1-controlls img {
    width: 50px;
    height: 17px;
  }
  .stepright-controlls img {
    width: 50px;
    height: 17px;
  }
  .inner-controlls img {
    width: 50px;
    height: 17px;
  }
  .images-group ul li {
    height: 250px !important;
    margin: 0 0 25px;
    max-width: 421px;
    margin: 0 auto 25px auto;
    float: none;
    width: 100%;
  }
}
/*** Process Page  *****************************************************************************************************************************************/
.process-step {
  float: left;
  width: 100%;
  padding: 70px 0 0;
  text-align: center;
  background: #f8f8f8;
}
.process-step ul {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.process-step ul li {
  display: inline-block;
  list-style: none;
  width: 280px;
  margin: 0 45px;
}
.process-step ul li .process-inner {
  width: 100%;
  display: inline-block;
  -moz-border-radius: 900px;
  -webkit-border-radius: 900px;
  border-radius: 900px;
  height: 280px;
  background-size: 100% 100% !important;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.process-step ul li .process-inner img {
  float: left;
}
.process-step ul li span {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #2b2e34;
  font-size: 24px;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding-top: 19px;
}
.process-step ul li .arrow-block {
  width: 85px;
  height: 85px;
  float: none;
  opacity: 0;
  text-align: center;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.process-step ul li:hover .arrow-block {
  opacity: 1;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.process-step ul li:hover .process-inner {
  background-size: 120% 120% !important;
}

.process-step-detail {
  float: left;
  width: 100%;
}

.step-single {
  float: left;
  width: 100%;
  padding: 56px 0 64px;
  position: relative;
}
.step-single:before {
  position: absolute;
  left: -30px;
  bottom: 0;
  content: "";
  height: 3px;
  background: #d3bc7e;
  width: 300px;
}

#step2 .step-single:before {
  right: -30px;
  left: auto;
}

#step3 .step-single:before {
  display: none;
}

.step-content {
  float: left;
  width: 100%;
  max-width: 470px;
  padding: 51px 0 0 0;
}
.step-content h2 {
  font-weight: 600;
  color: #2b2e34;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.step-content p {
  color: rgb(73.95, 73.95, 73.95);
  line-height: 24px;
}
.step-content p strong {
  font-weight: 700;
}
.step-content.float-right {
  padding: 0;
}
.step-content a {
  color: #61819b;
  font-family: "Source Sans Pro", sans-serif;
  text-decoration: underline;
}
.step-content a:hover {
  color: #a53876;
}
.step-content h3 {
  color: #cab26d;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-weight: 600;
}

.step-content.border-head {
  max-width: 670px;
}

.step-thumbnail {
  float: left;
  width: 100%;
  max-width: 470px;
  text-align: right;
  line-height: 1px;
}
.step-thumbnail.circular-thumb {
  text-align: center;
  width: 392px;
  height: 392px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.step-gallery {
  float: left;
}

.step1-controlls {
  height: 70px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.step1-controlls .inner-prev {
  float: left;
  margin: 0 0 0 -35px;
}
.step1-controlls .inner-next {
  float: right;
  margin: 0 -35px 0 0;
}

.step3-controlls {
  height: 70px;
  position: absolute;
  top: 72px;
  right: 0;
  width: auto;
  z-index: 99999;
}
.step3-controlls .inner-prev {
  float: left;
  margin: 0;
}
.step3-controlls .inner-next {
  float: left;
  margin: 0;
}

#step3 .page-sliderout {
  float: left;
}

.step-single .border-head h2 {
  position: relative;
}
.step-single .border-head h2:after {
  content: "";
  right: 0;
  left: 155px;
  top: 18px;
  height: 2px;
  width: 50000px;
  position: absolute;
  background: #f0f1f1;
}

.process-step-detail .single-outerblock {
  padding: 0;
}

.single-outerblock.light-bg {
  background: white;
  padding: 0;
}

.arch-list {
  float: left;
  width: 100%;
  margin-top: 31px;
}
.arch-list ul {
  float: left;
  width: 100%;
}
.arch-list ul li {
  float: left;
  list-style: none;
  width: 31.6%;
  margin: 0 0 0 30px;
  height: 290px;
}
.arch-list ul li:first-child {
  margin-left: 0;
}

#step3 .step-thumbnail {
  margin-top: -120px;
  max-width: 470px;
}

#step2 .step-content {
  max-width: 570px;
}

.last-row .step-content {
  max-width: 570px;
}

.step-row.last-row {
  float: left;
  width: 100%;
}

/*** media queries ****************************************************************************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .process-step ul li {
    margin: 0 24px;
  }
  .arch-list ul li {
    width: 31.3%;
  }
  #step2 .step-content {
    max-width: 470px;
  }
  .step-content.border-head {
    max-width: 470px;
  }
  .last-row .step-content {
    max-width: 500px;
  }
  .step-content.float-right {
    max-width: 430px;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .process-step ul li {
    width: 170px;
    margin: 0 35px;
  }
  .process-step ul li .process-inner {
    height: 170px;
  }
  .process-step ul li span {
    font-size: 20px;
  }
  .step-thumbnail.circular-thumb {
    width: 330px;
    height: 330px;
  }
  .arch-list ul li {
    width: 30.6%;
    height: 239px;
  }
  .step-thumbnail.circular-thumb {
    margin-bottom: 50px;
  }
  #step2 .step-content {
    max-width: 350px;
  }
  .step-content.border-head {
    max-width: 350px;
  }
  .step-thumbnail {
    max-width: 350px;
  }
  .step-content {
    max-width: 300px;
  }
  #step3 .step-thumbnail {
    max-width: 350px;
    margin-top: 0;
  }
  .last-row .step-content {
    max-width: 300px;
  }
}
@media screen and (max-width: 47.9375em) {
  .process-step ul li {
    width: 130px;
    margin: 0 5px;
  }
  .process-step ul li .process-inner {
    height: 130px;
  }
  .process-step {
    padding: 38px 0 0;
  }
  .process-step ul li span {
    font-size: 14px;
    padding-top: 5px;
  }
  .step-content {
    max-width: 100%;
    padding: 35px 0 0;
  }
  .step-content.float-right {
    padding: 0 0 0;
  }
  .step-thumbnail {
    max-width: 100%;
  }
  .process-step ul li .arrow-block {
    width: 65px;
    height: 65px;
  }
  .step1-controlls .inner-prev {
    margin: 0;
  }
  .step1-controlls .inner-next {
    margin: 0;
  }
  .arch-list {
    padding: 0;
  }
  .arch-list ul li {
    width: 100%;
    margin: 0 0 23px 0;
  }
  .step-content.border-head {
    max-width: 100%;
  }
  .step-content.border-head {
    max-width: 100%;
  }
  #step2 .step-content {
    max-width: 100%;
    padding: 35px 0 0 0;
  }
  #step3 .step-thumbnail {
    max-width: 100%;
    margin-top: 10px;
  }
  .step3-controlls {
    width: 100%;
    top: 50%;
    margin-top: -20px;
  }
  .step3-controlls .inner-next {
    float: right;
    margin-right: -32px;
  }
  .step3-controlls .inner-prev {
    margin-left: -32px;
  }
  .step1-controlls .inner-next {
    margin-right: -32px;
  }
  .step1-controlls .inner-prev {
    margin-left: -32px;
  }
  .main-innerwrapper.process-page {
    margin-bottom: 90px;
  }
  .step3-controlls img {
    width: 100px;
    height: 38px;
  }
}
@media only screen and (max-width: 479px) {
  .process-step ul li {
    width: 85px;
    margin: 0 5px;
  }
  .process-step ul li .process-inner {
    height: 85px;
  }
  .process-step ul li span {
    font-size: 10px;
  }
  .process-step ul li .arrow-block {
    width: 50px;
    height: 50px;
  }
  .step-content {
    padding: 30px 5px 0;
  }
  .step-single {
    padding: 25px 0;
  }
  .step3-controlls img {
    width: 50px;
    height: 17px;
  }
  .step3-controlls .inner-next {
    float: right;
    margin-right: -20px;
  }
  .step3-controlls .inner-prev {
    margin-left: -20px;
  }
  .step1-controlls .inner-next {
    margin-right: -20px;
  }
  .step1-controlls .inner-prev {
    margin-left: -20px;
  }
}
/*** Case Page  *****************************************************************************************************************************************/
.img-listblock {
  float: left;
  width: 100%;
  text-align: center;
}

.img-list {
  float: left;
  width: 103.8%;
  list-style-type: none;
  margin: 0 0 0 -3.8%;
}
.img-list li {
  float: left;
  width: 96.2%;
  margin: 0 0 23px 3.8%;
}
.img-list li.width2 {
  width: 46.3%;
}
.img-list li img {
  display: block;
  width: 100%;
}

.single-outerblock.case {
  background: white;
  padding: 62px 0 46px 0;
}

.sidebar-details {
  float: left;
  width: 100%;
  padding-left: 70px;
}

.spec-details {
  float: left;
  width: 100%;
  border-top: 3px solid #d3bc7e;
  border-bottom: 3px solid #d3bc7e;
}

.details-row {
  float: left;
  width: 100%;
  padding: 23px 0 19px;
  border-bottom: 1px solid #f0f1f1;
}
.details-row ul {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 2px 0 6px;
}
.details-row ul li {
  float: left;
  width: 100%;
  margin-top: 8px;
}
.details-row ul li:first-child {
  margin-top: 0;
}
.details-row ul li span {
  float: left;
  width: 50%;
  font-size: 16px;
  color: rgb(73.95, 73.95, 73.95);
  font-family: "Source Sans Pro", sans-serif;
}
.details-row .details-column {
  float: left;
  width: 41%;
}
.details-row .details-column span {
  color: #3c3c3c;
}
.details-row .details-column p {
  line-height: 24px;
  margin: -2px 0 0;
  color: #3c3c3c;
}
.details-row .details-column.right {
  width: 59%;
  padding-left: 11px;
}

.button-wrapper {
  float: left;
  width: 100%;
  padding: 10px 0;
  position: relative;
}
.button-wrapper img {
  width: 64px;
  height: 24px;
}
.button-wrapper .overview-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
}
.button-wrapper .overview-btn img {
  width: 20px;
  height: 18px;
  margin: 1px 0 0 5px;
}
.button-wrapper .overview-btn:hover {
  opacity: 0.8;
}
.button-wrapper .previous-btn {
  float: left;
  margin-left: -16px;
}
.button-wrapper .previous-btn span {
  margin-left: -6px;
}
.button-wrapper .next-btn {
  float: right;
  margin-right: -16px;
}
.button-wrapper .next-btn span {
  margin-right: -4px;
}
.button-wrapper a span {
  display: inline-block;
  vertical-align: middle;
  margin-top: -27px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  font-size: 16px;
  color: #3c3c3c;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.button-wrapper a:hover span {
  margin-top: 0;
  opacity: 1;
}
.button-wrapper a img {
  display: inline-block;
  vertical-align: middle;
}

.description-blk {
  float: left;
  width: 100%;
}
.description-blk p {
  line-height: 24px;
}
.description-blk .description-blkinner {
  float: left;
  width: 100%;
  padding: 35px 0 10px;
}
.description-blk .read-more {
  font-size: 16px;
  color: #61819b;
  width: auto !important;
  display: inline-block !important;
  line-height: 18px;
  text-decoration: underline;
  margin-top: 24px;
}
.description-blk .read-more.expand img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.description-blk .read-more img {
  width: 13px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.project-overview {
  float: left;
  width: 100%;
  padding: 33px 0 27px;
  display: none;
  background: white;
  position: relative;
  z-index: 9999999;
}
.project-overview .close-btn {
  display: inline-block;
  margin-bottom: 28px;
}
.project-overview .close-btn img {
  width: 32px;
  height: 32px;
}

.project-thumb {
  float: left;
  width: 100%;
  margin-bottom: 19px;
}
.project-thumb .project-img {
  float: left;
  width: 100%;
  height: 164px;
  background-size: 100% 100% !important;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.project-thumb .project-img img {
  width: 100%;
}
.project-thumb .project-title {
  float: left;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}
.project-thumb .project-title h4 {
  color: #376384;
  font-weight: 500;
}
.project-thumb a:hover h4 {
  color: #f0e9df;
}
.project-thumb a:hover .project-img {
  background-size: 120% 120% !important;
}

.overlay-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(35, 35, 35, 0.4);
  display: none;
  z-index: 999999;
  cursor: pointer;
}

.top-main-outer.inner-pageheader .header-bottomblock h1 span {
  color: white;
}

.scroll-top {
  display: inline-block;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #e8e3d6;
  text-align: center;
  margin-top: 23px;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}
.scroll-top a {
  float: left;
  width: 100%;
  height: 100%;
}
.scroll-top img {
  vertical-align: middle;
  width: 40px;
  height: 31px;
}
.scroll-top:hover {
  background: #f0e9df;
}

/*** media queries ****************************************************************************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .img-list li.width2 {
    width: 45.7%;
  }
  .sidebar-details {
    padding-left: 28px;
  }
  .img-list li {
    width: 95.2%;
  }
}
@media screen and (max-width: 63.9375em) {
  .spec-details {
    width: 45.5%;
    margin-right: 30px;
  }
  .description-blk {
    width: 45.5%;
    margin-left: 30px;
    border-top: 3px solid #d3bc7e;
  }
  .sidebar-details {
    margin-bottom: 68px;
    padding: 0;
  }
  .single-outerblock.case {
    background: rgb(247.35, 247.35, 247.35);
  }
  .description-blk p {
    line-height: 25px;
  }
  .scroll-top {
    display: none;
  }
  .top-main-outer.inner-pageheader .header-bottomblock h1 span.visible {
    display: none;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .single-outerblock.case {
    padding: 62px 0 60px 0;
  }
  .description-blk .description-blkinner {
    padding: 25px 0 0;
  }
  .top-main-outer .header-bottomblock h1 {
    padding-left: 200px;
    text-align: center;
  }
  .img-listblock {
    padding: 0 36px 0 43px;
  }
  .img-list {
    width: 105%;
    margin: 0 0 0 -5%;
  }
  .img-list li {
    margin: 0 0 27px 5%;
    width: 93.2%;
  }
  .img-list li.width2 {
    width: 44%;
  }
  .project-thumb .project-title {
    padding: 10px 0;
  }
  .project-thumb .project-title h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .project-thumb .project-img {
    height: 127px;
  }
  .project-overview {
    padding: 23px 0 17px;
  }
  .project-overview .close-btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .sidebar-details {
    margin-bottom: 40px;
  }
  .spec-details {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .description-blk {
    margin-left: 0;
    border-bottom: 3px solid #d3bc7e;
    padding-bottom: 25px;
    border-top: 0;
    width: 100%;
  }
  .img-list li {
    width: 95%;
  }
  .img-list li.width2 {
    width: 45.3%;
  }
  .single-outerblock.case {
    padding: 50px 30px 150px;
  }
  .project-thumb .project-title {
    padding: 6px 0;
  }
  .project-thumb .project-img {
    height: 80px;
  }
  .project-thumb .project-title h4 {
    font-size: 16px;
    line-height: 18px;
  }
  .img-listblock {
    padding-left: 4px;
  }
  .project-thumb {
    margin-bottom: 10px;
  }
  .project-overview {
    padding: 20px 0 10px;
  }
  .project-overview .close-btn {
    margin-bottom: 15px;
  }
  .project-overview .close-btn img {
    width: 20px;
    height: 20px;
  }
  .description-blk p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .details-row .details-column {
    width: 42%;
  }
  .details-row .details-column.right {
    width: 58%;
  }
  .img-list li.width2, .img-list li {
    width: 96.2%;
  }
  .img-listblock {
    padding-left: 0;
  }
  .project-thumb .project-title h4 {
    font-size: 14px;
    line-height: 15px;
  }
  .single-outerblock.case {
    padding: 50px 15px 150px;
  }
  .project-thumb .project-img {
    height: 76px;
  }
}
.listing .maincontent-block.search {
  padding: 64px 0 24px 0;
}
.listing .listing-top {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.listing .listing-top #order {
  font-family: "Spectral", sans-serif;
}
.listing .listing-innerwrapper {
  display: flex;
  flex-direction: column;
}
.listing .listing-innerwrapper hr {
  border-bottom: 1px solid #dedede;
  width: 100%;
}
.listing .listing-innerwrapper .thumbnails {
  margin: 1rem 0 6rem 0;
}

.contact-section {
  padding: 3rem 3rem 6rem 3rem;
  clear: both;
}
.contact-section ul {
  list-style: none;
  margin-top: 2rem;
}
.contact-section ul li {
  font-weight: 400;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
}
.contact-section ul li i {
  color: #ccc;
}

/*** Property Listing Page  *****************************************************************************************************************************************/
.listing-title .listing-results {
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: left;
}
.listing-title .listing-results span {
  color: #333333;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
.listing-title .listing-results span b {
  color: #61819b;
}
.listing-title .selectbox-outer {
  border: 2px solid #dbd4c2;
  display: block;
  float: right;
  width: 100%;
  max-width: 145px;
  position: relative;
}
.listing-title .selectbox-outer:before {
  position: absolute;
  content: "";
  background: url(../images/order_icon.svg) no-repeat;
  left: 5px;
  width: 19px;
  height: 19px;
  z-index: 9;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.listing-title .selectbox-outer .sbSelector {
  padding: 0 25px 0 33px;
}

.product-list {
  float: left;
  padding: 58px 0 64px;
  width: 100%;
  text-align: center;
}

.property-block-outer {
  float: left;
  width: 1200px;
  margin: 0 0 0 -30px;
  padding: 28px 0 0 0;
}

.property-block {
  max-width: 370px;
  width: 31%;
  float: left;
  margin: 0 0 43px 30px;
}

.property-image {
  width: 100%;
  position: relative;
  height: 254px;
}

.featured-overlay-outer {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(204, 181, 121, 0.8);
  z-index: 99;
}
.featured-overlay-outer .featured-overlay {
  text-align: center;
  width: 100%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.featured-overlay-outer .featured-overlay img {
  width: 24px;
  height: 24px;
  display: inline-block !important;
}

.short-desc {
  bottom: 0;
  left: auto;
  position: absolute;
  right: 0;
  top: auto;
}

.property-rate {
  background: rgba(204, 181, 121, 0.8);
  padding: 15px 23px 18px;
  float: right;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: white;
}

.property-details {
  float: left;
  width: 100%;
  background: white;
  border: 1px solid rgb(224.4, 224.4, 224.4);
  border-top: none;
  border-bottom: 2px solid #d3bc7e;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.property-details-top {
  float: left;
  width: 100%;
  padding: 15px 19px 16px;
  border-bottom: 1px solid rgb(224.4, 224.4, 224.4);
}
.property-details-top a {
  text-decoration: none;
}
.property-details-top h5 {
  font-weight: 400;
  padding-bottom: 4px;
  text-transform: uppercase;
}
.property-details-top h5 span {
  color: #376384;
}

.desc {
  font-size: 15px;
}

.ref-id {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
}

.property-details-bottom ul {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  border-top: 1px solid rgb(224.4, 224.4, 224.4);
}
.property-details-bottom ul:first-child {
  border-top: 0;
}
.property-details-bottom li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  float: left;
  color: rgb(63.75, 63.75, 63.75);
  text-align: center;
  border-left: 1px solid rgb(224.4, 224.4, 224.4);
  height: 44px;
  line-height: 44px;
}
.property-details-bottom li:first-child {
  border-left: none;
}
.property-details-bottom li .property-detail-icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.property-details-bottom li .property-detail-icon img {
  width: 25px;
  height: 20px;
}
.property-details-bottom li .property-detail {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}

.pagination-outercon {
  float: left;
  margin: 6px 0;
  width: 100%;
  text-align: center;
}
.pagination-outercon ul.pagination {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.pagination-outercon li {
  width: auto;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.pagination-outercon li a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #d2c8ac;
  border: none;
  color: white;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 10px 16px;
  text-transform: capitalize;
  width: auto;
}
.pagination-outercon li.current {
  padding: 0;
  background: none;
  pointer-events: none;
}
.pagination-outercon li.current a {
  background: #f0e9df;
}
.pagination-outercon li:hover a {
  background: #f0e9df;
}
.pagination-outercon li.pagination-next a:after {
  display: none;
}
.pagination-outercon li.pagination-previous a:before {
  display: none;
}

/*--- select box style starts ---*/
.sbHolder {
  width: 100%;
  height: 34px;
  float: left;
  position: relative;
  background: white;
}

.sbSelector {
  width: 100%;
  height: 34px;
  line-height: 34px;
  display: block;
  left: 0;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 0;
  top: 0;
  text-align: left;
  color: rgb(104.55, 104.55, 104.55);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 0 15px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: rgb(104.55, 104.55, 104.55);
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: white;
  width: 34px;
  height: 34px;
  display: block;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.sbToggle:before {
  content: "";
  background: url(../images/arrow_down.svg) no-repeat;
  position: absolute;
  right: 10px;
  width: 10px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.sbOptions {
  background: white;
  border: 2px solid #dbd4c2;
  list-style: none;
  left: -2px;
  margin: 0;
  padding: 0;
  position: absolute !important;
  top: 34px !important;
  width: 102.9%;
  z-index: 600;
  overflow-y: auto;
}

.sbOptions a {
  border-bottom: dotted 1px #dbd4c2;
  display: block;
  outline: none;
  padding: 7px 10px 7px 15px;
  color: rgb(104.55, 104.55, 104.55);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: rgb(104.55, 104.55, 104.55);
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #cfb670;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #dbd4c2;
  color: rgb(104.55, 104.55, 104.55);
  display: block;
  padding: 7px 0 7px 3px;
}

/*--- select box style ends ---*/
/*** media queries ****************************************************************************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .property-block-outer {
    width: 1024px;
    display: inline-block;
    float: none;
  }
  .property-block {
    width: 30.4%;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .property-block-outer {
    width: 770px;
    display: inline-block;
    float: none;
    padding: 50px 0 0;
  }
  .property-block {
    width: 46.1%;
    margin: 0 0 33px 30px;
  }
  .product-list {
    padding: 58px 0 36px;
  }
}
@media screen and (max-width: 47.9375em) {
  .property-block-outer {
    margin-left: 0;
    padding: 38px 0 0;
    width: 100%;
  }
  .product-list {
    padding: 39px 20px 120px;
  }
  .property-block {
    display: inline-block;
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .pagination-outercon {
    margin: 10px 0 40px;
  }
}
@media only screen and (max-width: 479px) {
  .product-list {
    padding: 20px 0 100px;
  }
  .property-rate {
    font-size: 16px;
    padding: 10px 23px 13px;
  }
  .property-details-top {
    padding: 15px 12px 16px;
  }
  .desc {
    font-size: 14px;
  }
  .property-block {
    margin: 0 0 25px;
  }
  .property-image {
    height: 230px;
  }
  .property-details-bottom li .property-detail {
    font-size: 14px;
  }
  .pagination-outercon li a {
    padding: 6px 12px;
    padding: 6px 12px 8px;
    font-size: 12px;
  }
  .sbHolder {
    height: 30px;
  }
  .listing-title .selectbox-outer {
    max-width: 130px;
  }
  .sbSelector {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .sbToggle {
    width: 30px;
    height: 30px;
  }
  .sbOptions {
    top: 30px !important;
  }
  .sbOptions a {
    font-size: 14px;
  }
  .listing-title .listing-results {
    padding: 6px 10px;
  }
  .listing-title .listing-results span {
    font-size: 13px;
  }
  .property-details-bottom li .property-detail-icon {
    margin-right: 4px;
  }
  .property-details-top h5 {
    font-size: 16px;
  }
  .ref-id {
    font-size: 15px;
  }
}
/*** Company *****************************************************************************************************************************************/
.companydetail-outer {
  padding: 60px 0 83px;
}
.companydetail-outer h3 {
  color: #2b2e34;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  position: relative;
  line-height: 34px;
  padding-bottom: 27px;
  margin-bottom: 43px;
}
.companydetail-outer h3:after {
  border-bottom: 3px solid #d3bc7e;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 98px;
}

.company-detailblk {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
.company-detailblk p {
  color: rgb(73.95, 73.95, 73.95);
  font-family: "Source Sans Pro", sans-serif;
  line-height: 24px;
}
.company-detailblk .company-detail-left {
  float: left;
  width: 100%;
  padding-right: 25px;
}
.company-detailblk .company-img {
  height: 358px;
  position: relative;
}

.company-members-block {
  float: left;
  width: 100%;
}

.company-members-list {
  float: left;
  width: 100%;
}
.company-members-list ul {
  float: left;
  width: 100%;
  text-align: center;
  list-style-type: none;
}
.company-members-list ul li {
  float: left;
  width: 20%;
}
.company-members-list .member-imgblk {
  height: 400px;
  overflow: hidden;
}
.company-members-list .member-detailblk {
  float: left;
  width: 100%;
  padding: 28px 0 33px;
  color: #3f4447;
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  background: #ffffff;
}
.company-members-list .member-detailblk h5 {
  color: #3f4447;
  font-weight: 600;
  padding-bottom: 6px;
}
.company-members-list .member-detailblk span {
  display: block;
  padding-bottom: 4px;
}
.company-members-list .member-detailblk a {
  color: #3f4447;
}
.company-members-list .member-detailblk a:hover {
  color: #f0e9df;
}
.company-members-list .member-detailblk .mail-blk {
  float: left;
  width: 100%;
  margin: 25px 0 0;
}
.company-members-list .member-detailblk .mail-blk .icon-block {
  display: inline-block;
  vertical-align: middle;
  background: #c1a968;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 26px;
  margin-right: 4px;
  position: relative;
  text-align: center;
  width: 26px;
}
.company-members-list .member-detailblk .mail-blk .icon-block img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 13px;
  height: 8px;
}
.company-members-list .member-detailblk .mail-blk a {
  color: rgb(73.95, 73.95, 73.95);
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
}
.company-members-list .member-detailblk .mail-blk a:hover {
  color: #f0e9df;
}
.company-members-list .slider-nav {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -54px;
}
.company-members-list .slider-nav.cycle-next {
  right: 7px;
}
.company-members-list .slider-nav.cycle-prev {
  left: 7px;
}

.team-title {
  float: left;
  width: 100%;
  padding: 0 44px;
}

.animate {
  -webkit-animation: flicking 8s; /* Chrome, Safari, Opera */
  -webkit-animation-iteration-count: infinite;
  animation: flicking 8s infinity;
  animation-iteration-count: infinite;
}

@-webkit-keyframes flicking {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes flicking {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*** media queries ****************************************************************************************************************************************/
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .company-members-list .member-imgblk {
    height: 320px;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .company-members-list .member-imgblk {
    height: 320px;
  }
  .companydetail-outer h3 {
    font-size: 22px;
  }
  .company-detailblk .company-detail-left {
    padding: 0;
  }
  .company-members-list .member-detailblk {
    font-size: 16px;
  }
  .company-members-list .member-detailblk .mail-blk .icon-block {
    width: 24px;
    height: 24px;
  }
  .company-members-list .member-detailblk .mail-blk .icon-block img {
    height: 7px;
    width: 12px;
  }
  .company-detailblk {
    padding: 0 15px 80px;
  }
}
@media screen and (max-width: 63.9375em) {
  .company-detailblk {
    padding: 0 15px 58px;
  }
  .companydetail-outer {
    padding: 64px 0 100px;
  }
  .companydetail-outer h3 {
    font-size: 20px;
    padding-bottom: 31px;
  }
  .company-detailblk .company-img {
    height: 295px;
  }
  .company-detailblk .company-detail-left {
    padding: 0;
  }
  .company-members-list .member-imgblk {
    height: 300px;
  }
  .company-members-list ul li {
    width: 33.33%;
  }
  .company-members-list .member-detailblk h5 {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .company-members-list .member-detailblk {
    font-size: 16px;
    padding: 25px 0 31px;
  }
  .company-members-list .member-detailblk .mail-blk .icon-block {
    width: 24px;
    height: 24px;
    margin-right: 3px;
  }
  .company-members-list .member-detailblk .mail-blk .icon-block img {
    height: 7px;
    width: 12px;
  }
  .company-members-list .member-detailblk span {
    padding-bottom: 3px;
  }
  .company-members-list .member-detailblk .mail-blk {
    margin: 22px 0 0;
  }
}
@media screen and (max-width: 47.9375em) {
  .company-detailblk {
    padding: 0 35px 48px;
  }
  .companydetail-outer {
    padding: 27px 0 200px;
  }
  .companydetail-outer h3 {
    font-size: 18px;
    padding-bottom: 32px;
  }
  .company-detailblk .company-img {
    height: 246px;
  }
  .company-detailblk .company-detail-left {
    padding: 0 0 27px;
  }
  .company-members-list {
    position: relative;
    padding: 0 45px;
  }
  .company-members-list ul li {
    width: 100%;
  }
  .companydetail-outer .team-title h3 {
    padding-bottom: 26px;
    margin-bottom: 52px;
  }
  .company-members-list .member-imgblk {
    height: 400px;
  }
  .company-members-list .member-detailblk h5 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .company-members-list .member-detailblk {
    font-size: 17px;
    padding: 28px 0 33px;
  }
  .company-members-list .member-detailblk .mail-blk .icon-block {
    width: 26px;
    height: 26px;
    margin-right: 4px;
  }
  .company-members-list .member-detailblk .mail-blk .icon-block img {
    height: 8px;
    width: 12px;
  }
  .company-members-list .member-detailblk span {
    padding-bottom: 4px;
  }
  .company-members-list .member-detailblk .mail-blk {
    margin: 25px 0 0;
  }
}
@media only screen and (max-width: 479px) {
  .company-detailblk {
    padding: 0 15px 40px;
  }
  .team-title {
    padding: 0 25px;
  }
  .company-members-list {
    padding: 0 25px;
  }
  .company-members-list .member-imgblk {
    height: 300px;
  }
  .company-members-list .slider-nav.cycle-next {
    right: 5px;
  }
  .company-members-list .slider-nav.cycle-prev {
    left: 5px;
  }
  .company-members-list .slider-nav {
    margin-top: -80px;
  }
  .companydetail-outer h3 {
    line-height: 30px;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
  .company-detailblk .company-detail-left {
    padding: 0 0 15px;
  }
  .companydetail-outer .team-title h3 {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .companydetail-outer {
    padding: 27px 0 140px;
  }
  .company-members-list .member-detailblk .mail-blk {
    margin: 15px 0 0;
  }
}
/*** Costa Blanca *****************************************************************************************************************************************/
.costa-outer {
  padding: 55px 0 184px;
}
.costa-outer .costa-textblk {
  width: 100%;
  float: left;
}
.costa-outer .costa-textblk #costa-text {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  -moz-column-gap: 65px;
  -webkit-column-gap: 65px;
  column-count: 2;
  column-gap: 65px;
}
.costa-outer .costa-textblk p {
  line-height: 24px;
}
.costa-outer .costa-textblk .read-more {
  font-size: 16px;
  color: #61819b;
  width: auto !important;
  display: inline-block !important;
  line-height: 18px;
  text-decoration: underline;
  margin-top: 24px;
}
.costa-outer .costa-textblk .read-more.expand img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.costa-outer .costa-textblk .read-more img {
  width: 13px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.costa-outer .costa-slideroutr {
  width: 100%;
  float: left;
  margin: 48px 0 0;
}
.costa-outer .costa-slideroutr .wrap-img {
  width: 100%;
  float: left;
  height: 350px;
}
.costa-outer .costa-slideroutr .wrap-text {
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px 0;
}
.costa-outer .costa-slideroutr .wrap-text h5 {
  color: rgb(73.95, 73.95, 73.95);
  text-transform: uppercase;
  padding: 12px 0;
  font-weight: 300;
}
.costa-outer .costa-slideroutr .slick-current h5 {
  border-right: 2px solid #dee1e2;
}
.costa-outer .costa-slideroutr .slick-current .wrap-img {
  border-right: 2px solid white;
}

.btn-slider-square {
  background: white;
  cursor: pointer;
  height: 55px;
  padding: 0 3px;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in 0s;
  -moz-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: 34px;
  margin-top: -63px;
  text-align: center;
  position: absolute;
  z-index: 9999;
  top: 50%;
}
.btn-slider-square.prev {
  left: 0;
}
.btn-slider-square.prev:hover {
  padding-left: 15px;
}
.btn-slider-square.next {
  right: 0;
}
.btn-slider-square.next:hover {
  padding-right: 10px;
}
.btn-slider-square i {
  color: rgb(63.75, 63.75, 63.75);
  font-size: 18px;
  line-height: 50px;
}
.btn-slider-square img {
  width: 14px;
  margin: 13px 0 0;
}
.btn-slider-square:hover {
  width: 45px;
  height: 55px;
}

/*** media queries ****************************************************************************************************************************************/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .costa-outer {
    padding: 55px 0 90px;
  }
  .costa-outer .costa-slideroutr .wrap-text h5 {
    font-size: 18px;
  }
  .costa-outer .costa-slideroutr .wrap-img {
    height: 290px;
  }
  .costa-outer .costa-textblk, .costa-slideroutr {
    padding: 0 15px;
  }
}
@media screen and (max-width: 63.9375em) {
  .costa-outer {
    padding: 55px 0 90px;
  }
  .costa-outer .costa-slideroutr .wrap-text h5 {
    padding: 8px 0;
    font-size: 18px;
    line-height: 18px;
  }
  .costa-outer .costa-textblk #costa-text {
    -moz-column-gap: 35px;
    -webkit-column-gap: 35px;
    column-gap: 35px;
  }
  .costa-outer .costa-slideroutr .wrap-img {
    height: 290px;
  }
  .costa-outer .costa-textblk, .costa-slideroutr {
    padding: 0 15px;
  }
}
@media screen and (max-width: 47.9375em) {
  .costa-outer {
    padding: 60px 0 128px;
  }
  .costa-outer .costa-slideroutr {
    margin: 55px 0 0;
  }
  .costa-outer .costa-slideroutr {
    padding: 0 20px;
  }
  .costa-outer .costa-slideroutr .wrap-img {
    height: 250px;
  }
  .costa-outer .costa-textblk #costa-text {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }
  .costa-outer .costa-textblk {
    padding: 0 35px;
  }
  .costa-outer .costa-slideroutr .wrap-text h5 {
    font-size: 20px;
    padding: 10px 0;
  }
  .costa-outer .costa-slideroutr .slick-current .wrap-img, .costa-outer .costa-slideroutr .slick-current h5 {
    border: none;
  }
}
@media only screen and (max-width: 479px) {
  .costa-outer {
    padding: 25px 0 100px;
  }
  .costa-outer .costa-slideroutr .wrap-text h5 {
    font-size: 15px;
  }
  .costa-outer .costa-textblk {
    padding: 0 15px;
  }
  .costa-outer .costa-textblk p {
    margin: 0 0 15px;
  }
  .costa-outer .costa-slideroutr {
    margin: 25px 0 0;
    padding: 0 15px;
  }
  .costa-outer .costa-slideroutr .wrap-text {
    padding: 10px 0;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .big-textfield {
    line-height: 49px;
  }
  /* Safari 5+ ONLY */
  .btn-slider-square.prev {
    left: -1px;
  }
}
.content .top-main-outer .header-bottomblock {
  bottom: 92px;
}
.content .top-main-outer .header-bottomblock h1 {
  font-family: "Spectral", sans-serif;
  font-weight: 400;
  font-size: 42px;
  z-index: 99;
  color: #fff;
  text-transform: none;
}
.content .content-innerwrapper {
  padding: 3rem 3rem 6rem 3rem;
}
.content .content-innerwrapper ul,
.content .content-innerwrapper ol {
  padding-left: 1.6rem;
}
.content .images {
  padding-top: 3.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (max-width: 499px) {
  .content .content-innerwrapper {
    padding: 2rem 2rem 4rem 2rem !important;
  }
}

.property .top-main-outer .property-bottomblock {
  position: absolute;
  top: 280px;
  width: 100%;
  text-align: center;
}
.property .top-main-outer .property-bottomblock h1 {
  font-family: "Spectral", sans-serif;
  font-weight: 400;
  font-size: 42px;
  z-index: 99;
  color: #fff;
  text-transform: none;
  position: relative;
  left: unset;
  top: unset;
  float: none;
  margin-bottom: 0;
}
.property .top-main-outer .property-bottomblock h2 {
  font-family: "Spectral", sans-serif;
  font-weight: 300;
  font-size: 20px;
  z-index: 99;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.property .top-main-outer .property-bottomblock .button {
  margin: 0 auto;
  margin-top: 1.8rem;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  padding: 1rem 5rem;
}
.property .main-content {
  padding: 6rem 12rem 6rem 12rem;
  width: 100%;
  height: auto;
  float: left;
}
.property .main-content ul,
.property .main-content ol {
  padding-left: 1.6rem;
}
.property .main-content h2 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 0.6rem;
}
.property .main-content p.address {
  font-weight: 400;
  margin-bottom: 0.4rem;
}
.property .main-content p.details strong {
  font-weight: 500;
}
.property .main-content #detail-texts h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  margin: 1.4rem 0 1.4rem 0;
  cursor: pointer;
}
.property .main-content #detail-texts h3:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 2px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: #666;
}
.property .main-content #detail-texts h3.active {
  font-weight: 500;
}
.property .main-content #detail-texts h3.active:after {
  content: "-";
}
.property .main-content .description {
  margin-bottom: 4rem;
  display: block;
}
.property .main-content .caracteristicas {
  display: none;
}
.property .main-content .caracteristicas .split {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0 0.6rem;
}
.property .main-content .caracteristicas .split ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 46%;
}
.property .main-content .caracteristicas .split ul li {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
}
.property .main-content .caracteristicas .split ul li span {
  white-space: nowrap;
}
.property .main-content .caracteristicas .split ul li span:last-child {
  font-weight: 400;
}
.property .main-content .caracteristicas .split ul li .divider {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 9px;
  flex-grow: 1;
}
.property .main-content .detalles {
  display: none;
}
.property .main-content .detalles .inner {
  display: grid;
  gap: 1rem 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3rem;
}
.property .main-content .detalles .inner span {
  font-weight: 300;
  padding-left: 1rem;
  position: relative;
}
.property .main-content .detalles .inner span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  border-left: 8px solid #ccc;
}
.property .agent {
  width: 100%;
  background: #f3f3f3;
  padding: 1rem 2rem;
}
.property .agent h3 {
  text-transform: uppercase;
  margin: 0 0 0.4rem 0;
  font-family: "Lato", sans-serif;
  font-size: 18px;
}
.property .agent h4 {
  text-transform: uppercase;
  margin: 0.8rem 0 0.4rem 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
}
.property .agent h5 {
  margin: 0 0 0.2rem 0;
  font-size: 14px;
}
.property .map-section h3 {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  margin: 1.4rem 0 1.4rem 0;
}
.property .map-section #map {
  height: 300px;
  width: 100%;
  background: #dedede;
}
.property .images-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.property .images-section .images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.property .images-section .images img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.property .images-section .more-photos {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}
.property .contact-section {
  margin: 0 auto;
  margin-top: 4rem;
  margin-bottom: 4rem;
  width: 60%;
}
.property .contact-section h2 {
  font-family: "Spectral", sans-serif;
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 0.3rem;
}
.property .contact-section h6 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 1199px) {
  .property .top-main-outer .header-outer.property {
    height: 560px;
  }
  .property .top-main-outer .property-bottomblock {
    top: 220px;
  }
  .property .main-content {
    padding: 6rem 3rem 6rem 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .property .main-content {
    padding: 6rem 2rem 6rem 2rem;
  }
  .property .agent {
    padding: 1.4rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .property .header-outer.property {
    height: 400px !important;
  }
  .property .top-main-outer .property-bottomblock {
    top: 172px;
  }
  .property .top-main-outer .property-bottomblock h2 {
    margin-bottom: 0.2rem;
    line-height: 1.8;
  }
  .property .top-main-outer .property-bottomblock h1 {
    font-size: 36px;
    line-height: 1.8;
    margin-bottom: 1.6rem;
  }
  .property .top-main-outer .property-bottomblock h1:after {
    display: none;
  }
  .property .top-main-outer .property-bottomblock .button {
    margin: 0;
  }
  .property .main-content {
    padding-top: 3rem;
  }
  .property .agent {
    margin-top: 2rem;
  }
  .property .agent .inner {
    display: flex;
    gap: 1.2rem;
  }
  .property .agent .inner img {
    max-width: 50%;
  }
  .property .agent .inner .details h4 {
    margin: 0 0 0.6rem 0;
    font-size: 18px;
  }
  .property .agent .inner .details h5 {
    font-size: 16px;
  }
  .property .images-section {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .property .images-section .images {
    grid-template-columns: 1fr 1fr;
  }
  .property .contact-section {
    width: 80%;
  }
  .property .contact-section h2,
  .property .contact-section h6 {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  .property .top-main-outer .property-bottomblock {
    top: 170px;
  }
  .property .images-section .images {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 499px) {
  .property .main-content {
    padding: 2rem 1.2rem 1rem 1.2rem !important;
  }
  .property .main-content .caracteristicas .split {
    flex-direction: column;
  }
  .property .main-content .caracteristicas .split ul {
    width: 90%;
    margin: 0 auto;
  }
  .property .main-content .detalles .inner {
    grid-template-columns: 1fr 1fr;
  }
  .property .main-content .detalles .inner span {
    margin-left: 1rem;
  }
  .property .agent {
    padding: 1rem;
  }
  .property .contact-section {
    width: 90%;
  }
  .property .contact-section h2 {
    font-size: 24px;
  }
  .property .contact-section h6 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 399px) {
  .property .agent .inner {
    display: flex;
    flex-direction: column;
  }
  .property .agent .inner img {
    max-width: 100%;
  }
  .property .images-section {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .property .images-section .images {
    padding-top: 1rem;
  }
  .property .contact-section {
    width: 100%;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}

.services h2 {
  font-size: 32px;
  font-weight: 400;
}
.services .text {
  margin-top: 2rem;
}
.services .text p {
  padding-left: 3rem;
}
.services ul {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  margin: 3rem 0 1rem 0;
  padding: 0 !important;
}
.services ul li {
  background: #e3e3e3;
  padding: 2rem 1.6rem;
  text-align: center;
  font-weight: 700;
}
.services ul li div {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 42px;
  color: #666;
  position: relative;
}
.services ul li div:after {
  content: "";
  position: absolute;
  bottom: -28px;
  border-bottom: 4px solid #fff;
  left: 50%;
  transform: translate(-50%);
  width: 25%;
}
.services .images {
  margin: 0 auto;
  margin-left: 1.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 100%;
}
.services .images div {
  position: relative;
}
.services .images div:nth-child(1) {
  width: 420px;
  justify-self: right;
  align-self: end;
}
.services .images div:nth-child(2) {
  width: 380px;
  justify-self: left;
  align-self: end;
}
.services .images div:nth-child(3) {
  width: 320px;
  justify-self: right;
}
.services .images div:nth-child(4) {
  width: 260px;
  justify-self: left;
}
.services .images div img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.services .open-house {
  background: #f3f3f3;
  padding: 3rem 0;
}
.services .open-house .news {
  margin-top: 2rem;
}
@media only screen and (max-width: 1199px) {
  .services .text p {
    padding-left: 0;
  }
  .services ul {
    gap: 2rem;
  }
  .services .home-staging .content-innerwrapper {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .services .images {
    margin-left: 0;
  }
  .services .images div {
    width: auto !important;
    justify-self: normal;
  }
}
@media screen and (max-width: 47.9375em) {
  .services .home-staging .content-innerwrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .services .news {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 599px) {
  .services .content-innerwrapper {
    padding: 1.6rem 1.6rem 2rem 1.6rem;
  }
  .services .home-staging ul {
    grid-template-columns: 1fr;
  }
  .services .home-staging .images {
    gap: 1rem;
  }
  .services .news .item {
    margin-bottom: 1rem;
  }
  .services .news .item img {
    height: 320px;
    width: 100%;
  }
}

.news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
}
.news img {
  aspect-ratio: 1/1.5;
  object-fit: cover;
}
.news h3 {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.news h4 {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin: 0 0 12px 0;
  color: #666;
}
.news hr {
  margin: 0.7rem auto;
}
.news .intro {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.8;
  margin-bottom: 0.6rem;
  color: #666;
}
.news a.more {
  font-weight: 700;
  text-decoration: underline;
}

.news-item h2 {
  font-family: "Lato", sans-serif;
  font-size: 32px;
}
.news-item h6 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.news-item img.main-image {
  width: 100%;
  height: 380px;
  object-fit: cover;
  margin: 2rem 0;
}
.news-item .text {
  margin-top: 2rem;
}
.news-item .text h3 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 1rem;
}
.news-item .news-images {
  padding: 0;
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
}
.news-item .news-images .grid-item {
  width: 50%;
  padding: 12px;
}
@media screen and (max-width: 47.9375em) {
  .news-item .news-images {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }
  .news-item .news-images .grid-item {
    width: 100%;
    padding: 0;
    margin-bottom: 1.2rem;
  }
}

.question {
  background: #fff;
  padding: 2rem 0;
  border-top: 1px solid #dadad9;
}
.question h2 {
  margin-bottom: 1rem;
  font-family: "Spectral", sans-serif;
  font-weight: 400;
}

body {
  position: relative;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.fancybox-button.fancybox-button--arrow_right div,
.fancybox-button.fancybox-button--arrow_left div {
  background: #fff !important;
}

.data-fancybox-index,
.data-fancybox-count {
  color: #fff !important;
}

.ui-menu-item {
  padding: 4px 8px;
  background: #eee;
}

.blocker {
  z-index: 999999 !important;
}

.modal {
  min-width: 960px;
  max-width: 960px;
  min-height: 100%;
  margin: 0 2rem;
  padding: 0.8rem;
  border-radius: 0;
  position: relative;
}
.modal .modal-header {
  margin-bottom: 8px;
}
.modal h2 {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.modal h2 span {
  text-transform: uppercase;
}
.modal a.close-modal {
  background: transparent;
  color: #111;
  top: 17px;
  right: 14px;
  background-image: url(../images/close.svg);
}
.modal .images {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 0;
}

/*# sourceMappingURL=style.css.map */
