* {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  outline: none; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  width: 100%;
  font-family: "serenity",sans-serif; }

body {
  padding-top: 60px !important; }

input,
textarea,
select,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  border: none; }

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  height: auto; }

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.container {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 10px; }

.mobile {
  display: inline-block; }
  @media (min-width: 768px) {
    .mobile {
      display: none; } }

.disable-scroll {
  overflow: hidden; }

h1 {
  font-weight: bold;
  font-size: 64px;
  letter-spacing: 2px;
  line-height: 54px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h1 {
      font-size: 100px;
      line-height: 80px;
      letter-spacing: 2.5px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 140px;
      line-height: 100px;
      letter-spacing: 3.5px; } }

h2 {
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 1.06px;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    h2 {
      font-size: 45px;
      letter-spacing: 1.4px; } }

h3 {
  font-weight: 500;
  text-transform: uppercase; }

.line {
  display: block;
  position: relative;
  height: 2px;
  width: 100px;
  background: #9E9E9E; }
  @media (min-width: 992px) {
    .line {
      width: 150px; } }
  .line:first-of-type:after {
    content: '';
    position: absolute;
    top: -4px;
    right: -15px;
    height: 8px;
    width: 8px;
    background: #9E9E9E;
    border-radius: 100%; }
  .line:last-of-type:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -15px;
    height: 8px;
    width: 8px;
    background: #9E9E9E;
    border-radius: 100%; }

