/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* button */
.jcf-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px; }

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

/* file */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px; }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px; }

/* scrollbars */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select.jcf-compact-multiple {
  max-width: 220px; }

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...'; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #333; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* other styles */
.jcf-textarea {
  border: 1px solid #b8c3c9;
  box-sizing: content-box;
  display: inline-block;
  position: relative; }

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0; }

.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0; }

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: bold;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0; }

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: ''; }

/* number input */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px; }

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.jcf-number input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%; }

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px;
  top: 1px; }

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px; }

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6; }

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa; }

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #aaa;
  border-color: transparent transparent #000 transparent; }

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent; }

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 0.3; }

.jcf-number.jcf-disabled input {
  background: #ddd; }

/* range input */
.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px; }

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px; }

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0; }

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto; }

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0; }

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px; }

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto; }

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px; }

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px; }

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px; }

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0; }

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0; }

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0; }

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px; }

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px; }

.jcf-range .jcf-active-handle {
  z-index: 2; }

.jcf-range.jcf-focus .jcf-active-handle {
  margin: -5px 0 0 -1px; }

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3; }

/* common styles */
.jcf-disabled {
  background: #ddd !important; }

@font-face {
  font-family: 'Fibre';
  src: url("../fonts/fibre/fibre-font.otf");
  src: url("../fonts/fibre/fibre-font.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Regular.eot");
  src: url("../fonts/Lato/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Regular.woff") format("woff"), url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Bold.eot");
  src: url("../fonts/Lato/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Bold.woff") format("woff"), url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Lato';
  src: url("../fonts/Lato/Lato-Light.eot");
  src: url("../fonts/Lato/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato/Lato-Light.woff") format("woff"), url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Highway Gothic';
  src: url("../fonts/highway_gothic/HighwayGothic.eot");
  src: url("../fonts/highway_gothic/HighwayGothic.eot?#iefix") format("embedded-opentype"), url("../fonts/highway_gothic/HighwayGothic.woff") format("woff"), url("../fonts/highway_gothic/HighwayGothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Highway Gothic Wide';
  src: url("../fonts/highway_gothic/HighwayGothicWide.eot");
  src: url("../fonts/highway_gothic/HighwayGothicWide.eot?#iefix") format("embedded-opentype"), url("../fonts/highway_gothic/HighwayGothicWide.woff") format("woff"), url("../fonts/highway_gothic/HighwayGothicWide.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@media (min-width: 1400px) {
  .container {
    max-width: 1340px; } }
.container .full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }

body {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #292728;
  line-height: 23px;
  overflow-x: hidden; }
  body[data-text-size="1"] {
    font-size: 17px; }
  body[data-text-size="2"] {
    font-size: 20px; }
  body[data-text-size="3"] {
    font-size: 23px; }

body > .wrap {
  overflow: hidden;
  width: 100%; }

h1, .h1, h2, h3, h4, h5, h6 {
  font-family: "Fibre", sans-serif; }

h2 {
  font-size: 22px;
  letter-spacing: 1.5px; }

h3 {
  font-size: 18px;
  letter-spacing: 1px; }

h4 {
  font-size: 16px;
  letter-spacing: 0.8px; }

h5 {
  font-size: 14px;
  letter-spacing: 0.5px; }

p {
  margin-bottom: 1.4rem; }

img {
  max-width: 100%;
  height: auto; }
  img.alignleft, img.alignright {
    max-width: 50%; }
    @media (max-width: 767px) {
      img.alignleft, img.alignright {
        max-width: 100%; } }

.alignright {
  float: right;
  margin-left: 50px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .alignright {
      float: none;
      margin-left: 0; } }
  .alignright.wp-caption {
    margin-bottom: 0;
    margin-left: 0px; }
  .alignright.margin-10, .alignright .margin-10 {
    margin-left: 10px !important; }
  .alignright.margin-20, .alignright .margin-20 {
    margin-left: 20px !important; }
  .alignright.margin-30, .alignright .margin-30 {
    margin-left: 30px !important; }
  .alignright.margin-40, .alignright .margin-40 {
    margin-left: 40px !important; }
  .alignright.margin-50, .alignright .margin-50 {
    margin-left: 50px !important; }

.alignleft {
  float: left;
  margin-right: 50px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .alignleft {
      float: none;
      margin-right: 0; } }
  .alignleft.wp-caption {
    margin-bottom: 0;
    margin-right: 0px; }
  .alignleft.margin-10, .alignleft .margin-10 {
    margin-right: 10px !important; }
  .alignleft.margin-20, .alignleft .margin-20 {
    margin-right: 20px !important; }
  .alignleft.margin-30, .alignleft .margin-30 {
    margin-right: 30px !important; }
  .alignleft.margin-40, .alignleft .margin-40 {
    margin-right: 40px !important; }
  .alignleft.margin-50, .alignleft .margin-50 {
    margin-right: 50px !important; }

.stop-image-align-right:after {
  content: '';
  display: block;
  clear: right; }

.stop-image-align-left:after {
  content: '';
  display: block;
  clear: left; }

.button, .woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce input.button.alt {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-family: "Highway Gothic", sans-serif;
  background-position: top left;
  background-size: 100% 100%;
  display: inline-block;
  transition: all 250ms;
  background-color: transparent;
  padding: 0 15px;
  margin: 0;
  font-size: 14px;
  border: 0;
  cursor: pointer; }
  .button.button-primary, input.button.button-primary, .woocommerce ul.products li.product .button-primary.button, .woocommerce-page ul.products li.product .button-primary.button, #add_payment_method .wc-proceed-to-checkout a.button-primary.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.button-primary.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.button-primary.checkout-button, .woocommerce input.button-primary.button.alt, .button.alt, .woocommerce ul.products li.product .alt.button, .woocommerce-page ul.products li.product .alt.button, #add_payment_method .wc-proceed-to-checkout a.alt.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.alt.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.alt.checkout-button, .woocommerce input.alt.button {
    min-width: 160px;
    line-height: 31px;
    background-image: url(../img/button-bg.png);
    background-color: transparent;
    font-weight: inherit; }
  .button.button-alt, .woocommerce ul.products li.product .button-alt.button, .woocommerce-page ul.products li.product .button-alt.button, #add_payment_method .wc-proceed-to-checkout a.button-alt.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.button-alt.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.button-alt.checkout-button, .woocommerce input.button-alt.button.alt {
    min-width: 160px;
    line-height: 31px;
    background-image: url(../img/button-bg-alt.png); }
  .button.button-alt2, .woocommerce ul.products li.product .button-alt2.button, .woocommerce-page ul.products li.product .button-alt2.button, #add_payment_method .wc-proceed-to-checkout a.button-alt2.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.button-alt2.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.button-alt2.checkout-button, .woocommerce input.button-alt2.button.alt {
    min-width: 160px;
    line-height: 31px;
    background-image: url(../img/button-bg-grey.png);
    transition: all 250ms; }
  .button:hover, input.button:hover, .woocommerce ul.products li.product .button:hover, .woocommerce-page ul.products li.product .button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce input.button.alt:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.9; }
  .button.button-alt2:hover, input.button.button-alt2:hover, .woocommerce ul.products li.product .button-alt2.button:hover, .woocommerce-page ul.products li.product .button-alt2.button:hover, #add_payment_method .wc-proceed-to-checkout a.button-alt2.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.button-alt2.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.button-alt2.checkout-button:hover, .woocommerce input.button-alt2.button.alt:hover {
    background-image: url(../img/button-bg.png);
    opacity: 1; }
  .button.button-big, input.button.button-big, .woocommerce ul.products li.product .button-big.button, .woocommerce-page ul.products li.product .button-big.button, #add_payment_method .wc-proceed-to-checkout a.button-big.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.button-big.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.button-big.checkout-button, .woocommerce input.button-big.button.alt {
    min-width: 250px;
    line-height: 27px;
    font-size: 19px;
    padding: 10px 30px;
    letter-spacing: 2px; }
  .button.disabled, .woocommerce ul.products li.product .disabled.button, .woocommerce-page ul.products li.product .disabled.button, #add_payment_method .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce input.disabled.button.alt {
    background-image: url(../img/button-bg-grey.png) !important; }

.wp-caption-text {
  font-size: 12px;
  margin-top: 10px; }

.hidden {
  display: none; }

