@import url('fonts.css');
/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
html{
  overflow-y: scroll;
}

body{
  overflow-y: hidden;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

@media(max-width:575px){
  .section-result{
		margin-top:100px !important;
	}
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
}

strong, b {
  font-weight: 700;
}

a:hover, a:focus {
  text-decoration: none;
  color: #CB9B3E;
}

* {
  outline: none !important;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  position: relative;
}

body {  
  font-family: 'DIN 2014 W05 Demi', sans-serif;
  font-weight: normal;
  font-size: 16px;
  background-color: #F2EBE0;
  color: #274635 ;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  position: relative; 
  overflow-x: hidden;
  line-height: normal;
}

/* COlors */

.text-primary {
  color: #274635;
}
.text-secondary {
  color: #B68E51;
}
.bg-primary {
  background-color: #274635 !important;
}
.bg-secondary {
  background-color: #B68E51 !important;
}

/* Buttons */
.btn {
  font-size: 19px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0;
  padding: 15px;
  letter-spacing: 0.065em;
  border-width: 2px;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none !important;
}
.btn + .btn {
  margin-left: 20px;
}
.btn-sm {
  min-width: 180px;
}
.btn-md {
  min-width: 242px;
}
.btn-primary {
  background-color: #274635;
  border-color: #274635;
}
.btn-secondary {
  background-color: #B68E51;
  border-color: #B68E51;
  text-shadow: 1px 1px 3px black;
}
.btn-outline-primary {
  border-color: #274635;
  color: #274635;
}
.btn-outline-light {
  background-color: transparent;
  border-color: #ffffff
}
.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #274635;
  background-color: transparent;
  border-color: #274635;
}
.btn-secondary:hover,
.btn-secondary.focus, .btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #B68E51;
  text-shadow: none;
  background-color: transparent;
  border-color: #B68E51;
}
.btn-outline-primary:hover,
.btn-outline-primary.focus, .btn-outline-primary:focus
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #274635;
  border-color: #274635;
}

/* Commeon Title */
.section-title {
  position: relative;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  display: block;
  position: relative;
}
.section-title h1.title-xl,
.section-title h2.title-xl,
.section-title h3.title-xl,
.section-title h4.title-xl {
  font-size: 60px;
  font-family: 'Memo W05', sans-serif;
  font-weight: 500;
}
.section-title h1.title-lg,
.section-title h2.title-lg,
.section-title h3.title-lg,
.section-title h4.title-lg {
  font-size: 40px;
  font-family: 'Memo W05', sans-serif;
  font-weight: 500;
}
.section-title h1.title-md,
.section-title h2.title-md,
.section-title h3.title-md,
.section-title h4.title-md {
  font-family: 'Memo W05', sans-serif;
  font-size: 30px;
  font-weight: 500;
}
.section-title h1.title-sm,
.section-title h2.title-sm,
.section-title h3.title-sm,
.section-title h4.title-sm {
  font-size: 27px;
  font-family: 'DIN 2014 W05';
  font-weight: bold;
  letter-spacing: 0.065em;
}
.section-title h1.title-xs,
.section-title h2.title-xs,
.section-title h3.title-xs,
.section-title h4.title-xs {
  font-size: 24px;
  font-family: 'DIN 2014 W05';
  font-weight: bold;
  letter-spacing: 0.065em;
}
.text-border {
  position: relative;
  display: inline-block !important;
  padding-bottom: 20px;
}
.text-border:after {
  content: '';
  width: calc(100% + 4px);
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B68E51;
  display: inline-block;
}
.text-white > .text-border:after {
  background-color: #274635;
}

/* Hover */
.shake:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Form */
.gutters-10 {
  margin-left: -10px;
  margin-right: -10px
}
.gutters-10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.form-control {
  height: 62px;
  padding: 15px 25px;
  font-size: 19px;
  color: #585858;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
  color: #585858;
}
.form-control::-moz-placeholder {
  color: #585858;
}
.form-control:-ms-input-placeholder {
  color: #585858;
}
.form-control:-moz-placeholder {
  color: #585858;
}

/* Select 2 */
.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0;
  height: 62px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 25px;
  font-size: 19px;
  color: #000000;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
  box-shadow: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 62px;
}
.select2-dropdown {
  border: 0;
  border-radius: 0;
}
.select2-search--dropdown .select2-search__field {
  padding: 15px 21px;
}
.select2-results__option{
  padding: 15px 25px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #274635;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 23px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: .2s ease-in-out;
}

.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg) translateY(50%);
}



