@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url(/node_modules/lightpick/css/lightpick.css);
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.offset-top-3 {
  margin-top: 90px;
}

.offset-top-2 {
  margin-top: 45px;
}

.offset-top-1 {
  margin-top: 30px;
}

.offset-top-0 {
  margin-top: 0 !important;
}

.offset-bottom-3 {
  margin-bottom: 90px;
}

.offset-bottom-2 {
  margin-bottom: 45px;
}

.offset-bottom-1 {
  margin-bottom: 30px;
}

.offset-bottom-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .offset-top-0-xs {
    margin-top: 0;
  }
  .offset-top-3 {
    margin-top: 45px;
  }
  .offset-top-2 {
    margin-top: 22.5px;
  }
  .offset-top-1 {
    margin-top: 15px;
  }
  .offset-bottom-3 {
    margin-bottom: 45px;
  }
  .offset-bottom-2 {
    margin-bottom: 22.5px;
  }
  .offset-bottom-1 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .offset-top-0-sm {
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .offset-top-1-md {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .offset-top-1-lg {
    margin-top: 30px;
  }
}

.box-max-width {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

.box-max-width-500 {
  max-width: 500px;
}

.box-max-width-350 {
  max-width: 350px;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditablack-webfont.eot");
  src: url("../fonts/gorditablack-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditablack-webfont.woff2") format("woff2"),
    url("../fonts/gorditablack-webfont.woff") format("woff"),
    url("../fonts/gorditablack-webfont.ttf") format("truetype"),
    url("../fonts/gorditablack-webfont.svg#gorditablack") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditablackitalic-webfont.eot");
  src: url("../fonts/gorditablackitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditablackitalic-webfont.woff2") format("woff2"),
    url("../fonts/gorditablackitalic-webfont.woff") format("woff"),
    url("../fonts/gorditablackitalic-webfont.ttf") format("truetype"),
    url("../fonts/gorditablackitalic-webfont.svg#gorditablack_italic")
      format("svg");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditabolditalic-webfont.eot");
  src: url("../fonts/gorditabolditalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditabolditalic-webfont.woff2") format("woff2"),
    url("../fonts/gorditabolditalic-webfont.woff") format("woff"),
    url("../fonts/gorditabolditalic-webfont.ttf") format("truetype"),
    url("../fonts/gorditabolditalic-webfont.svg#gorditabold_italic")
      format("svg");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditalight-webfont.eot");
  src: url("../fonts/gorditalight-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditalight-webfont.woff2") format("woff2"),
    url("../fonts/gorditalight-webfont.woff") format("woff"),
    url("../fonts/gorditalight-webfont.ttf") format("truetype"),
    url("../fonts/gorditalight-webfont.svg#gorditalight") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditalightitalic-webfont.eot");
  src: url("../fonts/gorditalightitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditalightitalic-webfont.woff2") format("woff2"),
    url("../fonts/gorditalightitalic-webfont.woff") format("woff"),
    url("../fonts/gorditalightitalic-webfont.ttf") format("truetype"),
    url("../fonts/gorditalightitalic-webfont.svg#gorditalight_italic")
      format("svg");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditaregular-webfont.eot");
  src: url("../fonts/gorditaregular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditaregular-webfont.woff2") format("woff2"),
    url("../fonts/gorditaregular-webfont.woff") format("woff"),
    url("../fonts/gorditaregular-webfont.ttf") format("truetype"),
    url("../fonts/gorditaregular-webfont.svg#gorditaregular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditabold-webfont.eot");
  src: url("../fonts/gorditabold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditabold-webfont.woff2") format("woff2"),
    url("../fonts/gorditabold-webfont.woff") format("woff"),
    url("../fonts/gorditabold-webfont.ttf") format("truetype"),
    url("../fonts/gorditabold-webfont.svg#gorditabold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "gordita-medium";
  src: url("../fonts/gorditamedium-webfont.eot");
  src: url("../fonts/gorditamedium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditamedium-webfont.woff2") format("woff2"),
    url("../fonts/gorditamedium-webfont.woff") format("woff"),
    url("../fonts/gorditamedium-webfont.ttf") format("truetype"),
    url("../fonts/gorditamedium-webfont.svg#gorditamedium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditaregularitalic-webfont.eot");
  src: url("../fonts/gorditaregularitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditaregularitalic-webfont.woff2") format("woff2"),
    url("../fonts/gorditaregularitalic-webfont.woff") format("woff"),
    url("../fonts/gorditaregularitalic-webfont.ttf") format("truetype"),
    url("../fonts/gorditaregularitalic-webfont.svg#gorditaregular_italic")
      format("svg");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "gordita";
  src: url("../fonts/gorditamediumitalic-webfont.eot");
  src: url("../fonts/gorditamediumitalic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/gorditamediumitalic-webfont.woff2") format("woff2"),
    url("../fonts/gorditamediumitalic-webfont.woff") format("woff"),
    url("../fonts/gorditamediumitalic-webfont.ttf") format("truetype"),
    url("../fonts/gorditamediumitalic-webfont.svg#gorditamedium_italic")
      format("svg");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Louize Display";
  src: url("../fonts/Louize Display - Regular-205TF.woff2") format("woff2"),
    url("../fonts/Louize Display - Regular-205TF.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Louize Display";
  src: url("../fonts/Louize Display - Italic-205TF.woff2") format("woff2"),
    url("../fonts/Louize Display - Italic-205TF.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Louize Display";
  src: url("../fonts/louizedisplaytrial-medium-webfont.woff2") format("woff2"),
    url("../fonts/louizedisplaytrial-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Louize Display";
  src: url("../fonts/louizedisplaytrial-mediumitalic-webfont.woff2")
      format("woff2"),
    url("../fonts/louizedisplaytrial-mediumitalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Louize Display";
  src: url("../fonts/louizedisplaytrial-bold-webfont.woff2") format("woff2"),
    url("../fonts/louizedisplaytrial-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Louize Display";
  src: url("../fonts/louizedisplaytrial-bolditalic-webfont.woff2")
      format("woff2"),
    url("../fonts/louizedisplaytrial-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.eot?ojshw8");
  src: url("../icons/icomoon.eot?ojshw8#iefix")
      format("embedded-opentype"),
    url("../icons/icomoon.ttf?ojshw8") format("truetype"),
    url("../icons/icomoon.woff?ojshw8") format("woff"),
    url("../icons/icomoon.svg?ojshw8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e921";
}

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

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

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

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

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

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

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

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

.icon-triangle-down:before {
  content: "\e91b";
}

.icon-triangle-left:before {
  content: "\e91c";
}

.icon-triangle-right:before {
  content: "\e91d";
}

.icon-triangle-up:before {
  content: "\e91e";
}

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

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

.icon-circle-with-cross:before {
  content: "\e90a";
}

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

.icon-cross1:before {
  content: "\e91f";
}

.icon-location-pin:before {
  content: "\e920";
}

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

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

.icon-star-outlined:before {
  content: "\e90e";
}

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

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

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

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

.icon-tumblr:before {
  content: "\e913";
}

.icon-vimeo:before {
  content: "\e914";
}

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

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

.icon-mail:before {
  content: "\e917";
}

.icon-magnifying-glass:before {
  content: "\e918";
}

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

.icon-plus1:before {
  content: "\e922";
}

.icon-add:before {
  content: "\e922";
}

.icon-sum:before {
  content: "\e922";
}

.icon-menu:before {
  content: "\e9bd";
}

.icon-cancel-circle:before {
  content: "\ea0d";
}

.icon-cross:before {
  content: "\ea0f";
}

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

.icon-facebook2:before {
  content: "\ea91";
}

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

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

.icon-twitter:before {
  content: "\ea96";
}

.icon-reddit:before {
  content: "\eac6";
}

.icon-envelope1:before {
  content: "\e919";
}

.icon-reddit-alien:before {
  content: "\e91a";
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
	// Usage:
	p {
		@include font-size(13);
	}
*/
/*************************************
// RESPONSIVE DIV
**************************************/
.responsive-div {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
.responsive-div .responsive-div-helper {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.responsive-div .responsive-div-helper {
  margin-top: 70.7317073171%;
}
.responsive-div.responsive-div-size-16-9 .responsive-div-helper {
  margin-top: 56.25%;
}
.responsive-div.responsive-div-size-issuu {
  max-height: 80vh;
}
.responsive-div.responsive-div-size-issuu .responsive-div-helper {
  margin-top: 59.375%;
}
.responsive-div.responsive-div-size-square .responsive-div-helper {
  margin-top: 100%;
}
.responsive-div.responsive-div-size-map .responsive-div-helper {
  margin-top: 61.6666666667%;
}
.responsive-div.responsive-div-size-slider-image .responsive-div-helper {
  margin-top: 58.7301587302%;
}
.responsive-div .responsive-div-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.responsive-div iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  display: block;
}
.responsive-div img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: auto;
  width: 100%;
  vertical-align: top;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
	// Usage
	.foo {
		@include truncate(100px);
	}
*/
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}

body {
  background: #fff;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
body.wait {
  cursor: wait !important;
}

@media (max-width: 991px) {
  #wpadminbar #wp-admin-bar-top-secondary {
    display: none;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container:before,
.container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1600px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px;
}
.container-fluid:before,
.container-fluid:after {
  content: "";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -8px;
  margin-right: -8px;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.datepicker.dropdown-menu {
  position: absolute;
  z-index: 1000 !important;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 13px;
  line-height: 1.2;
}

.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline th,
.datepicker.datepicker-inline td {
  padding: 4px 5px 0;
}

.datepicker {
  z-index: 301;
}
.datepicker.dropdown-menu {
  z-index: 301;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #ccc;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #ba9449;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #f7f7f7;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #f7f7f7;
  cursor: default;
}
.datepicker table tr td.highlighted {
  border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
  background: #977739;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #ba9449;
  color: #fff;
}
.datepicker table tr td.today {
  background: #f7f7f7;
  color: #ba9449;
}
.datepicker table tr td.active {
  background: #ba9449;
  color: #fff;
}
.datepicker table tr td.active:hover {
  background: #977739;
  color: #fff;
}
.datepicker table tr td.active.focused {
  background: #977739;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:active {
  background: #ba9449;
  color: #fff;
}
.datepicker table tr td.range {
  background: #f1ede6;
  border-radius: 0;
}
.datepicker table tr td.range.focused {
  background: #dfd5c5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #f1ede6;
  color: #adadad;
}
.datepicker table tr td.range-start {
  background: #ba9449;
  color: #fff;
}
.datepicker table tr td.range.highlighted.focused {
  background: #cab07c;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #d9c6a0;
}
.datepicker table tr td.range.today {
  background: #dedddd;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #dedddd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #f7f7f7;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #f7f7f7;
  cursor: default;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #ba9449;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #f7f7f7;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.2;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 10;
}
.slick-dots li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.slick-dots li {
  display: inline-block;
  margin: 0 7.5px;
}
.slick-dots button {
  cursor: pointer;
  border: none;
  background: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-indent: -99999px;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #ba9449;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding-top: 4px;
  padding-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  font-size: 11px;
  font-size: 1.1rem;
  z-index: 10;
}
.slick-arrow:before {
  position: absolute;
  top: 0;
}
.slick-arrow.slick-prev {
  left: 41px;
  transform: translate(-10%, -50%);
}
.slick-arrow.slick-prev:before {
  width: 0;
  height: 0;
  content: "";
  border-right: 1.1rem solid rgba(0, 0, 0, 0.5);
  border-bottom: 1.1rem solid transparent;
  border-top: 1.1rem solid transparent;
  right: 100%;
}
.slick-arrow.slick-next {
  right: 41px;
  transform: translate(10%, -50%);
}
.slick-arrow.slick-next:before {
  width: 0;
  height: 0;
  content: "";
  border-left: 1.1rem solid rgba(0, 0, 0, 0.5);
  border-bottom: 1.1rem solid transparent;
  border-top: 1.1rem solid transparent;
  left: 100%;
}

.slick-slider .slick-slide {
  position: relative;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
  transform: translate(0, -50%);
}

.accordion {
  background: #f7f7f7;
}
.accordion-title {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 15px 7.5px;
}
.accordion-title i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  transform: rotate(0deg);
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.accordion.open .accordion-title i {
  transform: rotate(-90deg);
}
.accordion-content {
  padding: 15px;
}

.article-card {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.article-card > .block-link + .block-link {
  margin-top: 41px;
}
.article-card:hover {
  opacity: 0.8;
}
.article-card img {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.category-album-reviews .article-card img {
  -o-object-fit: contain;
  object-fit: contain;
}
.article-card h2,
.article-card h3,
.article-card h4 {
  margin: 10px 0 16px;
  font-size: 40px;
  font-size: 4rem;
}
.article-card-small h2,
.article-card-small h3,
.article-card-small h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-card.has-no-content h2,
.article-card.has-no-content h3,
.article-card.has-no-content h4 {
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
}
.article-card.image-size-square .responsive-div .responsive-div-helper {
  margin-top: 100%;
}
.article-card.magazine img {
  right: 0;
  bottom: 0;
  width: auto;
  max-width: 100%;
  height: calc(100% - 30px);
  margin: auto;
}
.article-card.magazine .block-link {
  margin-top: 15px;
}
.article-card.magazine h3 {
  margin-top: 12px !important;
}
.article-card-full {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
}
.article-card-full .responsive-div {
  background: #eaeaea;
}
.article-card-full.article-card-listicle-item {
  background: #303232;
  color: #fff;
}
.article-card-full.article-card-listicle-item h3,
.article-card-full.article-card-listicle-item h4,
.article-card-full.article-card-listicle-item h5 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}
.article-card-full.article-card-listicle-item .read-more-link {
  margin-top: 15px;
  display: block;
  color: #fff;
  text-decoration: underline;
}
.article-card-full-left,
.article-card-full-right {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
}
.article-card-full-right {
  padding: 15px 30px;
}
.video-template-default .article-card-full-right {
  padding: 15px 30px;
}
.article-card-full-right small + h3 {
  font-size: 17px;
  font-size: 1.7rem;
}
.article-card-full-right h3 {
  margin-bottom: 0;
}
.article-card-full-left .icon-play {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 50px;
  font-size: 5rem;
}
.article-card-full-25-75 .article-card-full-left {
  width: 25%;
}
.article-card-full-25-75 .article-card-full-right {
  width: 75%;
}
.article-card-full-25-75.text-first .article-card-full-left {
  left: 75%;
}
.article-card-full-25-75.text-first .article-card-full-right {
  left: -25%;
}
.article-card-full-25-75.text-first.colored {
  background: #c8aa6e;
}
.article-card-full-40-60 .article-card-full-left {
  width: 40%;
}
.article-card-full-40-60 .article-card-full-right {
  width: 60%;
}
.article-card-full-40-60.text-first .article-card-full-left {
  left: 60%;
}
.article-card-full-40-60.text-first .article-card-full-right {
  left: -40%;
}
.article-card-full-40-60.text-first.colored {
  background: #c8aa6e;
}
.article-card-full-50-50 .article-card-full-left {
  width: 50%;
}
.article-card-full-50-50 .article-card-full-right {
  width: 50%;
}
.article-card-full-50-50.text-first .article-card-full-left {
  left: 50%;
}
.article-card-full-50-50.text-first .article-card-full-right {
  left: -50%;
}
.article-card-full-50-50.text-first.colored {
  background: #c8aa6e;
}
@media (max-width: 991px) {
  .video-template-default .article-card-full-50-50,
  .article-card-full-50-50.article-card-listicle-item {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .video-template-default .article-card-full-50-50 .article-card-full-left,
  .video-template-default .article-card-full-50-50 .article-card-full-right,
  .article-card-full-50-50.article-card-listicle-item .article-card-full-left,
  .article-card-full-50-50.article-card-listicle-item .article-card-full-right {
    width: 100% !important;
    left: 0;
  }
  .video-template-default .article-card-full-50-50 .article-card-full-left h3,
  .video-template-default .article-card-full-50-50 .article-card-full-right h3,
  .article-card-full-50-50.article-card-listicle-item
    .article-card-full-left
    h3,
  .article-card-full-50-50.article-card-listicle-item
    .article-card-full-right
    h3 {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .video-template-default
    .article-card-full-50-50
    .article-card-full-left
    .responsive-div,
  .video-template-default
    .article-card-full-50-50
    .article-card-full-left
    .responsive-div-helper,
  .video-template-default
    .article-card-full-50-50
    .article-card-full-right
    .responsive-div,
  .video-template-default
    .article-card-full-50-50
    .article-card-full-right
    .responsive-div-helper,
  .article-card-full-50-50.article-card-listicle-item
    .article-card-full-left
    .responsive-div,
  .article-card-full-50-50.article-card-listicle-item
    .article-card-full-left
    .responsive-div-helper,
  .article-card-full-50-50.article-card-listicle-item
    .article-card-full-right
    .responsive-div,
  .article-card-full-50-50.article-card-listicle-item
    .article-card-full-right
    .responsive-div-helper {
    min-height: 250px !important;
  }
  .video-template-default .article-card-full-50-50 .article-card-full-right,
  .article-card-full-50-50.article-card-listicle-item .article-card-full-right {
    padding: 15px 15px 30px 15px;
  }
  .video-template-default .article-card-full-50-50 .article-card-full-left,
  .article-card-full-50-50.article-card-listicle-item .article-card-full-left {
    -ms-flex-order: 1;
    order: 1;
    min-height: 250px !important;
  }
}
.article-card-full-66-33 .article-card-full-left {
  width: 66.6666%;
}
.article-card-full-66-33 .article-card-full-right {
  width: 33.3333%;
}
.article-card-full-66-33.text-first .article-card-full-left {
  left: 33.3333%;
}
.article-card-full-66-33.text-first .article-card-full-right {
  left: -66.6666%;
}
.article-card-full-66-33.text-first.colored {
  background: #c8aa6e;
}
@media (max-width: 1295px) {
  .article-card-full-66-33 .article-card-full-left {
    width: 50%;
  }
  .article-card-full-66-33 .article-card-full-right {
    width: 50%;
  }
  .article-card-full-66-33.text-first .article-card-full-left {
    left: 50%;
  }
  .article-card-full-66-33.text-first .article-card-full-right {
    left: -50%;
  }
  .article-card-full-66-33.text-first.colored {
    background: #c8aa6e;
  }
}
.article-card-full-75-25 .article-card-full-left {
  width: 75%;
}
.article-card-full-75-25 .article-card-full-right {
  width: 25%;
}
.article-card-full-75-25.text-first .article-card-full-left {
  left: 25%;
}
.article-card-full-75-25.text-first .article-card-full-right {
  left: -75%;
}
.article-card-full-75-25.text-first.colored {
  background: #c8aa6e;
}
.article-card-full-80-20 .article-card-full-left {
  width: 80%;
}
.article-card-full-80-20 .article-card-full-right {
  width: 20%;
}
.article-card-full-80-20.text-first .article-card-full-left {
  left: 20%;
}
.article-card-full-80-20.text-first .article-card-full-right {
  left: -80%;
}
.article-card-full-80-20.text-first.colored {
  background: #c8aa6e;
}
@media (max-width: 991px) {
  .article-card-full {
    background-color: #ba9449;
    max-width: 100%;
  }
  .article-card-full .article-card-full-left {
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
  }
  .article-card-full .article-card-full-left a {
    display: inline;
  }
  .article-card-full .article-card-full-left .responsive-div {
    height: 100%;
  }
  .article-card-full
    .article-card-full-left
    .responsive-div
    .responsive-div-helper {
    display: none;
  }
  .article-card-full
    .article-card-full-left
    .responsive-div
    .responsive-div-helper
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: relative;
  }
  .article-card-full .article-card-full-right {
    -ms-flex-order: 1;
    order: 1;
    width: 70%;
    padding: 10px;
  }
  .article-card-full .article-card-full-right h3 {
    margin: 5px 0 0 0;
  }
}
.article-card.colored {
  background: #c8aa6e;
}
.article-card.stretch-image .article-card-full-left {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.article-card.stretch-image .article-card-full-left .responsive-div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.article-card-row {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: solid 1px #ccc;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.article-card-row.article-card--featured {
  border-top-color: #000;
}
.article-card-row .featured {
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 3px 8px 1px;
  letter-spacing: 1px;
  font-size: 11px;
  font-size: 1.1rem;
}
.article-card-row .action-col {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.article-card-row:last-child {
  border-bottom: solid 1px #ccc;
}
.article-card-row > .h5 {
  padding-left: 8px;
}
@media screen and (min-width: 992px) {
  .article-card-double .article-card p {
    margin-bottom: 0;
  }
  .article-card-double > div:nth-child(2n + 1),
  .article-card-double > article:nth-child(2n + 1) {
    padding-right: 30px;
    position: relative;
  }
  .article-card-double > div:nth-child(2n + 1):after,
  .article-card-double > article:nth-child(2n + 1):after {
    display: block;
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ccc;
    transform: translateX(100%);
  }
  .article-card-double > div:nth-child(2n),
  .article-card-double > article:nth-child(2n) {
    padding-left: 30px;
  }
}
.article-card .venue-address {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.article-card .venue-address i {
  -ms-flex: none;
  flex: none;
  margin: 2px 5px 0 0;
  font-size: 16px;
}

.article-categories {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 12px;
  padding-bottom: 10px;
  font-size: 11px;
  font-size: 1.1rem;
}
.article-categories-filter {
  margin-bottom: 45px;
}
.article-categories-filter-mobile > * {
  display: block;
  padding-right: 0;
}
.article-categories-filter-mobile-content > * {
  display: inline-block;
  padding-right: 15px;
}
.article-categories-filter-mobile-trigger {
  display: none !important;
}
@media (max-width: 991px) {
  .article-categories-filter-mobile {
    background: #ba9449;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .article-categories-filter-mobile.open
    .article-categories-filter-mobile-trigger
    i {
    transform: rotate(-180deg);
  }
  .article-categories-filter-mobile.open
    .article-categories-filter-mobile-content {
    opacity: 1;
    visibility: visible;
  }
  .article-categories-filter-mobile-trigger {
    font-weight: 500;
    display: block !important;
    cursor: pointer;
    position: relative;
    padding-right: 30px !important;
    padding-top: 15px;
    padding-bottom: 10.5px;
  }
  .article-categories-filter-mobile-trigger i {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    transform: rotate(0deg);
    transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .article-categories-filter-mobile-trigger,
  .article-categories-filter-mobile-content a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-categories-filter-mobile-content {
    background: #ba9449;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 7.5px;
    transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
    z-index: 99;
  }
  .article-categories-filter-mobile-content > a {
    display: block;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    color: #fff !important;
  }
  .article-categories-filter-mobile-content > a:hover {
    color: #d9d9d9 !important;
  }
  .article-categories-filter-mobile-content > a.primary {
    color: #000 !important;
  }
  .article-categories-filter-mobile-content > a.primary:hover {
    color: #262626 !important;
  }
}
.article-categories > * {
  display: inline-block;
  padding-right: 15px;
}
.article-categories .primary {
  color: #ba9449;
}
.article-categories a {
  color: #adadad;
  text-decoration: none;
}

.article-card-meta-botton {
  color: #adadad;
}

.box {
  padding: 30px;
  margin-bottom: 30px;
  background: #f7f7f7;
}

.sponsor-box {
  background: #303232;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.sponsor-box .sponsor-text {
  font-weight: 300;
  text-transform: uppercase;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 10px;
  font-size: 1rem;
}
.sponsor-box .sponsor-logo + .sponsor-text {
  padding-left: 30px;
  padding-right: 15px;
  width: 60%;
  text-align: center;
}
.sponsor-box .sponsor-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 40%;
}
.sponsor-box .sponsor-logo img {
  height: auto;
  width: 100%;
}

.button,
form#subForm button {
  border: none;
  display: inline-block;
  font-weight: 500;
  transition: background 0.7s cubic-bezier(0.25, 1, 0.2, 1),
    color 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  text-align: center;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ba9449;
  color: #000;
  padding: 14px 30px 8px;
  font-size: 15px;
  font-size: 1.5rem;
}
.button:hover,
form#subForm button:hover {
  text-decoration: none;
}
.button:hover,
form#subForm button:hover {
  background: #9e7d3c;
  color: #000;
}
.button-ghost,
form#subForm button-ghost {
  background: transparent;
  border-color: #ba9449;
  color: #ba9449;
}
.button-ghost:hover,
form#subForm button-ghost:hover {
  background: #ba9449;
  color: #000;
}
.button-ghost,
form#subForm button-ghost {
  border-width: 2px;
  border-style: solid;
  padding: 12px 30px 6px;
}
.button-small,
form#subForm button-small {
  font-weight: 500;
  padding: 10px 15px 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
.button-small-ghost,
form#subForm button-small-ghost {
  border-width: 2px;
  border-style: solid;
  padding: 8px 15px 2px;
}
.button-smaller,
form#subForm button-smaller {
  font-weight: 500;
  padding: 8px 7.5px 2px;
  font-size: 12px;
  font-size: 1.2rem;
}
.button-smaller-ghost,
form#subForm button-smaller-ghost {
  border-width: 2px;
  border-style: solid;
  padding: 6px 7.5px 0px;
}
.button-big,
form#subForm button-big {
  padding: 22px 30px 16px;
  font-size: 15px;
  font-size: 1.5rem;
}
.button-big-ghost,
form#subForm button-big-ghost {
  border-width: 2px;
  border-style: solid;
  padding: 20px 30px 14px;
}
.button-secondary,
form#subForm button-secondary {
  background: #ba9449;
  color: #000;
}
.button-secondary:hover,
form#subForm button-secondary:hover {
  background: #9e7d3c;
  color: #000;
}
.button-secondary-ghost,
form#subForm button-secondary-ghost {
  background: transparent;
  border-color: #ba9449;
  color: #ba9449;
}
.button-secondary-ghost:hover,
form#subForm button-secondary-ghost:hover {
  background: #ba9449;
  color: #000;
}
.button-base-color,
form#subForm button-base-color {
  background: #000;
  color: #fff;
}
.button-base-color:hover,
form#subForm button-base-color:hover {
  background: black;
  color: #fff;
}
.button-base-color-ghost,
form#subForm button-base-color-ghost {
  background: transparent;
  border-color: #000;
  color: #000;
}
.button-base-color-ghost:hover,
form#subForm button-base-color-ghost:hover {
  background: #000;
  color: #fff;
}
.button-base-color:hover,
form#subForm button-base-color:hover {
  background: #262626;
}
.button-youtube-color,
form#subForm button-youtube-color {
  background: #ff0000;
  color: #fff;
}
.button-youtube-color:hover,
form#subForm button-youtube-color:hover {
  background: #d60000;
  color: #fff;
}
.button-youtube-color-ghost,
form#subForm button-youtube-color-ghost {
  background: transparent;
  border-color: #ff0000;
  color: #ff0000;
}
.button-youtube-color-ghost:hover,
form#subForm button-youtube-color-ghost:hover {
  background: #ff0000;
  color: #fff;
}
.button-white,
form#subForm button-white {
  background: #fff;
  color: #000;
}
.button-white:hover,
form#subForm button-white:hover {
  background: #ebebeb;
  color: #000;
}
.button-white-ghost,
form#subForm button-white-ghost {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.button-white-ghost:hover,
form#subForm button-white-ghost:hover {
  background: #fff;
  color: #000;
}
.button-light-grey,
form#subForm button-light-grey {
  background: #f7f7f7;
  color: #000;
}
.button-light-grey:hover,
form#subForm button-light-grey:hover {
  background: #e3e3e3;
  color: #000;
}
.button-light-grey-ghost,
form#subForm button-light-grey-ghost {
  background: transparent;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.button-light-grey-ghost:hover,
