/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

*::placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
  max-width: 100%;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 2;
  font-family: proxima-nova-condensed, sans-serif;
  color: #6b6a6a;
  background: #c8c5bd;
  margin: 0;
}

a {
  text-decoration: none;
  color: #9b538d;
}

em {
  font-style: italic;
}

h2 {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
h2.title {
  font-size: 1.5rem;
  padding: 12px;
  font-weight: 600;
  max-width: 768px;
  margin: 0 auto;
}

h3 {
  color: #3e4046;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

strong {
  font-weight: 600;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-style: normal;
  min-width: 174px;
  text-transform: uppercase;
}
.btn.btn-white {
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fcfbfb;
  text-transform: uppercase;
  padding: 7px;
}
.btn.btn-small {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}

input[type=search] {
  -webkit-appearance: none;
  appearance: none;
}

.main.artsgoggle-guide {
  padding-top: 39px;
}
@media screen and (min-width: 768px) {
  .main.artsgoggle-guide {
    padding-top: 47px;
  }
}

.container-small {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1420px;
}
@media (max-width: 767px) {
  .container-small {
    padding: 0 5px;
  }
}

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

.desktop-hidden {
  display: flex;
}
@media (min-width: 768px) {
  .desktop-hidden {
    display: none;
  }
}

.wrapper {
  background-color: #fff;
}

.custom-select {
  position: relative;
  font-size: 12px;
  height: 27px;
  background: #1ea2d3;
  border-radius: 0;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  border: 2px solid #1ea2d3;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .custom-select {
    height: 40px;
    font-size: 18px;
  }
}
.custom-select select {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 0;
  height: 100%;
  border: 0;
  padding: 0 40px 0 20px;
  box-shadow: none;
  background: #1ea2d3;
  text-transform: uppercase;
  font: inherit;
  color: inherit;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-appearance: none;
}
@media screen and (min-width: 768px) {
  .custom-select select {
    text-align: left;
  }
}

.custom-select-arrow {
  width: 16px;
  height: 8px;
  right: 10px;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .custom-select-arrow {
    right: 12px;
    width: 22px;
    height: 12px;
  }
}
.custom-select-arrow:before {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.5);
}

