/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


html {
  width: 100%;
  height: 100% !important;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #eaeaea;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a,
a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #a3abaf;
}

:-moz-placeholder {
  color: #a3abaf;
}

::-moz-placeholder {
  color: #a3abaf;
}

:-ms-input-placeholder {
  color: #a3abaf;
}

::selection {
  background: #e4cfa7;
}

::-moz-selection {
  background: #e4cfa7;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
}

body,
input,
textarea,
select,
option {
  font-family: 'Cabin', sans-serif;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

section {
  width: 100%;
  position: relative;
}

.content {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.content:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

a.callForm {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  background: #b58749;
  padding: 10px 30px;
  position: absolute;
  bottom: 50px;
  right: -50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  display: none;
}
a.callForm:hover {
  background: #683126;
}
a.callForm svg {
  display: none;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding-top: 10px;
  background: #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .content {
  width: 100%;

  max-width: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header a.logo {
  display: block;
  float: left;
//  width: 10%;
  position: relative;
  z-index: 3;
}
header a.logo svg {
  display: block;
//  width: 100%;
//  height: 90px;
}
header a.logo svg * {
  fill: #666666;
  stroke: #666666;
}
header nav {
  float: right;
  padding-top: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav ul {
  display: block;
}
header nav ul li {
  float: left;
  border-right: 2px solid #6666;
  padding: 0 35px;
}
header nav ul li a {
  color: #a3a3a3;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 1.5;
}
header nav ul li a:hover {
  color: #c6ae71;
}
header nav ul li a.active {
  text-decoration: underline;
}
header nav ul li.buyBtn {
  border-right: none;
  padding: 0;
  position: relative;
  margin-left: 35px;
}
header nav ul li.buyBtn a {
  background: #666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  padding: 0 25px;
}
header nav ul li.buyBtn .sub {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #eaeaea;
  padding: 15px;
  top: 150%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
header nav ul li.buyBtn .sub a {
  background: #eaeaea !important;
  color: #000;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
header nav ul li.buyBtn .sub a:last-child {
  border: none;
}
header nav ul li.buyBtn:hover .sub {
  pointer-events: all;
  opacity: 1;
  top: 100%;
}
header nav ul li:last-child {
  border-right: none;
  padding-top: 3px;
  padding-right: 0;
  position: relative;
  z-index: 4;
}
header.home {
  background: none;
  border: none;
}
header.home .content {
  /* padding: 20px 80px;*/
}
header.home a.logo {
//  width: 15%;
}
header.home a.logo * {
  fill: #fff;
  stroke: #fff;
}
header.home nav {
  padding-top: 30px;
}
header.home nav ul li {
  border-right: 2px solid #fff;
}
header.home nav ul li a {
  color: #fff;
}
header.home nav ul li.buyBtn {
  border-right: none;
}
header.home nav ul li.buyBtn a {
  background: #fff;
  color: #000;
}
header.home nav ul li:last-child {
  border-right: none;
  padding-top: 3px;
  padding-right: 0;
}
header.home nav ul li .btn span {
  background: #fff;
}
header .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 80px;
  top: -100%;
  z-index: 3;
}
header .menu ul {
  display: block;
  width: 100%;
  height: 100%;
}
header .menu ul li {
  display: block;
  width: 100%;
  clear: both;
  height: 11.11%;
  position: relative;
  opacity: 0;
}
header .menu ul li a {
  color: #adadad;
  font-size: 50px;
  float: left;
}
0 header .menu ul li a:hover {
  color: #fff;
}
header .menu ul li div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
header .menu ul li div a {
  font-size: 25px;
  padding: 15px 25px 0;
}
header .menu ul li div a:hover {
  text-decoration: underline;
}
header .menu ul li.hasSub:hover div {
  opacity: 1;
}
header .menu ul li svg {
  display: block;
  height: 100%;
  width: auto;
}
header .menu ul li svg * {
  fill: #fff;
}

.intl-tel-input {
  height: 100%;
}

.intl-tel-input .selected-flag {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.callFormArea {
  position: fixed;
  bottom: 0px;
  left: 50%;
  background: #fff;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 5;
  padding: 20px 20px 5px;
  width: 890px;
  z-index: 101;
  border: 3px solid #b58749;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  border-bottom: none;
}
.callFormArea h2 {
  display: block;
  font-weight: 300;
  color: #b58749;
  font-size: 24px;
  text-align: center;
}
.callFormArea .txt {
  display: block;
  padding: 10px 0;
  color: #595959;
}
.callFormArea .form-text,
.callFormArea input#Telefon,
.callFormArea select {
  display: block;
  width: 100%;
  border: 1px solid #cba59c;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 35px;
  padding-left: 20px;
}
.callFormArea .form-submit {
  display: block;
  width: 220px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 35px;
  border: none;
  margin: auto;
  color: #fff;
  font-weight: 600;
  background: #b58749;
}
.callFormArea ul li {
  display: block;
  margin-bottom: 10px;
  float: left;
}
.callFormArea ul li:nth-child(1),
.callFormArea ul li:nth-child(2) {
  width: 33.33%;
  padding-right: 5px;
}
.callFormArea ul li:nth-child(3) {
  padding-right: 5px;
}
.callFormArea ul li:nth-child(3),
.callFormArea ul li:nth-child(4) {
  width: 33.33%;
  padding-right: 5px;
}
.callFormArea ul li:nth-child(5) {
  width: 33.33%;
  padding-right: 5px;
}
.callFormArea ul li:nth-child(7) {
  width: 70%;
}
.callFormArea ul li:nth-child(8) {
  width: 30%;
}
.callFormArea ul li #mobileCodeListSelect {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding-left: 0;
  left: 80px;
}
.callFormArea .callFormClose {
  position: absolute;
  right: 30px;
  top: 30px;
  display: none;
}
.callFormArea .callFormClose:after {
  line-height: 32px;
  text-align: center;
  content: "\eee4";
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.callFormArea .callFormClose:hover:after {
  color: #000;
}
.callFormArea p {
  position: relative;
}
.callFormArea input[type="checkbox"].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.callFormArea input[type="checkbox"].css-checkbox + label.css-label {
  padding-left: 25px;
  height: 15px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 10px;
  color: #000;
  vertical-align: middle;
  cursor: pointer;
}
.callFormArea
  input[type="checkbox"].css-checkbox:checked
  + label.css-label:before {
  background: #cba59c;
}
.callFormArea .css-label:before {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 1px solid #cba59c;
  content: "";
}
.callFormArea .css-label a {
  color: #000;
  text-decoration: underline;
}
.callFormArea .check {
  width: 27%;
  float: left;
  margin-top: 5px;
}
.callFormArea .inputError {
  border: 1px solid #f00 !important;
}
.callFormArea .head {
  width: 100%;
  margin-top: -45px;
}
.callFormArea .head a {
  background: #969696;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding: 10px 10px 10px 60px;
  color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.callFormArea .head a img {
  display: block;
  position: absolute;
  left: 10px;
  top: -5px;
}
.callFormArea .head a:nth-child(2) {
  background: #b58749;
  display: none;
}

#thanksDiv {
  display: none;
  padding: 10px 0;
  color: #595959;
  width: 100%;
  text-align: center;
}
#thanksDiv .callFormClose {
  display: block;
}

.ajaxloader {
  width: 80px;
  text-align: center;
  margin: auto;
}

.bubblingG {
  text-align: center;
  width: 80px;
  height: 50px;
}

.bubblingG span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 25px auto;
  background: #b58749;
  -moz-border-radius: 50px;
  -moz-animation: bubblingG 1.3s infinite alternate;
  -webkit-border-radius: 50px;
  -webkit-animation: bubblingG 1.3s infinite alternate;
  -ms-border-radius: 50px;
  -ms-animation: bubblingG 1.3s infinite alternate;
  -o-border-radius: 50px;
  -o-animation: bubblingG 1.3s infinite alternate;
  border-radius: 50px;
  animation: bubblingG 1.3s infinite alternate;
}

#bubblingG_1 {
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

#bubblingG_2 {
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s;
}

#bubblingG_3 {
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}

.radiovalidate {
  position: ABSOLUTE;
  right: 0px;
  top: 6px;
}

.izin {
  margin: 5px auto;
  width: 140px;
}

@-moz-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #b58749;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -moz-transform: translateY(-21px);
  }
}

@-webkit-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #b58749;
    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -webkit-transform: translateY(-21px);
  }
}

@-ms-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #b58749;
    -ms-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -ms-transform: translateY(-21px);
  }
}

@-o-keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #b58749;
    -o-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    -o-transform: translateY(-21px);
  }
}

@keyframes bubblingG {
  0% {
    width: 10px;
    height: 10px;
    background-color: #b58749;
    transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    background-color: #579bcd;
    transform: translateY(-21px);
  }
}