form#subForm button-light-grey-ghost:hover {
  background: #f7f7f7;
  color: #000;
}
.button-disabled,
.button-loading,
form#subForm button-disabled,
form#subForm button-loading {
  background: #f7f7f7;
  color: #000;
}
.button-disabled:hover,
.button-loading:hover,
form#subForm button-disabled:hover,
form#subForm button-loading:hover {
  background: #e3e3e3;
  color: #000;
}
.button-disabled-ghost,
.button-loading-ghost,
form#subForm button-disabled-ghost,
form#subForm button-loading-ghost {
  background: transparent;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.button-disabled-ghost:hover,
.button-loading-ghost:hover,
form#subForm button-disabled-ghost:hover,
form#subForm button-loading-ghost:hover {
  background: #f7f7f7;
  color: #000;
}
.button-disabled:hover,
.button-loading:hover,
form#subForm button-disabled:hover,
form#subForm button-loading:hover {
  background: #f7f7f7 !important;
  color: #000 !important;
}
.button-disabled,
form#subForm button-disabled {
  cursor: not-allowed;
}
.button-loading,
form#subForm button-loading {
  cursor: wait;
}
.button-block,
form#subForm button-block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.button-gutter,
form#subForm button-gutter {
  margin: 0 15px 15px;
}
.button-has-icon-left i,
form#subForm button-has-icon-left i {
  display: inline-block;
  position: relative;
  left: -7.5px;
}