.divider {
  margin: 20px 0;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .divider .dot {
    width: 12px;
    height: 12px;
    margin: 0 25px;
    border-radius: 100%;
    background: #9E9E9E; }
  .divider.white .line {
    background: #fff; }
    .divider.white .line:first-of-type:after {
      background: #fff; }
    .divider.white .line:last-of-type:before {
      background: #fff; }
  .divider.white .dot {
    background: #fff; }

.news-divider {
  margin: 20px 0;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .news-divider img {
    margin: 0 25px; }

.smoke-signal-container {
  margin: 50px 0; }
  .smoke-signal-container h2 {
    margin: 30px 0 20px; }

.heading-divider {
  margin: 15px 0;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .heading-divider .line {
    display: none; }
    @media (min-width: 768px) {
      .heading-divider .line {
        display: block; } }
  @media (min-width: 768px) {
    .heading-divider h2 {
      margin: 0 25px; } }

a {
  display: inline-block;
  text-decoration: none;
  color: currentColor; }

button {
  cursor: pointer;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.learn-more {
  padding: 15px 5px;
  background: transparent;
  cursor: pointer;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .learn-more h3 {
    margin: 0 10px 0 0;
    font-size: 14px;
    letter-spacing: 4px; }
  .learn-more .arrow {
    position: relative;
    top: 2px; }

.load-more {
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  background: transparent;
  border: 1px solid #EEEEEE;
  text-align: center;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .load-more h3 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px; }
  @media (min-width: 768px) {
    .load-more {
      width: 50%; } }
  @media (min-width: 992px) {
    .load-more {
      width: 35%; } }

.slideshow-nav {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .slideshow-nav h3 {
    margin: 0 15px;
    font-size: 16px;
    letter-spacing: 2px; }
    .slideshow-nav h3:last-of-type {
      margin-top: -5px; }
  .slideshow-nav .slash {
    height: 40px;
    width: 2px;
    background: #D8BB94;
    transform: rotate(20deg); }
  .slideshow-nav .arrow.right {
    margin-top: 0; }
  @media (min-width: 992px) {
    .slideshow-nav h3:first-of-type {
      margin-top: -20px; }
    .slideshow-nav h3:last-of-type {
      margin-top: 30px; }
    .slideshow-nav .slash {
      height: 80px;
      margin-top: 10px; }
    .slideshow-nav .arrow.left {
      margin-top: -25px; }
    .slideshow-nav .arrow.right {
      margin-top: 35px; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.menu-icon,
.search-icon {
  display: inline-block;
  height: 100%;
  width: 45px;
  margin: 0 5px; }

.menu-icon {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-orient: block-axis;
  -webkit-box-direction: normal;
  -moz-box-orient: block-axis;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .menu-icon span {
    display: block;
    height: 2px;
    background: #000;
    border-radius: 5px; }
    .menu-icon span:nth-child(1) {
      width: 70%; }
    .menu-icon span:nth-child(2) {
      width: 50%;
      margin: 5px 0; }
    .menu-icon span:nth-child(3) {
      width: 30%; }
  .menu-icon.full span {
    width: 70%; }

.search-icon {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-orient: block-axis;
  -webkit-box-direction: normal;
  -moz-box-orient: block-axis;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .search-icon span {
    position: relative;
    height: 18px;
    width: 18px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 100%; }
    .search-icon span:after {
      content: '';
      position: absolute;
      bottom: -4px;
      right: -5px;
      height: 2px;
      width: 9px;
      background: #000;
      border-radius: 5px;
      transform: rotate(48deg); }
  .search-icon.round {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background: #000;
    border-radius: 100%; }
    .search-icon.round span {
      margin-top: -4px;
      margin-left: -1px; }
  .search-icon.gold span {
    border-color: #D8BB94; }
    .search-icon.gold span:after {
      background: #D8BB94; }

.mail-icon {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-orient: block-axis;
  -webkit-box-direction: normal;
  -moz-box-orient: block-axis;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .mail-icon span {
    position: relative;
    display: block;
    width: 24px;
    height: 18px;
    background: transparent;
    border: 2px solid #D8BB94;
    border-radius: 3px;
    transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .mail-icon span:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 2px;
      display: block;
      width: 50%;
      height: 2px;
      background: #D8BB94;
      border-radius: 5px;
      transform: rotate(40deg); }
    .mail-icon span:after {
      content: '';
      position: absolute;
      top: 6px;
      right: 2px;
      display: block;
      width: 50%;
      height: 2px;
      background: #D8BB94;
      border-radius: 5px;
      transform: rotate(-42deg); }
    .mail-icon span:before, .mail-icon span:after {
      transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .mail-icon.round {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 56px;
    width: 56px;
    background: #000;
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    transition: all .35s ease; }
  .mail-icon.active span {
    border-color: transparent !important; }
    .mail-icon.active span:before {
      left: -1px;
      width: 110%; }
    .mail-icon.active span:after {
      right: -1px;
      width: 110%; }

.mail-fixed {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 90; }
  .mail-fixed .mail-icon.round {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
  @media (min-width: 992px) {
    .mail-fixed:hover .mail-icon span {
      border-color: #000; }
      .mail-fixed:hover .mail-icon span:before, .mail-fixed:hover .mail-icon span:after {
        background: #000; }
    .mail-fixed:hover .mail-icon.round {
      background: #fff; } }

.arrow {
  display: inline-block; }
  .arrow.down {
    transform: rotate(90deg); }
  .arrow.left {
    transform: rotate(180deg); }
  .arrow.up {
    transform: rotate(-90deg); }
  .arrow span.background {
    height: 50px;
    width: 50px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: #000; }

.card-container {
  width: 100%;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .card-container {
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important; } }
  .card-container a {
    width: 100%;
    position: relative;
    display: block;
    height: 100%; }

.card {
  display: inline-block;
  position: relative;
  list-style: none;
  color: #fff; }
  .card img {
    width: 100%;
    height: 100%;
    background-color: #fff; }
  .card .text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.5); }
    .card .text-wrap h5 {
      font-size: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px; }
      .card .text-wrap h5 strong {
        font-weight: bolder; }
    .card .text-wrap h4 {
      margin: 10px 0;
      font-size: 24px;
      line-height: 34px;
      font-weight: 200;
      text-transform: uppercase; }

.search-container {
  position: relative;
  width: 100%;
  height: 60px;
  margin: 40px 0;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .search-container .search {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px 0 20px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    border-radius: 2px; }
  .search-container hr {
    position: relative;
    border: none;
    width: 1px;
    height: 70%;
    background: #EEEEEE; }
  .search-container .menu-icon {
    position: relative; }
  .search-container .search-icon {
    padding: 15px 10px 0;
    height: 45px; }
  .search-container.alt .search {
    padding: 0 60px 0 20px; }
  .search-container.alt .menu-icon {
    display: none; }

::-webkit-input-placeholder {
  color: #9E9E9E; }

::-moz-placeholder {
  color: #9E9E9E; }

:-ms-input-placeholder {
  color: #9E9E9E; }

:-moz-placeholder {
  color: #9E9E9E; }

.map-card {
  display: inline-block;
  width: 250px;
  min-height: 120px;
  margin: 10px 5px 20px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22), 0 19px 38px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px; }
  .map-card .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    line-height: 34px; }
  .map-card .address {
    font-weight: 300;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    line-height: 22px; }
  @media (min-width: 768px) {
    .map-card {
      width: 236px; } }
  @media (min-width: 992px) {
    .map-card {
      width: 340px; } }
  .map-card.premium {
    background: url(img/icon-check.svg) #fff no-repeat 98% 5%;
    background-size: 20px; }

.smoke-wrapper {
  min-height: 50vh;
  padding: 10px;
  margin-top: 120px;
  background: url(img/bg-smoke.png) no-repeat center;
  background-size: cover;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-orient: block-axis;
  -webkit-box-direction: normal;
  -moz-box-orient: block-axis;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .smoke-wrapper .smoke-signal-container {
    width: 100%;
    max-width: 500px;
    color: #fff; }
    @media (min-width: 768px) {
      .smoke-wrapper .smoke-signal-container {
        width: 50%; } }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #fff;
  z-index: 100; }
  header ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    header ul li a {
      text-decoration: none;
      color: #000; }
  header .logo {
    position: absolute;
    left: 10px;
    height: 100%;
    z-index: 1;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    header .logo img {
      width: 142px; }
    header .logo h1 {
      line-height: 1em;
      font-size: 14px; }
  header .menu-btn {
    position: absolute;
    right: 10px; }
    header .menu-btn .menu-icon {
      height: 60px; }
      header .menu-btn .menu-icon span:nth-child(1) {
        transform: rotate(0deg);
        transition: transform .3s ease;
        transform-origin: 20%; }
      header .menu-btn .menu-icon span:nth-child(2) {
        transition: background .2s ease; }
      header .menu-btn .menu-icon span:nth-child(3) {
        transform: rotate(0deg);
        transition: transform .3s ease;
        transform-origin: 20%; }
  header .nav {
    position: fixed;
    top: 60px;
    left: 0;
    background: #fff;
    height: calc(100% - 60px);
    width: 100%;
    padding: 50px 10px;
    text-align: center;
    overflow: scroll;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -moz-box-orient: block-axis;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.39, 0.575, 0.565, 1); }
    header .nav > li {
      position: relative;
      width: 100%;
      margin: 20px 0; }
      header .nav > li.social-li .social {
        display: block; }
      header .nav > li > a {
        text-transform: uppercase;
        font-size: 34px;
        font-weight: 400;
        letter-spacing: 1.06px; }
      header .nav > li span.arrow {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: -1;
        transition: all .2s ease-in-out; }
    header .nav .cigars {
      width: 100%;
      height: 0;
      margin: 0;
      overflow: hidden;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-lines: single;
      -moz-box-lines: single;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      transition: height .35s ease; }
      header .nav .cigars li {
        height: 112px;
        padding: 0 20px;
        margin: 15px 0;
        border: 1px solid #EEEEEE;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        header .nav .cigars li img {
          max-height: 30px;
          max-width: 100%;
          width: auto; }
      header .nav .cigars.active {
        height: 275px; }
  header .social {
    margin: 30px 0 0;
    background-color: #FFFFFF;
    display: none; }
    header .social li {
      margin: 0 20px 0;
      display: inline-block; }
      header .social li img {
        width: 44px; }
  header.active .nav {
    transform: translateX(0);
    z-index: 300; }
  header.active .menu-btn .menu-icon span:nth-child(1) {
    transform: rotate(45deg); }
  header.active .menu-btn .menu-icon span:nth-child(2) {
    transition: background .2s ease;
    background-color: transparent; }
  header.active .menu-btn .menu-icon span:nth-child(3) {
    transform: rotate(-45deg); }
  @media (min-width: 768px) {
    header ul li {
      display: inline-block; }
    header .menu-btn {
      display: none; }
    header .nav {
      position: initial;
      overflow: initial;
      padding: 10px;
      -webkit-box-orient: inline-axis;
      -webkit-box-direction: normal;
      -moz-box-orient: inline-axis;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      background: transparent;
      transform: translateX(0); }
      header .nav > li {
        width: auto;
        margin: 0 10px; }
        header .nav > li.social-li {
          display: none; }
          header .nav > li.social-li .social {
            display: block; }
        header .nav > li span.arrow {
          top: initial;
          bottom: -30px;
          height: 40px; }
          header .nav > li span.arrow img {
            position: absolute;
            top: 50%;
            transform: translate(-50%); }
        header .nav > li:nth-child(5) {
          margin-right: 0; }
        header .nav > li > a {
          font-size: 16px;
          letter-spacing: 2px;
          transition: color 0.2s ease-in;
          position: relative; }
          header .nav > li > a:after {
            transition: all 0.2s ease-in;
            content: ' ';
            position: absolute;
            width: 0;
            bottom: -2px;
            height: calc(100% + 4px);
            background: #efefef;
            left: 0;
            transform: translateX(-8px);
            z-index: -1; }
          header .nav > li > a:hover:after {
            transition: all 0.2s ease-in;
            transform: translateX(-8px);
            width: calc(100% + 16px);
            left: 0; }
      header .nav .cigars {
        position: fixed;
        left: 0;
        top: 40px;
        padding: 0 30px;
        background: #fff; }
        header .nav .cigars li img {
          max-height: 50px; }
        header .nav .cigars.active {
          height: 145px;
          border-top: 1px solid #EEEEEE; }
    header .social {
      position: absolute;
      right: 10px;
      margin: 0;
      display: block; }
      header .social li {
        margin: 0 5px 0; }
        header .social li img {
          width: auto; } }
  @media (min-width: 992px) {
    header .nav > li {
      margin: 0 20px; } }
  @media (min-width: 1200px) {
    header .nav > li {
      margin: 0 20px; }
    header .nav .cigars li img {
      max-height: 90px; } }
  @media (min-width: 1500px) {
    header .nav .cigars {
      padding: 0 15%; } }

footer {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-orient: block-axis;
  -webkit-box-direction: normal;
  -moz-box-orient: block-axis;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 0 30px;
  background: #fafafa; }
  footer .logo img {
    width: 160px; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  footer .nav {
    padding: 20px 0;
    text-align: center; }
    footer .nav li {
      margin: 20px 0 0 0; }
      footer .nav li a {
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        font-size: 14px;
        letter-spacing: 4.67px; }
      @media (min-width: 768px) {
        footer .nav li {
          display: inline-block;
          margin: 0 10px 0 10px; } }
  footer .social li {
    display: inline-block;
    margin: 20px 5px; }
    footer .social li a {
      text-decoration: none;
      color: #000; }
  footer .warning {
    margin: 20px 0;
    padding: 20px;
    text-align: center;
    border: 1px solid #EEEEEE; }
    footer .warning h3 {
      margin: 5px 0;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 3px; }
    footer .warning h4 {
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      text-transform: uppercase; }
  footer .copyright {
    margin: 20px 0; }
    footer .copyright p {
      font-weight: 300;
      font-size: 16px;
      letter-spacing: 1px;
      color: #9E9E9E; }

.modal-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background: rgba(0, 0, 0, 0.9);
  z-index: 900;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .modal-fullscreen .wrapper {
    width: 100%;
    padding: 40px;
    background: #fff;
    text-align: center;
    border-radius: 2px; }
    .modal-fullscreen .wrapper .logo {
      width: 142px;
      margin: 0 auto 20px; }
      .modal-fullscreen .wrapper .logo img {
        width: 100%; }
    .modal-fullscreen .wrapper hr {
      border: none;
      height: 1px;
      background: #EEEEEE; }
    .modal-fullscreen .wrapper p {
      margin: 30px 0;
      font-weight: 300;
      font-size: 16px;
      color: #000;
      letter-spacing: 1px;
      line-height: 22px; }
      .modal-fullscreen .wrapper p strong {
        font-weight: 400; }
    .modal-fullscreen .wrapper button {
      width: 100%;
      padding: 20px 0;
      background: #000;
      box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
      border-radius: 100px;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 4.67px; }
  @media (min-width: 768px) {
    .modal-fullscreen .wrapper {
      max-width: 460px; } }

.mail-modal {
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  padding: 15px 10px;
  z-index: 999;
  transform: scale(0);
  transition: all .25s ease;
  transform-origin: top center; }
  .mail-modal .wrapper {
    padding: 20px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 6px; }
    .mail-modal .wrapper .header {
      transform: translateY(-100%);
      transition: transform .25s ease;
      transition-delay: .25s;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important; }
      .mail-modal .wrapper .header button {
        width: 50%;
        padding: 20px 0;
        color: #fff;
        opacity: 0.4;
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
        transition: opacity .25s ease; }
        .mail-modal .wrapper .header button.selected {
          opacity: 1; }
    .mail-modal .wrapper .select {
      width: 100%;
      height: 4px;
      margin: 0 0 20px 0;
      transform: translateY(-100px);
      transition: transform .25s ease;
      transition-delay: .25s; }
      .mail-modal .wrapper .select span {
        display: block;
        width: 50%;
        height: 100%;
        background: #fff;
        transform: translateX(0%);
        transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .mail-modal .wrapper .select.animate span {
        transform: translateX(100%); }
    .mail-modal .wrapper .content {
      position: relative;
      height: auto;
      background: #fff;
      border-radius: 2px;
      transform: scaleY(0);
      transform-origin: 50%;
      transition: transform .25s ease;
      transition-delay: .25s; }
      .mail-modal .wrapper .content .contact,
      .mail-modal .wrapper .content .subscribe {
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        opacity: 0;
        height: 0;
        overflow: hidden; }
        .mail-modal .wrapper .content .contact.active,
        .mail-modal .wrapper .content .subscribe.active {
          opacity: 1;
          height: auto; }
      .mail-modal .wrapper .content .contact {
        padding: 0 10px;
        margin: 0;
        list-style: none; }
        .mail-modal .wrapper .content .contact li {
          padding: 20px 0;
          border-bottom: 1px solid #EEEEEE;
          text-align: left;
          display: -webkit-flex !important;
          display: -moz-flex !important;
          display: -o-flex !important;
          display: -ms-flex !important;
          display: flex !important;
          -webkit-align-items: center;
          -moz-align-items: center;
          -o-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .mail-modal .wrapper .content .contact li span {
            margin: 0 20px;
            display: block;
            width: 24px;
            transform: scale(0);
            transition: transform .25s ease; }
            .mail-modal .wrapper .content .contact li span img,
            .mail-modal .wrapper .content .contact li span svg {
              width: 100%; }
            .mail-modal .wrapper .content .contact li span svg {
              height: 38px; }
              .mail-modal .wrapper .content .contact li span svg g {
                stroke-width: 3; }
          .mail-modal .wrapper .content .contact li:nth-child(1) span {
            transition-delay: .3s; }
          .mail-modal .wrapper .content .contact li:nth-child(2) span {
            transition-delay: .35s; }
          .mail-modal .wrapper .content .contact li:nth-child(3) {
            border-bottom: none; }
            .mail-modal .wrapper .content .contact li:nth-child(3) span {
              width: 28px;
              transition-delay: .4s; }
          .mail-modal .wrapper .content .contact li > div {
            opacity: 0;
            transform: translateX(50px);
            transition: all .25s ease; }
            .mail-modal .wrapper .content .contact li > div h3 {
              margin: 0 0 10px 0;
              font-size: 12px;
              color: #000;
              letter-spacing: 3px;
              font-weight: bold; }
            .mail-modal .wrapper .content .contact li > div p {
              font-size: 16px;
              color: #000;
              letter-spacing: 1px;
              line-height: 22px;
              font-weight: 300; }
            .mail-modal .wrapper .content .contact li > div.address {
              transition-delay: .3s; }
              .mail-modal .wrapper .content .contact li > div.address p {
                text-transform: uppercase; }
            .mail-modal .wrapper .content .contact li > div.phone {
              transition-delay: .35s; }
            .mail-modal .wrapper .content .contact li > div.email {
              transition-delay: .4s; }
      .mail-modal .wrapper .content .subscribe {
        padding: 10px 15px; }
        .mail-modal .wrapper .content .subscribe h2 {
          padding: 10px 0 20px;
          text-align: center;
          text-transform: initial;
          opacity: 0;
          transform: translateY(50px);
          transition: all .25s ease;
          transition-delay: .3s;
          line-height: 1em;
          font-size: 34px; }
        .mail-modal .wrapper .content .subscribe .email-container {
          opacity: 0;
          transform: translateY(50px);
          transition: all .25s ease;
          transition-delay: .35s; }
          .mail-modal .wrapper .content .subscribe .email-container h3 {
            margin-bottom: 10px;
            font-weight: bold;
            font-size: 12px;
            color: #000;
            letter-spacing: 3px; }
          .mail-modal .wrapper .content .subscribe .email-container input[type="text"],
          .mail-modal .wrapper .content .subscribe .email-container input[type="email"] {
            width: 100%;
            height: 30px;
            margin: 10px 0 20px;
            padding-right: 30px;
            border-bottom: 2px solid #EEEEEE;
            font-size: 16px;
            background: url(img/icon-mail-input.png) no-repeat center right;
            background-size: 20px; }
        .mail-modal .wrapper .content .subscribe ::-moz-placeholder {
          font-size: 16px; }
        .mail-modal .wrapper .content .subscribe :-ms-input-placeholder {
          font-size: 16px; }
        .mail-modal .wrapper .content .subscribe ::-moz-placeholder {
          font-size: 16px; }
        .mail-modal .wrapper .content .subscribe ::-webkit-input-placeholder {
          font-size: 16px; }
        .mail-modal .wrapper .content .subscribe #gform_submit_button_1 {
          width: 100%;
          padding: 20px 0;
          background: #000;
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
          border-radius: 100px;
          font-size: 14px;
          color: #fff;
          opacity: 0;
          letter-spacing: 4.67px;
          text-transform: uppercase;
          transform: translateY(50px);
          transition: all .25s ease;
          transition-delay: .4s; }
  .mail-modal.mobile {
    display: block;
    position: relative;
    top: 0;
    height: 0; }
  .mail-modal.desktop {
    display: none;
    top: 55px; }
  .mail-modal.active {
    transform: scale(1); }
    .mail-modal.active .wrapper {
      overflow: hidden; }
      .mail-modal.active .wrapper .header {
        transform: translateY(0); }
      .mail-modal.active .wrapper .select {
        transform: translateY(0); }
      .mail-modal.active .wrapper .content {
        overflow: hidden;
        transform: scaleY(1); }
        .mail-modal.active .wrapper .content .contact.active li span {
          transform: scale(1); }
        .mail-modal.active .wrapper .content .contact.active li > div {
          opacity: 1;
          transform: translateX(0); }
        .mail-modal.active .wrapper .content .subscribe.active h2 {
          opacity: 1;
          transform: translateY(0); }
        .mail-modal.active .wrapper .content .subscribe.active .email-container {
          opacity: 1;
          transform: translateY(0); }
        .mail-modal.active .wrapper .content .subscribe.active #gform_submit_button_1 {
          opacity: 1;
          transform: translateY(0); }
    .mail-modal.active.mobile {
      height: 410px; }
  @media (min-width: 768px) {
    .mail-modal {
      max-width: 375px;
      left: 0;
      right: -400px;
      margin: 0 auto; }
      .mail-modal.mobile {
        display: none; }
      .mail-modal.desktop {
        display: block; } }

@media (min-width: 768px) {
  .news-carousel .owl-item {
    transform: scale(0.9);
    transition: all .25s ease; }
    .news-carousel .owl-item.prev {
      transform: scale(0.8) translateX(35%);
      z-index: -1;
      opacity: 0.5; }
    .news-carousel .owl-item.next {
      transform: scale(0.8) translateX(-35%);
      z-index: -1;
      opacity: 0.5; }
    .news-carousel .owl-item.first {
      transform: scale(0.9) translateX(5%); }
    .news-carousel .owl-item.last {
      transform: scale(0.9) translateX(-5%); }
  .news-carousel .owl-nav {
    margin: 0; }
    .news-carousel .owl-nav [class*=owl-] {
      position: absolute;
      top: calc(50% - 50px);
      background: transparent;
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 0;
      outline: 0; }
    .news-carousel .owl-nav .owl-prev {
      left: 0; }
    .news-carousel .owl-nav .owl-next {
      right: 0; } }

.home-page .hero {
  position: relative;
  color: #fff;
  min-height: calc(100vh - 60px);
  overflow: hidden; }
  .home-page .hero .hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: calc(100vh - 60px); }
    .home-page .hero .hero-image img {
      width: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      height: 100%; }
  .home-page .hero .hero-hand {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 85%;
    height: 100%;
    z-index: -1;
    transform: translateX(-50%); }
    .home-page .hero .hero-hand img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom;
      -o-object-fit: contain;
      -o-object-position: bottom; }
  .home-page .hero .hero-text {
    position: relative;
    max-width: 1180px;
    margin: 0 auto; }
    .home-page .hero .hero-text .hero-text-container {
      padding: 44px 0; }
      .home-page .hero .hero-text .hero-text-container .divider {
        margin: 0 0 10px 0; }
      .home-page .hero .hero-text .hero-text-container h1 {
        margin-bottom: 30px; }
      .home-page .hero .hero-text .hero-text-container .diamond {
        width: calc(100px - 8px);
        height: calc(98px - 8px);
        border: 5px solid #fff;
        margin: 0 auto;
        transform: rotate(45deg);
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .home-page .hero .hero-text .hero-text-container .diamond h3 {
          transform: rotate(-45deg);
          letter-spacing: 2px;
          font-size: 18px;
          font-weight: 500; }
  .home-page .hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); }
  .home-page .hero:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 28%, rgba(0, 0, 0, 0.12) 100%); }
  .home-page .hero .scroll-down {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 10; }
    .home-page .hero .scroll-down h3 {
      margin: 0 0 20px 0;
      letter-spacing: 4.67px;
      font-size: 18px; }
  @media (min-width: 768px) {
    .home-page .hero {
      min-height: 620px;
      clear: both; }
      .home-page .hero .hero-image {
        height: 620px; }
        .home-page .hero .hero-image img {
          position: absolute;
          left: 0; }
      .home-page .hero .hero-hand {
        left: 0;
        transform: translateX(0);
        width: 70%;
        height: 75%; }
      .home-page .hero .hero-text {
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-box-orient: block-axis;
        -webkit-box-direction: normal;
        -moz-box-orient: block-axis;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -moz-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end; }
        .home-page .hero .hero-text .hero-text-container {
          width: 50%;
          padding: 60px 0 0 0; }
          .home-page .hero .hero-text .hero-text-container h1 {
            font-weight: bold;
            font-size: 80px;
            letter-spacing: 2.5px;
            line-height: 80px; }
          .home-page .hero .hero-text .hero-text-container .diamond {
            width: calc(110px - 10px);
            height: calc(110px - 10px); }
            .home-page .hero .hero-text .hero-text-container .diamond h3 {
              font-size: 20px; }
        .home-page .hero .hero-text.align-left {
          -webkit-box-align: start;
          -moz-box-align: start;
          -ms-flex-align: start;
          -webkit-align-items: flex-start;
          align-items: flex-start; } }
  @media (min-width: 992px) {
    .home-page .hero .hero-hand {
      width: 72%;
      height: 80%; }
    .home-page .hero .hero-text .hero-text-container {
      max-width: 580px;
      padding: 70px 87px 10px; } }
  @media (min-width: 1430px) {
    .home-page .hero {
      min-height: calc(100vh - 60px); }
      .home-page .hero .hero-image {
        height: calc(100vh - 60px); }
      .home-page .hero .hero-text .hero-text-container {
        margin-bottom: 80px; }
        .home-page .hero .hero-text .hero-text-container h1 {
          margin-bottom: 40px;
          font-size: 80px;
          line-height: 90px; } }

.home-page .home-video {
  position: relative; }
  .home-page .home-video .background img {
    display: block;
    width: 100%; }
  .home-page .home-video .diamond {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100px - 8px);
    height: calc(98px - 8px);
    border: 5px solid #fff;
    margin: 0 auto;
    transform: rotate(45deg) translate(-50%, -50%);
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .home-page .home-video .diamond h3 {
      text-align: center;
      color: #fff;
      transform: rotate(-45deg);
      letter-spacing: 2px;
      font-size: 18px;
      font-weight: 500; }
  @media (min-width: 768px) {
    .home-page .home-video .diamond {
      width: calc(110px - 10px);
      height: calc(110px - 10px); }
      .home-page .home-video .diamond h3 {
        font-size: 20px; } }

.home-page .wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  overflow: hidden;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-orient: block-axis;
  -webkit-box-direction: normal;
  -moz-box-orient: block-axis;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .home-page .wrapper .cigar-collection {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 20px 10px 30px;
    background: url(img/bg-collection.png) no-repeat center center;
    background-size: cover; }
    .home-page .wrapper .cigar-collection .collection-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(img/collection.png) no-repeat center center;
      background-size: 100%;
      mix-blend-mode: multiply;
      z-index: 0; }
      @media (min-width: 768px) {
        .home-page .wrapper .cigar-collection .collection-bg {
          background-size: 100%; } }
    .home-page .wrapper .cigar-collection .collection-wrapper {
      padding-top: 60px;
      width: 100%; }
      .home-page .wrapper .cigar-collection .collection-wrapper .collection-logo {
        position: relative;
        margin: 30px;
        display: inline-block;
        text-align: center;
        z-index: 1; }
        .home-page .wrapper .cigar-collection .collection-wrapper .collection-logo img {
          width: 200px; }
        .home-page .wrapper .cigar-collection .collection-wrapper .collection-logo h3 {
          margin-top: 10px;
          color: #fff;
          font-size: 12px;
          letter-spacing: 4px; }
      .home-page .wrapper .cigar-collection .collection-wrapper .collection-list {
        position: relative;
        padding: 30px 0;
        border-top: 8px solid #D8BB94;
        border-right: 8px solid #D8BB94;
        border-bottom: 8px solid #D8BB94;
        height: 250px;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        -ms-align-items: center;
        align-items: center;
        z-index: 1; }
        .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list {
          margin: 0;
          padding: 0;
          list-style: none; }
          .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li {
            margin: 10px 0 10px 0; }
            .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li a {
              display: block;
              position: relative; }
              .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li a:after {
                transition: all 0.2s ease-in;
                content: ' ';
                position: absolute;
                width: 0;
                bottom: -2px;
                height: calc(100% + 4px);
                background: rgba(0, 0, 0, 0.4);
                left: 0;
                transform: translateX(-8px);
                z-index: -1; }
              .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li a:hover h3 {
                color: #fff !important;
                transition: color 0.2s ease-in; }
              .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li a:hover:after {
                transition: all 0.2s ease-in;
                transform: translateX(-8px);
                width: calc(100% + 16px);
                left: 0; }
            .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li h3 {
              position: relative;
              padding-left: 20px;
              color: rgba(255, 255, 255, 0.4);
              letter-spacing: 2px;
              font-size: 16px; }
            .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li.active h3 {
              color: #fff; }
              .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li.active h3:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: calc(50% - 4px);
                height: 8px;
                width: 8px;
                background: #D8BB94; }
        .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .image {
          position: absolute;
          top: -40%;
          right: -40px;
          width: 200px; }
          .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .image img {
            width: 100%; }
        .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .title {
          position: absolute;
          right: -50px; }
          .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .title h3 {
            transform: rotate(-90deg);
            color: #fff;
            letter-spacing: 4px;
            font-size: 13px; }
        .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .learn-more {
          position: absolute;
          left: 0;
          bottom: -60px;
          z-index: 9999; }
          .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .learn-more h3 {
            color: #fff; }
  .home-page .wrapper .slideshow-nav {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    height: 0; }
    @media (max-width: 767px) {
      .home-page .wrapper .slideshow-nav {
        bottom: 50px; } }
  @media (min-width: 768px) {
    .home-page .wrapper {
      height: auto; }
      .home-page .wrapper .cigar-collection {
        padding: 200px 10px 180px; }
        .home-page .wrapper .cigar-collection .collection-wrapper {
          max-width: 1024px;
          width: 80%;
          margin: 0 auto;
          display: -webkit-flex !important;
          display: -moz-flex !important;
          display: -o-flex !important;
          display: -ms-flex !important;
          display: flex !important;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center; }
          .home-page .wrapper .cigar-collection .collection-wrapper .collection-logo {
            flex-grow: 0;
            margin: 0 30px 30px; }
          .home-page .wrapper .cigar-collection .collection-wrapper .collection-list {
            flex-grow: 1; }
      .home-page .wrapper .slideshow-nav {
        margin-top: 180px; } }
  @media (min-width: 992px) {
    .home-page .wrapper {
      min-height: 70vh; }
      .home-page .wrapper .cigar-collection {
        padding: 35vh 10px; }
        .home-page .wrapper .cigar-collection .collection-wrapper .collection-list .image {
          top: -50%;
          right: 20%;
          width: 240px; }
      .home-page .wrapper .slideshow-nav {
        bottom: 33vh;
        max-width: 1024px;
        width: 80%;
        height: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 60px; } }

.home-page .pub-logos {
  padding: 100px 20px 50px; }
  .home-page .pub-logos .logos {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
    vertical-align: middle; }
    .home-page .pub-logos .logos .owl-stage {
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .home-page .pub-logos .logos .owl-stage-outer {
      margin-bottom: 50px; }
    .home-page .pub-logos .logos img {
      width: auto; }

.home-page .news-divider {
  margin-top: 60px;
  margin-bottom: 40px; }
  .home-page .news-divider ~ h2 {
    margin-bottom: 30px; }

.light-bg,
#light-bg,
.light-bg *,
#light-bg * {
  color: #896E4C !important; }

.light-bg-gray,
#light-bg-gray,
.light-bg-gray *,
#light-bg-gray * {
  color: #8C8D8E !important; }

.home-page .cigar-collection .collection-wrapper .collection-logo img {
  height: auto; }

.cigars-list li {
  display: none; }

.cigars-list li.active {
  display: block; }

#cigars-collections {
  min-height: 800px; }

#cigars-collections .bx-wrapper {
  background-color: #352820; }

#cigars-collections .slideshow-nav h3 {
  width: 30px; }

#cigars-collections .bx-wrapper {
  width: 100% !important; }

.home-page .cigar-collection .collection-wrapper .collection-list .image {
  text-align: right; }

.home-page .cigar-collection .collection-wrapper .collection-list .image img {
  width: auto;
  transform: rotate(10deg); }

.home-page .wrapper .cigar-collection .collection-wrapper .collection-list .image {
  top: 50%;
  transform: translateY(-50%); }

.home-page .wrapper .cigar-collection .collection-wrapper .collection-list .image img {
  width: auto; }

#collections-slideshow {
  padding: 0;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  min-height: 800px; }

#collections-slideshow .collection-slide {
  height: 100vh;
  width: 100% !important;
  list-style: none;
  min-height: 800px; }

.home-page .wrapper .cigar-collection .collection-wrapper .collection-list .list li .active h3 {
  color: #D8BB94;
  font-weight: 700; }

.home-page .wrapper .cigar-collection .collection-wrapper .collection-list .title {
  right: 0;
  text-align: center;
  width: 120px; }

.card .text-wrap {
  background-color: rgba(0, 0, 0, 0.5); }

.gform_wrapper div.validation_error {
  display: none !important; }

.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important; }

.gform_wrapper .top_label .gfield_description.validation_message, .gform_wrapper .gfield_description.validation_message {
  padding: 0 !important;
  margin: -20px 0 0 !important;
  line-height: 1em !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding: 0 !important;
  margin: 0 !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 13px !important;
  font-weight: normal !important; }

.gfield_error .ginput_container {
  margin-top: 0 !important; }

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: none !important; }

.gform_wrapper li.gfield_error input[type=text] {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-left: 0 !important; }

.intro {
  position: fixed;
  background-color: #000000;
  width: 100%;
  height: 100vh;
  z-index: 8;
  top: 0;
  text-align: center; }
  .intro video {
    opacity: 0.85 !important;
    z-index: 1;
    top: 50%;
    position: absolute; }
  .intro .video {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    width: 100%; }
    .intro .video .back-drop {
      position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: transparent; }
  .intro.video {
    opacity: 0;
    z-index: -1; }

.close-movie {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2000;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out; }
  .close-movie img {
    max-width: 40px; }
  .close-movie:hover {
    transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transform: scale(1.2); }

footer {
  float: left;
  width: 100%; }

.cigars-page .hero {
  position: relative;
  width: 100%; }
  .cigars-page .hero > .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    z-index: -1; }
    .cigars-page .hero > .background img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .cigars-page .hero > .background span {
      position: absolute;
      bottom: 0;
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 240px solid transparent;
      border-bottom: 0px solid transparent; }
      .cigars-page .hero > .background span:nth-of-type(1) {
        left: 0;
        border-left: 90vw solid #fff; }
      .cigars-page .hero > .background span:nth-of-type(2) {
        right: 0;
        border-right: 90vw solid #fff; }
  .cigars-page .hero .logo {
    padding: 40px 30px; }
    .cigars-page .hero .logo img {
      width: 140px; }
    .cigars-page .hero .logo h3 {
      margin: 20px 0 0;
      color: #fff;
      font-size: 14px;
      letter-spacing: 4.67px; }
  .cigars-page .hero .cigar-carousel {
    width: 85%;
    max-width: 414px;
    margin: 0 auto 30px; }
    .cigars-page .hero .cigar-carousel .item h3 {
      text-align: center; }
      .cigars-page .hero .cigar-carousel .item h3.title {
        margin-bottom: 30px;
        color: #fff;
        font-size: 14px;
        letter-spacing: 1.75px;
        white-space: nowrap; }
      .cigars-page .hero .cigar-carousel .item h3.subtitle {
        margin-top: 30px;
        color: #000;
        font-size: 12px;
        letter-spacing: 4px;
        line-height: 13px;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 13px 0;
        height: 52px; }
    .cigars-page .hero .cigar-carousel .owl-dots {
      margin-top: 0; }

.cigars-page .content .info-container {
  width: 100%;
  padding: 0 30px; }
  .cigars-page .content .info-container h3 {
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 14px; }
  .cigars-page .content .info-container p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 22px; }
  .cigars-page .content .info-container ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .cigars-page .content .info-container .logo {
    max-width: 240px;
    margin: 0 auto 30px; }
    .cigars-page .content .info-container .logo img {
      width: 100%; }
  .cigars-page .content .info-container .flavor .profile {
    margin-bottom: 30px; }
  .cigars-page .content .info-container .flavor .strength {
    margin-bottom: 30px; }
    .cigars-page .content .info-container .flavor .strength .strength-leaves li {
      display: inline-block;
      margin-right: 5px;
      margin-right: 5px; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(1) g#left, .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(1) g#right {
        fill: #D5A056; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(2) g#left, .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(2) g#right {
        fill: #AF7C4F; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(3) g#left, .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(3) g#right {
        fill: #925936; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(4) g#left, .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(4) g#right {
        fill: #703E28; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(5) g#left, .cigars-page .content .info-container .flavor .strength .strength-leaves li.active:nth-child(5) g#right {
        fill: #522918; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.half:nth-child(1) g#left {
        fill: #D5A056; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.half:nth-child(2) g#left {
        fill: #AF7C4F; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.half:nth-child(3) g#left {
        fill: #925936; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.half:nth-child(4) g#left {
        fill: #703E28; }
      .cigars-page .content .info-container .flavor .strength .strength-leaves li.half:nth-child(5) g#left {
        fill: #522918; }
  .cigars-page .content .info-container table, .cigars-page .content .info-container th, .cigars-page .content .info-container td {
    border-collapse: collapse; }
  .cigars-page .content .info-container th, .cigars-page .content .info-container td {
    text-align: left; }
  .cigars-page .content .info-container .info {
    width: 100%;
    background: url(img/nica-map.png) no-repeat center;
    background-size: 100px; }

.cigars-page .content .badge-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 30px; }
  .cigars-page .content .badge-container .badges {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cigars-page .content .badge-container .badges li {
      padding: 0 25px; }
      .cigars-page .content .badge-container .badges li img {
        width: auto;
        margin: 0 auto; }
  .cigars-page .content .badge-container .owl-nav {
    margin: 0; }
    .cigars-page .content .badge-container .owl-nav [class*=owl-] {
      display: block !important;
      position: absolute;
      top: 50%;
      background: transparent;
      padding: 0;
      margin: 0;
      border: none;
      border-radius: 0;
      outline: 0;
      transform: translateY(-50%); }
    .cigars-page .content .badge-container .owl-nav .owl-prev {
      left: 0; }
    .cigars-page .content .badge-container .owl-nav .owl-next {
      right: 0; }

.cigars-page .content .full-screen-image {
  width: 100%;
  padding-left: 20px;
  margin: 100px 0; }
  .cigars-page .content .full-screen-image img {
    width: 100%; }

.cigars-page .content .review-container {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 80px 100px; }
  .cigars-page .content .review-container .reviews {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
    .cigars-page .content .review-container .reviews .review img {
      width: auto;
      display: inline-block; }
    .cigars-page .content .review-container .reviews .review img:not(.stars) {
      max-width: 100%;
      margin: 0 auto; }
    .cigars-page .content .review-container .reviews .review .stars {
      display: inline-block; }
    .cigars-page .content .review-container .reviews .review .big, .cigars-page .content .review-container .reviews .review p:first-of-type {
      margin: 50px 0; }
    .cigars-page .content .review-container .reviews .review h3 {
      display: inline-block;
      margin-right: 10px; }
    @media (min-width: 768px) {
      .cigars-page .content .review-container .reviews .review .big,
      .cigars-page .content .review-container .reviews .review p:first-of-type {
        font-size: 36px; } }
  .cigars-page .content .review-container .arrows {
    display: none;
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    transform: translateY(-50%); }
    .cigars-page .content .review-container .arrows .prev,
    .cigars-page .content .review-container .arrows .next {
      position: absolute;
      height: 50px;
      width: 50px;
      background: transparent;
      border: 1px solid #D8BB94;
      transform: rotate(45deg);
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .cigars-page .content .review-container .arrows .prev .arrow,
      .cigars-page .content .review-container .arrows .next .arrow {
        position: absolute; }
      .cigars-page .content .review-container .arrows .prev .arrow.right,
      .cigars-page .content .review-container .arrows .next .arrow.right {
        transform: rotate(-45deg); }
      .cigars-page .content .review-container .arrows .prev .arrow.left,
      .cigars-page .content .review-container .arrows .next .arrow.left {
        transform: rotate(135deg); }
    .cigars-page .content .review-container .arrows .prev {
      left: 0; }
    .cigars-page .content .review-container .arrows .next {
      right: 0; }
    @media (min-width: 768px) {
      .cigars-page .content .review-container .arrows {
        display: block; } }
    @media (min-width: 1200px) {
      .cigars-page .content .review-container .arrows .prev {
        left: -45px; }
      .cigars-page .content .review-container .arrows .next {
        right: -45px; } }

.cigars-page .content .more {
  height: 115vh;
  background: url(img/bg-more-cigar.png) no-repeat bottom center;
  padding-top: 40px; }
  .cigars-page .content .more h3 {
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px; }
  .cigars-page .content .more .more-cigars {
    width: 100%;
    margin: 40px 0 0;
    padding: 0 0 0 20px;
    text-align: center;
    list-style: none;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .cigars-page .content .more .more-cigars li {
      width: 160px;
      height: 116px;
      margin: 0 20px 20px 0;
      border: 1px solid #EEEEEE;
      background-color: rgba(255, 255, 255, 0.7);
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (max-width: 600px) {
        .cigars-page .content .more .more-cigars li:nth-child(2) {
          margin-right: 0; } }
      .cigars-page .content .more .more-cigars li img {
        width: 90px; }

.cigars-page .content .owl-nav [class*=owl-] {
  display: none; }

.cigars-page .content .news-carousel .owl-item {
  text-align: center; }

@media (min-width: 768px) {
  .cigars-page .hero > .background {
    height: 80vh; }
    .cigars-page .hero > .background span:nth-of-type(1) {
      left: 0;
      border-left: 70vw solid #fff; }
    .cigars-page .hero > .background span:nth-of-type(2) {
      right: 0;
      border-right: 70vw solid #fff; }
  .cigars-page .hero .logo {
    padding: 80px 30px; }
    .cigars-page .hero .logo img {
      width: 220px; }
  .cigars-page .hero .cigar-carousel {
    width: 100%;
    max-width: 840px; }
    .cigars-page .hero .cigar-carousel .item {
      min-width: 130px; }
    .cigars-page .hero .cigar-carousel .owl-stage-outer.center {
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .cigars-page .hero .cigar-carousel .owl-stage-outer {
      overflow: visible; }
  .cigars-page .content {
    padding-top: 60px; }
    .cigars-page .content .info-container {
      max-width: 85%;
      margin: 0 auto; }
      .cigars-page .content .info-container .logo {
        margin: 0 0 30px; }
      .cigars-page .content .info-container .flavor {
        display: inline-block;
        width: 52%;
        padding: 0 20px 0 0; }
      .cigars-page .content .info-container .info {
        display: inline-block;
        width: 47%;
        vertical-align: top; }
      .cigars-page .content .info-container th:first-of-type,
      .cigars-page .content .info-container td:first-of-type {
        border-right: 20px solid transparent; }
    .cigars-page .content .full-screen-image {
      padding: 0 0 0 60px; }
    .cigars-page .content .more {
      height: 70vh; }
      .cigars-page .content .more h3 {
        padding-left: 60px; }
      .cigars-page .content .more .more-cigars {
        padding-left: 60px; }
        .cigars-page .content .more .more-cigars li {
          width: 172px;
          height: 125px; } }

@media (min-width: 992px) {
  .cigars-page .hero > .background {
    height: 60vh;
    min-height: 600px; }
    .cigars-page .hero > .background span:nth-of-type(1) {
      left: 0;
      border-left: 50vw solid #fff; }
    .cigars-page .hero > .background span:nth-of-type(2) {
      right: 0;
      border-right: 50vw solid #fff; }
  .cigars-page .content .info-container {
    margin: 0 auto;
    padding: 120px 0;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    .cigars-page .content .info-container .logo {
      width: 33.333%;
      padding: 0;
      margin-right: 40px; }
    .cigars-page .content .info-container .flavor {
      width: 33.333%;
      padding: 0;
      margin: 0 20px;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-orient: block-axis;
      -webkit-box-direction: normal;
      -moz-box-orient: block-axis;
      -moz-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    .cigars-page .content .info-container .info {
      width: auto;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  .cigars-page .content .more {
    height: 75vh;
    background-size: 100%; }
    .cigars-page .content .more .more-cigars li {
      width: 340px;
      height: 247px; }
      .cigars-page .content .more .more-cigars li img {
        width: 150px; }
  .cigars-page .content .review-container {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 50px 30px 100px; } }

#distanceRadius {
  padding: 3px 20px; }

.cigars-page .hero .logo img {
  height: auto; }

.cigar-carousel.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto; }

@media (max-width: 767px) {
  .cigar-carousel.owl-carousel .owl-item img {
    width: auto;
    max-height: 300px; } }

.cigars-page .content .more .more-cigars li img {
  height: auto; }

#cigar-finder .find-store-label {
  margin-bottom: 10px; }

#cigar-finder .search-container {
  margin-top: 0; }

#cigar-finder .change-continent {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }

#cigar-finder .continent-option {
  flex: 1;
  padding: 0.2rem;
  display: block;
  width: 100%; }
  #cigar-finder .continent-option input[type="radio"] {
    display: none; }
    #cigar-finder .continent-option input[type="radio"]:not(:disabled) ~ label {
      cursor: pointer; }
  #cigar-finder .continent-option label {
    height: 100%;
    display: block;
    color: white;
    background: gray;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    opacity: 0.5; }
    #cigar-finder .continent-option label::after {
      box-shadow: 3px 6px 1px 2px transparent;
      color: white;
      font-family: FontAwesome;
      content: " ";
      font-size: 20px;
      position: absolute;
      color: black;
      top: 0%;
      left: 100%;
      transform: translateX(-110%) translateY(-50%);
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      background-size: 15px auto;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.2s ease-in;
      opacity: 0; }
    #cigar-finder .continent-option label h2 {
      font-size: 14px;
      line-height: 16px;
      cursor: pointer; }
  #cigar-finder .continent-option.active label, #cigar-finder .continent-option:hover label {
    background: black;
    color: white;
    opacity: 1; }
    #cigar-finder .continent-option.active label::after, #cigar-finder .continent-option:hover label::after {
      color: white;
      opacity: 1;
      font-family: FontAwesome;
      content: " ";
      font-size: 20px;
      position: absolute;
      color: black;
      top: 50%;
      left: 100%;
      transform: translateX(-110%) translateY(-50%);
      height: 20px;
      width: 20px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      box-shadow: 0px 3px 5px -2px white;
      background-image: url("img/locations/icon-pin.png");
      background-size: 10px auto;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.2s ease-in; }
  #cigar-finder .continent-option input[type="radio"]:checked + label {
    background: black;
    color: white;
    opacity: 1; }
    #cigar-finder .continent-option input[type="radio"]:checked + label::after {
      color: white;
      opacity: 1;
      font-family: FontAwesome;
      content: " ";
      font-size: 20px;
      position: absolute;
      color: black;
      top: 50%;
      left: 100%;
      transform: translateX(-110%) translateY(-50%);
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      box-shadow: 0px 3px 5px -2px white;
      background-image: url("img/locations/icon-pin.png");
      background-size: 15px auto;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all 0.2s ease-in; }
  #cigar-finder .continent-option input[type="radio"]#control_05:checked + label {
    background: red;
    border-color: red; }
  #cigar-finder .continent-option p {
    font-weight: 900; }

#cigar-finder.distributors-page {
  min-height: calc(50vh + 100px);
  background: #2C2C2B; }
  #cigar-finder.distributors-page .wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px; }
    #cigar-finder.distributors-page .wrapper h1 {
      font-size: 34px;
      line-height: 1.2em;
      margin-bottom: 10px; }
    #cigar-finder.distributors-page .wrapper .divider-title {
      margin-bottom: 25px; }
    #cigar-finder.distributors-page .wrapper #location-list {
      display: flex;
      align-content: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      #cigar-finder.distributors-page .wrapper #location-list .location {
        width: 100%;
        width: 100%; }
        @media (min-width: 768px) {
          #cigar-finder.distributors-page .wrapper #location-list .location {
            width: 48%; } }
        @media (min-width: 992px) {
          #cigar-finder.distributors-page .wrapper #location-list .location {
            width: 30%; } }
      #cigar-finder.distributors-page .wrapper #location-list .no-result {
        opacity: 1;
        display: block; }

#cigar-finder {
  background-color: #212121;
  color: #fff;
  padding: 0; }

#map-wrapper .location-title,
#map-wrapper .location-content,
#map-wrapper .location-phone,
#map-wrapper .location-website {
  color: #000000;
  margin-bottom: 10px;
  width: 250px; }

#cigar-finder .location-header {
  margin-bottom: 10px;
  position: relative;
  padding: 10px 0 10px 10px !important;
  height: 40px; }
  #cigar-finder .location-header input {
    font-size: 14px; }

.map-col {
  height: calc(100vh - 60px);
  width: 70%;
  float: left; }

#map-wrapper {
  height: 100%; }

#map-wrapper #map {
  height: 100% !important; }

.cigar-finder-sidebar {
  height: calc(100vh - 60px);
  background-color: #212121;
  padding: 30px;
  background-size: cover;
  background-position: 0 0;
  margin-top: 0;
  background-repeat: no-repeat;
  display: block !important;
  width: 30%;
  float: left;
  overflow: hidden; }

#cigar-finder #location-list {
  max-height: calc(100vh - 230px);
  overflow: scroll;
  list-style-type: none;
  padding: 0;
  width: 100%; }

#cigar-finder #location-list .location {
  background-color: #191919;
  border-radius: 5px;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  color: #ffffff;
  width: 100%; }
  #cigar-finder #location-list .location.hidden {
    display: none; }

#cigar-finder #location-list .no-result {
  display: none;
  opacity: 0;
  background-color: #191919;
  border-radius: 5px;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  color: #ffffff;
  width: 100%; }

#cigar-finder #location-list .no-result.active {
  display: block !important;
  opacity: 1; }

#cigar-finder #location-list .location > div {
  margin-bottom: 10px; }

.location-container {
  display: block;
  padding-top: 20px; }

.location-title {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase; }

@media (max-width: 991px) {
  .map-col,
  .cigar-finder-sidebar {
    width: 100%;
    min-height: calc(50vh); } }

@media (max-width: 767px) {
  .map-col,
  .cigar-finder-sidebar {
    width: 100%;
    height: 50vh; }
  .cigar-finder-sidebar {
    height: 100vh; } }

.heritage-page .main-wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 60px);
  padding: 20px 10px 10px;
  background: url(img/bg-heritage.png) no-repeat center;
  background-size: cover; }
  .heritage-page .main-wrapper .heritage-carousel .item .image {
    margin-bottom: 30px;
    transform: scale(0.85);
    opacity: 0;
    transition: all .45s ease; }
    .heritage-page .main-wrapper .heritage-carousel .item .image img {
      width: 100%;
      border-radius: 4px;
      box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22), 0 19px 38px 0 rgba(0, 0, 0, 0.3); }
  .heritage-page .main-wrapper .heritage-carousel .item .info {
    text-align: center; }
    .heritage-page .main-wrapper .heritage-carousel .item .info .date {
      display: inline-block;
      padding: 20px;
      border: 1px solid #4A4A4A;
      text-align: center;
      border-radius: 6px; }
      .heritage-page .main-wrapper .heritage-carousel .item .info .date h2 {
        margin: 0 0 10px 0;
        font-weight: 100;
        font-size: 40px;
        color: #fff;
        letter-spacing: 0; }
      .heritage-page .main-wrapper .heritage-carousel .item .info .date h3 {
        font-weight: bold;
        font-size: 10px;
        color: #9E9E9E;
        letter-spacing: 2.5px; }
    .heritage-page .main-wrapper .heritage-carousel .item .info .content {
      padding: 30px 45px;
      overflow: hidden; }
      .heritage-page .main-wrapper .heritage-carousel .item .info .content p {
        font-weight: 300;
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
        line-height: 26px;
        opacity: 0;
        transform: translateY(70%);
        transition: all .45s ease; }
        .heritage-page .main-wrapper .heritage-carousel .item .info .content p strong {
          font-weight: bold; }
  .heritage-page .main-wrapper .heritage-carousel .active .item .image {
    transform: scale(1);
    opacity: 1; }
  .heritage-page .main-wrapper .heritage-carousel .active .item .info .content p {
    opacity: 1;
    transform: translateY(0); }
  .heritage-page .main-wrapper .arrows {
    display: none; }
  .heritage-page .main-wrapper .carousel-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding-top: 50px;
    overflow-x: hidden; }
    .heritage-page .main-wrapper .carousel-nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .heritage-page .main-wrapper .carousel-nav .date-nav {
      height: 30px;
      width: 80%;
      margin: 10px auto;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .heritage-page .main-wrapper .carousel-nav .date-nav li {
        display: inline-block;
        position: relative;
        height: 50%;
        width: 10px;
        padding: 0 4px;
        transition: height .35s ease;
        cursor: pointer; }
        .heritage-page .main-wrapper .carousel-nav .date-nav li span {
          background: #D8BB94;
          transition: height .35s ease;
          display: block;
          height: 100%;
          width: 2px;
          margin: 0 auto; }
        .heritage-page .main-wrapper .carousel-nav .date-nav li:before {
          position: absolute;
          top: -35px;
          left: -12px;
          font-weight: 400;
          font-size: 20px;
          color: #D8BB94;
          letter-spacing: 0;
          line-height: 30px;
          opacity: 0.2;
          transition: opacity .35s ease; }
        .heritage-page .main-wrapper .carousel-nav .date-nav li.active {
          height: 100%;
          transition: height .35s ease; }
          .heritage-page .main-wrapper .carousel-nav .date-nav li.active:before {
            opacity: 1;
            transition: opacity .35s ease; }
    .heritage-page .main-wrapper .carousel-nav .timeline {
      width: 100%; }
      .heritage-page .main-wrapper .carousel-nav .timeline img {
        width: 100%;
        transition: transform .45s ease; }
      .heritage-page .main-wrapper .carousel-nav .timeline li {
        position: relative;
        display: none;
        height: 50%;
        width: 1px;
        background: rgba(255, 255, 255, 0.2); }
        .heritage-page .main-wrapper .carousel-nav .timeline li:after {
          position: absolute;
          bottom: -30px;
          left: -15px;
          color: rgba(255, 255, 255, 0.2);
          font-weight: bold;
          font-size: 12px;
          letter-spacing: 3px; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(5n+1) {
          height: 100%; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(-n+31) {
          display: inline-block; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(6):after {
          content: '1855'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(16):after {
          content: '1865'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(26):after {
          content: '1875'; }
  @media (min-width: 768px) {
    .heritage-page .main-wrapper {
      padding: 90px 90px 10px; }
      .heritage-page .main-wrapper .heritage-carousel .item .info {
        text-align: left;
        display: -webkit-flex !important;
        display: -moz-flex !important;
        display: -o-flex !important;
        display: -ms-flex !important;
        display: flex !important; }
        .heritage-page .main-wrapper .heritage-carousel .item .info .date {
          width: 260px;
          margin-right: 20px; }
      .heritage-page .main-wrapper .arrows {
        display: block;
        position: absolute;
        top: 23%;
        left: 0;
        width: 100%; }
        .heritage-page .main-wrapper .arrows .prev,
        .heritage-page .main-wrapper .arrows .next {
          position: absolute;
          height: 50px;
          width: 50px;
          background: transparent;
          border: 1px solid #D8BB94;
          transform: rotate(45deg);
          display: -webkit-flex !important;
          display: -moz-flex !important;
          display: -o-flex !important;
          display: -ms-flex !important;
          display: flex !important;
          -webkit-box-pack: center;
          -moz-box-pack: center;
          -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          -moz-align-items: center;
          -o-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          .heritage-page .main-wrapper .arrows .prev .arrow,
          .heritage-page .main-wrapper .arrows .next .arrow {
            position: absolute; }
          .heritage-page .main-wrapper .arrows .prev .arrow.right,
          .heritage-page .main-wrapper .arrows .next .arrow.right {
            transform: rotate(-45deg); }
          .heritage-page .main-wrapper .arrows .prev .arrow.left,
          .heritage-page .main-wrapper .arrows .next .arrow.left {
            transform: rotate(135deg); }
        .heritage-page .main-wrapper .arrows .prev {
          left: 45px; }
        .heritage-page .main-wrapper .arrows .next {
          right: 45px; }
      .heritage-page .main-wrapper .carousel-nav {
        height: 200px; }
        .heritage-page .main-wrapper .carousel-nav .date-nav {
          width: 50%; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(-n+41) {
          display: inline-block; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(6):after {
          content: '1835'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(11):after {
          content: '1845'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(16):after {
          content: '1855'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(21):after {
          content: '1865'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(26):after {
          content: '1875'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(31):after {
          content: '1885'; }
        .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(36):after {
          content: '1895'; } }
  @media (min-width: 992px) {
    .heritage-page .main-wrapper {
      height: auto;
      min-height: 1000px;
      padding: 180px 120px 10px; }
      .heritage-page .main-wrapper .heritage-carousel {
        max-width: 1500px;
        margin: 0 auto; }
        .heritage-page .main-wrapper .heritage-carousel .item {
          display: -webkit-flex !important;
          display: -moz-flex !important;
          display: -o-flex !important;
          display: -ms-flex !important;
          display: flex !important; }
          .heritage-page .main-wrapper .heritage-carousel .item .image {
            width: 60%; }
          .heritage-page .main-wrapper .heritage-carousel .item .info {
            width: 40%;
            padding: 20px;
            -webkit-box-orient: block-axis;
            -webkit-box-direction: normal;
            -moz-box-orient: block-axis;
            -moz-box-direction: normal;
            -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -moz-align-items: center;
            -o-align-items: center;
            -ms-align-items: center;
            align-items: center; }
            .heritage-page .main-wrapper .heritage-carousel .item .info .date {
              width: 217px; }
              .heritage-page .main-wrapper .heritage-carousel .item .info .date h2 {
                font-size: 90px; }
              .heritage-page .main-wrapper .heritage-carousel .item .info .date h3 {
                font-size: 12px; }
            .heritage-page .main-wrapper .heritage-carousel .item .info .content {
              text-align: center; }
              .heritage-page .main-wrapper .heritage-carousel .item .info .content p {
                font-size: 24px;
                line-height: 34px; }
      .heritage-page .main-wrapper .arrows {
        top: 40%; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(-n+61) {
        display: inline-block; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(6):after {
        content: '1815'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(11):after {
        content: '1825'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(16):after {
        content: '1835'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(21):after {
        content: '1845'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(26):after {
        content: '1855'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(31):after {
        content: '1865'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(36):after {
        content: '1875'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(41):after {
        content: '1885'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(46):after {
        content: '1895'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(51):after {
        content: '1905'; }
      .heritage-page .main-wrapper .carousel-nav .timeline li:nth-child(56):after {
        content: '1915'; } }

.news-page .hero {
  position: relative;
  height: calc(65vh - 60px);
  width: 100%;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -o-flex !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-orient: block-axis;
  -webkit-box-direction: normal;
  -moz-box-orient: block-axis;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .news-page .hero .background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-bottom: 8px solid #D8BB94;
    z-index: -1; }
    .news-page .hero .background .filter {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#99000000',GradientType=0 ); }
    .news-page .hero .background img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 50%;
      z-index: -1; }
  .news-page .hero .text {
    padding: 45px;
    color: #fff;
    text-align: center; }
    .news-page .hero .text .subtitle {
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .news-page .hero .text .title {
      margin: 25px 0;
      font-weight: 300;
      font-size: 24px;
      letter-spacing: 0;
      line-height: 34px;
      text-transform: uppercase; }
    .news-page .hero .text .author {
      font-weight: 400;
      font-size: 12px;
      letter-spacing: 3px;
      text-transform: uppercase; }
  .news-page .hero.alt {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .news-page .hero.alt .background .filter {
      background: #fafafa; }
    .news-page .hero.alt .background .image {
      display: none; }
    .news-page .hero.alt .text {
      color: #000; }
      .news-page .hero.alt .text .title {
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 1.41px;
        line-height: 34px; }

.news-page .owl-nav {
  margin: 0; }
  .news-page .owl-nav [class*=owl-] {
    position: absolute;
    top: calc(50% - 50px);
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    outline: 0; }
  .news-page .owl-nav .owl-prev {
    left: 0; }
  .news-page .owl-nav .owl-next {
    right: 0; }

.news-page .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0; }

.news-page .article {
  padding: 10px; }
  .news-page .article .article-content {
    padding-top: 40px; }
  .news-page .article p {
    margin: 0 0 40px 0;
    font-weight: 300;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    line-height: 30px; }
    .news-page .article p:first-child {
      font-weight: 400; }
    .news-page .article p:last-child {
      margin-bottom: 40px; }
  .news-page .article ul {
    margin-bottom: 40px; }
  .news-page .article h2, .news-page .article h3, .news-page .article h4 {
    margin-bottom: 30px; }
  .news-page .article img {
    width: 100%;
    margin: 40px 0 0 0; }
  .news-page .article blockquote p {
    margin: 40px 0 40px 0;
    font-weight: 300;
    font-size: 36px;
    color: #000;
    letter-spacing: 0;
    line-height: 56px;
    text-align: center; }
  .news-page .article .tags {
    margin: 40px 0;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important; }
    .news-page .article .tags h3 {
      font-weight: 400;
      font-size: 16px;
      color: #000;
      letter-spacing: 1px;
      line-height: 24px;
      text-transform: capitalize; }
    .news-page .article .tags ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .news-page .article .tags ul li {
        display: inline-block;
        margin: 0 5px 8px 5px;
        padding: 5px;
        background: #EEEEEE;
        font-weight: 400;
        font-size: 14px;
        color: #747474;
        letter-spacing: 0.88px;
        line-height: 18px; }
  .news-page .article .share h3 {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    letter-spacing: 3px; }
  .news-page .article .share ul {
    width: 100%;
    padding: 30px;
    margin: 0;
    text-align: center;
    list-style: none;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .news-page .article .share ul li {
      height: 48px;
      width: 48px;
      border: 1px solid #EEEEEE;
      border-radius: 100%;
      display: -webkit-flex !important;
      display: -moz-flex !important;
      display: -o-flex !important;
      display: -ms-flex !important;
      display: flex !important;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -o-align-items: center;
      -ms-align-items: center;
      align-items: center; }

.news-page .related-news {
  padding: 80px 10px;
  background: #F6F6F6; }
  .news-page .related-news h2 {
    margin-bottom: 30px;
    text-align: center; }
  .news-page .related-news .card {
    margin-bottom: 10px;
    padding: 0 10px; }
    .news-page .related-news .card:nth-child(3) {
      display: none; }

.news-page .smoke-wrapper {
  margin: 0; }

.news-page .post-categories {
  list-style: none;
  padding-left: 0; }

.news-page .main-content {
  padding: 0 10px 60px; }
  .news-page .main-content .search-container input {
    font-size: 14px;
    padding: 0 60px 0 20px; }
  .news-page .main-content .heading-divider {
    margin: 80px 0 30px; }
  .news-page .main-content .featured-articles .wrapper {
    margin: 30px 0;
    padding: 0; }
    .news-page .main-content .featured-articles .wrapper .card {
      margin-bottom: 15px; }
  .news-page .main-content .missed-articles .wrapper {
    margin: 0;
    padding: 30px 0; }
    .news-page .main-content .missed-articles .wrapper .card {
      display: none;
      width: 100%;
      margin-bottom: 15px; }
      .news-page .main-content .missed-articles .wrapper .card:nth-child(-n+3) {
        display: inline-block; }

@media (min-width: 768px) {
  .news-page .hero .text {
    width: 80%; }
  .news-page .hero.alt .text .title {
    font-size: 48px;
    letter-spacing: 3px;
    line-height: 60px; }
  .news-page .article {
    padding: 30px 80px; }
    .news-page .article .share ul {
      width: 60%;
      margin: 0 auto; }
  .news-page .main-content .featured-articles .heading-divider {
    margin: 100px 0 60px; }
  .news-page .main-content .featured-articles .wrapper {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .news-page .main-content .featured-articles .wrapper .card {
      width: calc(33% - 24px);
      margin-right: 24px; }
  .news-page .main-content .missed-articles .wrapper {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .news-page .main-content .missed-articles .wrapper .card {
      width: 49%;
      margin-bottom: 15px;
      padding: 0; }
      .news-page .main-content .missed-articles .wrapper .card:nth-child(-n+6) {
        display: inline-block; } }

@media (min-width: 992px) {
  .news-page .hero .text {
    width: 60%;
    max-width: 1000px;
    padding: 100px 0; }
    .news-page .hero .text .title {
      font-size: 34px;
      letter-spacing: 2px;
      line-height: 40px; }
  .news-page .article {
    position: relative;
    width: 60%;
    max-width: 1000px;
    margin: 0 auto; }
    .news-page .article .share {
      position: absolute;
      right: -50px;
      top: 80px; }
      .news-page .article .share ul {
        width: auto;
        -webkit-box-orient: block-axis;
        -webkit-box-direction: normal;
        -moz-box-orient: block-axis;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column; }
        .news-page .article .share ul li {
          margin: 0 0 10px 0; }
  .news-page .related-news .card {
    margin-bottom: 0; }
    .news-page .related-news .card:nth-child(3) {
      display: inline-block; }
  .news-page .main-content .search-container {
    max-width: 1180px;
    margin: 40px auto 0; }
  .news-page .main-content .featured-articles .wrapper {
    max-width: 1180px;
    margin: 0 auto; }
  .news-page .main-content .missed-articles .wrapper {
    max-width: 1180px;
    margin: 0 auto; }
    .news-page .main-content .missed-articles .wrapper .card {
      width: 32%;
      margin-bottom: 15px;
      padding: 0; }
      .news-page .main-content .missed-articles .wrapper .card:nth-child(-n+9) {
        display: inline-block; } }

.privacy-page .header {
  width: 100%;
  padding: 40px 0 0;
  overflow-x: scroll;
  border-bottom: 2px solid #EEEEEE; }
  .privacy-page .header::-webkit-scrollbar {
    display: none; }
  .privacy-page .header::-webkit-scrollbar-button {
    display: none; }
  .privacy-page .header::-webkit-scrollbar-track {
    display: none; }
  .privacy-page .header::-webkit-scrollbar-track-piece {
    display: none; }
  .privacy-page .header::-webkit-scrollbar-thumb {
    display: none; }
  .privacy-page .header::-webkit-scrollbar-corner {
    display: none; }
  .privacy-page .header::-webkit-resizer {
    display: none; }
  .privacy-page .header .privacy-nav {
    width: 130%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .privacy-page .header .privacy-nav li {
      display: inline-block;
      width: 43.33%;
      padding-bottom: 10px;
      text-align: center;
      color: rgba(0, 0, 0, 0.4);
      font-weight: 400;
      font-size: 16px;
      letter-spacing: 2px;
      cursor: pointer; }
      .privacy-page .header .privacy-nav li.active {
        color: #000; }
  .privacy-page .header .slide-wrap {
    width: 100%;
    height: 4px;
    list-style: none;
    padding: 0;
    margin: 0; }
    .privacy-page .header .slide-wrap li {
      width: 43.33%;
      height: 100%;
      background: #D8BB94;
      transform: translateX(0);
      transition: transform .25s ease; }

.privacy-page .content {
  background: #fff; }
  .privacy-page .content .wrapper {
    padding: 0 10px 50px; }
    .privacy-page .content .wrapper section {
      display: none; }
      .privacy-page .content .wrapper section h3 {
        margin-top: 50px;
        font-weight: 400;
        font-size: 36px;
        color: #000;
        letter-spacing: 0;
        line-height: 46px;
        text-transform: capitalize; }
      .privacy-page .content .wrapper section p {
        margin-top: 40px;
        font-weight: 300;
        font-size: 20px;
        color: #000;
        letter-spacing: 0;
        line-height: 30px; }
      .privacy-page .content .wrapper section ul {
        margin-top: 40px;
        font-weight: 300;
        font-size: 20px;
        color: #000;
        letter-spacing: 0;
        line-height: 30px; }
      .privacy-page .content .wrapper section.active {
        display: block; }

@media (min-width: 768px) {
  .privacy-page .header {
    width: 100%;
    padding: 80px 0 0; }
    .privacy-page .header .privacy-nav,
    .privacy-page .header .slide-wrap {
      width: 70%;
      max-width: 500px;
      margin: 0 auto; }
      .privacy-page .header .privacy-nav li,
      .privacy-page .header .slide-wrap li {
        width: 33.333%; }
    .privacy-page .header .privacy-nav li {
      padding-bottom: 20px; }
  .privacy-page .content .wrapper {
    width: 80%;
    max-width: 620px;
    margin: 0 auto; }
    .privacy-page .content .wrapper section h3 {
      margin-top: 30px;
      font-size: 20px;
      line-height: 30px; }
    .privacy-page .content .wrapper section p {
      margin-top: 20px;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 24px; }
    .privacy-page .content .wrapper section ul {
      margin-top: 20px;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 22px; } }

@media (min-width: 992px) {
  .privacy-page .content .wrapper {
    width: 60%;
    max-width: 700px; } }

.downloads-page .content h2 {
  padding: 20px 40px; }

.downloads-page .content .gallery-item {
  float: none;
  display: inline-block;
  vertical-align: top; }
  .downloads-page .content .gallery-item img {
    width: 100%;
    height: auto;
    border: none !important;
    padding: 10px;
    max-height: 200px;
    width: auto; }

@media (min-width: 768px) {
  .downloads-page .header .privacy-nav,
  .downloads-page .header .slide-wrap {
    width: 80%;
    max-width: 80%;
    margin: 0 auto; }
    .downloads-page .header .privacy-nav li,
    .downloads-page .header .slide-wrap li {
      width: 100%; }
  .downloads-page .header .privacy-nav li {
    padding-bottom: 20px; }
  .downloads-page .content .wrapper {
    width: 80%;
    max-width: 80%;
    margin: 0 auto; }
    .downloads-page .content .wrapper section h3 {
      margin-top: 30px;
      font-size: 20px;
      line-height: 30px; }
    .downloads-page .content .wrapper section p {
      margin-top: 20px;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 24px; }
    .downloads-page .content .wrapper section ul {
      margin-top: 20px;
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 22px; } }

@media (min-width: 992px) {
  .downloads-page .content .wrapper {
    width: 80%;
    max-width: 80%; } }

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