.btn {
  width: 50px;
  cursor: pointer;
}
.btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: #666;
  transition: all 0.3s;
  position: relative;
  width: 32px;
  margin: auto;
}
.btn span + span {
  margin-top: 5px;
}
.btn span:last-child {
  background: none !important;
  font-size: 11px;
  color: #1e1e1e;
}
.btn.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
.btn.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
.btn.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
.btn.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
.btn.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
.btn.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}
.btn:hover span {
  background: #b58749;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}

@keyframes top-2 {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}

@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

section.video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.video .videoWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* background: url(../images/main/mainSlider.jpg?v=1) no-repeat center; */
  background-size: cover;
}
section.video .videoWrapper img {
  position: absolute;
  display: block;
  width: 15%;
  right: 5%;
  top: 35%;


}
section.video .videoWrapper img.caption {
  top: 30%;
  right: auto;
  left: 16%;
  width: 35%;
  top: 50%;
    transform: translateY(-50%);
}
section.video video {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
section.video a.volume {
  width: 45px;
  height: 45px;
  background: #e1e2e1;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  left: 25px;
  bottom: 150px;
  line-height: 45px;
  text-align: center;
}
section.video a.volume:before {
  content: "\ecb8";
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
}
section.video a.volume.up:before {
  content: "\ecba";
}
section.video .links {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 100%;
  max-width: 460px;
}
section.video .links a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #422a24;
  border-radius: 10px;
  background-color: #b58749;
  box-shadow: 0px 13px 20px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  padding: 10px 0;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}

.txtArea {
  width: 100%;
  padding: 3% 5% 5%;
  text-align: center;
}
.txtArea h2 {
  font-size: 50px;
  color: #b58749;
  padding-bottom: 30px;
  font-weight: 600;
}
.txtArea h2 span {
  font-weight: 300;
  color: #000;
}
.txtArea p {
  font-size: 16px;
  color: #333333;
  display: block;
  max-width: 1100px;
  margin: auto;
}
.txtArea span.brown {
  display: block;
  color: #b58749;
  padding-bottom: 15px;
  letter-spacing: 1px;
  font-size: 20px;
}

.mainSlider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  width: 100%;
}
.mainSlider .owl-dots .owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0 10px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainSlider .owl-dots .owl-dot.active {
  background: #fff;
}

.mainSlider #mainSlider .owl-prev {
  display: block;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainSlider #mainSlider .owl-prev:before {
  line-height: 32px;
  text-align: center;
  content: "\eab5";
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainSlider #mainSlider .owl-prev:hover {
  background: #bc7c70;
}
.mainSlider #mainSlider .owl-prev:hover:before {
  color: #fff;
}

.mainSlider #mainSlider .owl-next {
  display: block;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainSlider #mainSlider .owl-next:before {
  line-height: 32px;
  text-align: center;
  content: "\eab8";
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mainSlider #mainSlider .owl-next:hover {
  background: #bc7c70;
}
.mainSlider #mainSlider .owl-next:hover:before {
  color: #fff;
}

.mainSlider .disabled {
  display: none !important;
}

.teaserSlider {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 5%;
}
.teaserSlider .item {
  padding: 20px 20px 40px;
}
.teaserSlider a {
  display: block;
  width: 100%;
  /* border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px; */
  border: 1px solid #b3b2b2;
  position: relative;
  overflow: hidden;
  padding: 25px;
  text-align: center;
  color: #666;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.teaserSlider a span.img {
  display: block;
  width: 100%;
  /* border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px; */
  overflow: hidden;
}
.teaserSlider a span.rCaption {
  padding: 20px 0 10px;
  font-size: 24px;
  display: block;
}
.teaserSlider a span.rTxt {
  display: block;
  font-size: 12px;
  min-height: 90px;
}
.teaserSlider a span.rMore {
  width: 140px;
  display: block;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background: #666;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.teaserSlider a:hover {
  background: #b58749;
  border: 1px solid #b58749;
  color: #fff;
  /* -webkit-box-shadow: 0px 10px 30px 0px rgba(188, 124, 112, 0.4);
  -moz-box-shadow: 0px 10px 30px 0px rgba(188, 124, 112, 0.4); */
  box-shadow: 0px 10px 30px 0px rgba(188, 124, 112, 0.4);
}
.teaserSlider a:hover span.rMore {
  background: #fff;
  color: #000;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.teaserSlider #rentalSlider .owl-prev,
.teaserSlider #activitySlider .owl-prev {
  display: block;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.teaserSlider #rentalSlider .owl-prev:before,
.teaserSlider #activitySlider .owl-prev:before {
  line-height: 32px;
  text-align: center;
  content: "\eab5";
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.teaserSlider #rentalSlider .owl-prev:hover,
.teaserSlider #activitySlider .owl-prev:hover {
  background: #b58749;
}
.teaserSlider #rentalSlider .owl-prev:hover:before,
.teaserSlider #activitySlider .owl-prev:hover:before {
  color: #fff;
}
.teaserSlider #rentalSlider .owl-next,
.teaserSlider #activitySlider .owl-next {
  display: block;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.teaserSlider #rentalSlider .owl-next:before,
.teaserSlider #activitySlider .owl-next:before {
  line-height: 32px;
  text-align: center;
  content: "\eab8";
  font-family: IcoFont !important;
  font-style: normal;
  color: #b58749;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.teaserSlider #rentalSlider .owl-next:hover,
.teaserSlider #activitySlider .owl-next:hover {
  background: #b58749;
}
.teaserSlider #rentalSlider .owl-next:hover:before,
.teaserSlider #activitySlider .owl-next:hover:before {
  color: #fff;
}
.teaserSlider #rentalSlider .disabled,
.teaserSlider #activitySlider .disabled {
  display: none !important;
}

.teasers {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 5%;
}
.teasers a {
  display: block;
  width: 100%;


  border: 1px solid #b3b2b2;
  position: relative;
  overflow: hidden;
  padding: 25px;
  text-align: center;
  color: #666;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  float: left;
}
.teasers a span.img {
  display: block;
  width: 100%;
  /* border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px; */
  overflow: hidden;
}
.teasers a span.img img {
  display: block;
  width: 100%;
}
.teasers a span.caption {
  padding: 20px 0 10px;
  font-size: 30px;
  display: block;
  font-weight: 300;
}
.teasers a span.caption strong {
  font-weight: 500;
}
.teasers a span.more {
  width: 160px;
  display: block;
  margin: 20px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background: #666;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
.teasers a:hover {
  background: #b58749;
    border: 1px solid #9d6b29;
    color: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgb(188 124 112 / 40%);
    -moz-box-shadow: 0px 10px 30px 0px rgba(188, 124, 112, 0.4);
    box-shadow: 0px 10px 30px 0px rgb(188 124 112 / 40%);
}
.teasers a:hover span.more {
  background: #fff;
  color: #bc7c70;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.teasers.spa a {
  width: 29%;
  margin: 0 2%;
  margin-bottom: 2%;
}
.teasers.wellness a {
  width: 23%;
  margin: 0 1%;
  /* border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px; */
}
.teasers.wellness a span.img {
  /* border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px; */
}
.teasers:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

.cLine {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: -230px;
}

.cInfo {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  padding-top: 50px;
}
.cInfo div {
  width: 33.33333%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cInfo div img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
}
.cInfo:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

.map {
  width: 100%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: -98px;
}
.map iframe {
  width: 100%;
  height: 350px;
}

.slideWithTxt {
  width: 100%;
  max-width: 1024px;
  margin: auto;
  margin: 50px auto;
}
.slideWithTxt .slideImg {
  width: 60%;
  float: left;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.slideWithTxt .slideImg .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  text-align: center;
  width: 100%;
}
.slideWithTxt .slideImg .owl-dots .owl-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0 10px;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slideWithTxt .slideImg .owl-dots .owl-dot.active {
  background: #fff;
}
.slideWithTxt .slideTxt {
  font-size: 18px;
  color: #333333;
  width: 40%;
  float: left;
  padding: 10% 50px 0;
}
.slideWithTxt .slideTxt h3 {
  font-size: 32px;
  padding-bottom: 30px;
  font-weight: 500;
}
.slideWithTxt .slideTxt h3 span {
  font-weight: 300;
}
.slideWithTxt .slideTxt ul {
  font-size: 16px;
  padding-top: 5px;
}
.slideWithTxt .slideTxt ul li {
  list-style: circle;
  margin-left: 20px;
  line-height: 1.5;
}
.slideWithTxt:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

section#salesOffices {
  padding: 100px 0 0;
}
section#salesOffices .txtArea {
  padding-bottom: 0;
}
section#salesOffices .salesOfficesList {
  width: 100%;
  position: relative;
  padding: 0 20px;
}
section#salesOffices .salesOfficesList .oItem {
  width: 20%;
  float: left;
  padding: 20px;
}
section#salesOffices .salesOfficesList .oItem div {
  background: #fff;
  border: 2px solid #cdcccc;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
section#salesOffices .salesOfficesList .oItem h3 {
  font-size: 24px;
  font-weight: normal;
  color: #b58749;
  line-height: 1.2;
}
section#salesOffices .salesOfficesList .oItem h3 span {
  display: block;
  color: #000;
  padding: 0;
  min-height: auto;
}
section#salesOffices .salesOfficesList .oItem span {
  display: block;
  max-width: 260px;
  padding: 15px 0;
  margin: auto;
  min-height: 130px;
}
section#salesOffices .salesOfficesList .oItem a.route {
  display: block;
  margin: auto;
  line-height: 35px;
  background: #666666;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  color: #fff;
  max-width: 155px;
  color: #fff;
}
section#salesOffices .salesOfficesList .oItem a.route:hover {
  background: #b58749;
}
section#salesOffices .salesOfficesList:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