.members-select, .members-search {
  display: block;
  width: auto;
  margin: 0 0 15px;
}
.header {
  background: #000;
  padding: 8px 14px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.header .logo {
  padding: 4px 0 3px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .logo .logo-text {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .header .logo .logo-text {
    font-size: 24px;
  }
}
.header .header-box-holder {
  width: 25%;
}
.header .search-mobile {
  display: flex;
  justify-content: flex-end;
}
.header .search-mobile .input-container {
  width: 100%;
  overflow: hidden;
  background: #61646e;
  padding: 10px;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: center;
}
.header .search-mobile input {
  font-size: 14px;
  line-height: 24px;
  float: left;
  width: 100%;
  padding: 4px 13px;
  color: #FFF;
  border: 2px solid #FFF;
  border-radius: 4px;
  background: transparent none repeat scroll 0 0;
  height: 30px;
  margin-bottom: 10px;
}
.header .search-mobile input::placeholder {
  color: #fff;
}
.header .search-mobile .btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: none;
}
.header .search-mobile .btn-search img {
  position: relative;
  top: 2px;
}
.header .favorites {
  display: flex;
  align-items: center;
}
.header .favorites a {
  line-height: 1;
  padding-left: 6px;
}

.btn-holder {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.page-hero {
  text-align: center;
}
.page-hero img {
  max-width: 100%;
  margin: 20px auto;
}

.presenting-sponsor-logo {
  padding: 1.5rem;
  text-align: center;
  max-width: 768px;
  margin: 0 auto;
}
.presenting-sponsor-logo p {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0;
}
.tabs-list-holder {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px;
  text-shadow: 0 1px 7px #000;
  position: relative;
  overflow: hidden;
}
.tabs-list-holder ul.tabs-list {
  width: 100%;
  margin-bottom: 12px;
  list-style: none;
}
.tabs-list-holder ul.tabs-list .tabs-list-i {
  padding: 0 0;
  position: relative;
  transition: all 0.2s linear;
  top: 0;
  width: 49%;
  margin: 0;
  white-space: nowrap;
  background-color: #383a3f;
  background-image: linear-gradient(-37deg, transparent, transparent 50%, #3f4147 46%);
  cursor: pointer;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #C8C5BD;
  color: #fff;
}
.tabs-list-holder ul.tabs-list .tabs-list-i a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: inherit;
  padding: 15% 8px 20%;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
}
.tabs-list-holder ul.tabs-list .tabs-list-i a span {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
}
.tabs-list-holder ul.tabs-list.tabs-list_dark {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 0 14px;
}
.tabs-list-holder ul.tabs-list .tabs-list_dark .tabs-list-i {
  padding: 0 0;
  position: relative;
  transition: all 0.2s linear;
  top: 0;
}
.tabs-list-holder ul.tabs-list .tabs-list_dark .tabs-list-i a {
  position: relative;
  padding: 20% 8px;
  width: 100%;
  white-space: normal;
  background: none;
}

.blue-block {
  background: #5899ce;
  padding: 1rem 0.5rem;
  width: 90%;
  max-width: 400px;
  margin: 2rem auto;
  text-align: center;
  color: #fff;
}
.blue-block h3 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
}
.blue-block p {
  line-height: 1.2;
  font-weight: 200;
}

.buttons div {
  margin-bottom: 0.5rem;
}
.buttons .btn-decore {
  display: block;
  width: 400px;
  max-width: 95%;
  margin: 0 auto;
  padding: 8px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  background-color: #b02947;
  background-image: none;
}
.buttons .btn-decore.fancy {
  background-color: #9b538d;
  font-family: "Josefin Sans", sans-serif;
}

.bottom-decor {
  width: 90%;
  max-width: 400px;
  margin: 70px auto 0;
  text-align: center;
  background-size: contain;
}
.bottom-decor img {
  position: relative;
  top: 4px;
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.footer {
  background: #222325;
}
.footer .footer-top {
  border-bottom: 2px solid #3e4046;
  padding-bottom: 23px;
}
.footer .footer-block {
  overflow: hidden;
  padding: 30px 15px 0;
  position: relative;
}
.footer .footer-block-title {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 4px;
  margin-bottom: 22px;
  text-align: center;
  border-bottom: 2px solid #c8c5bd;
}
@media screen and (min-width: 980px) {
  .footer .footer-block-title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1124px) {
  .footer .footer-block-title {
    font-size: 22px;
    line-height: 24px;
  }
}
.footer .footer-form-row {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.footer .footer-form-row .checkbox-label {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 32px;
}
.footer .footer-form-row .check-white {
  border-color: #fff;
}
.footer .footer-form-row .check {
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
.footer .footer-form-row .check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.footer .footer-form-row .check input:checked + span {
  display: block;
}
.footer .footer-form-row .check span {
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  position: relative;
}
.footer .footer-form-row .check span:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  backface-visibility: hidden;
}
.footer .footer-form-row .check span:after {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.footer .footer-form-row .check span.check-white:before, .footer .footer-form-row .check span.check-white:after {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .footer .footer-form-row {
    width: 20px;
    height: 20px;
    position: relative;
    top: 9px;
  }
}
.footer .footer-input-container {
  position: relative;
  padding-right: 90px;
  display: flex;
}
.footer .footer-input-container .email-input {
  margin-bottom: 13px;
  position: relative;
  width: 85%;
}
.footer .footer-input-container .email-input input {
  width: 100%;
  background: #4d4f57;
  border: none;
  outline: none;
  padding: 4px 37px 4px 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  color: #fff;
  height: 28px;
}
.footer .footer-input-container .email-input:after {
  content: "";
  width: 24px;
  height: 15px;
  position: absolute;
  top: 9px;
  right: 5px;
  background: url(../images/sprite.png) no-repeat -57px 0;
}
.footer .footer-social .social {
  padding: 4px 11%;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.footer .footer-social .social li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  width: 30px;
}
.footer .footer-social .social li a {
  display: block;
  color: #fff;
  transition: none;
}
.footer .footer-social .social li a:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: -8px;
  left: 0;
  background: url(../images/sprite-social-ico.png) no-repeat;
}
.footer .footer-social .social .social-twitter a:after {
  background-position: -2px 0;
}
.footer .footer-social .social .social-facebook a:after {
  background-position: -2px -54px;
}
.footer .footer-social .social .social-instagram a:after {
  background-position: -2px -108px;
}
.footer .footer-social .social .social-youtube a:after {
  background-position: -2px -154px;
}
.footer .footer-form .btn-white {
  font-size: 14px;
  float: right;
  width: 111px;
  min-width: 0;
  line-height: 12px;
  margin-top: 4px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}
.footer .footer-links {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-links {
    display: block;
  }
}
.footer .footer-links-list {
  width: 43%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}
.footer .footer-links-list:first-child {
  margin-right: 9%;
}
.footer .footer-links-list li {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 21px;
}
.footer .footer-links-list li a {
  color: #fff;
  letter-spacing: 2px;
}
.footer .footer-membership {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-membership {
    display: block;
  }
}
.footer .footer-bottom p {
  color: #fff;
  vertical-align: top;
  font-size: 11px;
  text-align: center;
}
.footer .footer-bottom-nav {
  display: flex;
  justify-content: center;
  vertical-align: top;
  font-size: 12px;
  line-height: 12px;
}
.footer .footer-bottom-nav.footer-bottom-nav-block {
  margin: 10px 0 0;
}
.footer .footer-bottom-nav li {
  padding: 0 10px;
  position: relative;
  margin-left: -5px;
}
.footer .footer-bottom-nav li:not(:first-child):after {
  content: "";
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer .footer-bottom-nav li a {
  color: #fff;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
}
.modal-header h3 {
  font-weight: 600;
}
.modal-header button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 27px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}

.page-headline-02 {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 6px 0;
  color: #3e4046;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: 4px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-headline-02 {
    font-size: 32px;
  }
}
.page-headline-02 span {
  padding: 8px 90px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .page-headline-02 span {
    padding: 8px 20px;
  }
}
.page-headline-02 span:before {
  content: "";
  top: 50%;
  left: 0;
  width: 76px;
  height: 18px;
  position: absolute;
  background: url(../images/item-decore6.png) no-repeat;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .page-headline-02 span:before {
    background: url(../images/item-decore4.png) no-repeat;
    left: 100%;
    width: 298px;
    height: 51px;
  }
}
.page-headline-02 span:after {
  content: "";
  top: 50%;
  right: 0;
  width: 76px;
  height: 18px;
  position: absolute;
  background: url(../images/item-decore5.png) no-repeat;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  .page-headline-02 span:after {
    background: url(../images/item-decore3.png) no-repeat;
    right: 100%;
    width: 298px;
    height: 51px;
  }
}

.row {
  max-width: 768px;
  text-align: center;
  margin: 0 auto;
}

.btn-holder.wide {
  padding-top: 0;
  z-index: 210;
}
.btn-holder.wide .back {
  width: 100%;
  border-radius: 0;
  background-color: #1ea2d3;
  text-align: left;
  display: block;
  font-weight: 300;
}

#back-button.sticky {
  position: fixed;
  width: 100%;
  top: 39px;
}
@media screen and (min-width: 768px) {
  #back-button.sticky {
    top: 47px;
  }
}
#back-button.sticky + div {
  margin-top: 36px;
}

