@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
@import "compass";
@import "compass/reset";
*/
html, body, div, span, applet, object, iframe,
h1,
header#site-header .title-container h2,
header#site-header .title-container h3, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* Preload images */
body:after {
  content: url(../img/lightbox/close.png) url(../img/lightbox/loading.gif) url(../img/lightbox/prev.png) url(../img/lightbox/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* FLEXBOX */
/* FLEXBOX END */
@font-face {
  font-family: 'LatoWeb';
  src: url("../fonts/lato/LatoLatin-Light.eot");
  src: url("../fonts/lato/LatoLatin-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/LatoLatin-Light.woff2") format("woff2"), url("../fonts/lato/LatoLatin-Light.woff") format("woff"), url("../fonts/lato/LatoLatin-Light.ttf") format("truetype"), url("../fonts/lato/LatoLatin-Light.svg#LatoWeb") format("svg");
  font-weight: 300;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'LatoWeb';
  src: url("../fonts/lato/LatoLatin-Black.eot");
  src: url("../fonts/lato/LatoLatin-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/lato/LatoLatin-Black.woff2") format("woff2"), url("../fonts/lato/LatoLatin-Black.woff") format("woff"), url("../fonts/lato/LatoLatin-Black.ttf") format("truetype"), url("../fonts/lato/LatoLatin-Black.svg#LatoWeb") format("svg");
  font-weight: 800;
  font-style: normal;
}

.wrapper {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.tc-blue {
  color: #245984;
}

.tc-green {
  color: #488221;
}

.tc-purple {
  color: #a43d9b;
}

.block {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.brand-bgc {
  background-color: #f3eee7;
}

.main-container {
  width: 100%;
  float: left;
}

a {
  text-decoration: none;
}

b, strong {
  font-weight: 800;
}

body {
  font-size: 100%;
  font-style: normal;
  font-family: "LatoWeb", Helvetica, Arial, sans-serif;
  color: #454545;
}

nav {
  width: 100%;
}

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

nav li {
  display: inline-block;
  position: relative;
  transition: all, 0.2s, ease-in-out;
}

nav li.open {
  z-index: 900;
}

nav a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
}

nav ul.dropdown {
  position: absolute;
  top: 0;
  left: -15%;
  display: none;
  transition: all, 0.2s, ease-in-out;
}

nav ul.dropdown li {
  display: block;
}

form input, form select {
  padding: .5em .5em;
  font-size: .8em;
  border: none;
  outline: none;
  color: #454545;
  border-radius: 4px;
  font-family: "LatoWeb", Helvetica, Arial, sans-serif;
}

form .search-group {
  position: relative;
}

form .search-group button {
  position: absolute;
  top: 0;
  right: .2em;
  padding: .35em;
  color: #5e4103;
}

.btn {
  padding: .75em 2em;
  font-size: 1em;
  border: none;
  outline: none;
  cursor: pointer;
}

.btn-square {
  padding: .75em;
}

.btn-control {
  width: 100%;
  float: left;
}

.btn-transparent {
  color: #d9b359;
}

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  color: #fff;
  background-color: #e6c57a;
  border-radius: 4px;
}

.btn-default {
  color: #fff;
  background-color: #bb902a;
  border-radius: 4px;
}

.btn-primary {
  color: #5e4103;
  background-color: #e9e4dd;
  border-radius: 4px;
}

.btn-nsz {
  color: #fff;
  background-color: #bc9137;
  border-radius: 4px;
}

.btn-disabled {
  opacity: .7;
  color: #454545;
  background-color: #bcbcbc;
}

.btn-stressed {
  font-weight: bold;
  font-size: 1.3em;
}

.btn-search {
  padding: .5em;
  border: none;
  background-color: transparent;
}

.btn-canceled {
  min-width: 83px;
  background: #f2f2f2;
  border-bottom: 2px solid #d9d8d8;
  color: #b03f3f;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-canceled:hover {
  background: #f7f7f7;
  border-bottom: 2px solid #e5e5e5;
}

.btn-canceled.btn-disabled {
  opacity: 0.8;
}

.pagination {
  width: 100%;
  float: left;
  margin: 1em 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  text-align: center;
  list-style: none;
}

.pagination li a, .pagination li span {
  padding: 1em;
  display: block;
  color: #222;
}

.pagination li:hover a {
  background-color: #eae2d7;
}

.pagination li.active a, .pagination li.active span {
  color: #fff;
  background-color: #bb902a;
}

.pagination li.disabled a, .pagination li.disabled span {
  color: #222;
  background-color: transparent;
  cursor: not-allowed;
  opacity: .7;
}

.modal-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.modal-popup.showme {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 999;
}

.modal-popup .modal-body {
  -ms-flex: 1 auto;
      flex: 1 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 auto;
  background-color: #fff;
  width: 80%;
  max-width: 320px;
  height: 500px;
  overflow: hidden;
  z-index: 1000;
  position: relative;
}

.modal-popup .modal-body .modal-left {
  -ms-flex: 1;
      flex: 1;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  background-image: url("../../frontend/img/VII_MITEM_2020_popup.jpg");
  background-repeat: no-repeat;
  background-position: center -90px;
  background-size: cover;
  color: #fff;
}

.modal-popup .modal-body .modal-left .header-background {
  background-color: white;
  position: relative;
  width: 100%;
  top: 333px;
  color: #454545 !important;
  text-align: center;
}

.modal-popup .modal-body .modal-left .header-background h1, .modal-popup .modal-body .modal-left .header-background header#site-header .title-container h2, header#site-header .title-container .modal-popup .modal-body .modal-left .header-background h2, .modal-popup .modal-body .modal-left .header-background header#site-header .title-container h3, header#site-header .title-container .modal-popup .modal-body .modal-left .header-background h3 {
  font-size: 64px;
  font-weight: 300;
  margin: 25px 0 15px;
}

.modal-popup .modal-body .modal-left .header-background h3 {
  font-size: 34px;
  font-weight: 300;
  margin-bottom: 30px;
}

.modal-popup .modal-body .modal-right {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
  position: relative;
}

.modal-popup .modal-body .modal-right .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: 100;
  /* IE 9 */
  /* Safari */
  transform: scale(1.3, 1);
  color: #e3c682;
  cursor: pointer;
}

.modal-popup .modal-body .modal-right h1, .modal-popup .modal-body .modal-right header#site-header .title-container h2, header#site-header .title-container .modal-popup .modal-body .modal-right h2, .modal-popup .modal-body .modal-right header#site-header .title-container h3, header#site-header .title-container .modal-popup .modal-body .modal-right h3 {
  font-size: 48px;
  font-weight: 500;
  margin: 15px 0;
}

.modal-popup .modal-body .modal-right h2 {
  font-size: 32px;
  font-weight: 300;
}

.modal-popup .modal-body .modal-right h5 {
  padding: 0 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  word-wrap: break-word;
}

.modal-popup .modal-body .modal-right div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-popup .modal-body .modal-right .modal-right-top {
  background-color: #fff;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-positive: 3;
      flex-grow: 3;
}

.modal-popup .modal-body .modal-right .modal-right-bottom {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 60px;
  background-color: #bb902a;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.modal-popup .modal-body .modal-right .modal-right-bottom span {
  text-transform: uppercase;
  padding: 10px;
  border-bottom: 3px solid #fff;
  line-height: 1.4;
  display: inline-block;
  margin: 10px;
}

.modal-popup .modal-body .modal-right .modal-right-bottom span a {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) {
  .modal-popup .modal-body {
    width: 750px;
    max-width: 800px;
    height: 500px;
  }
  .modal-popup .modal-body .modal-right-top h1, .modal-popup .modal-body .modal-right-top header#site-header .title-container h2, header#site-header .title-container .modal-popup .modal-body .modal-right-top h2, .modal-popup .modal-body .modal-right-top header#site-header .title-container h3, header#site-header .title-container .modal-popup .modal-body .modal-right-top h3 {
    font-size: 64px;
  }
  .modal-popup .modal-body .modal-right-top h2 {
    font-size: 48px;
  }
  .modal-popup .modal-body .modal-right-top h5 {
    font-size: 18px;
  }
  .modal-popup .modal-body .modal-left {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) {
  .modal-popup .modal-body {
    width: 750px;
    max-width: 1200px;
  }
}

/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sun Sep 7 2014 12:09 GMT+0100+0100
 * Plugins: None
 * Styles: core
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: 'lg';
  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;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

body {
  font-family: "LatoWeb", Helvetica, Arial, sans-serif;
  font-size: 17px;
  overflow-y: scroll;
}

header#site-header {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  color: #fff;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 70% top !important;
}

header#site-header .header-wrapper {
  min-height: 330px !important;
}

header#site-header .logo-container {
  position: relative;
  z-index: 10;
  padding-top: 2em;
}

header#site-header .logo-container a,
header#site-header .logo-container img {
  outline: none;
}

header#site-header .title-container {
  position: absolute;
  top: 0;
  left: 0;
}