.form-style {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Fibre", sans-serif; }
  .form-style .jcf-select {
    width: 316px;
    height: 39px;
    line-height: 33px;
    padding: 0 24px;
    background-image: url(../img/select-bg.png);
    background-size: 100% 100%;
    background-position: top left;
    border: 0; }
    .form-style .jcf-select.jcf-select-important {
      background-image: url(../img/select-bg-important.png);
      color: #fff; }
    .form-style .jcf-select .jcf-select-text {
      line-height: inherit;
      font-size: inherit;
      margin: 0;
      padding: 0;
      letter-spacing: 2.2px; }
    .form-style .jcf-select .jcf-select-opener {
      background: transparent; }
      .form-style .jcf-select .jcf-select-opener:after {
        display: none;
        content: '\f107';
        font-family: "Font Awesome 5 Solid"; }
      .form-style .jcf-select .jcf-select-opener svg {
        position: relative;
        right: 10px; }
  .form-style .jcf-checkbox {
    width: 33px;
    height: 33px;
    border: 0;
    background: #fff;
    box-shadow: 2px 2px 16px #d0d0d0;
    cursor: pointer; }
    .form-style .jcf-checkbox.jcf-checked {
      background-image: url(../img/checked.png);
      background-size: 100% 100%; }
    .form-style .jcf-checkbox span {
      display: none; }

.dropdown-style .dropdown-toggle {
  cursor: pointer; }
.dropdown-style .dropdown-menu {
  background-image: url(../img/dropdown-bg.png);
  background-size: 100% 100%;
  padding: 15px 20px;
  z-index: 1;
  width: 100%;
  border: 0;
  border-radius: 0;
  background-color: transparent; }

.page-header {
  background-color: #fff;
  font-family: "Highway Gothic Wide", sans-serif;
  text-transform: uppercase;
  box-shadow: 0 5px 60px 15px #e6e6e6; }
  .page-header a {
    color: inherit; }
  .page-header .logo {
    float: left;
    margin: 16px 22px; }
    @media (max-width: 991px) {
      .page-header .logo {
        width: 80px;
        margin: 7px 15px; } }
  .page-header .top-bar {
    background: #001d4a;
    font-size: 12px;
    color: #fff;
    margin-left: 164px;
    line-height: 50px;
    padding: 0 11px 0 22px; }
    @media (max-width: 991px) {
      .page-header .top-bar {
        margin-left: 110px; } }
    @media (max-width: 850px) {
      .page-header .top-bar {
        font-size: 11px; } }
    @media (max-width: 400px) {
      .page-header .top-bar {
        padding-left: 11px; } }
    .page-header .top-bar > div {
      display: inline-block; }
  .page-header .top-bar-links {
    letter-spacing: 1.1px; }
    @media (max-width: 850px) {
      .page-header .top-bar-links {
        letter-spacing: 1px; } }
    .page-header .top-bar-links svg {
      font-size: 15px;
      vertical-align: -3px;
      margin-right: 8px; }
    .page-header .top-bar-links a {
      margin-right: 28px; }
      @media (max-width: 850px) {
        .page-header .top-bar-links a {
          margin-right: 15px; } }
    @media (max-width: 1120px) {
      .page-header .top-bar-links .mail {
        display: none; } }
    @media (max-width: 660px) {
      .page-header .top-bar-links .app {
        display: none; } }
    .page-header .top-bar-links .accessibility {
      display: inline-block;
      margin-right: 37px; }
      @media (max-width: 400px) {
        .page-header .top-bar-links .accessibility {
          margin-right: 0px; } }
      .page-header .top-bar-links .accessibility a {
        display: inline-block;
        width: 29px;
        height: 29px;
        line-height: 29px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 100%;
        margin-right: 9px;
        transition: all 252ms; }
        .page-header .top-bar-links .accessibility a:hover {
          color: #001d4a;
          background-color: #fff;
        }
        .page-header .top-bar-links .accessibility a svg {
          margin: 0; }
  .page-header .menu-wrapper {
    font-size: 14px;
    margin-left: 164px;
    letter-spacing: 1.5px; }
    @media (max-width: 1200px) {
      .page-header .menu-wrapper {
        font-size: 12px;
        letter-spacing: 1px; } }
    @media (max-width: 1070px) {
      .page-header .menu-wrapper {
        letter-spacing: 0.6px; } }
    @media (max-width: 991px) {
      .page-header .menu-wrapper {
        margin-left: 110px;
        font-size: 14px;
        letter-spacing: 1.2px; } }
    @media (max-width: 500px) {
      .page-header .menu-wrapper {
        margin-left: 0; } }
    .page-header .menu-wrapper .navbar {
      padding: 0; }
      .page-header .menu-wrapper .navbar .nav-link {
        padding: 0 45px;
        line-height: 96px;
        border-right: 1px solid #d9d9d9;
        white-space: nowrap; }
        @media (max-width: 1800px) {
          .page-header .menu-wrapper .navbar .nav-link {
            padding: 0 40px; } }
        @media (max-width: 1650px) {
          .page-header .menu-wrapper .navbar .nav-link {
            padding: 0 35px; } }
        @media (max-width: 1530px) {
          .page-header .menu-wrapper .navbar .nav-link {
            padding: 0 30px; } }
        @media (max-width: 1460px) {
          .page-header .menu-wrapper .navbar .nav-link {
            padding: 0 25px; } }
        @media (max-width: 1340px) {
          .page-header .menu-wrapper .navbar .nav-link {
            padding: 0 20px; } }
        @media (max-width: 1260px) {
          .page-header .menu-wrapper .navbar .nav-link {
            padding: 0 15px; } }
        @media (max-width: 1070px) {
          .page-header .menu-wrapper .navbar .nav-link {
            padding: 0 12px; } }
        @media (max-width: 991px) {
          .page-header .menu-wrapper .navbar .nav-link {
            line-height: 50px;
            border: 0;
            color: #000; } }
      .page-header .menu-wrapper .navbar li:first-child .nav-link {
        border-left: 1px solid #d9d9d9; }
      .page-header .menu-wrapper .navbar .dropdown-menu {
        margin: 0;
        width: 100vw;
        height: 91px;
        padding: 0;
        border: 0;
        background-color: #e5e6e7;
        line-height: 91px;
        font-size: inherit; }
        @media (max-width: 1350px) {
          .page-header .menu-wrapper .navbar .dropdown-menu {
            height: 60px;
            line-height: 60px; } }
        @media (max-width: 991px) {
          .page-header .menu-wrapper .navbar .dropdown-menu {
            display: block;
            height: auto;
            line-height: 50px;
            background-color: transparent; } }
        .page-header .menu-wrapper .navbar .dropdown-menu li {
          width: 100%;
          margin-left: 0 !important; }
        .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
          display: inline-block;
          width: auto;
          padding: 0 45px; }
          .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item.active, .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item:active {
            background-color: #d13c32; }
          @media (max-width: 1800px) {
            .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
              padding: 0 30px; } }
          @media (max-width: 1650px) {
            .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
              padding: 0 25px;
              font-size: 13px;
              letter-spacing: 1.4px; } }
          @media (max-width: 1500px) {
            .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
              padding: 0 20px;
              letter-spacing: 1.3px; } }
          @media (max-width: 1350px) {
            .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
              padding: 0 15px;
              font-size: 12px;
              letter-spacing: 1px; } }
          @media (max-width: 1200px) {
            .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
              padding: 0 10px;
              font-size: 11px;
              letter-spacing: 0.5px; } }
          @media (max-width: 1050px) {
            .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
              padding: 0 5px; } }
          @media (max-width: 991px) {
            .page-header .menu-wrapper .navbar .dropdown-menu .dropdown-item {
              display: block;
              padding: 0 20px 0 40px; } }
      .page-header .menu-wrapper .navbar .search-form {
        white-space: nowrap;
        margin-right: 20px; }
        @media (max-width: 1400px) {
          .page-header .menu-wrapper .navbar .search-form {
            margin-right: 10px; } }
        @media (max-width: 991px) {
          .page-header .menu-wrapper .navbar .search-form {
            margin-right: 0px;
            margin-left: 20px; } }
        .page-header .menu-wrapper .navbar .search-form .search-field {
          border: 0;
          background: transparent;
          letter-spacing: 1.5px;
          text-transform: uppercase;
          outline: none; }
          @media (max-width: 1400px) {
            .page-header .menu-wrapper .navbar .search-form .search-field {
              width: 100px; } }
        .page-header .menu-wrapper .navbar .search-form .search-submit {
          border: 0;
          background: transparent;
          cursor: pointer;
          outline: none;
          font-size: 20px;
          position: relative;
          top: 3px;
          margin-right: 10px; }
          @media (max-width: 1260px) {
            .page-header .menu-wrapper .navbar .search-form .search-submit {
              margin-right: 0px; } }
    .page-header .menu-wrapper .dropdown-toggle::after {
      display: none; }
    .page-header .menu-wrapper .dropdown:hover > .dropdown-menu {
      display: block; }
  .page-header .social-links .social-link {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    margin-left: 9px;
    transition: all 252ms; }
    .page-header .social-links .social-link:hover {
      color: #001d4a;
      background-color: #fff;
    }
    @media (max-width: 400px) {
      .page-header .social-links .social-link {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-left: 6px; } }