.button-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.button-group--left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.button-group--right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .button-group--between--sm {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.button-dropdown {
  margin-bottom: 30px;
  position: relative;
}
.button-dropdown .button {
  position: relative;
  margin-bottom: 0;
  text-align: left;
  padding-right: 40px;
}
.button-dropdown .button > i {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.button-dropdown > .button {
  position: relative;
  z-index: 11;
}
.button-dropdown-content {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10%);
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  z-index: 10;
}
.button-dropdown.open > .button {
  background: #9e7d3c;
}
.button-dropdown.open > .button > i {
  opacity: 1;
  transform: scale(1);
}
.button-dropdown.open .button-dropdown-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*************************************
// FANCY DROPDOWN
**************************************/
.fancy-dd {
  display: inline-block;
  width: 100%;
  z-index: 10;
}
.fancy-dd .fancy-dd-label {
  background: #ba9449;
  display: block;
  cursor: pointer;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  width: 100%;
  color: #000;
  position: relative;
  padding: 0 15px;
  padding-right: 30px;
}
.fancy-dd .fancy-dd-label span.txt {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding-top: 4px;
}
.fancy-dd .fancy-dd-label > i {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  font-size: 16px;
  font-size: 1.6rem;
}
.fancy-dd ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  position: absolute;
  margin-top: 1px;
  left: 0;
  width: 100%;
  z-index: 9999;
  overflow-y: auto;
}
.fancy-dd ul li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.fancy-dd ul li:last-child a {
  border-bottom: none;
}
.fancy-dd ul li {
  padding-left: 0;
  margin: 0 !important;
}
.fancy-dd ul li + li {
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.fancy-dd ul li:bfore {
  display: none;
}
.fancy-dd ul a,
.fancy-dd ul span {
  white-space: nowrap;
  display: block;
  text-decoration: none;
  padding: 6px 5px;
}

.sort-by {
  display: inline-block;
  width: auto;
}
.sort-by .fancy-dd-label {
  background: none;
  padding-left: 10px;
}
.sort-by .fancy-dd-label .txt {
  color: #000;
  font-weight: 500;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
textarea,
select {
  border: solid 1px #ccc;
  background: #fff;
  padding: 13px 15px 7px;
  width: 100%;
  transition: border-color 0.2s;
  line-height: 1.7;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #ba9449;
}
input[type="text"][disabled],
input[type="text"][readonly],
input[type="password"][disabled],
input[type="password"][readonly],
input[type="email"][disabled],
input[type="email"][readonly],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
input[type="date"][disabled],
input[type="date"][readonly],
input[type="month"][disabled],
input[type="month"][readonly],
input[type="time"][disabled],
input[type="time"][readonly],
input[type="week"][disabled],
input[type="week"][readonly],
input[type="number"][disabled],
input[type="number"][readonly],
input[type="url"][disabled],
input[type="url"][readonly],
input[type="search"][disabled],
input[type="search"][readonly],
input[type="tel"][disabled],
input[type="tel"][readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly] {
  background: #f7f7f7;
}

select {
  height: 47px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icons/chevron-down.svg");
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 12.5px center;
  cursor: pointer;
}

input[name="user_event_ticket_link"],
input[name="user_event_ticket_link"]::-moz-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

input[name="user_event_ticket_link"],
input[name="user_event_ticket_link"]:-ms-input-placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

input[name="user_event_ticket_link"],
input[name="user_event_ticket_link"]::placeholder {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

label {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.error {
  color: red;
}
.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error textarea {
  border-color: red;
}

textarea {
  padding-top: 16px;
  min-height: 140px;
  resize: vertical;
}

.form-group {
  margin-bottom: 30px;
}
.form-group .form-info {
  color: #bfbfbf;
  font-size: 65%;
  margin-bottom: 0;
  padding-top: 6px;
}
.form-group .form-offest {
  margin-top: 6px;
}

#comment-url-wrap,
#register-url-wrap {
  display: none;
}

input[type="submit"],
button[type="submit"] {
  cursor: pointer;
}

.inline-form {
  position: relative;
}
.inline-form input[type="submit"],
.inline-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.inline-form input[type="text"] {
  padding-right: 80px;
}

.form-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-flex .form-col {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.flex-row > * {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-row .flex-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.form-wizard-footer {
  padding-top: 30px;
}

.wizard-prev,
.wizard-next {
  position: relative;
}
.wizard-prev i,
.wizard-next i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.wizard-prev .spinner,
.wizard-next .spinner {
  position: absolute !important;
  left: auto !important;
  top: 50%;
  margin-top: -0.4em;
}

.wizard-prev {
  text-align: right;
  padding-left: 40px;
}
.wizard-prev i,
.wizard-prev .spinner {
  left: 20px !important;
}

.wizard-next {
  text-align: left;
  padding-right: 40px;
}
.wizard-next i,
.wizard-next .spinner {
  right: 20px;
}

.autocomplete-wrap {
  position: relative;
}
.autocomplete-wrap .autocomplete-spinner,
.autocomplete-wrap .autocomplete-reset {
  position: absolute;
  top: 50%;
  right: 15px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 1;
}
.autocomplete-wrap .autocomplete-spinner .spinner {
  font-size: 15px;
  font-size: 1.5rem;
}

.input-price {
  position: relative;
}

.input-price input {
  padding-left: 25px;
}

.input-price:after {
  position: absolute;
  display: block;
  top: -4px;
  content: "$";
  left: 10px;
}

form#subForm p {
  margin: 0;
  padding: 0;
}

form#subForm input,
form#subForm select {
  margin: 5px auto 15px auto;
}

form#subForm button {
  margin-top: 30px;
}

.ui-autocomplete {
  max-width: 400px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: white;
  border: 1px solid;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .ui-autocomplete {
    max-width: calc(100vw - 30px);
    z-index: 300;
  }
}
.ui-autocomplete li {
  margin: 0;
  padding: 5px 15px;
}
.ui-autocomplete li:hover {
  background-color: #f7f7f7;
}

/*************************************
// I CHECKS & RADIOS
**************************************/
.i-checks {
  cursor: pointer;
  padding-left: 22px;
  display: inline-block;
  position: relative;
  text-transform: none;
  font-size: 15px;
  font-size: 1.5rem;
}
.i-checks-children {
  padding-left: 16px;
}
.i-checks input {
  margin-left: -22px;
  opacity: 0;
  position: absolute;
}
.i-checks input:checked + i {
  border-color: #000;
}
.i-checks input:checked + i:before {
  background-color: #000;
  height: 10px;
  left: 2px;
  top: 2px;
  width: 10px;
}
.i-checks input[disabled] + i {
  border-color: #dee5e7;
}
.i-checks input[disabled] + i:before {
  background-color: #dee5e7;
}
.i-checks input[type="radio"] + i {
  border-radius: 50%;
}
.i-checks input[type="radio"] + i:before {
  border-radius: 50%;
}
.i-checks i {
  background-color: #fff;
  border: 1px solid #ccc;
  display: inline-block;
  height: 16px;
  line-height: 1;
  margin-left: -22px;
  margin-right: 0px;
  margin-top: -3px;
  position: relative;
  vertical-align: middle;
  width: 16px;
}
.i-checks i:before {
  background-color: transparent;
  content: "";
  height: 0;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 0;
  transition: 0.2s;
}
.i-checks.tick {
  padding-left: 23px;
}
.i-checks.tick i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  position: absolute;
  left: 0;
  top: 3px;
  margin: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-checks.tick i:before {
  content: "";
  background: transparent !important;
  height: auto !important;
  left: 0 !important;
  position: absolute;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  width: auto !important;
  text-align: center;
  opacity: 0;
  font-size: 12px;
  font-size: 1.2rem;
  transform: scale(0.5);
  line-height: 1.32;
}
.i-checks.tick input:checked + i {
  border-color: #000;
  background: #000;
  color: #fff;
}
.i-checks.tick input:checked + i:before {
  display: block;
  opacity: 1;
  transform: scale(1);
}
.i-checks.tick input:checked + i + .check-title {
  text-decoration: line-through;
}
.i-checks.tick input[disabled] + i {
  opacity: 0.6;
}
.i-checks.tick input[disabled] + i + .check-title {
  opacity: 0.6;
}

.input-select {
  position: relative;
}
.input-select.has-icon > i {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.input-select.has-icon input[type="text"] {
  padding-left: 45px;
}
.input-select input[type="text"] {
  padding-right: 125px;
}
.input-select .fancy-dd {
  border-left: solid 1px #ccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 110px;
}
.input-select .fancy-dd-label {
  background: none;
}
.input-select .fancy-dd-label .txt {
  color: #ba9449;
}
.input-select .fancy-dd-label ul {
  background: #fff;
  width: auto;
  left: -1px;
  right: 0;
  margin-top: 0;
}

.hero-slider {
  position: relative;
}
.hero-slider > a.block-link {
  display: none;
}
.hero-slider > a.block-link:nth-child(1) {
  display: block;
}
.hero-slider img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-slider-text {
  background: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  max-width: 620px;
  padding: 30px;
}
.hero-slider-text h2,
.hero-slider-text h3 {
  margin: 0;
  line-height: 1.1;
  font-size: 58px;
  font-size: 5.8rem;
}
.hero-slider-text .article-categories {
  padding-top: 2px;
  padding-bottom: 6px;
}
.hero-slider-text p.date {
  margin: 10px 0 0 0;
}

.hero-slider-image.has-no-caption {
  margin-bottom: 34px;
}

.hero-slider-image img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  height: auto;
  max-height: 120%;
  width: auto;
  max-width: 100%;
  margin: auto;
}

.hero-slider-caption {
  padding-top: 15px;
  min-height: 19px;
  font-size: 11px;
  font-size: 1.1rem;
}

.hero-slider-article-wrap {
  position: relative;
}

.hero-slider-article-count {
  position: absolute;
  right: 0;
  bottom: -25px;
  padding-top: 15px;
  font-size: 26px;
  font-size: 2.6rem;
}

.slick-dots button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
}

@media (max-width: 991px) {
  .slick-dots {
    bottom: auto;
    top: 15px;
  }
  .slick-arrow {
    display: none !important;
  }
  .hero-slider-text {
    background: #303232;
    position: relative;
    color: #fff;
    right: auto;
    top: auto;
    max-width: inherit;
    margin: -30px 16px 0;
  }
  .hero-slider-text h1,
  .hero-slider-text h2,
  .hero-slider-text h3,
  .hero-slider-text .h1,
  .hero-slider-text .h2,
  .hero-slider-text .article-wrap > h1,
  .hero-slider-text .article-wrap > .h1,
  .hero-slider-text .h3,
  .hero-slider-text .article-wrap > h1 + h2,
  .hero-slider-text .article-wrap > h1 + .h2,
  .hero-slider-text .article-wrap > h1 + h1,
  .hero-slider-text .article-wrap > h1 + .h1,
  .hero-slider-text .article-wrap > .h1 + h2,
  .hero-slider-text .article-wrap > .h1 + .h2,
  .hero-slider-text .article-wrap > .h1 + h1,
  .hero-slider-text .article-wrap > .h1 + .h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
  }
  .hero-slider-text {
    background: #303232;
    position: relative;
    color: #fff;
    right: auto;
    top: auto;
    max-width: inherit;
    margin: -90px 16px 0;
  }
  .hero-slider-text h1,
  .hero-slider-text h2,
  .hero-slider-text h3,
  .hero-slider-text .h1,
  .hero-slider-text .h2,
  .hero-slider-text .article-wrap > h1,
  .hero-slider-text .article-wrap > .h1,
  .hero-slider-text .h3,
  .hero-slider-text .article-wrap > h1 + h2,
  .hero-slider-text .article-wrap > h1 + .h2,
  .hero-slider-text .article-wrap > h1 + h1,
  .hero-slider-text .article-wrap > h1 + .h1,
  .hero-slider-text .article-wrap > .h1 + h2,
  .hero-slider-text .article-wrap > .h1 + .h2,
  .hero-slider-text .article-wrap > .h1 + h1,
  .hero-slider-text .article-wrap > .h1 + .h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .hero-slider
    .responsive-div.responsive-div-size-slider-image
    .responsive-div-helper {
    margin-top: 118.666666667%;
  }
  .hero-slider .responsive-div.responsive-div-size-slider-image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .hero-slider .responsive-div.responsive-div-size-slider-image {
    background-image: none !important;
  }
}