/* Loader */
.loader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #274635;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loader {
  width: 50px;
  height: 30px;
  position: relative;
}
.loader span {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: wave 0.9s linear infinite 0.3s;
  animation: wave 0.9s linear infinite 0.3s;
}
.loader:before, .loader:after {
  content: "";
}
.loader:before {
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: wave 0.9s linear infinite;
  animation: wave 0.9s linear infinite;
}
.loader:after {
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: wave 0.9s linear infinite 0.6s;
  animation: wave 0.9s linear infinite 0.6s;
}
.loader span,
.loader:before,
.loader:after {
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  background: #ffffff;
}

@-webkit-keyframes wave {
  0% {
    height: 100%;
  }
  40% {
    height: 10%;
  }
  80% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes wave {
  0% {
    height: 100%;
  }
  40% {
    height: 10%;
  }
  80% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  /*background-color: transparent;*/
  background-color: rgba(39, 70, 53,0.75);
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
.header .navbar {
  padding: 24px 0;
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}

.tshadow {
  text-shadow: 1px 1px 2px black;
}

.header .navbar-nav .nav-link {
  font-size: 19px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 22px;
}

@media (max-width: 1439px) {
  .header .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.header .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
.navbar-dark .navbar-toggler {
  border: 0;
}
.navbar-brand {
  padding: 0;
}
.navbar-brand img {
  display: block;
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
.header.sticky {
  background-color: #b68e51;
}

.header.transparent{
  background-color: #274635;
}
.header.sticky .navbar {
  padding: 10px 0;
}
.header.sticky .navbar-brand img {
  max-width: 70%;
}
.icon-bar {
  width: 42px; 
  height: 2px;
  background-color: #ffffff;
  display: block;
  transition: all 0.2s;
}
.navbar-toggler {
  border: none !important;
  background: transparent !important;
  position: relative;
  padding: 0;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.middle-bar {  
  margin: 9px 0;
}
.navbar-toggler .middle-bar {
  opacity: 0;
  width: 75%;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/* Banner */
.main-banner {
  background-color: #274635;
  min-height: 585px;
  padding: 190px 0 140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
}
.main-banner-button {
  margin-top: 50px;
  text-align: center;
}

/* Notification Styles */
.title-xl.text-uppercase{
  margin-top: 100px;
}
@media (max-width: 768px) {
  .title-xl.text-uppercase{
  margin-top: 125px;
}
}
@media (max-width: 425px) {
  .title-xl.text-uppercase{
  margin-top: 150px;
}
}

/* Home slider section */
.section-slider {
  padding: 120px 0 145px;
}
.section-slider:after {
  content: '';
  position: absolute;
  left: 0;
  top: 780px;
  background-image: url('/static/images/shape01.png');
  height: 288px;
  width: 202px;
  background-repeat: no-repeat;
  z-index: 1;
}
.swpr-home-slider-wrap,
.home-slider-wrap {  
  padding-top: 210px;
  padding-bottom: 130px;
}
.swpr-home-slider-wrap:before,
.home-slider-wrap:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 60px;
  height: 180px;
  width: 3px;
  background-color: #274635;
  z-index: 2;
}
.home-slider {
  overflow-x: hidden;
}
.swiper-button {
  appearance: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swpr-pe-slider .swiper-button-prev,
.swpr-pe-slider .swiper-button-next,
.swpr-home-slider .swiper-button-prev,
.swpr-home-slider .swiper-button-next,
.home-slider.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #F2EBE0;
  height: 165px;
  width: 165px;
  border-radius: 100%;
}
.swpr-pe-slider,
.swpr-home-slider {
  position: relative;
}
.swpr-pe-slider .swiper-button-prev,
.swpr-home-slider .swiper-button-prev,
.home-slider.owl-carousel .owl-nav .owl-prev {
  left: -100px;
}
.swpr-pe-slider .swiper-button-prev .icon,
.swpr-home-slider .swiper-button-prev .icon,
.home-slider.owl-carousel .owl-nav .owl-prev .icon {
  margin-left: 55px;  
}
.swpr-pe-slider .swiper-button-next,
.swpr-home-slider .swiper-button-next,
.home-slider.owl-carousel .owl-nav .owl-next {
  right: -100px;
}
.swpr-pe-slider .swiper-button-next .icon,
.swpr-home-slider .swiper-button-next .icon,
.home-slider.owl-carousel .owl-nav .owl-next .icon {
  margin-right: 55px;
}
.obj-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .swpr-pe-slider .swiper-button-prev,
  .swpr-pe-slider .swiper-button-next,
  .swpr-home-slider .swiper-button-prev,
  .swpr-home-slider .swiper-button-next {
    height: 120px;
    width: 120px;
  }
  .swpr-pe-slider .swiper-button-prev,
  .swpr-home-slider .swiper-button-prev {
    left: -75px;
  }
  .swpr-pe-slider .swiper-button-next,
    .swpr-home-slider .swiper-button-next {
    right: -75px;
  }
  .swpr-pe-slider .swiper-button-prev .icon,
  .swpr-home-slider .swiper-button-prev .icon {
    margin-left: 65px;
  }
  .swpr-pe-slider .swiper-button-next .icon,
    .swpr-home-slider .swiper-button-next .icon {
    margin-right: 65px;
  }
  .swpr-home-slider-wrap {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .swpr-home-slider-wrap:before {
    height: 150px;
    top: 40px;
  }
}

@media (max-width: 767px) {
  .swpr-home-slider .swiper-wrapper {
    height: 470px;
  }
  .swpr-home-slider .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .swpr-home-slider-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* About section */
.section-about-left {
  padding-left: 90px;
}
.section-about-left p {
  margin: 35px 0 50px;
  font-size: 19px;
}
.section-about-right {
  margin-left: 20px;
}
.section-about-right img {
  display: block;
  margin: auto;
  width: 100%;
}

/* Product section */
.section-products {
  padding-bottom: 155px;
}
.section-products .text-border {
  margin-bottom: 120px;
}
.section-products .col-lg-4:nth-child(even){
  border-left: 2px dashed #dddddd;
  border-right: 2px dashed #dddddd;
}
.card-product {
  text-align: center;
  position: relative;
}
.card-product-name {
  font-size: 26px;
  font-family: 'Memo W05', sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.card-product-variant {
  font-size: 19px;
  text-transform: capitalize;
}
.card-product-gallery {
  margin: 95px 0 55px;
  width: 100%;
}
.card-product-gallery .owl-item img {
  width: auto;
  margin: 0 auto;
}
.card-product-gallery .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card-product-gallery .owl-nav .owl-prev {
  left: 30px;
}
.card-product-gallery .owl-nav .owl-next {
  right: 30px; 
}

/* Where to Buy */
.section-buy {
  padding: 115px 0 110px;
  background-image: url('/static/images/bg02.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.section-buy form {
  margin-top: 75px;
}

/* Small Banner */

.main-sm-banner {
  min-height: 420px;
}

/* FAQ */

.section-faq {
  padding-top: 130px;
  background-image: url('/static/images/shape03.png');
  background-repeat: no-repeat;
  background-position: 0 226px;
  background-size: auto;
}

@media(max-width:900px){
  .section-faq{
    background-position: 0 -226px;
  }
}
.faqs-block {
  margin-bottom: 20px;
  background: #FFFFFF;
}
.faqs-title {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  color: #000000;
  padding: 24px 60px 24px 30px;
  cursor: pointer;
  position: relative;
  transition: all 350ms ease-out;
}
.faqs-title:before, .faqs-title:after {
  content: "";
  display: block;
  width: 3px;
  height: 22px;
  position: absolute;
  transition:all 350ms ease-out;
  background-color: #B68E51;
  right: 30px;
}
.faqs-title::before {
  top: calc( 50% - 11px);
}
.faqs-title:after {
  transform: rotate(90deg);
  top:calc( 50% - 11px);
}
.faqs-title.active::before{
  transform: rotate(45deg);
}
.faqs-title.active:after{
  transform: rotate(135deg);
}
.faqs-body {
  padding: 5px 30px 24px 30px;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.38;
  color: #000000;
  font-family: 'DIN 2014 W05';
  margin-left: 20px;
}

.faq-link{
  color: #33511c;
  font-weight: 700;
}

.section-plan {
  padding: 130px 0 100px;
  text-align: center;
}
.section-plan .btn {
  margin-top: 10px;
}

/* History */
.section-history {
  padding: 110px 0 50px;
}
.section-history:before {
  content: '';  
  background-image: url('/static/images/shape04.png');
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 1;
  height: 288px;
  width: 203px;
}
.section-history .section-title {
  padding-bottom: 90px;
  padding-top: 150px;
}
.section-history .row:first-child .section-title {
  padding-top: 0;
}
.history-right p {
  font-size: 21px;
  margin-bottom: 25px;
}
.history-left img {
  display: block;
  width: 100%;
}
.history-left {
  margin-right: 25px;
}
.order-lg-2  .history-left {
  margin-right: 0;
  margin-left: 25px;
}

/* Where to Buy */
.section-map {
  padding: 75px 0 110px;
}
.section-map:after,
.section-gallery:after {
  content: '';
  position: absolute;
  background-image: url('/static/images/shape05.png');
  background-repeat: no-repeat;
  position: absolute;
  top: -200px;
  right: 0;
  height: 289px;
  width: 185px;
  background-position: right top;
}
.section-title-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
.section-title-logo h2 {
  font-size: 20px;
}
.section-title-logo:before,
.section-title-logo:after {
  content: "";
  display: block;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 3px;
  background-color: rgba(182, 142, 81, 0.28);
}
.map-left-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.map-left-text {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.065em;
  color: #000000;
  margin-top: auto;
}
.map-right {
  height: 548px;
  width: 100%;
  padding-left: 110px;
}
.map-right .map {
  height: 100%;
  width: 100%;
}
.section-result {
  padding: 140px 0 0;
}


.table-result {
  margin-top: 50px;
}
.table-result {
  font-family: 'DIN 2014 W05';
  color: #000000;
}
.table-result thead th {
  font-size: 19px;
  text-transform: uppercase;
  border: 0;
  padding: 20px 0;
}
.table-result tbody td {
  font-size: 19px;
  padding: 25px 0;
  vertical-align: top;
  border-top: 0;
  border-bottom: 2px dashed rgba(39, 70, 53, .24);
}

/* Whiskey Page */
.section-whiskey:before {
  content: '';
  position: absolute;
  left: 0;
  top: 58px;
  background-image: url('/static/images/shape06.png');
  background-repeat: no-repeat;
  height: 289px;
  width: 202px;
}
.grid {
  margin: 50px 0 0;
}
.border-bottom {
  border-bottom: 2px dashed rgba(39, 70, 53,0.24) !important;
}
.section-whiskey .border-bottom {
  margin-top: 30px;
  margin-bottom: 70px;
}
.filters {
  overflow: hidden;
}
.filters ul {
  display: flex;
  justify-content: center;
}
.filters ul li a {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.065em;
  color: #FFFFFF;
  margin: 38px 60px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.filters ul li a:after {
  content: '';
  border-bottom: 3px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
}
.filters ul li a.active:after {
  border-color: #274635;
}
.card-brand {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  margin-top: 50px;
}
.card-brand-image {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-brand-image img {
  mix-blend-mode: multiply;
}
.card-brand-name {
  margin-bottom: 30px; 
  font-family: 'DIN 2014 W05';
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.065em;
  color: #274635;
  line-height: 123.5%;
}
.card-sm-brand .card-brand-name {
  font-size: 21px;
  margin-top: 10px;
}

.btn-link {
  font-family: 'Memo W05';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.065em;
  color: #274635;
  text-transform: uppercase;
  border-bottom: 3px solid #B68E51;
  padding-bottom: 10px;
  display: inline-block;
}
.btn-link:hover {
  text-decoration: none;
  color: #B68E51;
}
.section-whiskey .bg-secondary {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;  
}
.is-fixed.bg-secondary {
  position: fixed;
  width: 100%;
  top: 83px;
  left: 0;
  z-index: 1;
  -webkit-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.is-fixed .filters ul li a {
  margin: 20px 60px 30px;
  font-size: 20px;
}

.section-gallery {
  padding: 115px 0;
}
.section-gallery .section-title {
  margin-bottom: 115px; 
}
.gallery-image {
  margin-bottom: 42px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-image img {
  display: block;
  width: 100%;
}
.gutters-42 {
  margin-left: -21px;
  margin-right: -21px;
}
.gutters-42 > [class*="col-"] {
  padding-left: 21px;
  padding-right: 21px;
}

.classic-effect {
  position: relative;
  overflow: hidden;
}
.classic-effect:before,
.classic-effect:after {
  background: #b68e51;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect:before {
  left: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.classic-effect:after {
  left: 25%;
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}
.classic-effect span:before,
.classic-effect span:after {
  background: #b68e51;
  width: 25%;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  bottom: 100%;
  top: 0;
}
.classic-effect span:before {
  left: 50%;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.classic-effect span:after {
  left: 75%;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.classic-effect:hover:before,
.classic-effect:hover:after {
  bottom: 0;
  opacity: 0.5;
}
.classic-effect:hover span:before,
.classic-effect:hover span:after {
  bottom: 0;
  opacity: 0.5;
}

.card-book {
  position: relative;
  display: flex;
  margin-top: 90px;
}
.card-book-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.card-book-image {
  width: 325px;
  margin-right: 40px;
}
.card-book-image img {
  width: 100%;
  display: block;
}
.card-book-content {
  width: calc(100% - 365px);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-book-content .section-title {
  margin-bottom: 16px;
}
.card-book-content h6 {
  font-size: 24px;
  margin-bottom: 25px;
  font-family: 'DIN 2014 W05';
}
.card-book-content .card-book-description {
  font-size: 18px;
  font-family: 'DIN 2014 W05';
  line-height: 123.5%;
  letter-spacing: 0.035em;
  color: #274635;
}
.card-book-info {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.card-book-info .icon {
  vertical-align: text-top;
}
.card-book-info p {
  font-size: 18px;
  line-height: 123.5%;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  margin-right: 65px;
}
.card-book-info p:last-child {
  margin-right: 0;
}
.card-book-content .btn {
  align-self: flex-start;
  margin-top: auto;
}

.section-call {
  text-align: center;
  padding-top: 80px;
}
.section-call .section-title {
  margin-bottom: 28px; 
}
.section-call p {
  font-family: 'DIN 2014 W05';
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.035em;
  color: #274635;
}
.section-call p a {
  font-family: 'DIN 2014 W05 Demi';
  color: #274635;
}

.section-moreinfo {
  padding: 60px 0;
}
.section-moreinfo .section-title {
  padding-bottom: 100px;
}
.moreinfo-address {
  margin-bottom: 40px;
}
.moreinfo-address h2 {
  font-family: 'Memo W05';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.065em;
  color: #274635;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.moreinfo-address p {
  font-family: 'DIN 2014 W05';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 5px;
}
.moreinfo-address p span {
  width: 170px;
  display: inline-block;
  vertical-align: top;
}
.moreinfo-address p span.monday-timings {
  width: calc(100% - 180px);
}
.list-info {
  font-family: 'DIN 2014 W05';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 123.5%;
  letter-spacing: 0.035em;
}
.list-info li:not(:last-child) {
  margin-bottom: 20px;
}

.section-get {
  padding: 100px 0 30px;
}
.get-map {
  margin: 80px 0 125px;
}
.get-map img {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
}
.list-address h3 {
  font-family: 'DIN 2014 W05';
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.list-address ul {
  font-family: 'DIN 2014 W05';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 123.5%;
}
.list-address ul li {
  margin-bottom: 20px;  
}

/* Footer */
.footer {
  text-align: center;
  padding: 70px 0 55px;
  background-color: #F2EBE0;
}
.footer-link {
  margin-top: 80px;
  margin-bottom: 45px;
}
.footer-link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer-link ul li {
  position: relative;
}
.footer-link ul li:after {
  content: '|';
  position: absolute;
  top: 50%;
  right: -2px;
  transform: translateY(-50%);
}
.footer-link ul li:last-child:after {
  content: none;
}
.footer-link ul li a {
  color: #274635;
  font-size: 16px;
  margin: 0 10px;
  position: relative;
}
.footer-link ul li a:hover:after {
  visibility: visible;
  opacity: 1;
}
.footer-link ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 1px;
  content: "";
  opacity: 0;
  background-color: #274635;
  transition: .2s ease-in-out;
}
.footer-social ul {
  display: flex;
  justify-content: center;
}
.footer-social ul li a {
  padding: 0 11px;
}
.footer-copyright {
  text-align: center;
  margin-top: 40px;
}
.footer-copyright p {
  color: #274635;
  font-size: 13px;
}
#footer #dg_footer_wrapper{
  background-color:#F2EBE0;
 
  font-weight: 700;
  font-style: normal;
  
  line-height: 123.5%;
  letter-spacing: 0.035em;
  
  
}

.dg_footer_row_0 ul li a, .dg_footer_row_0 ul li span{
  color:#274635 !important;
}

.dg_footer_row_0 ul{
  font-size: 16px;
  font-weight: 100;
}



#footer #dg_footer_wrapper li{
  font-family: 'DIN 2014 W05 Demi', sans-serif !important;
}

.dg_footer_item_7::after,.dg_footer_item_8::after{
  content: none !important;
}

.dg_footer_item_8{
  margin-top:15px;
  display: block !important;
}

.dg_footer_item_last{
  margin-top:10px;
  width: 100%;
}


@media(max-width:800px){
  #dg_footer_wrapper_inner ul li span {
    padding: 0 !important;
  }
 .dg_footer_row_0 ul li{
   display: block !important;
   text-align: left;
 }
  #footer #dg_footer_wrapper li::after{
    content: none !important;
  }

  .footer-social{
    margin-left:5px;
  }
}

/* Animation
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes shake {
  10%, 90% { transform: translate3d(-1px, 0, 0); }
  20%, 80% { transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% { transform: translate3d(-3px, 0, 0); }
  40%, 60% { transform: translate3d(3px, 0, 0); }
}