.page-footer {
  padding-top: 60px;
  color: #fff;
  font-size: 12px;
  overflow: hidden; }
  .page-footer .section-newsletter {
    position: relative;
    background-color: #e73d30;
    margin-top: 80px;
    font-size: 14px;
    padding-top: 60px;
    padding-bottom: 60px; }
    body[data-text-size="1"] .page-footer .section-newsletter {
      font-size: 17px;
      line-height: 20px; }
    body[data-text-size="2"] .page-footer .section-newsletter {
      font-size: 20px;
      line-height: 23px; }
    body[data-text-size="3"] .page-footer .section-newsletter {
      font-size: 23px;
      line-height: 26px; }
    .page-footer .section-newsletter .decor {
      width: 100%;
      height: 80px;
      position: absolute;
      top: -80px;
      left: 0;
      background-image: url(../img/footer-newsletter-border.png);
      background-size: 100% 100%; }
    .page-footer .section-newsletter .wpcf7-form {
      position: relative; }
    .page-footer .section-newsletter .wpcf7-form-control {
      color: #fff; }
    .page-footer .section-newsletter input.wpcf7-submit {
      box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.2);
      color: #fff;
      background-color: transparent;
      background-image: initial; }
    .page-footer .section-newsletter .field-submit {
      position: absolute;
      top: 72px;
      right: 0; }
      @media (max-width: 1399px) {
        .page-footer .section-newsletter .field-submit {
          position: static;
          margin-top: 20px; } }
    .page-footer .section-newsletter .newsletter-text {
      max-width: 480px;
      line-height: 22px; }
      .page-footer .section-newsletter .newsletter-text h2 {
        margin-bottom: 19px; }
    .page-footer .section-newsletter .field-name {
      margin-bottom: 25px; }
  .page-footer .section-contact {
    background-color: #11274a;
    padding: 43px 0; }
    .page-footer .section-contact .links {
      text-transform: uppercase;
      font-family: "Highway Gothic Wide", sans-serif;
      margin-top: 30px; }
      @media (max-width: 1199px) {
        .page-footer .section-contact .links {
          margin-top: 10px; } }
      .page-footer .section-contact .links a {
        color: inherit; }
      .page-footer .section-contact .links > div {
        display: inline-block; }
        @media (max-width: 575px) {
          .page-footer .section-contact .links > div {
            display: block; } }
    .page-footer .section-contact .contact-links {
      letter-spacing: 1.1px;
      margin-right: 30px; }
      @media (max-width: 575px) {
        .page-footer .section-contact .contact-links {
          margin-right: 0px;
          margin-top: 15px;
          margin-bottom: 15px; } }
      .page-footer .section-contact .contact-links svg {
        font-size: 15px;
        vertical-align: -3px;
        margin-right: 8px; }
      .page-footer .section-contact .contact-links a {
        margin-right: 33px; }
        @media (max-width: 575px) {
          .page-footer .section-contact .contact-links a {
            margin-right: 0px; } }
    @media (max-width: 1199px) {
      .page-footer .section-contact .social-links {
        margin-top: 10px; } }
    .page-footer .section-contact .social-links .social-link {
      display: inline-block;
      width: 33px;
      height: 33px;
      text-align: center;
      line-height: 33px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 100%;
      margin-left: 22px; }
      @media (max-width: 1199px) {
        .page-footer .section-contact .social-links .social-link {
          margin-left: 0px;
          margin-right: 22px; } }
      @media (max-width: 575px) {
        .page-footer .section-contact .social-links .social-link {
          margin: 0 10px; } }
  .page-footer .section-footer {
    background-color: #001d4a;
    padding-top: 70px;
    padding-bottom: 62px;
    color: rgba(255, 255, 255, 0.5); }
    .page-footer .section-footer a {
      color: inherit; }
    .page-footer .section-footer h4 {
      font-size: 12px;
      font-family: "Highway Gothic Wide", sans-serif;
      text-transform: uppercase;
      color: #fff; }
    .page-footer .section-footer .bottom-bar-wrapper {
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-left: 0;
      border-right: 0;
      padding: 24px 0;
      line-height: 11px;
      margin-top: 40px; }
      @media (max-width: 767px) {
        .page-footer .section-footer .bottom-bar-wrapper {
          line-height: 20px; } }
      .page-footer .section-footer .bottom-bar-wrapper .copyright {
        display: inline-block; }
      .page-footer .section-footer .bottom-bar-wrapper .menu-footer-menu-container {
        display: inline-block; }
        .page-footer .section-footer .bottom-bar-wrapper .menu-footer-menu-container .menu {
          padding: 0;
          margin: 0;
          list-style: none; }
          .page-footer .section-footer .bottom-bar-wrapper .menu-footer-menu-container .menu .menu-item {
            display: inline-block;
            padding-left: 24px;
            margin-left: 20px;
            border-left: 1px solid rgba(255, 255, 255, 0.2); }
            @media (max-width: 991px) {
              .page-footer .section-footer .bottom-bar-wrapper .menu-footer-menu-container .menu .menu-item {
                padding-left: 13px;
                margin-left: 10px; } }
    .page-footer .section-footer .website-author img {
      margin-left: 8px; }
    .page-footer .section-footer .apps .apps-inner {
      display: inline-block; }
    .page-footer .section-footer .apps .app-links a:first-child {
      margin-right: 19px; }
    .page-footer .section-footer .apps h4 {
      margin-bottom: 30px; }

.breadcrumb {
  height: 30px;
  line-height: 30px;
  background: transparent;
  background-image: url(../img/breadcrumb-bg-alt.png);
  background-size: 100% 100%;
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 12px;
  font-family: "Highway Gothic", sans-serif;
  text-transform: uppercase;
  color: rgba(41, 39, 40, 0.4);
  display: inline-block;
  padding: 0 24px;
  margin: 0;
  margin-top: 54px;
  border-radius: 0; }
  .breadcrumb .item {
    margin-right: 36px; }
    .breadcrumb .item:last-child {
      margin-right: 0;
      color: #292728; }
    .breadcrumb .item a {
      color: inherit; }

.content-area {
  margin-top: 47px;
  position: relative;
  z-index: 3; }
  .content-area h1, .content-area .h1 {
    font-size: 30px;
    margin-bottom: 50px;
    letter-spacing: 0.1em; }
  .content-area .quote {
    font-family: "Fibre", sans-serif;
    font-size: 40px;
    color: #e73d30;
    position: relative;
    letter-spacing: 1.2px;
    top: 20px;
    left: 30px; }
    @media (max-width: 1199px) {
      .content-area .quote {
        font-size: 30px;
        letter-spacing: 1px;
        top: 15px;
        line-height: 18px; } }
    @media (max-width: 991px) {
      .content-area .quote {
        font-size: 25px;
        letter-spacing: 0.5px;
        top: 10px;
        line-height: 12px; } }
    @media (max-width: 767px) {
      .content-area .quote {
        left: 0;
        top: 0; } }
    .content-area .quote:after, .content-area .quote:before {
      content: '"';
      font-size: 570px;
      position: absolute;
      opacity: 0.1; }
      @media (max-width: 1199px) {
        .content-area .quote:after, .content-area .quote:before {
          font-size: 470px; } }
      @media (max-width: 991px) {
        .content-area .quote:after, .content-area .quote:before {
          font-size: 370px; } }
    .content-area .quote:before {
      top: 31px;
      left: -46px; }
    .content-area .quote:after {
      bottom: -39px;
      right: -117px; }
  .content-area .metaslider .caption {
    font-style: italic;
    font-size: 12px;
    margin-top: 15px; }
  .content-area .metaslider .caption-wrap {
    position: static;
    background: transparent;
    color: inherit;
    opacity: 1; }
  .content-area .metaslider .flexslider {
    margin-bottom: 20px; }
  .content-area .metaslider .flex-control-nav {
    bottom: -10px; }
  .content-area .metaslider .flex-control-paging li a {
    width: 13px;
    height: 13px;
    background: transparent;
    border: 1px solid #e73d30;
    margin: 0 4px; }
    .content-area .metaslider .flex-control-paging li a.flex-active {
      background-color: #e73d30; }

.side-ads {
  text-align: right;
  margin-top: 53px; }
  .side-ads .ad-wrapper {
    display: inline-block;
    width: 160px;
    height: 600px;
    margin-bottom: 33px;
    text-align: center;
    line-height: 600px; }

.ad-placeholder {
  border: 1px solid #8a8888;
  width: 100%;
  height: 100%; }

.page-template-template-standard .content-area {
  max-width: 978px; }

.page-banner {
  width: 100%;
  height: 720px;
  background-size: cover;
  background-position: 50% 70%;
  position: relative; }
  @media (max-width: 1199px) {
    .page-banner {
      height: 500px; } }
  .page-banner:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/banner-mask.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1; }
  .page-banner .breadcrumb-wrapper {
    position: absolute;
    width: 100%;
    top: 54px;
    left: 0;
    z-index: 1; }
  .page-banner .breadcrumb {
    background-image: url(../img/breadcrumb-bg.png);
    margin: 0; }

.event {
  width: 375px;
  max-width: 100%;
  display: inline-block;
  text-align: left; }
  .event .image {
    height: 300px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1199px) {
      .event .image {
        height: 250px; } }
  .event .infos {
    background-image: url(../img/event-info-bg.png);
    background-position: top left;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    height: 261px;
    margin-top: -100px;
    padding: 100px 35px 0 35px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Highway Gothic", sans-serif;
    line-height: 22px; }
    @media (max-width: 576px) {
      .event .infos {
        height: auto;
        padding-bottom: 20px; } }
  .event .title {
    font-size: 18px;
    margin-top: 27px;
    margin-bottom: 20px;
    letter-spacing: 1.5px; }
  .event .link-wrapper {
    height: 80px;
    background-color: #113552;
    text-align: center;
    position: relative;
    top: -1px;
    padding-top: 23px; }
  .event.featured {
    width: 610px;
    max-width: 100%; }
    .event.featured .image {
      height: 410px; }
      @media (max-width: 1199px) {
        .event.featured .image {
          height: 350px; } }
    .event.featured .infos {
      background-image: url(../img/event-featured-info-bg.jpg);
      height: 153px;
      top: 0;
      padding-top: 0; }
      @media (max-width: 576px) {
        .event.featured .infos {
          height: auto;
          padding-top: 30px; } }
      .event.featured .infos:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        margin-left: -0.25em; }
      .event.featured .infos .label {
        height: 31px;
        line-height: 31px;
        position: absolute;
        background-image: url(../img/event-featured-label-bg.png);
        background-position: top left;
        background-size: 100% 100%;
        font-family: "Fibre", sans-serif;
        text-transform: uppercase;
        left: 28px;
        top: -15px;
        padding: 0 25px;
        letter-spacing: 1.8px; }
      .event.featured .infos .title {
        display: inline-block;
        vertical-align: middle;
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 24px; }
      .event.featured .infos .date-link {
        margin-top: 42px; }
        @media (max-width: 576px) {
          .event.featured .infos .date-link {
            margin-top: 0px; } }
      .event.featured .infos .button, .event.featured .infos .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .event.featured .infos .button, .event.featured .infos .woocommerce-page ul.products li.product .button, .woocommerce-page ul.products li.product .event.featured .infos .button, .event.featured .infos #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .event.featured .infos a.checkout-button, .event.featured .infos .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .event.featured .infos a.checkout-button, .event.featured .infos .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .event.featured .infos a.checkout-button {
        margin-top: 18px; }