.artist.general {
  max-width: 768px;
  margin: 0 auto;
  padding-top: 10px;
  background: #f3ef6a;
}

.entertainment-filters {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}
.entertainment-filters .btn {
  background-color: #1ea2d3;
}
.entertainment-filters .btn.active {
  background-color: #9b538d;
}

.filters-wrapper {
  padding: 20px 10px 0;
  overflow: hidden;
  border-bottom: 2px solid #222;
  background-color: #222;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .filters-wrapper {
    padding: 0 30px;
  }
}
.filters-wrapper:before {
  position: absolute;
  left: calc(50% - 15px);
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f3ef6a;
}
.filters-wrapper .holder-wrap {
  position: relative;
}
.filters-wrapper .filters-row {
  border: none;
  float: left;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .filters-wrapper .filters-row {
    padding: 4px 10px;
    border-top: 2px solid #c2beb5;
    overflow: hidden;
  }
}
.filters-wrapper .filters-title {
  color: #fff;
  min-width: 128px;
  text-transform: uppercase;
  position: relative;
  font-style: normal;
  font-weight: 600;
  padding: 8px 0 7px;
  margin: 0 5px 0 0;
  display: block;
  float: none;
  width: auto;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .filters-wrapper .filters-title {
    text-align: right;
    float: left;
    margin: 0 22px 0 0;
    padding: 8px 0;
    font-size: 24px;
    line-height: 26px;
    color: #3e4046;
  }
}
@media screen and (min-width: 1024px) {
  .filters-wrapper .filters-title {
    display: inline-block;
    text-align: right;
    float: left;
    margin: 0 22px 0 0;
    padding: 8px 0;
    font-size: 24px;
    line-height: 26px;
    color: #3e4046;
  }
}