.infobox {
  padding: 15px;
  padding-left: 60px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ba9449;
  color: #fff;
}
.infobox > i {
  position: absolute;
  left: 15px;
  top: 15px;
  line-height: 1;
  font-size: 30px;
  font-size: 3rem;
}
.infobox .infobox-msg {
  min-height: 30px;
}
.infobox .infobox-msg > strong {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
}
.infobox .infobox-msg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.infobox .infobox-msg ul li {
  margin: 0;
  padding-left: 0;
}
.infobox .infobox-msg ul li::before {
  display: none;
}
.infobox a {
  color: #fff;
}
.infobox.error {
  background: red;
  color: #fff;
}
.infobox.error a {
  color: #fff;
}
.infobox.success {
  background: green;
  color: #fff;
}
.infobox.success a {
  color: #fff;
}

.instagram-info-box {
  padding: 30px;
}
.instagram-info-box > div.h3,
.article-wrap.instagram-info-box > h1 + div.h2,
.article-wrap.instagram-info-box > h1 + div.h1,
.article-wrap.instagram-info-box > .h1 + div.h2,
.article-wrap.instagram-info-box > .h1 + div.h1 {
  margin-top: 45px !important;
}
.instagram-info-box span {
  display: inline-block;
  position: absolute;
  left: 30px;
  bottom: 30px;
  text-decoration: underline;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -18px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -14px, 0);
  }
  90% {
    transform: translate3d(0, -8px, 0);
  }
}

.load-more-icon {
  display: inline-block;
  text-decoration: none;
  animation-duration: 1.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  color: #000;
}
.load-more-icon svg {
  width: 100%;
  max-width: 26px;
  height: auto;
}
.load-more-icon svg path#circle {
  fill: #303232;
}
.load-more-icon svg path#smile,
.load-more-icon svg rect.eye {
  fill: #fff;
}
.load-more-icon:hover {
  text-decoration: none;
  color: #ba9449;
}
.load-more-icon.loading {
  animation-name: bounce;
  transform-origin: center bottom;
}

.logo {
  display: block;
}

header .logo svg {
  width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  header .logo svg {
    width: 120px;
  }
}

header .logo path {
  fill: #000;
}

footer .logo path {
  fill: #fff;
}

#main-panel {
  padding-top: 90px;
  padding-bottom: 45px;
  overflow-y: scroll;
}
#main-panel a {
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
#main-panel a:hover,
#main-panel a.active {
  color: #ba9449;
}
#main-panel li.current-menu-item a {
  color: #ba9449;
}

.panel-nav a {
  display: block;
  padding-left: 45px;
  padding-right: 15px;
}

#main-nav {
  padding-bottom: 45px;
  font-size: 30px;
  font-size: 3rem;
}

#main-nav-social {
  padding-left: 45px;
  padding-right: 15px;
  padding-bottom: 30px;
}
#main-nav-social li {
  padding-right: 10px;
}

#main-nav-sub,
#user-nav {
  font-family: "Louize Display", "Times New Roman", "Georgia", serif;
  letter-spacing: 1px;
  font-size: 17px;
  font-size: 1.7rem;
}

.user-menu-nav {
  padding-bottom: 30px;
}

#map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.menu-toggle {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
}
.menu-toggle span {
  display: block;
  position: absolute;
  left: 0;
  background: #000;
  height: 2px;
  width: 100%;
  opacity: 1;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.menu-toggle span:nth-child(1) {
  top: 0;
}
.menu-toggle span:nth-child(2),
.menu-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(0deg);
}
.menu-toggle span:nth-child(4) {
  top: 14px;
}

