article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* 3. layout */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
/* parallax button more */
.more-wraper-center {
  position: relative;
  width: 120px !important;
  max-width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 1;
}
.more-button-bg-center {
  background: #fff;
  border: 2px dashed #fff;
}
.more-button-bg-center.more-button-bg-center-dark {
  background: #fff;
  border: 2px dashed #111;
}
.more-button-circle {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  padding: 2.5px;
  cursor: pointer;
}
.more-wraper-center:hover .more-button-circle {
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  -ms-animation: spin 5s linear infinite;
  -o-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
.more-button-txt-center {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 120px !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #111;
  margin: 0 auto;
  cursor: pointer;
}
.more-button-txt-center span {
  color: #111;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.room-title {
  text-align: center;
  font-size: 40px;
  color: #673131;
  position: relative;
  font-family: 'PlayfairDisplay-Regular', sans-serif;
}
.top-text {
  text-align: center;
  margin-bottom: 15px;
}
/* 21. link effect */
a.link-effect {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a.link-effect::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  padding: 0;
  background-color: #5f5f5f;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
a.link-effect.link-effect-light::after {
  background-color: #fff;
}
a.link-effect:hover::after {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
/* 31. Owl Carousel CUSTOM */
.owl-carousel {
  cursor: grab;
}
.owl-nav-custom-rooms, .owl-nav-custom-facilities, .owl-nav-custom-team, .owl-nav-custom-all, .owl-nav-custom-menu {
  position: relative;
  width: 114px !important;
  max-width: 114px;
  height: 50px;
  left: 2px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 2px auto;
  text-align: center;
  overflow: hidden;
}
/*
.owl-buttons {
position: static;
}
*/
.owl-prev, .owl-next {
  position: absolute;
  display: block;
  text-align: center;
}
.owl-prev {
  left: 0;
}
.owl-next {
  left: 60px;
}
.owl-prev, .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: #111;
  cursor: pointer;
  z-index: 10;
}
.owl-prev:hover, .owl-next:hover {
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.owl-prev.disabled, .owl-next.disabled {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #ccc !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  cursor: default !important;
}
button {
  border: none;
  background: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #111;
  margin: 0 auto;
  cursor: pointer;
}
/* 36. blog news */
.news-modal .modal-content, .post-wrapper .post-content {
  min-height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: none;
  background: #fff;
}
/* news quote */
.blog-quote {
  line-height: 100px;
  padding: 0 0 0 50px;
  border-left: 3px solid #673131;
  margin: 0;
}
@media only screen and (max-width: 880px) {
  .blog-quote {
    padding: 0 0 0 30px;
    margin: 0;
  }
}
.blog-quote p {
  position: relative;
  font-family: 'NunitoSans-Regular', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  text-transform: none;
  color: #333;
  width: 100%;
  line-height: 1.5;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* news nopadding */
@media only screen and (max-width: 880px) {
  .nopadding {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.nopadding.nopadding-xs {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
@media only screen and (max-width: 1200px) {
  .nopadding.nopadding-xs {}
}
@media only screen and (max-width: 880px) {
  .nopadding.nopadding-xs {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
/* news lower page */
.lower-page.lower-page-modal, .lower-page.lower-page-post {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 880px) {
  .lower-page.lower-page-modal, .lower-page.lower-page-post {
    padding: 0;
  }
}
/* news img */
.section-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
h2.hero-heading, h2.hero-heading.hero-heading-dark, .hero-heading, .hero-heading.hero-heading-dark, .blog-item h2, .news-modal .modal-content h2, .post-wrapper .post-content h2, .intro-years h3 {
  font-weight: 800;
}
.more-button-bg-center {
  background: none;
  border: 2px dashed #fff;
}
.more-button-bg-center.more-button-bg-center-dark {
  background: none;
  border: 2px dashed #fff;
}
.more-button-txt-center span {
  color: #fff;
}
.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
  background: none;
  border: 2px dashed #111;
}
.more-button-txt-center.more-button-txt-center-close span {
  color: #111;
}
/* vertical lines */
.vertical-lines-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  z-index: 1;
}
.vertical-lines {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.vertical-effect {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(188, 188, 188, .2);
}
.vertical-effect::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  -ms-animation-direction: normal;
  -o-animation-direction: normal;
  animation-direction: normal;
}
.vertical-effect:first-child::before, .vertical-effect:last-child::before {
  content: "";
  position: absolute;
  right: -2px;
}
.vertical-effect:first-child::before {
  top: 0;
  -webkit-animation: raindrop 6s ease-out infinite;
  -moz-animation: raindrop 6s ease-out infinite;
  -ms-animation: raindrop 6s ease-out infinite;
  -o-animation: raindrop 6s ease-out infinite;
  animation: raindrop 6s ease-out infinite;
}
.vertical-effect:last-child::before {
  bottom: 0;
  -webkit-animation: raindrop-reverse 6s ease-out infinite;
  -moz-animation: raindrop-reverse 6s ease-out infinite;
  -ms-animation: raindrop-reverse 6s ease-out infinite;
  -o-animation: raindrop-reverse 6s ease-out infinite;
  animation: raindrop-reverse 6s ease-out infinite;
}
@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
.more-wraper-center.more-wraper-center-home {
  -webkit-pointer-events: auto;
  -moz-pointer-events: auto;
  pointer-events: auto;
}
/* 39. additionals */
/* vertical lines */
.vertical-effect::before {
  width: 1px;
}
.vertical-effect:first-child::before, .vertical-effect:last-child::before {
  right: -1px;
}
.vertical-effect:first-child::before {
  background: #5f5f5f;
}
.vertical-effect:last-child::before {
  background: #5f5f5f;
}
@-webkit-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}
@keyframes raindrop {
  0% {
    top: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 80px;
  }
}
@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 80px;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 80px;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: 0;
    opacity: 0;
    height: 80px;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 80px;
  }
}
@media all and (min-width: 1920px) {
  @-webkit-keyframes raindrop {
    0% {
      top: 0;
      opacity: 0;
      height: 90px;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      height: 90px;
    }
  }
  @-ms-keyframes raindrop {
    0% {
      top: 0;
      opacity: 0;
      height: 90px;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      height: 90px;
    }
  }
  @keyframes raindrop {
    0% {
      top: 0;
      opacity: 0;
      height: 90px;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      height: 90px;
    }
  }
  @-webkit-keyframes raindrop-reverse {
    0% {
      bottom: 0;
      opacity: 0;
      height: 90px;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 100%;
      height: 90px;
    }
  }
  @-ms-keyframes raindrop-reverse {
    0% {
      bottom: 0;
      opacity: 0;
      height: 90px;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 100%;
      height: 90px;
    }
  }
  @keyframes raindrop-reverse {
    0% {
      bottom: 0;
      opacity: 0;
      height: 90px;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 100%;
      height: 90px;
    }
  }
}
@media only screen and (max-width: 995px) {
  @-webkit-keyframes raindrop {
    0% {
      top: 0;
      opacity: 0;
      height: 70px;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      height: 70px;
    }
  }
  @-ms-keyframes raindrop {
    0% {
      top: 0;
      opacity: 0;
      height: 70px;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      height: 70px;
    }
  }
  @keyframes raindrop {
    0% {
      top: 0;
      opacity: 0;
      height: 70px;
    }
    50% {
      opacity: 1;
    }
    100% {
      top: 100%;
      height: 70px;
    }
  }
  @-webkit-keyframes raindrop-reverse {
    0% {
      bottom: 0;
      opacity: 0;
      height: 70px;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 100%;
      height: 70px;
    }
  }
  @-ms-keyframes raindrop-reverse {
    0% {
      bottom: 0;
      opacity: 0;
      height: 70px;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 100%;
      height: 70px;
    }
  }
  @keyframes raindrop-reverse {
    0% {
      bottom: 0;
      opacity: 0;
      height: 70px;
    }
    50% {
      opacity: 1;
    }
    100% {
      bottom: 100%;
      height: 70px;
    }
  }
}
/* parallax button more */
.more-button-txt-center.more-button-txt-center-close span {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #111;
}
@media only screen and (max-width: 995px) {
  .more-button-txt-center.more-button-txt-center-close span {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}
/* parallax button more */
@media only screen and (max-width: 995px) {
  .more-button-txt-center {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}
.more-button-txt-center {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
/* blog news */
/* news quote */
@media only screen and (max-width: 880px) {
  .blog-quote {
    padding: 0 0 0 20px;
  }
}
button:focus {
  outline: none;
}
/* font weight */
h4, .item-button, /* .item-name,
.item-price, */ .team-box, button {
  font-weight: 700;
}
.intro-years h2, .intro-years h4 {
  font-weight: 800 !important;
}
/* button home effect */
a.button-effect, .button-effect {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2;
    opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .2;
    opacity: .4;
  }
  to {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}
a.button-effect .pulse::after, a.button-effect .pulse::before, a.button-effect::after, a.button-effect::before, .button-effect .pulse::after, .button-effect .pulse::before, .button-effect::after, .button-effect::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 4s linear infinite;
  animation: pulse 4s linear infinite;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
a.button-effect::after, .button-effect::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
a.button-effect .pulse::after, .button-effect .pulse::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
a.button-effect .pulse::before, .button-effect .pulse::before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/* intro years */
.intro-years {
  position: relative;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.intro-years h2, .intro-years h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #5f5f5f;
  line-height: 1;
  letter-spacing: -0.02em;
}
.intro-years h2 {
  margin: 0 auto;
}
.intro-years h4 {
  margin: 0 auto;
}
.intro-years h3 {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
  width: 100%;
  line-height: 100%;
  margin: -18px auto;
  z-index: 0;
}
/* the line */
.the-line {
  position: relative;
  width: 1px;
  height: 80px;
  background: #5f5f5f;
  margin: 1px auto;
}
@media all and (min-width: 1920px) {
  .the-line {
    height: 90px;
  }
}
@media only screen and (max-width: 995px) {
  .the-line {
    height: 70px;
  }
}
.the-line.the-line-light {
  background: #e0e0e0;
}
/* IMG carousel */
.carousel-item-img-wrapper {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: grab;
}
@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
    width: 100%;
  }
}
.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
  height: auto;
}
/* blog tag */
.blog-tag {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #5f5f5f;
  text-align: center;
  margin: -5px auto;
}
.blog-tag.blog-tag-rooms {
  text-align: left;
  font-size: 17px;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: 0;
  color: #333;
  font-family: 'NunitoSans-Regular', sans-serif;
  -webkit-box-ordinal-group: 3;
}
.blog-tag.blog-tag-rooms span {
  padding-left: 10px;
  margin-right: 15px;
}
.blog-tag.blog-tag-rooms span img {
  width: 25px;
  height: auto;
}
.extra-margin-container {
  position: relative;
  height: auto;
  min-height: inherit;
  margin-left: 0;
  margin-right: 0;
  background: none;
}
@media only screen and (max-width: 1200px) {
  .extra-margin-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 995px) {
  .extra-margin-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 880px) {
  .extra-margin-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 995px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 880px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .extra-margin-container.extra-margin-container-modal {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.extra-margin-halves {
  position: relative;
}
@media only screen and (max-width: 880px) {
  .extra-margin-halves {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.intro-years h3, .team-box span, .color-switch, .section-title-inner.section-title-inner-dark {
  color: #323232;
}
.section-title.section-title-home h2 {
  color: #e5e5e5;
}
.section-title-line.section-title-line-home > span::before, .section-title-line.section-title-line-home > span::after {
  background-color: #e5e5e5;
}
a.link-effect::after {
  background-color: #5f5f5f;
}
a.link-effect.link-effect-light::after {
  background-color: #5f5f5f;
}
.the-line {
  background: #5e5e5e;
}
.the-line.the-line-light {
  background: #e5e5e5;
}
.more-button-bg-center {
  border: 2px dashed #e5e5e5;
}
.more-button-txt-center span {
  color: #e5e5e5;
}
.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
  border: 2px dashed #191919;
}
.more-button-txt-center.more-button-txt-center-close span {
  color: #191919;
}
.extra-margin-container {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 1200px) {
  .extra-margin-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 995px) {
  .extra-margin-container {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 880px) {
  .extra-margin-container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .extra-margin-container {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1200px) {
  .extra-margin-container.extra-margin-container-modal, .extra-margin-container.extra-margin-container-post {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 995px) {
  .extra-margin-container.extra-margin-container-modal, .extra-margin-container.extra-margin-container-post {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (max-width: 880px) {
  .extra-margin-container.extra-margin-container-modal, .extra-margin-container.extra-margin-container-post {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  .extra-margin-container.extra-margin-container-modal, .extra-margin-container.extra-margin-container-post {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.hero-heading.hero-heading-dark, .hero-heading.hero-heading-dark span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: #5f5f5f !important;
  -webkit-text-stroke: unset !important;
  text-stroke: unset !important;
}
.main-navigation .navbar-nav li a, .more-button-txt-center span, .more-button-txt-center.more-button-txt-center-close span, .blog-tag, .social-icons, .social-icons li a, .social-icons li a:hover, .social-icons li a:visited, .social-icons li a:active, .social-icons li a:focus {
  font-weight: 800;
}
.more-button-txt-center span, .more-button-txt-center.more-button-txt-center-close span {
  font-size: 11px;
}
button {
  border: none;
  background: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 auto;
  cursor: pointer;
}
.more-wraper-inner-home {
  width: 120px !important;
  height: 220px !important;
}
.more-wraper-center.more-wraper-center-home {
  width: 120px !important;
  height: 220px !important;
  text-align: center !important;
  left: auto;
  margin: 0 auto;
}
.more-wraper-center.more-wraper-center-home {
  /* margin: -30px auto 0 auto; */
  margin: 0px auto 0 auto;
}
.more-button-txt-center.more-button-txt-center-home {
  top: 110px;
}
a.button-effect, .button-effect {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  overflow: visible;
}
a.button-effect .pulse::after, a.button-effect .pulse::before, a.button-effect::after, a.button-effect::before, .button-effect .pulse::after, .button-effect .pulse::before, .button-effect::after, .button-effect::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  top: -webkit-calc(50% - 40px);
  top: -moz-calc(50% - 40px);
  top: calc(50% - 40px);
  left: -webkit-calc(50% - 40px);
  left: -moz-calc(50% - 40px);
  left: calc(50% - 40px);
  right: auto;
  bottom: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse 4s linear infinite;
  animation: pulse 4s linear infinite;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}
a.button-effect::after, .button-effect::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
a.button-effect .pulse::after, .button-effect .pulse::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
a.button-effect .pulse::before, .button-effect .pulse::before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.image-caption, .image-caption-reverse {
  position: absolute;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, .7);
  -webkit-border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  -ms-border-radius: 0 20px 0 20px;
  -o-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
  z-index: 5;
}
.image-caption {
  right: 50px;
  bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .image-caption {
    right: 20px;
    bottom: 20px;
  }
}
.image-caption-reverse {
  left: 50px;
  bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .image-caption-reverse {
    left: 20px;
    bottom: 20px;
  }
}
/* 50. divider */
.divider-s, .divider-m, .divider-m-2, .divider-l, .divider-xl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}
.divider-s {
  height: 25px;
}
.divider-m {
  height: 50px;
}
.divider-m-2 {
  height: 40px;
}
@media only screen and (max-width: 880px) {
  .divider-m-2 {
    height: 15px;
  }
}
.divider-l {
  height: 100px;
}
.divider-xl {
  height: 200px;
}
@media only screen and (max-width: 880px) {
  .divider-xl {
    height: 100px;
  }
}
.visible-mobile-devices, .visible-mobile-devices-2 {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
    display: block;
    visibility: visible;
  }
}
@media only screen and (max-width: 1200px) {
  .visible-mobile-devices-2 {
    display: block;
    visibility: visible;
  }
}
@media only screen and (max-width: 880px) {
  .visible-mobile-devices-2 {
    display: none;
    visibility: hidden;
  }
}
.hidden-mobile-devices {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 995px) {
  .hidden-mobile-devices {
    display: none;
    visibility: hidden;
  }
}
@media only screen and (max-width: 880px) {
  .hidden-mobile-devices {
    display: block;
    visibility: visible;
  }
}
h6 {
  display: none;
  visibility: hidden;
}
/* divider */
.divider-xl {
  height: 130px;
}
@media all and (min-width: 1920px) {
  .divider-xl {
    height: 140px;
  }
}
@media only screen and (max-width: 995px) {
  .divider-xl {
    height: 120px;
  }
}
.divider-xl.divider-xl-2 {
  height: 170px;
}
@media all and (min-width: 1920px) {
  .divider-xl.divider-xl-2 {
    height: 185px;
  }
}
@media only screen and (max-width: 995px) {
  .divider-xl.divider-xl-2 {
    height: 155px;
  }
}
.divider-l {
  height: 80px;
}
@media all and (min-width: 1920px) {
  .divider-l {
    height: 90px;
  }
}
@media only screen and (max-width: 995px) {
  .divider-l {
    height: 70px;
  }
}
.divider-l-2 {
  height: 71px;
}
@media all and (min-width: 1920px) {
  .divider-l-2 {
    height: 31px;
  }
}
@media only screen and (max-width: 995px) {
  .divider-l-2 {
    height: 71px;
  }
}