.info-list {
  margin: 0;
  padding: 10px;
  flex-direction: column;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 768px;
  margin: 0 auto;
  background-color: #f3ef6a;
  min-height: 80vh;
}
.info-list.artist.blocks .block-section {
  background-color: #fff;
}
.info-list.artist.blocks .block-section:not(:last-child) {
  margin-bottom: 12px;
}
.info-list.artist.blocks .block-section div.block-name {
  color: #fff;
  background-color: #9b538d;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 6px 0;
}
.info-list.artist.blocks .block-section div.block-name.smv {
  background-color: #1ea2d3;
}
.info-list.artist.blocks .block-section div.block-name a {
  color: #222;
  font-size: 1.1rem;
  font-weight: 600;
}
.info-list.artist.blocks .block-section p.block-button {
  text-align: center;
  margin-bottom: 15px;
}
.info-list.artist.blocks .block-section p.block-button a.btn {
  background-color: #9b538d;
}
.info-list.artist.blocks .block-section p.block-button a.btn.smv {
  background-color: #2fa1d5;
}
.info-list.artist.blocks .block-section img.vendor-image {
  max-height: 200px;
  display: block;
  margin: 0 auto;
}
.info-list .block-sponsor-section {
  display: flex;
  flex-direction: column;
  padding: 12px 12px;
  background-color: #fff;
  margin-bottom: 12px;
}
.info-list .block-sponsor-section h3 {
  font-size: 1.2rem;
  text-align: center;
}
.info-list .block-sponsor-section .block-location {
  text-align: center;
  line-height: 1.1;
  font-size: 1.1rem;
  color: #222;
}
.info-list .block-sponsor-section .block-description {
  line-height: 1.1;
  font-size: 1.1rem;
  color: #222;
  padding: 12px;
}
.info-list .block-sponsor-section .block-description p {
  line-height: 1.2;
}
.info-list .block-sponsor-section .block-description figure {
  margin: 24px 0;
}
.info-list .block-sponsor-section .block-description figure img {
  display: block;
  margin: 0 auto;
}
.info-list .block-sponsor-section .sponsor-logo {
  margin: 12px auto 12px;
  width: 200px;
  max-height: 200px;
  text-align: center;
}
.info-list .block-sponsor-section .sponsor-logo img {
  max-height: 200px;
}
.info-list .block-sponsor-section .sponsor-info {
  flex: 1 1 auto;
  padding: 0 12px;
}
.info-list .block-sponsor-section .sponsor-info p.sponsor-name {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.3rem;
  color: #545454;
  font-weight: 600;
  text-align: center;
}
.info-list .block-sponsor-section .sponsor-info .sponsor-description p {
  font-size: 0.8rem;
  font-weight: 600;
  color: #222;
}