footer {
  width: 100%;
  padding: 50px 0;
  background: #666;
  margin-top: 5%;
  position: relative;
  z-index: 999;
}
footer .content {
  max-width: 1024px;
  margin: auto;
}
footer .left {
  width: 13%;
  float: left;
  border-right: 1px solid #fff;
  padding: 11px 15px 15px 0;
}
footer .left a {
  display: block;
}
footer .left img {
  display: block;
  max-width: 100%;
}
footer .left .callCenter {
  color: #fff;
  font-size: 15px;
  padding-top: 7px;
  letter-spacing: 1.5px;
}
footer .mid {
  width: 70%;
  float: left;
  padding-left: 30px;
}
footer .mid div {
  width: 33.333%;
  float: left;
}
footer .mid div a {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 1.7;
  font-weight: 300;
  opacity: 0.8;
}
footer .mid div a:hover {
  opacity: 1;
}
footer .right {
  width: 17%;
  float: left;
  font-size: 16px;
  color: #fff;
}
footer .right a {
  display: inline-block;
  color: #fff;
  margin: 0px 5px 0 0;
}

.pageImage {
  display: block;
  width: 100%;
  height: auto;
}

section.rental {
  padding-top: 100px;
}
section.rental .txtArea {
  padding: 2% 5%;
}
section.rental a.virtualTourLink {
  position: fixed;
  top: 15%;
  right: 0;
  width: 8%;
  z-index: 50;
}
section.rental a.virtualTourLink img {
  display: block;
  width: 100%;
}

.rightScroller {
  width: 100%;
  height: 100%;
}

#buyList .rType {
  display: none;
}

.rentalTypeList {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.rentalTypeList .rType {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border: 1px solid #b3b2b2;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #666;
  min-height: 362px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.rentalTypeList .rType .rTypeInner {
  width: 100%;
  position: relative;
}
.rentalTypeList .rType .rTypeTop {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.rentalTypeList .rType .imgArea {
  width: 60%;
  float: left;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  overflow: hidden;
  height: 300px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rentalTypeList .rType .imgArea img {
  display: block;
  width: 100%;
}
.rentalTypeList .rType .txtArea {
  position: absolute;
  width: 40%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 0 30px 0 60px;
  font-size: 12px;
  text-align: center;
}
.rentalTypeList .rType .txtArea h3 {
  font-size: 36px;
  font-weight: 500;
}
.rentalTypeList .rType .txtArea span {
  display: block;
  padding: 0px;
}
.rentalTypeList .rType .txtArea span.square {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 2px;
}
.rentalTypeList .rType .txtArea span.square sup {
  font-size: 16px;
  vertical-align: top;
}
.rentalTypeList .rType .txtArea span.hPrice {
  padding: 10px 0;
  font-size: 32px;
}
.rentalTypeList .rType .txtArea a {
  display: inline-block;
  font-size: 14px;
  background: #666;
  color: #fff;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.rentalTypeList .rType:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
.rentalTypeList .rType:hover {
  background: #bc7c70;
  border: 1px solid #bc7c70;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(188, 124, 112, 0.4);
  -moz-box-shadow: 0px 10px 30px 0px rgba(188, 124, 112, 0.4);
  box-shadow: 0px 10px 30px 0px rgba(188, 124, 112, 0.4);
}
.rentalTypeList .rType:hover a {
  background: #fff;
  color: #bc7c70;
}
.rentalTypeList .rType.opened:hover {
  background: none;
  color: #666;
}
.rentalTypeList .rType .rDetail {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
  z-index: 2;
  background: #e9e9e9;
}
.rentalTypeList .rType .rDetail a.rCloser {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  text-align: center;
  line-height: 60px;
}
.rentalTypeList .rType .rDetail a.rCloser:before {
  line-height: 32px;
  text-align: center;
  content: "\eee4";
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.rentalTypeList .rType .rDetailSliderWrapper {
  width: 100%;
}
.rentalTypeList .rType .rDetailSliderWrapper .owl-stage-outer {
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  overflow: hidden;
}
.rentalTypeList .rType .rDetailSliderWrapper .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  text-align: center;
  width: 100%;
}
.rentalTypeList .rType .rDetailSliderWrapper .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  margin: 0 10px;
  border: 1px solid #919191;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #e9e9e9;
}
.rentalTypeList .rType .rDetailSliderWrapper .owl-dots .owl-dot.active {
  background: #bb7c70;
  border: 1px solid #bb7c70;
}
.rentalTypeList .rType .rDetailTxt {
  width: 100%;
  margin-top: 50px;
}
.rentalTypeList .rType .rDetailTxt .left {
  width: 30%;
  float: left;
  position: relative;
  padding: 50px;
  color: #666;
  font-size: 20px;
}
.rentalTypeList .rType .rDetailTxt .left h3 {
  font-size: 24px;
  padding: 0px 0 25px;
}
.rentalTypeList .rType .rDetailTxt .left td {
  padding: 5px 0;
  font-size: 16px;
}
.rentalTypeList .rType .rDetailTxt .left td:last-child {
  font-weight: 300;
}
.rentalTypeList .rType .rDetailTxt .left table {
  width: 100%;
}
.rentalTypeList .rType .rDetailTxt .left .buyBtn {
  display: inline-block;
  font-size: 14px;
  background: #b58749;
  color: #fff;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.rentalTypeList .rType .rDetailTxt .left .addToChart {
  display: inline-block;
  font-size: 14px;
  background: #b58749;
  color: #fff;
  padding: 0;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.rentalTypeList .rType .rDetailTxt .left .hPrice {
  display: block;
  font-size: 35px;
  text-align: center;
}
.rentalTypeList .rType .rDetailTxt .left .hPriceCaption {
  padding-top: 20%;
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  color: #be7d71;
}
.rentalTypeList .rType .rDetailTxt .right {
  width: 70%;
  float: left;
  border-left: 1px solid #afafaf;
  padding-left: 50px;
}
.rentalTypeList .rType .rDetailTxt .right ul {
  width: 25%;
  float: left;
}
.rentalTypeList .rType .rDetailTxt .right ul li {
  font-size: 13px;
  display: block;
  padding: 0;
}
.rentalTypeList .rType .rDetailTxt .right ul li.elektronik {
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/icons/elektronik.png) no-repeat;
  padding-top: 9px;
}
.rentalTypeList .rType .rDetailTxt .right ul li.mobilya {
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/icons/mobilya.png) no-repeat;
  padding-top: 9px;
}
.rentalTypeList .rType .rDetailTxt .right ul li.banyo {
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/icons/banyo.png) no-repeat;
  padding-top: 9px;
}
.rentalTypeList .rType .rDetailTxt .right ul li.internet {
  font-weight: 900;
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(../images/icons/internet.png) no-repeat;
  padding-top: 9px;
}
.rentalTypeList .rType .rDetailTxt:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
.rentalTypeList .rType:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
.rentalTypeList .rType.newType {
  background-image: url(../images/newType.png);
  background-repeat: no-repeat !important;
  background-position: top right !important;
}
.rentalTypeList .rType.newType:hover {
  background-image: url(../images/newType-hover.png);
}
.rentalTypeList .rType.newType.opened {
  background-image: none;
}

.cart {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  padding-top: 110px;
  z-index: 6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  background: #eee;
  z-index: 98;
  overflow: hidden;
}
.cart.opened {
  width: 25%;
}
.cart .cartInner {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}
.cart .cartInner a.closeCart {
  display: block;
  width: 20px;
  height: 20px;
  background: #666;
  color: #fff;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  right: 40px;
  top: 50px;
}
.cart .cartInner a.closeCart:before {
  content: "\eee1";
  font-family: IcoFont;
  font-style: normal;
}
.cart .cartInner h2 {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  text-align: left;
  color: #be7d71;
  font-weight: 500;
}
.cart .cartInner .links {
  width: 100%;
  height: 10%;
}
.cart .cartInner .links a {
  font-size: 14px;
  background: #b58749;
  color: #fff;
  padding: 0;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 100%;
  text-align: center;
  display: block;
}
.cart #cartList {
  height: 80%;
}
.cart #cartList .cartItem {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px;
  border-bottom: 2px solid #be7d71;
}
.cart #cartList .cartItem span {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #666;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
.cart #cartList .cartItem span i {
  float: right;
  text-align: right;
  font-style: normal;
}
.cart #cartList .cartItem a.removeFromCart {
  display: block;
  background: #666;
  color: #fff;
  float: right;
  font-size: 12px;
  padding: 5px 15px;
}
.cart #cartList .cartItem a.removeFromCart:before {
  content: "\eee1";
  font-size: 12px;
  font-family: IcoFont;
  font-style: normal;
}
.cart #cartList .cartItem:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