header#site-header .title-container:after {
  position: absolute;
  z-index: 1;
  top: -16em;
  left: 6em;
  content: ' ';
  display: block;
  width: 41em;
  height: 41em;
  background: rgba(189, 145, 40, 0.6);
  border-radius: 20.5em;
}

header#site-header .title-container h1, header#site-header .title-container h2, header#site-header .title-container h3,
header#site-header .title-container h2,
header#site-header .title-container h3,
header#site-header .title-container p.quote {
  position: relative;
  z-index: 5;
}

header#site-header .title-container h1, header#site-header .title-container h2, header#site-header .title-container h3 {
  width: 12em;
  position: absolute;
  top: 1.5em;
  left: 6.6em;
  font-size: 2.5em;
  line-height: 1.2em;
}

header#site-header .title-container h2 {
  width: 30em;
  top: 9em;
  left: 13.8em;
  color: #dfba65;
  font-size: 1.2em;
  text-transform: uppercase;
}

header#site-header .title-container h3 {
  width: 30em;
  top: 9.5em;
  left: 13.8em;
  color: #fff;
  font-size: 1.2em;
  font-weight: 300;
}

header#site-header .title-container p.quote {
  font-weight: 100;
  font-size: 1.4em;
  font-style: italic;
  top: 10.5em;
  left: 11.75em;
}

header#site-header .title-container img {
  width: 400px;
  display: block;
  margin: 50px 0 0 270px;
}

header#site-header .caption {
  height: 160px;
  float: right;
  color: #fff;
  line-height: 1.5em;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}

header#site-header .caption h4 {
  color: #bb902a;
  font-size: 1.5em;
}

header#site-header .caption h5 {
  line-height: 1.6em;
  font-size: 1.25em;
}

header#site-header .caption img {
  width: 210px;
  display: block;
  float: right;
  margin: -60px 0 0 0;
  display: none;
}

header#site-header .navbar {
  width: 100%;
  float: left;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background-color: #bb902a;
}

header#site-header .navbar.gray {
  background-color: #5c5c5c;
}

header#site-header .navbar span.menu-toggler {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -60px;
  left: 15px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none;
}

header#site-header .navbar .main-navigation {
  float: left;
}

header#site-header .navbar .main-navigation a {
  position: relative;
  z-index: 500;
  display: inline-block;
  padding: 1.15em 1.75em;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

header#site-header .navbar .main-navigation a:hover {
  background-color: #917021;
}

header#site-header .navbar .main-navigation a.no-hover {
  background-color: transparent;
}

header#site-header .navbar .main-navigation a.dark {
  background-color: #917021;
}

header#site-header .navbar .main-navigation a.archive-nav {
  background-color: white;
  color: #bb902a;
  padding-right: calc(1.75em + 12px);
}

header#site-header .navbar .main-navigation a.archive-nav:hover {
  background-color: #eeeeee;
}

header#site-header .navbar .main-navigation a.archive-nav i {
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: calc(50% - 6px);
  color: #676767;
}

header#site-header .navbar .main-navigation li {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

header#site-header .navbar .main-navigation li.back-to-current {
  padding: 0.8em 0;
}

header#site-header .navbar .main-navigation li.back-to-current a {
  padding: 0.5em 1.5em;
  background-color: #bb902a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 3px;
  transition: 0.3s;
}

header#site-header .navbar .main-navigation li.back-to-current a:hover {
  filter: brightness(0.85);
}

header#site-header .navbar .main-navigation li.back-to-current a i {
  margin-right: 0.5em;
}

header#site-header .navbar .main-navigation li.selected > a,
header#site-header .navbar .main-navigation .open > a {
  background-color: #917021;
  white-space: nowrap;
}

header#site-header .navbar .dropdown {
  min-width: 215px;
  z-index: 400;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #917021;
  border-radius: 4px;
  padding-top: 55px;
}

header#site-header .navbar .dropdown li {
  width: 100%;
}

header#site-header .navbar .dropdown li a {
  display: block;
}

header#site-header .navbar .dropdown li a:hover {
  text-decoration: underline;
}

header#site-header .navbar #search-form {
  padding: .55em 0;
  margin: 0 1em;
  display: inline-block;
}

header#site-header .navbar #search-form input {
  width: 15em;
}

header#site-header .navbar .language-select {
  display: inline-block;
}

header#site-header .navbar .language-select .btn {
  margin-top: 10px;
  font-size: .9rem;
}

header#site-header .navbar .language-select a {
  display: inline-block;
}

header#site-header .navbar .language-select a.selected {
  color: #fff;
  background-color: #e6c57a;
  border-radius: 4px;
}

.lang-en header#site-header .title-container h3 {
  top: 9.5em;
}

.lang-en header#site-header .title-container .quote {
  top: 10.5em;
}

.main-container {
  width: 100%;
  float: left;
  padding: 2em 0 1.5em 0;
}

.site-wrapper {
  width: 100%;
  float: left;
  padding: 1.5em 0;
}

.heading {
  background-color: #f9f6f1;
}

aside.sidebar-container {
  width: 28%;
  float: left;
  position: relative;
}

aside.sidebar-container .today-show-container {
  margin-bottom: 1.5em;
  padding-top: 2em;
  background-color: #fff;
  overflow: auto;
}

aside.sidebar-container .today-show-container .title {
  position: absolute;
  top: -1.5em;
  left: 0;
  padding: 1em 2em;
  display: inline-block;
  color: #d5a944;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
}

aside.sidebar-container .today-show-container .ticket-container {
  padding: 0 4%;
}

aside.sidebar-container .today-show-container .ticket-container p.empty {
  display: block;
  margin: 1.5em 0;
  text-align: center;
  font-size: 1.2em;
  font-style: italic;
}

aside.sidebar-container .today-show-container .ticket-container .show-ticket {
  margin-bottom: 1em;
}

aside.sidebar-container .today-show-container .ticket-container .show-ticket:last-child {
  margin-bottom: 2em;
}

aside.sidebar-container .today-show-container .copy-container {
  margin-bottom: .5em;
  padding: 0 4%;
  font-size: .8em;
  box-sizing: border-box;
}

aside.sidebar-container .today-show-container .no-plays-today {
  display: block;
  text-align: center;
  padding: 30px 0 80px 0;
}

aside.sidebar-container .today-show-container .no-plays-today i.fa {
  display: block;
  font-size: 3.5em;
  color: #bcbcbc;
  margin-bottom: 10px;
}

aside.sidebar-container .today-show-container .no-plays-today p {
  display: block;
  font-weight: 100;
  font-size: 1.2em;
}

aside.sidebar-container .today-show-container .fb-like-wrapper {
  width: 100%;
  float: left;
  padding: 10px 0 40px 0;
  text-align: center;
}

aside.sidebar-container .today-show-container .fb-like-wrapper a {
  font-size: 1.4em;
  font-weight: 100;
  color: #405d98;
}

aside.sidebar-container .magazine-promo {
  width: 100%;
  float: left;
  box-sizing: border-box;
  background: #fff;
  padding: 2em 1em;
}

aside.sidebar-container .magazine-promo .promo-title {
  width: 100%;
  float: left;
  font-size: 1.8em;
  font-weight: normal;
  color: #bb902a;
}

aside.sidebar-container .magazine-promo .promo-btn {
  position: relative;
  z-index: 5;
  float: left;
  font-weight: bold;
  background: #bb902a;
  color: #fff;
  margin-top: 1em;
  padding: .5em 1.2em;
  border-radius: 3px;
}

aside.sidebar-container .magazine-promo img {
  max-width: 100%;
  position: relative;
  top: -20px;
  z-index: 1;
  margin-bottom: -30px;
}

aside.sidebar-container .add-margin {
  margin-top: 1.5em;
}

section.content-container {
  width: 65%;
  float: right;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
  background-color: #fff;
}

section.content-container p.date {
  display: block;
  font-size: .9em;
  color: #bcbcbc;
  text-align: right;
}

section.content-container.error-container .page-body {
  text-align: center;
}

section.content-container.error-container i.fa {
  display: block;
  margin: 0 auto;
  font-size: 7em;
  color: #ddd;
}

section.content-container .title {
  position: absolute;
  top: -1.5em;
  left: 0;
  padding: 1em 2em;
  display: inline-block;
  color: #d5a944;
  font-size: 1.2em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
}

.page-wrapper section.content-container {
  width: 65% !important;
  padding: 3em 2.5% !important;
}

.page-body {
  width: 100%;
  float: left;
}

.page-body p,
.page-body div,
.page-body li {
  font-size: em(15);
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: .5em;
}

.page-body h2,
.page-body h3,
.page-body h4,
.page-body h5,
.page-body h6 {
  color: #bb902a;
  font-family: "LatoWeb", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 1em;
  margin-bottom: .5em;
}

.page-body h2 {
  font-size: 1.5em;
}

.page-body h3 {
  font-size: 1.4em;
}

