@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&subset=cyrillic');
.uCase {
  text-transform: uppercase;
}
.center {
  margin: 0 auto;
}
.centerMargin {
  margin: 0 auto;
}
.centerText {
  text-align: center;
}
.inlineMiddle {
  display: inline-block;
  vertical-align: middle;
}
.fltL {
  float: left;
}
.fltR {
  float: right;
}
.block {
  display: block;
}
.clear {
  clear: both;
  display: block;
}
.clear2 {
  clear: both;
  display: block;
}
.nb {
  border: none !important;
}
.greenGradient {
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
}
.yellowGradient {
  background: #ffcc33;
  background: -moz-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: -webkit-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: linear-gradient(to right,#ffcc33 0%,#fcb900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33',endColorstr='#fcb900',GradientType=1);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .yellowGradient {
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
    box-shadow: initial !important;
    text-shadow: initial !important;
    color: #FFF !important;
  }
}
body {
  width: 100%;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  background-image: url(../images/background.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  color: #010101;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  body {
    background: #fcfcfc;
    padding-top: 186px !important;
  }
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 86px !important;
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
img {
  border: none;
  outline: none;
  user-select: none;
  max-width: 100%;
}
nav ul,
footer ul,
ul.link-list {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.container {
  position: relative;
  width: 1180px;
  display: block;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  max-width: initial;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
iframe body {
  padding-top: 0px !important;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.only-desktop {
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .only-desktop {
    display: none;
  }
}
.only-desktop-i {
  display: inline-block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .only-desktop-i {
    display: none;
  }
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .only-mobile {
    display: block;
  }
}
.only-mobile-i {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .only-mobile-i {
    display: inline-block;
  }
}
.no-padding-l {
  padding-left: 0px;
}
.no-padding-r {
  padding-right: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-b {
  padding-bottom: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.f14 {
  font-size: 14px !important;
}
.fancybox-slide--iframe .fancybox-content {
  width: 600px;
  height: auto;
  max-width: 50%;
  max-height: 80%;
  margin: 0;
  border-radius: 15px;
  background: #ffcc33;
  background: -moz-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: -webkit-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: linear-gradient(to right,#ffcc33 0%,#fcb900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33',endColorstr='#fcb900',GradientType=1);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .fancybox-slide--iframe .fancybox-content {
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
    box-shadow: initial !important;
    text-shadow: initial !important;
    color: #FFF !important;
  }
}
@media only screen and (max-width: 768px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 100%;
  }
}
.errorMessageCallback {
  display: none;
}
header {
  position: relative;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header {
    position: fixed;
    z-index: 1000000000;
    left: 0px;
    top: 0px;
    background-color: #FFF;
    box-shadow: 0 0 10px #333;
  }
}
@media only screen and (max-width: 768px) {
  header .container {
    overflow: hidden;
  }
}
header .container .topHeader {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader {
    flex-direction: column;
  }
}
header .container .topHeader .logoContainer {
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .logoContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
header .container .topHeader .logoContainer .logo {
  width: 250px;
  display: block;
}
@media only screen and (max-width: 768px) {
  header .container .topHeader .logoContainer .logo {
    width: 110px;
  }
}
header .container .topHeader .logoContainer .logo img {
  max-width: 100%;
}
header .container .topHeader .logoContainer .iconsBox {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .logoContainer .iconsBox {
    display: flex;
    flex-direction: row;
  }
}
header .container .topHeader .logoContainer .iconsBox .callIcon {
  padding-right: 10px;
}
header .container .topHeader .logoContainer .iconsBox .callIcon a {
  display: block;
  width: 22px;
}
header .container .topHeader .logoContainer .iconsBox .callIcon a img {
  display: block;
  max-width: 100%;
}
header .container .topHeader .logoContainer .iconsBox .emailIcon {
  padding-left: 10px;
}
header .container .topHeader .logoContainer .iconsBox .emailIcon a {
  display: block;
  width: 22px;
}
header .container .topHeader .logoContainer .iconsBox .emailIcon a img {
  display: block;
  max-width: 100%;
}
header .container .topHeader .logoContainer .navBtn {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .logoContainer .navBtn {
    display: block;
    font-size: 33px;
    color: #444;
    width: 30px;
    margin-left: 31px;
  }
}
header .container .topHeader .menuContainer {
  position: relative;
  width: 100%;
  display: flex;
  padding-left: 25px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .menuContainer {
    display: none;
    padding-left: 0px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 6px;
  }
}
header .container .topHeader .menuContainer .menu {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .menuContainer .menu {
    flex-direction: column;
    align-items: center;
  }
}
header .container .topHeader .menuContainer .menu li {
  position: relative;
  display: block;
  margin-right: 15px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .menuContainer .menu li {
    margin-bottom: 6px;
  }
}
header .container .topHeader .menuContainer .menu li a {
  font-size: 16px;
  color: #444;
  transition: all .3s ease-out;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .menuContainer .menu li a {
    font-size: 20px;
  }
}
header .container .topHeader .menuContainer .menu li:after {
  display: block;
  content: '';
  background-image: linear-gradient(#ffcc33,#ffcc33);
  background-size: 0 5px, auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  left: 0px;
  bottom: -13px;
  height: 1px;
  transition: all .3s ease-out;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .menuContainer .menu li:after {
    bottom: 0px;
  }
}
header .container .topHeader .menuContainer .menu li:hover a {
  color: #ffcc33;
}
header .container .topHeader .menuContainer .menu li:hover:after {
  display: block;
  content: '';
  background-size: 100% 5px, auto;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: -15px;
  height: 1px;
  transition: all .3s ease-out;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .menuContainer .menu li:hover:after {
    bottom: -5px;
  }
}
header .container .topHeader #buttonContactUs {
  position: relative;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader #buttonContactUs {
    margin-top: 20px;
    display: none !important;
  }
}
header .container .topHeader #buttonContactUs a {
  min-width: 110px;
  text-align: center;
  padding: 10px 19px;
  display: inline-block;
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 12px;
  color: #FFF;
  font-weight: 600;
}
header .container .topHeader #buttonContactUs a i {
  margin-left: 5px;
  vertical-align: sub;
  font-size: 20px;
  color: #FFF;
}
header .container .topHeader #buttonContactUsRU {
  position: absolute;
  top: 16px;
  right: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader #buttonContactUsRU {
    display: none !important;
  }
}
header .container .topHeader #buttonContactUsRU a {
  padding: 10px 19px;
  display: inline-block;
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 12px;
  color: #FFF;
  font-weight: 600;
}
header .container .topHeader #buttonContactUsRU a i {
  margin-left: 5px;
  vertical-align: sub;
  font-size: 20px;
  color: #FFF;
}
header .container .topHeader .langContainer {
  position: absolute;
  right: 0px;
  top: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .topHeader .langContainer {
    position: relative;
    right: initial;
    top: initial;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
  }
}
header .container .topHeader .langContainer a {
  margin-right: 5px;
  margin-left: 5px;
  width: 30px;
  display: inline-block;
}
header .container .topHeader .langContainer a img {
  max-width: 100%;
}
header .container .topHeader .langContainerRU {
  position: absolute;
  right: 175px;
  top: 20px;
}
header .container .topHeader .langContainerRU a {
  margin-right: 5px;
  margin-left: 5px;
  width: 30px;
  display: inline-block;
}
header .container .topHeader .langContainerRU a img {
  max-width: 100%;
}
header .container .bottomHeader {
  position: relative;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .bottomHeader {
    flex-direction: column;
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  header .container .bottomHeader {
    display: none;
  }
}
header .container .bottomHeader .welcomeContainer {
  position: relative;
  width: 73%;
  padding: 8px;
  box-sizing: border-box;
  background: #ffcc33;
  background: -moz-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: -webkit-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: linear-gradient(to right,#ffcc33 0%,#fcb900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33',endColorstr='#fcb900',GradientType=1);
  border-radius: 12px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .bottomHeader .welcomeContainer {
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
    box-shadow: initial !important;
    text-shadow: initial !important;
    color: #FFF !important;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .bottomHeader .welcomeContainer {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 12px;
  }
}
header .container .bottomHeader .welcomeContainer .content {
  position: absolute;
  width: 70%;
  right: 28px;
  top: 40px;
  color: #FFF;
  text-shadow: 0px 0px 3px #333;
  font-size: 16px;
  z-index: 2000;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
  background-color: rgba(0,0,0,0.4);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .bottomHeader .welcomeContainer .content {
    width: 76%;
    font-size: 14px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-height: 502px;
    overflow: hidden;
  }
}
header .container .bottomHeader .welcomeContainer .content .title {
  font-size: 22px;
  display: block;
  font-weight: 600;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .bottomHeader .welcomeContainer .content .title {
    font-size: 18px;
  }
}
header .container .bottomHeader .welcomeContainer .content .title + .title {
  margin-bottom: 10px;
}
header .container .bottomHeader .welcomeContainer #woman {
  position: absolute;
  bottom: 0px;
  left: -23px;
  z-index: 1000;
}
header .container .bottomHeader .welcomeContainer #slideshow {
  position: relative;
  width: 100%;
  padding-top: 400px;
  overflow: hidden;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .bottomHeader .welcomeContainer #slideshow {
    padding-top: 600px;
    box-sizing: border-box;
  }
}
header .container .bottomHeader .welcomeContainer #slideshow .slide {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #FFF;
  z-index: 100;
  border-radius: 12px;
}
header .container .bottomHeader .welcomeContainer #slideshow .slide img {
  display: block;
  min-height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1000;
  border-radius: 12px;
}
header .container .bottomHeader .searchContainer {
  position: relative;
  width: 26%;
  max-width: 26%;
  background-color: #fcb900;
  padding-top: 8px;
  margin-left: 4px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  display: block;
  z-index: 1000;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .bottomHeader .searchContainer {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    border-radius: 12px;
  }
}
header .container .bottomHeader .searchContainer form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 14px;
}
header .container .bottomHeader .searchContainer form .title {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 20px;
  color: #FFF;
  line-height: 1;
}
header .container .bottomHeader .searchContainer form label {
  white-space: nowrap;
}
header .container .bottomHeader .searchContainer form .inputRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
header .container .bottomHeader .searchContainer form .inputRow select {
  height: 36px;
  background-color: #FFF;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: block;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
header .container .bottomHeader .searchContainer form .inputRow .left {
  width: 150px;
  box-sizing: border-box;
  padding-right: 10px;
}
header .container .bottomHeader .searchContainer form .inputRow .left input {
  height: 36px;
  background-color: #FFF;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 100%;
  display: block;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  box-sizing: border-box;
}
header .container .bottomHeader .searchContainer form .inputRow .right {
  box-sizing: border-box;
  padding-left: 5px;
}
header .container .bottomHeader .searchContainer form .buttonSearch {
  height: 36px;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
  width: 140px;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  box-sizing: border-box;
}
header .container .bottomHeader .searchContainer form .buttonSearch i {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
header .container .bottomHeader .searchContainer form .aSearch {
  position: relative;
  margin-top: 15px;
}
header .container .bottomHeader .searchContainer form .aSearch a {
  position: relative;
  color: #FFF;
  font-size: 14px;
  text-shadow: 0px 0px 3px #444;
}
header .container .bottomHeader .searchContainer form .aSearch a:after {
  content: '';
  width: 100%;
  background-color: #FFF;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0px;
  box-shadow: 0px 0px 3px #444;
}
header .container .greenBlock {
  width: 100%;
  position: absolute;
  right: 0px;
  top: -8px;
  height: 432px;
  width: 319px;
  z-index: 10;
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
  border-radius: 12px;
  box-shadow: 4px 6px 6px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  header .container .greenBlock {
    top: initial;
    bottom: -17px;
    right: -9px;
  }
}
footer {
  width: 100%;
  position: relative;
  height: auto;
}
footer .container {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
}
footer .container .topRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3ff00;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .container .topRow {
    flex-direction: column;
  }
}
footer .container .topRow .footerLogo {
  max-width: 300px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .container .topRow .footerLogo {
    max-width: 240px;
  }
}
footer .container .topRow .footerLogo img {
  max-width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .container .topRow .footerMenus {
    display: flex;
    flex-direction: column;
  }
}
footer .container .topRow .linkWhite {
  margin-left: 20px;
  color: #FFF;
  font-size: 16px;
  text-shadow: 0px 0px 1px #94bc13;
  font-weight: 600;
}
footer .container .topRow .linkWhite:first-child {
  margin-left: 50px;
}
footer .container .middleRow {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .container .middleRow {
    flex-direction: column;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .container .middleRow .columnFooter {
    margin-top: 30px;
  }
}
footer .container .middleRow .columnFooter .headingFooter {
  color: #FFF;
  display: block;
  font-size: 16px;
  text-shadow: 0px 0px 1px #94bc13;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .container .middleRow .columnFooter .headingFooterRU {
  color: #FFF;
  display: block;
  font-size: 16px;
  text-shadow: 0px 0px 1px #94bc13;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 300px;
}
footer .container .middleRow .columnFooter .section {
  display: block;
}
footer .container .middleRow .columnFooter .section a {
  display: block;
  font-size: 16px;
  color: #444444;
  margin-bottom: 3px;
}
footer .container .middleRow .columnFooter:last-child .section {
  column-count: 2;
  column-gap: 50px;
}
footer .container .bottomRow {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid #c3ff00;
  display: flex;
  flex-direction: row;
  padding-bottom: 40px;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .container .bottomRow {
    display: flex;
    flex-direction: column;
    padding-right: 0px;
    align-items: flex-start;
  }
}
footer .container .bottomRow .linkWhite,
footer .container .bottomRow .copyright {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0px 0px 1px #94bc13;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  footer .container .bottomRow .linkWhite,
  footer .container .bottomRow .copyright {
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.mobileContacts {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .mobileContacts {
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.mobileContacts .container .contacts {
  position: relative;
  width: 27%;
  min-width: 27%;
  display: block;
  background-color: rgba(0,0,0,0.1);
  padding: 20px;
  box-sizing: border-box;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .mobileContacts .container .contacts {
    width: 100%;
    min-width: 100%;
    margin-top: 50px;
    padding-bottom: 30px;
    border-radius: 12px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
  }
}
.mobileContacts .container .contacts .headingGrey {
  color: #444;
  display: block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.mobileContacts .container .contacts .contactsContent {
  font-size: 14px;
}
.mobileContacts .container .contacts:before {
  position: absolute;
  width: 30px;
  content: '';
  height: 100%;
  display: block;
  z-index: 10;
  left: -30px;
  top: 0px;
  background-color: rgba(0,0,0,0.1);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .mobileContacts .container .contacts:before {
    display: none;
  }
}
#sliderMiddle {
  position: relative;
  margin-top: 70px;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #sliderMiddle {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
#sliderMiddle .container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container {
    flex-direction: column;
  }
}
#sliderMiddle .container .sliberBorder {
  background: #ffcc33;
  background: -moz-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: -webkit-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: linear-gradient(to right,#ffcc33 0%,#fcb900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33',endColorstr='#fcb900',GradientType=1);
  position: relative;
  width: 73%;
  border-radius: 12px;
  padding: 8px;
  box-sizing: border-box;
  z-index: 1000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .sliberBorder {
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
    box-shadow: initial !important;
    text-shadow: initial !important;
    color: #FFF !important;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .sliberBorder {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #sliderMiddle .container .sliberBorder {
    background: #ccc !important;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .sliberBorder .swiper-container {
    box-sizing: border-box;
    padding-left: 4px;
    padding-right: 4px;
  }
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent {
  position: relative;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .priceContentHeading {
  box-sizing: border-box;
  position: absolute;
  top: 270px;
  left: 0px;
  height: 30px;
  width: 100%;
  background-color: rgba(255,255,255,0.7);
  color: #ff4747;
  font-size: 20px;
  text-shadow: 0px 0px 3px rgba(255,255,255,0.4);
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .priceContentHeading {
    color: #333;
  }
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .priceContentHeading span {
  position: relative;
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #444;
}
@media only screen and (max-width: 768px) {
  #sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .priceContentHeading span {
    color: #333;
  }
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .priceContentHeading span:after {
  content: '';
  width: 100%;
  display: block;
  left: 0px;
  top: -11px;
  height: 1px;
  background-color: #ff4747;
  transform: rotate(-11deg);
  margin-top: -12px;
}
@media only screen and (max-width: 768px) {
  #sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .priceContentHeading span:after {
    background-color: #333;
  }
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .imgContainer {
  width: 100%;
  display: block;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .imgContainer a .imgBlock {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo {
  background-color: #FFF;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  display: block;
  padding: 8px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo {
    background-color: #ebebeb;
  }
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .offerContentHeading {
  font-size: 16px;
  color: #444;
  height: 50px;
  display: block;
  font-weight: 700;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .offerContentHeading {
    font-size: 14px;
  }
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .offerContentDescription {
  height: 60px;
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .offerContentDescription a {
  font-size: 14px;
  color: #444;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo {
  position: relative;
  background-color: rgba(0,0,0,0.1);
  padding-top: 15px;
  margin-left: -8px;
  margin-right: -8px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: -8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo {
    background-color: #ddd;
  }
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder {
  display: flex;
  flex-direction: row;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .left,
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .right {
  width: 50%;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .left .pair,
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .right .pair {
  display: flex;
  flex-direction: column;
  margin-bottom: 8px;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .left .pair strong,
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .right .pair strong {
  font-size: 14px;
  color: #444;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .left .pair span,
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .holder .right .pair span {
  color: #444;
  font-size: 14px;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .readMore {
  position: absolute;
  right: 16px;
  color: #94bc13;
  font-size: 16px;
  bottom: 8px;
  font-weight: 700;
}
#sliderMiddle .container .sliberBorder .swiper-container .swiper-wrapper .swiper-slide .offerContent .offerInfo .moreInfo .readMore i {
  margin-right: 4px;
}
#sliderMiddle .container .contacts {
  position: relative;
  width: 27%;
  min-width: 27%;
  display: block;
  background-color: rgba(0,0,0,0.1);
  padding: 20px;
  box-sizing: border-box;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .contacts {
    width: 100%;
    min-width: 100%;
    margin-top: 50px;
    padding-bottom: 30px;
    border-radius: 12px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    display: none;
  }
}
#sliderMiddle .container .contacts .headingGrey {
  color: #444;
  display: block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
#sliderMiddle .container .contacts .contactsContent {
  font-size: 14px;
}
#sliderMiddle .container .contacts:before {
  position: absolute;
  width: 30px;
  content: '';
  height: 100%;
  display: block;
  z-index: 10;
  left: -30px;
  top: 0px;
  background-color: rgba(0,0,0,0.1);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  #sliderMiddle .container .contacts:before {
    display: none;
  }
}
#sliderMiddle .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
  margin: auto;
  left: 0;
  width: 100%;
}
#sliderMiddle .swiper-pagination .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 4px;
}
#sliderMiddle .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #94bc13;
  opacity: 1;
}
.headingPropertiesGreen {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesGreen {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
  }
}
.headingPropertiesGreen .container {
  background-color: #04c16d;
  border-radius: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesGreen .container {
    height: 70px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
  }
}
.headingPropertiesGreen .container .left {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesGreen .container .left {
    color: #000;
  }
}
.headingPropertiesGreen .container .right {
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesGreen .container .right {
    box-sizing: border-box;
    margin-left: 12px;
    border-bottom: 1px solid #000;
    white-space: nowrap;
  }
}
.headingPropertiesGreen .container .right a {
  color: #FFF;
  font-size: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesGreen .container .right a {
    color: #000;
  }
}
.headingPropertiesBlue {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesBlue {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
  }
}
.headingPropertiesBlue .container {
  background-color: #1bcfce;
  border-radius: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesBlue .container {
    height: 70px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
  }
}
.headingPropertiesBlue .container .left {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesBlue .container .left {
    color: #000;
  }
}
.headingPropertiesBlue .container .right {
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesBlue .container .right {
    box-sizing: border-box;
    margin-left: 12px;
    white-space: nowrap;
    border-bottom: 1px solid #000;
    color: #000;
  }
}
.headingPropertiesBlue .container .right a {
  color: #FFF;
  font-size: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesBlue .container .right a {
    color: #000;
  }
}
.headingPropertiesOrange {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesOrange {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
  }
}
.headingPropertiesOrange .container {
  background-color: #FF8C00;
  border-radius: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesOrange .container {
    height: 70px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
  }
}
.headingPropertiesOrange .container .left {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesOrange .container .left {
    color: #000;
  }
}
.headingPropertiesOrange .container .right {
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesOrange .container .right {
    box-sizing: border-box;
    margin-left: 12px;
    color: #000;
    white-space: nowrap;
    border-bottom: 1px solid #000;
  }
}
.headingPropertiesOrange .container .right a {
  color: #FFF;
  font-size: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesOrange .container .right a {
    color: #000;
  }
}
.headingPropertiesPurple {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesPurple {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
  }
}
.headingPropertiesPurple .container {
  background-color: #5b4fa3;
  border-radius: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesPurple .container {
    height: 70px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
  }
}
.headingPropertiesPurple .container .left {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesPurple .container .left {
    color: #000;
  }
}
.headingPropertiesPurple .container .right {
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesPurple .container .right {
    box-sizing: border-box;
    margin-left: 12px;
    border-bottom: 1px solid #000;
    white-space: nowrap;
    color: #000;
  }
}
.headingPropertiesPurple .container .right a {
  color: #FFF;
  font-size: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesPurple .container .right a {
    color: #000;
  }
}
.headingPropertiesDarkRed {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesDarkRed {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 60px;
  }
}
.headingPropertiesDarkRed .container {
  background-color: #f9234f;
  border-radius: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesDarkRed .container {
    height: 70px;
    border: 1px solid #ccc;
    background-color: #ebebeb;
  }
}
.headingPropertiesDarkRed .container .left {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesDarkRed .container .left {
    color: #000;
  }
}
.headingPropertiesDarkRed .container .right {
  font-size: 12px;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
  padding-top: 3px;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesDarkRed .container .right {
    box-sizing: border-box;
    margin-left: 12px;
    white-space: nowrap;
    color: #000;
    border-bottom: 1px solid #000;
  }
}
.headingPropertiesDarkRed .container .right a {
  color: #FFF;
  font-size: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .headingPropertiesDarkRed .container .right a {
    color: #000;
  }
}
.showContactMobileBtn {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 1000000;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .showContactMobileBtn {
    display: block;
  }
}
.showContactMobileBtn .smallInfo {
  background: #ff4747;
  width: 100%;
  color: #FFF;
  padding-top: 11px;
  padding-bottom: 11px;
  display: block;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.pagesHolder {
  position: relative;
  box-sizing: border-box;
  display: flex;
  font-size: 14px;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .pagesHolder {
    flex-wrap: wrap;
  }
}
.pagesHolder .pageBox {
  display: inline-block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .pagesHolder .pageBox {
    margin-bottom: 10px;
  }
}
.pagesHolder .pageBox .linkPage {
  display: inline-block;
  padding: 4px 9px;
  margin-right: 4px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  background: #e9e9e9;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.8), 0px 1px 3px rgba(0,0,0,0.1);
  font-size: .875em;
  font-weight: bold;
  text-decoration: none;
  color: #717171;
  text-shadow: 0px 1px 0px #ffffff;
}
.pagesHolder .pageBox strong {
  border: none;
  background: #616161 !important;
  box-shadow: inset 0px 0px 8px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8) !important;
  color: #f0f0f0 !important;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
  padding: 4px 9px;
  border-radius: 3px;
  border: solid 1px #c0c0c0;
  margin-right: 4px;
}
.pagesHolder .pageBox:hover .linkPage {
  background: #fefefe;
  background: -webkit-gradient(linear,0% 0%,0% 100%,from(#FEFEFE),to(#f0f0f0));
  background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE,#f0f0f0);
}
.propertiesListHolder {
  position: relative;
  margin-top: 30px;
}
.propertiesListHolder .container .propertiesList2 {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: nowrap;
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property:first-child {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property:last-child {
    min-width: calc(82vw + 15px) !important;
    padding-right: 15px;
  }
}
.propertiesListHolder .container .propertiesList2 .property {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property {
    min-width: 82vw !important;
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}
.propertiesListHolder .container .propertiesList2 .property a {
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a {
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    overflow: hidden;
    height: 100%;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 {
  position: relative;
  width: 30%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 {
    width: 100%;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .latestPic {
  position: relative;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .latestPic .imgBlock {
  display: block;
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .latestPic .imgBlock {
    height: 220px;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes {
  position: absolute;
  right: 0px;
  top: 15px;
  display: flex;
  flex-direction: column;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .orange {
  position: relative;
  background-color: #FF8C00;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .orange:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #FF8C00;
  top: 0px;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .red {
  position: relative;
  background-color: #ff4747;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .red:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #ff4747;
  top: 0px;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .green {
  position: relative;
  background-color: #94bc13;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .green:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #94bc13;
  top: 0px;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .yellow {
  position: relative;
  background-color: #fce205;
  height: 30px;
  color: #444;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListImage2 .topboxes .yellow:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #fce205;
  top: 0px;
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 {
  position: relative;
  width: 70%;
  box-sizing: border-box;
  display: block;
  border-bottom: 3px solid #5b4fa3;
  border-bottom-right-radius: 12px;
  padding: 0px 15px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 {
    width: 100%;
    padding: 6px 10px 110px 10px;
    background-color: #ebebeb;
    height: 100%;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow {
    flex-direction: column;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .headingList2 {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  box-sizing: border-box;
  display: block;
  max-width: 85%;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .headingList2 {
    font-size: 16px;
    height: auto;
    max-width: 100%;
    order: 2;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 {
    order: 1;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount {
  position: relative;
  font-size: 18px;
  color: #ccc;
  display: inline-block;
  margin-right: 10px;
  padding-top: 5px;
  font-weight: 600;
  padding-left: 2px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount {
    font-size: 16px;
    padding-bottom: 0px;
    padding-top: 3px;
    color: #333;
    font-weight: 400;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListPrice {
  font-size: 24px;
  color: #ff4747;
  display: block;
  padding-top: 0px;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListPrice {
    font-size: 22px;
    padding-top: 0px;
    color: #333;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount:after {
  content: '';
  width: 100%;
  display: block;
  left: 4px;
  position: absolute;
  height: 1px;
  background-color: #ff4747;
  transform: rotate(-11deg);
  margin-top: -12px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount:after {
    background-color: #333;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxList + .priceBoxListPrice {
  color: #ff4747;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxList + .priceBoxListPrice {
    color: #333;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .content {
  display: block;
  position: relative;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .content {
    padding-top: 0px;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .content .description {
  font-size: 16px;
  color: #444;
  padding-top: 5px;
  max-height: 120px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 85%;
  height: 150px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .propertiesListDescription2 .content .description {
    max-width: 100%;
    height: auto;
    font-size: 14px;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .moreInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 85%;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .moreInfo {
    padding-top: 10px;
    position: absolute;
    bottom: 0px;
    background-color: #ddd;
    max-width: initial;
    width: initial;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 110px;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .moreInfo span {
  width: 50%;
  font-size: 16px;
  color: #444;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .moreInfo span {
    width: 100%;
    margin-bottom: 3px;
    font-size: 14px;
  }
}
.propertiesListHolder .container .propertiesList2 .property a .readMoreButton {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 4px 15px;
  background-color: #5b4fa3;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
  border-bottom-left-radius: initial;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList2 .property a .readMoreButton {
    border-radius: 10px;
  }
}
.propertiesListHolder .container .propertiesList {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList {
    flex-direction: row;
    overflow-x: scroll;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: nowrap;
    padding: 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property:first-child {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property:last-child {
    min-width: calc(82vw + 15px) !important;
    padding-right: 15px;
  }
}
.propertiesListHolder .container .propertiesList .property {
  position: relative;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property {
    min-width: 82vw !important;
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a {
    position: relative;
    display: block;
    background-color: #ebebeb;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    height: 100%;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListImage .picVert {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    overflow: hidden;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .picVert .imgBlock {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListImage .picVert .imgBlock {
    height: 220px;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes {
  position: absolute;
  right: 0px;
  top: 15px;
  display: flex;
  flex-direction: column;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .orange {
  position: relative;
  background-color: #FF8C00;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .orange:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #FF8C00;
  top: 0px;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .red {
  position: relative;
  background-color: #ff4747;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .red:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #ff4747;
  top: 0px;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .green {
  position: relative;
  background-color: #94bc13;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .green:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #94bc13;
  top: 0px;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .yellow {
  position: relative;
  background-color: #fce205;
  height: 30px;
  color: #444;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListImage .topboxes .yellow:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #fce205;
  top: 0px;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription {
  padding-top: 3px;
  height: 204px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListDescription {
    height: auto;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription .headingBigList {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: block;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription .headingSmallList {
  font-size: 12px;
  padding-right: 10px;
  color: #444;
  padding-left: 10px;
  font-weight: 600;
  box-sizing: border-box;
  display: block;
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription .description {
  font-size: 14px;
  color: #444;
  padding-top: 5px;
  max-height: 120px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListDescription .description {
    max-height: initial;
    overflow: initial;
    display: block;
    height: auto;
    margin-bottom: 55px;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 10px);
  left: 5px;
  background-color: rgba(0,0,0,0.1);
  padding: 10px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical {
    position: relative;
    left: initial;
    bottom: initial;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    width: 100%;
    background-color: #ddd;
    position: absolute;
    bottom: 0px;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical {
  position: relative;
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical {
    color: #333;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListPriceVertical {
  font-size: 16px;
  color: #ff4747;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListPriceVertical {
    color: #333;
  }
}
.propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical:after {
  content: '';
  width: 100%;
  display: block;
  left: 0px;
  top: -11px;
  height: 1px;
  background-color: #ff4747;
  transform: rotate(-11deg);
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolder .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical:after {
    background-color: #333;
  }
}
.propertiesListHolder .container .propertiesList .property:first-child a .propertiesListImage .picVert {
  border-top-left-radius: 12px;
  overflow: hidden;
}
.propertiesListHolder .container .propertiesList .property:first-child a .propertiesListPriceVertical {
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
.propertiesListHolder .container .propertiesList .property:last-child a .propertiesListImage .picVert {
  border-top-right-radius: 12px;
  overflow: hidden;
}
.propertiesListHolder .container .propertiesList .property:last-child a .propertiesListPriceVertical {
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.infoHolderTemplate {
  position: relative;
}
.infoHolderTemplate .container .description {
  font-size: 14px;
  color: #444;
  margin-bottom: 30px;
  padding-top: 20px;
}
.infoHolderTemplate .container .description p {
  margin-bottom: 15px;
}
.infoHolderTemplate .container .description a {
  font-weight: 600;
  color: #444;
}
.propertiesListHolderSmall {
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall {
    margin-top: 10px;
  }
}
.propertiesListHolderSmall .container {
  width: 100%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.propertiesListHolderSmall .container .propertiesList2 {
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container .propertiesList2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.propertiesListHolderSmall .container .propertiesList2 .property {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container .propertiesList2 .property {
    width: 48%;
  }
}
.propertiesListHolderSmall .container .propertiesList2 .property a {
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 {
  position: relative;
  width: 30%;
  display: block;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic {
  position: relative;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .imgBlock {
  display: block;
  width: 100%;
  height: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes {
  position: absolute;
  right: 0px;
  top: 15px;
  display: flex;
  flex-direction: column;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .orange {
  position: relative;
  background-color: #FF8C00;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .orange:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #FF8C00;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .red {
  position: relative;
  background-color: #ff4747;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .red:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #ff4747;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .green {
  position: relative;
  background-color: #94bc13;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .green:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #94bc13;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .yellow {
  position: relative;
  background-color: #fce205;
  height: 30px;
  color: #444;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListImage2 .latestPic .topboxes .yellow:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #fce205;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 {
  position: relative;
  width: 70%;
  box-sizing: border-box;
  display: block;
  border-bottom: 3px solid #5b4fa3;
  border-bottom-right-radius: 12px;
  padding: 0px 15px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .topRow {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .topRow .headingList2 {
  font-size: 18px;
  color: #444;
  font-weight: 600;
  box-sizing: border-box;
  display: block;
  max-width: 85%;
  height: 56px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 {
  position: relative;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount {
  position: relative;
  font-size: 14px;
  color: #ff4747;
  display: inline-block;
  margin-right: 5px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListPrice {
  font-size: 24px;
  color: #FF8C00;
  display: block;
  padding-top: 10px;
  font-weight: 600;
  white-space: nowrap;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount:after {
  content: '';
  width: 100%;
  display: block;
  left: 0px;
  top: -11px;
  height: 1px;
  background-color: #ff4747;
  transform: rotate(-11deg);
  margin-top: -10px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .content {
  display: block;
  position: relative;
  padding-top: 15px;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .content .description {
  font-size: 16px;
  color: #444;
  padding-top: 5px;
  max-height: 120px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 85%;
  height: 150px;
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container .propertiesList2 .property a .propertiesListDescription2 .content .description {
    max-height: initial;
    height: auto;
    max-width: 100%;
    margin-bottom: 60px;
    display: block;
  }
}
.propertiesListHolderSmall .container .propertiesList2 .property a .moreInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 85%;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .moreInfo span {
  width: 50%;
  font-size: 16px;
  color: #444;
}
.propertiesListHolderSmall .container .propertiesList2 .property a .readMoreButton {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 4px 15px;
  background-color: #5b4fa3;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
  border-bottom-left-radius: initial;
}
.propertiesListHolderSmall .container .propertiesList {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: nowrap;
    padding: 0px 15px 15px 15px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property:first-child {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property:last-child {
    min-width: calc(82vw + 15px) !important;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property:last-child a .propertiesListDescription .propertiesListPriceVertical {
    width: calc(100% - 15px);
  }
}
.propertiesListHolderSmall .container .propertiesList .property {
  position: relative;
  width: 33.33334%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property {
    min-width: 82vw !important;
    margin-left: 20px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container .propertiesList .property a {
    display: block;
    background-color: #ebebeb;
    margin-bottom: 0px;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    height: 100%;
    overflow: hidden;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage {
  position: relative;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .picVert {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .picVert .imgBlock {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .picVert .imgBlock {
    height: 220px;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes {
  position: absolute;
  right: 0px;
  top: 15px;
  display: flex;
  flex-direction: column;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .orange {
  position: relative;
  background-color: #FF8C00;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .orange:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #FF8C00;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .red {
  position: relative;
  background-color: #ff4747;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .red:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #ff4747;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .green {
  position: relative;
  background-color: #94bc13;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .green:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #94bc13;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .yellow {
  position: relative;
  background-color: #fce205;
  height: 30px;
  color: #444;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListImage .topboxes .yellow:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #fce205;
  top: 0px;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription {
  padding-top: 3px;
  height: 204px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription {
    height: auto;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .headingBigList {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: block;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .headingBigList {
    padding-top: 10px;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .headingSmallList {
  font-size: 12px;
  padding-right: 10px;
  color: #444;
  padding-left: 10px;
  font-weight: 600;
  box-sizing: border-box;
  display: block;
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .description {
  font-size: 14px;
  color: #444;
  padding-top: 5px;
  max-height: 120px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .description {
    max-height: initial;
    display: block;
    margin-bottom: 15px;
    height: auto;
    padding-bottom: 40px;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 20px);
  left: 10px;
  background-color: rgba(0,0,0,0.1);
  padding: 10px 10px;
  box-sizing: border-box;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical {
    background-color: #ddd;
    position: absolute;
    width: initial;
    left: 0;
    width: 100%;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical {
  position: relative;
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical {
    color: #333;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListPriceVertical {
  font-size: 16px;
  color: #ff4747;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListPriceVertical {
    color: #333;
  }
}
.propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical:after {
  content: '';
  width: 100%;
  display: block;
  left: 0px;
  top: -11px;
  height: 1px;
  background-color: #444;
  transform: rotate(-11deg);
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .propertiesListHolderSmall .container .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical:after {
    background-color: #333;
  }
}
.propertiesListHolderSmall .container .propertiesList .property:first-child a .propertiesListImage .picVert {
  border-top-left-radius: 12px;
  overflow: hidden;
}
.propertiesListHolderSmall .container .propertiesList .property:first-child a .propertiesListPriceVertical {
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
.propertiesListHolderSmall .container .propertiesList .property:last-child a .propertiesListImage .picVert {
  border-top-right-radius: 12px;
  overflow: hidden;
}
.propertiesListHolderSmall .container .propertiesList .property:last-child a .propertiesListPriceVertical {
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.horizontalSearch {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 40px;
}
.horizontalSearch .highlight {
  border-bottom: 2px solid rgba(0,0,0,0.1);
  display: block;
  font-size: 20px;
  color: #444;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.horizontalSearch form {
  position: relative;
  width: 100%;
}
.horizontalSearch form .up {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 20px;
  box-sizing: border-box;
  align-items: flex-end;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .horizontalSearch form .up {
    flex-direction: column;
    justify-content: flex-start;
    padding-right: 0px;
  }
}
.horizontalSearch form .up .left {
  display: inline-flex;
  flex-direction: column;
  width: 20%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .horizontalSearch form .up .left {
    width: 100%;
  }
}
.horizontalSearch form .up .left .cat {
  color: #444;
  font-size: 16px;
  padding-bottom: 3px;
}
.horizontalSearch form .up .left .inputField {
  height: 36px;
  background-color: #FFF;
  box-sizing: border-box;
  text-indent: 15px;
  padding-right: 10px;
  font-size: 14px;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .horizontalSearch form .up .left .inputField {
    margin-bottom: 15px;
  }
}
.horizontalSearch form .up .left select {
  height: 36px;
  background-color: #FFF;
  text-indent: 3px !important;
  padding-right: 0px;
  font-size: 14px;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .horizontalSearch form .up .left select {
    margin-bottom: 15px;
  }
}
.horizontalSearch form .up .left label:first-child {
  margin-top: 15px;
}
.horizontalSearch form .up .left:last-child {
  width: 15%;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .horizontalSearch form .up .left:last-child {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .horizontalSearch form .up .left:last-child label+br+label {
    margin-left: 15px;
  }
}
.horizontalSearch form .down {
  display: flex;
  margin-top: 15px;
}
.horizontalSearch form .down input {
  color: #FFF;
  padding: 6px 16px;
  font-size: 14px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border: none;
  height: 36px;
  background-image: repeating-linear-gradient(320deg,#444,#444 2px,#222 2px,#222 4px);
}
.homeBoxHolder {
  position: relative;
  margin-top: 80px;
}
.homeBoxHolder .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.homeBoxHolder .container .innerTitle {
  margin-top: 60px;
  font-size: 28px;
  text-align: center;
  color: #444;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .innerTitle {
    font-size: 16px;
  }
}
.homeBoxHolder .container .row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row {
    flex-direction: column;
  }
}
.homeBoxHolder .container .row .boxHome {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 33.333334%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome {
    width: 100%;
    margin-bottom: 70px;
  }
}
.homeBoxHolder .container .row .boxHome .myLink {
  display: inline-block;
  background-color: #04c16d;
  height: 34px;
  line-height: 33px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  bottom: -33px;
  width: calc(100% - 30px);
  box-sizing: border-box;
  color: #FFF;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome .myLink {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
  }
}
.homeBoxHolder .container .row .boxHome .boxHomeTitle {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  border-bottom: 2px solid #444;
  color: #FFF;
  background-color: #04c16d;
  padding: 8px 0px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome .boxHomeTitle {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    margin-bottom: 0px;
    background-color: #ebebeb;
    color: #000;
  }
}
.homeBoxHolder .container .row .boxHome .comments {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #444;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome .comments {
    margin-bottom: 15px;
    background-color: #ebebeb;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.homeBoxHolder .container .row .boxHome .comments strong {
  margin-bottom: 5px;
}
.homeBoxHolder .container .row .boxHome .comments span + strong {
  margin-top: 15px;
}
.homeBoxHolder .container .row .boxHome iframe {
  width: 100%;
  min-height: 281px;
  margin-top: 27px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome .imagesHolder {
    padding-top: 15px;
    background-color: #ebebeb;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome .imagesHolder a {
    font-size: 14px !important;
    margin-left: 15px;
  }
}
.homeBoxHolder .container .row .boxHome .imagesHolder .linkRedBig {
  color: #444;
  font-size: 16px;
}
.homeBoxHolder .container .row .boxHome .imagesHolder .linkRedBig .imgRow {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
.homeBoxHolder .container .row .boxHome .imagesHolder .linkRedBig .imgRow .thumbImg {
  display: block;
  width: 48%;
  height: 120px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome .imagesHolder .linkRedBig .imgRow .thumbImg {
    height: 260px;
  }
}
.homeBoxHolder .container .row .boxHome:after {
  content: '';
  width: calc(100% - 30px);
  bottom: 0px;
  left: 15px;
  border-top: 2px solid #444;
  position: absolute;
  display: block;
}
.homeBoxHolder .container .row .boxHome:first-child .boxHomeTitle {
  border-top-left-radius: 12px;
}
.homeBoxHolder .container .row .boxHome:first-child .myLink {
  border-bottom-left-radius: 12px;
}
.homeBoxHolder .container .row .boxHome:last-child .boxHomeTitle {
  border-top-right-radius: 12px;
}
.homeBoxHolder .container .row .boxHome:last-child .myLink {
  border-bottom-right-radius: 12px;
}
.homeBoxHolder .container .row .boxHome:nth-child(2):after {
  background-color: #04c16d;
  height: 33px;
  bottom: -33px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome:nth-child(2):after {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background-color: #ebebeb;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .homeBoxHolder .container .row .boxHome:nth-child(2) .boxHomeTitle {
    margin-bottom: 0px;
  }
  .homeBoxHolder .container .row .boxHome:nth-child(2) iframe {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .headingPropertiesBlueMINI + div>a>img {
    width: 100%;
    max-width: 100%;
  }
}
.breadcrumb {
  list-style: none;
  overflow: hidden;
  font: 18px Helvetica, Arial, Sans-Serif;
  margin: 40px 0px;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumb ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
  }
}
.breadcrumb li {
  float: left;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li {
    float: initial;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
.breadcrumb li a i {
  line-height: 1;
}
.breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 55px;
  background: brown;
  background: #d48011;
  position: relative;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li a {
    padding: 0px;
    float: initial;
    color: #444;
    font-size: 14px;
    background-color: initial !important;
  }
}
.breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #d48011;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li a:after {
    content: "\203A";
    border: initial;
    top: 0px;
    margin-top: initial;
    right: -9px;
    left: initial;
  }
}
.breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li a:before {
    display: none;
  }
}
.breadcrumb li:first-child a {
  padding-left: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li:first-child a {
    padding-left: 0px;
  }
}
.breadcrumb li:nth-child(2) a {
  background: #dc8e18;
}
.breadcrumb li:nth-child(2) a:after {
  border-left-color: #dc8e18;
}
.breadcrumb li:nth-child(3) a {
  background: #e59c1f;
}
.breadcrumb li:nth-child(3) a:after {
  border-left-color: #e59c1f;
}
.breadcrumb li:nth-child(4) a {
  background: #f6bd2c;
}
.breadcrumb li:nth-child(4) a:after {
  border-left-color: #f6bd2c;
}
.breadcrumb li:nth-child(5) a {
  background: #ffcc33;
}
.breadcrumb li:nth-child(5) a:after {
  border-left-color: #ffcc33;
}
.breadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child a:after {
  border: 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumb li:last-child a:after {
    display: none;
  }
}
.breadcrumb li a:hover {
  background: #76470a;
}
.breadcrumb li a:hover:after {
  border-left-color: #76470a !important;
}
.slick-prev,
.slick-next {
  color: #FFF;
  right: 25px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .slick-prev,
  .slick-next {
    z-index: 10000;
  }
}
.slick-prev {
  left: 45px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .slick-prev {
    left: 15px;
  }
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .slick-list {
    z-index: 10;
  }
}
.slick-next {
  right: 55px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .slick-next {
    right: 22px;
  }
}
.slick-prev::before,
.slick-next::before {
  color: rgba(0,0,0,0.3);
  font-size: 30px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .slick-prev::before,
  .slick-next::before {
    color: #FFF;
    content: '';
    z-index: 99999999;
    opacity: 1;
    font-size: 5px;
    width: 15px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .slick-prev::before {
    border-right: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .slick-next::before {
    border-left: 10px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: inline-block;
  }
}
.singlePropertyContainer {
  position: relative;
}
.singlePropertyContainer .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container {
    flex-direction: column;
  }
}
.singlePropertyContainer .container .contentLeft {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 73%;
  max-width: 73%;
  box-sizing: border-box;
  padding-right: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft {
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}
.singlePropertyContainer .container .contentLeft .content .headingInsideSmall {
  font-size: 24px;
  color: #444;
  font-weight: 600;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .headingInsideSmall {
    font-size: 20px;
  }
}
.singlePropertyContainer .container .contentLeft .content .city {
  font-size: 16px;
  color: #444;
}
.singlePropertyContainer .container .contentLeft .content .city a {
  font-size: 16px;
  color: #444;
}
.singlePropertyContainer .container .contentLeft .content .priceBox {
  font-size: 16px;
  color: #444;
  display: block;
  padding-top: 10px;
  text-align: right;
  padding-right: 115px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .priceBox {
    padding-right: 20px;
  }
}
.singlePropertyContainer .container .contentLeft .content .priceBox .priceInsideSmall {
  font-size: 24px;
  font-weight: 600;
  color: #ff4747;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .content .priceBox .priceInsideSmall {
    color: #333;
  }
}
.singlePropertyContainer .container .contentLeft .content .ad-gallery .slider-for {
  padding: 20px 110px 2px 110px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .ad-gallery .slider-for {
    padding: 20px 0px;
  }
}
.singlePropertyContainer .container .contentLeft .content .ad-gallery .slider-for a {
  width: 100%;
  max-height: 450px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .ad-gallery .slider-for a {
    max-height: initial;
  }
}
.singlePropertyContainer .container .contentLeft .content .ad-gallery .slider-for a img {
  width: 100%;
}
.singlePropertyContainer .container .contentLeft .content .ad-gallery .slider-nav span {
  padding: 2px;
  display: block;
  cursor: pointer;
  max-height: 108px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .ad-gallery .slider-nav span {
    max-height: initial;
  }
}
.singlePropertyContainer .container .contentLeft .content .underSection {
  margin-top: 30px;
  position: relative;
}
.singlePropertyContainer .container .contentLeft .content .underSection .headingBigRequest {
  font-size: 18px;
  color: #444;
  font-weight: 600;
}
.singlePropertyContainer .container .contentLeft .content .underSection .down {
  position: relative;
}
.singlePropertyContainer .container .contentLeft .content .underSection .down .left {
  position: relative;
  display: flex;
  flex-direction: row;
  font-size: 16px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .underSection .down .left {
    display: block;
  }
}
.singlePropertyContainer .container .contentLeft .content .underSection .down .left .priceInsideSmall {
  font-weight: 600;
  margin-left: 6px;
  margin-right: 6px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .underSection .down .left .priceInsideSmall {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.singlePropertyContainer .container .contentLeft .content .underSection .down .left .smallInfo {
  color: #444;
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0px 0px 3px #444;
  background: #ffcc33;
  background: -moz-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: -webkit-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: linear-gradient(to right,#ffcc33 0%,#fcb900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33',endColorstr='#fcb900',GradientType=1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 19px;
  text-shadow: 0px 0px 1px #fcb900;
  margin-top: -10px;
  margin-left: 15px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .underSection .down .left .smallInfo {
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
    box-shadow: initial !important;
    text-shadow: initial !important;
    color: #FFF !important;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .underSection .down .left .smallInfo {
    margin: 0px;
    width: auto;
  }
}
.singlePropertyContainer .container .contentLeft .content .tabsHolder {
  display: flex;
  flex-direction: row;
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.singlePropertyContainer .container .contentLeft .content .tabsHolder .buttonTab {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  padding: 6px 12px;
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.2);
  background-color: rgba(0,0,0,0.05);
  font-size: 16px;
  color: #444;
  margin-right: 1px;
  cursor: pointer;
}
.singlePropertyContainer .container .contentLeft .content .tabsHolder .active {
  background-color: rgba(0,0,0,0.1);
  font-weight: 600;
}
.singlePropertyContainer .container .contentLeft .content .tabContent {
  position: relative;
  display: none;
  margin-bottom: 30px;
}
.singlePropertyContainer .container .contentLeft .content .tabContent .topRight {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  position: absolute;
  top: 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .tabContent .topRight {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.singlePropertyContainer .container .contentLeft .content .tabContent .topRight .note-green {
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
  padding: 6px 16px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
  border-radius: 12px;
}
.singlePropertyContainer .container .contentLeft .content .tabContent .topRight .note-blue {
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 12px;
  color: #FFF;
  text-align: center;
  margin-right: 10px;
  background: #00c6ff;
  background: -webkit-linear-gradient(to right,#0072ff,#00c6ff);
  background: linear-gradient(to right,#0072ff,#00c6ff);
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .content .tabContent .topRight .note-blue {
    background: #0072ff;
  }
}
.singlePropertyContainer .container .contentLeft .content .tabContent .topRight .note-blue a {
  color: #FFF;
}
.singlePropertyContainer .container .contentLeft .content .tabContent iframe {
  width: 100%;
  display: block;
}
.singlePropertyContainer .container .contentLeft .content .tabContent h2 {
  font-size: 20px;
  color: #444;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.singlePropertyContainer .container .contentLeft .content .tabContent h2:first-of-type {
  font-size: 20px;
  color: #444;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}
.singlePropertyContainer .container .contentLeft .content .tabContent .description {
  font-size: 14px;
  color: #444;
}
.singlePropertyContainer .container .contentLeft .content .tabContent .requestDetails {
  margin-top: 20px;
  margin-bottom: 30px;
}
.singlePropertyContainer .container .contentLeft .content .tabContent .requestDetails a {
  color: #444;
  display: inline-block;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0px 0px 3px #444;
  background: #ffcc33;
  background: -moz-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: -webkit-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: linear-gradient(to right,#ffcc33 0%,#fcb900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33',endColorstr='#fcb900',GradientType=1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 19px;
  text-shadow: 0px 0px 1px #fcb900;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .tabContent .requestDetails a {
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
    box-shadow: initial !important;
    text-shadow: initial !important;
    color: #FFF !important;
  }
}
.singlePropertyContainer .container .contentLeft .content .tabContent .listInfo {
  position: relative;
  list-style: none;
  column-count: 2;
  column-gap: 50px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .tabContent .listInfo {
    column-count: 1;
    column-gap: 0px;
  }
}
.singlePropertyContainer .container .contentLeft .content .tabContent .listInfo li {
  position: relative;
  font-size: 14px;
  color: #444;
  padding: 2px 0px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .tabContent .listInfo li {
    display: table;
  }
}
.singlePropertyContainer .container .contentLeft .content .tabContent .listInfo li i {
  color: #444;
  margin-right: 2px;
  font-size: 11px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .tabContent .listInfo li i {
    margin-top: 6px;
    margin-right: 9px;
  }
}
.singlePropertyContainer .container .contentLeft .content .tabContent .listInfo li a {
  color: #006bce;
}
.singlePropertyContainer .container .contentLeft .content .tabContent .listInfo3 {
  column-count: 3;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .content .tabContent .listInfo3 {
    column-count: 2;
  }
}
.singlePropertyContainer .container .contentLeft .content .visible {
  display: block;
}
.singlePropertyContainer .container .contentLeft .content .headingPropertiesBlueSmall {
  background-color: #1bcfce;
  border-radius: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .content .headingPropertiesBlueSmall {
    border: 1px solid #ccc;
    background-color: #ebebeb;
    color: #000;
  }
}
.singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall {
  background-color: #04c16d;
  border-radius: 12px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
    flex-direction: column;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    color: #010101;
  }
}
.singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall .right {
  position: relative;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall .right {
    margin-top: 10px;
    color: #010101;
  }
}
.singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall .right select {
  height: 20px;
  background-color: #04c16d;
  box-sizing: border-box;
  padding-right: 10px;
  font-size: 14px;
  border: none;
  border-radius: 12px;
  color: #FFF;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall .right select {
    background-color: transparent;
    color: #010101;
  }
}
.singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall .right .rightArrow {
  position: absolute;
  right: 0px;
  background-color: #04c16d;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .content .headingPropertiesGreenSmall .right .rightArrow {
    display: none;
    background-color: transparent;
    color: #010101;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 {
  position: relative;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property {
  position: relative;
  margin-bottom: 30px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a {
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a {
    display: block;
    background-color: #ebebeb;
    margin-bottom: 0px;
    border-radius: 10px;
    box-shadow: 0 0 10px #333;
    overflow: hidden;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 {
  position: relative;
  width: 30%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 {
    width: 100%;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .latestPic {
  position: relative;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .latestPic .imgBlock {
  display: block;
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .latestPic .imgBlock {
    height: 220px;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes {
  position: absolute;
  right: 0px;
  top: 15px;
  display: flex;
  flex-direction: column;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .orange {
  position: relative;
  background-color: #FF8C00;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .orange:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #FF8C00;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .red {
  position: relative;
  background-color: #ff4747;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .red:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #ff4747;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .green {
  position: relative;
  background-color: #94bc13;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .green:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #94bc13;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .yellow {
  position: relative;
  background-color: #fce205;
  height: 30px;
  color: #444;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListImage2 .topboxes .yellow:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #fce205;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 {
  position: relative;
  width: 75%;
  box-sizing: border-box;
  display: block;
  border-bottom: 3px solid #5b4fa3;
  border-bottom-right-radius: 12px;
  padding: 0px 15px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 {
    width: 100%;
    padding: 6px 10px 0px 10px;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow {
    flex-direction: column;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .headingList2 {
  font-size: 17px;
  color: #444;
  font-weight: 600;
  box-sizing: border-box;
  display: block;
  max-width: 85%;
  height: 56px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .headingList2 {
    font-size: 16px;
    height: auto;
    max-width: 100%;
    order: 2;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 {
    order: 1;
    flex-direction: row;
    align-items: center;
    padding-bottom: 3px;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount {
  position: relative;
  font-size: 18px;
  color: #ccc;
  display: inline-block;
  margin-right: 10px;
  padding-top: 5px;
  font-weight: 400;
  margin-left: 22px;
  box-sizing: border-box;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount {
    font-size: 16px;
    margin-left: 2px;
    color: #333;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListPrice {
  font-size: 24px;
  color: #ff4747;
  box-sizing: border-box;
  display: block;
  padding-top: 0px;
  font-weight: 600;
  white-space: nowrap;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListPrice {
    font-size: 22px;
    padding-top: 5px;
    padding-left: 0px;
    color: #333;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount:after {
  content: '';
  width: 100%;
  display: block;
  left: 4px;
  position: absolute;
  height: 1px;
  background-color: #ff4747;
  transform: rotate(-11deg);
  margin-top: -12px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .topRow .priceBoxList2 .priceBoxListDiscount:after {
    background-color: #333;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .content {
  display: block;
  position: relative;
  padding-top: 0px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .content {
    padding-top: 0px;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .content .description {
  font-size: 16px;
  color: #444;
  padding-top: 5px;
  max-height: 70px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 85%;
  height: 70px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .propertiesListDescription2 .content .description {
    max-width: 100%;
    height: auto;
    font-size: 14px;
    max-height: initial;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .moreInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90%;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .moreInfo {
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
    background-color: #ddd;
    bottom: initial;
    margin-left: -10px;
    margin-right: -10px;
    max-width: initial;
    width: initial;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .moreInfo span {
  width: 50%;
  font-size: 14px;
  color: #444;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .moreInfo span {
    width: 70%;
    margin-bottom: 3px;
    font-size: 14px;
    white-space: initial;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .readMoreButton {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 4px 15px;
  background-color: #5b4fa3;
  color: #FFF;
  font-weight: 600;
  font-size: 14px;
  border-radius: 12px;
  border-bottom-left-radius: initial;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList2 .property a .readMoreButton {
    border-radius: 10px;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
  box-sizing: border-box;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property {
  position: relative;
  width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage {
  position: relative;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .picVert .imgBlock {
  display: block;
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes {
  position: absolute;
  right: 0px;
  top: 15px;
  display: flex;
  flex-direction: column;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .orange {
  position: relative;
  background-color: #FF8C00;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .orange:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #FF8C00;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .red {
  position: relative;
  background-color: #ff4747;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .red:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #ff4747;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .green {
  position: relative;
  background-color: #94bc13;
  height: 30px;
  color: #FFF;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .green:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #94bc13;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .yellow {
  position: relative;
  background-color: #fce205;
  height: 30px;
  color: #444;
  font-size: 16px;
  display: flex;
  padding-left: 15px;
  padding-right: 13px;
  align-items: center;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  border: 2px solid #FFF;
  border-right: none;
  font-weight: 500;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListImage .topboxes .yellow:after {
  height: 40px;
  width: 3px;
  position: absolute;
  right: -3px;
  content: '';
  background-color: #fce205;
  top: 0px;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription {
  padding-top: 3px;
  height: 204px;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription {
    height: auto;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .headingBigList {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: block;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .headingSmallList {
  font-size: 12px;
  padding-right: 10px;
  color: #444;
  padding-left: 10px;
  font-weight: 600;
  box-sizing: border-box;
  display: block;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .description {
  font-size: 14px;
  color: #444;
  padding-top: 5px;
  max-height: 120px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .description {
    max-height: initial;
    margin-bottom: 60px;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical {
  position: absolute;
  bottom: 0px;
  width: calc(100% - 10px);
  left: 5px;
  background-color: rgba(0,0,0,0.1);
  padding: 10px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical {
    background-color: #ddd;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical {
  position: relative;
  font-size: 14px;
  color: #ff4747;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical {
    color: #333;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListPriceVertical {
  font-size: 16px;
  color: #444;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListPriceVertical {
    color: #333;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical:after {
  content: '';
  width: 100%;
  display: block;
  left: 0px;
  top: -11px;
  height: 1px;
  background-color: #ff4747;
  transform: rotate(-11deg);
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property a .propertiesListDescription .propertiesListPriceVertical .priceBoxListDiscountVertical:after {
    background-color: #333;
  }
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property:first-child a .propertiesListImage .picVert {
  border-top-left-radius: 12px;
  overflow: hidden;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property:first-child a .propertiesListPriceVertical {
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property:last-child a .propertiesListImage .picVert {
  border-top-right-radius: 12px;
  overflow: hidden;
}
.singlePropertyContainer .container .contentLeft .propertiesListHolder .propertiesList .property:last-child a .propertiesListPriceVertical {
  border-bottom-right-radius: 12px;
  overflow: hidden;
}
.singlePropertyContainer .container .contentRight {
  width: 27%;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 112px;
  background-color: rgba(0,0,0,0.1);
  padding: 30px 24px;
  height: 100%;
  border-radius: 12px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentRight {
    width: 100%;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .singlePropertyContainer .container .contentRight .contactsRight {
    font-size: 14px;
    word-break: break-all;
  }
}
.singlePropertyContainer .container .contentRight .requestDetails {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.singlePropertyContainer .container .contentRight .requestDetails a {
  color: #444;
  display: inline-block;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0px 0px 3px #444;
  background: #ffcc33;
  background: -moz-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: -webkit-linear-gradient(left,#ffcc33 0%,#fcb900 100%);
  background: linear-gradient(to right,#ffcc33 0%,#fcb900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc33',endColorstr='#fcb900',GradientType=1);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 19px;
  text-shadow: 0px 0px 1px #fcb900;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1100px) {
  .singlePropertyContainer .container .contentRight .requestDetails a {
    background: #bae13b;
    background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
    background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
    box-shadow: initial !important;
    text-shadow: initial !important;
    color: #FFF !important;
  }
}
.singlePropertyContainer .container .contentRight .headingMenu {
  margin-left: -24px;
  margin-right: -24px;
  width: calc(100% + 48px);
  text-align: left;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  font-size: 16px;
  color: #FFF;
  font-weight: 600;
  background-image: repeating-linear-gradient(320deg,#444,#444 2px,#222 2px,#222 4px);
  margin-top: 20px;
  margin-bottom: 20px;
}
.singlePropertyContainer .container .contentRight .requestDetails + .headingMenu {
  margin-top: 0px !important;
}
.singlePropertyContainer .container .contentRight .menuRight {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-top: 6px;
  padding-bottom: 6px;
  color: #444;
  font-size: 14px;
  transition: all .3s ease-out;
}
.singlePropertyContainer .container .contentRight .menuRight a {
  transition: all .3s ease-out;
  color: #444;
  font-size: 14px;
}
.singlePropertyContainer .container .contentRight .menuRight:last-child {
  border-bottom: none;
}
.singlePropertyContainer .container .contentRight .menuRight:hover {
  color: #ffcc33;
  padding-left: 10px;
  background-image: repeating-linear-gradient(320deg,#444,#444 2px,#222 2px,#222 4px);
}
.singlePropertyContainer .container .contentRight .menuRight:hover a {
  color: #ffcc33;
}
.advancedForm {
  position: relative;
}
.advancedForm .container form {
  position: relative;
}
.advancedForm .container form .topRow {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .topRow {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.advancedForm .container form .topRow .left {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .topRow .left {
    flex-direction: row;
    margin-right: 0px;
  }
}
.advancedForm .container form .topRow .left .label {
  font-size: 15px;
  color: #474747;
  font-weight: 600;
}
.advancedForm .container form .topRow .left .inputField {
  margin-left: 9px;
  height: 36px;
  background-color: #FFF;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  display: block;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  box-sizing: border-box;
}
.advancedForm .container form .topRow .right {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .topRow .right {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
  }
}
.advancedForm .container form .topRow .right .label {
  font-size: 15px;
  color: #474747;
  font-weight: 600;
  display: inline-block;
}
.advancedForm .container form .topRow .right .inputFieldCheckBox label {
  font-size: 15px;
  color: #474747;
  margin-left: 10px;
  display: inline-block;
}
.advancedForm .container form .selectRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}
.advancedForm .container form .selectRow .selectCol {
  display: block;
  width: 33.33334%;
  box-sizing: border-box;
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .selectRow .selectCol {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }
}
.advancedForm .container form .selectRow .selectCol .headingSmall {
  font-size: 15px;
  color: #474747;
  font-weight: 600;
  margin-bottom: 10px;
}
.advancedForm .container form .selectRow .selectCol .headingSmall strong {
  display: block;
  margin-bottom: 2px;
}
.advancedForm .container form .selectRow .selectCol .listAll {
  display: block;
  height: 280px;
  overflow-y: scroll;
}
.advancedForm .container form .selectRow .selectCol .listAll label {
  color: #444;
  font-size: 14px;
  margin-bottom: 2px;
  margin-top: 2px;
  vertical-align: baseline;
  display: inline-block;
}
.advancedForm .container form .headingSmall1 {
  margin-top: 40px;
  font-size: 15px;
  color: #474747;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .headingSmall1 {
    margin-top: 20px;
  }
}
.advancedForm .container form .bottomSide {
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide {
    flex-direction: column;
  }
}
.advancedForm .container form .bottomSide .advancedSearchLeft,
.advancedForm .container form .bottomSide .advancedSearchRight {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide .advancedSearchLeft,
  .advancedForm .container form .bottomSide .advancedSearchRight {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 30px;
  }
}
.advancedForm .container form .bottomSide .advancedSearchLeft .part,
.advancedForm .container form .bottomSide .advancedSearchRight .part {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide .advancedSearchLeft .part,
  .advancedForm .container form .bottomSide .advancedSearchRight .part {
    margin-right: 0px;
    width: 100%;
    height: 60px;
    justify-content: space-between;
  }
}
.advancedForm .container form .bottomSide .advancedSearchLeft .part .inputField,
.advancedForm .container form .bottomSide .advancedSearchRight .part .inputField {
  width: 90px;
  height: 36px;
  background-color: #FFF;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  box-sizing: border-box;
  margin-left: 8px;
  margin-right: 4px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide .advancedSearchLeft .part .inputField,
  .advancedForm .container form .bottomSide .advancedSearchRight .part .inputField {
    width: 52%;
    align-self: flex-end;
    justify-self: flex-end;
    position: absolute;
    left: 100px;
    top: 13px;
  }
}
.advancedForm .container form .bottomSide .filterHolder .part {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide .filterHolder .part {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.advancedForm .container form .bottomSide .filterHolder .part .inputField {
  width: 90px;
  height: 36px;
  background-color: #FFF;
  border-radius: 12px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  border: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  box-sizing: border-box;
  margin-left: 8px;
  margin-right: 4px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide .filterHolder .part .inputField {
    width: 50%;
    margin-left: 30px;
  }
}
.advancedForm .container form .bottomSide .submitField {
  background: #bae13b;
  background: -moz-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: -webkit-linear-gradient(top,#bae13b 0%,#94bc13 100%);
  background: linear-gradient(to bottom,#bae13b 0%,#94bc13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bae13b',endColorstr='#94bc13',GradientType=0);
  height: 36px;
  border: none;
  margin-left: 14px;
  border-radius: 12px;
  padding-left: 33px;
  padding-right: 33px;
  color: #FFF;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide .submitField {
    margin-left: 0px;
  }
}
.advancedForm .container form .bottomSide .advancedSearchRight {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .advancedForm .container form .bottomSide .advancedSearchRight {
    margin-left: 0px;
  }
}
.headingPropertiesBlueMINI {
  background-color: #5b4fa3;
  border-radius: 12px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: initial;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  margin-top: 30px;
  box-sizing: border-box;
}
.linkRedBig123 {
  color: #bd3b3b;
  font-size: 14px;
}
.propDescrip {
  margin-bottom: 30px;
}
.testimonial {
  position: relative;
  width: 666px;
  padding: 30px 60px;
  box-sizing: border-box;
  border-left: none;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.testimonial h2 {
  margin-top: 15px;
}
.testimonial .left {
  position: absolute;
  left: 0px;
  top: 15px;
  display: block;
}
.testimonial .left i {
  color: #ccc;
  font-size: 36px;
}
.testimonial .right {
  position: absolute;
  right: 0px;
  bottom: 55px;
  display: block;
}
.testimonial .right i {
  color: #ccc;
  font-size: 36px;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 22px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #333;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