section.search {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
section.search a.cartBtn {
  background: #be7d71;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  line-height: 35px;
  padding: 0 20px;
  color: #fff;
  position: absolute;
  z-index: 97;
  bottom: 10px;
  right: 20px;
  display: none;
}
section.search a.cartBtn:before {
  content: "\eed1";
  font-size: 20px;
  margin-right: 10px;
  font-family: IcoFont;
  font-style: normal;
}
section.search .content {
  width: 100%;
  height: 100%;
  position: relative;
}
section.search .left {
  width: 33.3333%;
  height: 100%;
  float: left;
  padding: 50px 50px 25px 50px;
}
section.search .left h2 {
  color: #be7d71;
  padding-bottom: 20px;
  font-size: 20px;
}
section.search .left h2 span {
  display: block;
  color: #666;
}
section.search .left h2 a {
  float: right;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 1.5%;
  background: #be7d71;
}
section.search .left h2 a:before {
  content: "\eab5";
  font-family: IcoFont !important;
  font-style: normal;
}
section.search .left h3 {
  color: #be7d71;
  padding-bottom: 20px;
}
section.search .left .content {
  width: 100%;
  height: 100%;
  position: relative;
}
section.search .left .seasonTxt {
  color: #666;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
section.search .left #summer.seasonTxt {
  display: none;
}
section.search .right {
  width: 66.6666%;
  height: 100%;
  float: left;
  padding: 50px;
  position: relative;
}
section.search .right .buyImg {
  display: block;
  width: 90%;
  height: 90%;
  border-radius: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  background: url(../images/img/buy.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 5%;
  left: 5%;
}
section.search .right .rentalTypeList {
  display: none;
}
section.search .right .saleSummary {
  display: block;
  width: 100%;
  height: 90%;
  position: relative;
}
section.search .right .saleSummary .priceTable {
  background-color: white;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
  padding: 20px 28px;
  margin-bottom: 16px;
}
section.search .right .saleSummary .priceTable:after {
  display: block;
  clear: both;
  content: "";
}
section.search .right .saleSummary .priceTable .left {
  width: 30%;
  float: left;
  padding: 0;
  font-weight: 800;
}
section.search .right .saleSummary .priceTable .left span {
  color: #bc7c70;
  font-size: 24px;
  margin-bottom: 13px;
  display: block;
}
section.search .right .saleSummary .priceTable .left p {
  color: #666666;
  font-size: 20px;
}
section.search .right .saleSummary .priceTable .right {
  width: 70%;
  float: right;
  padding: 0;
  font-weight: bold;
}
section.search .right .saleSummary .priceTable .right ul {
  display: flex;
}
section.search .right .saleSummary .priceTable .right ul li {
  border: 1px solid #707070;
  text-align: center;
  width: 25%;
  border-left: none;
}
section.search .right .saleSummary .priceTable .right ul li:first-child {
  border-left: 1px solid #707070;
}
section.search .right .saleSummary .priceTable .right ul li span {
  display: block;
}
section.search .right .saleSummary .priceTable .right ul li span:nth-child(1) {
  padding: 4px 0px;
  background-color: #e0e0e0;
  color: #bc7c70;
  border-bottom: 1px solid #707070;
  font-size: 16px;
}
section.search .right .saleSummary .priceTable .right ul li span:nth-child(2) {
  padding: 10px 0px;
  font-size: 18px;
  color: #666666;
}
section.search .right .saleSummary .rev {
  text-align: right;
}
section.search .right .saleSummary .rev p {
  color: black;
  font-size: 12px;
}
section.search .right .saleSummary .note {
  font-size: 12px;
}
section.search .right .saleSummary .note span {
  margin-bottom: 7px;
  display: block;
}
section.search .right .saleSummary .note ul li {
  margin-bottom: 8px;
  line-height: 14px;
}
section.search #step1 .formRow .formLabel {
  width: 100%;
}
section.search #step1 .formRow .formInput {
  width: 100%;
}
section.search #step2 {
  text-align: center;
}
section.search #step2 .formRow {
  width: 80%;
  margin: 30px auto 0;
}
section.search #step2 .reSend {
  color: #666;
  padding-top: 15px;
}
section.search #step2 .reSend .timer span {
  display: inline-block;
  background: #fff;
  border: 1px solid #999;
  width: 27px;
  text-align: center;
}
section.search #step2 .reSend a {
  color: #666;
  text-decoration: underline;
  display: none;
}
section.search .code {
  width: 80%;
  margin: auto;
}
section.search .code div {
  width: 23%;
  margin: 1%;
  background: #fff;
  border: 2px solid #be7d71;
  height: 80px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 10px 20px;
}
section.search .code div input {
  width: 100%;
  text-align: center;
  border: none;
  border-bottom: 2px solid #be7d71;
  height: 100%;
  background: none;
  color: #666;
  font-size: 52px;
}
section.search .code:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}

.stepWrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.steps {
  width: 300%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
}
.steps .step {
  width: 33.33333%;
  float: left;
  height: 100%;
}
.steps .step:after {
  display: block;
  widows: 100%;
  height: auto;
  clear: both;
  content: "";
}

.stepNav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
}
.stepNav:before {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  background: #c7c7c7;
}
.stepNav:after {
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  background: #bd7d71;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.stepNav div {
  width: 20%;
  float: left;
  position: relative;
  z-index: 1;
}
.stepNav div:before {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #dddddd;
  content: "\eed8";
  text-align: center;
  line-height: 50px;
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
  font-size: 28px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.stepNav div:first-child span {
  float: left;
}
.stepNav div:first-child:before {
  float: left;
}
.stepNav div:last-child span {
  float: right;
}
.stepNav div:last-child:before {
  float: right;
}
.stepNav div:nth-child(2) span {
  margin-left: 16%;
}
.stepNav div:nth-child(2):before {
  margin-left: 16%;
}
.stepNav div:nth-child(4) span {
  margin-left: 38%;
}
.stepNav div:nth-child(4):before {
  margin-left: 38%;
}
.stepNav div span {
  display: block;
  text-align: center;
  color: #767676;
  font-size: 12px;
  width: 100%;
  clear: both;
  max-width: 50px;
  margin: auto;
  padding-top: 5px;
}
.stepNav div.active:before {
  background: #be7d71;
  color: #fff;
}
.stepNav div.passed:before {
  background: #fff;
  color: #bc7c70;
}

.radiovalidate {
  position: absolute;
  top: 6px;
}

.formTxt {
  color: #666;
  padding-bottom: 30px;
}
.formTxt .buyBtn,
.formTxt .skipBtn {
  display: inline-block;
  font-size: 14px;
  background: #b58749;
  color: #fff;
  padding: 0 50px;
  line-height: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: 10px;
  text-align: center;
}

.formRow {
  width: 100%;
  margin-bottom: 10px;
}
.formRow .formLabel {
  width: 30%;
  display: block;
  float: left;
  line-height: 30px;
  color: #be7d71;
}
.formRow .formInput {
  height: auto;
  float: left;
  width: 70%;
  position: relative;
}
.formRow .formInput input,
.formRow .formInput select,
.formRow .formInput textarea {
  width: 100%;
  height: 30px;
  background: #fff;
  border: 1px solid #ecd7d4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0 20px;
  color: #666;
}
.formRow .formInput input.inputError,
.formRow .formInput select.inputError,
.formRow .formInput textarea.inputError {
  border: 1px solid #f00;
}
.formRow .formInput.h100 {
  height: 100px;
}
.formRow .formInput span.minus {
  display: block;
  position: absolute;
  height: 100%;
  width: 40px;
  right: 39px;
  top: 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #bc7c70;
  border: 1px solid #bc7c70;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formRow .formInput span.minus:before {
  display: block;
  width: 100%;
  content: "\ef9a";
  font-family: IcoFont !important;
  font-style: normal;
  text-align: center;
  line-height: 30px;
}
.formRow .formInput span.minus:hover {
  background: #bc7c70;
  color: #fff;
}
.formRow .formInput span.plus {
  display: block;
  position: absolute;
  height: 100%;
  width: 40px;
  right: 0;
  top: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #bc7c70;
  border: 1px solid #bc7c70;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.formRow .formInput span.plus:before {
  display: block;
  width: 100%;
  content: "\efc2";
  font-family: IcoFont !important;
  font-style: normal;
  text-align: center;
  line-height: 30px;
}
.formRow .formInput span.plus:hover {
  background: #bc7c70;
  color: #fff;
}
.formRow .formInput input#formInput {
  padding-left: 90px !important;
}
.formRow:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
.formRow .formBtn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #be7d71;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
}
.formRow a.formBtn {
  width: 40%;
  float: right;
  background: #666;
}
.formRow a#seasonBack {
  float: left;
}
.formRow a#buy {
  display: none;
}
.formRow.w50 {
  width: 50%;
  float: left;
}
.formRow.continueRow,
.formRow.buyRow {
  display: none;
}

.radioWrapper {
  float: left;
  position: relative;
  margin-right: 15px;
}
.radioWrapper input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.radioWrapper input[type="radio"] + label.css-label {
  padding-left: 25px;
  height: 15px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
}
.radioWrapper input[type="radio"]:checked + label.css-label:before {
  content: "\eed8";
  font-family: IcoFont !important;
  font-style: normal;
  text-align: center;
  color: #cba59c;
  line-height: 1.3;
}
.radioWrapper .css-label:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 2px solid #cba59c;
  content: "";
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.radioWrapper .css-label a {
  color: #000;
  text-decoration: underline;
}

.checkWrapper {
  position: relative;
  padding-bottom: 15px;
}
.checkWrapper input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.checkWrapper input[type="checkbox"] + label.css-label {
  padding-left: 25px;
  height: 15px;
  display: inline-block;
  line-height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  cursor: pointer;
}
.checkWrapper input[type="checkbox"]:checked + label.css-label:before {
  background: #cba59c;
  content: "\eed8";
  font-family: IcoFont !important;
  font-style: normal;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.checkWrapper .css-label:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  border: 2px solid #cba59c;
  content: "";
}
.checkWrapper .css-label a {
  color: #000;
  text-decoration: underline;
}