.menu-toggle.open span:nth-child(2),
body.panel-active .menu-toggle span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-toggle.open span:nth-child(3),
body.panel-active .menu-toggle span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu-toggle.open span:nth-child(1),
.menu-toggle.open span:nth-child(4),
body.panel-active .menu-toggle span:nth-child(1),
body.panel-active .menu-toggle span:nth-child(4) {
  top: 7px;
  opacity: 0;
  left: 50%;
  width: 0;
}

/*************************************
// Panel
**************************************/
.panel-trigger {
  cursor: pointer;
}

#panel-close-overlay {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 120;
}

.panel-close {
  color: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.panel {
  display: block !important;
  background: #303232;
  bottom: 0;
  position: fixed;
  top: 0;
  width: 80%;
  max-width: 500px;
  z-index: 125;
}
.panel-left {
  left: 0;
  transform: translateX(-100%);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
.panel-right {
  right: 0;
  transform: translateX(100%);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
@media (max-width: 991px) {
  .panel {
    width: 100%;
    max-width: auto;
  }
}

body.panel-active {
  overflow: hidden;
}

body.panel-active-left .panel-left {
  transform: translateX(0%);
}

body.panel-active-right .panel-right {
  transform: translateX(0%);
}

.spinner {
  border: 2px solid #f7f7f7;
  font-size: 40px;
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  animation: spin 1s linear infinite;
  border-top-color: #ba9449;
}

.button .spinner {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  left: -10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

th {
  font-weight: 500;
  text-align: left;
}

.table {
  margin-bottom: 20px;
  width: 100%;
}
.table td,
.table th {
  padding: 10px 10px 4px;
  vertical-align: top;
}
.table td.nobreak,
.table th.nobreak {
  white-space: nowrap;
}
.table thead tr th,
.table thead tr td {
  background: #ccc;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
.table thead tr:last-child th,
.table thead tr:last-child td {
  border-bottom: solid 2px #ccc;
}
.table tbody tr th,
.table tbody tr td {
  border-top: solid 1px #ccc;
  font-size: 14px;
  font-size: 1.4rem;
}
.table.table-center td,
.table.table-center th {
  vertical-align: middle;
}
.table.table-striped tbody tr:nth-child(odd) th,
.table.table-striped tbody tr:nth-child(odd) td,
.table.table-striped tbody tr.odd th,
.table.table-striped tbody tr.odd td,
.table.zebra-striped tbody tr:nth-child(odd) th,
.table.zebra-striped tbody tr:nth-child(odd) td,
.table.zebra-striped tbody tr.odd th,
.table.zebra-striped tbody tr.odd td {
  background: #f7f7f7;
}
.table.group-striped tbody {
  border-bottom: solid 1px #ccc;
}
.table.group-striped tbody tr td {
  border-bottom: none;
}
.table.group-striped tbody tr.odd td {
  background: #c8aa6e;
}
.table.group-striped tbody tr.odd + tr.even td,
.table.group-striped tbody tr.even + tr.odd td {
  border-top: solid 1px #ccc;
}
.table.table-bordered thead tr th,
.table.table-bordered thead tr td {
  border: solid 1px #ccc;
  border-bottom-width: 2px;
}
.table.table-bordered tbody tr th,
.table.table-bordered tbody tr td {
  border: solid 1px #ccc;
}
.table.table-hover tbody tr:hover th,
.table.table-hover tbody tr:hover td {
  background: rgba(186, 148, 73, 0.25);
}
.table.table-condensed td,
.table.table-condensed th {
  padding: 5px 5px 2px;
}
.table.table-expanded td,
.table.table-expanded th {
  padding: 15px 10px 8px;
}
.table.table-nohead tbody tr:first-child th,
.table.table-nohead tbody tr:first-child td {
  border-top: none;
}
.table thead tr.info th,
.table thead tr.info td,
.table tbody tr.info th,
.table tbody tr.info td,
.table tfoot tr.info th,
.table tfoot tr.info td {
  background: fade(blue, 15%) !important;
}
.table thead tr.success th,
.table thead tr.success td,
.table tbody tr.success th,
.table tbody tr.success td,
.table tfoot tr.success th,
.table tfoot tr.success td {
  background: fade(green, 15%) !important;
}
.table thead tr.error th,
.table thead tr.error td,
.table tbody tr.error th,
.table tbody tr.error td,
.table tfoot tr.error th,
.table tfoot tr.error td {
  background: fade(red, 15%) !important;
}
.table thead tr.warning th,
.table thead tr.warning td,
.table tbody tr.warning th,
.table tbody tr.warning td,
.table tfoot tr.warning th,
.table tfoot tr.warning td {
  background: fade(yellow, 15%) !important;
}

.tab-container .tab-navi .active .button {
  background: #ba9449;
}

.tab-container .tab-content .tab-item {
  display: none;
}

.tab-container .tab-content .tab-item:first-child {
  display: block;
}

#to-top {
  display: block;
  background: #ba9449;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 44px;
  height: 44px;
  width: 44px;
  opacity: 0;
  position: fixed;
  right: 45px;
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  bottom: 45px;
  transform: translateY(100%);
  z-index: 100;
  font-size: 20px;
  font-size: 2rem;
}
#to-top i {
  vertical-align: middle;
}
#to-top.totop-visible {
  transform: translateY(0);
  opacity: 1;
}
#to-top:hover {
  margin-bottom: 5px;
}

body {
  color: #000;
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  line-height: 1.7;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
}

/*************************************
// HEADLINES
**************************************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.article-wrap > h1,
.article-wrap > .h1,
.h3,
.article-wrap > h1 + h2,
.article-wrap > h1 + .h2,
.article-wrap > h1 + h1,
.article-wrap > h1 + .h1,
.article-wrap > .h1 + h2,
.article-wrap > .h1 + .h2,
.article-wrap > .h1 + h1,
.article-wrap > .h1 + .h1,
.h4,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content .h1,
.article-content .h2,
.article-content .article-wrap > h1,
.article-content .h3,
.article-content .article-wrap > h1 + h2,
.article-content .article-wrap > h1 + .h2,
.article-content .article-wrap > h1 + h1,
.article-content .article-wrap > h1 + .h1,
.article-content .article-wrap > .h1 + h2,
.article-content .article-wrap > .h1 + .h2,
.article-content .article-wrap > .h1 + h1,
.article-content .article-wrap > .h1 + .h1,
.article-content .h4,
.h5,
.h6 {
  line-height: 1.2;
  font-family: "Louize Display", "Times New Roman", "Georgia", serif;
  letter-spacing: 1px;
  font-weight: 400;
}

h1,
.h1 {
  /*
	margin: 68px 0 28px;

	@include font-size(40);
	*/
  margin-top: 90px;
  margin-bottom: 60px;
  letter-spacing: 1px;
  font-size: 85px;
  font-size: 8.5rem;
}

h2,
.h2,
.article-wrap > h1,
.article-wrap > .h1 {
  /*
	margin: 52px 0 16px;

	@include font-size(32);
	*/
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 62px;
  font-size: 6.2rem;
}

h3,
.h3,
.article-wrap > h1 + h2,
.article-wrap > h1 + .h2,
.article-wrap > h1 + h1,
.article-wrap > h1 + .h1,
.article-wrap > .h1 + h2,
.article-wrap > .h1 + .h2,
.article-wrap > .h1 + h1,
.article-wrap > .h1 + .h1 {
  /*
	margin: 32px 0 12px;

	@include font-size(24);
	*/
  margin-top: 90px;
  margin-bottom: 60px;
  font-size: 40px;
  font-size: 4rem;
}

h4,
.h4,
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content .h1,
.article-content .h2,
.article-content .article-wrap > h1,
.article-content .h3,
.article-content .article-wrap > h1 + h2,
.article-content .article-wrap > h1 + .h2,
.article-content .article-wrap > h1 + h1,
.article-content .article-wrap > h1 + .h1,
.article-content .article-wrap > .h1 + h2,
.article-content .article-wrap > .h1 + .h2,
.article-content .article-wrap > .h1 + h1,
.article-content .article-wrap > .h1 + .h1,
.article-content .h4 {
  /*
	margin: 20px 8px;

	@include font-size(20);
	*/
  margin-top: 45px;
  margin-bottom: 30px;
  font-size: 28px;
  font-size: 2.8rem;
}

h5,
.h5 {
  /*
	margin: 16px 0 4px;

	@include font-size(18);
	*/
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
}

h6,
.h6 {
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}

.has-more {
  position: relative;
}
.has-more .more {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  font-weight: 400;
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  line-height: 1;
  white-space: nowrap;
  bottom: -30px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .has-more .more {
    left: auto;
    right: 0;
    bottom: 0;
  }
}

.page-template-template-page-with-rows h2,
.page-template-template-page-with-rows h3,
.page-template-template-page-with-rows h4,
.page-template-template-page-with-rows h5,
.page-template-template-page-with-rows h6,
.page-template-template-page-with-rows .h2,
.page-template-template-page-with-rows .article-wrap > h1,
.page-template-template-page-with-rows .article-wrap > .h1,
.page-template-template-page-with-rows .h3,
.page-template-template-page-with-rows .article-wrap > h1 + h2,
.page-template-template-page-with-rows .article-wrap > h1 + .h2,
.page-template-template-page-with-rows .article-wrap > h1 + h1,
.page-template-template-page-with-rows .article-wrap > h1 + .h1,
.page-template-template-page-with-rows .article-wrap > .h1 + h2,
.page-template-template-page-with-rows .article-wrap > .h1 + .h2,
.page-template-template-page-with-rows .article-wrap > .h1 + h1,
.page-template-template-page-with-rows .article-wrap > .h1 + .h1,
.page-template-template-page-with-rows .h4,
.page-template-template-page-with-rows .article-content h1,
.article-content .page-template-template-page-with-rows h1,
.page-template-template-page-with-rows .article-content h2,
.article-content .page-template-template-page-with-rows h2,
.page-template-template-page-with-rows .article-content h3,
.article-content .page-template-template-page-with-rows h3,
.page-template-template-page-with-rows .article-content h4,
.article-content .page-template-template-page-with-rows h4,
.page-template-template-page-with-rows .article-content .h1,
.article-content .page-template-template-page-with-rows .h1,
.page-template-template-page-with-rows .article-content .h2,
.article-content .page-template-template-page-with-rows .h2,
.page-template-template-page-with-rows .article-content .h3,
.article-content .page-template-template-page-with-rows .h3,
.page-template-template-page-with-rows
  .article-content
  .article-wrap
  > .h1
  + h1,
.article-content
  .page-template-template-page-with-rows
  .article-wrap
  > .h1
  + h1,