.page-body h4 {
  font-size: 1.3em;
}

.page-body h5 {
  font-size: 1.2em;
}

.page-body h6 {
  font-size: 1em;
}

.page-body i,
.page-body cite,
.page-body em,
.page-body var,
.page-body address,
.page-body dfn {
  font-style: italic;
}

.page-body strong,
.page-body b {
  font-weight: bold;
}

.page-body ul,
.page-body ol {
  width: 96%;
  margin: .8em 0 1.2em 1em;
}

.page-body ul li,
.page-body ol li {
  list-style-type: disc;
  font-weight: normal;
}

.page-body ol li {
  list-style-type: decimal;
}

.page-body ul li {
  list-style: none;
  padding: 0;
}

.page-body ul li:before {
  margin-left: -1em;
  margin-right: .5em;
  content: '\f105';
  color: #775b4b;
  font-family: 'FontAwesome';
}

.page-body ul.checks {
  float: left;
}

.page-body ul.checks li {
  position: relative;
  padding: .5em 0 .5em 1em;
}

.page-body ul.checks li:before {
  content: '\f00c';
}

.page-body a {
  color: #bb902a;
  text-decoration: underline;
}

.page-body img {
  max-width: 100% !important;
  height: auto !important;
  margin: .5em;
}

.page-body table {
  width: 100%;
  border-collapse: collapse;
  margin: .8em 0 1.2em 0;
}

.page-body table td,
.page-body table th {
  font-size: 1em;
  padding: .5em;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: middle;
}

.page-body .stressed-text {
  color: #bb902a;
}

.page-body .secondary-text {
  color: #775b4b;
}

.page-body figure.image {
  display: table !important;
  max-width: 99%;
  margin: .5em auto;
  padding: 0 8px;
}

.page-body figure.image img {
  max-width: 100%;
  display: block;
  margin: 0;
}

.page-body figure.image figcaption {
  display: table-caption;
  caption-side: bottom;
  margin: 0 8px;
  padding: 7px;
  background: #f7f7f7;
  font-size: .85em;
  text-align: center;
}

.page-body .smallprint {
  font-size: .8em;
}

.page-body .quote {
  width: 100%;
  display: block;
  margin: 1em 0;
  font-family: Georgia, serif;
  font-size: 1.5em;
  font-weight: 300;
  font-style: italic;
  text-align: center;
}

.page-body .bordered {
  max-width: 40%;
  float: right;
  font-size: 1em;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-left: 7px solid #bb902a;
  margin: 1em 0 1em 1em;
  padding: 2%;
}

.page-body .bordered p,
.page-body .bordered div {
  font-size: .8em;
}

.page-body .bordered-full {
  width: 93%;
  display: block;
  font-size: 1em;
  background: #f7f7f7;
  border: 1px solid #ebebeb;
  border-left: 7px solid #bb902a;
  margin: 1em 1.5%;
  padding: 2%;
}

.page-body .bordered-full p,
.page-body .bordered-full div {
  font-size: .8em;
}

.page-nodes {
  width: 100%;
  float: left;
}

.page-nodes article {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #a88738;
}

.page-nodes article:last-of-type {
  border-bottom: none;
}

.page-nodes article h2 {
  display: block;
  margin-bottom: 15px;
}

.page-nodes article h2 a {
  font-size: 1.8em;
  font-weight: 100;
  color: #bb902a;
}

.page-nodes article .pretitle {
  display: block;
  font-weight: bold;
  margin-top: -3px;
  margin-bottom: 15px;
}

.page-nodes article .pretitle:before {
  content: '\f111';
  font-family: "FontAwesome";
  color: #bb902a;
  margin-right: 5px;
}

.page-nodes article .subtitle {
  display: block;
  font-size: 1.1em;
  font-style: italic;
  color: #9a9a9a;
  margin-bottom: 15px;
}

.page-nodes article p.date {
  display: block;
  font-size: .9em;
  font-weight: bold;
  color: #bcbcbc;
  margin-bottom: 12px;
}

.page-nodes article .lead-image {
  width: 98%;
  float: left;
  border: 5px solid #efefef;
  margin: 0 20px 20px 0;
}

.page-nodes article .lead-image img {
  width: 100%;
  display: block;
}

.page-nodes article .page-body .btn {
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff !important;
  text-decoration: none !important;
}

.page-nodes .all-btn {
  width: 100%;
  float: left;
  margin: 10px 0 30px 0;
}

.page-nodes .all-btn .btn {
  font-size: 1.1em;
  font-weight: normal;
  float: right;
}

.attachment-block {
  width: 100%;
  float: left;
  margin: 1em 0;
}

.attachment-block .related-gallery {
  margin: 0;
}

.attachment-block .galleries {
  width: 100%;
  float: left;
}

.attachment-block .link-gallery .gallery-title {
  display: block;
  font-size: 1.6em;
  color: #bb902a;
  margin-bottom: .5em;
}

.attachment-block .link-gallery ul {
  display: block;
  margin-left: 2em;
}

.attachment-block .link-gallery ul li {
  font-size: 1em;
  list-style: none;
  padding: 7px 0;
}

.attachment-block .link-gallery ul li:before {
  margin-left: -1em;
  margin-right: .5em;
  content: '\f105';
  color: #222;
  font-family: 'FontAwesome';
}

.attachment-block .link-gallery ul li span.badge {
  position: relative;
  top: -2px;
  padding: .4em .4em .3em;
  margin-right: .3em;
  border-radius: 2px;
  font-size: .7em;
  font-weight: bold;
  background: #454545;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
}

.attachment-block .link-gallery ul li span.badge.badge-play {
  background: #454545;
}

.attachment-block .link-gallery ul li span.badge.badge-person {
  background: #454545;
}

.attachment-block .link-gallery ul li span.badge.badge-mitem {
  background: #bb902a;
}

.attachment-block .link-gallery ul li a {
  font-size: 1em;
  font-weight: bold;
  color: #222;
}

.attachment-block .link-gallery ul li a:hover {
  text-decoration: underline;
}

.page-gallery-opener {
  width: 100%;
  float: left;
  margin: 30px 0;
  text-align: center;
}

.page-gallery-opener .page-gallery-teaser {
  width: 90%;
  float: left;
  padding: 20px 5%;
  background: #f5f5f5;
  border-radius: 3px;
}

.page-gallery-opener .page-gallery-teaser img {
  width: 60px;
  height: 60px;
  float: left;
  border-radius: 3px;
  margin: 0 10px 0 0;
}

.page-gallery-opener .page-gallery-teaser .btn-open-gallery {
  float: left;
  font-size: 1.5em;
  margin-right: 10px;
}