section.buy {
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
section.buy .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.buy .left {
  width: 66.66666%;
  height: 100%;
  float: left;
  padding: 50px;
}
section.buy .left h2 {
  color: #fff;
  background: #be7d71;
  line-height: 60px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
section.buy .left h2 a {
  float: right;
  color: #666;
  background: #eaeaea;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 1.5%;
}
section.buy .left h2 a:before {
  content: "\eab5";
  font-family: IcoFont !important;
  font-style: normal;
}
section.buy .left .formCol {
  width: 50%;
  float: left;
}
section.buy .left .formCol:first-child {
  padding-right: 50px;
}
section.buy .left .formCol:last-child {
  padding-left: 50px;
  border-left: 1px solid #be7d71;
}
section.buy .left .formRow .formBtn {
  width: 70%;
  float: right;
}
section.buy .left .priceSelect {
  font-size: 22px;
  color: #666;
}
section.buy .left .priceSelect .pCap {
  float: left;
  padding-top: 15px;
}
section.buy .left .priceSelect .pOption {
  float: left;
  width: 250px;
  border: 1px solid #595e6a;
  background: #eaeaea;
  border-radius: 85px;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  padding: 10px 0 15px 65px;
  margin: 0 0 0 20px;
  color: #666;
  cursor: pointer;
  position: relative;
}
section.buy .left .priceSelect .pOption:before {
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #666;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}
section.buy .left .priceSelect .pOption span {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
section.buy .left .priceSelect .pOption span small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
section.buy .left .priceSelect .pOption:hover {
  /*&:before{background: #BC7C70; border:2px solid #BC7C70;}*/
}
section.buy .left .priceSelect .pOption.selected {
  /*background: #BC7C70; color: #fff; border:1px solid #BC7C70;*/
}
section.buy .left .priceSelect .pOption.selected:before {
  /*background: #fff; border:2px solid #fff;*/
  content: "\eed8";
  font-family: IcoFont !important;
  font-style: normal;
  color: #bc7c70;
}
section.buy .left .tabWrapper {
  width: 100%;
  margin-top: 50px;
}
section.buy .left .tabWrapper .tabHead {
  width: 100%;
}
section.buy .left .tabWrapper .tabHead a {
  display: block;
  width: 35.3333%;
  margin-left: -3.02%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #666666;
  padding: 15px 0;
  border: 1px solid #c7c7c7;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  position: relative;
  background: #e0e0e0;
}
section.buy .left .tabWrapper .tabHead a:hover,
section.buy .left .tabWrapper .tabHead a.selected {
  background: #eaeaea;
  border: 1px solid #bc7c70;
  color: #bc7c70;
  border-bottom: none;
}
section.buy .left .tabWrapper .tabHead a:hover:after,
section.buy .left .tabWrapper .tabHead a.selected:after {
  display: block;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
section.buy .left .tabWrapper .tabHead a.selected {
  z-index: 9 !important;
}
section.buy .left .tabWrapper .tabHead a:nth-child(1) {
  margin-left: 0;
  z-index: 3;
}
section.buy .left .tabWrapper .tabHead a:nth-child(2) {
  z-index: 2;
}
section.buy .left .tabWrapper .tabHead a:nth-child(3) {
  z-index: 1;
}
section.buy .left .tabWrapper .tabHead:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
section.buy .left .tabWrapper .tabContent {
  border: 1px solid #bc7c70;
  padding: 50px 50px 30px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #666;
  font-size: 10px;
  background: #eaeaea;
}
section.buy .left .tabWrapper .tabContent:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
section.buy .left .tabWrapper .tabContent .tabItem {
  display: none;
}
section.buy .left .krediTxt {
  width: 100%;
}
section.buy .left .krediTxt span {
  display: block;
  color: #bc7c70;
  text-align: center;
  font-size: 16px;
}
section.buy .left .krediTxt input {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #ecd7d4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 0 20px;
  color: #666;
  height: 35px;
  display: block;
}
section.buy .left .finishBtn {
  display: block;
  width: auto;
  padding: 0 30px;
  float: right;
  height: 40px;
  background: #be7d71;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border: none;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 40px;
  margin-top: 12px;
}
section.buy .left #cBtn.finishBtn {
  width: 100%;
  font-size: 14px;
}
section.buy .left .havaleLeft {
  width: 70%;
  float: left;
  border-right: 1px solid #707070;
  padding-right: 50px;
}
section.buy .left .havaleLeft u {
  text-decoration: underline;
}
section.buy .left .havaleRight {
  width: 30%;
  float: left;
  padding-left: 50px;
  font-size: 13px;
}
section.buy .left .havaleRight strong {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}
section.buy .left .havaleRight strong:last-child {
  border-bottom: none;
}
section.buy .right {
  width: 33.3333%;
  float: left;
  padding: 50px;
}
section.buy .right .content {
  width: 100%;
  /*border: 1px solid #bfbfbf; ;@include rounded(50px); padding: 35px;*/
}
section.buy .right table {
  font-size: 13px;
  color: #666;
  width: 100%;
  border: none;
  border-spacing: 0;
}
section.buy .right table td {
  padding: 1px 10px;
  font-weight: 600;
}
section.buy .right table td:first-child {
  font-weight: normal;
}
section.buy .right table td.caption {
  background: #be7d71;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
section.buy .right table tr:nth-child(odd) {
  background: #f2f2f2;
}
section.buy .right table tr.seperator {
  background: none;
}
section.buy .right table tr.seperator td {
  padding: 10px 0;
}
section.buy .right table tr.seperator td:before {
  width: 100%;
  height: 1px;
  background: #be7d71;
  content: "";
  display: block;
}
section.buy .right table tr.vPriceRow {
  display: none;
}
section.buy .right .tabWrapper {
  width: 100%;
}
section.buy .right .tabWrapper .tabHead {
  width: 100%;
}
section.buy .right .tabWrapper .tabHead a {
  display: block;
  width: 50%;
  margin-left: -3.02%;
  float: left;
  text-align: center;
  font-size: 18px;
  color: #666;
  padding: 15px 0;
  border: 1px solid #eaeaea;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  position: relative;
  background: none;
}
section.buy .right .tabWrapper .tabHead a:hover,
section.buy .right .tabWrapper .tabHead a.selected {
  background: #be7d71;
  border: 1px solid #be7d71;
  color: #fff;
  border-bottom: none;
}
section.buy .right .tabWrapper .tabHead a:hover:after,
section.buy .right .tabWrapper .tabHead a.selected:after {
  display: block;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
}
section.buy .right .tabWrapper .tabHead a.selected {
  z-index: 9 !important;
}
section.buy .right .tabWrapper .tabHead a:nth-child(1) {
  margin-left: 0;
  z-index: 3;
}
section.buy .right .tabWrapper .tabHead a:nth-child(2) {
  z-index: 2;
}
section.buy .right .tabWrapper .tabHead a:nth-child(3) {
  z-index: 1;
}
section.buy .right .tabWrapper .tabHead:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
section.buy .right .tabWrapper .tabContent {
  border: 1px solid #bc7c70;
  padding: 25px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #666;
  font-size: 10px;
  background: #eaeaea;
}
section.buy .right .tabWrapper .tabContent:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
section.buy .right .tabWrapper .tabContent .tabItem {
  display: none;
}
section.buy .right .tabWrapper .tabContent.total {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 15px;
  background: #bc7c70;
}
section.buy .right .tabWrapper .tabContent.total tr:nth-child(odd) {
  background: none;
}
section.buy .right .tabWrapper .tabContent.total td {
  color: #fff;
}

.result {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  background: #eaeaea;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.resultInner {
  width: 100%;
  height: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #b3b2b2;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-align: center;
  padding: 50px;
}

.resultInner h3 {
  color: #b58749;
  display: block;
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 30px;
}

.resultInner p {
  font-size: 16px;
  display: block;
  max-width: 1000px;
  margin: auto;
}

.resultInner p span {
  font-weight: bold;
  color: #b58749;
}

section.txtPage {
  padding-top: 110px;
  min-height: 100%;
  max-width: 1000px;
  margin: auto;
}
section.txtPage ul {
  font-size: 16px;
  padding-top: 15px;
}
section.txtPage ul li {
  line-height: 1.5;
  padding-bottom: 7px;
  list-style: circle;
  margin-left: 15px;
}
section.txtPage .txtArea {
  text-align: left;
}
section.txtPage .txtArea h2 {
  text-align: left;
}
section.txtPage .txtArea p {
  text-align: justify;
}
section.txtPage .txtArea.sss p {
  padding-bottom: 25px;
}
section.txtPage .txtArea.investor h3 {
  font-size: 32px;
  color: #3e221b;
  font-weight: 500;
  border-bottom: 1px solid #d1bdba;
}
section.txtPage .txtArea.investor h3 span {
  font-weight: normal;
}
section.txtPage .txtArea.investor .docList {
  width: 100%;
  margin-bottom: 50px;
}
section.txtPage .txtArea.investor .docList a {
  display: block;
  background: url(../images/icons/pdf.svg) no-repeat 10px center;
  background-size: 25px auto;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  color: #3e221b;
  padding: 20px 10px 20px 50px;
  position: relative;
}
section.txtPage .txtArea.investor .docList a:hover {
  color: #b58749;
}
section.txtPage .txtArea.investor .docList a:before {
  content: "\eab8";
  position: absolute;
  right: 0;
  font-family: IcoFont !important;
  font-style: normal;
}
section.txtPage .txtArea.investor .docList a.toggle {
  background: url(../images/icons/file-alt.svg) no-repeat 10px center;
  background-size: 25px auto;
}
section.txtPage .txtArea.investor .docList a.toggle:before {
  content: "\eab2";
}
section.txtPage .txtArea.investor .docList .toggleContent {
  display: none;
  padding: 15px 15px 50px 50px;
}
section.txtPage .txtArea.investor .docList .toggleContent a {
  background-size: 15px auto;
  border: none;
  padding: 10px 0 10px 30px;
}
section.txtPage h3 {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #b58749;
  font-size: 22px;
  padding-bottom: 5px;
}
section.txtPage .yonetimKuruluRow {
  width: 100%;
  margin-top: 10px;
}
section.txtPage .yonetimKuruluRow:after {
  display: block;
  width: 100%;
  height: 0;
  content: "";
  clear: both;
}
section.txtPage .yonetimKuruluGorsel {
  float: left;
  padding: 20px;
  position: relative;
  margin-right: 15px;
  transition: all ease-in-out 0.3s;
}
section.txtPage .foto {
  width: 210px;
  height: 210px;
  display: block;
  float: left;
  background-size: cover;
  background-position: center;
}
section.txtPage .yonetimKuruluBilgi {
  width: calc(100% - 265px);
  float: left;
  box-sizing: border-box;
  padding: 25px 30px 27px 20px;
  transition: all ease-in-out 0.3s;
}
section.txtPage .yonetimKuruluBilgi h2 {
  margin-bottom: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  transition: all ease-in-out 0.3s;
  color: #36363c;
}
section.txtPage span.yonetimKuruluGorev {
  font-size: 26px;
  color: #36363c;
  font-family: "Roboto", sans-serif;
  transition: all ease-in-out 0.3s;
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
section.txtPage .kurulContainer {
  width: 1345px;
}
section.txtPage .yonetimKuruluRow:hover .yonetimKuruluGorsel,
section.txtPage .yonetimKuruluRow:hover .yonetimKuruluBilgi {
  background: #36363c;
  color: #fff;
}
section.txtPage .yonetimKuruluRow:hover h2,
section.txtPage .yonetimKuruluRow:hover p,
section.txtPage .yonetimKuruluRow:hover span {
  color: #fff;
}
section.txtPage .ogrenenListeTablo {
  width: 100%;
  margin: auto;
}
section.txtPage .ogrenenListeTablo table {
  width: 100%;
}
section.txtPage .ogrenenListeTablo table tr:last-child {
  border-bottom: none;
}
section.txtPage .ogrenenListeTablo table tr td {
  line-height: 40px;
  padding-left: 20px;
  color: #555;
  border-bottom: 1px solid #dadada;
}
section.txtPage .ogrenenListeTablo table tr td:nth-child(3) {
  width: 45%;
}

.promotional-video {
  position: absolute;
  z-index: 9;
  bottom: 2%;
  background: #b58749 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 25px #c148292e;
  border-radius: 0 15px 15px 0;
  width: 100%;
  max-width: 320px;
  padding: 6px 0;
}
.promotional-video svg {
  float: left;
  fill: #ffffff;
  margin-left: 25px;
  width: 13%;
}
.promotional-video span {
  color: #ffffff;
  margin-left: 15px;
  float: left;
  margin-top: 1%;
  font-size: 22px;
}

section.gallery {
  width: 100%;
  height: 100%;
  background-image: url(../images/gallery/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.gallery a.galleryBtn {
  float: left;
  position: absolute;
  font-size: 26px;
  color: #b58749;
  padding: 10px 80px 10px 20px;
  top: 200px;
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.3);
}
section.gallery a.galleryBtn strong {
  color: #000;
}
section.gallery a.galleryBtn.outside {
  -webkit-border-top-right-radius: 80px;
  -webkit-border-bottom-right-radius: 80px;
  -moz-border-radius-topright: 80px;
  -moz-border-radius-bottomright: 80px;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  background: #fff url(../images/gallery/mouseIcon.jpg) no-repeat 95% center;
}
section.gallery a.galleryBtn.inside {
  left: auto;
  right: 0;
  -webkit-border-top-left-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-topleft: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  background: #fff url(../images/gallery/mouseIcon2.jpg) no-repeat 15px center;
  padding: 10px 20px 10px 80px;
}

@media screen and (min-height: 800px) and (max-height: 880px) {
  section .search .left {
    padding: 50px 50px 10px 50px;
  }
}

@media screen and (max-width: 1680px) {
  section#salesOffices .salesOfficesList .oItem h3 {
    font-size: 20px;
  }

  section#salesOffices .salesOfficesList .oItem h3 span {
    font-size: 20px;
  }

  section#salesOffices .salesOfficesList .oItem span {
    font-size: 12px;
  }

  section#salesOffices .salesOfficesList:after {
    display: block;
    width: 100%;
    height: 0;
    content: "";
    clear: both;
  }

  section.buy .left .krediTxt span {
    font-size: 14px;
  }

  section.buy .left #cBtn.finishBtn {
    font-size: 12px;
    padding: 0 15px;
  }

  section.buy .right .tabWrapper .tabContent {
    padding: 20px;
  }

  section.buy .right .tabWrapper .tabHead a {
    font-size: 14px;
  }

  .seasonTxt {
    font-size: 12px;
  }

  header a.logo svg {
  //  height: 60px;
  }

  .rentalTypeList .rType .txtArea h3 {
    font-size: 32px;
  }

  .checkWrapper {
    padding-bottom: 5px;
  }

  header .content {
    padding: 5px 25px;
  }

  header.home .content {
    padding: 20px 25px;
  }

  header nav ul li {
    padding: 0 20px;
  }

  section.search .code div input {
    font-size: 36px;
  }

  .rentalTypeList .rType .txtArea span {
    padding: 10px;
  }

  .rentalTypeList .rType .txtArea span.square {
    font-size: 38px;
  }

  .txtArea p {
    font-size: 16px;
  }

  header.home nav {
    padding-top: 20px;
  }

  header.home nav ul li a {
    font-size: 15px;
  }

  header nav {
    padding-top: 8px;
  }

  header nav ul li a {
    font-size: 15px;
  }

  header .menu ul li a {
    font-size: 30px;
    margin-top: 1%;
  }

  header .menu ul li div a {
    font-size: 15px;
    padding-top: 10px;
  }

  .callFormArea {
    max-width: 820px;
  }

  section.search {
    padding-top: 65px;
    min-height: 700px;
  }

  section.search .left {
    padding: 25px;
  }

  section.search .left h2 {
    padding-bottom: 5px;
  }

  section.search .right .saleSummary .priceTable {
    padding: 10px 15px;
  }

  section.search .right .saleSummary .priceTable .left span {
    lor: #bc7c70;
    font-size: 18px;
    margin-bottom: 7px;
  }

  section.search .right .saleSummary .priceTable .left p {
    font-size: 16px;
  }

  section.search .right .saleSummary .priceTable .right ul li:first-child {
    border-left: 1px solid #707070;
  }

  section.search
    .right
    .saleSummary
    .priceTable
    .right
    ul
    li
    span:nth-child(1) {
    font-size: 12px;
  }

  section.search
    .right
    .saleSummary
    .priceTable
    .right
    ul
    li
    span:nth-child(2) {
    padding: 5px 0px;
    font-size: 14px;
  }

  section.search .right .saleSummary .rev {
    text-align: right;
  }

  section.search .right .saleSummary .rev p {
    color: black;
    font-size: 12px;
  }

  section.search .right .saleSummary .note {
    font-size: 11px;
  }

  section.search .right .saleSummary .note span {
    margin-bottom: 7px;
    display: block;
  }

  section.search .right .saleSummary .note ul li {
    margin-bottom: 8px;
    line-height: 14px;
  }

  .formRow {
    margin-bottom: 8px;
  }

  .formTxt {
    padding-bottom: 10px;
    font-size: 12px;
  }

  .formRow .formLabel {
    line-height: normal;
    font-size: 12px;
  }

  .checkWrapper input[type="checkbox"] + label.css-label {
    font-size: 9px;
  }

  .stepNav:before {
    top: 18px;
  }

  .stepNav:after {
    top: 18px;
  }

  .stepNav div span {
    font-size: 10px;
  }

  .stepNav div:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 20px;
  }

  .stepNav div:nth-child(2):before {
    margin-left: 23%;
  }

  .stepNav div:nth-child(4):before {
    margin-left: 48%;
  }

  .rentalTypeList .rType .rDetailTxt .left {
    padding: 10px;
  }

  section.search .right {
    padding: 20px;
  }

  .rentalTypeList .rType .rDetailTxt .right {
    padding: 20px 0 20px 20px;
  }

  .rentalTypeList .rType .rDetailTxt .right ul li {
    font-size: 10px;
  }

  section.buy {
    padding-top: 65px;
  }

  section.buy .left {
    padding: 25px;
  }

  section.buy .left h2 {
    line-height: 45px;
  }

  section.buy .left .priceSelect {
    font-size: 16px;
  }

  section.buy .left .priceSelect .pOption {
    padding: 5px 0 5px 55px;
    width: 200px;
  }

  section.buy .left .priceSelect .pOption span {
    font-size: 24px;
    line-height: 1.2;
  }

  section.buy .left .priceSelect .pOption span small {
    font-size: 10px;
  }

  section.buy .left .priceSelect .pCap {
    padding-top: 5px;
  }

  section.buy .left .tabWrapper {
    margin-top: 20px;
  }

  section.buy .left .tabWrapper .tabHead a {
    font-size: 16px;
  }

  section.buy .left .tabWrapper .tabContent {
    padding: 15px;
  }

  section.buy .left .havaleLeft {
    font-size: 9px;
    padding-right: 25px;
  }

  section.buy .left .havaleRight {
    padding-left: 25px;
    font-size: 11px;
  }

  section.buy .right {
    padding: 25px;
  }

  .callFormArea .txt {
    font-size: 11px;
  }

  .callFormArea .head {
    width: 100%;
    margin-top: -35px;
  }

  .callFormArea .head a {
    font-size: 13px;
    padding: 5px 5px 5px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .callFormArea .head a img {
    width: 30px;
    left: 5px;
  }

  .callFormArea .form-text,
  .callFormArea input#Telefon {
    height: 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1400px) {
  section#salesOffices .salesOfficesList .oItem div {
    padding: 20px 15px;
  }

  section#salesOffices .salesOfficesList .oItem h3 {
    font-size: 18px;
  }

  section#salesOffices .salesOfficesList .oItem h3 span {
    font-size: 18px;
    min-height: auto;
  }

  section#salesOffices .salesOfficesList .oItem span {
    font-size: 12px;
    min-height: 100px;
  }

  section#salesOffices .salesOfficesList:after {
    display: block;
    width: 100%;
    height: 0;
    content: "";
    clear: both;
  }
}