.artists-list {
  font-size: 1rem;
  line-height: 2;
}
.artists-list .filters .checkbox {
  color: #222;
}
.artists-list .artist {
  background-color: #222;
}
.artists-list li {
  padding: 8px;
  margin-bottom: 12px;
}
.artists-list li:not(:last-child) {
  border-bottom: 6px solid #222;
}
.artists-list .info-box {
  display: flex;
  flex-direction: column;
}
.artists-list .info-box .artist-medium {
  font-size: 1.2rem;
  background-color: #2fa1d5;
  text-align: center;
  color: #fff;
  line-height: 1.6;
}
.artists-list .info-box .img-area {
  width: 100%;
  padding: 0 0 8px;
}
.artists-list .info-box .img-area .img-container {
  display: block;
  position: relative;
  min-height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
@media screen and (min-width: 540px) {
  .artists-list .info-box .img-area .img-container {
    min-height: 200px;
  }
}
.artists-list .info-box .img-area .filters-marker-container {
  position: absolute;
  bottom: 0;
  left: 0;
}
.artists-list .info-box .img-area .filters-marker-container .filters-marker {
  padding: 3px 8px;
  margin: 0 0 4px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-style: normal;
  font-weight: 700;
}
.artists-list .info-box .text-wrap {
  width: 100%;
  padding: 0 8px 8px 8px;
  text-align: center;
}
.artists-list .info-box .text-wrap .heading-info {
  padding: 14px 0 0;
}
.artists-list .info-box .text-wrap .heading-info h2 {
  line-height: 1.2;
  margin: 0px 0px 4px;
  font-size: 1.2rem;
  font-weight: 600;
}
.artists-list .info-box .text-wrap .heading-info h2 a {
  color: #222;
}
.artists-list .info-box .text-wrap .heading-info p {
  color: #222;
  line-height: 1.1;
}
.artists-list .info-box .text-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 12px 0;
  text-align: center;
  flex-wrap: wrap;
}
.artists-list .info-box .text-info p {
  width: 100%;
}
.artists-list .info-box .text-info .artist-statement {
  line-height: 1.4;
  font-size: 0.9rem;
  width: 80%;
  padding-right: 8px;
}
.artists-list .info-box .text-info .btn {
  text-decoration: none;
  background-color: #2fa1d5;
  padding: 10px 28px;
  font-size: 1.2rem;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-shadow: none;
}
.artists-list .info-box .text-info .btn .centered {
  text-align: center;
}
.artists-list .info-box .text-info .btn span {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 4px;
}
.artists-list .info-box .text-info .btn span a {
  color: inherit;
}
.artists-list .info-box .text-info .btn i {
  color: #fff;
  font-size: 1.5rem;
  margin-top: -4px;
}