.related-items {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.related-items .related-title {
  display: block;
  font-size: 1.3em;
  font-weight: bold;
}

.related-items ul {
  margin: 15px 0 0 3%;
}

.related-items ul li {
  width: 90%;
  list-style-type: disc;
  padding: 5px 0;
}

.related-items ul li a {
  color: #a88738;
}

.related-items ul li a:hover {
  text-decoration: underline;
}

.p-alert {
  display: inline-block;
  font-size: .8em;
  font-weight: bold;
  padding: .5em;
  background: #eee;
}

.p-alert:before {
  content: '\f06a';
  font-family: 'FontAwesome';
  color: #bb902a;
  margin-right: .5em;
}

.play-list .full-container {
  width: 100%;
  padding: 0;
}

.play-list .play-list-title {
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.2em;
  color: #bb902a;
  margin-bottom: 10px;
}

.play-list .play-item {
  position: relative;
  /* .page-body strong {
            color: $brand-base;
        } */
}

.play-list .play-item > header {
  width: 100%;
  float: left;
  padding: 0 0 3% 0;
  background: #f3eee7 !important;
}

.play-list .play-item > header .back-link {
  position: relative;
  top: -5px;
  font-size: .9em;
  display: inline-block;
  margin-bottom: .75em;
  color: #222;
}

.play-list .play-item > header .back-link:hover {
  text-decoration: underline;
}

.play-list .play-item > header .back-link:before {
  content: '\f053';
  font-family: 'FontAwesome';
  margin-right: .5em;
  display: inline-block;
}

.play-list .play-item > header p.author {
  display: block;
  font-size: 1.3em;
  font-weight: 100;
  font-style: italic;
  color: #9a9a9a;
}

.play-list .play-item > header h2 {
  display: block;
  margin: 5px 0;
}

.play-list .play-item > header h2 a {
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1.3em;
  color: #bb902a;
}

.play-list .play-item > header h3 {
  display: block;
  margin: 2px 0;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.3em;
  font-style: italic;
  color: #bb902a;
}

.play-list .play-item .play-single-item-col.pull-left {
  width: 100%;
  float: none;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-body .play-tall-image {
  width: 100%;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-body .play-tall-image img {
  width: 100%;
  height: auto;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data {
  position: relative;
  padding: 30px;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data > * {
  margin: 0 0 15px 0;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data .play-details {
  width: 80%;
  line-height: 1.3em;
  background: rgba(252, 250, 248, 0.9);
  padding: 15px 25px;
  position: absolute;
  right: 0;
  bottom: 45px;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data .play-details .play-details-country {
  margin: 15px 0 30px;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data .play-details .p-alert {
  background: none;
  margin: .5em 0;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data .play-details > p {
  padding: 5px 0;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data .play-details > p strong,
.play-list .play-item .play-single-item-col.pull-left .play-single-data .play-details > p .stressed-text {
  color: #bb902a;
}

.play-list .play-item .play-single-item-col.pull-left .play-single-data .role {
  margin: 0 0 15px;
  color: #bb902a;
  font-weight: bold;
}

.play-list .play-item .play-single-item-col.pull-right {
  width: 100%;
  float: none;
  background: #f3eee7;
}

.play-list .play-item .play-single-item-col.pull-right .award-body {
  width: 86.5%;
  position: relative;
  display: block;
  background: #fefefe;
  border: 7px solid #f7f7f7;
  padding: 2.5% 2.5% 1.5% 9%;
}

.play-list .play-item .play-single-item-col.pull-right .award-body i.fa {
  position: absolute;
  top: 2px;
  left: 10px;
  color: #bb902a;
  font-size: 38px;
}

.play-list .play-item .play-single-item-col.pull-right .award-body p {
  color: #142b3a !important;
}

.play-list .play-item .play-single-item-col.pull-right .play-stage {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 0 15px;
  text-align: center;
}

.play-list .play-item .play-single-item-col.pull-right .play-stage > strong {
  margin-left: 10px;
}

.play-list .play-item .play-single-item-col.pull-right .play-stage .stage-container {
  display: inline-block;
}

.play-list .play-item .play-single-item-col.pull-right .play-stage .stage-container strong {
  display: block;
  margin-top: 20px;
}

.play-list .play-item .play-single-item-col.pull-right .play-date {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 15px 0;
  font-size: 1.3em;
  color: #bb902a;
  text-align: center;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .date {
  padding: 0;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .date .play-single-date {
  display: block;
  margin: 0 0 30px 0;
  padding: 0 15px;
  vertical-align: middle;
  text-align: left;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .date .play-single-date span {
  line-height: 1.6em;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .date .play-single-date .right-text {
  display: inline-block;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .date .play-single-date .right-text a {
  color: #bb902a;
  font-weight: bold;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .play-buy-ticket {
  display: block;
  float: none;
  text-align: right;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .play-buy-ticket .btn {
  display: inline-block;
  margin: 15px 0 0 15px;
  padding: .5em 1em;
  font-size: .75em;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .play-buy-ticket .btn-canceled {
  min-width: 83px;
  background: #f2f2f2;
  border-bottom: 2px solid #d9d8d8;
  color: #b03f3f;
  font-weight: bold;
  text-transform: uppercase;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .play-buy-ticket .btn-canceled:hover {
  background: #f7f7f7;
  border-bottom: 2px solid #e5e5e5;
}

.play-list .play-item .play-single-item-col.pull-right .play-date .play-buy-ticket .btn-canceled.btn-disabled {
  opacity: 0.8;
}

.play-list .play-item .play-single-item-col.pull-right .play-author-block {
  width: 100%;
  float: left;
  margin: -2px 0 0 0;
  background: #bb902a;
}

.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-header {
  width: 90%;
  position: relative;
  z-index: 400;
  float: left;
  padding: 45px 5% 0 5%;
}

.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-header img {
  width: auto;
  height: 110px;
  float: left;
}

.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-header h4 {
  float: left;
  margin: 40px 0 0 20px;
  font-size: 1.3em;
  font-weight: bold;
  color: #222;
}

.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-body {
  width: 90%;
  float: left;
  padding: 0 5% 25px 5%;
  margin-top: -30px;
  padding-top: 60px;
  background: #d0a02f;
}

.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-body div,
.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-body p {
  line-height: 1.5em;
  margin-bottom: 5px;
}

.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-body div a,
.play-list .play-item .play-single-item-col.pull-right .play-author-block .play-author-body p a {
  color: #fff;
  text-decoration: underline;
}

.play-list .play-item .play-single-item-col.pull-right .play-gallery {
  background-color: #f7f7f7;
  padding: 0;
  width: 100%;
}

.play-list .play-item .play-single-item-col.pull-right .play-gallery .title {
  display: inline-block;
  background-color: #ebebeb;
  padding: 15px 30px;
  margin: 0;
  font-size: 1.2em;
}

.play-list .play-item .play-single-item-col.pull-right .play-gallery > ul {
  padding: 15px;
}

.play-list .play-item .play-item-col {
  float: left;
}

.play-list .play-item .play-item-col.pull-left {
  width: 60%;
  float: left;
}

.play-list .play-item .play-item-col.pull-left header {
  width: 90%;
  float: left;
  padding: .5em 5% .5em 5%;
  background: #f7f7f7;
}

.play-list .play-item .play-item-col.pull-left header p.author {
  display: block;
  font-size: 1.3em;
  font-weight: 100;
  font-style: italic;
  color: #9a9a9a;
}

.play-list .play-item .play-item-col.pull-left header h2 {
  display: block;
  margin: 10px 0;
}

.play-list .play-item .play-item-col.pull-left header h2 a {
  font-size: 1.8em;
  font-weight: 100;
  line-height: 1.3em;
  color: #bb902a;
}

.play-list .play-item .play-item-col.pull-left header h3 {
  display: block;
  margin: 5px 0;
  font-size: 1em;
  font-weight: 100;
  line-height: 1.3em;
  font-style: italic;
  color: #bb902a;
}

.play-list .play-item .play-item-col.pull-left .play-buy-ticket {
  width: 90%;
  float: left;
  padding: 20px 5%;
}

.play-list .play-item .play-item-col.pull-left .play-buy-ticket .btn {
  display: inline-block;
}

.play-list .play-item .play-item-col.pull-left .play-buy-ticket .btn .btn-canceled {
  min-width: 83px;
  background: #f2f2f2;
  border-bottom: 2px solid #d9d8d8;
  color: #b03f3f;
  font-weight: bold;
  text-transform: uppercase;
}

.play-list .play-item .play-item-col.pull-left .play-buy-ticket .btn .btn-canceled:hover {
  background: #f7f7f7;
  border-bottom: 2px solid #e5e5e5;
}

.play-list .play-item .play-item-col.pull-left .play-buy-ticket .btn .btn-canceled.btn-disabled {
  opacity: 0.8;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge {
  width: 103%;
  min-height: 65px;
  float: left;
  position: relative;
  font-size: 1.5em;
  padding: 30px 0;
  background: #f9f6f1;
  color: #bb902a;
  text-align: center;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge .play-date-table {
  width: 100%;
  height: 100%;
  display: table;
  margin-top: 10px;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge .play-date-table .date {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge .play-date-table .date span {
  display: block;
  margin-top: 5px;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge .play-date-table .stage-wrapper {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge .play-date-table .stage-wrapper .stage-container {
  display: inline-block;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge .play-date-table .stage-wrapper strong {
  font-size: .7em !important;
}

.play-list .play-item .play-item-col.pull-left .play-date-huge:after {
  content: '';
  position: absolute;
  right: -1.5em;
  top: 0;
  width: 0;
  height: 0;
  border-top: 2.6em solid transparent;
  border-bottom: 2.6em solid transparent;
  border-left: 1.5em solid #f9f6f1;
}

.play-list .play-item .play-item-col.pull-left .page-body {
  width: 90%;
  float: left;
  padding: 0.5em 5% 1.5em 5%;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-left {
  width: 100%;
  margin: 0;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-left > p > strong {
  color: #bb902a;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right {
  width: 100%;
  margin: 0;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right .play-date {
  display: block;
  margin: 0;
  padding: 15px 0;
  font-size: 1.3em;
  color: #bb902a;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right .play-stage {
  width: 100%;
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0 0;
  text-align: center;
  border-top: 1px solid #f7f7f7;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right .play-stage > strong {
  margin-left: 10px;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right .play-stage .stage-container {
  display: inline-block;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right .play-stage .stage-container strong {
  display: block;
  margin-top: 20px;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right .play-buy-ticket {
  width: 100%;
  text-align: center;
}

.play-list .play-item .play-item-col.pull-left .page-body .play-item-body-right .play-buy-ticket .btn-nsz {
  color: white;
}

.play-list .play-item .play-item-col.pull-right {
  float: right;
  width: 40%;
  height: 390px;
  text-align: center;
}

.play-list .play-item .play-item-col.pull-right .play-more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  padding: 25px 0;
  font-weight: 100;
  font-size: 1.3em;
  text-align: center;
  background: #bb902a;
  color: #fff;
  /* &:after {
                        content: '';
                        position: absolute;
                        right: -0.95em;
                        top: 0;
                        @include arrow(1em, 3.4em, 'right', $brand-base);
                    } */
}

.play-list .play-item .play-item-col.pull-right .play-more-btn:hover {
  background: #d5a944;
  /* &:after { border-color: transparent transparent transparent lighten($brand-base, 10%); } */
}

.play-list .play-item .play-item-col.pull-right .play-tall-image {
  width: 100%;
  height: auto;
  display: block;
}

.play-list .play-item .play-item-col.pull-right .play-tall-image img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.play-list .play-item .play-item-col.pull-right .play-author-block {
  width: 100%;
  float: left;
  margin: -2px 0 0 0;
  background: #bb902a;
}

.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-header {
  width: 90%;
  position: relative;
  z-index: 400;
  float: left;
  padding: 45px 5% 0 5%;
}

.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-header img {
  width: 110px;
  height: 110px;
  float: left;
}

.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-header h4 {
  float: left;
  margin: 40px 0 0 20px;
  font-size: 1.3em;
  font-weight: bold;
  color: #222;
}

.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-body {
  width: 90%;
  float: left;
  padding: 0 5% 25px 5%;
  margin-top: -30px;
  padding-top: 60px;
  background: #d0a02f;
}

.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-body div,
.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-body p {
  line-height: 1.5em;
  margin-bottom: 5px;
}

.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-body div a,
.play-list .play-item .play-item-col.pull-right .play-author-block .play-author-body p a {
  color: #fff;
  text-decoration: underline;
}

.play-list .play-item .play-item-image {
  position: static;
  display: block;
  width: 245px;
  float: left;
  overflow: hidden;
}

.play-list .play-item .play-item-image a {
  display: block;
  height: 100%;
  width: auto;
}

.play-list .play-item .play-item-image a img {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.play-list .play-item .play-gallery {
  width: 90%;
  float: left;
  padding: 10px 5%;
}

.play-list .play-item .play-gallery p.title {
  display: block;
  font-size: 2.1em;
  font-weight: 100;
  color: #bb902a;
  margin-bottom: 20px;
}

.play-list .play-item .play-gallery ul {
  display: block;
  list-style: none;
}

.play-list .play-item .play-gallery ul li {
  width: 31%;
  float: left;
  text-align: center;
  margin: .5% .5% 2% 1.5%;
}

.play-list .play-item .play-gallery ul li img {
  width: 100%;
  display: block;
}

.play-list-inner header {
  background: none !important;
  padding-bottom: 1% !important;
}

.calendar-content {
  width: 100%;
  float: left;
  padding: 1em 0;
  background-color: #fff;
}

.calendar-content article.show-ticket {
  width: 30.5%;
  padding: 1em 1%;
  margin-bottom: .5em !important;
  margin-right: .5%;
}

.calendar-content article.show-ticket:last-child {
  margin-right: 0;
}

.calendar-content h3 {
  margin-bottom: .75em;
  color: #775b4b;
  font-size: 1.5em;
  font-weight: 300;
}

.calendar-content .weeks {
  width: 100%;
  float: left;
  margin: 1em 0 .5em 0;
  border-bottom: 1px solid #eeeae3;
}

.calendar-content .weeks:last-child {
  border-bottom: none;
}

.calendar-container {
  width: 100%;
  float: left;
}

.calendar-container .archive-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  column-gap: 61px;
  min-height: 75px;
}

.calendar-container .heading {
  width: 100%;
  float: left;
  margin-top: -25px;
  border-bottom: 3px solid #eeeae3;
}

.calendar-container .heading.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 900;
}

.calendar-container .heading h2 {
  float: left;
  margin-right: 2em;
  padding: .75em 0;
  color: #bb902a;
  font-size: 1.8em;
  font-weight: 600;
}

.calendar-container .heading p.month {
  font-size: 1.3em;
  line-height: 3.5em;
  margin-right: 15px;
  color: #bb902a;
  float: left;
}

.calendar-container .heading ul.dates {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 10px 0;
}

.calendar-container .heading ul.dates li {
  width: 34px;
  -ms-flex: none;
      flex: none;
}

.calendar-container .heading ul.dates span.month, .calendar-container .heading ul.dates span.day {
  margin-bottom: .25em;
  display: block;
  font-weight: normal;
  font-size: .9em;
  opacity: .75;
}

.calendar-container .heading ul.dates span.day {
  font-size: 1.2em;
  font-weight: bold;
  opacity: 1;
}

.calendar-container .heading ul.dates a {
  margin-right: .25em;
  padding: .25em;
  color: #fff;
  text-align: center;
  display: inline-block;
  background-color: #cda64c;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.calendar-container .heading ul.dates a:hover {
  color: #bb902a;
  background-color: #e3c682;
}

.calendar-container.archive-heading h2 {
  color: #676767;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.calendar-container.archive-heading ul.dates li a {
  background: #fff !important;
  border: 1px solid #676767;
  color: #676767 !important;
}

.calendar-container.add-padding-bottom {
  padding-bottom: 15px;
}

.content-title {
  width: 100%;
  float: left;
  margin: -15px 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #bb902a;
}

.content-title h1.page-title, .content-title header#site-header .title-container h2.page-title, header#site-header .title-container .content-title h2.page-title, .content-title header#site-header .title-container h3.page-title, header#site-header .title-container .content-title h3.page-title {
  display: block;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.2em;
  color: #bb902a;
  margin-bottom: 10px;
}

.content-title .pretitle {
  display: block;
  font-weight: bold;
  margin-bottom: 12px;
}

.content-title .pretitle:before {
  content: '\f111';
  font-family: "FontAwesome";
  color: #bb902a;
  margin-right: 5px;
}

.content-title .subtitle {
  display: block;
  font-size: 1.1em;
  font-style: italic;
}

.full-container {
  width: 95%;
  float: left;
  margin-bottom: 20px;
  padding: 2.5%;
  background: #fff;
  border-radius: 3px;
}

article.news-item {
  width: 92%;
  float: left;
  padding: 0 4%;
  margin-bottom: 2em;
}

article.news-item h1 a, article.news-item header#site-header .title-container h2 a, header#site-header .title-container article.news-item h2 a, article.news-item header#site-header .title-container h3 a, header#site-header .title-container article.news-item h3 a {
  color: #bb902a;
  font-size: 1.8em;
  line-height: 1.4em;
}

article.news-item p {
  font-size: 1em;
  line-height: 1.5em;
}

article.news-item .img-container {
  margin: 1em 0;
}

article.news-item .btn-control {
  margin: 2em 0;
}

.stage-container {
  width: 40px;
  height: 40px;
  position: relative;
  padding: 0;
}

.stage-container:after {
  display: block;
  content: ' ';
  position: absolute;
  bottom: -1em;
  left: 52.5%;
  margin-left: -.775em;
  width: 0;
  height: 0;
  border-bottom: 0.75em solid transparent;
  border-right: 0.75em solid transparent;
  border-left: 0.75em solid transparent;
  border-top: 0.75em solid #fff;
}

.stage-container span.stage {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.stage-container.color-ns {
  color: #567229;
}

.stage-container.color-ns span.stage {
  background: #567229;
}

.stage-container.color-ns:after {
  border-top: 0.75em solid #567229;
}

.stage-container.color-ka {
  color: #6d537d;
}

.stage-container.color-ka span.stage {
  background: #6d537d;
}

.stage-container.color-ka:after {
  border-top: 0.75em solid #6d537d;
}

.stage-container.color-gh {
  color: #a75c32;
}

.stage-container.color-gh span.stage {
  background: #a75c32;
}

.stage-container.color-gh:after {
  border-top: 0.75em solid #a75c32;
}

.stage-container.color-bg {
  color: #69624b;
}

.stage-container.color-bg span.stage {
  background: #69624b;
}

.stage-container.color-bg:after {
  border-top: 0.75em solid #69624b;
}

.stage-container.color-mp {
  color: #5e6f42;
}

.stage-container.color-mp span.stage {
  background: #5e6f42;
}

.stage-container.color-mp:after {
  border-top: 0.75em solid #5e6f42;
}

.stage-container.color-other {
  color: #d8c100;
}

.stage-container.color-other span.stage {
  background: #d8c100;
}

.stage-container.color-other:after {
  border-top: 0.75em solid #d8c100;
}

article.show-ticket {
  width: 90%;
  min-height: 200px;
  float: left;
  padding: 1em 5%;
  margin-bottom: 2em;
  background-color: #f9f6f1;
  border: 1px solid #eeeae3;
  border-radius: 4px;
}

article.show-ticket.archive-ticket {
  background-color: white;
}

article.show-ticket.archive-ticket .ticket-content h1 span.block a, article.show-ticket.archive-ticket .ticket-content header#site-header .title-container h2 span.block a, header#site-header .title-container article.show-ticket.archive-ticket .ticket-content h2 span.block a, article.show-ticket.archive-ticket .ticket-content header#site-header .title-container h3 span.block a, header#site-header .title-container article.show-ticket.archive-ticket .ticket-content h3 span.block a {
  color: #676767 !important;
}

article.show-ticket.show-event {
  background-color: #fff;
}

article.show-ticket .info-content {
  width: 16%;
  margin-right: 4%;
  float: left;
}

article.show-ticket .time-container {
  color: #bb902a;
  font-size: 1.35em;
  font-weight: 300;
  text-transform: uppercase;
}

article.show-ticket .time-container .hour,
article.show-ticket .time-container .min {
  width: 2em;
  text-align: center;
}

article.show-ticket .time-container .min {
  padding-top: .25em;
  margin-bottom: .5em;
}

article.show-ticket .time-container .hour {
  padding-bottom: .25em;
  border-bottom: 1px solid #bcbcbc;
}

article.show-ticket .ticket-content {
  width: 80%;
  float: left;
  line-height: 1.4em;
}

article.show-ticket .ticket-content h1, article.show-ticket .ticket-content header#site-header .title-container h2, header#site-header .title-container article.show-ticket .ticket-content h2, article.show-ticket .ticket-content header#site-header .title-container h3, header#site-header .title-container article.show-ticket .ticket-content h3 {
  color: #bb902a;
  text-transform: uppercase;
}

article.show-ticket .ticket-content h1 span.block, article.show-ticket .ticket-content header#site-header .title-container h2 span.block, header#site-header .title-container article.show-ticket .ticket-content h2 span.block, article.show-ticket .ticket-content header#site-header .title-container h3 span.block, header#site-header .title-container article.show-ticket .ticket-content h3 span.block {
  font-size: 1.1em;
  line-height: 1.3em;
  font-weight: 300;
}

article.show-ticket .ticket-content h1 span.block a, article.show-ticket .ticket-content header#site-header .title-container h2 span.block a, header#site-header .title-container article.show-ticket .ticket-content h2 span.block a, article.show-ticket .ticket-content header#site-header .title-container h3 span.block a, header#site-header .title-container article.show-ticket .ticket-content h3 span.block a {
  color: #bb902a;
  font-weight: bold;
}

article.show-ticket .ticket-content h1 span.block a:hover, article.show-ticket .ticket-content header#site-header .title-container h2 span.block a:hover, header#site-header .title-container article.show-ticket .ticket-content h2 span.block a:hover, article.show-ticket .ticket-content header#site-header .title-container h3 span.block a:hover, header#site-header .title-container article.show-ticket .ticket-content h3 span.block a:hover {
  text-decoration: underline;
}

article.show-ticket .ticket-content h2 {
  font-size: 0.8em;
  line-height: 1.3em;
  font-weight: 300;
  font-style: italic;
  color: #bb902a;
}

article.show-ticket .ticket-content span.writer, article.show-ticket .ticket-content p {
  color: #8f8f8f;
  font-size: .8em;
  font-style: italic;
  text-transform: none;
}

article.show-ticket .ticket-content span.subtitle {
  color: #bb902a;
  font-size: .8em;
  line-height: 4px;
  font-style: italic;
  text-transform: none;
}

article.show-ticket .ticket-content .stage-info {
  display: block;
  margin: 7px 0;
  font-weight: bold;
}

article.show-ticket .ticket-content .buy-ticket-container {
  margin: 20px 0;
}

article.show-ticket .ticket-content .right-text {
  margin: 20px 0;
}

article.show-ticket .ticket-content .right-text a {
  color: #bb902a;
  font-weight: bold;
}

.country-list {
  width: 100%;
  float: left;
  border-top: 3px solid #a88738;
  margin-top: -5px;
  padding: 1.2em 0;
  background: white;
}

.country-list p {
  font-size: 1.1em;
  line-height: 1.5em;
}

.country-list p b {
  display: block;
}

.jump-back {
  float: left;
  margin: 10px 0 25px 0;
  font-size: .8em;
  background: #fff;
  border-radius: 3px;
  color: #454545;
}

.jump-top {
  float: right;
  margin: 10px 0 25px 0;
  font-size: .8em;
  background: #e6c57a;
  border-radius: 3px;
}

#sponsor-bar {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  padding: 1em 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#sponsor-bar h5 {
  float: left;
  margin: .3em 0 1em 0;
  font-size: 2.2em;
  font-style: italic;
  font-weight: 300;
}

#sponsor-bar ul.sponsor-logos li {
  margin: 0 0 1em 0;
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
}

#sponsor-bar ul.sponsor-logos li img {
  width: auto;
  min-width: 100px;
  max-width: 160px;
  vertical-align: middle;
}

#sponsor-bar ul.logos li {
  margin: 0 0 1em 0;
  line-height: 70px;
  vertical-align: middle;
  display: inline-block;
}

#sponsor-bar ul.logos li img {
  width: auto;
  max-width: 350px;
  vertical-align: middle;
}

footer#footer {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 1.5em 0;
  color: #fff;
  font-weight: 300;
  background-color: #bb902a;
}

footer#footer a {
  color: #fff;
}

footer#footer a:hover {
  text-decoration: underline;
}

footer#footer .col-left,
footer#footer .col-right {
  width: 25%;
  float: left;
}

footer#footer .col-center {
  width: 49%;
  float: left;
  border-left: 1px solid #a88738;
  border-right: 1px solid #a88738;
}

footer#footer .item-container {
  padding: 1em 2em;
}

footer#footer ul.footer-navigation {
  margin-top: 2em;
}

footer#footer ul.footer-navigation li {
  padding: .5em 0;
  margin-left: 3em;
}

footer#footer ul.footer-navigation a {
  font-weight: 700;
}

footer#footer h3 {
  font-size: 2.2em;
  margin-bottom: 1em;
}

footer#footer p {
  line-height: 1.5em;
  margin: 1em 0;
}

footer#footer span.block {
  font-weight: 700;
}

.qtip-dark {
  font-size: .9em !important;
  line-height: 1.3em !important;
  background-color: #444 !important;
  border-color: #303030 !important;
  color: #f3f3f3 !important;
}

.qtip-dark .qtip-titlebar {
  background-color: #404040 !important;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030 !important;
}

.qtip-dark .qtip-tip {
  display: none !important;
}

.qtip-dark .qtip-content {
  padding: .45em 1em .6em 1em !important;
}

.qtip-dark .qtip-icon {
  border-color: #444 !important;
}

.main-title {
  width: 12em !important;
  position: absolute !important;
  top: 1.5em !important;
  left: 6.6em !important;
  font-size: 2.5em !important;
  line-height: 1.2em !important;
  color: #ffffff !important;
  text-transform: none !important;
}

.cursor-default {
  cursor: default;
}

.dates__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 1em;
}

.dates__row h2 {
  margin-right: 0 !important;
  float: none;
  -ms-flex: none;
      flex: none;
}

@media screen and (min-width: 1024px) {
  .dates__row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.dates__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  overflow: hidden;
}

.calendar-content .weeks {
  scroll-margin-block-start: 90px;
}

html,
body {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1200px) {
  .masonry-grid {
    padding: 0 12px;
  }
}

.masonry-grid * {
  box-sizing: border-box;
}

.masonry-grid .masonry-item {
  width: calc(33% - 16px);
  margin-bottom: 16px;
  border-bottom: 1px solid #a88738;
}

.masonry-grid .masonry-item.is-sidebar {
  padding: 12px;
  border-width: 0;
  box-shadow: inset 0 0 0 1px #a88738;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}

.masonry-grid .masonry-item.is-sidebar .title {
  font-size: 22px;
  color: #a88738;
}

.masonry-grid .masonry-item .article-top {
  width: 100%;
  aspect-ratio: 764/510;
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  gap: 12px;
  margin-bottom: 12px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.masonry-grid .masonry-item .pretitle {
  font-size: 16px;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  position: relative;
}

.masonry-grid .masonry-item .pretitle::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #a88738;
  display: inline-block;
}

.masonry-grid .masonry-item .article-title {
  font-size: 20px;
  position: relative;
}

.masonry-grid .masonry-item .article-title a {
  color: #a88738;
  text-decoration: none;
}

.masonry-grid .masonry-item .article-title a:hover {
  filter: brightness(0.9);
}

.masonry-grid .masonry-item .article-body {
  padding: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
  font-size: 14px;
  width: 90%;
  margin-top: -80px;
  z-index: 10;
  background-color: white;
  position: relative;
  line-height: 1.25;
}

.masonry-grid .masonry-item .article-body .btn {
  color: white;
  text-decoration: none;
  transition-duration: .3s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.masonry-grid .masonry-item .article-body .btn:hover {
  filter: brightness(0.9);
}

.masonry-grid .masonry-item .article-body .subtitle {
  font-style: italic;
}

.masonry-grid .masonry-item .pdf-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}

.masonry-grid .masonry-item .pdf-wrapper .pdf-link {
  width: 100%;
  aspect-ratio: 1;
  display: block;
  transition-duration: .3s;
}

.masonry-grid .masonry-item .pdf-wrapper .pdf-link:hover {
  filter: brightness(0.75);
}

.masonry-grid .masonry-item .pdf-wrapper .pdf-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-alert {
  clear: both;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #676767;
  background: #eef3f7;
  border-top: 5px solid #676767;
}

.main-alert ul {
  list-style: none;
}

.main-alert ul li {
  line-height: 1.7em;
  list-style-type: none;
}

.load-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 24px;
}

.load-more .btn {
  transition-duration: .3s;
}

.load-more .btn:hover {
  background-color: #a88738;
  color: white;
}

.pb-container {
  width: 95%;
  float: left;
  margin: 1em 0 2em .75em;
}

.pb-container .pb-line {
  width: 97%;
  float: left;
  padding: .5em 1.5%;
  background: white;
}

.pb-container .pb-line:nth-of-type(even) {
  background: #f7f7f7;
}

.pb-container .pb-line.pb-type-role {
  padding-top: .75em;
}

.pb-container .pb-line.pb-type-role .role {
  width: 40%;
  float: left;
}

.pb-container .pb-line.pb-type-role .actor {
  width: 57%;
  float: right;
}

.pb-container .pb-line.pb-type-role .actor p {
  display: inline-block;
  line-height: 1.3em;
  margin: 0 0 .35em 0;
}

.pb-container .pb-line.pb-type-role .actor p a {
  color: #222;
}

.pb-container .pb-line.pb-type-role .actor p a:hover {
  color: #090909;
}

.pb-container .pb-line.pb-type-role .actor p a.actor-link:before {
  content: '\f111';
  font-family: 'FontAwesome';
  color: #bb902a;
  margin-right: 8px;
}

.pb-container .pb-line.pb-type-role .actor p em {
  font-style: normal;
}

.pb-container .pb-line.pb-type-role .actor p em.actor-empty-link:before {
  content: '\f111';
  font-family: 'FontAwesome';
  color: #9a9a9a;
  margin-right: 8px;
}

.pb-container .pb-line.pb-type-role .actor p .pb-per {
  font-size: 1.7em;
  position: relative;
  top: 3px;
  color: #bbb;
}

.pb-container .pb-line.pb-type-role .comment {
  width: 100%;
  float: right;
}

.pb-container .pb-line.pb-type-role .comment p {
  display: block;
  line-height: 1.3em;
  margin: 0 0 .35em 0;
  text-style: italic;
  font-size: x-small;
}

.pb-container .pb-heading {
  width: 100%;
  float: left;
  font: normal em(26) "PT Serif", Georgia, serif;
  color: #bb902a;
  margin: .5em 0;
}

.pb-container .pb-separator {
  width: 100%;
  float: left;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  background: none;
}

.pb-container .pb-ckeditor {
  width: 95%;
  float: left;
  padding: 2.5%;
}

.pb-container .pb-ckeditor .page-body {
  line-height: 1.5em;
}

.pb-container .pb-ckeditor .page-body p, .pb-container .pb-ckeditor .page-body div {
  line-height: 1.5em;
}

.pb-download {
  width: 100%;
  float: left;
  margin: 1em 0 1.5em .75em;
}

.pb-download .addthis_sharing_toolbox {
  margin: .5em 0;
}

span.age {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  top: -4px;
  padding: 0;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  border: 3px solid #bb902a;
  border-radius: 50%;
  text-align: center;
  text-indent: -1px;
  color: #bb902a;
}

span.age.age-danger {
  border: 3px solid #c11d1d;
  color: #c11d1d;
}

span.genre {
  position: relative;
  top: -10px;
  display: inline-block;
  margin-left: 17px;
  font-size: .37em;
  font-weight: bold;
  line-height: 2.2em;
  background: #222;
  border-radius: 2px;
  color: #f2f2f2;
  text-transform: uppercase;
  padding: 0 .7em;
}

.attachment-block-videos .sidebar-gallery {
  width: 100%;
  float: left;
}

.attachment-block-videos .sidebar-gallery article {
  max-width: 48%;
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item {
  position: relative;
  border-radius: 2px;
  margin-top: 1em;
  transform: translateZ(0);
  overflow: hidden;
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item.video-hover-item:before {
  content: '\f144';
  font-family: "FontAwesome";
  font-size: 103px;
  color: #fff;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 400;
  opacity: .9;
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item.video-hover-item:hover:before {
  opacity: .25;
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item .gallery-image {
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .2s ease;
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item .gallery-image img {
  max-width: 100%;
  display: block;
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item:hover .gallery-image {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1.04);
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item .gallery-data {
  width: 93%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 500;
  padding: 0 3.5%;
  border-radius: 2px 2px 0 0;
  background: rgba(27, 57, 78, 0.85);
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item a {
  display: block;
  font-size: em(16);
  font-weight: 700;
  line-height: 1.5em;
  color: #fff;
  padding: 10px 0;
  text-transform: uppercase;
  text-shadow: 1px 1px #7d601c;
}

.attachment-block-videos .sidebar-gallery .gallery-hover-item a h2 {
  display: block;
}

@media only screen and (min-width: 800px) {
  .play-item-col {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .play-item-col > header,
  .play-item-col .page-body {
    float: none !important;
  }
  .play-item-col .page-body {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .play-item-col.pull-left {
    min-height: 390px;
  }
  .page-body .play-item-body-left {
    width: 60% !important;
  }
  .page-body .play-item-body-left > p {
    padding-right: 10px;
  }
  .page-body .play-item-body-right {
    width: 40% !important;
    -ms-align-self: flex-end;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .page-body .play-item-body-right .play-stage .stage-container {
    margin-bottom: 0px !important;
  }
  .play-single-item-col.pull-left {
    width: 60% !important;
    float: left !important;
  }
  .play-single-item-col.pull-right {
    width: 40% !important;
    float: right !important;
  }
  .play-single-item-col.pull-right .play-date .play-single-date {
    padding: 0 30px !important;
  }
  .play-single-item-col.pull-right .play-date .play-buy-ticket {
    display: inline-block !important;
    float: right !important;
  }
  .play-single-item-col.pull-right .play-date .play-buy-ticket .btn {
    margin: 0 0 15px 15px !important;
  }
  .play-item-image {
    height: 320px;
    width: 100% !important;
    overflow: hidden;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .play-item-image:before {
    content: '';
    position: absolute;
    top: 0;
    right: -1em;
    width: 0;
    height: 0;
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-top: 1em solid #f3eee7;
  }
  .play-item-image img {
    display: block;
    height: 100%;
    width: auto !important;
    margin: 0;
    padding: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .masonry-item {
    width: calc(50% - 8px) !important;
  }
  .wrapper {
    width: 95% !important;
    padding: 0 2.5% !important;
  }
  .play-list {
    /* .play-item-image {
            width: 245px !important;
            float: right !important;
        } */
  }
  .play-list .play-item-col header p.author {
    font-size: 1.1em !important;
  }
  .play-list .play-item-col header h2 a {
    font-size: 1.5em !important;
  }
  .play-list .play-item-col .play-buy-ticket {
    width: 95% !important;
    padding: 20px 2.5% !important;
  }
  .play-list .play-item-col.play-item-desc {
    /* width: -webkit-calc(100% - 246px) !important;
                width: -moz-calc(100% - 246px) !important;
                width: calc(100% - 246px) !important;
                padding-bottom: 110px !important; */
  }
  .play-list .play-item-col.play-item-when {
    /* width: 100% !important;
                height: 80px !important;
                position: absolute; */
    bottom: 20px;
    left: 0;
    /* .play-more-btn {
                    width: 205px !important;
                    right: 0 !important;
                    bottom: -10px !important;
                    padding: 2% 20px !important;
                    text-align: center;
                    &:after { display: none !important; }
                } */
  }
  .play-list .play-item-col.play-item-when .play-date {
    padding: .5em 0 0 1em !important;
  }
  .play-list .play-item-col.play-item-when .play-date span {
    display: block;
    text-align: left;
  }
  .play-list .play-item-col.play-item-when .play-stage {
    position: absolute;
    top: -40px;
    left: 0;
  }
  .play-list .play-item-col.play-item-when .play-stage strong {
    font-size: .8em !important;
  }
  .play-list .play-item-body-full {
    width: 70% !important;
  }
  .play-list .play-item-image-full {
    width: 30% !important;
    float: right;
  }
  .play-list .play-item-image-full .play-author-block .play-author-header {
    padding-top: 15px !important;
  }
  .play-list .play-item-image-full .play-author-block .play-author-header img {
    margin: 0 0 -20px 0 !important;
  }
  .play-list .play-item-image-full .play-author-block .play-author-header h4 {
    position: relative;
    top: 15px;
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 999px) {
  .main-container {
    padding-top: 4em;
  }
  header#site-header .header-wrapper {
    height: 100%;
    overflow: hidden;
  }
  header#site-header .title-container {
    position: absolute;
    top: -25px !important;
    left: 20px !important;
  }
  header#site-header .caption img {
    width: 120px !important;
    margin-top: -90px !important;
  }
  header#site-header .navbar {
    position: relative;
    margin-top: 0;
  }
  header#site-header .navbar .main-navigation a {
    font-size: .95em !important;
    padding: 1.1em 1.25em !important;
  }
  header#site-header .language-select .btn {
    margin-top: 6px !important;
  }
  h1.page-title, header#site-header .title-container h2.page-title, header#site-header .title-container h3.page-title {
    font-size: 1.8em !important;
  }
  .calendar-container .heading {
    padding-bottom: 10px;
  }
  .calendar-container .heading h2 {
    display: none;
  }
  aside.sidebar-container {
    width: 35% !important;
  }
  .page-gallery-opener .page-gallery-teaser img {
    display: none;
  }
  section.content-container {
    width: 60% !important;
    padding-left: 1.5% !important;
    padding-right: 1.5% !important;
  }
  section.content-container .page-body {
    overflow: hidden;
  }
  section.content-container .page-body iframe {
    max-width: 100% !important;
  }
  .page-wrapper section.content-container {
    width: 58% !important;
    padding: 3em 2.5% !important;
  }
  footer#footer ul.footer-navigation li {
    padding: .4em 0 !important;
    margin-left: 1em !important;
  }
  footer#footer .col-left {
    width: 20% !important;
  }
  footer#footer .col-center {
    width: 38% !important;
  }
  footer#footer .col-right {
    width: 40% !important;
  }
  footer#footer h3 {
    font-size: 1.8em !important;
  }
  footer#footer p {
    margin: .75em 0 !important;
  }
}

@media only screen and (max-width: 799px) {
  header#site-header .caption {
    display: none !important;
  }
  .calendar-container article.show-ticket {
    width: 46% !important;
    padding: 1em 1.5% !important;
    margin-bottom: .5em !important;
    margin-right: .5%;
  }
  .calendar-container article.show-ticket:last-child {
    margin-right: 0;
  }
  aside.sidebar-container article.show-ticket .info-content {
    width: 20% !important;
  }
  aside.sidebar-container article.show-ticket .ticket-content {
    width: 72% !important;
    float: right !important;
  }
  .page-gallery-opener .page-gallery-teaser {
    width: 100% !important;
    background: none !important;
    padding: 10px 0 !important;
  }
  .page-gallery-opener .page-gallery-teaser .btn-open-gallery {
    width: 95% !important;
    margin: 0 !important;
    padding: 10px 2.5% !important;
  }
  .page-gallery-opener .page-gallery-teaser img {
    display: none;
  }
  .play-list .play-item-body-full {
    width: 95% !important;
    padding: 2.5% !important;
  }
  .play-list .play-item-body-full .page-body {
    overflow: hidden;
  }
  .play-list .play-date-huge {
    width: 100% !important;
  }
  .play-list .play-date-huge:after {
    display: none !important;
  }
  .play-list .play-item-image-full {
    width: 100% !important;
    float: left !important;
  }
  .play-list .play-item-image-full .play-author-block .play-author-header img {
    margin: 10px 0 -20px 0 !important;
  }
  .play-list .play-item-image-full .play-author-block .play-author-header h4 {
    position: relative;
    top: 18px;
    margin-left: 20px !important;
  }
  .play-list .play-item-col.play-item-desc {
    width: 95% !important;
    padding: 2.5% !important;
  }
  .play-list .play-item-list-image {
    width: 100% !important;
  }
  .play-list .play-item-list-image img {
    width: 100% !important;
    display: block;
  }
  .play-list .play-item-col.play-item-when {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    float: left !important;
  }
  .play-list .play-item-col.play-item-when .play-date {
    padding: .25em 0 .75em 0 !important;
    text-align: center;
  }
  .play-list .play-item-col.play-item-when .play-date span {
    display: block;
    text-align: center !important;
  }
  .play-list .play-item-col.play-item-when .play-stage {
    position: static !important;
    top: auto !important;
  }
  .play-list .play-item-col.play-item-when .play-stage strong {
    font-size: .8em !important;
  }
  .play-list .play-item-col.play-item-when .play-more-btn {
    width: 100% !important;
    position: static !important;
    float: left !important;
    text-align: center;
    /* margin-top: 1em; */
    padding: .5em 0 !important;
  }
  .play-list .play-item-col.play-item-when .play-more-btn:after {
    display: none !important;
  }
}

@media only screen and (max-width: 699px) {
  .main-container {
    padding-top: 1em;
  }
  .main-container .news-home-wrapper {
    margin-top: 1em;
  }
  .site-wrapper {
    padding: 0 !important;
  }
  header#site-header {
    /* background: #262b48 url(../img/header-2017-1.jpg) no-repeat fixed -950px 0px !important; */
    border-top: 5px solid #bb902a !important;
    padding-top: 10px;
  }
  header#site-header .logo-container {
    width: 70px !important;
    position: absolute !important;
    padding-top: 0 !important;
    top: 18px !important;
    right: 10px !important;
    left: auto;
  }
  header#site-header .logo-container img {
    width: 100%;
  }
  header#site-header .title-container {
    left: 10px !important;
  }
  header#site-header .title-container:after {
    background: none !important;
  }
  header#site-header .title-container h1, header#site-header .title-container h2, header#site-header .title-container h3,
  header#site-header .title-container h2,
  header#site-header .title-container h3 {
    width: 100% !important;
    float: left;
    position: static !important;
    left: 10px !important;
    top: auto !important;
  }
  header#site-header .title-container h1, header#site-header .title-container h2, header#site-header .title-container h3 {
    width: 70% !important;
    font-size: 1.7em !important;
    margin-top: 40px !important;
  }
  header#site-header .title-container h2 {
    font-size: 1.3em !important;
    margin-top: 12px !important;
  }
  header#site-header .title-container h3 {
    font-size: 1.2em !important;
    margin-top: 12px !important;
  }
  header#site-header .navbar {
    width: 100% !important;
    height: auto !important;
    float: left;
    margin: 60px 0 0 0 !important;
    padding: 0 !important;
    display: block;
  }
  header#site-header .navbar span.menu-toggler {
    display: block;
  }
  header#site-header .navbar .language-select {
    position: absolute !important;
    top: -60px !important;
    right: 20px;
  }
  header#site-header .navbar .main-navigation {
    display: none;
  }
  header#site-header .navbar li {
    width: 100%;
    float: left;
    position: relative;
  }
  header#site-header .navbar li a {
    display: block !important;
    font-size: .9em !important;
    padding: 1.1em 1em !important;
  }
  header#site-header .navbar .dropdown {
    position: static !important;
    padding-top: 0 !important;
  }
  header#site-header .navbar .dropdown li a {
    text-indent: 20px;
  }
  header#site-header .navbar .pull-right {
    width: 100%;
    float: left;
    margin-bottom: 1em;
  }
  aside.sidebar-container {
    width: 100% !important;
  }
  #page-body {
    margin-bottom: 3em;
  }
  section.content-container {
    width: 97% !important;
    padding-left: 1.5% !important;
    padding-right: 1.5% !important;
    margin-top: 1em;
  }
  h1.page-title, header#site-header .title-container h2.page-title, header#site-header .title-container h3.page-title {
    font-size: 1.5em !important;
    line-height: 1.2em;
  }
  .page-wrapper section.content-container {
    width: 90% !important;
    padding: 3em 5% !important;
  }
  .play-date-huge .date {
    width: 100% !important;
    display: block !important;
  }
  .play-date-huge .stage-wrapper {
    width: 100% !important;
    display: block !important;
    margin-top: 30px !important;
  }
  .calendar-container article.show-ticket {
    width: 95% !important;
    height: auto !important;
    min-height: none !important;
    padding: 1em 2.5% !important;
    margin-bottom: .5em !important;
    margin-right: 0;
  }
  .calendar-container article.show-ticket:last-child {
    margin-right: 0;
  }
  .calendar-container ul.dates li {
    margin: 10px 0 0 5px !important;
  }
  .calendar-container ul.dates span.month, .calendar-container .heading ul.dates span.day {
    margin-bottom: 0 !important;
    font-size: .9em !important;
  }
  .calendar-container ul.dates span.day {
    font-size: 1.1em !important;
  }
  footer#footer ul.footer-navigation li {
    padding: .4em 0 !important;
    margin-left: 1em !important;
  }
  footer#footer .col-left {
    width: 95% !important;
    margin: -1em 0 1em 5% !important;
  }
  footer#footer .col-center {
    width: 100% !important;
  }
  footer#footer .col-right {
    width: 100% !important;
  }
  footer#footer h3 {
    font-size: 1.5em !important;
  }
  footer#footer p {
    margin: .75em 0 !important;
  }
}

@media only screen and (min-width: 2100px) {
  header#site-header {
    background-position: 75% top !important;
  }
}

@media only screen and (min-width: 1440px) {
  header#site-header {
    height: 450px;
    background-size: cover;
  }
}

@media screen and (max-width: 400px) {
  .masonry-item {
    width: 100% !important;
  }
}