@media screen and (max-width: 1050px) {
  header a.logo svg {
    height: auto;
  }

  header.home nav ul li,
  header nav ul li {
    display: none;
  }

  header.home nav ul li.buyBtn {
    display: block;
  }

  header.home nav ul li:last-child {
    display: block;
  }

  header nav ul li.buyBtn {
    display: block;
  }

  header nav ul li:last-child {
    display: block;
  }

  header .content,
  header.home .content {
    /* padding: 15px 80px; */
    justify-content: space-between;
  }
  header > div > a > img {
    height: 68px !important;
  }

  a.callForm {
    position: fixed;
    transform: rotate(0deg);
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
    text-align: center;
    border-radius: 0;
    z-index: 99;
  }

  header .menu ul li {
    height: auto;
  }

  .teasers a span.more {
    width: 130px;
  }

  header .menu ul li div a {
    padding: 15px 10px 0;
  }

  .promotional-video span {
    font-size: 18px;
    margin-top: 2%;
  }

  a.callForm {
    position: absolute;
    z-index: 9;
    bottom: 9%;
    background: #b58749 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 25px #c148292e;
    border-radius: 15px 0 0 15px;
    width: 100%;
    max-width: 320px;
    padding: 13px 0;
    transform: rotate(0deg);
    font-weight: normal;
    right: 0;
    left: auto;
  }

  a.callForm svg {
    display: block;
    float: right;
    fill: #ffffff;
    margin-right: 25px;
  }

  a.callForm span {
    font-size: 18px;
    margin-top: 0;
    float: right;
    margin-right: 15px;
  }

  .callFormArea {
    left: 50%;
  }
}