.toggle-favorite {
  color: #FFF;
  background-color: #9b538d;
  border-radius: 2px;
  padding: 4px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.toggle-favorite.favorite-active {
  background: #2fa1d5;
}
.toggle-favorite.favorite-active i {
  color: #f3ef6a;
}

.block-info {
  border-bottom: 8px solid #9b538d;
}
.block-info .block-name {
  color: #fff;
  line-height: 1.7;
  font-size: 1.3rem;
  text-align: center;
  background-color: #9b538d;
}
.block-info .block-name.smv {
  background-color: #2fa1d5;
}
.block-info .block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.block-info .block-title img {
  width: 40%;
  padding: 10px;
}
.block-info .block-title h2 {
  flex-grow: 1;
  text-align: left;
  padding: 12px 12px 12px 24px;
  font-size: 1.6rem;
}

.artist-profile {
  padding: 12px 0;
  max-width: 600px;
  margin: 0 auto;
}
.artist-profile h2 {
  margin-top: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.artist-profile h3 {
  font-size: 1.1rem;
  text-align: center;
}
.artist-profile p {
  font-style: italic;
  text-align: center;
  font-size: 1.2rem;
  color: #222;
}
.artist-profile .artist-statement {
  font-size: 1rem;
  line-height: 1.4em;
  color: #222;
  max-width: 600px;
  margin: 0 auto 24px;
}
.artist-profile .paginate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-left: -24px;
  margin-right: -24px;
}
.artist-profile .paginate a.btn {
  width: 48%;
  min-width: 0;
  background-color: #2fa1d5;
}
.artist-profile .paginate a.disabled {
  background: #999;
}
.artist-profile .artist-details {
  padding: 36px;
}
.artist-profile .artist-details h2, .artist-profile .artist-details h3, .artist-profile .artist-details p {
  text-align: left;
  font-style: normal;
}
.artist-profile .artist-details p {
  font-size: 1rem;
  font-weight: 300;
}

.slides-wrap {
  position: relative;
  background-color: #000;
  max-width: 768px;
  margin: 14px auto 0;
}
.slides-wrap button {
  background: transparent;
  border: none;
}
.slides-wrap .artist-medium {
  font-size: 0.9rem;
  text-transform: uppercase;
  padding: 4px 12px;
  background-color: #3aa592;
  font-weight: 600;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  color: #fff;
}
.slides-wrap .filters-marker-container {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 200;
  line-height: 1;
}
.slides-wrap .filters-marker-container .filters-marker {
  font-size: 12px;
  margin: 0 0 6px;
  display: inline-block;
  padding: 3px 8px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}

.glide .glide__slide {
  text-align: center;
  height: 281px;
}
.glide img {
  height: 100%;
}
.glide .glide__arrows {
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 12px;
}
.glide .glide__arrows .glide__arrow {
  text-indent: -9999px;
  overflow: hidden;
  z-index: 30;
  width: 30px;
  height: 50px;
  position: relative;
}
.glide .glide__arrows .glide__arrow.glide__arrow--left:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 38px;
  content: "";
  background: url(../images/sprite.png) no-repeat -41px -106px;
  background-position: -51px -184px;
}
.glide .glide__arrows .glide__arrow.glide__arrow--right:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 38px;
  content: "";
  background: url(../images/sprite.png) no-repeat -41px -106px;
  background-position: -80px -184px;
}
.glide .slider__bullets {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.glide .slider__bullet {
  background-color: hsla(0deg, 0%, 100%, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  line-height: 0;
  -webkit-box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide .slider__bullet[class*=active] {
  background-color: #fff;
}

.stage-sponsor-section {
  text-align: center;
  padding: 20px 12px;
}
.stage-sponsor-section a.stage-name {
  color: #000;
  font-size: 1.8rem;
  display: block;
  text-align: center;
  line-height: 1;
}
.stage-sponsor-section .sponsor-logo {
  margin: 12px auto;
  line-height: 0;
}
.stage-sponsor-section .sponsor-description {
  color: #000;
}

table.ag-entertainers-list {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-style: normal;
  color: #000;
  background: #fff;
}
table.ag-entertainers-list th {
  background: #3e4046;
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 10px 21px;
  text-align: left;
  vertical-align: middle;
}
table.ag-entertainers-list td {
  padding: 13px 21px;
  border-bottom: 2px solid #ddd8cf;
  font-weight: 600;
  vertical-align: middle;
}
table.ag-entertainers-list td.performance-time {
  white-space: nowrap;
}
table.ag-entertainers-list td a {
  color: #9b538d;
}
table.ag-entertainers-list .band-name {
  width: 50%;
}

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