.page-template-template-page-with-rows .h5,
.page-template-template-page-with-rows .h6,
.page-template-template-page-with-thumbnail h2,
.page-template-template-page-with-thumbnail h3,
.page-template-template-page-with-thumbnail h4,
.page-template-template-page-with-thumbnail h5,
.page-template-template-page-with-thumbnail h6,
.page-template-template-page-with-thumbnail .h2,
.page-template-template-page-with-thumbnail .article-wrap > h1,
.page-template-template-page-with-thumbnail .article-wrap > .h1,
.page-template-template-page-with-thumbnail .h3,
.page-template-template-page-with-thumbnail .article-wrap > h1 + h2,
.page-template-template-page-with-thumbnail .article-wrap > h1 + .h2,
.page-template-template-page-with-thumbnail .article-wrap > h1 + h1,
.page-template-template-page-with-thumbnail .article-wrap > h1 + .h1,
.page-template-template-page-with-thumbnail .article-wrap > .h1 + h2,
.page-template-template-page-with-thumbnail .article-wrap > .h1 + .h2,
.page-template-template-page-with-thumbnail .article-wrap > .h1 + h1,
.page-template-template-page-with-thumbnail .article-wrap > .h1 + .h1,
.page-template-template-page-with-thumbnail .h4,
.page-template-template-page-with-thumbnail .article-content h1,
.article-content .page-template-template-page-with-thumbnail h1,
.page-template-template-page-with-thumbnail .article-content h2,
.article-content .page-template-template-page-with-thumbnail h2,
.page-template-template-page-with-thumbnail .article-content h3,
.article-content .page-template-template-page-with-thumbnail h3,
.page-template-template-page-with-thumbnail .article-content h4,
.article-content .page-template-template-page-with-thumbnail h4,
.page-template-template-page-with-thumbnail .article-content .h1,
.article-content .page-template-template-page-with-thumbnail .h1,
.page-template-template-page-with-thumbnail .article-content .h2,
.article-content .page-template-template-page-with-thumbnail .h2,
.page-template-template-page-with-thumbnail .article-content .h3,
.article-content .page-template-template-page-with-thumbnail .h3,
.page-template-template-page-with-thumbnail
  .article-content
  .article-wrap
  > .h1
  + h1,
.article-content
  .page-template-template-page-with-thumbnail
  .article-wrap
  > .h1
  + h1,
.page-template-template-page-with-thumbnail .h5,
.page-template-template-page-with-thumbnail .h6 {
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

#main-inner h2:first-child,
#main-inner h3:first-child,
#main-inner h4:first-child,
#main-inner h5:first-child,
#main-inner h6:first-child,
#main-inner .h2:first-child,
#main-inner .article-wrap > h1:first-child,
#main-inner .article-wrap > .h1:first-child,
#main-inner .h3:first-child,
#main-inner .article-wrap > h1 + h2:first-child,
#main-inner .article-wrap > h1 + .h2:first-child,
#main-inner .article-wrap > h1 + h1:first-child,
#main-inner .article-wrap > h1 + .h1:first-child,
#main-inner .article-wrap > .h1 + h2:first-child,
#main-inner .article-wrap > .h1 + .h2:first-child,
#main-inner .article-wrap > .h1 + h1:first-child,
#main-inner .article-wrap > .h1 + .h1:first-child,
#main-inner .h4:first-child,
#main-inner .article-content h1:first-child,
.article-content #main-inner h1:first-child,
#main-inner .article-content h2:first-child,
.article-content #main-inner h2:first-child,
#main-inner .article-content h3:first-child,
.article-content #main-inner h3:first-child,
#main-inner .article-content h4:first-child,
.article-content #main-inner h4:first-child,
#main-inner .article-content .h1:first-child,
.article-content #main-inner .h1:first-child,
#main-inner .article-content .h2:first-child,
.article-content #main-inner .h2:first-child,
#main-inner .article-content .h3:first-child,
.article-content #main-inner .h3:first-child,
#main-inner .h5:first-child,
#main-inner .h6:first-child {
  margin-top: 0;
}

/*************************************
// Underline text & headline
**************************************/
.headline-underline {
  text-align: center;
}

@media (max-width: 991px) {
  h1 {
    margin-top: 4rem;
    margin-bottom: 4rem;
    font-size: 50px;
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 40px;
    font-size: 4rem;
  }
  h2.headline-underline,
  h3.headline-underline {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*************************************
// BODY TEXT
**************************************/
p,
.media-container {
  margin: 0 0 30px 0;
}

.lead {
  font-weight: 300;
  margin: 0 0 120px 0;
  line-height: 1.5;
  font-size: 17px;
  font-size: 1.7rem;
}

/*strong {
	font-weight: bolder;
}*/
small,
.small {
  font-weight: 500;
  font-size: 11px;
  font-size: 1.1rem;
}

.big {
  font-size: 18px;
  font-size: 1.8rem;
}

.txtcenter,
.alignc {
  text-align: center;
}

.txtleft,
.alignl {
  text-align: left;
}

.txtright,
.alignr {
  text-align: right;
}

.text-overflow {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a,
.ui-link {
  color: #ba9449;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
a:hover,
.ui-link:hover {
  color: #977739;
  text-decoration: none;
}

.lnk-buy-tickets {
  display: block;
  margin-top: 5px;
}

a.reset-link {
  color: inherit;
  text-decoration: none;
}
a.reset-link:hover {
  color: inherit;
}

a.block-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
a.block-link:hover {
  color: inherit;
}

sub,
sup {
  font-size: 60%;
}

.color-disabled {
  color: #adadad;
}

.light-grey {
  color: #f7f7f7;
}

.color-primary {
  color: #ba9449;
}

.color-secondary {
  color: #ba9449;
}

iframe {
  border: none;
}

/*************************************
// Images
**************************************/
.responsive-image,
.responsive-img {
  display: block;
  height: auto;
  width: 100%;
}

/*************************************
// Lists
**************************************/
.reset-list,
nav ul,
ul.menu {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  list-style: none;
}
.reset-list li,
nav ul li,
ul.menu li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ul,
ol {
  margin: 30px 0 60px;
}
ul li,
ol li {
  margin: 15px 0;
}

.inline-list li {
  display: inline-block;
}

.inline-list.has-gutter li {
  margin-right: 15px;
}

/*************************************
// Blockquote
**************************************/
blockquote {
  margin: 120px 60px;
  border-left: solid 2px #ccc;
  padding: 30px;
  font-weight: 300;
  line-height: 1.2;
  font-size: 21px;
  font-size: 2.1rem;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + p {
  margin-top: 60px;
}
blockquote cite {
  display: block;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 45px;
  font-size: 13px;
  font-size: 1.3rem;
}
blockquote cite:before {
  content: "\2014 \2009";
  margin-right: 6px;
}

@media screen and (min-width: 992px) {
  blockquote {
    margin-left: 120px;
    margin-right: 120px;
  }
}

/*************************************
// Icon
**************************************/
@keyframes anim-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.icon-spin {
  display: inline-block;
  margin-right: 15px;
  animation: anim-rotate 2s infinite linear;
}

.ad {
  background: #f7f7f7;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.ad img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.ad-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 650px;
}
.ad-container .google-ad-banner {
  margin: 0 auto;
}
.ad-container .ad-left {
  left: 0;
}
.ad-container .ad-right {
  right: 0;
}
.ad-container .ad-left,
.ad-container .ad-right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  /*
		.inner-wrapper-sticky{
			transform: translate(0, 0); /* For browsers don't support translate3d. * /
			transform: translate3d(0, 0, 0);
			will-change: position, transform;
		}
		*/
}
.ad-container .ad-left .ad-skyscraper-inner,
.ad-container .ad-right .ad-skyscraper-inner {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 90px;
}
@media (max-width: 991px) {
  .ad-container .lateral-ad {
    display: none;
  }
}
@media (min-width: 992px) {
  .ad-container {
    width: 956px;
  }
  .ad-container .ad-left,
  .ad-container .ad-right {
    display: block;
  }
  .ad-container .ad-left iframe {
    transform: translateX(-15px);
  }
  .ad-container .ad-right iframe {
    transform: translateX(15px);
  }
  .ad-container.has-left-ad .container,
  .ad-container.has-right-ad .container {
    width: 798px;
  }
  .ad-container.has-left-ad.has-right-ad .container {
    width: calc(100% - 316px);
  }
}
@media (min-width: 1200px) {
  .ad-container {
    width: 100%;
    max-width: 1600px;
  }
  .ad-container .ad-left iframe {
    transform: translateX(8px);
  }
  .ad-container .ad-right iframe {
    transform: translateX(-8px);
  }
  .ad-container .ad-left iframe[width="120"] {
    transform: translateX(48px);
  }
  .ad-container .ad-right iframe[width="120"] {
    transform: translateX(-48px);
  }
  .ad-container.has-left-ad .container,
  .ad-container.has-right-ad .container {
    width: 100%;
    max-width: calc(100% - 198px);
  }
  .ad-container.has-left-ad.has-right-ad .container {
    width: 100%;
    max-width: calc(100% - 356px);
  }
  .col-lg-7.article-content {
    width: 61%;
  }
  .col-lg-7.article-content + .col-lg-5 {
    width: 39%;
  }
}
@media (min-width: 1366px) {
  .ad-container .ad-left iframe {
    transform: translateX(15px);
  }
  .ad-container .ad-right iframe {
    transform: translateX(-15px);
  }
  .ad-container .ad-left iframe[width="120"] {
    transform: translateX(55px);
  }
  .ad-container .ad-right iframe[width="120"] {
    transform: translateX(-55px);
  }
  .ad-container.has-left-ad.has-right-ad .container {
    width: 100%;
    max-width: calc(100% - 396px);
  }
}

@media (max-width: 767px) {
  .ad--container .google-ad-banner iframe {
    max-width: 100%;
  }
}

#search-filter .offset-bottom-3 {
  margin-bottom: 60px;
}

.article-row {
  clear: both;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*
	.article-card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		height: 100%;

		&-content {
			flex: 1 1 auto;
		}
	}
*/
}
.article-row:before,
.article-row:after {
  display: none;
}
.article-row > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .article-row {
    display: block;
  }
  .article-row > * {
    margin-bottom: 30px;
  }
}
.article-row.col-2 > * {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.article-row.col-6 > * {
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
}
@media (max-width: 991px) {
  .article-row.col-6 {
    display: -ms-flexbox;
    display: flex;
  }
  .article-row.col-6 > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.big-message {
  background: #303232;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 200;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 99999;
}
.big-message .container {
  display: -ms-flexbox;
  display: flex;
}
.big-message.fixed {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}
.big-message-text {
  -ms-flex-item-align: center;
  align-self: center;
  padding-top: 8px;
  font-size: 26px;
  font-size: 2.6rem;
}
.big-message a {
  color: #fff;
}
.big-message .button-wrap {
  margin-bottom: 10px;
}
.big-message-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 2.4rem;
  cursor: pointer;
}

footer {
  background: #303232;
  color: #fff;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
footer .logo {
  margin-bottom: 45px;
}
footer .beat-logo svg {
  height: auto;
  width: 80px;
}
footer nav {
  margin-bottom: 30px;
}
footer nav a {
  display: block;
  padding: 0 7.5px;
}
footer a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
footer a:hover {
  color: #989999;
  text-decoration: none;
}

header {
  position: relative;
  height: 69px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  header {
    height: 69px;
  }
}
header #fixed-header {
  background: #fff;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 69px;
  z-index: 100;
  transition: all 0.2s;
  /*
		&.nav-up {
			.logo-wrap {
				transform: translateY(-200%);
				opacity: 0;
			}
		}
		*/
}
@media (max-width: 767px) {
  header #fixed-header {
    height: 69px;
  }
  header #fixed-header .logo-wrap > .logo svg {
    height: 20px;
    width: auto;
    margin-top: 8px;
  }
}
header #fixed-header.fixed {
  position: fixed;
  background: #f7f7f7;
  background: #303232;
  color: #fff;
}
header #fixed-header.fixed .logo-wrap > .logo svg path {
  fill: #fff;
}
header #fixed-header.fixed .menu-toggle span {
  background: #fff;
}
header #fixed-header.fixed #header-nav a {
  color: #fff;
}
header #fixed-header.fixed #header-nav a:hover {
  color: #cccccc;
}
header #fixed-header.fixed #page-progress-bar {
  border-bottom: 3px solid #cccccc;
}
header #fixed-header.fixed .header-headline--category-heading h2 {
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  header #fixed-header.fixed .header-headline--category-heading h2 {
    opacity: 0.8;
  }
}
header #fixed-header .logo-wrap {
  transition: all 0.2s;
  transform: translateY(0%);
  opacity: 1;
  width: 100%;
}
header #fixed-header #header-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header #fixed-header #header-inner:before,
header #fixed-header #header-inner:after {
  display: none;
}
header #fixed-header #header-inner .col-md-1,
header #fixed-header #header-inner .col-md-10 {
  width: auto;
}
header #fixed-header #header-inner .col-md-1 {
  min-width: 100px;
}
@media (min-width: 768px) {
  header #fixed-header #header-inner .col-md-1 {
    min-width: 140px;
  }
}
header #fixed-header #header-inner > .hidden-xs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
  justify-content: left;
}
header #fixed-header #header-inner #header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
}
header #fixed-header #header-inner .header-nav-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header #fixed-header #header-inner .header-nav-wrapper > .hidden-sm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  header #fixed-header #header-inner .header-nav-wrapper #menu-item-255217 {
    display: none;
  }
}
@media (min-width: 1200px) {
  header #fixed-header #header-inner .header-nav-wrapper #menu-item-255217 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  header #fixed-header #header-inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
header #page-progress-bar {
  border-bottom: 3px solid transparent;
  min-width: 1%;
  width: 1%;
  position: relative;
  top: -3px;
}
header .header-action-right {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (min-width: 992px) {
  header .header-action-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
header .header-action-right i {
  margin-left: 4px;
  vertical-align: middle;
}
@media (min-width: 992px) {
  header .header-action-right i {
    margin-left: 0;
    margin-right: 15px;
  }
}
header a {
  color: #ba9449;
}
header a:hover {
  color: #d6bf93;
}

.logo-wrap {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .logo-wrap {
    padding-right: 35px;
  }
}

#site-switch-toggle {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
}

#site-switch-sites {
  background: #fff;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10%);
  transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
}
#site-switch-sites a {
  display: block;
  padding: 10px 15px;
  white-space: nowrap;
}
#site-switch-sites a + a {
  border-top: solid 1px #ccc;
}