.events {
  margin-bottom: -92px; }
  @media (max-width: 1399px) {
    .events {
      margin-bottom: -20px; } }
  .events .col:nth-child(3n-1) .event {
    margin-left: 20px; }
    @media (max-width: 1399px) {
      .events .col:nth-child(3n-1) .event {
        margin-left: 0; } }
  .events .col:nth-child(3n) {
    text-align: right; }
  @media (max-width: 767px) {
    .events .col {
      text-align: center !important; } }
  .events .event {
    margin-bottom: 92px; }
    @media (max-width: 1399px) {
      .events .event {
        margin-bottom: 20px; } }

.featured-events .col:nth-child(2n) {
  text-align: right; }
@media (max-width: 991px) {
  .featured-events .col {
    text-align: center !important;
    margin-bottom: 20px; } }

.page-template-template-events .filters {
  margin: 35px 0; }

.blog .blog-post, .search-results .blog-post {
  margin-bottom: 115px;
  position: relative; }
  @media (max-width: 576px) {
    .blog .blog-post, .search-results .blog-post {
      margin-bottom: 60px; } }
  .blog .blog-post .image, .search-results .blog-post .image {
    width: 480px;
    max-width: 50%;
    height: 375px;
    float: left; }
    @media (max-width: 991px) {
      .blog .blog-post .image, .search-results .blog-post .image {
        float: none;
        max-width: 100%;
        width: 100%;
        overflow: hidden; } }
    @media (max-width: 576px) {
      .blog .blog-post .image, .search-results .blog-post .image {
        height: auto; } }
    .blog .blog-post .image img, .search-results .blog-post .image img {
      width: 100%; }
  .blog .blog-post .content, .search-results .blog-post .content {
    margin-left: 560px;
    padding-right: 50px;
    padding-top: 32px; }
    @media (max-width: 1199px) {
      .blog .blog-post .content, .search-results .blog-post .content {
        margin-left: calc(50% + 30px); } }
    @media (max-width: 991px) {
      .blog .blog-post .content, .search-results .blog-post .content {
        margin-left: 0;
        padding-left: 30px;
        padding-bottom: 20px; } }
    @media (max-width: 576px) {
      .blog .blog-post .content, .search-results .blog-post .content {
        padding-right: 0px;
        padding-left: 0px; } }
  .blog .blog-post .decor, .search-results .blog-post .decor {
    opacity: 0.2; }
    @media (max-width: 991px) {
      .blog .blog-post .decor, .search-results .blog-post .decor {
        display: none; } }
    .blog .blog-post .decor .top, .blog .blog-post .decor .right, .blog .blog-post .decor .bottom, .search-results .blog-post .decor .top, .search-results .blog-post .decor .right, .search-results .blog-post .decor .bottom {
      position: absolute;
      background-size: 100% 100%; }
    .blog .blog-post .decor .top, .search-results .blog-post .decor .top {
      top: -62px;
      right: 40px;
      width: 916px;
      height: 62px;
      background-image: url(../img/blog-post-decor-top.png); }
    .blog .blog-post .decor .right, .search-results .blog-post .decor .right {
      bottom: 20px;
      right: -114px;
      width: 114px;
      height: 298px;
      background-image: url(../img/blog-post-decor-right.png); }
    .blog .blog-post .decor .bottom, .search-results .blog-post .decor .bottom {
      bottom: -49px;
      right: 20px;
      width: 858px;
      height: 49px;
      background-image: url(../img/blog-post-decor-bottom.png); }
  .blog .blog-post .post-title, .search-results .blog-post .post-title {
    display: none; }

.blog .blog-post .meta, .single-post .meta {
  margin-bottom: 22px; }
  .blog .blog-post .meta .author .avatar, .single-post .meta .author .avatar {
    border-radius: 100%; }
    @media (max-width: 430px) {
      .blog .blog-post .meta .author .avatar, .single-post .meta .author .avatar {
        display: none; } }
  .blog .blog-post .meta .author .name, .single-post .meta .author .name {
    font-weight: 700;
    margin-left: 20px; }
    @media (max-width: 430px) {
      .blog .blog-post .meta .author .name, .single-post .meta .author .name {
        margin-left: 0px; } }
  .blog .blog-post .meta .date, .single-post .meta .date {
    font-weight: 700;
    line-height: 88px; }
    @media (max-width: 430px) {
      .blog .blog-post .meta .date, .single-post .meta .date {
        line-height: inherit; } }

.blog-navigation {
  font-size: 12px;
  font-family: "Highway Gothic", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }
  .blog-navigation a {
    color: inherit; }