@media screen and (max-width: 780px) {
  section.gallery {
    height: 100vh;
    background-image: url(../images/gallery/bgMobile.jpg);
  }

  section.gallery a.galleryBtn {
    top: 100px;
    font-size: 18px;
  }

  section.gallery a.galleryBtn.outside {
    background: #fff url(../images/gallery/mouseIconMobile.jpg) no-repeat 95%
      center;
  }

  section.gallery a.galleryBtn.inside {
    top: 55%;
    background: #fff url(../images/gallery/mouseIconMobile2.jpg) no-repeat 15px
      center;
  }

  section#salesOffices .salesOfficesList {
    padding: 0 10px;
  }

  section#salesOffices .salesOfficesList .oItem {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  section#salesOffices .salesOfficesList .oItem h3 {
    font-size: 14px;
  }

  section#salesOffices .salesOfficesList .oItem h3 span {
    font-size: 12px;
    min-height: auto;
  }

  section#salesOffices .salesOfficesList .oItem span {
    font-size: 11px;
    min-height: 125px;
  }

  section#salesOffices .salesOfficesList .oItem:last-child {
    margin: auto;
    float: none;
    clear: both;
  }

  section#salesOffices .salesOfficesList:after {
    display: block;
    width: 100%;
    height: 0;
    content: "";
    clear: both;
  }

  .resultInner h3 {
    font-size: 22px;
  }

  .intl-tel-input input#Telefon {
    padding-left: 90px !important;
  }

  .slideWithTxt .slideTxt {
    width: 100%;
  }

  .slideWithTxt .slideImg {
    width: 90%;
    margin: 5%;
  }

  header.home nav,
  header nav {
    padding-top: 0;
  }

  .rentalTypeList .rType {
    width: 90%;
    margin: 0 auto 50px;
    padding: 15px;
    min-height: 390px;
  }

  .rentalTypeList .rType .imgArea {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    float: none;
  }

  .rentalTypeList .rType .txtArea {
    position: relative;
    width: 100%;
    transform: translateY(0);
    padding: 0;
    top: 0;
  }

  .rentalTypeList .rType .txtArea h3 {
    font-size: 24px;
  }

  .rentalTypeList .rType .txtArea span {
    padding: 0 0;
  }

  .rentalTypeList .rType .txtArea span.square {
    letter-spacing: 0;
    font-size: 24px;
  }

  .rentalTypeList .rType .txtArea span.hPrice {
    padding: 0;
  }

  .rentalTypeList .rType .rDetailTxt .left {
    width: 100%;
    float: none;
  }

  .rentalTypeList .rType .rDetailTxt .left h3 {
    padding: 0 0 15px 0;
  }

  .rentalTypeList .rType .rDetailTxt .right {
    width: 100%;
    float: none;
    border-left: none;
    border-top: 1px solid #afafaf;
    padding-left: 10px;
  }

  .rentalTypeList .rType .rDetailTxt .right ul {
    width: 50%;
    margin-top: 15px;
  }

  section.search .right {
    width: 100%;
    float: none;
    padding: 0;
  }

  section.search .right .buyImg {
    position: relative;
  }

  footer {
    margin-top: 12%;
  }

  section.search {
    height: auto;
    min-height: none;
  }

  section.search .left {
    width: 100%;
    height: auto;
    float: none;
  }

  section.search .left .content {
    height: auto;
  }

  .steps {
    height: auto;
  }

  .steps .step {
    height: auto;
  }

  .buy .steps {
    position: relative;
  }

  .stepNav {
    position: relative;
    bottom: auto;
    margin: 25px 0;
  }

  section.search .code div input {
    font-size: 25px;
  }

  .radioWrapper input[type="radio"] + label.css-label {
    font-size: 12px;
  }

  section.buy {
    height: auto;
  }

  section.buy .left {
    width: 100%;
    float: none;
  }

  section.buy .right {
    width: 100%;
    float: none;
  }

  section.buy .left .formCol {
    width: 100%;
    float: none;
    padding: 0;
  }

  section.buy .left .formCol:first-child {
    padding: 0;
  }

  section.buy .left .formCol:last-child {
    border: none;
    padding: 0;
  }

  section.buy .left .priceSelect .pCap {
    width: 100%;
    padding-bottom: 10px;
  }

  section.buy .left .priceSelect .pOption {
    padding: 8px 29px 10px 45px;
    margin: 0px;
    width: 49%;
  }

  section.buy .left .priceSelect .pOption:last-child {
    margin-left: 2%;
  }

  section.buy .left .priceSelect .pOption span {
    font-size: 16px;
  }

  section.buy .left .tabWrapper .tabHead a {
    font-size: 10px;
    width: 33.3333%;
    margin: 0 !important;
  }

  section.buy .left .tabWrapper .tabHead a strong {
    display: block;
  }

  section.buy .left .finishBtn {
    width: 100%;
  }

  section.buy .left .krediTxt {
    width: 100%;
  }

  section.buy .left .havaleLeft {
    width: 100%;
    float: none;
    border-right: none;
    border-bottom: 1px solid #707070;
    padding-right: 0;
    padding-bottom: 10px;
  }

  section.buy .left .havaleRight {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 10px;
  }

  .rentalTypeList .rType .rDetailTxt .right ul li.banyo,
  .rentalTypeList .rType .rDetailTxt .right ul li.internet {
    padding-top: 0;
  }

  .promotional-video {
    width: 58%;
    padding: 3px 0;
    bottom: 2%;
    position: absolute;
  }

  .promotional-video svg {
    width: 15%;
    margin-left: 15px;
  }

  .promotional-video span {
    margin-left: 15px;
    margin-top: 5%;
    font-size: 14px;
  }

  .promotional-video font {
    display: none;
  }

  a.callForm {
    width: 49%;
    padding: 11px 0;
    bottom: 0;
    position: fixed;
    display: block;
  }

  a.callForm svg {
    width: 10%;
    margin-left: 15px;
  }

  a.callForm span {
    margin-left: 15px;
    margin-top: 1%;
    font-size: 14px;
  }

  .callFormArea {
    position: absolute;
    bottom: 80px;
    right: -100%;
    left: auto;
    width: 95%;
    z-index: 101;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 3px solid #b58749;
  }

  .callFormArea ul li {
    display: block;
    margin-bottom: 10px;
    float: none;
    width: 100% !important;
  }

  .callFormArea .callFormClose {
    display: block;
  }

  .callFormArea .head {
    width: 100%;
    margin-top: -35px;
  }

  .callFormArea .head a {
    font-size: 11px;
    padding: 5px 5px 5px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .callFormArea .head a img {
    width: 30px;
    left: 5px;
  }

  section.video .links {
    width: 80%;
  }

  section.video .links a {
    font-size: 12px;
    padding: 5px 0;
  }

  .continueRow,
  .buyRow {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
    margin: 0;
    padding: 5px;
    z-index: 99;
  }
}