#site-switch.open #site-switch-sites {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#header-headline {
  color: #ffffff;
  text-align: left;
  line-height: 1.3;
  padding-top: 0;
  padding-left: 0;
}
#header-headline h1,
#header-headline h2 {
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 6px;
  text-transform: uppercase;
  margin: 0;
  font-size: 30px;
  font-size: 3rem;
}
#header-headline .header-headline {
  color: #ffffff;
  text-align: left;
}
#header-headline .header-headline--subheading {
  color: #ffffff;
  text-align: left;
  font-size: 1.1rem;
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
}
@media screen and (max-width: 992px) {
  #header-headline .header-headline--subheading {
    font-family: "gordita-medium", "Arial", "Helvetica", sans-serif;
  }
}
#header-headline .header-headline--subheading-mobile {
  font-family: "gordita-medium", "Arial", "Helvetica", sans-serif;
}
#header-headline .header-headline--category-heading h2 {
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
  max-width: calc(100vw - 390px);
}
@media (max-width: 1199px) {
  #header-headline .header-headline--category-heading h2 {
    font-size: 1.8rem;
    max-width: calc(100vw - 390px);
  }
}
@media (max-width: 991px) {
  #header-headline .header-headline--category-heading h2 {
    font-size: 1.6rem;
    max-width: calc(100vw - 340px);
  }
}
@media (max-width: 767px) {
  #header-headline .header-headline--category-heading h2 {
    letter-spacing: 0;
    opacity: 0;
    max-width: calc(100vw - 240px);
  }
}
#header-headline .header-headline--category-heading__video h2 {
  color: transparent;
}
#header-headline .header-headline--heading {
  color: #ffffff;
  text-align: left;
  font-size: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 2.3rem;
  font-weight: 100;
  font-family: "Louize Display", "Times New Roman", "Georgia", serif;
}
@media screen and (max-width: 768px) {
  #header-headline .header-headline--heading {
    font-family: "gordita", "Arial", "Helvetica", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  #header-headline .header-headline--heading {
    overflow: hidden;
    font-family: "gordita", "Arial", "Helvetica", sans-serif;
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.7rem;
  }
}

#header-nav {
  text-align: center;
}
#header-nav a {
  padding: 0 25px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  #header-nav a {
    padding: 0 9px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  #header-nav a {
    padding: 0 15px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  #header-nav a {
    padding: 0 20px;
  }
}
#header-nav a:hover {
  color: #333333;
}

.mobile-filter-close,
.mobile-filter-submit {
  display: none;
}

@media (max-width: 991px) {
  .mobile-filter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #303232;
    padding: 45px 7px 45px;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-30px);
    transition: 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  }
  .mobile-filter-hide {
    display: none;
  }
  .mobile-filter.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-filter-content {
    overflow-y: scroll;
    height: 100%;
    max-height: calc(100vh - 130px);
    position: relative;
    z-index: 5;
  }
  .mobile-filter-close {
    cursor: pointer;
    color: #fff;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .mobile-filter-submit {
    display: block;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 10;
  }
  .mobile-filter .accordion {
    background: none;
    border: solid 2px #fff;
  }
  .mobile-filter .accordion-content {
    color: #000;
    background: #fff;
  }
  .mobile-filter .accordion,
  .mobile-filter .form-col {
    margin-bottom: 15px;
  }
  .mobile-filter .form-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-filter .form-flex > * {
    width: 100% !important;
  }
  .mobile-filter .form-flex .form-col:last-child {
    display: none;
  }
  .mobile-filter input {
    background: none;
    color: #fff;
    border-width: 2px;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .button-small {
    padding: 10px 15px;
  }
}

/* Should be in a general filter, not mobile specific?*/
@media (max-width: 767px) {
  .button-cta .button {
    display: block;
  }
  .button-cta #filterBtn {
    background-color: #ba9449;
  }
}

.newsletter-container {
  background: #303232;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.newsletter-container #newsletter-cm {
  padding-right: 128px;
}
.newsletter-container #successNl,
.newsletter-container #errorNl,
.newsletter-container #errorNlEmail {
  display: none;
}
.newsletter-container .inline-form input[type="text"],
.newsletter-container .inline-form input[type="email"] {
  border: none;
  width: 60%;
}
@media (max-width: 1200px) {
  .newsletter-container .inline-form input[type="text"],
  .newsletter-container .inline-form input[type="email"] {
    width: 100%;
  }
}
.newsletter-container .inline-form select {
  margin-left: 12px;
  width: 120px;
}
@media (max-width: 1200px) {
  .newsletter-container .inline-form select {
    margin-left: 0px;
    margin-top: 12px;
    width: 100%;
  }
}
.newsletter-container button,
.newsletter-container button:focus {
  outline: none !important;
}
.newsletter-container #newsletter-cm button.pulse {
  animation: pulseAnim 1s infinite;
}
@media (max-width: 991px) {
  .newsletter-container .container {
    display: block;
  }
  .newsletter-container .container .big-message-text {
    margin-bottom: 30px;
  }
}

@keyframes pulseAnim {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#search-bar {
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #303232;
  display: none;
  padding-top: 90px;
  padding-bottom: 60px;
  z-index: 110;
}
@media (min-width: 992px) {
  #search-bar {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#search-bar .inline-form {
  padding-right: 80px;
}
#search-bar input[type="text"],
#search-bar #search-border {
  color: #fff;
  font-size: 1.8rem;
  background: none;
  border: none;
  padding-left: 0;
  border-bottom: solid 2px rgba(255, 255, 255, 0.2);
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  #search-bar input[type="text"],
  #search-bar #search-border {
    font-size: 2.6rem;
  }
}
#search-bar #search-border {
  border-bottom: none;
  border-top: solid 2px #fff;
  padding: 13px 0 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  height: 0;
  margin-top: -2px;
  z-index: -1;
}
#search-bar .button {
  display: flex;
  align-items: center;
  padding: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  #search-bar .button {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
#search-bar-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (min-width: 992px) {
  #search-bar-close {
    font-size: 2.4rem;
  }
}
#search-bar-open {
  cursor: pointer;
}

body.woocommerce-page .woocommerce {
  /* Product Page */
  /* Button */
  /* Custom select dropdown */
  /* Info/Error messages */
  /* Embedded forms in cart page */
}
body.woocommerce-page .woocommerce div.product .woocommerce-tabs .panel {
  background: none;
  position: static;
}
body.woocommerce-page .woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}
body.woocommerce-page .woocommerce div.product p.price,
body.woocommerce-page .woocommerce div.product span.price {
  color: #000;
}
body.woocommerce-page .woocommerce div.product .summary .tabs {
  display: none;
}
body.woocommerce-page .woocommerce div.product h2 {
  margin-top: 30px !important;
  margin-bottom: 30px;
  font-size: 2.8rem;
}
body.woocommerce-page
  .woocommerce
  div.product
  .woocommerce-Tabs-panel--description
  h2 {
  display: none;
}
body.woocommerce-page
  .woocommerce
  div.product
  .woocommerce-Tabs-panel--woocommerce_events
  p {
  margin-bottom: 0;
}
body.woocommerce-page .woocommerce button.button,
body.woocommerce-page .woocommerce #respond input#submit.alt,
body.woocommerce-page .woocommerce a.button,
body.woocommerce-page .woocommerce a.button.alt,
body.woocommerce-page .woocommerce button.button.alt,
body.woocommerce-page .woocommerce input.button.alt {
  border: none;
  display: block;
  font-weight: 500;
  transition: background 0.7s cubic-bezier(0.25, 1, 0.2, 1),
    color 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  cursor: pointer;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ba9449;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.5rem;
  border-radius: 0;
  height: 46px;
}
body.woocommerce-page .woocommerce button.button.button--gold,
body.woocommerce-page .woocommerce #respond input#submit.alt.button--gold,
body.woocommerce-page .woocommerce a.button.button--gold,
body.woocommerce-page .woocommerce a.button.alt.button--gold,
body.woocommerce-page .woocommerce button.button.alt.button--gold,
body.woocommerce-page .woocommerce input.button.alt.button--gold {
  margin: 30px 0;
  background: #ba9449 !important;
  color: #fff !important;
}
body.woocommerce-page
  .woocommerce
  .select2-container--default
  .select2-selection--single {
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 0;
  border-color: #ccc;
}
body.woocommerce-page .woocommerce .select2-selection__arrow {
  height: 36px;
  right: 5px;
}
body.woocommerce-page .woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce .woocommerce-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 2rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
body.woocommerce-page .woocommerce .woocommerce-error:before,
body.woocommerce-page .woocommerce .woocommerce-info:before,
body.woocommerce-page .woocommerce .woocommerce-message:before {
  display: none;
}
body.woocommerce-page .woocommerce .woocommerce-error ul,
body.woocommerce-page .woocommerce .woocommerce-info ul,
body.woocommerce-page .woocommerce .woocommerce-message ul {
  margin: 0;
}
body.woocommerce-page .woocommerce .woocommerce-error li,
body.woocommerce-page .woocommerce .woocommerce-info li,
body.woocommerce-page .woocommerce .woocommerce-message li {
  margin: 0;
}
body.woocommerce-page .woocommerce .woocommerce-message {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
}
body.woocommerce-page .woocommerce .woocommerce-message .button {
  margin-left: 20px;
}
body.woocommerce-page .woocommerce form.checkout_coupon,
body.woocommerce-page .woocommerce form.login,
body.woocommerce-page .woocommerce form.register {
  padding: 2rem;
  border-radius: 0;
}
body.woocommerce-page .woocommerce #add_payment_method #payment,
body.woocommerce-page .woocommerce .woocommerce-cart #payment,
body.woocommerce-page .woocommerce .woocommerce-checkout #payment {
  background: none;
  border-radius: 0;
}
body.woocommerce-page
  .woocommerce
  #add_payment_method
  #payment
  ul.payment_methods,