.search-results .blog-post {
  margin-bottom: 50px; }
  .search-results .blog-post .meta {
    display: none !important; }
  .search-results .blog-post .image {
    display: none; }
  .search-results .blog-post .content {
    margin-left: 0; }
  .search-results .blog-post .post-title {
    display: block; }
  .search-results .blog-post .decor {
    display: none; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0;
  margin-bottom: 115px;
  position: relative;
  float: none !important;
  width: auto; }
  .woocommerce ul.products li.product .image, .woocommerce-page ul.products li.product .image {
    width: 480px;
    height: 375px;
    float: left;
    text-align: center; }
    @media (max-width: 1399px) {
      .woocommerce ul.products li.product .image, .woocommerce-page ul.products li.product .image {
        max-width: 40%;
        height: auto; } }
    @media (max-width: 991px) {
      .woocommerce ul.products li.product .image, .woocommerce-page ul.products li.product .image {
        max-width: 100%;
        height: auto;
        float: none; } }
    .woocommerce ul.products li.product .image img, .woocommerce-page ul.products li.product .image img {
      height: 100%;
      width: auto;
      max-width: 100%; }
      @media (max-width: 1399px) {
        .woocommerce ul.products li.product .image img, .woocommerce-page ul.products li.product .image img {
          width: 100%;
          height: auto; } }
  .woocommerce ul.products li.product .content, .woocommerce-page ul.products li.product .content {
    margin-left: 530px;
    padding-right: 30px;
    padding-top: 32px;
    position: relative;
    z-index: 1; }
    @media (max-width: 1399px) {
      .woocommerce ul.products li.product .content, .woocommerce-page ul.products li.product .content {
        margin-left: calc(40% + 30px); } }
    @media (max-width: 991px) {
      .woocommerce ul.products li.product .content, .woocommerce-page ul.products li.product .content {
        margin-left: 0; } }
  .woocommerce ul.products li.product .button, .woocommerce ul.products li.product #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .woocommerce ul.products li.product a.checkout-button, .woocommerce ul.products li.product .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce ul.products li.product a.checkout-button, .woocommerce ul.products li.product .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce ul.products li.product a.checkout-button, .woocommerce-page ul.products li.product .button, .woocommerce-page ul.products li.product #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .woocommerce-page ul.products li.product a.checkout-button, .woocommerce-page ul.products li.product .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-page ul.products li.product a.checkout-button, .woocommerce-page ul.products li.product .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-page ul.products li.product a.checkout-button {
    margin-top: 10px; }
  .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    color: inherit;
    font-size: 24px;
    font-family: "Fibre", sans-serif; }
  .woocommerce ul.products li.product .meta, .woocommerce-page ul.products li.product .meta {
    margin-bottom: 17px; }
  .woocommerce ul.products li.product .add-to-cart, .woocommerce-page ul.products li.product .add-to-cart {
    text-align: right; }
    @media (max-width: 420px) {
      .woocommerce ul.products li.product .add-to-cart, .woocommerce-page ul.products li.product .add-to-cart {
        text-align: left; } }
    .woocommerce ul.products li.product .add-to-cart .quantity, .woocommerce-page ul.products li.product .add-to-cart .quantity {
      float: left;
      position: relative; }
      @media (max-width: 420px) {
        .woocommerce ul.products li.product .add-to-cart .quantity, .woocommerce-page ul.products li.product .add-to-cart .quantity {
          float: none;
          margin-bottom: 15px; } }
      .woocommerce ul.products li.product .add-to-cart .quantity .more, .woocommerce ul.products li.product .add-to-cart .quantity .less, .woocommerce-page ul.products li.product .add-to-cart .quantity .more, .woocommerce-page ul.products li.product .add-to-cart .quantity .less {
        display: block;
        width: 38px;
        height: 35px;
        position: absolute;
        top: 8px;
        background: url(../img/cart-quantity-border.png);
        color: #d4d4d4;
        font-family: "Highway Gothic", sans-serif;
        text-align: center;
        cursor: pointer;
        transition: all 250ms; }
        .woocommerce ul.products li.product .add-to-cart .quantity .more:hover, .woocommerce ul.products li.product .add-to-cart .quantity .less:hover, .woocommerce-page ul.products li.product .add-to-cart .quantity .more:hover, .woocommerce-page ul.products li.product .add-to-cart .quantity .less:hover {
          color: #aaa; }
      .woocommerce ul.products li.product .add-to-cart .quantity .more, .woocommerce-page ul.products li.product .add-to-cart .quantity .more {
        font-size: 30px;
        line-height: 34px;
        left: 80px; }
      .woocommerce ul.products li.product .add-to-cart .quantity .less, .woocommerce-page ul.products li.product .add-to-cart .quantity .less {
        font-size: 35px;
        line-height: 35px;
        left: 120px; }
      .woocommerce ul.products li.product .add-to-cart .quantity .input-text, .woocommerce-page ul.products li.product .add-to-cart .quantity .input-text {
        width: 63px;
        height: 47px;
        font-size: 25px;
        font-family: "Fibre", sans-serif;
        color: #666;
        padding: 0;
        text-align: center;
        border: 0;
        box-shadow: 0 6px 50px 5px #dedede; }
        .woocommerce ul.products li.product .add-to-cart .quantity .input-text::-webkit-outer-spin-button, .woocommerce ul.products li.product .add-to-cart .quantity .input-text::-webkit-inner-spin-button, .woocommerce-page ul.products li.product .add-to-cart .quantity .input-text::-webkit-outer-spin-button, .woocommerce-page ul.products li.product .add-to-cart .quantity .input-text::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .woocommerce ul.products li.product .add-to-cart .quantity .input-text::-webkit-textfield-decoration-container, .woocommerce-page ul.products li.product .add-to-cart .quantity .input-text::-webkit-textfield-decoration-container {
          position: relative;
          top: -4px; }
    .woocommerce ul.products li.product .add-to-cart .variations label, .woocommerce-page ul.products li.product .add-to-cart .variations label {
      margin-right: 10px;
      margin-bottom: 0; }
    .woocommerce ul.products li.product .add-to-cart .variations .reset_variations, .woocommerce-page ul.products li.product .add-to-cart .variations .reset_variations {
      display: none; }
  .woocommerce ul.products li.product .decor, .woocommerce-page ul.products li.product .decor {
    opacity: 0.2; }
    @media (max-width: 991px) {
      .woocommerce ul.products li.product .decor, .woocommerce-page ul.products li.product .decor {
        display: none; } }
    .woocommerce ul.products li.product .decor .top, .woocommerce ul.products li.product .decor .bottom-right, .woocommerce-page ul.products li.product .decor .top, .woocommerce-page ul.products li.product .decor .bottom-right {
      position: absolute;
      background-size: 100% 100%; }
    .woocommerce ul.products li.product .decor .top, .woocommerce-page ul.products li.product .decor .top {
      top: -64px;
      right: 60px;
      width: 959px;
      height: 64px;
      background-image: url(../img/product-decor-top.png); }
    .woocommerce ul.products li.product .decor .bottom-right, .woocommerce-page ul.products li.product .decor .bottom-right {
      bottom: -71px;
      right: -97px;
      width: 1338px;
      height: 398px;
      background-image: url(../img/product-decor-bottom-right.png);
      z-index: 0; }

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto; }

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  text-align: right; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  flex: none;
  max-width: 100%; }

.interactive-map-wrapper .header h1, .interactive-map-wrapper .header .h1 {
  font-size: 24px; margin: 0; }
  .interactive-map-wrapper .header {
    margin-bottom: 10px;
  }
  .interactive-map-wrapper .header .col{
    margin-bottom: 20px;
  }
.interactive-map-wrapper .itinerary-list .title {
  width: 453px;
  max-width: 100%;
  height: 47px;
  background-image: url(../img/select-bg-important.png);
  background-size: 100% 100%;
  font-size: 24px;
  font-family: "Fibre", sans-serif;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff;
  position: relative;
  letter-spacing: 2px; }
  @media (max-width: 1199px) {
    .interactive-map-wrapper .itinerary-list .title {
      font-size: 20px; } }
  .interactive-map-wrapper .itinerary-list .title:after {
    display: none;
    content: '\f107';
    font-family: "Font Awesome 5 Solid"; }
  .interactive-map-wrapper .itinerary-list .title svg {
    position: absolute;
    top: 10px;
    right: 30px; }
    @media (max-width: 1199px) {
      .interactive-map-wrapper .itinerary-list .title svg {
        top: 13px;
        right: 20px; } }
.interactive-map-wrapper .itinerary-list .itinerary-point {
  letter-spacing: 1px;
  margin-bottom: 10px; }
  .interactive-map-wrapper .itinerary-list .itinerary-point .name {
    margin-left: 15px; }
.interactive-map-wrapper .interactive-map {
  height: 1075px;
  max-height: 90vh;
  position: relative; }
  .interactive-map-wrapper .interactive-map .map {
    height: 100%; }
