/*-- nav changes --*/
.logo-wrap {
  width: 100%;
  position: absolute;
  top: 4%;
  left: 0;
  text-align: center;
}
.logo {
  display: inline-block;
  position: relative;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
}
a.logo:hover {
  color: #fff;
  text-decoration: none;
}
.logo:before,
.logo:after {
  content: " ";
  display: block;
  width: 32px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  background: #fff;
  background: rgba(255, 255, 255, .75);
}
.logo:before {
  left: -42px;
}
.logo:after {
  right: -42px;
}
.nav-logo-wrap {
  float: left;
  margin-right: 20px;
}
.nav-logo-wrap .logo {
  display: table-cell;
  vertical-align: middle;
  max-width: 100px;
  max-height: 100%;
}
.nav-logo-wrap .logo:before,
.nav-logo-wrap .logo:after {
  display: none;
}
.logo.dark,
a.logo.dark:hover {
  color: #151515;
}
.panel-overlay-from-left {
  position: fixed;
  width: 26%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: -100%;
  background: rgba(247, 247, 247, .7);
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}
.panel-overlay-from-left.open {
  left: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.panel-overlay-from-left.panel-overlay-from-left-home {
  background: rgba(0, 0, 0, .7);
}
.panel-overlay-from-right {
  position: fixed;
  width: 75%;
  height: 100%;
  overflow: hidden;
  top: 0;
  right: -100%;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}
.panel-overlay-from-right.open {
  right: 0;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.panel-from-left {
  position: fixed;
  width: 26%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  left: -100%;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 200;
}
.panel-from-left.open {
  left: 0;
}
.panel-from-right {
  position: fixed;
  width: 75%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: -100%;
  background: #121212;
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 200;
}
.panel-from-right.open {
  right: 0;
}
.panel-from-right.panel-from-right-home {
  background: #111;
}
.round-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: none;
  z-index: 1001;
}

.round-menu.direction {
  background: #111;
  top: 50px;
  right: 50px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
}

@media only screen and (max-width: 880px) {
  .round-menu.direction {
      top: 30px;
      right: 30px;
  }
}

.round-menu {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 35px;
  right: 35px;
  margin: 0;
  padding: 0;
  border: none;
  background: #e0e0e0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -webkit-transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 10;
}

@media only screen and (max-width: 880px) {
  .round-menu {
      top: 15px;
      right: 15px;
  }
}

.round-menu::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  left: -webkit-calc(50% - 30px);
  left: -moz-calc(50% - 30px);
  left: calc(50% - 30px);
  background: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.round-menu.direction.round-menu::before {
  background: #111;
}

.round-menu.round-menu-home::before {
  background: none;
}

.round-menu .dot-1,
.round-menu .dot-2,
.round-menu .dot-3 {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  top: -webkit-calc(50% - 3px);
  top: -moz-calc(50% - 3px);
  top: calc(50% - 3px);
  left: -webkit-calc(50% - 3px);
  left: -moz-calc(50% - 3px);
  left: calc(50% - 3px);
  background: #111;
  -webkit-transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, -webkit-transform .5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.round-menu.direction .dot-1,
.round-menu.direction .dot-2,
.round-menu.direction .dot-3 {
  background: #fff;
}

.round-menu.round-menu-home .dot-1,
.round-menu.round-menu-home .dot-2,
.round-menu.round-menu-home .dot-3 {
  background: #84844d;
}

.round-menu .dot-1 {
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
}

.round-menu .dot-3 {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

.round-menu:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-2,
.round-menu:hover .dot-3 {
  mix-blend-mode: exclusion;
  background: #fff;
}

.round-menu:hover .dot-1,
.round-menu:hover .dot-3 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

nav.navigation-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  text-align: center;
  margin: 0 auto;
}

nav.navigation-menu a {
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  left: 0;
  right: 0;
  margin-left: -25px;
  margin-right: auto;
  width: auto !important;
  cursor: pointer;
}

nav.navigation-menu a:hover {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

nav.navigation-menu li {
  margin: 0 auto 15px auto;
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu li {
      margin: 0 auto 10px auto;
  }
}

nav.navigation-menu li:last-child {
  margin: 0;
}

nav.navigation-menu a {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.04em;
  text-decoration: none;
  color: #969696;
}

nav.navigation-menu a:hover {
  color: #84884d;
}

@media all and (min-width: 1920px) {
  nav.navigation-menu a {
      font-size: 55px;
  }
}

@media only screen and (max-width: 1200px) {
  nav.navigation-menu a {
      font-size: 35px;
  }
}

@media only screen and (max-width: 995px) {
  nav.navigation-menu a {
      font-size: 25px;
  }
}

@media only screen and (max-width: 880px) {
  nav.navigation-menu a {
      font-size: 20px;
  }
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  nav.navigation-menu a.active {
      color: transparent;
      -webkit-text-stroke: 1px #5f5f5f;
      text-shadow: none;
  }
}

nav.navigation-menu.navigation-menu-home a {
  color: #e0e0e0;
}

nav.navigation-menu.navigation-menu-home a:hover {
  color: #84884d
}

@supports((text-stroke: 1px #e0e0e0) or (-webkit-text-stroke: 1px #e0e0e0)) {
  nav.navigation-menu.navigation-menu-home a.active {
      color: #84844d;
      -webkit-text-stroke: 1px #000;
      text-shadow: #000;
  }
}
.center-container-menu {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.center-block-menu {
  display: table-cell;
  vertical-align: middle;
}
.bg-1 {
  background: #111;
}
.bg-2 {
  background: #dddddd;
}
.bg-3 {
  background: rgba(75, 61, 43, 0.2);
}
.page-section {
  padding: 140px 0;
  text-align: center;
}

/*--homepage hero--*/
.parallax-container {
  background-image: url("../img/home/srb.home.hero.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-device-width: 1366px) {
  .parallax-container {
      background-attachment: scroll;
  }
}
.parallax-container-inner {
  background-image: url("../img/home/logo.wall.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-device-width: 1366px) {
  .parallax-container {
      background-attachment: scroll;
  }
}
/*-- typography.tweaks --*/

.srb-inner-header h1 {
  color: #fff;
}

/*-- btns --*/

.btn-srb,
a.btn-srb {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #84884d;
  border: 2px solid transparent;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-srb:hover,
.btn-srb:focus {
  font-weight: 700;
  color: #fff;
  background: #67553e;
  text-decoration: none;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.9)
}
.btn-srb:active {
  cursor: pointer !important;
}
.btn-srb.btn-small {
  padding: 5px 10px;
  font-size: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-srb.btn-medium {
  padding: 11px 24px;
  font-size: 11px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-srb.btn-large {
  padding: 10px 40px;
  font-size: 18px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.9)
}
.btn-srb.btn-glass {
  color: rgba(255, 255, 255, .75);
  background: rgba(0, 0, 0, .40);
}
.btn-srb.btn-glass:hover,
.btn-srb.btn-glass:focus {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
}
.btn-srb.btn-border {
  color: #151515;
  border: 2px solid #151515;
  background: transparent;
}
.btn-srb.btn-border:hover,
.btn-srb.btn-border:focus {
  color: #fff;
  border-color: transparent;
  background: #151515;
}
.btn-srb.btn-border-w {
  color: #fff;
  border: 2px solid rgba(255, 255, 255, .75);
  background: transparent;
}
.btn-srb.btn-border-w:hover,
.btn-srb.btn-border-w:focus {
  color: #84884d;
  border-color: transparent;
  background: #fff;
}
.btn-srb.btn-w {
  color: #84884d;
  background: #fff;
}
.btn-srb.btn-w:hover,
.btn-srb.btn-w:focus {
  color: #ffffff;
  background: #84884d;
}
.btn-full {
  width: 100%;
}
/*--form.control--*/
.form-label,
.form-check-label {
  font-weight: 500;
  font-size: 17px;
}
.form-control {
  border: 1px solid #84884d;
  font-size: 17px;
  line-height: 32px;
  background-color: #f1f1f1;
  border-radius: 6px;
}
.form-control:focus {
  border-color: #84884d;
  box-shadow: none;
}
.form-control[readonly] {
  background-color: #f1f1f1;
}
.form-control:disabled {
  background-color: #454545;
}
.form-check-input:focus {
  border-color: #cc3535;
  box-shadow: none;
}
.form-check-input.form-check-input:checked {
  background-color: #cc3535;
  border-color: #cc3535;
}
/*-- cat.nav.cards --*/

.cat-disp-container {
  width: 1142px;
  margin: 0 auto;
}
.cat-disp_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.cat-disp_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.cat-disp-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;

  position: relative;
}
.cat-disp-item_link:hover,
.cat-disp-item_link:hover .cat-disp-item_date {
  text-decoration: none;
  color: #FFF;
}
.cat-disp-item_link:hover .cat-disp-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.cat-disp-item_title {
  min-height: 87px;
  margin: 0 0 25px;

  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.cat-disp-item_about-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.cat-disp-item_about {
  font-weight: bold;
  color: #84844D;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.cat-disp-item_bg {
  height: 128px;
  width: 128px;
  background-color: #84844D;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.cat-disp_item:nth-child(2n) .cat-disp-item_bg {
  background-color: #67553e;
}
.cat-disp_item:nth-child(3n) .cat-disp-item_bg {
  background-color: #84844D;
}
@media only screen and (max-width: 979px) {
  .cat-disp_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  }
  .cat-disp-item_title {
      font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cat-disp-container {
      width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .cat-disp_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  }
  .cat-disp-item_title {
      min-height: 72px;
      line-height: 1;

      font-size: 24px;
  }
  .cat-disp-item_link {
      padding: 22px 40px;
  }
  .cat-disp-item_about-box {
      font-size: 16px;
  }
}

.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}
.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 87px;
  margin: 0 0 25px;

  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #84844D;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #84844D;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
  background-color: #67553e;
}
.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
  background-color: #84844D;
}
@media only screen and (max-width: 979px) {
  .ag-courses_item {
      -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
      font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
      width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  }
  .ag-courses-item_title {
      min-height: 72px;
      line-height: 1;

      font-size: 24px;
  }
  .ag-courses-item_link {
      padding: 22px 40px;
  }
  .ag-courses-item_date-box {
      font-size: 16px;
  }
}

/*--hours.box--*/
.business-hours {
  background: transparent;
  padding: 10px 5px;
  margin-top: -15px;
  position: relative;
}
.business-hours .title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 5px;
}
.business-hours li {
  color: #fff;
  line-height: 30px;
  border-bottom: 1px solid #000;
}
.business-hours li:last-child {
  border-bottom: none;
}
.business-hours .opening-hours li.today {
  background-color: #67553e;
}
/*--menu.css--*/
.menu {
  position: relative;
  margin: 20px auto;
  width: 90%;
  max-width: 1024px;
}
h2.food {
  font-family: 'Didact Gothic', sans-serif;
  text-transform: uppercase;
}
.title {
  font-family: 'Didact Gothic', sans-serif;
  position: relative;
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
}
.title span {
  position: relative;
  background: #dddddd;
  padding: 0 15px 0 0;
}
.title:before {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  border-top: 2px dotted rgba(0, 0, 0, 0.3);
  display: block;
}
@media (min-width:420px) {
  article {
      float: left;
  }
}
article p {
  margin: 0;
  padding: 0 10px 10px;
  font-size: 12px;
}
/*--beer.menu.css--*/
.beer-menu {
  position: relative;
  margin: 20px auto;
  width: 90%;
  max-width: 1024px;
}
.beer-title {
  position: relative;
  padding: 10px;
  font-size: 32px;
  font-weight: 700;
}
.beer-title span {
  position: relative;
  background: #dddddd;
  padding: 0 15px 0 0;
}
.beer-title:before {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  height: 1px;
  border-top: 2px dotted rgba(0, 0, 0, 0.3);
  display: block;
}
@media (min-width:420px) {
  beer-article {
      float: none;
  }
}
beer-article p {
  margin: 0;
  padding: 0 10px 10px;
  font-size: 12px;
}
/*-- side.img.cards --*/
.si-container {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: auto;
}

.si-container .card {
  position: relative;
  min-width: 320px;
  height: 440px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
      inset -5px -5px 15px rgba(255, 255, 255, 0.1),
      5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}



.si-container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #84884d;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}
.si-container .card .box:hover {
  transform: translateY(-50px);
}
.si-container .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.04);
}
.si-container .card .box .content {
  padding: 20px;
  text-align: center;
}
.si-container .card .box .content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}
.si-container .card .box .content p {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}
.si-container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: #67553e;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.si-container .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #67553e;
}
/* Social links */
.footer-social-links {
  margin-bottom: 20px;
}
.social-links {
  display: inline-block;
}
.social-links a {
  float: left;
  padding-left: 5px;
  color: #151515;
  text-decoration: none;
}
.social-links a:hover {
  text-decoration: none;
}
.social-links a .fa {
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  position: relative;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #84844d;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.social-links a .fa:after {
  content: " ";
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}
.social-links a:hover .fa {
  background: #67553e;
}
.social-links a:hover .fa:after {
  border-color: #333;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .45);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .45);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .45);
}
.footer-copy {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
/* 28. BG color */
.bg-light {
  background: #dddddd;
}

.bg-dark {
  background: rgba(75, 61, 43, 0.2);
}


/*--homepage - hero - section --*/

.hero-fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}

.hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-fullscreen-FIX {
  width: 100%;
  height: 100%;
}

.img-fullwidth-wrapper {
  position: relative;
}

.img-fullwidth {
  min-height: 600px;
}

@media (min-width: 992px) {
  .img-fullwidth {
      position: absolute;
      width: 50vw;
      height: auto;
      top: 0;
      bottom: 0;
  }
}

@media only screen and (max-width: 640px) {
  .img-fullwidth {
      min-height: 350px;
  }
}

.img-fullwidth-all {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.grid-wrapper>div {
  display: flex;
  justify-content: center;
  align-items: center;

}
.grid-wrapper>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}


/* 13. preloader */
.preloader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}

#preloader {
  position: fixed;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  z-index: 999999;
}

#preloader-status {
  display: table-cell;
  vertical-align: middle;
}

.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.loader {
  position: relative;
  width: 45px;
  height: 45px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 2px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 3px solid rgba(132, 132, 77, 0.9);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.loader span {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -3px;
  left: -3px;
  border: 3px solid transparent;
  border-top: 3px solid rgba(17, 17, 17, .75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@-webkit-keyframes rotate {
  0% {
      -webkit-transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


/* 14. hover effect */
.hover-icons {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 15px;
  text-align: center;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media only screen and (min-width: 1024px) {
  .hover-icons {
      left: 10px;
  }
}

@media only screen and (max-width: 880px) {
  .hover-icons {
      left: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .hover-icons {
      left: 0;
  }
}

.hover-icons a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 4px;
  font-size: 20px;
  background: #111;
  border: 1px solid #111;
  color: #fff;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.hover-icons a.iw-slide-left {
  -webkit-transform: translate3d(-60px, 0, 0);
  -moz-transform: translate3d(-60px, 0, 0);
  -ms-transform: translate3d(-60px, 0, 0);
  -o-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

.hover-icons a.iw-slide-right {
  -webkit-transform: translate3d(60px, 0, 0);
  -moz-transform: translate3d(60px, 0, 0);
  -ms-transform: translate3d(60px, 0, 0);
  -o-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.hover-effect-img:hover .hover-icons a {
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.hover-icons a:hover {
  background: #111;
  border: 1px solid #111;
  color: #fff;
}

.hover-icons a:hover:after {
  background: #111;
}

.hover-effect-img:hover .hover-icons {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hover-icons a:before {
  position: relative;
  z-index: 1;
}

.hover-icons a i {
  position: relative;
  z-index: 1;
}

.hover-effect-img {
  position: relative;
  z-index: 5 !important;
}

.hover-effect {
  position: absolute;
  background: #fff;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.hover-effect {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -moz-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 40px;
  left: 40px;
  bottom: 40px;
  right: 40px;
}

@media only screen and (max-width: 880px) {
  .hover-effect {
      width: -webkit-calc(100% - 30px);
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px);
      height: -webkit-calc(100% - 30px);
      height: -moz-calc(100% - 30px);
      height: calc(100% - 30px);
      top: 15px;
      left: 15px;
      bottom: 15px;
      right: 15px;
  }
}

.hover-effect-img:hover .hover-effect {
  opacity: 0.85;
  -moz-opacity: 0.85;
  -webkit-opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.legendary-gallery {
  position: relative;
  margin: -20px 20px 0 20px;
  z-index: 0;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery {
      margin: 0 15px;
  }
}

.legendary-gallery figure {
  padding: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure {
      padding: 0;
  }
}

.legendary-gallery figure:last-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure:last-child {
      margin-bottom: 15px;
  }
}

.legendary-gallery .img-caption {
  display: none;
}

.move-down {
  margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
  .move-down {
      margin-bottom: 15px;
  }
}





/* 16. headings */
.hero-heading {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  color: #fff;
  margin: -6px auto 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}

@media all and (min-width: 1920px) {
  .hero-heading {
      font-size: 65px;
      margin: -8px auto 0 auto;
  }
}

@media only screen and (max-width: 995px) {
  .hero-heading {
      font-size: 45px;
      margin: -6px auto 0 auto;
  }
}

@media only screen and (max-width: 880px) {
  .hero-heading {
      padding: 0 25px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      text-shadow: none;
  }
}

.hero-heading.hero-heading-dark {
  color: #000;
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  .hero-heading.hero-heading-dark span {
      color: transparent;
      -webkit-text-stroke: 1px #111;
      text-shadow: none;
  }
}

h2.hero-heading {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  color: #fff;
  margin: -6px auto -8px auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}

@media all and (min-width: 1920px) {
  h2.hero-heading {
      font-size: 65px;
      margin: -8px auto -9px auto;
  }
}

@media only screen and (max-width: 995px) {
  h2.hero-heading {
      font-size: 45px;
      margin: -6px auto;
  }
}

@media only screen and (max-width: 880px) {
  h2.hero-heading {
      padding: 0 25px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  h2.hero-heading span {
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      text-shadow: none;
  }
}

h2.hero-heading.hero-heading-dark {
  color: #111;
}

@supports((text-stroke: 1px #111) or (-webkit-text-stroke: 1px #111)) {
  h2.hero-heading.hero-heading-dark span {
      color: transparent;
      -webkit-text-stroke: 1px #111;
      text-shadow: none;
  }
}

.hero-subheading {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: normal;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: -1px auto;
  z-index: 1;
}

.hero-subheading.hero-subheading-dark {
  color: #111;
}

.hero-subheading span {
  position: relative;
  display: inline-block;
  padding-right: 60px;
  margin-right: 30px;
  line-height: 1;
  color: #fff;
}

@media only screen and (max-width: 880px) {
  .hero-subheading span {
      padding-right: 40px;
      margin-right: 20px;
  }
}

.hero-subheading.hero-subheading-dark span {
  color: #111;
}

.hero-subheading span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  width: 30px;
  height: 0;
  margin-top: -1px;
  border-top: 1px solid #fff;
}

@media only screen and (max-width: 880px) {
  .hero-subheading span::before {
      width: 20px;
  }
}

.hero-subheading.hero-subheading-dark span::before {
  border-top: 1px solid #111;
}

h4 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #5f5f5f;
  line-height: 1;
  letter-spacing: -0.04em;
}

.color-switch {
  color: #111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.col-all .color-switch {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.col-all:hover .color-switch {
  color: #5f5f5f;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}



.mfp-bg {
  background: rgba(0, 0, 0, .7);
}

.mfp-arrow-left:after {
  font-family: "Ionicons";
  content: "\f124";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 22px;
  left: 15px;
}

.mfp-arrow-right:after {
  font-family: "Ionicons";
  content: "\f125";
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 22px;
  right: 15px;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: crosshair;
}

.mfp-arrow-left:after,
.mfp-arrow-left:before {
  border-right: none;
}

.mfp-arrow-right:after,
.mfp-arrow-right:before {
  border-left: none;
}

.mfp-title,
.mfp-counter {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}

.mfp-close {
  font-weight: 500 !important;
  color: #fff !important;
  cursor: pointer !important;
}

.mfp-arrow-left,
.mfp-arrow-right {
  z-index: 99998 !important;
}

.mfp-bg {
  z-index: 99996 !important;
}

.mfp-wrap {
  z-index: 99997 !important;
}

.mfp-content {
  z-index: 99998 !important;
}

.mfp-close,
.mfp-arrow {
  color: #fff;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



/* 34. Lity CUSTOM */
.lity {
  z-index: 99999;
  cursor: crosshair;
  background: rgba(0, 0, 0, .55);
}

.lity-close {
  top: 90px;
  right: 70px;
  font-weight: 500 !important;
}

@media only screen and (max-width: 880px) {
  .lity-close {
      top: 5px;
      right: 5px;
  }
}

.lity-close:active {
  top: 90px;
  right: 70px;
}

@media only screen and (max-width: 880px) {
  .lity-close:active {
      top: 5px;
      right: 5px;
  }
}

.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-shadow: none;
}


/* 35. contact */
/* contact modal */
.center-container-contact-modal {
  position: absolute;
  display: table;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: none;
}

.center-block-contact-modal {
  display: table-cell;
  vertical-align: middle;
}

.center-block-contact-modal-padding-top {
  padding: 100px 0 0 0;
}

.center-block-contact-modal-padding-bottom {
  padding: 0 0 100px 0;
}

.contact-modal-wrapper {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .contact-modal-wrapper {
      width: 90%;
  }
}

.contact-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: hidden;
  background: #111;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 99999;
}

.contact-modal.open {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  visibility: visible;
  background: #111;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.contact-modal-closer {
  position: relative;
  width: 50px;
  height: auto;
  margin: -5px auto 0 auto;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}


/* contact form */
#contact-form {
  position: relative;
  width: 100%;
  top: -20px;
  padding: 0;
  text-align: center;
}

form {
  margin: 0;
  padding: 0;
}

#form input {
  position: relative;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 10px 0 20px 0;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  color: #111;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

textarea {
  position: relative;
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #111;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 5px 5px;
  background: none;
  margin: 5px;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form textarea {
  color: #111;
  margin: 16px 0 10px 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#form input:hover,
#form textarea:hover {
  border-color: rgba(17, 17, 17, .5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}


#form input:focus,
#form textarea:focus {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.success {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  margin: 0 auto;
  padding: 50px 0 25px 0;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#form .error {
  position: absolute;
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  color: #ff264a;
  margin: -13px 0 0 0;
  padding: 0;
  letter-spacing: 0.15em;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 200px !important;
}

.make-space {
  margin-left: 15px;
  margin-right: 15px;
}

::-webkit-input-placeholder {
  font-size: 12px;
  color: #111;
}
:-ms-input-placeholder {
  font-size: 12px;
  color: #111;
}
::-moz-placeholder {
  font-size: 12px;
  color: #111;
}
input:-moz-placeholder {
  font-size: 12px;
  color: #111;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}

button {
  border: none;
  background: none;
  outline: none;
  font-family: 'Playfair Display', serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: normal;
  line-height: normal;
  color: #111;
  margin: 0 auto;
  cursor: pointer;
}


/* 38. divider */
.divider-s,
.divider-m,
.divider-m-2,
.divider-l,
.divider-xl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: none;
  z-index: -1;
}

.divider-s {
  height: 25px;
}

.divider-m {
  height: 50px;
}

.divider-m-2 {
  height: 40px;
}

@media only screen and (max-width: 880px) {
  .divider-m-2 {
      height: 15px;
  }
}

.divider-l {
  height: 100px;
}

.divider-xl {
  height: 200px;
}

@media only screen and (max-width: 880px) {
  .divider-xl {
      height: 100px;
  }
}

.visible-mobile-devices {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 995px) {
  .visible-mobile-devices {
      display: block;
      visibility: visible;
  }
}

.hidden-mobile-devices {
  display: block;
  visibility: visible;
}

@media only screen and (max-width: 995px) {
  .hidden-mobile-devices {
      display: none;
      visibility: hidden;
  }
}

@media only screen and (max-width: 880px) {
  .hidden-mobile-devices {
      display: block;
      visibility: visible;
  }
}


/* hide mob. scoll FIX */
#home,
#about #team,
#know-how,
#services,
#services-2,
#works,
#menu,
#blank,
#inside,
#blog,
#blog-2,
#contact,
#footer,
#google-maps-wrapper {
  overflow: hidden;
}

h6 {
  display: none;
  visibility: hidden;
}


/* extras */
h2.hero-heading span,
/* h2.hero-heading.hero-heading-dark span, */
.hero-heading span,
.hero-heading.hero-heading-dark span,
.service-number,
.blog-quote p,
.blog-quote p span {
  -webkit-text-stroke: unset;
}

h2.hero-heading span,
.hero-heading span {
  color: #fff;
}

/* h2.hero-heading.hero-heading-dark span */
.hero-heading.hero-heading-dark span,
.service-number {
  color: #111;
}

.blog-quote p,
.blog-quote p span {
  color: #5f5f5f;
}

h2.hero-heading,
h2.hero-heading.hero-heading-dark,
.hero-heading,
.hero-heading.hero-heading-dark,
.blog-item h2,
.news-modal .modal-content h2,
.intro-years h3,
.blog-quote p,
.blog-quote p span {
  font-weight: 800;
}

.testimonial blockquote {
  font-weight: 700;
}

p,
p a,
p a:hover {
  font-weight: 600;
}

.team-box {
  padding: 15px 20px;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -ms-border-radius: 0 20px 0 0;
  -o-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;


  -webkit-border-radius: 0 20px 0 20px;
  -moz-border-radius: 0 20px 0 20px;
  -ms-border-radius: 0 20px 0 20px;
  -o-border-radius: 0 20px 0 20px;
  border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 880px) {
  .team-box {
      padding: 10px 15px;
  }
}

.hover-effect {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.upper-page,
.slick-right-alternative,
.legendary-gallery,
#google-maps-wrapper,
.footer-credits-logo {
  z-index: 2;
}

.footer-credits-logo {
  position: relative;
}

.testimonial.testimonial-2 {
  text-align: center !important;
}

.testimonial.testimonial-2 .inner {
  max-width: 1080px !important;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .testimonial.testimonial-2 .inner {
      max-width: 940px !important;
      padding: 0;
  }
}

@media only screen and (max-width: 995px) {
  .testimonial.testimonial-2 .inner {
      padding: 0 25px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial.testimonial-2 .inner {
      padding: 0 15px;
  }
}

.testimonial.testimonial-2 blockquote {
  color: #e0e0e0;
}

.testimonial.testimonial-2 blockquote::before {
  color: rgba(224, 224, 224, .15);
}

.more-button-bg-center {
  background: none;
  border: 2px dashed #fff;
}

.more-button-bg-center.more-button-bg-center-dark {
  background: none;
  border: 2px dashed #fff;
}

.more-button-txt-center span {
  color: #fff;
}

.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
  background: none;
  border: 2px dashed #111;
}

.more-button-txt-center.more-button-txt-center-close span {
  color: #111;
}

.contact-modal,
.contact-modal.open {
  background: #fff;
}

.contact-modal-closer {
  color: #111;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  background: #111;
}



/* 39. additional */
/* hide mob. scoll FIX */
#home,
#about,
#team,
#works,
#menu,
#services,
#benefits,
#offers,
#blank,
#inside,
#blog,
#contact,
#footer,
#google-maps-wrapper {
  overflow: hidden;
}

/* fullwidth IMG */
.img-fullwidth-wrapper {
  min-height: 650px;
}

.img-fullwidth {
  min-height: 650px;
}


/* team box */
.team-box {
  text-align: left;
}

.team-box span {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #5f5f5f;
  text-align: left;
}

/* hover effect */
.legendary-gallery {
  margin: -15px 25px 0 25px;
  z-index: 2;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery {
      margin: 5px 20px 0 20px;
  }
}

.legendary-gallery figure {
  padding: 25px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure {
      padding: 0;
  }
}

.legendary-gallery figure:last-child {
  margin-bottom: 25px;
}

@media only screen and (max-width: 880px) {
  .legendary-gallery figure:last-child {
      margin-bottom: 20px;
  }
}

.move-down {
  margin-bottom: 0;
}

@media only screen and (max-width: 880px) {
  .move-down {
      margin-bottom: 20px;
  }
}

/* headings */
@media all and (min-width: 1920px) {
  .hero-heading {
      font-size: 85px;
  }
}

@supports((text-stroke: 1px #fff) or (-webkit-text-stroke: 1px #fff)) {
  .hero-heading span {
      color: transparent;
      -webkit-text-stroke: 1px #fff;
      text-shadow: none;
  }
}

h2.hero-heading.hero-heading-dark {
  color: #5f5f5f;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  h2.hero-heading.hero-heading-dark span {
      color: transparent;
      -webkit-text-stroke: 1px #5f5f5f;
      text-shadow: none;
  }
}

h2.hero-heading {
  margin: -10px auto -5px auto;
}

@media only screen and (max-width: 995px) {
  h2.hero-heading {
      margin: -7px auto -3px auto;
  }
}

@media only screen and (max-width: 768px) {
  h2.hero-heading {
      margin: -7px auto -3px auto;
  }
}


/* overlay */
.overlay-dark::before {
  background: rgba(0, 0, 0, .65);
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}


/* blockquote */
.testimonial blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  font-style: normal;
  line-height: 1.75;
}

@media only screen and (max-width: 995px) {
  .testimonial blockquote {
      font-size: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .testimonial blockquote {
      font-size: 25px;
  }
}

.testimonial blockquote::before {
  display: none;
  visibility: hidden;
}


/* slick left */
.slick-left {
  position: relative;
  background: #fff;
  z-index: 1;
}

/* font weight */
h4,
.item-button,
.item-name,
.item-price,
.team-box,
button {
  font-weight: 700;
}


/* divider */
.divider-xl {
  height: 130px;
}

@media all and (min-width: 1920px) {
  .divider-xl {
      height: 140px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-xl {
      height: 120px;
  }
}

.divider-xl.divider-xl-2 {
  height: 170px;
}

@media all and (min-width: 1920px) {
  .divider-xl.divider-xl-2 {
      height: 185px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-xl.divider-xl-2 {
      height: 155px;
  }
}

.divider-l {
  height: 80px;
}

@media all and (min-width: 1920px) {
  .divider-l {
      height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-l {
      height: 70px;
  }
}

.divider-l-2 {
  height: 71px;
}

@media all and (min-width: 1920px) {
  .divider-l-2 {
      height: 31px;
  }
}

@media only screen and (max-width: 995px) {
  .divider-l-2 {
      height: 71px;
  }
}
/* borders */
.border-top,
.border-top.top-position-primary {
  position: fixed;
  background: none;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  z-index: 105;
}

.border-top.top-position-primary {
  background: #eaeaea;
}

.border-top {
  width: 100%;
  height: 110px;
  left: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .border-top {
      height: 70px;
  }
}

.border-top.top-position-primary {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

@media only screen and (max-width: 768px) {
  .border-top.top-position-primary {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      background: none;
  }
}


/* section title */
.section-title h2 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 0 auto;
}

.section-title.section-title-dark h2 {
  color: #5f5f5f;
}

@media only screen and (max-width: 995px) {
  .section-title h2 {
      font-size: 13px;
  }
}

.section-title-line>span {
  position: relative;
  display: inline-block;
  line-height: 1px;
  padding: 0 30px;
}

.section-title-line>span::before,
.section-title-line>span::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  top: 0;
  background-color: #fff;
}

.section-title-line.section-title-line-dark>span::before,
.section-title-line.section-title-line-dark>span::after {
  background-color: #000;
}

.section-title-line>span::before {
  left: 0;
}

.section-title-line>span::after {
  right: 0;
}


/* halves about */
.halves-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.halves-about .half-about-1 {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

@media (max-width: 768px) {
  .halves-about {
      -webkit-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
  }

  .halves-about .half-about-1 {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
  }
}

.halves-about .half-about-2 {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}

.halves-about .half-about-1,
.halves-about .half-about-2 {
  min-height: 650px;
}

.about-bg-1,
.about-bg-2 {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 10;
}

.halves-about:hover .about-bg-1,
.halves-about:hover .about-bg-2 {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.about-bg-1 {
  position: relative;
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  -ms-border-radius: 0 50px 0 0;
  -o-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0;
}

.about-bg-2 {
  position: relative;
  -webkit-border-radius: 0 0 0 50px;
  -moz-border-radius: 0 0 0 50px;
  -ms-border-radius: 0 0 0 50px;
  -o-border-radius: 0 0 0 50px;
  border-radius: 0 0 0 50px;
}

.about-bg-2 {
  top: 80px;
}

@media all and (min-width: 1920px) {
  .about-bg-2 {
      top: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .about-bg-2 {
      top: 70px;
  }
}
.feature-section {
  padding: 70px 0;
  text-align: center;
  justify-content: center;
}
.feature-img-holder-out {
  width: 95%;
  max-width: 700px;
  box-shadow: -50px -50px 0 -40px #84844d,
      50px 50px 0 -40px #84844d;
  display: inline-block;
  justify-content: center;
  align-items: center;

}
.feature-vid-holder {
  width: 95%;
  max-width: 700px;
  box-shadow: -50px -50px 0 -40px #84844d,
      50px 50px 0 -40px #67553e;
  display: inline;
  justify-content: middle;
  align-items: center;

}
.feature-img-holder-in {
  width: 95%;
  max-width: 700px;
  box-shadow: -50px -50px 0 -40px #67553e,
      50px 50px 0 -40px #67553e;
  display: inline-block;
  justify-content: center;
  align-items: center;
}
.feature-img-holder-round {
  width: 100%;
  max-width: 700px;
  border-radius: 30%;
}
img.framed {
  box-shadow:
      -50px -50px 0 -40px var(--red),
      50px 50px 0 -40px var(--red);
}
.feature-heading h2 {
  font-size: 35px;
  font-weight: 500;
  padding-bottom: 20px;
}


.feature-vid-box{
  background-image: url("../img/about/dtb.img.jpg")
}





/* intro years */
.intro-years {
  position: relative;
  width: auto;
  height: auto;
  margin: 50px auto 0 auto;
}

.intro-years h2,
.intro-years h4 {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #5f5f5f;
  line-height: 1;
  letter-spacing: -0.02em;
}

.intro-years h2 {
  margin: 0 auto;
}

.intro-years h4 {
  margin: 0 auto;
}

.intro-years h3 {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: #fff;
  width: 100%;
  line-height: 100%;
  margin: -25px auto 12px auto;
  z-index: 0;
}


/* the line */
.the-line {
  position: relative;
  width: 1px;
  height: 80px;
  background: #5f5f5f;
  margin: 1px auto;
}

@media all and (min-width: 1920px) {
  .the-line {
      height: 90px;
  }
}

@media only screen and (max-width: 995px) {
  .the-line {
      height: 70px;
  }
}

.the-line.the-line-light {
  background: #e0e0e0;
}


/* IMG carousel */
.carousel-item-img-wrapper {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
  cursor: grab;
}

@media only screen and (max-width: 995px) {
  .carousel-item-img-wrapper {
      width: 100%;
  }
}

.carousel-item-img-wrapper.carousel-item-img-wrapper-all {
  height: auto;
}

.carousel-item-all {
  position: relative;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-item-all {
  height: 70vh;
}


/* circle wrapper */
.circle-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  padding-bottom: 50%;
  height: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper {
      width: 100%;
      padding-bottom: 100%;
  }
}

.circle-wrapper img,
.circle-wrapper .mp4video {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}

.circle-wrapper-full {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
  height: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.circle-wrapper-full .carousel-item-all {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}

.circle-wrapper-half {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 25%;
  padding-bottom: 25%;
  height: auto;
  left: -75px;
  right: 0;
  margin-left: 50px;
  margin-right: auto;
}

@media only screen and (max-width: 995px) {
  .circle-wrapper-half {
      width: 100%;
      padding-bottom: 100%;
      left: 0;
      margin-left: 0;
  }
}

.circle-wrapper-half img,
.circle-wrapper-half .mp4video {
  position: absolute;
  width: 100%;
  height: 100%;
  clip-path: circle(50% at 50% 50%);
  object-fit: cover;
}


/* h2 */
h2 {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  margin: -7px auto 5px auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}

@media only screen and (max-width: 995px) {
  h2 {
      font-size: 35px;
      margin: -4px auto 5px auto;
  }
}

@media only screen and (max-width: 880px) {
  h2 {
      padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {
  h2 {
      margin: -4px auto 5px auto;
  }
}
/* beers h3 */
h3 {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  text-transform: none;
  letter-spacing: -0.04em;
  margin: -7px auto 5px auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  line-height: 1.15;
  z-index: 1;
}

@media only screen and (max-width: 995px) {
  h3 {
      font-size: 25px;
      margin: -4px auto 5px auto;
  }
}

@media only screen and (max-width: 880px) {
  h3 {
      padding: 0 15px;
  }
}

@media only screen and (max-width: 768px) {
  h3 {
      margin: -4px auto 5px auto;
  }
}


/* blog tag */
.blog-tag {
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #5f5f5f;
  text-align: center;
  margin: -5px auto;
}


/* news */
.news-txt {
  margin: 0 auto;
  padding: 0 35px;
}

@media all and (min-width: 1920px) {
  .news-txt {
      padding: 0 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-txt {
      padding: 0 35px;
  }
}

@media only screen and (max-width: 995px) {
  .news-txt {
      padding: 0 35px;
  }
}

@media only screen and (max-width: 880px) {
  .news-txt {
      padding: 0 65px;
  }
}

@media only screen and (max-width: 768px) {
  .news-txt {
      padding: 0 5px;
  }
}

.news-bg-all {
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media only screen and (max-width: 995px) {
  .news-bg-all {
      margin-top: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .news-bg-all {
      margin-top: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .news-bg-all {
      margin-top: -20px;
  }
}

@media only screen and (max-width: 640px) {
  .news-bg-all {
      margin-top: 0;
  }
}

.halves:hover .news-bg-all {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.news-bg-1,
.news-bg-3 {
  -webkit-border-radius: 0 50px 0 0;
  -moz-border-radius: 0 50px 0 0;
  -ms-border-radius: 0 50px 0 0;
  -o-border-radius: 0 50px 0 0;
  border-radius: 0 50px 0 0;
}

.news-bg-2,
.news-bg-4 {
  -webkit-border-radius: 0 0 0 50px;
  -moz-border-radius: 0 0 0 50px;
  -ms-border-radius: 0 0 0 50px;
  -o-border-radius: 0 0 0 50px;
  border-radius: 0 0 0 50px;
}


/* halves */
.halves {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

.halves {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.halves .half {
  min-height: 650px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.half.half-color {
  background: #fff;
  min-height: 100px;
}


/* extra margin */
.extra-margin-owl {
  position: relative;
  height: auto;
  min-height: inherit;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  background: none;
}

@media only screen and (max-width: 880px) {
  .extra-margin-owl {
      margin-left: 20px;
      margin-right: 20px;
  }
}

.extra-margin-container {
  position: relative;
  height: auto;
  min-height: inherit;
  margin-left: 0;
  margin-right: 0;
  background: none;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container {
      margin-left: 30px;
      margin-right: 30px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container {
      margin-left: 30px;
      margin-right: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container {
      margin-left: 0;
      margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container {
      margin-left: 5px;
      margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .extra-margin-container {
      margin-left: 5px;
      margin-right: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: 10px;
      margin-right: 10px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: 30px;
      margin-right: 30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: 0;
      margin-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: 5px;
      margin-right: 5px;
  }
}

.extra-margin-halves {
  position: relative;
}

@media only screen and (max-width: 880px) {
  .extra-margin-halves {
      margin-left: 20px;
      margin-right: 20px;
  }
}


/* section title inner b */
.section-title-inner,
.section-title-inner.section-title-inner-dark {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-align: center;
  margin: -7px 0 -5px 0;
}

.section-title-inner {
  color: #5f5f5f;
}

.section-title-inner.section-title-inner-dark {
  color: #fff;
}



/* hero heading home */
h1.hero-heading.hero-heading-home {
  margin: -13px auto 8px auto;
}

@media only screen and (max-width: 995px) {
  h1.hero-heading.hero-heading-home {
      margin: -7px auto 7px auto;
  }
}

@media only screen and (max-width: 768px) {
  h1.hero-heading.hero-heading-home {
      margin: -7px auto 5px auto;
  }
}


/* colors */
a,
a:hover,
a:visited,
a:active,
a:focus {
  color: #fff;
}

p a,
p a:hover,
p a:visited,
p a:active,
p a:focus,
.social-icons li a {
  color: #5f5f5f !important;
}

body,
p,
p a,
p a:hover,
h2.hero-heading.hero-heading-dark,
.testimonial blockquote,
.section-title h2,
.intro-years h2,
.intro-years h3,
.intro-years h4,
.team-box,
.team-box span,
.item-button,
.item-name,
.item-price,
h4,
.color-switch,
.col-all:hover .skillbar-title,
.skill-bar-percent,
.skillbar-title-2,
.skill-bar-percent-2,
.blog-tag,
.social-icons li span,
.blog-quote p,
.more-button-bg-center,
.section-title-inner,
.section-title-inner.section-title-inner-dark,
.testimonial.testimonial-2 blockquote,
.contact-info-description,
.contact-info-description-img,
.contact-info-text a,
.contact-info-text a:hover,
.contact-info-text a:visited,
.contact-info-text a:active,
.contact-info-text a:focus,
h2.hero-heading,
.copyright {
  color: #000;
}

.contact-info-text a,
.contact-info-text a:hover,
.testimonial.testimonial-2 .quote .quote-inner,
.contact-info-description,
.contact-info-description-img,
.contact-info-text,
.parallax-content .section-title .section-title-line {
  color: #e5e5e5;
}

a.link-effect.link-effect-light::after {
  background-color: #e5e5e5 !important;
}

.parallax-content .section-title .section-title-line>span::before,
.parallax-content .section-title .section-title-line>span::after {
  background-color: #e5e5e5;
}

.parallax-content .hero-heading {
  color: #e5e5e5;
}

@supports((text-stroke: 1px #e5e5e5) or (-webkit-text-stroke: 1px #e5e5e5)) {
  .parallax-content .hero-heading span {
      color: transparent;
      -webkit-text-stroke: 1px #e5e5e5;
      text-shadow: none;
  }
}

.item-selector a {
  color: #5f5f5f;
}

.intro-years h3,
.team-box span,
.item-name,
.item-price,
.color-switch,
.section-title-inner.section-title-inner-dark {
  color: #4f4f2f;
}

.section-title.section-title-home h2 {
  color: #e5e5e5;
}

.section-title-line.section-title-line-home>span::before,
.section-title-line.section-title-line-home>span::after {
  background-color: #e5e5e5;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  h2.hero-heading span,
  h2.hero-heading.hero-heading-dark span {
      color: #84884d;
      -webkit-text-stroke: 1px transparent;
      text-shadow: none;
  }
}

.section-title-line>span::before,
.section-title-line>span::after {
  background-color: #000;
}

.section-title.section-title-dark h2 {
  color: #000;
}

.section-title-line.section-title-line-dark>span::before,
.section-title-line.section-title-line-dark>span::after {
  background-color: #000;
}

a.link-effect::after {
  background-color: #5f5f5f;
}

a.link-effect.link-effect-light::after {
  background-color: #5f5f5f;
}

.skillbar-bar,
.skillbar-bar-2 {
  background: #ccc;
}

.item-divider {
  border-bottom: 1px dashed #4c4c4c;
}

.blog-quote {
  border-left: 5px solid #5f5f5f;
}

@supports((text-stroke: 1px #5f5f5f) or (-webkit-text-stroke: 1px #5f5f5f)) {
  .blog-quote p span {
      color: transparent;
      -webkit-text-stroke: 1px #5f5f5f;
      text-shadow: none;
  }
}

.the-line {
  background: #5e5e5e;
}

.the-line.the-line-light {
  background: #e5e5e5;
}

.more-button-bg-center {
  border: 2px dashed #e5e5e5;
}

.more-button-txt-center span {
  color: #e5e5e5;
}

.more-button-bg-center.more-button-bg-center-dark.more-button-bg-center-dark-close {
  border: 2px dashed #191919;
}

.more-button-txt-center.more-button-txt-center-close span {
  color: #191919;
}

.contact-modal-closer {
  color: #191919;
}





/*-- hover effect menu --*/
.hover-effect {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
  height: -moz-calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
}

@media only screen and (max-width: 880px) {
  .hover-effect {
      width: -webkit-calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
      top: 20px;
      left: 20px;
      bottom: 20px;
      right: 20px;
  }
}



/*-- extra margin container --*/


.extra-margin-container {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container {
      margin-left: 30px;
      margin-right: 30px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container {
      margin-left: -30px;
      margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container {
      margin-left: 10px;
      margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container {
      margin-left: 5px;
      margin-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .extra-margin-container {
      margin-left: 5px;
      margin-right: 5px;
  }
}

@media only screen and (max-width: 1200px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: 30px;
      margin-right: 30px;
  }
}

@media only screen and (max-width: 995px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: -30px;
      margin-right: -30px;
  }
}

@media only screen and (max-width: 880px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: 10px;
      margin-right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .extra-margin-container.extra-margin-container-modal {
      margin-left: 5px;
      margin-right: 5px;
  }
}


/*-- layout fix --*/
.upper-page {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 586px;
}





/* input */
input[type="text"] {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  color: #111;
  font-weight: 500;
  line-height: 1.5em;
}


/* form */
#form-2,
#form-2-1 {
  position: relative;
  display: block;
  padding: 0;
}

#form-2 label,
#form-2-1 label {
  display: none;
}

#form-2 .col-1,
#form-2-1 .col-1 {
  float: left;
  /* width: 16.66%; */
  width: 20%;
}

#form-2 .col-2,
#form-2-1 .col-2 {
  float: left;
  /* width: 16.66%; */
  width: 20%;
}

@media only screen and (max-width: 1200px) {
  #form-2 .col-1,
  #form-2 .col-2,
  #form-2-1 .col-1,
  #form-2-1 .col-2 {
      /* width: 20%; */
      width: 25%;
  }
}

@media only screen and (max-width: 880px) {
  #form-2 .col-1,
  #form-2 .col-2,
  #form-2-1 .col-1,
  #form-2-1 .col-2 {
      width: 100%;
  }
}

#form-2 .col-3,
#form-2-1 .col-3 {
  float: left;
  /* width: 16.66%; */
  width: 20%;
}

@media only screen and (max-width: 1200px) {
  #form-2 .col-3,
  #form-2-1 .col-3 {
      width: 100%;
  }
}

#form-2 .c-1,
#form-2 .c-2,
#form-2 .c-3,
#form-2 .c-4,
#form-2 .c-5,
#form-2-1 .c-1,
#form-2-1 .c-2,
#form-2-1 .c-3,
#form-2-1 .c-4,
#form-2-1 .c-5 {
  height: 62.5px;
  margin: 0;
}

#form-2 .c-1,
#form-2 .c-2,
#form-2 .c-3,
#form-2 .c-4,
#form-2-1 .c-1,
#form-2-1 .c-2,
#form-2-1 .c-3,
#form-2-1 .c-4 {
  border-right: 1px solid #ececec;
  height: 62.5px;
  margin: 0;
}

@media only screen and (max-width: 880px) {
  #form-2 .c-1,
  #form-2 .c-2,
  #form-2 .c-3,
  #form-2 .c-4,
  #form-2-1 .c-1,
  #form-2-1 .c-2,
  #form-2-1 .c-3,
  #form-2-1 .c-4 {
      border-right: none;
  }
}

#form-2 .c-5,
#form-2-1 .c-5 {
  border-right: none;
}

.col-1.c-1,
.col-1.c-2 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 1200px) {
  .col-1.c-1,
  .col-1.c-2 {
      margin-bottom: 43px !important;
  }
}

@media only screen and (max-width: 880px) {
  .col-1.c-1,
  .col-1.c-2 {
      margin-bottom: 43px !important;
  }
}

.col-2.c-3,
.col-2.c-4,
.col-2.c-5 {
  margin-bottom: 2px !important;
}

@media only screen and (max-width: 1200px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
      margin-bottom: 35px !important;
  }
}

@media only screen and (max-width: 880px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
      margin-bottom: 35px !important;
  }
}


/*-- form layout --*/
.col-1.c-1,
.col-1.c-2 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .col-1.c-1,
  .col-1.c-2 {
      margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 880px) {
  .col-1.c-1,
  .col-1.c-2 {
      margin-bottom: 20px !important;
  }
}

.col-2.c-3,
.col-2.c-4,
.col-2.c-5 {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
      margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 880px) {
  .col-2.c-3,
  .col-2.c-4,
  .col-2.c-5 {
      margin-bottom: 20px !important;
  }
}



/*-- back to top --*/
.to-top-arrow {
  position: fixed;
  right: 80px;
  bottom: -10px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #111;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  z-index: 105;
}

@media only screen and (max-width: 995px) {
  .to-top-arrow {
      right: 80px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow {
      right: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .to-top-arrow {
      right: 15px;
  }
}

.to-top-arrow.show {
  bottom: 60px;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 995px) {
  .to-top-arrow.show {
      bottom: 60px;
  }
}

@media only screen and (max-width: 880px) {
  .to-top-arrow.show {
      bottom: -5px;
  }
}

.to-top-arrow:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*-- layout tweaks --*/
.spacer {
  height: 22vw;

  @media only screen and (max-width: 560px) {
      height: 30vw;
  }
}

/*-- footer --*/
.footer {
  padding: 25px 0;
  text-align: center;
  font-size: 12px;
  background-color: #212121;
  left: 0;
  right: 0;
  bottom: 0;
  

}
.footer-text {
  color: #fff;
  max-width: 370px;
  margin: 0 auto 20px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-text:before,
.footer-text:after {
  content: " ";
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: #fff;
}
.footer-text:before {
  left: -175px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #DDDDDD));
  background-image: -o-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -moz-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -webkit-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -ms-linear-gradient(right, #FFFFFF 0%, #DDDDDD 100%);
  background-image: linear-gradient(to right, #FFFFFF 0%, #DDDDDD 100%);
}

@media (max-width: 767px) {
        .footer-text:before {
          display: none;
        }
      }

.footer-text:after {
  right: -175px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #DDDDDD), color-stop(1, #FFFFFF));
  background-image: -o-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
  background-image: -moz-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(right, #DDDDDD 0%, #FFFFFF 100%);
  background-image: linear-gradient(to right, #DDDDDD 0%, #FFFFFF 100%);
}

@media (max-width: 767px) {
        .footer-text:after {
          display: none;
        }
      }

/*-- footer social icons --*/
.social-wrapper {
  display: inline;
  align-items: center;
  justify-content: center;
  height: 10vh;
}
.social-wrapper i {
  padding: 0px 10px;
  color: #f1f1f1;
  cursor: pointer;
  transition: all ease-in-out 150ms;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.7);
}
.social-wrapper i:hover {
  margin-top: -10px;
  transform: translate(0, -8);
}
#instagram:hover {
  color: rgb(138, 58, 185);
  text-shadow: 0px 16px 10px rgba(138, 58, 135, 0.3);
}
#youtube:hover {
  color: #dd4b39;
  text-shadow: 0px 16px 10px rgba(221, 75, 57, 0.3);
}
#email:hover {
  color: rgb(132, 136, 77);
  text-shadow: 0px 16px 10px rgba(132, 136, 77, 0.3);
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}

#popup {
	background-color: #84884d;
  color: white;
  font-size: 13pt;
  text-align: center;
  padding: 25px;
  
  position: relative;
  top: 10px;
  width: 700px;
  max-width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
}

#popup p {
	margin-top: 0;
  color: #fff;
  font-size: 24pt;
  display: block;
  margin-bottom: 1em;
}

#popup button {
	margin: 10px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background-color: #fff;
	color: #84844d;
	cursor: pointer;
  font-size: 17px;
  font-weight: 600;
  -webkit-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.8);
  box-shadow: 1px 2px 9px 0px rgba(0,0,0,0.8);
  font-family: "Source Sans Pro", sans-serif;
  background-color: white;
  border: none;
  font-size: 16pt;  
  display: inline-block;
  width: 150px;
}

#verifyBtn {
	margin-top: 20px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background-color: #cc3535;
	color: #fff;
	cursor: pointer;
  font-size: 17px;
  font-weight: 600;
}

#verifyBtn:hover,
#popup button:hover {
	background-color: #67553e;
  color: #fff;
}

#overlay.show {
	display: block;
}

#popup-container {
  display: none;
}

@media only scress and (max-width:600px){
  #popup-container {
    width: 90%;
    height: 80%;
  }
  #popup h2 {
	margin-top: 0;
  color: #fff;
  font-size: 16px;
  }
  #verifyBtn {
	margin-top: 20px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background-color: #cc3535;
	color: #fff;
	cursor: pointer;
  font-size: 10px;
  font-weight: 400;
}
  
}

#wrapped {
  display: none;
}

.tour-text {
  font-size: 22px;
  font-weight: 500;
  padding-top: 30px;
}

.emphasized { 
  font-style: italic; 
}