body.woocommerce-page
  .woocommerce
  .woocommerce-cart
  #payment
  ul.payment_methods,
body.woocommerce-page
  .woocommerce
  .woocommerce-checkout
  #payment
  ul.payment_methods {
  padding: 0;
  background: none;
  border: 0;
}
body.woocommerce-page .woocommerce ul.order_details {
  padding-left: 0;
  margin-left: 0;
}

.virtual-gigs-dashboard-table img {
  display: block;
  max-width: 100%;
  height: auto;
}

.virtual-gigs-dashboard-table td {
  padding-bottom: 10px;
  vertical-align: middle;
}

.article-content h1:first-child,
.article-content h2:first-child,
.article-content h3:first-child,
.article-content h4:first-child,
.article-content .h1:first-child,
.article-content .h2:first-child,
.article-content .article-wrap > h1:first-child,
.article-content .article-wrap > .h1:first-child,
.article-content .h3:first-child,
.article-content .article-wrap > h1 + h2:first-child,
.article-content .article-wrap > h1 + .h2:first-child,
.article-content .article-wrap > h1 + h1:first-child,
.article-content .article-wrap > h1 + .h1:first-child,
.article-content .article-wrap > .h1 + h2:first-child,
.article-content .article-wrap > .h1 + .h2:first-child,
.article-content .article-wrap > .h1 + h1:first-child,
.article-content .article-wrap > .h1 + .h1:first-child,
.article-content h1:first-child,
.article-content h2:first-child,
.article-content h3:first-child,
.article-content h4:first-child,
.article-content .h1:first-child,
.article-content .h2:first-child,
.article-content .h3:first-child,
.article-content .article-wrap > .h1 + h1:first-child,
.article-content .h4:first-child {
  margin-top: 0;
}

.article-content li {
  margin: 5px 0;
}

.article-hero img {
  width: 100%;
  height: auto;
  display: block;
}

.article-meta {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-top: 30px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
.article-meta.horizontal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .article-meta.horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.article-meta.horizontal > * {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .article-meta.horizontal > * {
    width: 50%;
  }
}
.article-meta.horizontal .article-meta-item {
  margin-bottom: 10px;
}
.article-meta.horizontal .article-meta-headline,
.article-meta.horizontal .article-meta-content {
  float: none;
  width: auto;
}
.article-meta.horizontal .article-meta-headline > div,
.article-meta.horizontal .article-meta-content > div {
  display: block;
}
.article-meta > * {
  overflow: hidden;
  clear: both;
}
.article-meta > .breadcrumb {
  width: 100%;
}
.article-meta-headline {
  font-weight: 500;
  color: #adadad;
  float: left;
  width: 100px;
}
.article-meta-content {
  float: left;
}
.article-meta-content > div {
  display: inline-block;
}
.article-meta p {
  margin-bottom: 0;
}

.sidebar-meta-item {
  background: #ba9449;
  padding: 15px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}
.sidebar-meta-item .sidebar-meta-headline {
  margin-bottom: 7.5px;
}

.article-head-meta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 12px;
  font-size: 11px;
  font-size: 1.1rem;
}
.article-head-meta .article-categories {
  padding-top: 0;
  padding-bottom: 0;
}

.article-top {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 11px;
  font-size: 1.1rem;
}
.article-top + h1,
.article-top + h2 {
  margin-top: 0;
}

.article-share {
  font-size: 22px;
  font-size: 2.2rem;
}
.article-share a {
  color: #000;
  display: inline-block;
  text-decoration: none;
  margin-right: 15px;
}
.article-share-info {
  padding-top: 30px;
  color: #adadad;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
}

.article-wrap > h1,
.article-wrap > .h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.article-wrap > h1 + h2,
.article-wrap > h1 + .h2,
.article-wrap > h1 + h1,
.article-wrap > h1 + .h1,
.article-wrap > .h1 + h2,
.article-wrap > .h1 + .h2,
.article-wrap > .h1 + h1,
.article-wrap > .h1 + .h1 {
  margin-bottom: 40px;
  font-family: "gordita", "Arial", "Helvetica", sans-serif;
  margin-top: -34px;
}
@media (max-width: 991px) {
  .article-wrap > h1 + h2,
  .article-wrap > h1 + .h2,
  .article-wrap > h1 + h1,
  .article-wrap > h1 + .h1,
  .article-wrap > .h1 + h2,
  .article-wrap > .h1 + .h2,
  .article-wrap > .h1 + h1,
  .article-wrap > .h1 + .h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.article-wrap a {
  text-decoration: none;
}

.article-wrap .article-sidebar {
  max-width: 300px;
  width: 100%;
  float: right;
}
.article-wrap .article-sidebar .article-card {
  background-color: #ba9449;
}

@media (max-width: 1199px) {
  .article-wrap > h1,
  .article-wrap > .h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .article-wrap .article-sidebar {
    float: none;
    margin: 40px auto 0px auto;
  }
  .article-wrap .article-sidebar .responsive-div {
    position: relative !important;
  }
}

.article-card-meta-gig--details {
  padding-left: 20px;
}
.article-card-meta-gig--details i {
  position: absolute;
  left: 7.5px;
  margin-top: 3px;
}

@media (min-width: 768px) {
  body.page-id-251147 h2 {
    text-align: left;
    padding-top: 5px;
  }
}

.article-collection-title-sponsor {
  text-align: center;
  position: relative;
  z-index: 1;
  transform: translateY(50%);
}
.article-collection-title-sponsor span {
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 7.5px 10px 4.5px;
  font-size: 13px;
  font-size: 1.3rem;
}

.article-collection-articles .sponsor-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.gig-guide-inline-form {
  margin-left: -8px;
  margin-right: -8px;
}
.gig-guide-inline-form .form-col {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-left: 8px;
  padding-right: 8px;
  /*
		&:nth-child(2),
		&:nth-child(3),
		&:nth-child(4) {
		}

		&:nth-child(3),
		&:nth-child(4) {
			flex-shrink: 1;
			flex-grow: 0;

			.button {
				padding-left: 14px;
				padding-right: 14px;
			}
		}
		*/
  /*
		&:last-child {
			flex-shrink: 1;
			flex-grow: 0;

			.button {
				padding-left: 14px;
				padding-right: 14px;
			}
		}
		*/
}
.gig-guide-inline-form .form-col.from-col-btn-wrap {
  width: 5%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.gig-guide-inline-form .form-col.from-col-btn-wrap .button {
  padding-left: 14px;
  padding-right: 14px;
}
.gig-guide-inline-form .fancy-dd {
  font-size: 1.3rem;
}
.gig-guide-inline-form .fancy-dd .fancy-dd-label span.txt {
  font-size: 1.3rem;
}

.gig-guide-inline-form-wrap {
  margin-bottom: 30px;
}

#user-login .button-block,
#user-register .button-block {
  margin-bottom: 0;
}

.user-wizard .tab-navi .button {
  font-weight: 400;
  text-align: left;
}

.user-wizard .i-checks.tick input[disabled] + i {
  opacity: 1;
}

.error404 form input[type="text"],
.search-page form input[type="text"] {
  padding-right: 60px;
}

.error404 form button,
.search-page form button {
  background: none;
  border: none;
  padding-left: 18px;
  padding-right: 18px;
}
.error404 form button:hover,
.search-page form button:hover {
  background: #000;
  color: #fff;
}

.error404 h1.h2,
.error404 .article-wrap > h1,
.search-page h1.h2,
.search-page .article-wrap > h1 {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .error404 h1.h2,
  .error404 .article-wrap > h1,
  .search-page h1.h2,
  .search-page .article-wrap > h1 {
    font-size: 3.2rem;
  }
}

.found {
  color: #adadad;
}
.found span {
  color: #000;
}

.advanced-search-row {
  margin-bottom: 30px;
}
.advanced-search-row span {
  display: block;
  text-transform: uppercase;
  padding-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.advanced-search-row .button {
  margin: 0 8px 8px;
}

.hide-filter-mobile {
  display: none;
}
@media (min-width: 480px) {
  .hide-filter-mobile {
    display: block;
  }
}

.show-filter-mobile {
  display: block;
}
@media (min-width: 480px) {
  .show-filter-mobile {
    display: none;
  }
}

.listicle--page-title {
  text-align: center;
}

.listicle--hero-sponsor-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  top: 2.5rem;
  z-index: 2;
}
.listicle--hero-sponsor-banner__content {
  width: auto;
  height: auto;
  padding: 1rem;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1rem;
}

.listicle--featured-image img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

.listicle--authors {
  text-transform: uppercase;
  margin-top: 2.4rem;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
}

.listicle--subheadline {
  margin-top: 4rem;
}
.listicle--subheadline h4 {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}

.listicle--content {
  margin-top: 4rem;
  text-align: center;
}

@media screen and (max-width: 395px) {
  body.body-beat
    header
    #fixed-header.fixed
    .header-headline--category-heading
    h2 {
    font-size: 1.4rem;
  }
}

.lightpick {
  font-family: gordita, Arial, Helvetica, sans-serif;
}
.lightpick .is-today:not(.is-in-range) {
  color: #ba9449;
  background-image: none;
  font-weight: bold;
}
.lightpick__select-months {
  direction: ltr !important;
}
.lightpick__month-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 200px;
  left: 50px;
  position: relative;
}
.lightpick__select-years {
  max-width: 90px;
  font-size: 0.7em;
}
.lightpick__previous-action {
  position: absolute;
  left: 0;
}

.lightpick__month-title > .lightpick__select-months {
  font-size: 0.7em;
  padding-left: 0;
  padding-right: 0;
}

.lightpick__day:not(.is-disabled):hover {
  background-image: none;
  background-color: #ba944980;
  border-radius: 0;
}

.lightpick__day.is-in-range {
  background-color: #ba94491a;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped,
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
  border-radius: 0;
  background-color: #ba9449;
  background-image: none;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  background-color: #000000ff;
  color: #ffffffff;
  border-radius: 50%;
  padding-top: 6px;
}