.interactive-map-wrapper .interactive-map .marker-desc {
  margin: 5px;
  max-width: 300px;
}
  .interactive-map-wrapper .interactive-map .marker-desc .info-button {
    text-transform: none;
    font-size: 18px;
    width: 33px;
    min-width: 33px;
    padding: 0;
    position: relative;
    top: 2px;
    margin-left: 18px; }
    .interactive-map-wrapper .interactive-map .marker-desc .info-button span {
      width: 22px;
      height: 22px;
      border: 1px solid #fff;
      border-radius: 100%;
      display: inline-block;
      line-height: 20px; }
  .interactive-map-wrapper .interactive-map .filters-box {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 5;
    font-family: "Fibre", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 30px;
    width: 240px;
    transition: all 250ms; }
    .interactive-map-wrapper .interactive-map .filters-box:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 35px;
      background-image: url(../img/map-filter-box-bottom.png);
      bottom: -35px;
      left: 0;
      background-size: 100% 100%; }
    .interactive-map-wrapper .interactive-map .filters-box.collapsed {
      left: -240px; }
    .interactive-map-wrapper .interactive-map .filters-box .title {
      font-size: 24px;
      margin-top: 10px;
      margin-bottom: 28px; }
    .interactive-map-wrapper .interactive-map .filters-box .filter {
      margin-bottom: 4px;
      opacity: 0.5;
      cursor: pointer;
      transition: all 250ms; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.active {
        opacity: 1; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.fuel {
        color: #e73c2f; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.phone {
        color: #eb6358; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.art {
        color: #f5b333; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.nature {
        color: #f8d185; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.resort {
        color: #68a843; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.caravan {
        color: #85b869; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.hotel {
        color: #144697; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.camp {
        color: #11274a; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.heritage {
        color: #532145; }
      .interactive-map-wrapper .interactive-map .filters-box .filter.dinosaur {
        color: #a0307e; }
      .interactive-map-wrapper .interactive-map .filters-box .filter img {
        height: 27px;
        width: auto;
        margin-right: 7px; }
    .interactive-map-wrapper .interactive-map .filters-box .legends {
      margin-top: 33px; }
    .interactive-map-wrapper .interactive-map .filters-box .legend {
      margin-bottom: 12px;
      font-size: 12px; }
      .interactive-map-wrapper .interactive-map .filters-box .legend.sealed .color {
        background-color: #6abd45; }
      .interactive-map-wrapper .interactive-map .filters-box .legend.gravel .color {
        background-color: #e73d30; }
      .interactive-map-wrapper .interactive-map .filters-box .legend.fourwd .color {
        background-color: #5596ff; }
        .interactive-map-wrapper .interactive-map .filters-box .legend.fourwd {
          display: none;
        }
      .interactive-map-wrapper .interactive-map .filters-box .legend .color {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: red;
        vertical-align: top;
        margin-right: 20px; }
      .interactive-map-wrapper .interactive-map .filters-box .legend .name {
        max-width: 130px;
        display: inline-block;
        line-height: 17px;
        vertical-align: top; }
    .interactive-map-wrapper .interactive-map .filters-box .collapse-button {
      width: 45px;
      height: 142px;
      background-image: url(../img/map-filter-button.png);
      background-size: 100%;
      position: absolute;
      top: -8px;
      right: -45px;
      cursor: pointer; }

.distance-calculator-wrapper {
  margin-top: 100px; }
  .distance-calculator-wrapper .calculator-form {
    margin-top: 35px; }
    .distance-calculator-wrapper .calculator-form label {
      font-size: 18px;
      font-family: "Fibre", sans-serif;
      text-transform: uppercase;
      display: block; }
    .distance-calculator-wrapper .calculator-form .jcf-select {
      background-image: url(../img/select-bg-white.png);
      box-shadow: 0 7px 15px 0px #dcdcdc;
      width: 479px;
      max-width: 100%;
      height: 47px;
      line-height: 42px; }
    .distance-calculator-wrapper .calculator-form .field-group {
      margin-bottom: 14px; }
    .distance-calculator-wrapper .calculator-form .field-submit {
      margin-top: 35px; }
  .distance-calculator-wrapper .distance-calculator-result {
    opacity: 0;
    transition: all 250ms;
    margin-top: 35px; }
    .distance-calculator-wrapper .distance-calculator-result.active {
      opacity: 1; }
    .distance-calculator-wrapper .distance-calculator-result .item {
      margin-bottom: 20px; }
    .distance-calculator-wrapper .distance-calculator-result h3 {
      margin-bottom: 24px; }

.wpcf7 .wpcf7-text,
.wpcf7-like .wpcf7-text {
  width: 453px;
  max-width: 100%;
  height: 47px;
  background-image: url(../img/textfield-alt.png);
  background-size: 100% 100%;
  font-size: 19px;
  font-family: "Highway Gothic", sans-serif;
  text-transform: uppercase;
  line-height: 47px;
  background-color: transparent;
  border: 0;
  padding: 0 40px;
  color: #fff; }
.wpcf7 .wpcf7-textarea,
.wpcf7-like .wpcf7-textarea {
  width: 453px;
  max-width: 100%;
  background-image: url(../img/textarea-alt.png);
  background-size: 100% 100%;
  font-size: 19px;
  font-family: "Highway Gothic", sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 12px 40px;
  color: #fff; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: inherit; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: inherit;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: inherit;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: inherit; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: inherit; }

::placeholder {
  /* Most modern browsers support this now. */
  color: inherit; }

.home {
  color: #12284a;
  line-height: 22px; }
  .home h2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
    margin-bottom: 63px; }
  .home .page-banner {
    height: 1100px;
    position: relative;
    max-height: 90vh; }
    .home .page-banner:after {
      background-image: url(../img/home-banner-mask.png);
      bottom: -38%; }
      @media (max-width: 1650px) {
        .home .page-banner:after {
          bottom: -33%; } }
      @media (max-width: 1500px) {
        .home .page-banner:after {
          bottom: -30%; } }
      @media (max-width: 1300px) {
        .home .page-banner:after {
          bottom: -26%; } }
      @media (max-width: 1150px) {
        .home .page-banner:after {
          bottom: -26%; } }
      @media (max-width: 1000px) {
        .home .page-banner:after {
          bottom: -15%; } }
      @media (max-width: 670px) {
        .home .page-banner:after {
          bottom: -10%; } }
    .home .page-banner h1, .home .page-banner .h1 {
      width: 640px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -341px;
      margin-top: -140px;
      font-size: 80px;
      color: #fff;
      line-height: 80px; }
      @media (max-width: 991px) {
        .home .page-banner h1, .home .page-banner .h1 {
          width: 90%;
          left: 5%;
          margin-left: 0;
          font-size: 78px;
          line-height: 80px; } }
      @media (max-width: 767px) {
        .home .page-banner h1, .home .page-banner .h1 {
          font-size: 68px;
          line-height: 70px; } }
      @media (max-width: 576px) {
        .home .page-banner h1, .home .page-banner .h1 {
          font-size: 48px;
          line-height: 50px;    margin-top: -90px; } }
      @media (max-width: 420px) {
        .home .page-banner h1, .home .page-banner .h1 {
          font-size: 38px;
          line-height: 40px; } }
  .home .section-intro .image {
    margin-top: 25px; }
  .home .section-map {
    height: 791px;
    background-image: url(../img/home-map-bg.png);
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    padding-top: 100px; }
    @media (max-width: 991px) {
      .home .section-map {
        height: auto;
        padding-bottom: 130px; } }
    @media (max-width: 767px) {
      .home .section-map {
        padding-bottom: 80px; } }
    .home .section-map .title-wrapper {
      position: absolute;
      width: 100%;
      left: 0;
      top: 105px;
      text-align: center; }
      @media (max-width: 767px) {
        .home .section-map .title-wrapper {
          top: 60px; } }
      @media (max-width: 576px) {
        .home .section-map .title-wrapper {
          top: 20px; } }
    .home .section-map .map-link {
      position: absolute;
      width: 100%;
      left: 0;
      text-align: center;
      bottom: 160px; }
      @media (max-width: 767px) {
        .home .section-map .map-link {
          bottom: 60px; } }
      @media (max-width: 576px) {
        .home .section-map .map-link {
          bottom: 20px; } }
    @media (max-width: 1399px) {
      .home .section-map .image {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
  .home .section-blocks {
    margin-top: 90px; }
    .home .section-blocks .row {
      position: relative; }
    .home .section-blocks .block {
      width: 517px;
      max-width: 100%;
      height: 374px;
      background-color: #fff;
      text-align: center;
      padding: 30px 60px;
      position: relative;
      z-index: 2;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .home .section-blocks .block {
          height: auto;
          padding: 30px 20px; } }
      .home .section-blocks .block h2 {
        margin-bottom: 28px;
        font-size: 34px; }
      .home .section-blocks .block .button, .home .section-blocks .block .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .home .section-blocks .block .button, .home .section-blocks .block .woocommerce-page ul.products li.product .button, .woocommerce-page ul.products li.product .home .section-blocks .block .button, .home .section-blocks .block #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .home .section-blocks .block a.checkout-button, .home .section-blocks .block .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .home .section-blocks .block a.checkout-button, .home .section-blocks .block .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .home .section-blocks .block a.checkout-button {
        margin-top: 20px; }
    .home .section-blocks .block-bg {
      width: 613px;
      height: 493px;
      display: block;
      position: absolute;
      z-index: 1;
      top: -50px;
      background-image: url(../img/home-block-bg.png);
      left: 50%;
      margin-left: -307px; }
  .home .section-shop {
    height: 715px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 100px;
    color: #fff; }
    .home .section-shop .decor .top, .home .section-shop .decor .bottom {
      position: absolute;
      background-size: 100% 100%;
      left: 0;
      width: 100%; }
    .home .section-shop .decor .top {
      height: 120px;
      top: 0;
      background-image: url(../img/home-shop-border-top.png); }
    .home .section-shop .decor .bottom {
      height: 97px;
      bottom: 0;
      background-image: url(../img/home-shop-border-bottom.png); }
    .home .section-shop .container {
      height: 100%;
      max-width: 978px; }
      .home .section-shop .container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-left: -0.25em; }
      .home .section-shop .container .text {
        display: inline-block;
        vertical-align: middle; }
        .home .section-shop .container .text .inner-content {
          max-width: 90%;
          margin: 0 auto; }

.page-template-template-unearth .locations .location {
  height: 350px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-family: "Fibre", sans-serif;
  text-transform: uppercase;
  background-size: cover;
  position: relative;
  cursor: pointer;
  margin-bottom: 30px; }
  @media (max-width: 1199px) {
    .page-template-template-unearth .locations .location {
      height: 300px;
      font-size: 20px; } }
  @media (max-width: 991px) {
    .page-template-template-unearth .locations .location {
      height: 240px;
      font-size: 20px; } }
  .page-template-template-unearth .locations .location:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-left: -0.25em; }
  .page-template-template-unearth .locations .location .title {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
    max-width: 240px;
    position: relative;
    z-index: 3; }
    @media (max-width: 1199px) {
      .page-template-template-unearth .locations .location .title {
        max-width: 90%;
        letter-spacing: 1.5px; } }
  .page-template-template-unearth .locations .location .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #112a4b;
    opacity: 0.7;
    z-index: 2;
    transition: all 250ms; }
  .page-template-template-unearth .locations .location:hover .overlay {
    opacity: 0; }
.page-template-template-unearth .content-area .links {
  margin-top: 70px; }
.page-template-template-unearth .sort-toggle {
  margin-bottom: 50px; }
  .page-template-template-unearth .sort-toggle .button, .page-template-template-unearth .sort-toggle .woocommerce ul.products li.product .button, .woocommerce ul.products li.product .page-template-template-unearth .sort-toggle .button, .page-template-template-unearth .sort-toggle .woocommerce-page ul.products li.product .button, .woocommerce-page ul.products li.product .page-template-template-unearth .sort-toggle .button, .page-template-template-unearth .sort-toggle #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .page-template-template-unearth .sort-toggle a.checkout-button, .page-template-template-unearth .sort-toggle .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .page-template-template-unearth .sort-toggle a.checkout-button, .page-template-template-unearth .sort-toggle .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .page-template-template-unearth .sort-toggle a.checkout-button, .page-template-template-unearth .sort-toggle .woocommerce input.button.alt, .woocommerce .page-template-template-unearth .sort-toggle input.button.alt {
    margin: 0 15px 10px; }

.fancybox-slide .unearth-location-popup {
  width: 1310px;
  max-width: 90vw;
  padding: 0;
  height: 90%; }
  .fancybox-slide .unearth-location-popup .left, .fancybox-slide .unearth-location-popup .right {
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 767px) {
      .fancybox-slide .unearth-location-popup .left, .fancybox-slide .unearth-location-popup .right {
        width: 100% !important; } }
  .fancybox-slide .unearth-location-popup .left {
    width: 47.33%;
    background-color: #001d4a;
    height: 100%; }

  .fancybox-slide .unearth-location-popup .left.popup-tours {
          color: #fff;
          padding: 40px;
  }

  .fancybox-slide .unearth-location-popup .right {
    width: 52.67%;
    padding: 31px 23px 10px 44px;
    height: 100%;
    overflow-x: auto; }
    @media (max-width: 767px) {
        .fancybox-slide .unearth-location-popup .left.popup-tours{ display: none; }
      .fancybox-slide .unearth-location-popup .right {
        height: auto; } }
    .fancybox-slide .unearth-location-popup .right h2 {
      font-size: 35px;
      margin-bottom: 36px; }
  .fancybox-slide .unearth-location-popup .slider {
    height: calc(100% - 150px); }
    .fancybox-slide .unearth-location-popup .slider .slick-list, .fancybox-slide .unearth-location-popup .slider .slick-track {
      height: 100%; }
    .fancybox-slide .unearth-location-popup .slider .image {
      background-size: cover;
      background-position: center;
      height: 100%;
      width: 100%; }
    .fancybox-slide .unearth-location-popup .slider.slick-dotted.slick-slider {
      margin-bottom: 60px; }
  .fancybox-slide .unearth-location-popup .links {
    padding-bottom: 43px; }
  .fancybox-slide .unearth-location-popup .fancybox-close-small {
    top: 15px;
    right: 15px; }
  .fancybox-slide .unearth-location-popup .slick-dots {
    bottom: -35px; }
    .fancybox-slide .unearth-location-popup .slick-dots li {
      width: 12px;
      height: 12px; }
      .fancybox-slide .unearth-location-popup .slick-dots li button {
        border-radius: 100%;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 1px solid #e73c2f;
        margin: 0; }
        .fancybox-slide .unearth-location-popup .slick-dots li button:before {
          display: none; }
      .fancybox-slide .unearth-location-popup .slick-dots li.slick-active button {
        background-color: #e73c2f; }

.itineraries {
  margin-bottom: -92px; }
  @media (max-width: 1399px) {
    .itineraries {
      margin-bottom: -20px; } }
  .itineraries .col:nth-child(3n-1) .itinerary {
    margin-left: 20px; }
    @media (max-width: 1399px) {
      .itineraries .col:nth-child(3n-1) .itinerary {
        margin-left: 0; } }
  .itineraries .col:nth-child(3n) {
    text-align: right; }
    @media (max-width: 767px) {
      .itineraries .col:nth-child(3n) {
        text-align: center !important; } }
  .itineraries .itinerary {
    width: 375px;
    max-width: 100%;
    display: inline-block;
    text-align: left;
    margin-bottom: 92px; }
    @media (max-width: 1399px) {
      .itineraries .itinerary {
        margin-bottom: 20px; } }
    .itineraries .itinerary .image {
      height: 300px;
      background-size: cover;
      background-position: center; }
      @media (max-width: 1199px) {
        .itineraries .itinerary .image {
          height: 220px; } }
    .itineraries .itinerary .infos {
      background: -moz-linear-gradient(top, rgba(18, 43, 76, 0) 0%, rgba(18, 43, 76, 0) 29%, #122b4c 31%, #122b4c 100%) bottom left no-repeat, url(../img/event-info-bg.png) top left no-repeat;
      background: -webkit-linear-gradient(top, rgba(18, 43, 76, 0) 0%, rgba(18, 43, 76, 0) 29%, #122b4c 31%, #122b4c 100%) bottom left no-repeat, url(../img/event-info-bg.png) top left no-repeat;
      background: linear-gradient(to bottom, rgba(18, 43, 76, 0) 0%, rgba(18, 43, 76, 0) 29%, #122b4c 31%, #122b4c 100%) bottom left no-repeat, url(../img/event-info-bg.png) top left no-repeat;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00122b4c', endColorstr='#122b4c',GradientType=0 );
      background-size: 100% auto;
      color: #fff;
      position: relative;
      margin-top: -100px;
      padding: 100px 35px 20px 35px;
      font-size: 12px;
      line-height: 16px; }
      @media (max-width: 1199px) {
        .itineraries .itinerary .infos {
          padding-top: 70px;
          margin-top: -90px; } }
      @media (max-width: 767px) {
        .itineraries .itinerary .infos {
          padding-top: 80px;
          margin-top: -100px; } }
      body[data-text-size="1"] .itineraries .itinerary .infos {
        font-size: 17px;
        line-height: 20px; }
      body[data-text-size="2"] .itineraries .itinerary .infos {
        font-size: 20px;
        line-height: 23px; }
      body[data-text-size="3"] .itineraries .itinerary .infos {
        font-size: 23px;
        line-height: 26px; }
    .itineraries .itinerary .title {
      font-size: 18px;
      margin-top: 27px;
      margin-bottom: 20px;
      letter-spacing: 1.5px; }
    .itineraries .itinerary .link-wrapper {
      height: 80px;
      background-color: #113552;
      text-align: center;
      position: relative;
      top: -1px;
      padding-top: 23px; }
      .itineraries .itinerary .link-wrapper .button svg, .itineraries .itinerary .link-wrapper .woocommerce ul.products li.product .button svg, .woocommerce ul.products li.product .itineraries .itinerary .link-wrapper .button svg, .itineraries .itinerary .link-wrapper .woocommerce-page ul.products li.product .button svg, .woocommerce-page ul.products li.product .itineraries .itinerary .link-wrapper .button svg, .itineraries .itinerary .link-wrapper #add_payment_method .wc-proceed-to-checkout a.checkout-button svg, #add_payment_method .wc-proceed-to-checkout .itineraries .itinerary .link-wrapper a.checkout-button svg, .itineraries .itinerary .link-wrapper .woocommerce-cart .wc-proceed-to-checkout a.checkout-button svg, .woocommerce-cart .wc-proceed-to-checkout .itineraries .itinerary .link-wrapper a.checkout-button svg, .itineraries .itinerary .link-wrapper .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button svg, .woocommerce-checkout .wc-proceed-to-checkout .itineraries .itinerary .link-wrapper a.checkout-button svg {
        margin-right: 8px; }

.community-post-form-wrapper {
  margin-left: 165px; }
  @media (max-width: 1199px) {
    .community-post-form-wrapper {
      margin-left: 0; } }

.community-post-form-wrapper .field-group, .comment-form-wrapper .field-group, .email-itinerary-form .field-group {
  margin-bottom: 10px; }
.community-post-form-wrapper .field-text, .comment-form-wrapper .field-text, .email-itinerary-form .field-text {
  width: 100%;
  height: 47px;
  background-image: url(../img/textfield-alt.png);
  background-size: 100% 100%;
  font-size: 19px;
  font-family: "Highway Gothic", sans-serif;
  text-transform: uppercase;
  line-height: 47px;
  background-color: transparent;
  border: 0;
  padding: 0 40px;
  color: #fff; }
.community-post-form-wrapper .field-textarea, .comment-form-wrapper .field-textarea, .email-itinerary-form .field-textarea {
  width: 100%;
  background-image: url(../img/textarea-alt.png);
  background-size: 100% 100%;
  font-size: 19px;
  font-family: "Highway Gothic", sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 12px 40px;
  min-height: 160px;
  color: #fff; }
.community-post-form-wrapper .left, .comment-form-wrapper .left, .email-itinerary-form .left {
  width: 320px;
  max-width: 100%;
  float: left; }
  @media (max-width: 991px) {
    .community-post-form-wrapper .left, .comment-form-wrapper .left, .email-itinerary-form .left {
      float: none; } }
.community-post-form-wrapper .right, .comment-form-wrapper .right, .email-itinerary-form .right {
  margin-left: 335px; }
  @media (max-width: 991px) {
    .community-post-form-wrapper .right, .comment-form-wrapper .right, .email-itinerary-form .right {
      margin-left: 0; } }

.community-post-list-wrapper .community-post {
  margin-left: 165px;
  max-width: 646px;
  margin-top: 80px; }
  @media (max-width: 767px) {
    .community-post-list-wrapper .community-post {
      margin-left: 90px; } }
  @media (max-width: 576px) {
    .community-post-list-wrapper .community-post {
      margin-left: 0px; } }
  .community-post-list-wrapper .community-post .meta {
    position: relative;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .community-post-list-wrapper .community-post .meta {
        margin-bottom: 20px; } }
    .community-post-list-wrapper .community-post .meta .date, .community-post-list-wrapper .community-post .meta .name {
      font-weight: 700; }
    .community-post-list-wrapper .community-post .meta .avatar {
      width: 101px;
      height: 97px;
      background-image: url(../img/community-avatar.png);
      background-size: 100%;
      position: absolute;
      top: 0;
      left: -164px; }
      @media (max-width: 767px) {
        .community-post-list-wrapper .community-post .meta .avatar {
          left: -120px; } }
      @media (max-width: 576px) {
        .community-post-list-wrapper .community-post .meta .avatar {
          display: none; } }
  .community-post-list-wrapper .community-post .comments-list-wrapper {
    margin-left: 0px;
    position: relative;
    left: 165px;
    margin-top: 67px; }
    @media (max-width: 767px) {
      .community-post-list-wrapper .community-post .comments-list-wrapper {
        left: 10%;
        width: 90%;
        margin-top: 30px; } }
    .community-post-list-wrapper .community-post .comments-list-wrapper .comment {
      min-height: 100px; }
      @media (max-width: 767px) {
        .community-post-list-wrapper .community-post .comments-list-wrapper .comment .avatar {
          display: none; } }
  .community-post-list-wrapper .community-post .comment-form-wrapper .comment-reply-title {
    display: none; }
  .community-post-list-wrapper .community-post .comment-form-wrapper .field-group-inline {
    width: 314px;
    display: inline-block;
    margin-right: 15px; }
    .community-post-list-wrapper .community-post .comment-form-wrapper .field-group-inline:nth-child(2n) {
      margin-right: 0; }
  .community-post-list-wrapper .community-post .comment-form-wrapper .field-textarea {
    min-height: 60px; }
  .community-post-list-wrapper .community-post .comment-form-wrapper .form-submit {
    text-align: right;
    margin-bottom: 0; }
  .community-post-list-wrapper .community-post .links {
    margin-top: 26px;
    margin-bottom: 15px; }
    .community-post-list-wrapper .community-post .links svg {
      color: #818383;
      font-size: 22px; }

.page-template-template-contact .col-form .inner-content {
  display: inline-block;
  width: 478px;
  max-width: 100%; }
.page-template-template-contact .field-group {
  margin-bottom: 24px; }
.page-template-template-contact .contact-map-wrapper {
  height: 825px;
  max-height: 90vh;
  margin-bottom: -120px;
  margin-top: 100px; }
  .page-template-template-contact .contact-map-wrapper #contact-map {
    height: 100%; }

.selected-stops {
  column-count: 3; }
  .selected-stops .jcf-checkbox {
    width: 20px;
    height: 20px; }
  .selected-stops label {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 0;
    vertical-align: -4px;
    margin-left: 18px; }
  .selected-stops .town {
    padding-bottom: 30px; }

.sitemap-content ul {
  column-count: 5;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 800px; }
  @media (max-width: 991px) {
    .sitemap-content ul {
      column-count: 3; } }
  @media (max-width: 767px) {
    .sitemap-content ul {
      column-count: 2; } }
  @media (max-width: 576px) {
    .sitemap-content ul {
      column-count: 3;
      margin-bottom: 30px; } }
  @media (max-width: 440px) {
    .sitemap-content ul {
      column-count: 2; } }

.instagram-gallery .post {
  width: 463px;
  max-width: 100%;
  display: block;
  text-align: left;
  transition: all 250ms;
  outline: none;
  transform: scale(0.7); }
  @media (max-width: 1399px) {
    .instagram-gallery .post {
      width: 400px; } }
  @media (max-width: 1199px) {
    .instagram-gallery .post {
      width: 350px; } }
  .instagram-gallery .post:hover {
    text-decoration: none; }
  .instagram-gallery .post .image {
    height: 450px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1399px) {
      .instagram-gallery .post .image {
        height: 350px; } }
    @media (max-width: 1199px) {
      .instagram-gallery .post .image {
        height: 250px; } }
    @media (max-width: 991px) {
      .instagram-gallery .post .image {
        height: 350px; } }
    @media (max-width: 550px) {
      .instagram-gallery .post .image {
        height: 300px; } }
    @media (max-width: 450px) {
      .instagram-gallery .post .image {
        height: 250px; } }
    @media (max-width: 400px) {
      .instagram-gallery .post .image {
        height: 225px; } }
    @media (max-width: 350px) {
      .instagram-gallery .post .image {
        height: 200px; } }
  .instagram-gallery .post .infos {
    background-image: url(../img/event-info-bg.png);
    background-position: top left;
    background-size: 100% 100%;
    color: #fff;
    position: relative;
    margin-top: -100px;
    padding: 113px 35px 0 50px;
    font-size: 12px;
    line-height: 22px;
    opacity: 0;
    height: 0;
    transition: all 250ms; }
    @media (max-width: 576px) {
      .instagram-gallery .post .infos {
        height: auto;
        padding-bottom: 20px;
        padding-left: 30px;
        padding-right: 30px; } }
    @media (max-width: 450px) {
      .instagram-gallery .post .infos {
        padding-left: 20px;
        padding-right: 20px; } }
  .instagram-gallery .post .title {
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 13px;
    letter-spacing: 1.5px;
    font-family: "Highway Gothic", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media (max-width: 576px) {
      .instagram-gallery .post .title {
        font-size: 20px; } }
    @media (max-width: 450px) {
      .instagram-gallery .post .title {
        font-size: 17px; } }
  .instagram-gallery .post .social-data {
    line-height: 14px; }
  .instagram-gallery .post.slick-center {
    transform: scale(1); }
    .instagram-gallery .post.slick-center .infos {
      opacity: 1;
      height: 250px; }
.instagram-gallery .slick-prev {
  left: 0;
  z-index: 1; }
.instagram-gallery .slick-next {
  right: 0;
  z-index: 1; }

.section-gallery {
  padding-top: 80px; }
  .section-gallery .controllers {
    color: #e8b235;
    font-size: 40px;
    position: relative; }
  .section-gallery .left, .section-gallery .right {
    position: absolute;
    bottom: 300px;
    cursor: pointer; }
  .section-gallery .left {
    left: 40px; }
    @media (max-width: 991px) {
      .section-gallery .left {
        left: 60px; } }
  .section-gallery .right {
    right: 40px; }
    @media (max-width: 991px) {
      .section-gallery .right {
        right: 60px; } }

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

.interactive-map-popup {
  width: 510px;
  height: 449px;
  background-image: url(../img/map-popup-bg.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: transparent;
  font-family: 'Lato';
  line-height: 18px;
}
.interactive-map-popup .title {
  font-size: 34.6px;
  letter-spacing: 5px;
  line-height: 35px;
  margin-bottom: 40px;
}
.interactive-map-popup .inner {
  padding: 30px 74px 0;
}
.interactive-map-popup .button {
  margin-top: 20px;
}
.interactive-map-popup .fancybox-close-small:after {
  border-radius: 0;
  background: #e73d30;
  color: #fff;
  top: 20px;
  right: 35px;
}
.interactive-map-popup .fancybox-close-small:after:hover {
  opacity: 0.9;
}

#stripe-payment-data .form-row {
  display: block;
}

.woocommerce-columns {
  margin-top: 25px;
}
.woocommerce-columns .woocommerce-column {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
