@charset "UTF-8";
html, body {
  height: 100%;
  overflow-x: hidden !important;
}
@media (max-width: 767.98px) {
  html, body {
    height: 100%;
  }
}

html {
  height: initial;
}
body {
  font-family: Times new roman;
  font-size: 17px;
  margin: 0;
  height: 100%;
  padding: 0;
  overflow-x: hidden;
  color: #030303;
  display: flex;
  flex-direction: column;
}

@font-face {
  font-family: "vogueregular";
  src: url("../fonts/vogue-webfont.woff2") format("woff2"), url("../fonts/vogue-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "latoregular";
  src: url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
button {
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}

html {
  -ms-overflow-style: scrollbar;
}

form, table, h1, h2, h3, h4, h5, h6, ul, li, div, dl, p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: vogueregular;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s all ease 0s;
  -moz-transition: 0.3s all ease 0s;
  -o-transition: 0.3s all ease 0s;
  transition: 0.3s all ease 0s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #53673F;
}

img {
  border: 0;
  vertical-align: middle;
}

/* CSS Clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

#wrapper {
  flex: 1 0 auto;
}

/* End hide from IE-mac */
/*Ending Common CSS Coading*/
.clswrapper {
  z-index: 2;
  position: relative;
  -webkit-transition: transform 0.7s ease-in-out;
  -moz-transition: transform 0.7s ease-in-out;
  -ms-transition: transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
.clswrapper .clsmain-header {
  padding: 50px;
  transition: 0.3s ease all 0s;
  -webkit-transition: 0.3s ease all 0s;
  -moz-transition: 0.3s ease all 0s;
}
@media (max-width: 767.98px) {
  .clswrapper .clsmain-header {
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .clswrapper .clsmain-header.fixed-top {
    position: absolute;
  }
}
.clswrapper .clsmain-header.clsheader-bg {
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 25px 0;
}
.clswrapper .clsmain-header .clslogo {
  float: left;
}
.clswrapper .clsmain-header .clslogo a svg {
  fill: #ffffff;
}
@media (max-width: 767.98px) {
  .clswrapper .clsmain-header .clslogo a svg {
    width: 75%;
  }
}
@media (max-width: 575.98px) {
  .clswrapper .clsmain-header .clslogo a svg {
    width: 70%;
  }
}
.clswrapper .clsmain-header.clsmain-header-black .clslogo a svg {
  fill: #1A1A1A;
}
.clswrapper .clsmain-header.clsmain-header-black .clsnavbar .button svg {
  fill: #90793A;
}
.clswrapper .clsmain-header.clswhite-header .clsnavbar .button svg {
  fill: #ffffff;
}
.clswrapper .clsmain-header .sidebar {
  height: 100%;
  width: 50%;
  position: fixed;
  top: 0;
  z-index: 1;
  right: 0;
  overflow: hidden;
  font-family: vogueregular;
  font-size: 40px;
  background-color: #3E2E2B;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0s ease-in-out;
  -moz-transition: transform 0s ease-in-out;
  -ms-transition: transform 0s ease-in-out;
  -o-transition: transform 0s ease-in-out;
  transition: transform 0s ease-in-out;
}
@media (max-width: 767.98px) {
  .clswrapper .clsmain-header .sidebar {
    width: 100%;
  }
}
.clswrapper .clsmain-header .sidebar .clsnavbar-img {
  position: absolute;
  right: 81%;
  top: 50%;
  margin-top: -266px;
}
@media (max-width: 1199.98px) {
  .clswrapper .clsmain-header .sidebar .clsnavbar-img {
    display: none;
  }
}
.clswrapper .clsmain-header .sidebar #boxscroll {
  max-height: 700px;
  overflow: auto;
  margin-bottom: 20px;
}
.clswrapper .clsmain-header .sidebar .sidebar-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 200px;
  text-align: right;
  padding-right: 410px;
}
@media (max-width: 1900px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 385px;
  }
}
@media (max-width: 1800px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 345px;
  }
}
@media (max-width: 1700px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 220px;
  }
}
@media (max-width: 1536px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 215px;
    margin-top: 100px;
  }
}
@media (max-width: 1536px) and (max-width: 1399px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 140px;
  }
}
@media (max-width: 1536px) and (max-width: 1399px) and (max-width: 1199.98px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 13%;
  }
}
@media (max-width: 1536px) and (max-width: 1399px) and (max-width: 1199.98px) and (max-width: 991.98px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 15%;
    max-height: 100% !important;
  }
}
@media (max-width: 1536px) and (max-width: 1399px) and (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    margin-top: 120px;
  }
}
@media (max-width: 1536px) and (max-width: 1399px) and (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list {
    padding-right: 15px;
  }
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item {
  margin: 30px 0;
  opacity: 0;
  line-height: 34px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1599px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item {
    margin: 15px 0;
  }
}
@media (max-width: 575.98px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item {
    line-height: 30px;
  }
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:first-child {
  -webkit-transition: all 0.7s 0.2s ease-in-out;
  -moz-transition: all 0.7s 0.2s ease-in-out;
  -ms-transition: all 0.7s 0.2s ease-in-out;
  -o-transition: all 0.7s 0.2s ease-in-out;
  transition: all 0.7s 0.2s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:nth-child(2) {
  -webkit-transition: all 0.7s 0.3s ease-in-out;
  -moz-transition: all 0.7s 0.3s ease-in-out;
  -ms-transition: all 0.7s 0.3s ease-in-out;
  -o-transition: all 0.7s 0.3s ease-in-out;
  transition: all 0.7s 0.3s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:nth-child(3) {
  -webkit-transition: all 0.7s 0.4s ease-in-out;
  -moz-transition: all 0.7s 0.4s ease-in-out;
  -ms-transition: all 0.7s 0.4s ease-in-out;
  -o-transition: all 0.7s 0.4s ease-in-out;
  transition: all 0.7s 0.4s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:nth-child(4) {
  -webkit-transition: all 0.7s 0.5s ease-in-out;
  -moz-transition: all 0.7s 0.5s ease-in-out;
  -ms-transition: all 0.7s 0.5s ease-in-out;
  -o-transition: all 0.7s 0.5s ease-in-out;
  transition: all 0.7s 0.5s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:nth-child(5) {
  -webkit-transition: all 0.7s 0.6s ease-in-out;
  -moz-transition: all 0.7s 0.6s ease-in-out;
  -ms-transition: all 0.7s 0.6s ease-in-out;
  -o-transition: all 0.7s 0.6s ease-in-out;
  transition: all 0.7s 0.6s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:nth-child(6) {
  -webkit-transition: all 0.7s 0.7s ease-in-out;
  -moz-transition: all 0.7s 0.7s ease-in-out;
  -ms-transition: all 0.7s 0.7s ease-in-out;
  -o-transition: all 0.7s 0.7s ease-in-out;
  transition: all 0.7s 0.7s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:nth-child(7) {
  -webkit-transition: all 0.7s 0.8s ease-in-out;
  -moz-transition: all 0.7s 0.8s ease-in-out;
  -ms-transition: all 0.7s 0.8s ease-in-out;
  -o-transition: all 0.7s 0.8s ease-in-out;
  transition: all 0.7s 0.8s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item:last-child {
  -webkit-transition: all 0.7s 0.9s ease-in-out;
  -moz-transition: all 0.7s 0.9s ease-in-out;
  -ms-transition: all 0.7s 0.9s ease-in-out;
  -o-transition: all 0.7s 0.9s ease-in-out;
  transition: all 0.7s 0.9s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item .sidebar-anchor {
  color: #B69641;
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
  display: inline-block;
}
@media (max-width: 1599px) {
  .clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item .sidebar-anchor {
    font-size: 26px;
  }
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item .sidebar-anchor:hover {
  color: #ffffff;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item .sidebar-anchor:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B69641;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.clswrapper .clsmain-header .sidebar .sidebar-list .sidebar-item .sidebar-anchor:hover:before {
  width: 100%;
}
.clswrapper .clsmain-header .clsnavbar {
  float: right;
}
.clswrapper .clsmain-header .clsnavbar nav .nav-right {
  position: relative;
  z-index: 99;
  top: 7px;
}
@media (max-width: 767.98px) {
  .clswrapper .clsmain-header .clsnavbar nav .nav-right {
    top: 4px;
  }
}
.clswrapper .clsmain-header .clsnavbar nav .nav-right .clshamburger-icon-close {
  display: none;
}
.clswrapper .clsmain-header .clsnavbar nav .nav-right .button {
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.clswrapper .clsmain-header .clsnavbar nav .nav-right .button img {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.clswrapper.move-to-left {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  .clswrapper.move-to-left {
    position: static;
    overflow-y: initial;
  }
}
.clswrapper.move-to-left .social-links {
  left: -100px;
}
.clswrapper.move-to-left .clsnavbar .nav-right .clshamburger-icon-close {
  display: block !important;
}
.clswrapper.move-to-left .clsnavbar .nav-right .clshamburger-icon {
  display: none;
}
.clswrapper.move-to-left .sidebar {
  overflow: visible;
  height: 100vh;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.7s ease-in-out;
  -moz-transition: transform 0.7s ease-in-out;
  -ms-transition: transform 0.7s ease-in-out;
  -o-transition: transform 0.7s ease-in-out;
  transition: transform 0.7s ease-in-out;
}
@media (max-width: 767.98px) {
  .clswrapper.move-to-left .sidebar {
    height: 100%;
    min-height: 650px;
  }
}

.clswrapper.move-to-left::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

@media (min-width: 480px) {
  .nav-list {
    display: block;
  }
}
@media (min-width: 768px) {
  .nav-right {
    position: absolute;
  }

  .hidden-xs {
    display: block;
  }

  .visible-xs {
    display: none;
  }
}
.social-links {
  list-style: none;
  position: fixed;
  left: -20px;
  top: 50%;
  margin-top: -170px;
  z-index: 99;
  font-family: vogueregular;
}
@media (max-width: 767.98px) {
  .social-links {
    display: none;
  }
}

.social-links li {
  font-size: 19px;
  margin-bottom: 100px;
  letter-spacing: 0.4px;
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  color: #212121 !important;
  font-weight: normal;
  padding-left: 0;
  text-transform: capitalize;
}

.social-links li:last-child {
  margin-bottom: 0px;
}

.social-links li a {
  color: #ffffff !important;
  border-bottom: 2px solid #ffffff;
}

.social-links li a:hover, .social-links li a:active {
  color: #B69641 !important;
  border-bottom: 2px solid #B69641;
}

#sticky a.light {
  color: #c1c1c1;
  border-bottom: 2px solid #c1c1c1;
}

#sticky a.dark {
  color: #000 !important;
  border-bottom: 2px solid #000000;
}

#sticky a.light:hover {
  color: #B69641 !important;
  border-bottom: 2px solid #B69641 !important;
}

#sticky a.dark:hover {
  color: #B69641 !important;
  border-bottom: 2px solid #B69641 !important;
}

.clspadding-container {
  padding-top: 178px;
  min-height: 970px;
  overflow-y: hidden;
}
@media (max-width: 1199.98px) {
  .clspadding-container {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .clspadding-container {
    min-height: auto;
    padding-top: 140px;
  }
}

.clspost-comments-section .clscomments-reply-blk form .form-group .form-control, .clscontact-form .clscontact-form-blk form .form-group .form-control {
  border: 0 none;
  border-bottom: 2px solid #90793A;
  border-radius: 0px;
  font-size: 20px;
}

.clspost-comments-section .clscomments-reply-blk form, .clscontact-form .clscontact-form-blk form {
  font-family: latoregular;
  font-size: 20px;
}
.clspost-comments-section .clscomments-reply-blk form .form-group, .clscontact-form .clscontact-form-blk form .form-group {
  margin-bottom: 55px;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .input-group .input-group-append, .clscontact-form .clscontact-form-blk form .form-group .input-group .input-group-append {
  border-bottom: 2px solid #90793A;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .input-group .input-group-append .input-group-text, .clscontact-form .clscontact-form-blk form .form-group .input-group .input-group-append .input-group-text {
  background: none;
  border: 0 none;
  padding: 0px;
  position: relative;
  bottom: 15px;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .form-control::-webkit-input-placeholder, .clscontact-form .clscontact-form-blk form .form-group .form-control::-webkit-input-placeholder {
  color: #828282;
  opacity: 1;
  font-family: latoregular;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .form-control::-moz-placeholder, .clscontact-form .clscontact-form-blk form .form-group .form-control::-moz-placeholder {
  color: #828282;
  opacity: 1;
  font-family: latoregular;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .form-control:-ms-input-placeholder, .clscontact-form .clscontact-form-blk form .form-group .form-control:-ms-input-placeholder {
  color: #828282;
  opacity: 1;
  font-family: latoregular;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .form-control::-ms-input-placeholder, .clscontact-form .clscontact-form-blk form .form-group .form-control::-ms-input-placeholder {
  color: #828282;
  opacity: 1;
  font-family: latoregular;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .form-control::placeholder, .clscontact-form .clscontact-form-blk form .form-group .form-control::placeholder {
  color: #828282;
  opacity: 1;
  font-family: latoregular;
}
.clspost-comments-section .clscomments-reply-blk form .form-group .form-control:focus, .clscontact-form .clscontact-form-blk form .form-group .form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.clsjournal-slider-blk, .clslegacy-slider-section, .clsseason-slider-section, .clsculinary-slider-blk, .clsadventure-top-section .clsadventure-slider-blk {
  /* No Js */
  /*
   *  Owl Carousel - Animate Plugin
   */
  /*
   * 	Owl Carousel - Auto Height Plugin
   */
  /*
   * 	Owl Carousel - Lazy Load Plugin
   */
  /*
   * 	Owl Carousel - Video Plugin
   */
}
.clsjournal-slider-blk .owl-carousel, .clslegacy-slider-section .owl-carousel, .clsseason-slider-section .owl-carousel, .clsculinary-slider-blk .owl-carousel, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.clsjournal-slider-blk .owl-carousel .owl-stage, .clslegacy-slider-section .owl-carousel .owl-stage, .clsseason-slider-section .owl-carousel .owl-stage, .clsculinary-slider-blk .owl-carousel .owl-stage, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.clsjournal-slider-blk .owl-carousel .owl-stage:after, .clslegacy-slider-section .owl-carousel .owl-stage:after, .clsseason-slider-section .owl-carousel .owl-stage:after, .clsculinary-slider-blk .owl-carousel .owl-stage:after, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clsjournal-slider-blk .owl-carousel .owl-stage-outer, .clslegacy-slider-section .owl-carousel .owl-stage-outer, .clsseason-slider-section .owl-carousel .owl-stage-outer, .clsculinary-slider-blk .owl-carousel .owl-stage-outer, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-stage-outer {
  position: relative;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.clsjournal-slider-blk .owl-carousel .owl-wrapper, .clslegacy-slider-section .owl-carousel .owl-wrapper, .clsseason-slider-section .owl-carousel .owl-wrapper, .clsculinary-slider-blk .owl-carousel .owl-wrapper, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-wrapper,
.clsjournal-slider-blk .owl-carousel .owl-item,
.clslegacy-slider-section .owl-carousel .owl-item,
.clsseason-slider-section .owl-carousel .owl-item,
.clsculinary-slider-blk .owl-carousel .owl-item,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.clsjournal-slider-blk .owl-carousel .owl-item, .clslegacy-slider-section .owl-carousel .owl-item, .clsseason-slider-section .owl-carousel .owl-item, .clsculinary-slider-blk .owl-carousel .owl-item, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  margin-top: 30px;
}
.clsjournal-slider-blk .owl-carousel .owl-item img, .clslegacy-slider-section .owl-carousel .owl-item img, .clsseason-slider-section .owl-carousel .owl-item img, .clsculinary-slider-blk .owl-carousel .owl-item img, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  opacity: 0.6;
}
.clsjournal-slider-blk .owl-carousel .owl-item.center, .clslegacy-slider-section .owl-carousel .owl-item.center, .clsseason-slider-section .owl-carousel .owl-item.center, .clsculinary-slider-blk .owl-carousel .owl-item.center, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item.center {
  margin-top: 0px;
}
.clsjournal-slider-blk .owl-carousel .owl-item.center img, .clslegacy-slider-section .owl-carousel .owl-item.center img, .clsseason-slider-section .owl-carousel .owl-item.center img, .clsculinary-slider-blk .owl-carousel .owl-item.center img, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item.center img, .clsjournal-slider-blk .owl-carousel .owl-item.center video, .clslegacy-slider-section .owl-carousel .owl-item.center video, .clsseason-slider-section .owl-carousel .owl-item.center video, .clsculinary-slider-blk .owl-carousel .owl-item.center video, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item.center video {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transition: all 0.4s 0.1s ease-in-out;
  -moz-transition: all 0.4s 0.1s ease-in-out;
  -ms-transition: all 0.4s 0.1s ease-in-out;
  -o-transition: all 0.4s 0.1s ease-in-out;
  transition: all 0.4s 0.1s ease-in-out;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .clsjournal-slider-blk .owl-carousel .owl-item.center img, .clslegacy-slider-section .owl-carousel .owl-item.center img, .clsseason-slider-section .owl-carousel .owl-item.center img, .clsculinary-slider-blk .owl-carousel .owl-item.center img, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item.center img, .clsjournal-slider-blk .owl-carousel .owl-item.center video, .clslegacy-slider-section .owl-carousel .owl-item.center video, .clsseason-slider-section .owl-carousel .owl-item.center video, .clsculinary-slider-blk .owl-carousel .owl-item.center video, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item.center video {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
}
.clsjournal-slider-blk .owl-carousel .owl-nav, .clslegacy-slider-section .owl-carousel .owl-nav, .clsseason-slider-section .owl-carousel .owl-nav, .clsculinary-slider-blk .owl-carousel .owl-nav, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav {
  text-align: center;
  padding-top: 120px;
}
@media (max-width: 767.98px) {
  .clsjournal-slider-blk .owl-carousel .owl-nav, .clslegacy-slider-section .owl-carousel .owl-nav, .clsseason-slider-section .owl-carousel .owl-nav, .clsculinary-slider-blk .owl-carousel .owl-nav, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav {
    padding-top: 10px;
  }
}
.clsjournal-slider-blk .owl-carousel .owl-nav.disabled, .clslegacy-slider-section .owl-carousel .owl-nav.disabled, .clsseason-slider-section .owl-carousel .owl-nav.disabled, .clsculinary-slider-blk .owl-carousel .owl-nav.disabled, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav.disabled,
.clsjournal-slider-blk .owl-carousel .owl-dots.disabled,
.clslegacy-slider-section .owl-carousel .owl-dots.disabled,
.clsseason-slider-section .owl-carousel .owl-dots.disabled,
.clsculinary-slider-blk .owl-carousel .owl-dots.disabled,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-dots.disabled {
  display: none;
}
.clsjournal-slider-blk .owl-carousel .owl-nav .owl-prev, .clslegacy-slider-section .owl-carousel .owl-nav .owl-prev, .clsseason-slider-section .owl-carousel .owl-nav .owl-prev, .clsculinary-slider-blk .owl-carousel .owl-nav .owl-prev, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav .owl-prev,
.clsjournal-slider-blk .owl-carousel .owl-nav .owl-next,
.clslegacy-slider-section .owl-carousel .owl-nav .owl-next,
.clsseason-slider-section .owl-carousel .owl-nav .owl-next,
.clsculinary-slider-blk .owl-carousel .owl-nav .owl-next,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav .owl-next,
.clsjournal-slider-blk .owl-carousel .owl-dot,
.clslegacy-slider-section .owl-carousel .owl-dot,
.clsseason-slider-section .owl-carousel .owl-dot,
.clsculinary-slider-blk .owl-carousel .owl-dot,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clsjournal-slider-blk .owl-carousel .owl-nav button.owl-prev, .clslegacy-slider-section .owl-carousel .owl-nav button.owl-prev, .clsseason-slider-section .owl-carousel .owl-nav button.owl-prev, .clsculinary-slider-blk .owl-carousel .owl-nav button.owl-prev, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav button.owl-prev,
.clsjournal-slider-blk .owl-carousel .owl-nav button.owl-next,
.clslegacy-slider-section .owl-carousel .owl-nav button.owl-next,
.clsseason-slider-section .owl-carousel .owl-nav button.owl-next,
.clsculinary-slider-blk .owl-carousel .owl-nav button.owl-next,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav button.owl-next,
.clsjournal-slider-blk .owl-carousel button.owl-dot,
.clslegacy-slider-section .owl-carousel button.owl-dot,
.clsseason-slider-section .owl-carousel button.owl-dot,
.clsculinary-slider-blk .owl-carousel button.owl-dot,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  font-size: 0px;
  color: #90793A;
  margin: 0 6px;
}
.clsjournal-slider-blk .owl-carousel .owl-nav button.owl-prev:focus, .clslegacy-slider-section .owl-carousel .owl-nav button.owl-prev:focus, .clsseason-slider-section .owl-carousel .owl-nav button.owl-prev:focus, .clsculinary-slider-blk .owl-carousel .owl-nav button.owl-prev:focus, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav button.owl-prev:focus,
.clsjournal-slider-blk .owl-carousel .owl-nav button.owl-next:focus,
.clslegacy-slider-section .owl-carousel .owl-nav button.owl-next:focus,
.clsseason-slider-section .owl-carousel .owl-nav button.owl-next:focus,
.clsculinary-slider-blk .owl-carousel .owl-nav button.owl-next:focus,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-nav button.owl-next:focus {
  color: #cccccc;
}
.clsjournal-slider-blk .owl-carousel.owl-loaded, .clslegacy-slider-section .owl-carousel.owl-loaded, .clsseason-slider-section .owl-carousel.owl-loaded, .clsculinary-slider-blk .owl-carousel.owl-loaded, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-loaded {
  display: block;
}
.clsjournal-slider-blk .owl-carousel.owl-loading, .clslegacy-slider-section .owl-carousel.owl-loading, .clsseason-slider-section .owl-carousel.owl-loading, .clsculinary-slider-blk .owl-carousel.owl-loading, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.clsjournal-slider-blk .owl-carousel.owl-hidden, .clslegacy-slider-section .owl-carousel.owl-hidden, .clsseason-slider-section .owl-carousel.owl-hidden, .clsculinary-slider-blk .owl-carousel.owl-hidden, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-hidden {
  opacity: 0;
}
.clsjournal-slider-blk .owl-carousel.owl-refresh .owl-item, .clslegacy-slider-section .owl-carousel.owl-refresh .owl-item, .clsseason-slider-section .owl-carousel.owl-refresh .owl-item, .clsculinary-slider-blk .owl-carousel.owl-refresh .owl-item, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.clsjournal-slider-blk .owl-carousel.owl-drag .owl-item, .clslegacy-slider-section .owl-carousel.owl-drag .owl-item, .clsseason-slider-section .owl-carousel.owl-drag .owl-item, .clsculinary-slider-blk .owl-carousel.owl-drag .owl-item, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clsjournal-slider-blk .owl-carousel.owl-grab, .clslegacy-slider-section .owl-carousel.owl-grab, .clsseason-slider-section .owl-carousel.owl-grab, .clsculinary-slider-blk .owl-carousel.owl-grab, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.clsjournal-slider-blk .owl-carousel.owl-rtl, .clslegacy-slider-section .owl-carousel.owl-rtl, .clsseason-slider-section .owl-carousel.owl-rtl, .clsculinary-slider-blk .owl-carousel.owl-rtl, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-rtl {
  direction: rtl;
}
.clsjournal-slider-blk .owl-carousel.owl-rtl .owl-item, .clslegacy-slider-section .owl-carousel.owl-rtl .owl-item, .clsseason-slider-section .owl-carousel.owl-rtl .owl-item, .clsculinary-slider-blk .owl-carousel.owl-rtl .owl-item, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.clsjournal-slider-blk .no-js .owl-carousel, .clslegacy-slider-section .no-js .owl-carousel, .clsseason-slider-section .no-js .owl-carousel, .clsculinary-slider-blk .no-js .owl-carousel, .clsadventure-top-section .clsadventure-slider-blk .no-js .owl-carousel {
  display: block;
}
.clsjournal-slider-blk .owl-carousel .animated, .clslegacy-slider-section .owl-carousel .animated, .clsseason-slider-section .owl-carousel .animated, .clsculinary-slider-blk .owl-carousel .animated, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.clsjournal-slider-blk .owl-carousel .owl-animated-in, .clslegacy-slider-section .owl-carousel .owl-animated-in, .clsseason-slider-section .owl-carousel .owl-animated-in, .clsculinary-slider-blk .owl-carousel .owl-animated-in, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-animated-in {
  z-index: 0;
}
.clsjournal-slider-blk .owl-carousel .owl-animated-out, .clslegacy-slider-section .owl-carousel .owl-animated-out, .clsseason-slider-section .owl-carousel .owl-animated-out, .clsculinary-slider-blk .owl-carousel .owl-animated-out, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-animated-out {
  z-index: 1;
}
.clsjournal-slider-blk .owl-carousel .fadeOut, .clslegacy-slider-section .owl-carousel .fadeOut, .clsseason-slider-section .owl-carousel .fadeOut, .clsculinary-slider-blk .owl-carousel .fadeOut, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.clsjournal-slider-blk .owl-height, .clslegacy-slider-section .owl-height, .clsseason-slider-section .owl-height, .clsculinary-slider-blk .owl-height, .clsadventure-top-section .clsadventure-slider-blk .owl-height {
  transition: height 500ms ease-in-out;
}
.clsjournal-slider-blk .owl-carousel .owl-item, .clslegacy-slider-section .owl-carousel .owl-item, .clsseason-slider-section .owl-carousel .owl-item, .clsculinary-slider-blk .owl-carousel .owl-item, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
.clsjournal-slider-blk .owl-carousel .owl-item .owl-lazy, .clslegacy-slider-section .owl-carousel .owl-item .owl-lazy, .clsseason-slider-section .owl-carousel .owl-item .owl-lazy, .clsculinary-slider-blk .owl-carousel .owl-item .owl-lazy, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.clsjournal-slider-blk .owl-carousel .owl-item .owl-lazy[src^=""], .clslegacy-slider-section .owl-carousel .owl-item .owl-lazy[src^=""], .clsseason-slider-section .owl-carousel .owl-item .owl-lazy[src^=""], .clsculinary-slider-blk .owl-carousel .owl-item .owl-lazy[src^=""], .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item .owl-lazy[src^=""], .clsjournal-slider-blk .owl-carousel .owl-item .owl-lazy:not([src]), .clslegacy-slider-section .owl-carousel .owl-item .owl-lazy:not([src]), .clsseason-slider-section .owl-carousel .owl-item .owl-lazy:not([src]), .clsculinary-slider-blk .owl-carousel .owl-item .owl-lazy:not([src]), .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.clsjournal-slider-blk .owl-carousel .owl-item img.owl-lazy, .clslegacy-slider-section .owl-carousel .owl-item img.owl-lazy, .clsseason-slider-section .owl-carousel .owl-item img.owl-lazy, .clsculinary-slider-blk .owl-carousel .owl-item img.owl-lazy, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.clsjournal-slider-blk .owl-carousel .owl-video-wrapper, .clslegacy-slider-section .owl-carousel .owl-video-wrapper, .clsseason-slider-section .owl-carousel .owl-video-wrapper, .clsculinary-slider-blk .owl-carousel .owl-video-wrapper, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.clsjournal-slider-blk .owl-carousel .owl-video-play-icon, .clslegacy-slider-section .owl-carousel .owl-video-play-icon, .clsseason-slider-section .owl-carousel .owl-video-play-icon, .clsculinary-slider-blk .owl-carousel .owl-video-play-icon, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.clsjournal-slider-blk .owl-carousel .owl-video-play-icon:hover, .clslegacy-slider-section .owl-carousel .owl-video-play-icon:hover, .clsseason-slider-section .owl-carousel .owl-video-play-icon:hover, .clsculinary-slider-blk .owl-carousel .owl-video-play-icon:hover, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.clsjournal-slider-blk .owl-carousel .owl-video-playing .owl-video-tn, .clslegacy-slider-section .owl-carousel .owl-video-playing .owl-video-tn, .clsseason-slider-section .owl-carousel .owl-video-playing .owl-video-tn, .clsculinary-slider-blk .owl-carousel .owl-video-playing .owl-video-tn, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-video-playing .owl-video-tn,
.clsjournal-slider-blk .owl-carousel .owl-video-playing .owl-video-play-icon,
.clslegacy-slider-section .owl-carousel .owl-video-playing .owl-video-play-icon,
.clsseason-slider-section .owl-carousel .owl-video-playing .owl-video-play-icon,
.clsculinary-slider-blk .owl-carousel .owl-video-playing .owl-video-play-icon,
.clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.clsjournal-slider-blk .owl-carousel .owl-video-tn, .clslegacy-slider-section .owl-carousel .owl-video-tn, .clsseason-slider-section .owl-carousel .owl-video-tn, .clsculinary-slider-blk .owl-carousel .owl-video-tn, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.clsjournal-slider-blk .owl-carousel .owl-video-frame, .clslegacy-slider-section .owl-carousel .owl-video-frame, .clsseason-slider-section .owl-carousel .owl-video-frame, .clsculinary-slider-blk .owl-carousel .owl-video-frame, .clsadventure-top-section .clsadventure-slider-blk .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.clsjournal-slider-blk .owl-nav button, .clslegacy-slider-section .owl-nav button, .clsseason-slider-section .owl-nav button, .clsculinary-slider-blk .owl-nav button, .clsadventure-top-section .clsadventure-slider-blk .owl-nav button {
  margin: 0 10px !important;
}
.clsjournal-slider-blk .owl-nav .owl-prev, .clslegacy-slider-section .owl-nav .owl-prev, .clsseason-slider-section .owl-nav .owl-prev, .clsculinary-slider-blk .owl-nav .owl-prev, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-prev {
  background: url("../img/arrow-prev-yellow.svg") no-repeat !important;
  width: 23px;
  height: 38px;
}
@media (max-width: 575.98px) {
  .clsjournal-slider-blk .owl-nav .owl-prev, .clslegacy-slider-section .owl-nav .owl-prev, .clsseason-slider-section .owl-nav .owl-prev, .clsculinary-slider-blk .owl-nav .owl-prev, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-prev {
    width: 17px;
  }
}
.clsjournal-slider-blk .owl-nav .owl-prev:focus, .clslegacy-slider-section .owl-nav .owl-prev:focus, .clsseason-slider-section .owl-nav .owl-prev:focus, .clsculinary-slider-blk .owl-nav .owl-prev:focus, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-prev:focus, .clsjournal-slider-blk .owl-nav .owl-prev:active, .clslegacy-slider-section .owl-nav .owl-prev:active, .clsseason-slider-section .owl-nav .owl-prev:active, .clsculinary-slider-blk .owl-nav .owl-prev:active, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-prev:active {
  background: url("../img/grey-arrow-left.svg") no-repeat !important;
}
.clsjournal-slider-blk .owl-nav .owl-next, .clslegacy-slider-section .owl-nav .owl-next, .clsseason-slider-section .owl-nav .owl-next, .clsculinary-slider-blk .owl-nav .owl-next, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-next {
  background: url("../img/arrow-next-yellow.svg") no-repeat !important;
  width: 23px;
  height: 38px;
}
@media (max-width: 575.98px) {
  .clsjournal-slider-blk .owl-nav .owl-next, .clslegacy-slider-section .owl-nav .owl-next, .clsseason-slider-section .owl-nav .owl-next, .clsculinary-slider-blk .owl-nav .owl-next, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-next {
    width: 17px;
  }
}
.clsjournal-slider-blk .owl-nav .owl-next:focus, .clslegacy-slider-section .owl-nav .owl-next:focus, .clsseason-slider-section .owl-nav .owl-next:focus, .clsculinary-slider-blk .owl-nav .owl-next:focus, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-next:focus, .clsjournal-slider-blk .owl-nav .owl-next:active, .clslegacy-slider-section .owl-nav .owl-next:active, .clsseason-slider-section .owl-nav .owl-next:active, .clsculinary-slider-blk .owl-nav .owl-next:active, .clsadventure-top-section .clsadventure-slider-blk .owl-nav .owl-next:active {
  background: url("../img/grey-arrow-right.svg") no-repeat !important;
}

.clsculinary-top-banner-section .container .clsculinary-banner-content h1, .clsadventure-top-section .clsadventure-top-section-content-blk h1 {
  color: #B69641;
  font-size: 110px;
  padding-bottom: 65px;
}
@media (max-width: 991.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1, .clsadventure-top-section .clsadventure-top-section-content-blk h1 {
    font-size: 94px;
  }
}
@media (max-width: 767.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1, .clsadventure-top-section .clsadventure-top-section-content-blk h1 {
    padding-top: 45px;
    font-size: 70px;
  }
}
@media (max-width: 575.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1, .clsadventure-top-section .clsadventure-top-section-content-blk h1 {
    font-size: 50px;
    padding-bottom: 35px;
  }
}
.clsculinary-top-banner-section .container .clsculinary-banner-content h1 span, .clsadventure-top-section .clsadventure-top-section-content-blk h1 span {
  font-size: 43px;
  display: block;
}
@media (max-width: 991.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1 span, .clsadventure-top-section .clsadventure-top-section-content-blk h1 span {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1 span, .clsadventure-top-section .clsadventure-top-section-content-blk h1 span {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1 span, .clsadventure-top-section .clsadventure-top-section-content-blk h1 span {
    font-size: 24px;
  }
}

.clsmain-footer, .clsgrey-footer {
  background: #ffffff;
  padding: 130px 0 30px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .clsmain-footer, .clsgrey-footer {
    padding-top: 40px;
  }
}
.clsmain-footer .clsfooter-logo, .clsgrey-footer .clsfooter-logo {
  margin-bottom: 110px;
}
@media (max-width: 1199.98px) {
  .clsmain-footer .clsfooter-logo, .clsgrey-footer .clsfooter-logo {
    margin-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .clsmain-footer .clsfooter-logo, .clsgrey-footer .clsfooter-logo {
    margin-bottom: 80px;
  }
}
.clsmain-footer p, .clsgrey-footer p {
  color: #909090;
}
.clsmain-footer p a, .clsgrey-footer p a {
  color: #6b6b6b;
}

.clsgrey-footer {
  background: #ECE8E5;
}

.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body .clsbordered-link, .clsjournal-slider-section .container .clsjournal-slider-content .clsbordered-link, .clsjournal-top-banner-section .clsjournal-banner-content .clsbordered-link, .clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in .clsborder-link, .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link, .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link, .clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in .clsborder-link, .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link {
  font-size: 38px;
  font-family: vogueregular;
}
.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body .clsbordered-link a, .clsjournal-slider-section .container .clsjournal-slider-content .clsbordered-link a, .clsjournal-top-banner-section .clsjournal-banner-content .clsbordered-link a, .clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in .clsborder-link a, .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link a, .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link a, .clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in .clsborder-link a, .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link a {
  position: relative;
  display: inline-block;
}
.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body .clsbordered-link a::after, .clsjournal-slider-section .container .clsjournal-slider-content .clsbordered-link a::after, .clsjournal-top-banner-section .clsjournal-banner-content .clsbordered-link a::after, .clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in .clsborder-link a::after, .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link a::after, .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link a::after, .clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in .clsborder-link a::after, .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link a::after {
  background: #B69641;
  width: 240px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (max-width: 767.98px) {
  .clsjournal-filter-section .container .clsjournal-days-blk .card .card-body .clsbordered-link a::after, .clsjournal-slider-section .container .clsjournal-slider-content .clsbordered-link a::after, .clsjournal-top-banner-section .clsjournal-banner-content .clsbordered-link a::after, .clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in .clsborder-link a::after, .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link a::after, .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link a::after, .clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in .clsborder-link a::after, .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link a::after {
    width: 100% !important;
  }
}

.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect, .clscontact-form .clscontact-form-blk .SumoSelect {
  width: 100%;
  display: inline-block;
  position: relative;
  outline: none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .hidden, .clscontact-form .clscontact-form-blk .SumoSelect .hidden {
  display: none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .search-txt, .clscontact-form .clscontact-form-blk .SumoSelect .search-txt {
  display: none;
  outline: none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .no-match, .clscontact-form .clscontact-form-blk .SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 58px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #90793A;
  background: #fbfbfb;
  overflow: hidden;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options {
  position: relative;
  max-height: 250px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt {
  border-top: 2px solid #90793A;
  padding: 8px 25px;
  position: relative;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt label, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt:hover, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt:hover, .clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt:focus, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt:focus, .clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt:active, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt:active {
  background: #1E221E;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.group.disabled > label, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li ul li.opt, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li label, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  font-weight: normal;
  color: #848D96;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
  margin-bottom: 0px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li span, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li span {
  display: none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options > li.opt:first-child, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
  border-top: 1px solid #5E5E5E;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options > li.opt:last-child, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt.sel, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.group > label, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt.disabled, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
  padding: 0px;
  border: 0 none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.opt.disabled *, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .options li.optGroup, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper ul, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper > .MultiControls, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .CaptionCont, .clscontact-form .clscontact-form-blk .SumoSelect > .CaptionCont {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  position: relative;
  min-height: 14px;
  letter-spacing: 0.3px;
  padding: 6px 15px 6px;
  background: none;
  border: 2px solid #90793A;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  margin: 0;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .CaptionCont > span, .clscontact-form .clscontact-form-blk .SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  color: #949594;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .CaptionCont > span.placeholder, .clscontact-form .clscontact-form-blk .SumoSelect > .CaptionCont > span.placeholder {
  color: #949594;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .CaptionCont > label, .clscontact-form .clscontact-form-blk .SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .CaptionCont > label > i, .clscontact-form .clscontact-form-blk .SumoSelect > .CaptionCont > label > i {
  background: url(../img/down-arrow.svg) no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .select-all, .clscontact-form .clscontact-form-blk .SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .select-all > label, .clscontact-form .clscontact-form-blk .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .select-all > span, .clscontact-form .clscontact-form-blk .SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .select-all > span i, .clscontact-form .clscontact-form-blk .SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.okCancelInMulti > .options, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.selall > .options, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.selall > .options > li.opt:first-child, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.selall.okCancelInMulti > .options, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple {
  background: #262B27 !important;
  padding: 10px 20px 15px;
  top: 32px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li ul li.opt, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding: 8px 6px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  border: 0 none;
  cursor: pointer;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt span, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt span i, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #5E5E5E;
  border-radius: 8px;
  background-color: transparent;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt:first-child, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt:first-child {
  border-top: 0 none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt:hover, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt:hover, .clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt:focus, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt:focus, .clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt:active, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt:active {
  background: none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt label, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt label {
  padding-left: 10px;
  color: #ffffff;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  box-shadow: none;
  border-color: #BEBEBE;
  background-image: url(../img//check.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .MultiControls > p, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.isFloating, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.isFloating > .options, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.isFloating > .options li.opt, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .select-all.sel, .clscontact-form .clscontact-form-blk .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple.isFloating, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus, .clscontact-form .clscontact-form-blk .SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .select-all.selected > span i, .clscontact-form .clscontact-form-blk .SumoSelect .select-all.selected > span i {
  box-shadow: none;
  border-color: #BEBEBE;
  background-image: url("/images/check@2x.png");
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .select-all.partial > span i, .clscontact-form .clscontact-form-blk .SumoSelect .select-all.partial > span i {
  box-shadow: none;
  border-color: #BEBEBE;
  background-image: url("/images/check@2x.png");
  background-size: 13px 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #ccc;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SelectBox, .clscontact-form .clscontact-form-blk .SelectBox {
  padding: 5px 8px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .sumoStopScroll, .clscontact-form .clscontact-form-blk .sumoStopScroll {
  overflow: hidden;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.open .search-txt, .clscontact-form .clscontact-form-blk .SumoSelect.open .search-txt {
  background: transparent;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 7px 25px;
  color: #949594;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.open > .search > span, .clscontact-form .clscontact-form-blk .SumoSelect.open > .search > span {
  visibility: hidden;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.open > .search > label, .clscontact-form .clscontact-form-blk .SumoSelect.open > .search > label {
  visibility: hidden;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.open > .optWrapper, .clscontact-form .clscontact-form-blk .SumoSelect.open > .optWrapper {
  background: #fbfbfb;
  top: 40px;
  display: block;
  border-top: 0 none;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.open > .optWrapper.up, .clscontact-form .clscontact-form-blk .SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.open .CaptionCont, .clscontact-form .clscontact-form-blk .SumoSelect.open .CaptionCont {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SelectClass, .clscontact-form .clscontact-form-blk .SelectClass {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 1;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoUnder, .clscontact-form .clscontact-form-blk .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.disabled, .clscontact-form .clscontact-form-blk .SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect.disabled > .CaptionCont, .clscontact-form .clscontact-form-blk .SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

.clscontact-form .clscontact-form-blk .custom-checkbox {
  width: 100%;
}
@media (max-width: 991.98px) {
  .clscontact-form .clscontact-form-blk .custom-checkbox {
    text-align: left;
  }
}
.clscontact-form .clscontact-form-blk .custom-checkbox .custom-control-label {
  font-size: 16px;
}
.clscontact-form .clscontact-form-blk .custom-checkbox .custom-control-label::before {
  background: none;
  border-color: #90793A;
  border-width: 2px;
  border-radius: 0px;
  width: 30px;
  height: 30px;
}
.clscontact-form .clscontact-form-blk .custom-checkbox .custom-control-label::after {
  width: 32px;
  height: 32px;
}
.clscontact-form .clscontact-form-blk .custom-checkbox .custom-control-label span {
  line-height: 35px;
  padding-left: 25px;
}
.clscontact-form .clscontact-form-blk .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../img/tick.svg");
}

.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body .clsbordered-link, .clsjournal-slider-section .container .clsjournal-slider-content .clsbordered-link, .clsjournal-top-banner-section .clsjournal-banner-content .clsbordered-link, .clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in .clsborder-link, .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link, .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link, .clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in .clsborder-link, .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link {
  font-family: vogueregular;
  font-size: 38px;
  border-bottom: 2px solid #B69641;
  color: #ffffff;
  padding-right: 50px;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  #fullpage .clshome-top-section {
    position: relative;
  }
}
#fullpage .clshome-top-section .clsmobile-video-image {
  display: none;
}
@media (max-width: 767.98px) {
  #fullpage .clshome-top-section .clsmobile-video-image {
    display: block;
    background: url(../img/home-top-mobile-img.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    height: 100%;
  }
}
#fullpage .clshome-top-section #video-id {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
}
@media (max-width: 1399px) {
  #fullpage .clshome-top-section #video-id {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  #fullpage .clshome-top-section #video-id {
    display: none;
  }
}
#fullpage .clshome-top-section #clsvideo-placeholder-img {
  background: url(../img/video-placeholder-img.jpg) no-repeat;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  #fullpage .clshome-top-section #clsvideo-placeholder-img {
    display: none !important;
  }
}
#fullpage .clshome-top-section h1 {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 120px;
  color: #ffffff;
}
@media (max-width: 1399px) {
  #fullpage .clshome-top-section h1 {
    font-size: 80px;
  }
}
@media (max-width: 767.98px) {
  #fullpage .clshome-top-section h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
@media (max-width: 414px) {
  #fullpage .clshome-top-section h1 {
    font-size: 35px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  #fullpage .clshome-top-section h1 {
    font-size: 24px;
    line-height: 20px;
  }
}
#fullpage .clshome-top-section .clsdiscover {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 414px) {
  #fullpage .clshome-top-section .clsdiscover {
    bottom: 0px;
  }
}
#fullpage .clshome-top-section .clsdiscover h3 {
  font-size: 38px;
  padding-bottom: 15px;
}
@media (max-width: 767.98px) {
  #fullpage .clshome-top-section .clsdiscover h3 {
    font-size: 30px;
    padding-bottom: 0px;
  }
}
@media (max-width: 414px) {
  #fullpage .clshome-top-section .clsdiscover h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section1 {
    background: #3E2E2B;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clsdenali-slider {
    background: #999589;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section1 .clsdenali-slider {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section1 .clsdenali-slider .fp-slides {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clsdenali-slider .fp-slides .fp-slidesContainer .fp-slide .fp-tableCell {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #3E2E2B;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container {
    max-width: 100%;
    padding: 0px;
  }
}
#fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box {
  bottom: 100px;
}
@media (max-width: 991.98px) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box {
    bottom: 200px;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box {
    position: static;
    max-width: 100%;
  }
}
@media only screen and (max-width: 668px) and (orientation: landscape) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box {
    padding: 15px 15px;
  }
}
#fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 668px) and (orientation: landscape) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows {
    margin-top: 15px;
  }
}
#fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next {
  position: static;
  display: inline-block;
  width: auto;
  opacity: 1;
}
#fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg {
  fill: #B69641;
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg {
    width: 15px;
  }
}
@media only screen and (max-width: 668px) and (orientation: landscape) {
  #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg {
    width: 15px;
  }
}
#fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg:hover, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg:focus, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg:hover, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg:focus {
  fill: #ffffff !important;
}
#fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev:focus svg, #fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next:focus svg {
  fill: #ffffff;
}
#fullpage #section1 .clsdenali-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next {
  margin-left: 15px;
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  #fullpage #section1 .clsdenali-slider .carousel .carousel-inner .carousel-item img {
    width: auto !important;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section1 .clsdenali-slider .carousel .carousel-inner .carousel-item img {
    height: 100vh;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clscaousel-desktop {
    display: none;
  }
}
#fullpage #section1 .clscaousel-mobile, #fullpage #section1 .clsluxury-slider-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  #fullpage #section1 .clscaousel-mobile, #fullpage #section1 .clsluxury-slider-mobile {
    display: block;
  }
}
@media (max-width: 375px) {
  #fullpage #section1 .clscaousel-mobile .carousel-inner, #fullpage #section1 .clsluxury-slider-mobile .carousel-inner {
    max-height: 280px;
  }
}
@media (max-width: 767.98px) {
  #fullpage .clsslider-arrows {
    display: none;
  }
}
#fullpage .clsslider-arrows-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  #fullpage .clsslider-arrows-mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section2 {
    background: #3E2E2B;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section2 .clsluxury-slider {
    display: table;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section2 .clsluxury-slider .fp-slides {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section2 .clsluxury-slider .fp-slides .fp-slidesContainer .fp-slide .fp-tableCell {
    height: 100% !important;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    background: #3E2E2B;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container {
    max-width: 100%;
    padding: 0px;
  }
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box {
  text-align: right;
  right: 405px;
  bottom: 100px;
}
@media (max-width: 1199.98px) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box {
    right: 45px;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box {
    position: static;
    max-width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 668px) and (orientation: landscape) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box {
    padding: 15px 15px;
  }
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box h2 span {
  padding-right: 48px;
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clshide-menus1 {
  left: -275px;
  border-right: 2px soliD #B69641;
  border-left: 0 none;
}
@media (max-width: 1199.98px) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clshide-menus1 {
    left: -235px;
  }
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows {
    margin-top: 15px;
  }
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next {
  position: static;
  display: inline-block;
  width: auto;
  opacity: 1;
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg {
  fill: #B69641;
}
@media (max-width: 767.98px) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg {
    width: 15px;
  }
}
@media only screen and (max-width: 668px) and (orientation: landscape) {
  #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg {
    width: 15px;
  }
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg:hover, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg:focus, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg:hover, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next svg:focus {
  fill: #ffffff !important;
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-prev:focus svg, #fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next:focus svg {
  fill: #ffffff;
}
#fullpage #section2 .clsluxury-slider .clsbanner-content .container .clsbanner-content-box .clsslider-arrows .carousel-control-next {
  margin-left: 15px;
}
@media (min-width: 767.98px) and (max-width: 1199.98px) {
  #fullpage #section2 .clsluxury-slider .carousel .carousel-inner .carousel-item img {
    width: auto !important;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  #fullpage #section2 .clsluxury-slider .carousel .carousel-inner .carousel-item img {
    height: 100vh;
    object-fit: cover;
  }
}
@media (max-width: 767.98px) {
  #fullpage #section2 .clscaousel-desktop {
    display: none;
  }
}
#fullpage #section2 .clscaousel-mobile, #fullpage #section2 .clsluxury-slider-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  #fullpage #section2 .clscaousel-mobile, #fullpage #section2 .clsluxury-slider-mobile {
    display: block;
  }
}
@media (max-width: 375px) {
  #fullpage #section2 .clscaousel-mobile .carousel-inner, #fullpage #section2 .clsluxury-slider-mobile .carousel-inner {
    max-height: 280px;
  }
}

.clsbanner-content .container .clsbanner-content-box {
  background: #3E2E2B;
  color: #ffffff;
  padding: 25px 15px;
  max-width: 480px;
  position: absolute;
  bottom: 100px;
  z-index: 1;
}
.clsbanner-content .container .clsbanner-content-box h2 {
  font-size: 75px;
  color: #B69641;
  padding-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .clsbanner-content .container .clsbanner-content-box h2 {
    font-size: 50px;
    padding-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .clsbanner-content .container .clsbanner-content-box h2 {
    font-size: 34px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  .clsbanner-content .container .clsbanner-content-box h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 668px) and (orientation: landscape) {
  .clsbanner-content .container .clsbanner-content-box h2 {
    padding-bottom: 0px;
  }
}
.clsbanner-content .container .clsbanner-content-box h2 span {
  font-size: 22px;
  display: block;
}
@media (max-width: 375px) {
  .clsbanner-content .container .clsbanner-content-box h2 span {
    font-size: 16px;
  }
}
.clsbanner-content .container .clsbanner-content-box p {
  line-height: 33px;
}
@media (max-width: 767.98px) {
  .clsbanner-content .container .clsbanner-content-box p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 668px) and (orientation: landscape) {
  .clsbanner-content .container .clsbanner-content-box p {
    line-height: 24px;
  }
}
.clsbanner-content .container .clsbanner-content-box .clsslider-arrows {
  margin-top: 40px;
}
.clsbanner-content .container .clsbanner-content-box .clsslider-arrows a svg {
  fill: #B69641;
}
.clsbanner-content .container .clsbanner-content-box .clsslider-arrows a svg:hover, .clsbanner-content .container .clsbanner-content-box .clsslider-arrows a svg:focus {
  fill: #ffffff !important;
}
.clsbanner-content .container .clsbanner-content-box .clsslider-arrows a:focus svg {
  fill: #ffffff;
}
.clsbanner-content .container .clsbanner-content-box .clsslider-arrows a.right {
  margin-left: 15px !important;
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 {
  background: #3E2E2B;
  padding: 25px 25px;
  display: none;
  width: 410px;
  position: absolute;
  left: 65%;
  bottom: -85px;
  border-left: 2px soliD #B69641;
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus p, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 p {
  line-height: 26px;
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus ul, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul {
  font-size: 40px;
  font-family: vogueregular;
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .clsbanner-content .container .clsbanner-content-box .clshide-menus ul, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul {
    font-size: 34px;
  }
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus ul li, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul li {
  text-transform: uppercase;
  line-height: 34px;
  margin-bottom: 23px;
}
@media (max-width: 1399px) {
  .clsbanner-content .container .clsbanner-content-box .clshide-menus ul li, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul li {
    line-height: 30px;
  }
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus ul li a, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul li a {
  color: #B69641;
  position: relative;
  display: inline-block;
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus ul li a:before, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul li a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #B69641;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus ul li a:hover:before, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul li a:hover:before {
  width: 100%;
}
.clsbanner-content .container .clsbanner-content-box .clshide-menus ul li a:hover, .clsbanner-content .container .clsbanner-content-box .clshide-menus1 ul li a:hover {
  color: #ffffff;
}

.clsbrand-logos {
  background: #ffffff !important;
  padding: 150px 0;
  margin-top: 250px;
  /* Slider */
  /* Arrows */
}
@media (max-width: 1536px) {
  .clsbrand-logos {
    margin-top: 190px;
  }
}
@media (max-width: 991.98px) {
  .clsbrand-logos {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .clsbrand-logos {
    padding: 70px 0;
  }
}
.clsbrand-logos .clsslick-slider {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 55px;
}
.clsbrand-logos .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.clsbrand-logos .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.clsbrand-logos .slick-list:focus {
  outline: none;
}
.clsbrand-logos .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.clsbrand-logos .slick-slider .slick-track,
.clsbrand-logos .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.clsbrand-logos .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clsbrand-logos .slick-track:before,
.clsbrand-logos .slick-track:after {
  display: table;
  content: "";
}
.clsbrand-logos .slick-track:after {
  clear: both;
}
.clsbrand-logos .slick-loading .slick-track {
  visibility: hidden;
}
.clsbrand-logos .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.clsbrand-logos [dir=rtl] .slick-slide {
  float: right;
}
.clsbrand-logos .slick-slide img {
  display: block;
  width: auto !important;
}
.clsbrand-logos .slick-slide.slick-loading img {
  display: none;
}
.clsbrand-logos .slick-slide.dragging img {
  pointer-events: none;
}
.clsbrand-logos .slick-initialized .slick-slide {
  display: table-cell;
  padding: 0 25px;
  float: none;
  vertical-align: middle;
}
.clsbrand-logos .slick-initialized .slick-slide > div {
  text-align: center;
}
.clsbrand-logos .slick-loading .slick-slide {
  visibility: hidden;
}
.clsbrand-logos .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.clsbrand-logos .slick-arrow.slick-hidden {
  display: none;
}
.clsbrand-logos .slick-prev,
.clsbrand-logos .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.clsbrand-logos .slick-prev:hover,
.clsbrand-logos .slick-prev:focus,
.clsbrand-logos .slick-next:hover,
.clsbrand-logos .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.clsbrand-logos .slick-prev:hover:before,
.clsbrand-logos .slick-prev:focus:before,
.clsbrand-logos .slick-next:hover:before,
.clsbrand-logos .slick-next:focus:before {
  opacity: 1;
}
.clsbrand-logos .slick-prev.slick-disabled:before,
.clsbrand-logos .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.clsbrand-logos .slick-prev:before,
.clsbrand-logos .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clsbrand-logos .slick-prev {
  left: -25px;
}
.clsbrand-logos [dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.clsbrand-logos .slick-prev:before {
  content: "←";
}
.clsbrand-logos [dir=rtl] .slick-prev:before {
  content: "→";
}
.clsbrand-logos [dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.clsbrand-logos .slick-next:before {
  content: "→";
}
.clsbrand-logos [dir=rtl] .slick-next:before {
  content: "←";
}

.clslegacy-section {
  background: #ffffff !important;
}
.clslegacy-section .clslegacy-inner {
  background: #3e2e2b;
  background: -moz-linear-gradient(left, #3e2e2b 0%, #3e2e2b 80%, white 80%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3e2e2b), color-stop(80%, #3e2e2b), color-stop(80%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(left, #3e2e2b 0%, #3e2e2b 80%, white 80%, white 100%);
  background: -o-linear-gradient(left, #3e2e2b 0%, #3e2e2b 80%, white 80%, white 100%);
  background: -ms-linear-gradient(left, #3e2e2b 0%, #3e2e2b 80%, white 80%, white 100%);
  padding: 115px 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .clslegacy-section .clslegacy-inner {
    padding: 115px 20px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-section .clslegacy-inner {
    background: none;
    padding: 30px 0px;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-section .clslegacy-inner .clslegacy-slider {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-section .clslegacy-inner .clsbanner-content {
    background: #3e2e2b;
    margin-top: -60px;
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box {
  max-width: 380px;
  color: #ffffff;
  margin: 0 auto;
  padding-left: 30px;
  padding-top: 140px;
}
@media (max-width: 1199.98px) {
  .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box {
    padding-top: 15px;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box {
    padding-top: 0px;
    max-width: 100%;
    padding-right: 30px;
  }
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box h2 {
  font-size: 75px;
  color: #B69641;
  padding-bottom: 20px;
}
@media (max-width: 767.98px) {
  .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box h2 {
    font-size: 60px;
  }
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box h2 span {
  font-size: 22px;
  display: block;
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box p {
  line-height: 33px;
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows {
  margin-top: 40px;
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-prev, .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-next {
  position: static;
  display: inline-block;
  width: auto;
  opacity: 1;
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg, .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-next svg {
  fill: #B69641;
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg:hover, .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-prev svg:focus, .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-next svg:hover, .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-next svg:focus {
  fill: #ffffff !important;
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-prev:focus svg, .clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-next:focus svg {
  fill: #ffffff;
}
.clslegacy-section .clslegacy-inner .clsbanner-content .clsbanner-content-box .clsslider-arrows .carousel-control-next {
  margin-left: 15px;
}

.fp-controlArrow.fp-prev, .fp-controlArrow.fp-next {
  display: none;
}

.clscontact-form h2 {
  font-size: 50px;
  color: #90793A;
}
.clscontact-form .clscontact-form-blk {
  margin-top: 90px;
  margin-bottom: 115px;
}
.clscontact-form .clscontact-form-blk .clsform-button {
  font-size: 38px;
  color: #212121;
  text-transform: uppercase;
  font-family: vogueregular;
}
.clscontact-form .clscontact-form-blk .clsform-button:hover {
  color: #90793A;
}
.clscontact-form .clscontact-form-blk .clsadd-phone {
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}
.clscontact-form .clscontact-form-blk .clsadd-phone a {
  color: #3E2E2B;
}
.clscontact-form .clscontact-form-blk .clsadd-phone a img {
  padding-right: 10px;
}

.clsthankyou-blk {
  text-align: center;
  padding-top: 175px;
}
@media (max-width: 1199.98px) {
  .clsthankyou-blk {
    padding-top: 130px;
  }
}
@media (max-width: 767.98px) {
  .clsthankyou-blk {
    padding-top: 40px;
  }
}
.clsthankyou-blk h2 {
  font-size: 50px;
  color: #90793A;
}
.clsthankyou-blk p {
  font-family: latoregular;
  color: #828282;
  font-size: 20px;
}
.clsthankyou-blk .clsback-btn-blk {
  padding-top: 280px;
}
@media (max-width: 1199.98px) {
  .clsthankyou-blk .clsback-btn-blk {
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .clsthankyou-blk .clsback-btn-blk {
    padding-top: 100px;
  }
}
.clsthankyou-blk .clsback-btn-blk .clsback-btn {
  font-size: 38px;
  color: #212121;
  text-transform: uppercase;
  font-family: vogueregular;
}
.clsthankyou-blk .clsback-btn-blk .clsback-btn:hover {
  color: #90793A;
}

.clsadventure-top-section {
  background: url(../img/adventure-top-bg.jpg) no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding-bottom: 65px;
}
@media (max-width: 767.98px) {
  .clsadventure-top-section {
    padding-bottom: 30px;
  }
}
.clsadventure-top-section .clsadventure-top-section-content-blk {
  padding-top: 300px;
  padding-bottom: 50px;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .clsadventure-top-section .clsadventure-top-section-content-blk {
    padding-top: 150px;
  }
}
@media (max-width: 575.98px) {
  .clsadventure-top-section .clsadventure-top-section-content-blk {
    padding-top: 100px;
  }
}
.clsadventure-top-section .clsadventure-top-section-content-blk p {
  text-align: justify;
  line-height: 35px;
}
.clsadventure-top-section .clsadventure-slider-blk {
  padding-top: 150px;
}
@media (max-width: 991.98px) {
  .clsadventure-top-section .clsadventure-slider-blk {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .clsadventure-top-section .clsadventure-slider-blk {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 25px;
    overflow: hidden;
  }
}

.clsexplore-section .clsexplore-withus-box {
  background: #3E2E2B;
  padding: 115px 120px 70px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .clsexplore-section .clsexplore-withus-box {
    padding: 70px;
  }
}
@media (max-width: 575.98px) {
  .clsexplore-section .clsexplore-withus-box {
    padding: 50px 30px;
  }
}
@media (max-width: 360px) {
  .clsexplore-section .clsexplore-withus-box {
    padding: 50px 15px;
  }
}
.clsexplore-section .clsexplore-withus-box h2 {
  font-size: 60px;
  color: #B69641;
}
@media (max-width: 767.98px) {
  .clsexplore-section .clsexplore-withus-box h2 {
    font-size: 44px;
  }
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content {
  margin-top: 50px;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul {
  display: table;
  width: 100%;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 991.98px) {
  .clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li {
    width: 100%;
    display: block;
  }
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li {
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:first-child {
  width: 130px;
  text-align: right;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:first-child span {
  border-radius: 100%;
  width: 23px;
  height: 24px;
  display: inline-block;
  text-align: center;
  margin: 0 3px;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:first-child span.clswinter {
  background: #67758A;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:first-child span.clsspring {
  background: #ACC7AE;
  color: #364048;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:first-child span.clssummer {
  background: #E2CA9A;
  color: #364048;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:first-child span.clsfall {
  background: #CD5250;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:last-child {
  padding-left: 15px;
  line-height: 18px;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-content > ul > li .clsexplore-row li:last-child span {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #B0B0B0;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator {
  text-align: center;
  padding-top: 90px;
}
@media (max-width: 414px) {
  .clsexplore-section .clsexplore-withus-box .clsexplore-indicator {
    padding-top: 60px;
  }
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span {
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 0 30px;
}
@media (max-width: 414px) {
  .clsexplore-section .clsexplore-withus-box .clsexplore-indicator span {
    display: block;
    margin-left: 0px;
    padding: 0 0 30px 0;
    text-align: left;
  }
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span:first-child {
  margin-left: 0px;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span::before {
  content: "";
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  border-radius: 100%;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span.clswinter::before {
  background: #67758A;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span.clsspring::before {
  background: #ACC7AE;
  color: #364048;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span.clssummer::before {
  background: #E2CA9A;
  color: #364048;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span.clsfall::before {
  background: #CD5250;
}
.clsexplore-section .clsexplore-withus-box .clsexplore-indicator span em {
  position: relative;
  font-style: normal;
  top: 9px;
  left: 15px;
}
@media (max-width: 414px) {
  .clsexplore-section .clsexplore-withus-box .clsexplore-indicator span em {
    left: 17px;
  }
}

.clsseason-section {
  position: relative;
  top: 85px;
}
@media (max-width: 767.98px) {
  .clsseason-section {
    top: 25px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .clsseason-section .card-deck {
    display: block;
  }
}
.clsseason-section .card-deck .card {
  border: 0 none;
  background: #ECE8E5;
  padding: 50px 90px 45px;
  border-radius: 0px;
  margin-bottom: 95px;
}
@media (max-width: 1199.98px) {
  .clsseason-section .card-deck .card {
    padding: 40px 60px 40px;
  }
}
@media (max-width: 991.98px) {
  .clsseason-section .card-deck .card {
    padding: 20px 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .clsseason-section .card-deck .card {
    margin-bottom: 60px;
  }
}
.clsseason-section .card-deck .card .card-body h5 {
  font-size: 60px;
  color: #B69641;
}
@media (max-width: 767.98px) {
  .clsseason-section .card-deck .card .card-body h5 {
    font-size: 44px;
  }
}
.clsseason-section .card-deck .card .card-body h6 {
  font-size: 17px;
  color: #B69641;
  text-transform: capitalize;
  font-family: "Times New Roman", Times, serif;
}
.clsseason-section .card-deck .card .card-body p {
  color: #364048;
  text-align: justify;
}

.clsadventure-bottom-img img {
  width: 100%;
}

.clsculinary-header-black .clslogo a svg {
  fill: #ffffff !important;
}

.clsculinary-top-banner-section {
  background: #3e2e2b;
  background: -moz-linear-gradient(left, #3e2e2b 0%, #3e2e2b 50%, white 50%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3e2e2b), color-stop(50%, #3e2e2b), color-stop(50%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(left, #3e2e2b 0%, #3e2e2b 50%, white 50%, white 100%);
  background: -o-linear-gradient(left, #3e2e2b 0%, #3e2e2b 50%, white 50%, white 100%);
  background: -ms-linear-gradient(left, #3e2e2b 0%, #3e2e2b 50%, white 50%, white 100%);
  padding-top: 350px;
  padding-bottom: 560px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .clsculinary-top-banner-section {
    padding-top: 290px;
    padding-bottom: 300px;
  }
}
@media (max-width: 1099px) {
  .clsculinary-top-banner-section {
    padding-top: 250px;
    padding-bottom: 230px;
  }
}
@media (max-width: 991.98px) {
  .clsculinary-top-banner-section {
    padding-top: 210px;
    padding-bottom: 125px;
  }
}
@media (max-width: 767.98px) {
  .clsculinary-top-banner-section {
    background: -moz-linear-gradient(left, #3e2e2b 0%, #3e2e2b 70%, white 70%, white 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #3e2e2b), color-stop(70%, #3e2e2b), color-stop(70%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(left, #3e2e2b 0%, #3e2e2b 70%, white 70%, white 100%);
    background: -o-linear-gradient(left, #3e2e2b 0%, #3e2e2b 70%, white 70%, white 100%);
    background: -ms-linear-gradient(left, #3e2e2b 0%, #3e2e2b 70%, white 70%, white 100%);
    padding-bottom: 0px;
    padding-top: 140px;
    position: relative;
  }
  .clsculinary-top-banner-section::after {
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 300px;
    content: "";
    display: block;
    bottom: 0;
    z-index: 0;
  }
}
@media (max-width: 575.98px) {
  .clsculinary-top-banner-section {
    background: -moz-linear-gradient(left, #3e2e2b 0%, #3e2e2b 90%, white 90%, white 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #3e2e2b), color-stop(90%, #3e2e2b), color-stop(90%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(left, #3e2e2b 0%, #3e2e2b 90%, white 90%, white 100%);
    background: -o-linear-gradient(left, #3e2e2b 0%, #3e2e2b 90%, white 90%, white 100%);
    background: -ms-linear-gradient(left, #3e2e2b 0%, #3e2e2b 90%, white 90%, white 100%);
  }
}
@media (max-width: 414px) {
  .clsculinary-top-banner-section {
    background: -moz-linear-gradient(left, #3e2e2b 0%, #3e2e2b 85%, white 85%, white 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #3e2e2b), color-stop(85%, #3e2e2b), color-stop(85%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(left, #3e2e2b 0%, #3e2e2b 85%, white 85%, white 100%);
    background: -o-linear-gradient(left, #3e2e2b 0%, #3e2e2b 85%, white 85%, white 100%);
    background: -ms-linear-gradient(left, #3e2e2b 0%, #3e2e2b 85%, white 85%, white 100%);
  }
}
@media (max-width: 375px) {
  .clsculinary-top-banner-section {
    padding-top: 100px;
  }
}
.clsculinary-top-banner-section .container .clsculinary-banner-content {
  color: #ffffff;
}
.clsculinary-top-banner-section .container .clsculinary-banner-content h1 {
  padding-bottom: 36px;
}
@media (max-width: 1199.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1 {
    font-size: 86px;
  }
}
@media (max-width: 991.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1 {
    font-size: 68px;
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content h1 {
    font-size: 54px;
  }
}
.clsculinary-top-banner-section .container .clsculinary-banner-content p {
  max-width: 400px;
}
@media (max-width: 991.98px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content p {
    max-width: 315px;
  }
}
@media (max-width: 375px) {
  .clsculinary-top-banner-section .container .clsculinary-banner-content p {
    max-width: 250px;
  }
}
.clsculinary-top-banner-section .clsculinary-banner-img img.clsdesktop-img {
  width: 60%;
  position: absolute;
  bottom: -45px;
  right: 0;
}
@media (max-width: 1199.98px) {
  .clsculinary-top-banner-section .clsculinary-banner-img img.clsdesktop-img {
    width: 57%;
  }
}
@media (max-width: 767.98px) {
  .clsculinary-top-banner-section .clsculinary-banner-img img.clsdesktop-img {
    display: none;
  }
}
.clsculinary-top-banner-section .clsculinary-banner-img .clsmobile-img {
  display: none;
}
@media (max-width: 767.98px) {
  .clsculinary-top-banner-section .clsculinary-banner-img .clsmobile-img {
    display: block;
    position: relative;
    z-index: 1;
  }
}

.clsculinary-slider-blk {
  margin-top: 30px;
  margin-bottom: 60px;
}

.clsexperience-top-section .clsexperience-top-content-blk {
  display: table;
  width: 100%;
}
.clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
@media (max-width: 1199.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content {
    padding: 100px 0 0px;
  }
}
@media (max-width: 991.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content {
    display: block;
    width: 100%;
    text-align: center;
    padding: 130px 0 40px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content {
    padding: 150px 0 40px;
  }
}
.clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in {
  max-width: 580px;
  margin: 0 0 0 205px;
  padding: 0 20px 0 0;
}
@media (max-width: 1399px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in {
    margin: 0 0 0 140px;
  }
}
@media (max-width: 1199.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in {
    margin: 0 0 0 95px;
  }
}
@media (max-width: 991.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in {
    max-width: 690px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in h2 {
  font-size: 60px;
  color: #B69641;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in h2 {
    font-size: 44px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in h2 {
    font-size: 36px;
  }
}
.clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-content .clsexperience-top-content-in p {
  line-height: 35px;
}
.clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-banner-img {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 0px;
  text-align: right;
  width: 40%;
}
@media (max-width: 991.98px) {
  .clsexperience-top-section .clsexperience-top-content-blk .clsexperience-top-banner-img {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .clsexperience-shared-section .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.clsexperience-shared-section .container .clsexperience-shared-box {
  text-align: center;
  background: #ECE8E5;
  padding: 150px 30px;
}
@media (max-width: 991.98px) {
  .clsexperience-shared-section .container .clsexperience-shared-box {
    padding: 90px 30px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-shared-section .container .clsexperience-shared-box {
    padding: 50px 30px;
  }
}
.clsexperience-shared-section .container .clsexperience-shared-box .clsexperience-shared-box-in {
  max-width: 725px;
  margin: 0 auto;
}
.clsexperience-shared-section .container .clsexperience-shared-box .clsexperience-shared-box-in h2 {
  font-size: 60px;
  color: #B69641;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .clsexperience-shared-section .container .clsexperience-shared-box .clsexperience-shared-box-in h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .clsexperience-shared-section .container .clsexperience-shared-box .clsexperience-shared-box-in h2 {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .clsexperience-shared-section .container .clsexperience-shared-box .clsexperience-shared-box-in h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-shared-section .container .clsexperience-shared-box .clsexperience-shared-box-in h2 {
    font-size: 36px;
  }
}
.clsexperience-shared-section .container .clsexperience-shared-box .clsexperience-shared-box-in p {
  line-height: 35px;
}

@media (max-width: 767.98px) {
  .clsexperience-location-section .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.clsexperience-location-section .container .clsexperience-location-box {
  background: #3E2E2B;
  padding: 110px 30px 100px;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .clsexperience-location-section .container .clsexperience-location-box {
    padding: 90px 30px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-location-section .container .clsexperience-location-box {
    padding: 50px 30px;
  }
}
.clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in {
  max-width: 700px;
  margin: 0 auto;
}
.clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in h2 {
  font-size: 60px;
  color: #B69641;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in h2 {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in h2 {
    font-size: 36px;
  }
}
.clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in p {
  line-height: 35px;
}
.clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link {
  margin-top: 90px;
}
@media (max-width: 767.98px) {
  .clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link {
    margin-top: 55px;
  }
}
.clsexperience-location-section .container .clsexperience-location-box .clsexperience-location-box-in .clsborder-link a {
  color: #ffffff;
}
.clsexperience-location-section .clslocation-img {
  position: relative;
  margin-top: -120px;
  margin-bottom: 0px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .clsexperience-location-section .clslocation-img {
    margin-top: 0px;
  }
}
@media (max-width: 767.98px) {
  .clsexperience-location-section .clslocation-img img.clsdesktop {
    display: none;
  }
}
.clsexperience-location-section .clslocation-img img.clsmobile {
  display: none;
}
@media (max-width: 767.98px) {
  .clsexperience-location-section .clslocation-img img.clsmobile {
    display: block;
  }
}

.clsexperience-visit-section {
  background: #f2f2f2;
}
.clsexperience-visit-section .clsexperience-shared-box {
  padding: 55px 180px 65px;
}
.clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in {
  max-width: 725px;
  margin: 0 auto;
}
.clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in h2 {
  margin-bottom: 30px;
}
.clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in .clsborder-link {
  margin-top: 45px;
}
.clsexperience-visit-section .clsexperience-shared-box .clsexperience-shared-box-in .clsborder-link a {
  color: #212121;
}

.clsexperience-arrival-section {
  background: #f2f2f2;
}
.clsexperience-arrival-section .clsexperience-shared-box {
  background: #ffffff !important;
}

.clsexperience-activities-section {
  display: table;
  width: 100%;
  color: #ffffff;
}
.clsexperience-activities-section .clsactivity-img {
  background: url("../img/explore-activity-img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  width: 50%;
}
@media (max-width: 767.98px) {
  .clsexperience-activities-section .clsactivity-img {
    background: none;
    display: block;
    width: 100%;
    margin-bottom: 0px;
  }
}
.clsexperience-activities-section .clsactivity-img .clsmobile {
  display: none;
}
@media (max-width: 767.98px) {
  .clsexperience-activities-section .clsactivity-img .clsmobile {
    display: block;
  }
}
.clsexperience-activities-section .clsexperience-activities-content {
  padding: 100px 0 100px;
  background: #3E2E2B;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 991.98px) {
  .clsexperience-activities-section .clsexperience-activities-content {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .clsexperience-activities-section .clsexperience-activities-content {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in {
  max-width: 375px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in {
    max-width: 100%;
  }
}
.clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in h2 {
  font-size: 60px;
  color: #B69641;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in h2 {
    font-size: 44px;
  }
}
@media (max-width: 991.98px) {
  .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in h2 {
    font-size: 36px;
  }
}
.clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in p {
  line-height: 35px;
}
.clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link {
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  .clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link {
    margin-top: 40px;
  }
}
.clsexperience-activities-section .clsexperience-activities-content .clsexperience-activities-content-in .clsborder-link a {
  color: #ffffff;
}

.clsexperience-age-section {
  background: #f2f2f2;
  position: relative;
  display: table;
  width: 100%;
}
@media (max-width: 767.98px) {
  .clsexperience-age-section .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.clsexperience-age-section .container .clsexperience-age-content-box {
  background: #3E2E2B;
  max-width: 630px;
  padding: 60px 100px 100px;
  color: #ffffff;
  position: absolute;
  top: 270px;
  left: 83px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .clsexperience-age-section .container .clsexperience-age-content-box {
    position: static;
    max-width: 100%;
    text-align: center;
    padding-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .clsexperience-age-section .container .clsexperience-age-content-box {
    padding: 60px 30px 100px;
  }
}
.clsexperience-age-section .container .clsexperience-age-content-box h2 {
  font-size: 60px;
  color: #B69641;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .clsexperience-age-section .container .clsexperience-age-content-box h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .clsexperience-age-section .container .clsexperience-age-content-box h2 {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .clsexperience-age-section .container .clsexperience-age-content-box h2 {
    font-size: 36px;
  }
}
.clsexperience-age-section .container .clsexperience-age-content-box p {
  line-height: 35px;
}
.clsexperience-age-section .clsage-banner-img {
  float: right;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .clsexperience-age-section .clsage-banner-img {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .clsexperience-age-section .clsage-banner-img {
    width: 100%;
    float: none;
  }
}
@media (max-width: 991.98px) {
  .clsexperience-age-section .clsage-banner-img img {
    max-width: 100%;
  }
}

.clsexperience-fitness-section {
  background: #f2f2f2;
}
.clsexperience-fitness-section .clsexperience-shared-box {
  background: #ffffff !important;
  padding: 320px 30px 130px !important;
  position: relative;
  z-index: 0;
  margin-top: -220px;
}
@media (max-width: 991.98px) {
  .clsexperience-fitness-section .clsexperience-shared-box {
    margin-top: 0px;
    padding: 60px 30px 60px !important;
  }
}

.clswildlife-section {
  background: #f2f2f2;
}

#location-modal .modal-dialog {
  max-width: 735px;
}
#location-modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0 none;
  padding: 0 10px;
}
#location-modal .modal-dialog .modal-content .modal-header .close {
  font-size: 50px;
  color: #BEBEBE;
  opacity: 1;
}

.clshistoric-top-banner-section {
  background-color: #ece8e5;
}
.clshistoric-top-banner-section .clshistoric-banner-content {
  background: #ffffff;
  text-align: center;
  padding: 50px 110px 50px;
  position: relative;
  margin-top: -310px;
}
@media (max-width: 1399px) {
  .clshistoric-top-banner-section .clshistoric-banner-content {
    margin-top: -250px;
  }
}
@media (max-width: 1199.98px) {
  .clshistoric-top-banner-section .clshistoric-banner-content {
    margin-top: -200px;
    padding: 50px 90px 50px;
  }
}
@media (max-width: 991.98px) {
  .clshistoric-top-banner-section .clshistoric-banner-content {
    margin-top: -150px;
    padding: 50px;
  }
}
@media (max-width: 767.98px) {
  .clshistoric-top-banner-section .clshistoric-banner-content {
    margin-top: -100px;
    padding: 50px 30px 50px;
  }
}
@media (max-width: 575.98px) {
  .clshistoric-top-banner-section .clshistoric-banner-content {
    margin-top: -50px;
  }
}
.clshistoric-top-banner-section .clshistoric-banner-content h2 {
  font-size: 60px;
  color: #B69641;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .clshistoric-top-banner-section .clshistoric-banner-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .clshistoric-top-banner-section .clshistoric-banner-content h2 {
    font-size: 44px;
  }
}
@media (max-width: 575.98px) {
  .clshistoric-top-banner-section .clshistoric-banner-content h2 {
    font-size: 36px;
  }
}
.clshistoric-top-banner-section .clshistoric-banner-content p {
  line-height: 35px;
  padding-bottom: 50px;
}

.clshistoric-partner-section {
  background: #3E2E2B;
  display: table;
  width: 100%;
  color: #ffffff;
}
.clshistoric-partner-section .clspartner-content-blk {
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
@media (max-width: 991.98px) {
  .clshistoric-partner-section .clspartner-content-blk {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in {
  max-width: 600px;
  margin: 0 0 0 205px;
}
@media (max-width: 1399px) {
  .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in {
    margin: 0 40px 0 100px;
  }
}
@media (max-width: 1199.98px) {
  .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in {
    margin: 0 40px 0 80px;
  }
}
@media (max-width: 991.98px) {
  .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in p {
  line-height: 35px;
}
@media (max-width: 1399px) {
  .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in p {
    line-height: 30px;
  }
}
.clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link {
  padding-top: 40px;
}
@media (max-width: 1399px) {
  .clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link {
    padding-top: 20px;
  }
}
.clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link a {
  color: #ffffff;
}
.clshistoric-partner-section .clspartner-content-blk .clspartner-content-blk-in .clsborder-link a::after {
  width: 335px;
}
.clshistoric-partner-section figure {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .clshistoric-partner-section figure {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .clshistoric-partner-section figure .clsdesktop {
    display: none;
  }
}
.clshistoric-partner-section figure .clsmobile {
  display: none;
}
@media (max-width: 991.98px) {
  .clshistoric-partner-section figure .clsmobile {
    display: block;
  }
}

.clshistoric-partner-bottom-section ul {
  display: table;
  width: 100%;
}
.clshistoric-partner-bottom-section ul li {
  display: table-cell;
}

@media (max-width: 767.98px) {
  .clshistoric-contact-section .container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.clshistoric-contact-section .container .clshistoric-contact-box {
  background: #3E2E2B;
  padding: 80px 30px 120px;
  color: #ffffff;
  position: relative;
  top: -95px;
}
@media (max-width: 991.98px) {
  .clshistoric-contact-section .container .clshistoric-contact-box {
    position: static;
  }
}
.clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in {
  max-width: 720px;
  margin: 0 auto;
}
.clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in p {
  line-height: 35px;
  padding-bottom: 30px;
}
.clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in .clsborder-link {
  padding-top: 40px;
}
.clshistoric-contact-section .container .clshistoric-contact-box .clshistoric-contact-box-in .clsborder-link a {
  color: #ffffff;
}

.clsseasons-top-banner-section {
  background: #ECE8E5;
}
.clsseasons-top-banner-section figure img {
  width: 100%;
}
.clsseasons-top-banner-section .clsseasons-top-banner-content {
  background: #ffffff;
  margin-top: -170px;
  position: relative;
}
@media (max-width: 1399px) {
  .clsseasons-top-banner-section .clsseasons-top-banner-content {
    margin-top: -140px;
  }
}
@media (max-width: 767.98px) {
  .clsseasons-top-banner-section .clsseasons-top-banner-content {
    margin-top: -100px;
  }
}
@media (max-width: 575.98px) {
  .clsseasons-top-banner-section .clsseasons-top-banner-content {
    margin-top: -50px;
  }
}
.clsseasons-top-banner-section .clsseasons-top-banner-content .clsseasons-top-banner-content-in {
  max-width: 670px;
  margin: 0 auto;
  padding: 70px 30px 150px;
}
@media (max-width: 767.98px) {
  .clsseasons-top-banner-section .clsseasons-top-banner-content .clsseasons-top-banner-content-in {
    padding: 70px 30px 70px;
  }
}
.clsseasons-top-banner-section .clsseasons-top-banner-content .clsseasons-top-banner-content-in h2 {
  font-size: 75px;
  color: #B69641;
  padding-bottom: 40px;
  max-width: 325px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .clsseasons-top-banner-section .clsseasons-top-banner-content .clsseasons-top-banner-content-in h2 {
    font-size: 64px;
  }
}
@media (max-width: 767.98px) {
  .clsseasons-top-banner-section .clsseasons-top-banner-content .clsseasons-top-banner-content-in h2 {
    max-width: 100%;
    text-align: center;
  }
}
.clsseasons-top-banner-section .clsseasons-top-banner-content .clsseasons-top-banner-content-in h2 span {
  font-size: 22px;
  display: block;
}
.clsseasons-top-banner-section .clsseasons-top-banner-content .clsseasons-top-banner-content-in p {
  line-height: 35px;
}

.clsseasons-types-section ul li {
  display: table;
  width: 100%;
}
.clsseasons-types-section ul li figure {
  margin: 0px;
  height: 100%;
}
.clsseasons-types-section ul li figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.clsseasons-types-section ul li .clsseasons-content-blk {
  background: #3E2E2B;
  color: #ffffff;
}
.clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 90px;
}
@media (max-width: 1399px) {
  .clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in {
    padding-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
  }
}
@media (max-width: 991.98px) {
  .clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in {
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in h3 {
  color: #B69641;
  font-size: 60px;
}
@media (max-width: 1199.98px) {
  .clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in h3 {
    font-size: 50px;
  }
}
.clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in h6 {
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  color: #B69641;
  margin-bottom: 45px;
}
@media (max-width: 1199.98px) {
  .clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in h6 {
    margin-bottom: 30px;
  }
}
.clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in p {
  text-align: justify;
  line-height: 24px;
}
@media (max-width: 767.98px) {
  .clsseasons-types-section ul li .clsseasons-content-blk .clsseasons-content-blk-in p {
    line-height: 30px;
  }
}

.clsseason-slider-section {
  padding: 155px 0 65px;
}
@media (max-width: 1199.98px) {
  .clsseason-slider-section {
    padding: 130px 0 65px;
  }
}
@media (max-width: 991.98px) {
  .clsseason-slider-section {
    padding: 110px 0 65px;
  }
}
@media (max-width: 767.98px) {
  .clsseason-slider-section {
    margin: 0 20px 0;
    overflow: hidden;
    padding-top: 50px;
  }
}

.clschalet-tab-section {
  padding: 270px 0 150px;
}
@media (max-width: 767.98px) {
  .clschalet-tab-section {
    padding: 200px 0 90px;
  }
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .container {
    max-width: 100%;
  }
}
.clschalet-tab-section .container .clschalet-content-blk {
  max-width: 630px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 100px;
}
.clschalet-tab-section .container .clschalet-content-blk h2 {
  font-size: 90px;
  color: #B69641;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .container .clschalet-content-blk h2 {
    font-size: 78px;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .container .clschalet-content-blk h2 {
    font-size: 68px;
  }
}
@media (max-width: 575.98px) {
  .clschalet-tab-section .container .clschalet-content-blk h2 {
    font-size: 44px;
  }
}
.clschalet-tab-section .container .clschalet-content-blk p {
  line-height: 35px;
}
.clschalet-tab-section .container .nav-tabs {
  font-family: vogueregular;
  font-size: 38px;
  border-bottom: 0 none;
  display: table;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .container .nav-tabs {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .container .nav-tabs {
    font-size: 24px;
  }
}
.clschalet-tab-section .container .nav-tabs li {
  display: table-cell;
  width: 33%;
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .container .nav-tabs li {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .clschalet-tab-section .container .nav-tabs li {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
.clschalet-tab-section .container .nav-tabs li a {
  color: #212121;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 0 none;
  position: relative;
}
.clschalet-tab-section .container .nav-tabs li a.active {
  color: #B69641;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
}
.clschalet-tab-section .container .nav-tabs li a.active::after {
  background: none;
}
.clschalet-tab-section .container .nav-tabs li a:hover {
  border: 0 none;
}
.clschalet-tab-section .container .nav-tabs li a::after {
  background: #B69641;
  width: 290px;
  height: 2px;
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .container .nav-tabs li a::after {
    width: 100% !important;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker span {
    background-size: 17px;
  }
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker span {
    background-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker1] {
    top: 53.5% !important;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker2] {
    top: 62% !important;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker3] {
    top: 44% !important;
  }
}
@media (max-width: 1399.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker4] .KBmap__markerContent {
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker5] {
    top: 62% !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker5] .KBmap__markerContent {
    left: auto !important;
    right: 0 !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker6] .KBmap__markerContent {
    left: auto !important;
    right: 0 !important;
  }
}
.clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m {
  display: none;
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker span {
    background-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker7] {
    left: 44.5% !important;
    top: 14% !important;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker8] {
    left: 36% !important;
  }
}
@media (max-width: 575.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker8] {
    top: 24.5% !important;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker8] {
    top: 25% !important;
  }
}
@media (max-width: 1199.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker11] {
    left: 36% !important;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #commons_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarker11] {
    top: 64% !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk .KBmap__markerContent {
    width: 450px;
  }
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #nunatak_d {
    display: none;
  }
}
.clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #nunatak_m {
  display: none;
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #nunatak_m {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_d {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest1] {
    left: 59.8% !important;
    top: 49.5% !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest2] {
    top: 34% !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest3] {
    top: 29% !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest4] {
    top: 38.5% !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest5] {
    top: 49.5% !important;
  }
}
@media (max-width: 991.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_d .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest13] {
    top: 53.5% !important;
  }
}
.clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m {
  display: none;
}
@media (max-width: 767.98px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m {
    display: block;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest7] {
    top: 54.3% !important;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest8] {
    top: 57% !important;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest9] {
    top: 61.5% !important;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest10] {
    left: 60% !important;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest11] {
    top: 74.5% !important;
  }
}
@media (max-width: 414px) {
  .clschalet-tab-section .tab-content .tab-pane .clsmap-image-blk #guest_m .KBmap__mapContainer .KBmap__mapHolder .KBmap__marker[data-marker-name=mapMarkerguest12] {
    top: 67% !important;
  }
}

.clslegacy-top-section {
  background: url("../img/legacy-top-banner-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 270px;
}
@media (max-width: 767.98px) {
  .clslegacy-top-section {
    background: none;
    padding-top: 0px;
  }
}
.clslegacy-top-section .clslegacy-mobile-banner-img {
  display: none;
}
@media (max-width: 767.98px) {
  .clslegacy-top-section .clslegacy-mobile-banner-img {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-top-section .container {
    max-width: 100%;
    padding: 0px;
  }
}
.clslegacy-top-section .container .clslegacy-content-blk {
  background: #ffffff;
  padding: 90px 100px 110px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .clslegacy-top-section .container .clslegacy-content-blk {
    padding: 75px 60px 80px;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-top-section .container .clslegacy-content-blk {
    padding: 45px 20px 60px;
  }
}
.clslegacy-top-section .container .clslegacy-content-blk h2 {
  font-size: 60px;
  color: #B69641;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .clslegacy-top-section .container .clslegacy-content-blk h2 {
    margin-bottom: 25px;
  }
}
.clslegacy-top-section .container .clslegacy-content-blk p {
  line-height: 35px;
}
.clslegacy-top-section .container .clslegacy-top-banner-img {
  margin-bottom: 0px;
}
.clslegacy-top-section .container .clslegacy-top-banner-img img {
  width: 100%;
}

@media (max-width: 767.98px) {
  .clslegacy-brown-content-section .container {
    max-width: 100%;
    padding: 0px;
  }
}
.clslegacy-brown-content-section .container .clslegacy-brown-content-blk {
  background: #3E2E2B;
  padding: 140px 110px 140px;
  color: #ffffff;
}
@media (max-width: 1199.98px) {
  .clslegacy-brown-content-section .container .clslegacy-brown-content-blk {
    padding: 75px 60px 80px;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-brown-content-section .container .clslegacy-brown-content-blk {
    padding: 45px 20px 60px;
  }
}
.clslegacy-brown-content-section .container .clslegacy-brown-content-blk p {
  text-align: justify;
  line-height: 35px;
}

.clslegacy-middle-img {
  margin-bottom: 0px;
}
.clslegacy-middle-img img {
  width: 100%;
}

.clslegacy-slider-section {
  padding: 155px 0 65px;
}
@media (max-width: 1199.98px) {
  .clslegacy-slider-section {
    padding: 130px 0 65px;
  }
}
@media (max-width: 991.98px) {
  .clslegacy-slider-section {
    padding: 110px 0 65px;
  }
}
@media (max-width: 767.98px) {
  .clslegacy-slider-section {
    margin: 0 20px 0;
    overflow: hidden;
    padding-top: 20px;
  }
}

.clspost-top-banner-section {
  background: #ECE8E5;
  position: relative;
  max-height: 490px;
  overflow: hidden;
}
.clspost-top-banner-section figure {
  margin: 0;
}
.clspost-top-banner-section figure img {
  width: 100%;
}
.clspost-top-banner-section h1 {
  font-size: 120px;
  color: #fff;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .clspost-top-banner-section h1 {
    font-size: 90px;
  }
}
@media (max-width: 991.98px) {
  .clspost-top-banner-section h1 {
    font-size: 70px;
    top: 40%;
  }
}
@media (max-width: 767.98px) {
  .clspost-top-banner-section h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .clspost-top-banner-section h1 {
    font-size: 34px;
    top: 55%;
  }
}

.clspost-content-section .clspost-content-box {
  background-color: #ECE8E5;
  padding: 100px 0;
  position: relative;
  margin-top: -115px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .clspost-content-section .clspost-content-box {
    margin-top: -50px;
    padding: 70px 0;
  }
}
@media (max-width: 575.98px) {
  .clspost-content-section .clspost-content-box {
    margin-top: -10px;
  }
}
.clspost-content-section .clspost-content-box .clspost-content-box-in {
  max-width: 725px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .clspost-content-section .clspost-content-box .clspost-content-box-in {
    padding: 0 40px;
  }
}
@media (max-width: 575.98px) {
  .clspost-content-section .clspost-content-box .clspost-content-box-in {
    padding: 0 20px;
  }
}
.clspost-content-section .clspost-content-box .clspost-content-box-in h2 {
  font-size: 60px;
  color: #B69641;
  padding-bottom: 15px;
}
@media (max-width: 991.98px) {
  .clspost-content-section .clspost-content-box .clspost-content-box-in h2 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .clspost-content-section .clspost-content-box .clspost-content-box-in h2 {
    font-size: 34px;
  }
}
.clspost-content-section .clspost-content-box .clspost-content-box-in h5 {
  font-size: 20px;
  font-family: Times new roman;
}
.clspost-content-section .clspost-content-box .clspost-content-box-in h5 span {
  font-size: 17px;
}
.clspost-content-section .clspost-content-box .clspost-content-box-in p {
  line-height: 35px;
  padding-bottom: 30px;
}
.clspost-content-section .clspost-content-box .clspost-content-box-in.description {
  text-align: justify;
}
.clspost-content-section .clspost-content-box .clspost-content-images {
  margin: 50px 0 100px;
}
@media (max-width: 767.98px) {
  .clspost-content-section .clspost-content-box .clspost-content-images {
    margin: 40px 0 60px;
  }
}
.clspost-content-section .clspost-content-box .clspost-content-images ul {
  display: table;
  width: 100%;
}
.clspost-content-section .clspost-content-box .clspost-content-images ul li {
  display: table-cell;
}
.clspost-content-section .clspost-content-box .clspost-content-images ul li figure {
  margin: 0px;
}
.clspost-content-section .clspost-content-box .clspost-content-images ul li p {
  max-width: 725px;
  margin: 0 auto;
}
.clspost-content-section .clspost-content-box .clsshare-social-links-vertical {
  position: absolute;
  top: 110px;
  right: 35px;
}
@media (max-width: 991.98px) {
  .clspost-content-section .clspost-content-box .clsshare-social-links-vertical {
    display: none;
  }
}
.clspost-content-section .clspost-content-box .clsshare-social-links-vertical ul li {
  margin-bottom: 15px;
}
.clspost-content-section .clspost-content-box .clsshare-social-links-vertical ul li:last-child {
  margin-bottom: 0px;
}
.clspost-content-section .clsshare-social-links {
  display: table;
  width: 100%;
  text-align: center;
  max-width: 435px;
  margin: 70px auto;
}
@media (max-width: 575.98px) {
  .clspost-content-section .clsshare-social-links {
    margin: 50px auto;
  }
}
.clspost-content-section .clsshare-social-links span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .clspost-content-section .clsshare-social-links span {
    display: block;
    padding-right: 0px;
  }
}
.clspost-content-section .clsshare-social-links ul {
  display: table-cell;
}
@media (max-width: 575.98px) {
  .clspost-content-section .clsshare-social-links ul {
    display: block;
    padding-top: 25px;
  }
}
.clspost-content-section .clsshare-social-links ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 7px;
}
@media (max-width: 575.98px) {
  .clspost-content-section .clsshare-social-links ul li {
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .clspost-content-section .clsshare-social-links ul li a img {
    width: 50px;
  }
}

.clspost-category-section {
  background: #ece8e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ece8e5 0%, #ece8e5 50%, #3e2e2b 50%, #3e2e2b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ece8e5 0%, #ece8e5 50%, #3e2e2b 50%, #3e2e2b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ece8e5 0%, #ece8e5 50%, #3e2e2b 50%, #3e2e2b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ece8e5", endColorstr="#3e2e2b",GradientType=1 );
  /* IE6-9 */
}
@media (max-width: 767.98px) {
  .clspost-category-section {
    background: none !important;
  }
}
@media (max-width: 767.98px) {
  .clspost-category-section .container {
    max-width: 100%;
    padding: 0;
  }
}
.clspost-category-section .container .clspost-category-list {
  padding: 110px 0;
}
@media (max-width: 767.98px) {
  .clspost-category-section .container .clspost-category-list {
    padding: 0;
  }
}
.clspost-category-section .container .clspost-category-list ul {
  display: table;
  width: 100%;
}
.clspost-category-section .container .clspost-category-list ul li {
  display: table-cell;
  width: 50%;
  padding: 0 125px;
}
@media (max-width: 1199.98px) {
  .clspost-category-section .container .clspost-category-list ul li {
    padding: 0 50px;
  }
}
@media (max-width: 767.98px) {
  .clspost-category-section .container .clspost-category-list ul li {
    width: 100%;
    display: block;
    padding: 90px 100px !important;
  }
}
@media (max-width: 575.98px) {
  .clspost-category-section .container .clspost-category-list ul li {
    padding: 50px 30px !important;
  }
}
@media (max-width: 991.98px) {
  .clspost-category-section .container .clspost-category-list ul li:first-child {
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .clspost-category-section .container .clspost-category-list ul li:first-child {
    background-color: #ECE8E5;
  }
}
@media (max-width: 1199.98px) {
  .clspost-category-section .container .clspost-category-list ul li:last-child {
    padding-left: 90px;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .clspost-category-section .container .clspost-category-list ul li:last-child {
    padding-left: 0px;
    background-color: #3E2E2B;
  }
}
.clspost-category-section .container .clspost-category-list ul li h4 {
  text-transform: uppercase;
  font-size: 38px;
  color: #212121;
  border-bottom: 2px solid #B69641;
  padding-bottom: 7px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .clspost-category-section .container .clspost-category-list ul li h4 {
    font-size: 32px;
  }
}
.clspost-category-section .container .clspost-category-list ul li p {
  font-size: 29px;
  font-family: vogueregular;
  text-transform: uppercase;
  color: #B69641;
}
@media (max-width: 991.98px) {
  .clspost-category-section .container .clspost-category-list ul li p {
    font-size: 24px;
  }
}
.clspost-category-section .container .clspost-category-list ul li p a {
  color: #B69641;
}
.clspost-category-section .container .clspost-category-list ul li:last-child h4 {
  color: #ffffff;
}

.clspost-comments-section {
  padding: 70px 0 100px;
  max-width: 940px;
  margin: 0 auto;
}
.clspost-comments-section h3 {
  font-size: 38px;
}
.clspost-comments-section .clspost-comments-blk {
  border-bottom: 3px solid #ECE8E5;
  padding-bottom: 50px;
  margin-bottom: 60px;
}
.clspost-comments-section .clspost-comments-blk .media .user-avatar-image {
  padding-right: 17px;
}
.clspost-comments-section .clspost-comments-blk .media .user-avatar-image img {
  border-radius: 100%;
}
.clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk {
  display: table;
  width: 100%;
}
.clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk .clscommenter-details {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 575.98px) {
  .clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk .clscommenter-details {
    display: block;
  }
}
.clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk .clscommenter-details h4 {
  font-family: Times new roman;
  font-size: 30px;
  color: #B69641;
  padding-bottom: 7px;
}
.clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk .clscommenter-details h4 a {
  color: #B69641;
}
.clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk span.clscomments-reply {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 20px;
  font-family: latoregular;
}
@media (max-width: 575.98px) {
  .clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk span.clscomments-reply {
    display: block;
    text-align: left;
  }
}
.clspost-comments-section .clspost-comments-blk .media .media-body .clscommenter-details-blk span.clscomments-reply a {
  color: #828282;
}
.clspost-comments-section .clspost-comments-blk p {
  line-height: 35px;
}
.clspost-comments-section .clscomments-reply-blk form {
  padding-top: 5px;
}
.clspost-comments-section .clscomments-reply-blk form .comment-notes {
  font-family: Times new roman;
  font-size: 17px;
}
.clspost-comments-section .clscomments-reply-blk form ul {
  display: table;
  width: 100%;
  padding-top: 55px;
}
.clspost-comments-section .clscomments-reply-blk form ul li {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .clspost-comments-section .clscomments-reply-blk form ul li {
    display: block;
    width: 100%;
  }
}
.clspost-comments-section .clscomments-reply-blk form ul li .form-group {
  margin-bottom: 25px;
}
.clspost-comments-section .clscomments-reply-blk form ul li .form-group textarea.form-control {
  resize: none;
  height: 182px;
}
@media (max-width: 767.98px) {
  .clspost-comments-section .clscomments-reply-blk form ul li .form-group textarea.form-control {
    height: auto;
  }
}
.clspost-comments-section .clscomments-reply-blk form ul li:first-child {
  width: 30%;
  padding-right: 30px;
}
@media (max-width: 991.98px) {
  .clspost-comments-section .clscomments-reply-blk form ul li:first-child {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .clspost-comments-section .clscomments-reply-blk form ul li:first-child {
    width: 100%;
  }
}
.clspost-comments-section .clscomments-reply-blk form .form-submit {
  text-align: center;
  padding-top: 40px;
}
.clspost-comments-section .clscomments-reply-blk form .form-submit .button {
  font-size: 38px;
  color: #212121;
  text-transform: uppercase;
  font-family: vogueregular;
  background: none;
  border: 0 none;
}
.clspost-comments-section .clscomments-reply-blk form .form-submit .button:hover {
  color: #90793A;
}
.clspost-comments-section .clscomments-reply-blk form .clsform-button {
  font-size: 38px;
  color: #212121;
  text-transform: uppercase;
  font-family: vogueregular;
}
.clspost-comments-section .clscomments-reply-blk form .clsform-button:hover {
  color: #90793A;
}
.clspost-comments-section .clscomments-reply-blk .comments-area .commentlist {
  padding-left: 0px;
}

.clspress-top-banner-section {
  background: #3E2E2B;
  position: relative;
  height: 580px;
}
@media (max-width: 767.98px) {
  .clspress-top-banner-section {
    height: 450px;
  }
}
.clspress-top-banner-section h1 {
  font-size: 90px;
  color: #B69641;
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .clspress-top-banner-section h1 {
    font-size: 90px;
  }
}
@media (max-width: 991.98px) {
  .clspress-top-banner-section h1 {
    font-size: 70px;
    top: 25%;
  }
}
@media (max-width: 767.98px) {
  .clspress-top-banner-section h1 {
    font-size: 48px;
  }
}
@media (max-width: 575.98px) {
  .clspress-top-banner-section h1 {
    top: 20%;
  }
}

.clspress-content-section {
  margin-top: -250px;
}
.clspress-content-section .card {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ece8e5+0,ece8e5+70,ece8e5+70,ffffff+70,ffffff+100 */
  background: #ece8e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ece8e5 0%, #ece8e5 70%, #ece8e5 70%, #ffffff 70%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ece8e5 0%, #ece8e5 70%, #ece8e5 70%, #ffffff 70%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ece8e5 0%, #ece8e5 70%, #ece8e5 70%, #ffffff 70%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ece8e5", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  border-radius: 0px;
  border: 0 none;
}
.clspress-content-section .card .card-body {
  padding: 50px 40px;
}
@media (max-width: 767.98px) {
  .clspress-content-section .card .card-body {
    padding: 25px;
  }
}
.clspress-content-section .card .card-body h3 {
  font-size: 30px;
  text-transform: capitalize;
  font-family: Times new roman;
}
.clspress-content-section .card .card-body h2 {
  font-size: 28px;
  color: #B69641;
  height: 105px;
}
@media (max-width: 1199.98px) {
  .clspress-content-section .card .card-body h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991.98px) {
  .clspress-content-section .card .card-body h2 {
    height: auto;
    margin-bottom: 20px;
  }
}
.clspress-content-section .card .card-body h2 a {
  color: #B69641;
}
.clspress-content-section .card .card-body h4 {
  color: #B0B0B0;
  font-size: 20px;
  font-family: Times new roman;
  text-transform: uppercase;
}
.clspress-content-section .card .card-body .card-img-bottom {
  border-radius: 0px;
}
.clspress-content-section .clsinquiries-blk {
  padding: 70px 0 40px;
  text-align: center;
}
.clspress-content-section .clsinquiries-blk p {
  font-size: 22px;
  color: #757575;
}
.clspress-content-section .clsinquiries-blk h3 {
  font-family: Times new roman;
  font-size: 30px;
  padding: 0 50px;
}
.clspress-content-section .clsinquiries-blk .clsreya-img {
  border-top: 2px solid #B69641;
  display: inline-block;
}

.clsjournal-header-black .clslogo a svg {
  fill: #ffffff !important;
}

.clsjournal-top-banner-section {
  background: #3e2e2b;
  background: -moz-linear-gradient(left, #3e2e2b 0%, #3e2e2b 60%, #ece8e5 60%, #ece8e5 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #3e2e2b), color-stop(60%, #3e2e2b), color-stop(60%, #ece8e5), color-stop(100%, #ece8e5));
  background: -webkit-linear-gradient(left, #3e2e2b 0%, #3e2e2b 60%, #ece8e5 40%, #ece8e5 100%);
  background: -o-linear-gradient(left, #3e2e2b 0%, #3e2e2b 60%, #ece8e5 60%, #ece8e5 100%);
  background: -ms-linear-gradient(left, #3e2e2b 0%, #3e2e2b 60%, #ece8e5 60%, #ece8e5 100%);
  padding-top: 190px;
  position: relative;
}
@media (max-width: 991.98px) {
  .clsjournal-top-banner-section {
    background: #3e2e2b !important;
    background: -moz-linear-gradient(left, rgba(62, 46, 43, 0) 0%, rgba(62, 46, 43, 0) 60%, rgba(236, 232, 229, 0) 60%, rgba(236, 232, 229, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(62, 46, 43, 0)), color-stop(60%, rgba(62, 46, 43, 0)), color-stop(60%, rgba(236, 232, 229, 0)), color-stop(100%, rgba(236, 232, 229, 0)));
    background: -webkit-linear-gradient(left, rgba(62, 46, 43, 0) 0%, rgba(62, 46, 43, 0) 60%, rgba(236, 232, 229, 0) 40%, rgba(236, 232, 229, 0) 100%);
    background: -o-linear-gradient(left, rgba(62, 46, 43, 0) 0%, rgba(62, 46, 43, 0) 60%, rgba(236, 232, 229, 0) 60%, rgba(236, 232, 229, 0) 100%);
    background: -ms-linear-gradient(left, rgba(62, 46, 43, 0) 0%, rgba(62, 46, 43, 0) 60%, rgba(236, 232, 229, 0) 60%, rgba(236, 232, 229, 0) 100%);
  }
}
@media (max-width: 575.98px) {
  .clsjournal-top-banner-section {
    padding-top: 140px;
  }
}
.clsjournal-top-banner-section .clsjournal-banner-content {
  color: #ffffff;
  padding-right: 25px;
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .clsjournal-top-banner-section .clsjournal-banner-content {
    padding-bottom: 50px;
    padding-right: 0px;
  }
}
.clsjournal-top-banner-section .clsjournal-banner-content h2 {
  font-family: vogueregular;
  font-size: 50px;
  color: #B69641;
  line-height: 60px;
}
@media (max-width: 1199.98px) {
  .clsjournal-top-banner-section .clsjournal-banner-content h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 991.98px) {
  .clsjournal-top-banner-section .clsjournal-banner-content h2 {
    text-align: center;
  }
}
.clsjournal-top-banner-section .clsjournal-banner-content h4 {
  font-family: Times new roman;
  font-size: 20px;
  color: #B0B0B0;
}
@media (max-width: 991.98px) {
  .clsjournal-top-banner-section .clsjournal-banner-content h4 {
    text-align: center;
  }
}
.clsjournal-top-banner-section .clsjournal-banner-content p {
  color: #ffffff;
  line-height: 29px;
}
@media (max-width: 991.98px) {
  .clsjournal-top-banner-section .clsjournal-banner-content p {
    text-align: center;
  }
}
.clsjournal-top-banner-section .clsjournal-top-banner-img {
  margin-bottom: 0px;
}
.clsjournal-top-banner-section .clsjournal-top-banner-img h1 {
  position: absolute;
  top: 45%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 120px;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .clsjournal-top-banner-section .clsjournal-top-banner-img h1 {
    font-size: 90px;
  }
}
@media (max-width: 575.98px) {
  .clsjournal-top-banner-section .clsjournal-top-banner-img h1 {
    font-size: 50px;
  }
}

.clsjournal-slider-section {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+40,ece8e5+40,ece8e5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 38.5%, #ece8e5 38.5%, #ece8e5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 38.5%, #ece8e5 38.5%, #ece8e5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, #ffffff 38.5%, #ece8e5 38.5%, #ece8e5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ece8e5",GradientType=1 );
  /* IE6-9 */
  margin-top: 0px;
  position: relative;
  padding-top: 130px;
  padding-bottom: 170px;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .clsjournal-slider-section {
    padding-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  .clsjournal-slider-section {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ece8e5 50%, #ece8e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #ece8e5 50%, #ece8e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%, #ffffff 50%, #ece8e5 50%, #ece8e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ece8e5",GradientType=1 );
    /* IE6-9 */
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .clsjournal-slider-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.clsjournal-slider-section .container h3 {
  font-family: Times new roman;
  font-size: 30px;
  color: #030303;
}
@media (max-width: 991.98px) {
  .clsjournal-slider-section .container h3 {
    padding-left: 30px;
  }
}
@media (max-width: 575.98px) {
  .clsjournal-slider-section .container h3 {
    font-size: 26px;
  }
}
.clsjournal-slider-section .container .clsjournal-slider-content {
  color: #ffffff;
  padding-right: 25px;
}
@media (max-width: 991.98px) {
  .clsjournal-slider-section .container .clsjournal-slider-content {
    background: #ffffff;
    padding: 50px 30px;
  }
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .clsjournal-slider-section .container .clsjournal-slider-content {
    min-height: 500px;
  }
}
.clsjournal-slider-section .container .clsjournal-slider-content h2 {
  font-family: vogueregular;
  font-size: 50px;
  color: #B69641;
  line-height: 60px;
  word-wrap: break-word;
}
@media (max-width: 991.98px) {
  .clsjournal-slider-section .container .clsjournal-slider-content h2 {
    text-align: center;
    font-size: 40px;
  }
}
.clsjournal-slider-section .container .clsjournal-slider-content h4 {
  font-family: Times new roman;
  font-size: 20px;
  color: #B0B0B0;
}
@media (max-width: 991.98px) {
  .clsjournal-slider-section .container .clsjournal-slider-content h4 {
    text-align: center;
  }
}
.clsjournal-slider-section .container .clsjournal-slider-content p {
  color: #030303;
  line-height: 29px;
}
@media (max-width: 991.98px) {
  .clsjournal-slider-section .container .clsjournal-slider-content p {
    text-align: center;
  }
}
.clsjournal-slider-section .container .clsjournal-slider-content .clsbordered-link {
  color: #030303;
}

.clsjournal-slider-blk {
  max-width: 980px;
  margin-top: 30px;
  margin-bottom: 60px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  padding-top: 130px;
}
@media (min-width: 1301px) and (max-width: 1400px) {
  .clsjournal-slider-blk {
    max-width: 850px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .clsjournal-slider-blk {
    max-width: 750px;
  }
}
@media (max-width: 1199.98px) {
  .clsjournal-slider-blk {
    max-width: 650px;
  }
}
@media (max-width: 991.98px) {
  .clsjournal-slider-blk {
    max-width: 350px;
    margin: 0 auto;
    position: static;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.clsjournal-slider-blk .clsjournal-slider .owl-stage-outer {
  padding: 70px 25px 0;
}
@media (max-width: 991.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item .item h2 {
  font-size: 159px;
  color: #B69641;
  position: absolute;
  top: -90px;
  right: 0;
  opacity: 0.5;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item .item h2 {
    font-size: 130px;
    top: -75px;
  }
}
@media (max-width: 1199.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item .item h2 {
    font-size: 100px;
    top: -60px;
  }
}
@media (max-width: 575.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item .item h2 {
    font-size: 60px;
    top: -30px;
  }
}
.clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item.active.firstActiveItem .item h2 {
  top: -135px;
  font-size: 245px;
  right: -30px;
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item.active.firstActiveItem .item h2 {
    top: -110px;
    font-size: 130px;
    right: 0px;
  }
}
@media (max-width: 1199.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item.active.firstActiveItem .item h2 {
    top: -90px;
    right: 0px;
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item.active.firstActiveItem .item h2 {
    top: -60px;
    right: 0px;
    z-index: 0;
  }
}
.clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item.active.firstActiveItem .item img {
  transform: scaleY(1.1);
  -webkit-transform: scaleY(1.1);
  -moz-transform: scaleY(1.1);
  transform-origin: bottom center;
  opacity: 1;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-stage-outer .owl-item.active.firstActiveItem .item img {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
  }
}
.clsjournal-slider-blk .clsjournal-slider .owl-nav {
  padding-top: 50px;
}
.clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev.disabled, .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev.disabled:focus, .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev.disabled:active {
  background: url("../img/grey-arrow-left.svg") no-repeat !important;
}
.clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev:focus, .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev:active {
  background: url("../img/arrow-prev-yellow.svg") no-repeat !important;
}
.clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-next {
  background: url("../img/arrow-next-yellow.svg") no-repeat !important;
}
.clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-next.disabled, .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-next.disabled:focus, .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-next.disabled:active {
  background: url("../img/grey-arrow-right.svg") no-repeat !important;
}
@media (max-width: 991.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev, .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -18px !important;
  }
  .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev {
    left: -60px;
  }
}
@media (max-width: 991.98px) and (max-width: 414px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-prev {
    left: -45px;
  }
}
@media (max-width: 991.98px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-next {
    right: -60px;
  }
}
@media (max-width: 991.98px) and (max-width: 414px) {
  .clsjournal-slider-blk .clsjournal-slider .owl-nav .owl-next {
    right: -45px;
  }
}

.clsjournal-filter-section {
  padding: 70px 0;
  display: table;
  width: 100%;
}
@media (max-width: 767.98px) {
  .clsjournal-filter-section {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .clsjournal-filter-section .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.clsjournal-filter-section .container .clsjournal-filter-blk {
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .clsjournal-filter-section .container .clsjournal-filter-blk {
    background: #ECE8E5;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.clsjournal-filter-section .container .clsjournal-filter-blk h3 {
  font-size: 40px;
  font-family: Times new roman;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul {
  display: table;
  max-width: 535px;
  margin: 0 auto;
  font-family: latoregular;
  font-size: 20px;
  padding-top: 40px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
@media (max-width: 575.98px) {
  .clsjournal-filter-section .container .clsjournal-filter-blk > ul > li {
    display: block;
    width: 100%;
    padding-top: 20px;
  }
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .form-control {
  background: none;
  border: 0 none;
  border-bottom: 2px solid #90793A;
  border-radius: 0px;
  font-size: 20px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .input-group .input-group-append {
  border-bottom: 2px solid #90793A;
  padding: 0 6px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .SelectBox .placeholder {
  color: #828282;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li .SumoSelect .SelectBox label i {
  background: url("../img/yellow-down-arrow.png") no-repeat;
  background-size: 20px 12px;
  top: 20px;
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li:first-child {
  padding-right: 25px;
}
@media (max-width: 575.98px) {
  .clsjournal-filter-section .container .clsjournal-filter-blk > ul > li:first-child {
    padding-right: 0px;
    padding-top: 0px;
  }
	
}
.clsjournal-filter-section .container .clsjournal-filter-blk > ul > li:last-child {
  padding-left: 25px;
}
@media (max-width: 575.98px) {
  .clsjournal-filter-section .container .clsjournal-filter-blk > ul > li:last-child {
    padding-left: 0px;
  }
}
.clsjournal-filter-section .container .clsjournal-days-blk {
  max-width: 970px;
  margin: 0 auto;
}
.clsjournal-filter-section .container .clsjournal-days-blk .card {
  background-size: cover !important;
  background-position: center bottom !important;
  border: 0 none;
  border-radius: 0px;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgb(0 0 0 / 30%);
}
.clsjournal-filter-section .container .clsjournal-days-blk .card .card-img-top {
  border-radius: 0px;
}
.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body {
  padding: 60px 30px;
  color: #ffffff;
}
.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body h2 {
  font-size: 40px;
}
.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body h4 {
  font-family: Times new roman;
  font-size: 20px;
  color: #B0B0B0;
}
.clsjournal-filter-section .container .clsjournal-days-blk .card .card-body .clsbordered-link {
  color: #ffffff;
}
.clsjournal-filter-section .container .clspagination {
  float: right;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .clsjournal-filter-section .container .clspagination {
    float: none;
  }
}
.clsjournal-filter-section .container .clspagination nav {
  font-family: vogueregular;
}
@media (max-width: 767.98px) {
  .clsjournal-filter-section .container .clspagination nav > ul {
    justify-content: center;
  }
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item {
  padding: 0 5px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item:first-child {
  padding-right: 15px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item:last-child {
  padding-left: 25px;
  padding-right: 0px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item:last-child a {
  padding-right: 7px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item a {
  border: 0 none;
  background: #ECE8E5;
  color: #030303;
  font-size: 29px;
  padding: 8px 17px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item a[aria-label=Previous] {
  background-color: none;
  background: url("../img/arrow-prev-active.png") no-repeat;
  background-size: 23px 42px;
  height: 48px;
  background-position: 0px 5px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item a[aria-label=Previous][aria-disabled=true] {
  background-color: none;
  background: url("../img/arrow-prev.png") no-repeat;
  background-size: 23px 42px;
  height: 48px;
  background-position: 0px 5px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item a[aria-label=Next] {
  background-color: none;
  background: url("../img/arrow-next-active.png") no-repeat;
  background-size: 23px 42px;
  height: 48px;
  background-position: 10px 5px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item a[aria-label=Next][aria-disabled=true] {
  background-color: none;
  background: url("../img/arrow-next.png") no-repeat;
  background-size: 23px 42px;
  height: 48px;
  background-position: 0px 5px;
}
.clsjournal-filter-section .container .clspagination nav > ul > li.page-item.active a {
  background: #B69641;
  color: #ffffff;
}

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

/**  Css 28-07-2022 **/
@media (max-width: 575.98px) {
.footer-sheldoninfo p a {
     margin: 0 5px;
    line-height: 2.3;
}  
	.footer-sheldoninfo p {padding-bottom: 16px;}
	.footer-sheldoninfo ul li{margin:0 16px;}
	
	}
.clsmain-footer p span a {
    margin: 0 20px;
}
.footer-sheldoninfo ul li{margin:0 10px;}