@media screen and (max-width: 480px) {
  section.txtPage .yonetimKuruluBilgi {
    width: 100%;
  }

  section.rental a.virtualTourLink {
    width: 20%;
  }

  .rentalTypeList .rType.newType {
    background-position: bottom left !important;
  }

  .mainSlider #mainSlider .owl-prev {
    width: 25px;
    height: 25px;
    top: 60%;
  }

  .mainSlider #mainSlider .owl-prev:before {
    line-height: 24px;
    font-size: 20px;
  }

  .mainSlider #mainSlider .owl-next {
    width: 25px;
    height: 25px;
    top: 60%;
  }

  .mainSlider #mainSlider .owl-next:before {
    line-height: 24px;
    font-size: 20px;
  }

  header nav ul li.buyBtn {
    margin-left: 5px;
  }

  header nav ul li.buyBtn a {
    padding: 0 15px;
  }

  .teaserSlider #rentalSlider .owl-prev,
  .teaserSlider #activitySlider .owl-prev {
    left: 0;
  }

  .teaserSlider #rentalSlider .owl-next,
  .teaserSlider #activitySlider .owl-next {
    right: 0;
  }

  form {
    height: auto;
  }

  section.video {
    height: 350px;
  }

  section.video video {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
  }

  section.video .videoWrapper img {
    top: 50%;
    width: 35%;
  }

  section.video .videoWrapper img.caption {
    top: 30%;
    right: auto;
    left: 15px;
    width: 75%;
  }

  section.buy .left h2 {
    font-size: 16px;
  }

  section.buy .left h2 a {
    font-size: 9px;
    margin-top: 4.5%;
  }

  .callFormArea {
    width: 95%;
    position: fixed;
    margin: 0 2.5%;
    right: -500px;
  }

  .txtArea h2 {
    font-size: 30px;
  }

  .txtArea p {
    font-size: 14px;
  }

  .slideWithTxt .slideTxt h3 {
    font-size: 26px;
  }

  .slideWithTxt .slideTxt {
    font-size: 16px;
  }

  .slideWithTxt .slideTxt ul {
    font-size: 14px;
  }

  header {
    padding-top: 0;
  }

  header.home nav,
  header nav {
    padding-top: 10px;
  }

  header .content,
  header.home .content {
    padding: 15px 15px;
    justify-content: space-between;
  }

  header a.logo {
    padding-top: 0;
  }
  header a.logo img {
  }
  header.home a.logo {
  }

  .teasers.spa a {
    width: 90%;
    margin: 2% 5%;
  }

  .teasers a span.more {
    width: 200px;
  }

  .teasers.wellness a {
    width: 90%;
    margin: 2% 5%;
  }

  .cInfo div {
    width: 90%;
    margin: 2% 5%;
  }

  div#rentalSlider {
    width: 90%;
    margin: 2% 5%;
  }

  header .menu ul li:first-child {
    margin-top: 50px;
  }

  .mainSlider .owl-dots .owl-dot,
  .slideWithTxt .slideImg .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }

  .mainSlider .owl-dots,
  .slideWithTxt .slideImg .owl-dots {
    bottom: 10px;
  }

  .checkWrapper input[type="checkbox"] + label.css-label {
    font-size: 8px;
  }

  footer .left {
    width: 100%;
    padding: 0 0 15px 0;
  }

  footer .left img {
    margin: 0 auto;
  }

  footer .left .callCenter {
    text-align: center;
  }

  footer .mid {
    width: 100%;
    float: none;
    padding: 15px 0;
    text-align: center;
  }

  footer .mid div {
    width: 100%;
    float: none;
  }

  footer .right {
    width: 100%;
    display: block;
    margin: 0 auto;
    float: none;
    padding: 0;
    text-align: center;
  }

  header .menu {
    padding: 30px;
    overflow: scroll;
  }

  header .menu ul {
    height: auto;
    padding-bottom: 70px;
  }

  header .menu ul li {
    margin-top: 0 !important;
  }

  header .menu ul li a {
    display: block;
    width: 100%;
  }

  header .menu ul li div {
    opacity: 1;
  }

  header .menu ul li div a {
    width: auto;
    padding: 0px 10px 10px 0;
  }

  .radioWrapper {
    margin-right: 12px;
  }

  .formRow .formInput input,
  .formRow .formInput select,
  .formRow .formInput textarea,
  .formRow input {
    -webkit-appearance: none;
    opacity: 1 !important;
  }
  .spa a{
    width:49% !important;
  }
}

@media screen and (max-width: 375px) {
  footer .right {
    width: 40%;
  }

  header .menu ul li a {
    font-size: 23px;
  }
}

.messagebox_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

.messagebox_overlay *:focus {
  outline: 0;
}

.messagebox {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #303030;
  background-color: #fcfcfc;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 4px #a0a0a0;
  max-height: 90%;
  max-width: 90%;
  min-width: 300px;
}

.messagebox_content {
  padding: 20px;
  padding-bottom: 0;
}

.messagebox_content:after {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px;
}

.messagebox_content_label {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-style: italic;
}

.messagebox_content_input {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  color: #303030;
  border: 1px solid #909090;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

.messagebox_content_input:hover {
  border-color: #707070;
}

.messagebox_content_input:focus {
  border-color: #707070;
  box-shadow: inset 0px 0px 3px #ffd540;
}

.messagebox_content_label .messagebox_content_input {
  margin-top: 4px;
}

.messagebox_content_input_selectplaceholder {
  color: #909090;
}

.messagebox_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #c8c8c8;
  padding: 10px 20px;
  text-align: center;
}

.messagebox_buttons button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  margin: 0px 4px;
  padding: 5px 10px;
  cursor: pointer;
  color: #404040;
  background-color: #e9e9e9;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.1) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}

.messagebox_buttons button:hover {
  color: #202020;
  background-color: #f0f0f0;
}

.messagebox_buttons button:active {
  background-color: #e6e6e6;
  border: 1px solid #a0a0a0;
  box-shadow: inset 0px 0px 6px #d0d0d0;
}

.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  section.search .right .saleSummary {
    height: auto;
  }
  section.search .right .saleSummary .priceTable .left {
    width: 100%;
    text-align: center;
    margin-bottom: 13px;
  }
  section.search .right .saleSummary .priceTable .left span {
    font-size: 20px;
    margin-bottom: 7px;
  }
  section.search .right .saleSummary .priceTable .left p {
    font-size: 16px;
  }
  section.search .right .saleSummary .priceTable .right {
    width: 100%;
    height: auto !important;
  }
  section.search .right .saleSummary .priceTable .right ul {
    display: block;
    background-color: #e0e0e0;
    padding: 0 22px;
  }
  section.search .right .saleSummary .priceTable .right ul li {
    width: 100%;
    border: none;
    border-bottom: 1px solid #707070 !important;
    clear: both;
    text-align: inherit;
    padding: 11px 0px 11px 7px;
  }
  section.search .right .saleSummary .priceTable .right ul li:first-child {
    border: none;
  }
  section.search .right .saleSummary .priceTable .right ul li:last-child {
    border-bottom: none !important;
  }
  section.search .right .saleSummary .priceTable .right ul li span {
    display: inline-block;
  }
  section.search
    .right
    .saleSummary
    .priceTable
    .right
    ul
    li
    span:nth-child(1) {
    font-size: 14px;
    background: none !important;
    border: none;
    width: 50%;
    padding: 0px;
  }
  section.search
    .right
    .saleSummary
    .priceTable
    .right
    ul
    li
    span:nth-child(2) {
    font-size: 16px;
    width: 50%;
    text-align: end;
    padding: 0px;
  }
  .fastForm{
    display: none;
  }
  #mainVideo{
    object-fit: cover;
    height: 100%;
  }
  .spa a{
    width:49%;
  }
}

@media screen and (max-width: 375px) {
  section.search
    .right
    .saleSummary
    .priceTable
    .right
    ul
    li
    span:nth-child(1) {
    font-size: 12px;
  }
  section.search
    .right
    .saleSummary
    .priceTable
    .right
    ul
    li
    span:nth-child(2) {
    font-size: 14px;
  }
  .fastForm{
    display: none;
  }
  #mainVideo{
    object-fit: cover;
    height: 100%;
  }
  .spa a{
    width:100%;
  }

  .teasers .wellness a{

  }


}

header {
  background-color: transparent;
}
#form1 > header > div > nav > ul > li > a {
  color: #F3E4DD;
  display: block;
}
nav {
  position: relative;
  z-index: 124124;
}
header nav ul li.buyBtn a {
  color: #333 !important;
  background-color: white;
}

.btn span {
  background-color: white;
}

.videoContrast {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.pagemenubg {
  background-color: #000 !important;
}

.fastForm {
  width: 18%;
  min-width: 300px;
  background-color: #fff;
  border:4px solid #b58749;
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 3;
  border-radius: 4px;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.formTitle {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #b58749;
  color: white;
}
.fastFormContent{
  width: 90%;
  margin:0 auto;
  padding-top: 15px;
}
.fastFormContent input{
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding:0px 5px;
  border-radius: 4px;
  border:1px solid #b58749;
}
.fastFormContent button{
  margin-top: 10px;
  margin-bottom: 10px;
  height: 30px;
  width: 140px;
  background-color: #cfbca4;
  border:2px solid #b58749;
  border-radius: 4px;
  float: right;
  cursor: pointer;
  font-weight: 600;

}
.fancyArea{
  width: 100%;
  max-width:1100px;
  margin-left: auto;
  margin-right: auto;

}

.detaybtn{
  width: 200px;
  height: 40px;
  line-height: 16px;
  text-align: center;
  background-color: #f1f1f1;
  border: 2px solid #b58749;
  color: #b58749;
  border-radius: 4px;
  padding: 10px;
  display: block;
  margin: 0 auto;
}
.detaybtn:hover{
  background-color: #b58749;
  border: 2px solid #b58749;
  color: white;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
