@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@import url("https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?7fxpmf");
  src: url("../fonts/icomoon.eot?7fxpmf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?7fxpmf") format("truetype"), url("../fonts/icomoon.woff?7fxpmf") format("woff"), url("../fonts/icomoon.svg?7fxpmf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e906";
}

.icon-arrow-left:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-arrow-up:before {
  content: "\e909";
}

.icon-chevron-down:before {
  content: "\e90e";
}

.icon-chevron-left:before {
  content: "\e90f";
}

.icon-chevron-right:before {
  content: "\e910";
}

.icon-chevron-up:before {
  content: "\e912";
}

.icon-telephone:before {
  content: "\e916";
}

.icon-fax:before {
  content: "\e90a";
}

.icon-play:before {
  content: "\e90b";
}

.icon-user-fill:before {
  content: "\e90c";
}

.icon-user-round-fill:before {
  content: "\e90d";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-tiktok:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-linkedin:before {
  content: "\e903";
}

.icon-youtube:before {
  content: "\e904";
}

.icon-whatsapp:before {
  content: "\e905";
}

.icon-image:before {
  content: "\e911";
}

.icon-file-text:before {
  content: "\e926";
}

.icon-price-tag:before {
  content: "\e935";
}

.icon-phone:before {
  content: "\e942";
}

.icon-clock:before {
  content: "\e94e";
}

.icon-clock2:before {
  content: "\e94f";
}

.icon-printer:before {
  content: "\e954";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-quotes-left:before {
  content: "\e977";
}

.icon-quotes-right:before {
  content: "\e978";
}

.icon-spinner-bars:before {
  content: "\e97c";
}

.icon-spinner-dots:before {
  content: "\e97f";
}

.icon-gear:before {
  content: "\e994";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-loop:before {
  content: "\ea2e";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-google:before {
  content: "\ea88";
}

.icon-appleinc:before {
  content: "\eabe";
}

.icon-android:before {
  content: "\eac0";
}

body {
  width: 100%;
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  color: #666666;
  font-size: 18px;
  font-weight: 300;
  background-color: #ffffff;
  overflow: hidden;
  overflow-y: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-weight: 600;
  letter-spacing: 1px;
}

p {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: #E5712E;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #C55F23;
}

.bg_light {
  background-color: #f5f5f5;
}

.tl-btn {
  display: inline-block;
  padding: 11px 28px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 30px;
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.container {
  width: 100%;
  max-width: 1230px;
}
.container.lg {
  max-width: 1330px;
}

.slider-btn {
  padding: 1.3vmin 3.5vmin;
  margin: 0 5px;
  color: #1a1a1a !important;
}

.slider-btn:hover {
  background-color: #d1b569;
}

.slider-btn-o {
  padding: 1.3vmin 3.5vmin;
  margin: 0 5px;
  color: #e5c773 !important;
}

.slider-btn-o:hover {
  color: #1a1a1a !important;
}

.btns_group {
  display: inline-block;
}

.btns_group .tl-btn {
  margin: 0 5px;
}

.txt-gold {
  color: #e5c773 !important;
}

.btn-gold {
  background-color: #e5c773;
  color: #333333;
}

.btn-gold:hover {
  background-color: #d1b569;
}

.btn-gold-o {
  background-color: transparent;
  color: #e5c773;
  border: #e5c773 2px solid;
}

.btn-gold-o:hover {
  color: #333333;
  background-color: #d1b569;
}

.txt-dark {
  color: #4D1F30;
}

.btn-dark {
  background-color: #4D1F30;
  color: #ffffff;
}

.btn-dark:hover {
  background-color: #2D131D;
}

.btn-dark-o {
  background-color: transparent;
  color: #4D1F30;
  border: #4D1F30 2px solid;
}

.txt-bold {
  font-weight: bold;
}

.btn-dark-o:hover {
  background-color: #4D1F30;
  color: #ffffff;
}

.light {
  font-weight: 400;
}

.lang-dropdown {
  margin-top: 28px;
  margin-left: 20px;
}

.lang-dropdown .dropdown-menu li a {
  padding: 0px 8px;
}

.lang-dropdown .btn {
  font-family: "Titillium Web", sans-serif;
  padding: 5px 12px 6px 12px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 24px;
}

.lang-dropdown .dropdown-menu {
  min-width: auto;
  padding: 5px 0;
  margin: 2px 0 0 0;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.navbar-brand img {
  width: auto;
  height: 6rem;
}

.navbar-custom {
  margin-bottom: 0;
  background-color: #ffffff;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-toggle {
  font-size: 24px;
  margin: 5px 10px 0 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: transparent;
  border-bottom: #e6712e 4px solid;
}

.navbar {
  min-height: 80px;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-nav {
  margin-top: 16px;
}

.navbar-nav > li > a {
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-tripadvisor-cont {
  background-color: #eaeaea;
  padding: 40px 0;
}

.slide-social-ico {
  background-color: #e5c773;
  display: inline-block;
  font-size: 18px;
  margin: 0 5px;
  color: #4d1f30 !important;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
}

.slide-social-ico:hover {
  background-color: #d1b569;
  color: #2d131d !important;
}

.content-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec-main-head {
  text-align: center;
  margin-bottom: 40px;
}

.sec-main-head .fncy-fnt {
  font-family: "Great Vibes", cursive;
  text-transform: capitalize !important;
  font-size: 58px;
  font-weight: normal !important;
  color: #E5C773;
}

.sec-main-head .head-fnt {
  font-family: "Yeseva One", Serif;
  text-transform: capitalize !important;
  font-weight: normal !important;
  font-size: 36px;
  display: block;
  color: #4D1F30;
  margin-bottom: 5px;
}

.sec-main-head .main-head-bdr {
  display: inline-block;
  width: 46px;
  height: 46px;
  padding: 0 40px;
  background-image: url(../img/title_bdr-graphic.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.main-head-bdr:before {
  background: #aaaaaa;
  content: "";
  position: absolute;
  top: 50%;
  width: 180px;
  left: 100%;
  height: 1px;
}

.main-head-bdr:after {
  background: #aaaaaa;
  content: "";
  position: absolute;
  top: 50%;
  width: 180px;
  right: 100%;
  height: 1px;
}

.telephone-ico {
  width: 64px;
}

.top-telephone-cont .media-body h4.media-heading a {
  font-size: 36px;
  color: #4D1F30;
}

.top-telephone-cont .media-body span.h3 {
  color: #4D1F30;
  font-weight: 400;
}

.top-telephone-cont .media-left {
  padding-right: 20px;
}

.img-full {
  width: 100%;
}

.ingredients-section {
  background-image: url(../img/ingredients-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 0;
}

.ingredients-inner-bg {
  background-color: rgba(45, 19, 29, 0.6);
  text-align: center;
}

.ing-inner-cont {
  min-height: 500px;
  padding: 50px 1rem;
  display: table;
}

.ing-inner {
  display: table-cell;
  vertical-align: middle;
}

.ing-inner p {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}

.txt-white {
  color: #ffffff !important;
}

.food-sorting {
  margin: 0 0 40px 0;
}

.food-sorting li a {
  text-transform: uppercase;
  color: #4D1F30;
  font-weight: 400;
  font-size: 16px;
  border: #4D1F30 2px solid;
  padding: 11px 28px;
  display: inline-block;
  border-radius: 24px;
}

.food-sorting li a:hover,
.food-sorting li a.active {
  background-color: #4D1F30;
  color: #ffffff;
}

.food-item-inner {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  padding: 10px;
  cursor: pointer;
  border: transparent 1px solid;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.food-item-inner:hover {
  border: #eeeeee 1px solid;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 6px 0px;
}

.food-item-inner .media .media-heading {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 8px;
  color: #333333;
}

.food-item-inner .media p {
  margin-bottom: 8px;
  font-size: 16px;
}

.food-item-inner .media p:last-child {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.food-item-inner .media .media-left {
  padding-right: 24px;
}

.food-img-grid {
  overflow: hidden;
}

.food-img-grid figure {
  width: 16.66666667%;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.food-img-grid figure img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.food-img-grid figure img:hover {
  transform: scale(1.1);
}

.service-col {
  text-align: center;
  margin-bottom: 40px;
}

.service-icon {
  display: inline-block;
  margin-bottom: 20px;
}

.service-col h3 {
  font-family: "pretoriaregular";
  font-weight: normal;
  color: #4D1F30;
  margin-bottom: 15px;
}

.table-booking-wrap {
  background-image: url(../img/book-table-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.book-form-wrap {
  background-color: rgba(230, 199, 115, 0.9);
  min-height: 500px;
  padding: 40px;
}

.book-form-wrap .inner-addon {
  margin-bottom: 15px;
}

.book-form-wrap .form-control {
  height: 48px;
  padding: 8px 30px;
  font-size: 16px;
  border: none;
  border-radius: 24px;
}

.open-timing-cont {
  text-align: center;
  color: #4d1f30;
  margin-top: 24px;
}

.open-timing-cont h3 {
  margin-bottom: 10px;
}

.open-timing-cont span {
  font-size: 20px;
}

.trip-adv-bdy h3 {
  margin-bottom: 10px;
  color: #4d1f30;
}

.trip-adv-bdy .media-left {
  padding-right: 30px;
}

.trip-adv-bdy p {
  margin-bottom: 0;
}

.testimonial-wrap {
  background-color: #eaeaea;
}

.contact-form-section {
  background-color: #1a1a1a;
  padding: 60px 0;
}

.copyright-wrap {
  padding: 40px 0;
  background-color: #121212;
}

.copyright-txt {
  display: block;
}

.devt-tag {
  display: block;
  text-align: right;
}

.devt-tag a {
  font-weight: 600;
  color: #666666;
}

.devt-tag a:hover {
  color: #999999;
}

.contact-form-inner .form-control {
  height: 48px;
  padding: 8px 30px;
  font-size: 16px;
  border: none;
  border-radius: 24px;
}

.contact-form-inner textarea.form-control {
  height: auto;
}

.cntct-sub-btn {
  text-align: right;
}

.foot-addr-list {
  margin-bottom: 60px;
  padding: 0;
}

.foot-addr-list li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px !important;
}

.foot-addr-list li .bullet-icon {
  position: absolute;
  left: 0;
}

.social-ico-head {
  color: #e5c773;
  display: inline-block;
  font-weight: 400;
}

.foot-social-icon {
  text-align: center;
  display: inline-block;
  color: #666666;
  font-size: calc(1em + 0.5vw);
  margin-left: 10px;
  line-height: 1;
}

.foot-social-icon:hover {
  color: #999999;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 80px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  background-color: #4D1F30;
  color: #ffffff;
}

.back-to-top:hover {
  background-color: #2d131d;
  color: #ffffff;
}

.back-to-top:focus {
  background-color: #4D1F30;
  color: #ffffff;
}

@media (min-width: 768px) {
  .navbar-custom {
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #ffffff;
  }
  .navbar-custom.top-nav-collapse .navbar-nav li a {
    color: #333333;
  }
}
.navbar-custom.top-nav-collapse {
  box-shadow: rgba(0, 0, 0, 0.3) 0 0px 20px 0px;
}

.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
}

.intro .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}
.btn-circle {
  width: 70px;
  height: 70px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #fff;
  border-radius: 100% !important;
  font-size: 40px;
  color: #fff;
  background: 0 0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 767px) {
  .content-section {
    padding-top: 250px;
  }
  .download-section {
    padding: 100px 0;
  }
  #map {
    height: 400px;
    margin-top: 250px;
  }
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-default {
  border: 1px solid #42dca3;
  color: #42dca3;
  background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
  border: 1px solid #42dca3;
  outline: 0;
  color: #000;
  background-color: #42dca3;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
/* Carousel */
#quote-carousel .carousel-control {
  background: none;
  color: #CACACA;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}

#quote-carousel .carousel-indicators {
  width: 100%;
  min-height: 116px;
  left: auto;
  margin: 0;
}

#quote-carousel .carousel-indicators li {
  width: 80px;
  height: 80px;
  margin: 0;
  cursor: pointer;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
  border: none !important;
}

#quote-carousel .carousel-indicators .active {
  background: #333333;
  border-radius: 100px;
  opacity: 1;
  overflow: hidden;
  border: none !important;
}

.carousel-inner {
  margin-bottom: 40px;
}

.item blockquote {
  border-left: none;
  margin: 0;
}

.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}

.testi-slider .carousel-indicators {
  position: relative;
}

.testi-slider .carousel-indicators li:nth-child(2) {
  margin: 0 20px !important;
}

.testi-carousel-arrows {
  text-align: center;
}

.testi-carousel-arrows a.tl-btn {
  padding: 10px 18px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  color: #4d1f30 !important;
}

.testi-carousel-arrows a.tl-btn:hover {
  color: #ffffff !important;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style glyph */
.inner-addon .fa {
  position: absolute;
  padding: 16px 28px;
  pointer-events: none;
}

/* align glyph */
.left-addon .fa {
  left: 0;
}

.right-addon .fa {
  right: 0;
}

/* add padding  */
.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

.pi-google-map {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}

.pi-google-map img {
  max-width: none !important;
}

.pi-google-map-wide {
  width: 100%;
  height: 500px;
  margin-bottom: 0;
}

.pi-google-map-shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}

#CDSRATINGWIDGET441,
#CDSROWCONTAINER441 {
  width: 100% !important;
}

/*===================================================*/
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1.07143em;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  outline: none;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
  outline: none;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@-webkit-keyframes slbEnter {
  from {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slbEnter {
  from {
    opacity: 0.5;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnter {
  from {
    opacity: 0.5;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -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);
  }
}
/*=================================================*/
.m-0-auto {
  margin: 0 auto !important;
}

.m-0 {
  margin: 0px !important;
}

.m-t-0 {
  margin-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.m-tb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.m-lr-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-t-1 {
  margin-top: 1px !important;
}

.m-b-1 {
  margin-bottom: 1px !important;
}

.m-tb-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.m-l-1 {
  margin-left: 1px !important;
}

.m-r-1 {
  margin-right: 1px !important;
}

.m-lr-1 {
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.m-tb-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.m-l-2 {
  margin-left: 2px !important;
}

.m-r-2 {
  margin-right: 2px !important;
}

.m-lr-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-t-3 {
  margin-top: 3px !important;
}

.m-b-3 {
  margin-bottom: 3px !important;
}

.m-tb-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.m-l-3 {
  margin-left: 3px !important;
}

.m-r-3 {
  margin-right: 3px !important;
}

.m-lr-3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.m-tb-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-l-4 {
  margin-left: 4px !important;
}

.m-r-4 {
  margin-right: 4px !important;
}

.m-lr-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.m-tb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.m-lr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-t-6 {
  margin-top: 6px !important;
}

.m-b-6 {
  margin-bottom: 6px !important;
}

.m-tb-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.m-l-6 {
  margin-left: 6px !important;
}

.m-r-6 {
  margin-right: 6px !important;
}

.m-lr-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-t-7 {
  margin-top: 7px !important;
}

.m-b-7 {
  margin-bottom: 7px !important;
}

.m-tb-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.m-l-7 {
  margin-left: 7px !important;
}

.m-r-7 {
  margin-right: 7px !important;
}

.m-lr-7 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-tb-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-l-8 {
  margin-left: 8px !important;
}

.m-r-8 {
  margin-right: 8px !important;
}

.m-lr-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-t-9 {
  margin-top: 9px !important;
}

.m-b-9 {
  margin-bottom: 9px !important;
}

.m-tb-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}

.m-l-9 {
  margin-left: 9px !important;
}

.m-r-9 {
  margin-right: 9px !important;
}

.m-lr-9 {
  margin-left: 9px !important;
  margin-right: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-tb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.m-lr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-tb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.m-lr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-tb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.m-lr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-tb-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.m-lr-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-tb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.m-lr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.m-tb-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.m-lr-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-tb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.m-lr-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.m-tb-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.m-lr-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-tb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.m-lr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.p-0 {
  padding: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.p-tb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.p-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-t-1 {
  padding-top: 1px !important;
}

.p-b-1 {
  padding-bottom: 1px !important;
}

.p-tb-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.p-l-1 {
  padding-left: 1px !important;
}

.p-r-1 {
  padding-right: 1px !important;
}

.p-lr-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-t-2 {
  padding-top: 2px !important;
}

.p-b-2 {
  padding-bottom: 2px !important;
}

.p-tb-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.p-l-2 {
  padding-left: 2px !important;
}

.p-r-2 {
  padding-right: 2px !important;
}

.p-lr-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-t-3 {
  padding-top: 3px !important;
}

.p-b-3 {
  padding-bottom: 3px !important;
}

.p-tb-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.p-l-3 {
  padding-left: 3px !important;
}

.p-r-3 {
  padding-right: 3px !important;
}

.p-lr-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-t-4 {
  padding-top: 4px !important;
}

.p-b-4 {
  padding-bottom: 4px !important;
}

.p-tb-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-l-4 {
  padding-left: 4px !important;
}

.p-r-4 {
  padding-right: 4px !important;
}

.p-lr-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.p-tb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.p-lr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-t-6 {
  padding-top: 6px !important;
}

.p-b-6 {
  padding-bottom: 6px !important;
}

.p-tb-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.p-l-6 {
  padding-left: 6px !important;
}

.p-r-6 {
  padding-right: 6px !important;
}

.p-lr-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-t-7 {
  padding-top: 7px !important;
}

.p-b-7 {
  padding-bottom: 7px !important;
}

.p-tb-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.p-l-7 {
  padding-left: 7px !important;
}

.p-r-7 {
  padding-right: 7px !important;
}

.p-lr-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.p-tb-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-l-8 {
  padding-left: 8px !important;
}

.p-r-8 {
  padding-right: 8px !important;
}

.p-lr-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-t-9 {
  padding-top: 9px !important;
}

.p-b-9 {
  padding-bottom: 9px !important;
}

.p-tb-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.p-l-9 {
  padding-left: 9px !important;
}

.p-r-9 {
  padding-right: 9px !important;
}

.p-lr-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-tb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.p-lr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-tb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.p-lr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-tb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.p-lr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.p-tb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.p-lr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-tb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.p-lr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.p-tb-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.p-lr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.p-tb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.p-lr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.p-tb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.p-lr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.p-tb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.p-lr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.bdr-1 {
  border: 1px solid #000 !important;
}

.bdr-l-1 {
  border-left: 1px solid #000 !important;
}

.bdr-r-1 {
  border-right: 1px solid #000 !important;
}

.bdr-lr-1 {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}

.bdr-t-1 {
  border-top: 1px solid #000 !important;
}

.bdr-b-1 {
  border-bottom: 1px solid #000 !important;
}

.bdr-tb-1 {
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
}

.bdr-0 {
  border: none !important;
}

.bdr-l-0 {
  border-left: none !important;
}

.bdr-r-0 {
  border-right: none !important;
}

.bdr-lr-0 {
  border-left: none !important;
  border-right: none !important;
}

.bdr-t-0 {
  border-top: none !important;
}

.bdr-b-0 {
  border-bottom: none !important;
}

.bdr-tb-0 {
  border-top: none !important;
  border-bottom: none !important;
}

.f-s-6 {
  font-size: 6px !important;
}

.f-s-7 {
  font-size: 7px !important;
}

.f-s-8 {
  font-size: 8px !important;
}

.f-s-9 {
  font-size: 9px !important;
}

.f-s-10 {
  font-size: 10px !important;
}

.f-s-11 {
  font-size: 11px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-13 {
  font-size: 13px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-15 {
  font-size: 15px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-17 {
  font-size: 17px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-19 {
  font-size: 19px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-21 {
  font-size: 21px !important;
}

.f-s-22 {
  font-size: 22px !important;
}

.f-s-23 {
  font-size: 23px !important;
}

.f-s-24 {
  font-size: 24px !important;
}

.f-s-25 {
  font-size: 25px !important;
}

.f-s-26 {
  font-size: 26px !important;
}

.f-s-27 {
  font-size: 27px !important;
}

.f-s-28 {
  font-size: 28px !important;
}

.f-s-29 {
  font-size: 29px !important;
}

.f-s-30 {
  font-size: 30px !important;
}

.f-s-31 {
  font-size: 31px !important;
}

.f-s-32 {
  font-size: 32px !important;
}

.f-s-33 {
  font-size: 33px !important;
}

.f-s-34 {
  font-size: 34px !important;
}

.f-s-35 {
  font-size: 35px !important;
}

.f-s-36 {
  font-size: 36px !important;
}

.f-s-37 {
  font-size: 37px !important;
}

.f-s-38 {
  font-size: 38px !important;
}

.f-s-39 {
  font-size: 39px !important;
}

.f-s-40 {
  font-size: 40px !important;
}

.f-s-41 {
  font-size: 41px !important;
}

.f-s-42 {
  font-size: 42px !important;
}

.f-w-100 {
  font-weight: 100 !important;
}

.f-w-200 {
  font-weight: 200 !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-800 {
  font-weight: 800 !important;
}

.ofl-auto {
  overflow: auto !important;
}

.ofl-hidden {
  overflow: hidden !important;
}

.ofl-visible {
  overflow: visible !important;
}

.ofl-scroll {
  overflow: scroll !important;
}

.ofl-x-hidden {
  overflow-x: hidden !important;
}

.ofl-x-visible {
  overflow-x: visible !important;
}

.ofl-x-scroll {
  overflow-x: scroll !important;
}

.ofl-y-hidden {
  overflow-y: hidden !important;
}

.ofl-y-visible {
  overflow-y: visible !important;
}

.ofl-y-scroll {
  overflow-y: scroll !important;
}

.rt-dsply {
  display: none;
}

.dsply-none {
  display: none !important;
}

.dsply-block {
  display: block !important;
}

.dsply-inl-block {
  display: inline-block !important;
}

.dsply-tbl-cell {
  display: table-cell !important;
}

.tp-banner-container {
  overflow: hidden;
  position: relative;
  height: 100svh;
  background-color: #999999;
}
.tp-banner-container:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.tp-banner-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

.tp_hero-content {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  color: white;
  z-index: 1;
  font-size: calc(1.25rem + 0.5vw);
}
.tp_hero-content h2 {
  font-size: 2.5em;
}

.map_wrapper-sec {
  position: relative;
  padding-top: 20%;
  min-height: 35rem;
}
.map_wrapper-sec iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.embed_16-9 {
  position: relative;
  padding-top: 56.25%;
}
.embed_16-9 video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.certificates_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.certificates_list li {
  flex: 1 0 250px;
}
.certificates_list li a {
  display: block;
}
.certificates_list li a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 10/7;
  object-fit: cover;
  object-position: 50% 50%;
}

/* ===== Mobile First ===== */
@media (min-width: 992px) {
  .bdr-mdr-1 {
    border-right: #ccc 1px solid !important;
  }
}
@media (min-width: 1200px) {
  .row-gap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .row-gap .col-lg-7 {
    flex: 60%;
  }
  .row-gap .col-lg-5 {
    flex: 40%;
  }
  .mb_lg-40 {
    margin-bottom: 40px;
  }
}
/* ===== Non Mobile First ===== */
@media (max-width: 991px) {
  .food-items .col-md-6 {
    width: 100% !important;
  }
  .copyright-txt,
  .devt-tag {
    text-align: center;
  }
  .copyright-txt {
    margin-bottom: 10px;
  }
  .addr-detail-cont {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: #333333 1px solid;
  }
  .tripadvisor-top {
    padding-top: 30px;
    margin-top: 30px;
    border-top: #cccccc 1px solid;
  }
  .m-b-md-30 {
    margin-bottom: 30px;
  }
  .m-b-sm-20 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .food-img-grid figure {
    width: 25%;
  }
  .navbar-collapse {
    background-color: #E5712E;
    border-color: #E5712E;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-custom {
    border: none;
  }
  .navbar-custom .nav li a {
    border-bottom: #C55F23 1px solid;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-custom .nav li:last-child a {
    border-bottom: none;
  }
  .navbar-custom .nav li.active a {
    border-bottom: #C55F23 1px solid;
    background-color: #C55F23;
  }
  .lang-dropdown {
    margin-top: 16px;
    margin-left: 0;
  }
}
@media (max-width: 543px) {
  #CDSLOCINNER {
    display: none !important;
  }
  .top-telephone-cont .media-body h4.media-heading a {
    font-size: 24px;
  }
  .top-telephone-cont .media-body span.h3 {
    font-size: 17px;
  }
  .telephone-ico {
    width: 56px;
  }
  .main-head-bdr:before {
    width: 100px;
  }
  .main-head-bdr:after {
    width: 100px;
  }
  .btns_group .tl-btn {
    margin: 5px !important;
  }
  .food-sorting li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .food-sorting li a {
    display: block;
  }
  .trip-adv-bdy .media-left {
    display: block;
  }
  .pi-google-map-wide {
    height: 300px;
  }
}
@media (max-width: 479px) {
  .navbar-brand img {
    width: 210px;
  }
  .food-img-grid figure {
    width: 50%;
  }
  .book-form-wrap {
    padding: 20px;
    margin: 20px 0;
  }
  .cntct-sub-btn .tl-btn {
    display: block;
    width: 100%;
  }
  .social-ico-head {
    display: block;
  }
  .testi-slider .carousel-indicators li:nth-child(2) {
    margin: 0 10px !important;
  }
  #quote-carousel .carousel-indicators li {
    width: 60px;
    height: 60px;
  }
  .slider-btn-o {
    display: none;
  }
  #CDSROWRATING441 span {
    display: block;
    margin: 8px 0 0 0;
  }
  #status {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
  }
  #CDSWIDCOE {
    margin: 0 auto 30px auto !important;
  }
  .food-item-inner .media-left {
    display: block;
    margin-bottom: 10px;
  }
  .hidden-xxs {
    display: none;
  }
  .food-item-inner .media .media-left {
    padding-right: 0;
  }
  .food-item-inner .media .media-object {
    width: 100%;
    aspect-ratio: 3/1.1;
    object-fit: cover;
    object-position: 50%;
  }
}
/* ===== Double Media Queries ===== */

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