@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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -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 {
  -webkit-filter: none;
          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; }

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

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

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

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

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

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

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
    Style slider
    J'ai vu que le style des flèches est défini dans plusieurs fichiers scss:
    event-slider, featuredEvent, gallery, locals-slider, slider (dossier modules)
    Du coup, je pose ça là car c'est un style global
    (contour flèche + fleche invisible si dernière img ou première img du slider)
    (dim)
*/
.fa-angle-right, .fa-angle-left {
  stroke: black;
  stroke-width: 10; }

.slick-arrow {
  outline: none; }

.slick-disabled {
  display: none !important; }

@-webkit-keyframes fadeInSubtitle {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeInSubtitle {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@-webkit-keyframes logo-transition {
  0% {
    margin-top: -70px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@keyframes logo-transition {
  0% {
    margin-top: -70px;
    opacity: 0; }
  100% {
    margin-top: 0;
    opacity: 1; } }

@-webkit-keyframes form-transition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes form-transition {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@keyframes mouse-animation {
  0% {
    opacity: 1;
    top: 29%; }
  15% {
    opacity: 1;
    top: 50%; }
  50% {
    opacity: 0;
    top: 50%; }
  100% {
    opacity: 0;
    top: 29%; } }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes rollover {
  0%, 100% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  25% {
    -webkit-box-shadow: 0 6px 0 0 blue, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 blue, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  50% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 blue, 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 blue, 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  75% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 blue;
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 blue; } }

@keyframes rollover {
  0%, 100% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  25% {
    -webkit-box-shadow: 0 6px 0 0 blue, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 blue, 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  50% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 blue, 0 30px 0 0 rgba(153, 153, 153, 0.25);
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 blue, 0 30px 0 0 rgba(153, 153, 153, 0.25); }
  75% {
    -webkit-box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 blue;
            box-shadow: 0 6px 0 0 rgba(153, 153, 153, 0.25), 0 18px 0 0 rgba(153, 153, 153, 0.25), 0 30px 0 0 blue; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: #FFFFFF; }

#wrapper {
  min-height: 100vh; }
  #wrapper.is-sticky {
    padding-top: 97px; }

a {
  color: inherit; }

img {
  max-width: 100%; }

iframe {
  max-width: 100%; }

input:focus,
a:focus {
  outline: none; }

a {
  text-decoration: none; }

/*Gallery about responsive*/
@media (max-width: 46.99em) {
  .gallery-padding {
    margin-top: 15px !important; } }

/* popup newsletter */
@media (max-width: 46.99em) {
  .mfp-container {
    bottom: -40px;
    top: auto; } }

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

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

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

.text-uppercase {
  text-transform: uppercase; }

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

.text-regular {
  font-weight: 400; }

.text-medium {
  font-weight: 500; }

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

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

.text-danger {
  color: red; }

.no-link {
  text-decoration: none; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

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

@media (max-width: 46.99em) {
  .hide-under-sm {
    display: none; } }

@media (max-width: 60.74em) {
  .hide-under-md {
    display: none; } }

img.crisp {
  image-rendering: -webkit-optimize-contrast; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.m-b {
  margin-bottom: 20px; }

.m-t {
  margin-top: 20px; }

.slice {
  margin-top: 100px;
  margin-bottom: 150px; }

.about-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px; }
  @media (max-width: 60.74em) {
    .about-banner {
      height: 500px; } }
  @media (max-width: 46.99em) {
    .about-banner {
      height: 250px;
      margin-top: -200px; } }

strong {
  font-weight: bold !important; }

@media (max-width: 46.99em) {
  .about-image-margin {
    margin-bottom: 15px; } }

@media (max-width: 46.99em) {
  .about-figcaption-margin {
    margin-bottom: 45px !important; } }

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

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

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

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

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

body {
  font-family: "national", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%; }

::-moz-selection {
  background: #000000;
  color: #FFFFFF; }

::selection {
  background: #000000;
  color: #FFFFFF; }

::-moz-selection {
  background: #000000;
  color: #FFFFFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: 300; }

.form__group {
  margin-bottom: 16px;
  position: relative; }
  .form__group--last {
    margin-bottom: 0; }

.form__group-error {
  color: red;
  text-align: right;
  font-size: 12px;
  font-weight: 300; }

.form__group-icon {
  position: absolute;
  top: 10px;
  left: 15px; }
  .form__group-icon + [type="text"],
  .form__group-icon + [type="password"],
  .form__group-icon + [type="email"] {
    padding-left: 40px !important; }
  .form__group-icon--after {
    left: auto;
    right: 15px; }
    .loading .form__group-icon--after {
      display: none; }
  .form__group-icon--loading {
    display: none; }
    .loading .form__group-icon--loading {
      display: block; }

.form label {
  display: block;
  font-size: 14px;
  padding-bottom: 4px; }

.form [type="text"],
.form [type="password"],
.form [type="email"] {
  background: transparent;
  border: 1px solid #000;
  outline: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0;
  width: 100%;
  padding: 12px 8px; }
  .form [type="text"]:focus,
  .form [type="password"]:focus,
  .form [type="email"]:focus {
    border: 1px solid #7C7C7C; }
  .form [type="text"].has-error,
  .form [type="password"].has-error,
  .form [type="email"].has-error {
    border: 1px solid red;
    color: red; }

.form textarea {
  letter-spacing: 0.05em;
  background: #FFF;
  border: 1px solid #000;
  padding: 12px 8px;
  outline: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 100%;
  height: 100px; }
  .form textarea:focus {
    border: 1px solid #7C7C7C; }
  .form textarea.has-error {
    border: 1px solid red;
    color: red; }

.form select {
  width: 100%; }

.form .checkbox {
  /* Aspect si "pas cochée" */
  /* Aspect si "cochée" */ }
  .form .checkbox label {
    display: inline-block; }
  .form .checkbox [type="checkbox"]:not(:checked),
  .form .checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  .form .checkbox [type="checkbox"]:not(:checked) + label,
  .form .checkbox [type="checkbox"]:checked + label {
    position: relative;
    /* permet de positionner les pseudo-éléments */
    padding-left: 20px;
    /* fait un peu d'espace pour notre case à venir */
    cursor: pointer;
    /* affiche un curseur adapté */ }
  .form .checkbox [type="checkbox"]:not(:checked) + label:before,
  .form .checkbox [type="checkbox"]:checked + label:before {
    content: '\f096';
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    /* dim. de la case */ }
  .form .checkbox [type="checkbox"]:checked + label:before {
    content: '\f046'; }

.form .radio input {
  display: none; }
  .form .radio input:checked + label:after {
    display: inline-block; }

.form .radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px; }
  .form .radio label:before {
    content: "";
    display: inline-block;
    background-color: transparent;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    border: 1px solid #000;
    border-radius: 10px; }
  .form .radio label:after {
    content: "";
    display: none;
    background-color: #000;
    width: 11px;
    height: 11px;
    margin-right: 10px;
    position: absolute;
    top: 5px;
    left: 3px;
    border: 1px solid #000;
    border-radius: 10px; }

.form .radio .radio-description {
  font-size: 14px;
  padding-left: 25px; }
  .form .radio .radio-description p:first-child {
    margin-top: 0; }
  .form .radio .radio-description p:last-child {
    margin-bottom: 0; }

/* Base container properties */
.container, .container-fluid, .container-full, .container-fixed {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }

/* Base column properties */
.col-xs-0, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-one-third, .col-sm-0, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-one-third, .col-md-0, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-one-third, .col-lg-0, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-one-third, .col-xl-0, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-one-third {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 1px;
  float: left; }

/* Set box-sizing */
.container,
.row,
.row:after,
.row:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Container */
.container {
  max-width: 752px; }
  .container-full {
    padding-left: 0;
    padding-right: 0; }
  .container-fixed {
    width: 1000px; }
  @media screen and (min-width: 972px) {
    .container {
      max-width: 972px; } }
  @media screen and (min-width: 1172px) {
    .container {
      max-width: 1172px; } }
  @media screen and (min-width: 1440px) {
    .container {
      max-width: 1440px; } }

/* Clearfix & box-model + list-style reset for ul support */
.row {
  list-style: none;
  margin-left: -10px;
  margin-right: -10px;
  /* Nested grid */ }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row > .row {
    clear: none;
    float: left;
    margin: 0 !important; }
  .row.row--centered {
    text-align: center; }
    .row.row--centered > [class^=col] {
      text-align: left; }
  .row.row--ib {
    word-spacing: -.28em; }
    .row.row--ib > [class^=col] {
      float: none;
      display: inline-block;
      vertical-align: top;
      word-spacing: normal;
      zoom: 1;
      *display: inline; }

/* Generate columns */
@media screen and (min-width: 0) {
  .col-xs-0 {
    width: 0%; }
  .col-xs-push-0,
  .col-xs-pull-0 {
    position: relative; }
  .col-xs-push-0 {
    left: 0%; }
  .col-xs-pull-0 {
    right: 0%; }
  .col-xs-offset-0 {
    margin-left: 0%; }
  .col-xs-1 {
    width: 8.33333%; }
  .col-xs-push-1,
  .col-xs-pull-1 {
    position: relative; }
  .col-xs-push-1 {
    left: 8.33333%; }
  .col-xs-pull-1 {
    right: 8.33333%; }
  .col-xs-offset-1 {
    margin-left: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%; }
  .col-xs-push-2,
  .col-xs-pull-2 {
    position: relative; }
  .col-xs-push-2 {
    left: 16.66667%; }
  .col-xs-pull-2 {
    right: 16.66667%; }
  .col-xs-offset-2 {
    margin-left: 16.66667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-push-3,
  .col-xs-pull-3 {
    position: relative; }
  .col-xs-push-3 {
    left: 25%; }
  .col-xs-pull-3 {
    right: 25%; }
  .col-xs-offset-3 {
    margin-left: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-push-4,
  .col-xs-pull-4 {
    position: relative; }
  .col-xs-push-4 {
    left: 33.33333%; }
  .col-xs-pull-4 {
    right: 33.33333%; }
  .col-xs-offset-4 {
    margin-left: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%; }
  .col-xs-push-5,
  .col-xs-pull-5 {
    position: relative; }
  .col-xs-push-5 {
    left: 41.66667%; }
  .col-xs-pull-5 {
    right: 41.66667%; }
  .col-xs-offset-5 {
    margin-left: 41.66667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-push-6,
  .col-xs-pull-6 {
    position: relative; }
  .col-xs-push-6 {
    left: 50%; }
  .col-xs-pull-6 {
    right: 50%; }
  .col-xs-offset-6 {
    margin-left: 50%; }
  .col-xs-7 {
    width: 58.33333%; }
  .col-xs-push-7,
  .col-xs-pull-7 {
    position: relative; }
  .col-xs-push-7 {
    left: 58.33333%; }
  .col-xs-pull-7 {
    right: 58.33333%; }
  .col-xs-offset-7 {
    margin-left: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%; }
  .col-xs-push-8,
  .col-xs-pull-8 {
    position: relative; }
  .col-xs-push-8 {
    left: 66.66667%; }
  .col-xs-pull-8 {
    right: 66.66667%; }
  .col-xs-offset-8 {
    margin-left: 66.66667%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-push-9,
  .col-xs-pull-9 {
    position: relative; }
  .col-xs-push-9 {
    left: 75%; }
  .col-xs-pull-9 {
    right: 75%; }
  .col-xs-offset-9 {
    margin-left: 75%; }
  .col-xs-10 {
    width: 83.33333%; }
  .col-xs-push-10,
  .col-xs-pull-10 {
    position: relative; }
  .col-xs-push-10 {
    left: 83.33333%; }
  .col-xs-pull-10 {
    right: 83.33333%; }
  .col-xs-offset-10 {
    margin-left: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%; }
  .col-xs-push-11,
  .col-xs-pull-11 {
    position: relative; }
  .col-xs-push-11 {
    left: 91.66667%; }
  .col-xs-pull-11 {
    right: 91.66667%; }
  .col-xs-offset-11 {
    margin-left: 91.66667%; }
  .col-xs-12 {
    width: 100%; }
  .col-xs-push-12,
  .col-xs-pull-12 {
    position: relative; }
  .col-xs-push-12 {
    left: 100%; }
  .col-xs-pull-12 {
    right: 100%; }
  .col-xs-offset-12 {
    margin-left: 100%; }
  .col-xs-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 752px) {
  .col-sm-0 {
    width: 0%; }
  .col-sm-push-0,
  .col-sm-pull-0 {
    position: relative; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-push-1,
  .col-sm-pull-1 {
    position: relative; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-push-2,
  .col-sm-pull-2 {
    position: relative; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-push-3,
  .col-sm-pull-3 {
    position: relative; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-push-4,
  .col-sm-pull-4 {
    position: relative; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-push-5,
  .col-sm-pull-5 {
    position: relative; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-push-6,
  .col-sm-pull-6 {
    position: relative; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-push-7,
  .col-sm-pull-7 {
    position: relative; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-push-8,
  .col-sm-pull-8 {
    position: relative; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-push-9,
  .col-sm-pull-9 {
    position: relative; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-push-10,
  .col-sm-pull-10 {
    position: relative; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-push-11,
  .col-sm-pull-11 {
    position: relative; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-push-12,
  .col-sm-pull-12 {
    position: relative; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 972px) {
  .col-md-0 {
    width: 0%; }
  .col-md-push-0,
  .col-md-pull-0 {
    position: relative; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-push-1,
  .col-md-pull-1 {
    position: relative; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-push-2,
  .col-md-pull-2 {
    position: relative; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-push-3,
  .col-md-pull-3 {
    position: relative; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-push-4,
  .col-md-pull-4 {
    position: relative; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-push-5,
  .col-md-pull-5 {
    position: relative; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-push-6,
  .col-md-pull-6 {
    position: relative; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-push-7,
  .col-md-pull-7 {
    position: relative; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-push-8,
  .col-md-pull-8 {
    position: relative; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-push-9,
  .col-md-pull-9 {
    position: relative; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-push-10,
  .col-md-pull-10 {
    position: relative; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-push-11,
  .col-md-pull-11 {
    position: relative; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-push-12,
  .col-md-pull-12 {
    position: relative; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 1172px) {
  .col-lg-0 {
    width: 0%; }
  .col-lg-push-0,
  .col-lg-pull-0 {
    position: relative; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-push-1,
  .col-lg-pull-1 {
    position: relative; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-push-2,
  .col-lg-pull-2 {
    position: relative; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-push-3,
  .col-lg-pull-3 {
    position: relative; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-push-4,
  .col-lg-pull-4 {
    position: relative; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-push-5,
  .col-lg-pull-5 {
    position: relative; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-push-6,
  .col-lg-pull-6 {
    position: relative; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-push-7,
  .col-lg-pull-7 {
    position: relative; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-push-8,
  .col-lg-pull-8 {
    position: relative; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-push-9,
  .col-lg-pull-9 {
    position: relative; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-push-10,
  .col-lg-pull-10 {
    position: relative; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-push-11,
  .col-lg-pull-11 {
    position: relative; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-push-12,
  .col-lg-pull-12 {
    position: relative; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-one-third {
    width: 33.33333%; } }

@media screen and (min-width: 1440px) {
  .col-xl-0 {
    width: 0%; }
  .col-xl-push-0,
  .col-xl-pull-0 {
    position: relative; }
  .col-xl-push-0 {
    left: 0%; }
  .col-xl-pull-0 {
    right: 0%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-push-1,
  .col-xl-pull-1 {
    position: relative; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-push-2,
  .col-xl-pull-2 {
    position: relative; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-push-3,
  .col-xl-pull-3 {
    position: relative; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-push-4,
  .col-xl-pull-4 {
    position: relative; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-push-5,
  .col-xl-pull-5 {
    position: relative; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-push-6,
  .col-xl-pull-6 {
    position: relative; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-push-7,
  .col-xl-pull-7 {
    position: relative; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-push-8,
  .col-xl-pull-8 {
    position: relative; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-push-9,
  .col-xl-pull-9 {
    position: relative; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-push-10,
  .col-xl-pull-10 {
    position: relative; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-push-11,
  .col-xl-pull-11 {
    position: relative; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-push-12,
  .col-xl-pull-12 {
    position: relative; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-one-third {
    width: 33.33333%; } }

.header__sticky {
  float: left;
  position: absolute;
  top: 25px;
  left: 210px;
  display: none;
  z-index: 999; }

@media (max-width: 60.74em) {
  .header {
    display: none; } }

.header__top {
  padding-top: 10px; }

.header__socials {
  padding: 0;
  margin: 0; }
  .header__socials li {
    display: inline-block;
    position: relative; }
    .header__socials li a {
      font-size: 12px;
      font-weight: light;
      padding: 6px 4px;
      border: 4px solid transparent;
      -webkit-transition: all .2s;
      transition: all .2s;
      color: black;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif; }
      .header__socials li a svg {
        margin-left: 4px; }
      .header__socials li a:hover {
        color: #EC6500; }

.header__main {
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease;
  padding-bottom: 32px;
  text-align: center;
  /*@media screen and (min-width: 200px) and (max-width: 1000px) {
            display: none;
        }*/ }
  .header__main__nav {
    float: right; }
  .header__main ul {
    padding: 0;
    margin: 0;
    padding-top: 40px;
    position: relative; }
    @media screen and (min-width: 200px) and (max-width: 1300px) {
      .header__main ul {
        display: none; } }
    .header__main ul li {
      display: inline-block;
      position: relative; }
      .header__main ul li a {
        font-size: 15px;
        padding: 6px 6px;
        font-weight: 600;
        border: 4px solid transparent;
        -webkit-transition: all .2s;
        transition: all .2s;
        color: black;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif; }
        .header__main ul li a:hover {
          color: #EC6500; }
      .header__main ul li a.active {
        color: #EC6500; }

.header__branding {
  width: 2800px;
  position: absolute;
  left: -2040px;
  top: 525px;
  position: absolute;
  z-index: 999;
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
  .header__branding a {
    padding: 0;
    margin: 0;
    border: 0; }
  .header__branding img {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    -webkit-transform: rotate(-134deg);
            transform: rotate(-134deg); }
  .header__branding.sticky__branding {
    left: -1975px; }

.navigation-item-sticky {
  vertical-align: middle;
  padding-right: 10px;
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease; }
  .navigation-item-sticky img {
    display: none; }
  .navigation-item-sticky .show {
    -webkit-transition: background-color .8s ease;
    transition: background-color .8s ease; }
    .navigation-item-sticky .show img {
      display: block; }

.sticky {
  background-color: white;
  position: fixed;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  border-bottom: 1px solid black;
  z-index: 999;
  margin-top: -58px;
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease; }

.sticky__branding {
  -webkit-transition: background-color .8s ease;
  transition: background-color .8s ease; }
  .sticky__branding img {
    opacity: 0; }

.hide {
  display: none; }

.show img {
  display: inline-block; }

.page {
  padding-top: 50px;
  margin-bottom: 100px; }
  @media (max-width: 60.74em) {
    .page {
      padding-top: 100px; } }
  @media screen and (min-width: 200px) and (max-width: 1600px) {
    .page {
      padding-top: 100px; } }
  .page.pt-event {
    padding-top: 15px; }
    @media (max-width: 60.74em) {
      .page.pt-event {
        padding-top: 100px; } }
    @media screen and (min-width: 200px) and (max-width: 1600px) {
      .page.pt-event {
        padding-top: 100px; } }
  .page-title {
    font-size: 20px;
    font-weight: light;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding-left: 250px; }
    @media (max-width: 46.99em) {
      .page-title {
        padding-left: 15px; } }
  .page-headline {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 80px; }
  .page-content {
    font-family: 'Merriweather', serif;
    font-weight: light;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px; }
  .page-image {
    margin-top: 50px;
    margin-bottom: 50px; }
    .page-image__figcaption {
      font-family: 'Merriweather', serif;
      font-size: 25px;
      font-weight: bold;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 100px; }
      @media (max-width: 60.74em) {
        .page-image__figcaption {
          font-size: 22px; } }

.footer {
  border-top: 1px solid white;
  background-color: #1d1d1b;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  overflow: hidden; }
  .footer__branding {
    padding-top: 16px;
    text-align: center; }
    @media (max-width: 46.99em) {
      .footer__branding {
        text-align: left;
        padding-left: 15px; } }
    @media (max-width: 60.74em) {
      .footer__branding {
        text-align: left;
        padding-left: 15px; } }
  .footer__nav {
    padding-top: 19px;
    text-align: right; }
    @media (max-width: 60.74em) {
      .footer__nav {
        text-align: left; } }
    .footer__nav ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer__nav ul li {
        margin-bottom: 10px;
        display: inline-block; }
        @media (max-width: 60.74em) {
          .footer__nav ul li {
            display: block; } }
        .footer__nav ul li a {
          text-decoration: none;
          font-family: 'Montserrat', sans-serif;
          color: #FFFFFF;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 14px;
          padding: 6px 12px;
          -webkit-transition: all .2s;
          transition: all .2s; }
          .footer__nav ul li a:hover {
            color: #EC6500; }
  .footer__contact {
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 40px;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-align: right; }
    @media (max-width: 60.74em) {
      .footer__contact {
        text-align: left; } }
    .footer__contact a {
      color: #FFFFFF;
      text-decoration: none;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .footer__contact a:hover {
        color: #EC6500; }
  @media (max-width: 60.74em) {
    .footer__social {
      text-align: left; } }
  .footer__social ul, .footer__social li {
    padding: 0;
    margin-left: 12px;
    display: inline-block;
    font-size: 12px; }
    .footer__social ul a, .footer__social li a {
      font-family: 'Montserrat', sans-serif;
      display: inline-block;
      width: 35px;
      height: 35px;
      border: 1px solid #FFFFFF;
      border-radius: 20px;
      text-align: center;
      line-height: 35px;
      color: #FFFFFF;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .footer__social ul a:hover, .footer__social li a:hover {
        background-color: #EC6500;
        border: 1px solid #EC6500; }
  .footer__copyright {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif; }
    .footer__copyright a {
      font-size: 12px;
      color: #FFFFFF;
      font-family: 'Montserrat', sans-serif;
      font-weight: bold;
      -webkit-transition: all .2s;
      transition: all .2s; }
      .footer__copyright a:hover {
        color: #EC6500; }
  .footer__newsletter {
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    color: #FFFFFF; }
  .footer__marquee {
    height: 34px;
    background: #EC6500;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    line-height: 34px;
    font-size: 20px;
    color: black;
    font-size: 14px;
    font-weight: light;
    text-transform: uppercase; }
    @media (max-width: 46.99em) {
      .footer__marquee {
        display: none; } }
    .footer__marquee-header {
      color: black;
      position: absolute;
      z-index: 10;
      background: #FFFFFF;
      padding-left: 35px;
      padding-right: 20px;
      border-right: 1px solid #FFFFFF;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: bold; }
      .footer__marquee-header:after {
        content: '';
        position: absolute;
        top: 0;
        z-index: 0;
        right: -17px;
        height: 45px;
        width: 25%;
        -webkit-transform: skew(0deg, 4deg);
        transform: skew(-45deg, 0.5deg);
        background: #FFFFFF; }
  .footer > .container {
    padding-top: 50px;
    padding-bottom: 70px; }
  .footer__line {
    position: relative; }
    .footer__line::after {
      content: "";
      display: block;
      position: absolute;
      height: 500px;
      background: white;
      width: 1px;
      right: -100px;
      top: -50px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0; }
      @media screen and (min-width: 200px) and (max-width: 1440px) {
        .footer__line::after {
          display: none; } }
    .footer__line-center:after {
      right: -150px; }
    .footer__line-right:after {
      right: -160px; }

.contact-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.2; }

.contact-address {
  font-family: 'Montserrat', sans-serif;
  font-weight: light;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 40px; }
  .contact-address a {
    color: #000000;
    display: inline;
    border-bottom: 2px solid rgba(236, 101, 0, 0.4);
    -webkit-box-shadow: inset 0 -7px 0 rgba(236, 101, 0, 0.4);
            box-shadow: inset 0 -7px 0 rgba(236, 101, 0, 0.4);
    font-weight: light;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .contact-address a:hover {
      -webkit-box-shadow: inset 0 -13px 0 rgba(236, 101, 0, 0.4);
              box-shadow: inset 0 -13px 0 rgba(236, 101, 0, 0.4); }

.contact-download {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  display: block;
  border: 1px solid #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .contact-download__icon {
    position: absolute;
    top: 5;
    left: 5;
    font-size: 28px;
    padding-left: 24px;
    padding-top: 11px; }
  .contact-download h2 {
    font-size: 15px;
    font-weight: bold;
    padding-left: 65px;
    margin-bottom: 0; }
  .contact-download p {
    padding-left: 65px;
    margin-top: 0; }
  .contact-download:hover {
    background-color: #EC6500;
    color: #FFFFFF;
    border: 1px solid #EC6500; }

.contact-map {
  width: 100%;
  height: 800px; }

.event-detail {
  margin-top: 133px;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 46.99em) {
    .event-detail {
      margin-top: 10px; } }
  .event-detail__date {
    font-weight: bold;
    font-size: 30px;
    margin-top: 0;
    padding-bottom: 40px; }
    @media (max-width: 46.99em) {
      .event-detail__date {
        padding-bottom: 10px; } }
  .event-detail__subtitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0; }
    .event-detail__subtitle + .event-detail__ticket {
      margin-top: 25px; }
  .event-detail__name-tarif {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0; }
  .event-detail__advice {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 30px; }
    .event-detail__advice:last-of-type {
      margin-bottom: 20px; }
    @media (max-width: 46.99em) {
      .event-detail__advice {
        margin-bottom: 0;
        margin-top: 15px; } }
  .event-detail__free {
    font-size: 14px;
    font-weight: 400; }
  .event-detail__ticket {
    padding-bottom: 20px; }
    .event-detail__ticket + .event-detail__subtitle {
      margin-top: 60px; }
  .event-detail__ticket-link {
    display: inline-block;
    border: 2px solid #EC6500;
    color: white;
    font-weight: bold;
    background-color: #EC6500;
    padding: 5px 12px;
    border-radius: .25rem;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .event-detail__ticket-link > svg {
      display: inline-block;
      margin-right: 6px; }
    .event-detail__ticket-link:hover {
      color: #EC6500;
      background: white; }
  .event-detail__presale, .event-detail__caisse {
    font-size: 11px;
    margin-top: 0;
    margin-bottom: 25px; }
  .event-detail__location {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 40px;
    max-width: 300px; }
    .event-detail__location:after {
      position: absolute;
      content: "";
      bottom: 0;
      left: 0;
      height: 1px;
      background-color: #979797;
      width: 90px; }
  .event-detail__programme {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 46.99em) {
      .event-detail__programme {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .event-detail__press {
    padding-top: 50px;
    padding-bottom: 50px; }
    @media (max-width: 46.99em) {
      .event-detail__press {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .event-detail__headline {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 76px; }
    @media (max-width: 46.99em) {
      .event-detail__headline {
        padding-top: 25px; } }
    .event-detail__headline p {
      margin-top: 0; }
  .event-detail__body {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px; }
    .event-detail__body blockquote {
      padding: 23px 0;
      border-top: 1px solid #979797;
      border-bottom: 1px solid #979797;
      width: 68.5%;
      margin: 82px auto; }
      .event-detail__body blockquote p {
        font-family: Merriweather;
        font-size: 20px;
        font-weight: 300;
        line-height: 33px;
        color: #000000;
        margin: 0; }
  .event-detail__socials {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (max-width: 46.99em) {
      .event-detail__socials {
        margin-top: 5px; } }
    .event-detail__socials a {
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid rgba(0, 0, 0, 0.4);
      border-radius: 20px;
      text-align: center;
      line-height: 39px;
      margin-right: 5px;
      color: #000000;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .event-detail__socials a:hover {
        color: #FFFFFF;
        background-color: #EC6500;
        border: 1px solid rgba(236, 101, 0, 0.4); }
  .event-detail__neighbors a {
    color: #000000;
    font-size: 2em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .event-detail__neighbors a:hover, .event-detail__neighbors a:focus {
      color: #EC6500; }
  .event-detail__neighbors a.disabled {
    color: rgba(0, 0, 0, 0.4);
    opacity: .4;
    pointer-events: none; }
  .event-detail__distribution {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px; }
    .event-detail__distribution table {
      text-align: left;
      min-width: 320px; }
      .event-detail__distribution table tr {
        height: 2rem; }
      .event-detail__distribution table th {
        font-family: Merriweather;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px; }
      .event-detail__distribution table td {
        font-family: Merriweather;
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
        line-height: 17px; }
    .event-detail__distribution::before {
      position: absolute;
      content: "";
      top: 0;
      height: 1px;
      background-color: #979797;
      width: 60%; }
      @media (max-width: 46.99em) {
        .event-detail__distribution::before {
          width: 100%; } }
    .event-detail__distribution::after {
      position: absolute;
      content: "";
      bottom: 0;
      height: 1px;
      background-color: #979797;
      width: 60%; }
      @media (max-width: 46.99em) {
        .event-detail__distribution::after {
          width: 100%; } }
    @media (max-width: 46.99em) {
      .event-detail__distribution {
        margin-top: 20px;
        margin-bottom: 20px; } }
  .event-detail__video {
    margin-top: 50px;
    margin-bottom: 50px; }
  .event-detail__category {
    position: absolute;
    bottom: 0;
    left: 0; }
  .event-detail__gallery {
    position: relative;
    padding-bottom: 50%;
    position: relative; }
    .event-detail__gallery > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .event-detail__gallery .slide {
      padding-bottom: 50%;
      position: relative; }
      .event-detail__gallery .slide > :first-child {
        left: 0;
        height: 100%;
        position: absolute;
        top: 0;
        width: 100%; }
    .event-detail__gallery-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .event-detail__gallery-text {
      color: #FFFFFF;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 100px; }
      @media (max-width: 60.74em) {
        .event-detail__gallery-text {
          left: 40px; } }
      .event-detail__gallery-text h2 {
        position: relative;
        margin: 0;
        color: #FFFFFF;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        padding-left: 80px;
        font-weight: 600; }
        @media (max-width: 46.99em) {
          .event-detail__gallery-text h2 {
            font-size: 18px;
            padding-left: 10px; } }
        .event-detail__gallery-text h2:before {
          position: absolute;
          content: "";
          top: 17px;
          left: 0;
          height: 2px;
          background-color: white;
          width: 75px; }
          @media (max-width: 46.99em) {
            .event-detail__gallery-text h2:before {
              display: none; } }
      .event-detail__gallery-text h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        line-height: 30px;
        font-weight: 900;
        margin-bottom: 2px;
        margin-top: 6px;
        display: inline-block; }
        @media (max-width: 46.99em) {
          .event-detail__gallery-text h3 {
            font-size: 20px;
            margin-top: 0;
            padding-left: 10px; } }
      .event-detail__gallery-text h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 24px;
        font-weight: 500;
        margin: 0;
        margin-bottom: 20px;
        width: 600px; }
        @media (max-width: 46.99em) {
          .event-detail__gallery-text h4 {
            display: none; } }
  .event-detail__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem; }
    .event-detail__lang li {
      margin-right: 1rem; }
      .event-detail__lang li a {
        padding: .375rem .75rem;
        font-size: .9rem;
        border: 1px solid rgba(0, 0, 0, 0.4);
        border-radius: .25rem;
        margin-right: 5px;
        font-weight: 600; }
        .event-detail__lang li a:hover, .event-detail__lang li a.active {
          background-color: #EC6500;
          border: 1px solid #EC6500;
          color: #FFFFFF;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
  .event-detail__audio {
    position: absolute;
    bottom: 0;
    width: 100%; }

.event-item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .event-item__inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .event-item__inner .status {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
  .event-item__thumbnail {
    padding-bottom: 60%;
    position: relative;
    position: relative;
    overflow: hidden; }
    .event-item__thumbnail > :first-child {
      left: 0;
      height: 100%;
      position: absolute;
      top: 0;
      width: 100%; }
    .event-item__thumbnail-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .event-item__thumbnail img {
      width: 100%;
      height: auto;
      display: block;
      opacity: 1;
      -webkit-transition: -webkit-transform 1s;
      transition: -webkit-transform 1s;
      transition: transform 1s;
      transition: transform 1s, -webkit-transform 1s; }
      .event-item__thumbnail img.loaded {
        opacity: 1; }
    .event-item__thumbnail-main {
      position: relative; }
    .event-item__thumbnail-over {
      position: absolute;
      top: 0; }
  .event-item__text {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-left: 40px;
    padding-top: 0;
    color: #FFFFFF; }
  .event-item__category {
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: -8px;
    width: 800px; }
    @media (max-width: 46.99em) {
      .event-item__category {
        width: 500px; } }
  .event-item__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
    margin: 0;
    display: inline-block;
    width: 380px; }
    @media (max-width: 46.99em) {
      .event-item__title {
        font-size: 20px;
        width: 300px; } }
  .event-item__subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    width: 300px; }
    @media (max-width: 46.99em) {
      .event-item__subtitle {
        font-size: 16px; } }
  .event-item__date {
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase; }
    .event-item__date:before {
      position: absolute;
      content: "";
      bottom: 10px;
      left: 41px;
      height: 2px;
      background-color: white;
      width: 75px;
      padding-left: 90px; }
      @media (max-width: 46.99em) {
        .event-item__date:before {
          display: none; } }
    .event-item__date h4 {
      padding-left: 100px;
      margin-bottom: 0;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 46.99em) {
        .event-item__date h4 {
          padding-left: 0; } }
    .event-item__date-content {
      max-width: 210px;
      margin: 0 auto; }
  .event-item__dates {
    display: none; }
    .event-item__dates p {
      font-size: 14px;
      text-transform: uppercase;
      background-color: #FFFFFF;
      margin: 0;
      color: #000000;
      padding: 3px 15px;
      max-width: 200px;
      margin: 5px auto; }
  .event-item:hover .event-item__thumbnail-overlay {
    background-color: rgba(0, 0, 0, 0.8); }
  .event-item:hover .event-item__thumbnail img {
    -webkit-transform: scale(1.06) translate3d(0, 0, 0);
            transform: scale(1.06) translate3d(0, 0, 0); }

.events-list {
  margin-bottom: 15px; }

.instagram-feed {
  background-color: #000000;
  padding: 10px;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 150px; }
  .instagram-feed svg {
    font-size: 30px;
    margin-bottom: 5px; }
  .instagram-feed__wrapper {
    *zoom: 1;
    margin: auto;
    max-width: 1320px; }
    .instagram-feed__wrapper:before, .instagram-feed__wrapper:after {
      content: " ";
      display: table; }
    .instagram-feed__wrapper:after {
      clear: both; }
  .instagram-feed__item {
    display: block;
    text-decoration: none;
    width: 16.66%;
    float: left;
    text-align: center;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .instagram-feed__item:hover {
      opacity: .6; }
    @media (max-width: 60.74em) {
      .instagram-feed__item {
        width: 33.33%; } }
    @media (max-width: 46.99em) {
      .instagram-feed__item {
        width: 50%; } }
    .instagram-feed__item--image {
      background-size: cover; }
  .instagram-feed__item--image, .instagram-feed__account {
    position: relative;
    height: 0;
    padding-bottom: 100%; }
  .instagram-feed__account {
    background-color: #EC6500; }
    .instagram-feed__account i {
      font-size: 36px;
      color: #000000; }
    .instagram-feed__account-name {
      font-size: 16px;
      font-weight: 500;
      font-family: 'Montserrat', sans-serif;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      color: #000000; }

.partners-list__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 40px; }

.partners-list__block {
  margin-bottom: 50px; }

.tickets-list__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0; }

.tickets-list__block {
  font-family: 'Montserrat', sans-serif;
  font-weight: light;
  line-height: 1.3;
  font-size: 13px;
  margin-bottom: 40px; }
  .tickets-list__block a {
    color: black;
    text-decoration: underline;
    display: inline;
    border-bottom: 2px solid rgba(236, 101, 0, 0.4);
    -webkit-box-shadow: inset 0 -7px 0 rgba(236, 101, 0, 0.4);
            box-shadow: inset 0 -7px 0 rgba(236, 101, 0, 0.4);
    font-weight: light;
    -webkit-transition: all .2s;
    transition: all .2s; }
    .tickets-list__block a:hover {
      -webkit-box-shadow: inset 0 -13px 0 rgba(236, 101, 0, 0.4);
              box-shadow: inset 0 -13px 0 rgba(236, 101, 0, 0.4); }

.tickets-list__card {
  border: 2px solid black;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 12px;
  padding: 20px; }

#login-modal {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  background-color: #1d1d1b;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px; }

#login-modal .modal-header {
  background: #EC6500;
  color: #FFFFFF; }

#login-modal .modal-header .close {
  display: none; }

#login-modal .modal-body {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: light; }

#login-modal form {
  margin: 0; }

#login-modal .form-actions {
  margin-bottom: 0; }

.modal-body {
  max-height: 400px;
  overflow-y: auto;
  padding: 15px; }

.login-title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
  color: #EC6500; }

.login-subtitle {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  margin-top: 0;
  font-style: italic; }

.login-button__logout {
  border: 0;
  background: #EC6500;
  outline: none;
  font-size: 15px;
  color: #FFFFFF;
  float: right;
  padding: 6px 50px;
  margin-right: 3px;
  font-weight: 700;
  margin-top: 22px; }

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid #000000;
  outline: none;
  background: rgba(255, 255, 255, 0.07); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    background-color: rgba(236, 101, 0, 0.7);
    color: #FFFFFF; }
  input[type="text"].placeholder-white::-webkit-input-placeholder,
  input[type="email"].placeholder-white::-webkit-input-placeholder,
  input[type="password"].placeholder-white::-webkit-input-placeholder,
  textarea.placeholder-white::-webkit-input-placeholder {
    color: #FFFFFF; }
  input[type="text"].placeholder-white::-moz-placeholder,
  input[type="email"].placeholder-white::-moz-placeholder,
  input[type="password"].placeholder-white::-moz-placeholder,
  textarea.placeholder-white::-moz-placeholder {
    color: #FFFFFF; }
  input[type="text"].placeholder-white::-ms-input-placeholder,
  input[type="email"].placeholder-white::-ms-input-placeholder,
  input[type="password"].placeholder-white::-ms-input-placeholder,
  textarea.placeholder-white::-ms-input-placeholder {
    color: #FFFFFF; }
  input[type="text"].placeholder-white::placeholder,
  input[type="email"].placeholder-white::placeholder,
  input[type="password"].placeholder-white::placeholder,
  textarea.placeholder-white::placeholder {
    color: #FFFFFF; }

input[type="submit"] {
  border: 0;
  background: #EC6500;
  outline: none;
  font-size: 15px;
  color: #FFFFFF;
  float: right;
  padding: 6px 50px;
  margin-right: 3px;
  font-weight: 700;
  margin-top: 22px; }
  @media (max-width: 46.99em) {
    input[type="submit"] {
      margin-top: 0; } }

.newsletter-subscribe {
  padding-top: 100px;
  padding-bottom: 130px;
  padding-left: 60px;
  padding-right: 60px; }
  .newsletter-subscribe__title {
    font-size: 20px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EC6500; }
  .newsletter-subscribe__subtitle {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
    display: none; }
    .newsletter-subscribe__subtitle-2 {
      display: block; }
  .newsletter-subscribe__label {
    font-style: italic;
    font-weight: light;
    font-size: 12px;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif; }
  .newsletter-subscribe__input {
    border: 1px solid #FFFFFF;
    outline: none;
    background: rgba(255, 255, 255, 0.07); }
    .newsletter-subscribe__input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .newsletter-subscribe__input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .newsletter-subscribe__input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .newsletter-subscribe__input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .newsletter-subscribe__input:focus {
      background-color: rgba(236, 101, 0, 0.7);
      color: #FFFFFF; }
  .newsletter-subscribe__button {
    font-family: 'Montserrat', sans-serif;
    border: 0;
    background: #EC6500;
    outline: none;
    font-size: 15px;
    color: #FFFFFF;
    float: right;
    padding: 6px 50px;
    font-weight: 700;
    margin-top: 30px; }

.popup {
  max-width: 600px;
  margin: auto;
  position: relative;
  background-color: #FFFFFF;
  font-family: "stampkatregular"; }
  .popup--small {
    max-width: 500px;
    background-color: #1d1d1b;
    color: white; }

.events-filters {
  width: 300px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  z-index: 200;
  background-color: #FFFFFF; }
  .events-filters .inner {
    border: 1px solid #000; }
  .events-filters .filters-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Montserrat', sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 300px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .events-filters .filters-header svg {
      margin-top: .18rem; }
  .events-filters .filters-list {
    display: none;
    list-style-type: none; }
    .events-filters .filters-list li {
      margin-top: 1px;
      text-align: left; }
      .events-filters .filters-list li label {
        display: inline;
        -webkit-transition: all .3s;
        transition: all .3s;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        cursor: pointer; }
        .events-filters .filters-list li label:hover {
          color: #EC6500; }
  .events-filters .filters-list.open {
    display: block;
    padding-left: 27px; }
  .events-filters .filters-list li input[type="radio"]:checked + label {
    color: #EC6500;
    font-weight: bold; }
  .events-filters .filters-list input[type="radio"] {
    display: none; }

.filters-box {
  margin-bottom: 80px;
  padding-left: 40%; }
  @media (max-width: 46.99em) {
    .filters-box {
      padding-left: 8%; } }
  @media (max-width: 60.74em) {
    .filters-box {
      padding-left: 2%; } }

.filters-date {
  font-size: 20px;
  font-weight: light;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  padding-top: 20px;
  padding-left: 115px;
  padding-bottom: 50px; }
  @media (max-width: 46.99em) {
    .filters-date {
      padding-left: 0;
      text-align: center;
      padding-top: 50px; } }

.overlay {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: scroll;
  display: table;
  font-family: 'Montserrat', sans-serif; }
  .overlay__active {
    opacity: 1;
    visibility: visible;
    z-index: 300; }
  .overlay__content {
    display: table-cell;
    vertical-align: middle;
    padding: 5px; }
  .overlay__header {
    display: none;
    text-align: center;
    padding-top: 20px;
    width: 100%;
    background-color: #FFFFFF;
    height: 85px;
    position: fixed;
    z-index: 999; }
    @media screen and (min-width: 200px) and (max-width: 1300px) {
      .overlay__header {
        display: block; } }
    .overlay__header img {
      margin-top: 7px; }
  .overlay__branding {
    text-align: center; }
  .overlay__nav {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
    text-transform: uppercase; }
    .overlay__nav ul {
      padding: 0; }
    .overlay__nav ul,
    .overlay__nav li {
      display: block;
      margin-bottom: 15px; }
  .overlay__link {
    font-weight: 700;
    font-size: 18px; }
    .overlay__link:hover, .overlay__link:focus {
      color: #EC6500; }
  .overlay__socials {
    text-align: center;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 200px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px; }
    .overlay__socials ul {
      padding: 0; }
    .overlay__socials ul,
    .overlay__socials li {
      display: block;
      margin-bottom: 5px; }
  .overlay__contact {
    padding-top: 10px;
    text-align: center; }
    .overlay__contact h2 {
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }

.hamburger {
  position: fixed;
  left: 23px;
  top: 15px;
  z-index: 2000;
  display: block;
  width: 40px;
  height: 50px;
  padding: 12px; }
  .hamburger__icon {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
      display: block;
      width: 35px;
      height: 2px;
      background-color: #000000;
      -webkit-transition: all .4s;
      transition: all .4s; }
    .hamburger__icon:before, .hamburger__icon:after {
      position: absolute;
      content: "";
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    .hamburger__icon:before {
      top: -9px;
      right: 7px; }
    .hamburger__icon:after {
      top: 9px;
      right: -8px; }
    .hamburger.is-open .hamburger__icon {
      background-color: transparent; }
    .hamburger.is-open .hamburger__icon:before {
      -webkit-transform: translateY(2px) rotate(0deg);
              transform: translateY(2px) rotate(0deg);
      right: 0; }
    .hamburger.is-open .hamburger__icon:after {
      -webkit-transform: translateY(-9px) rotate(-90deg);
              transform: translateY(-9px) rotate(-90deg);
      right: 0;
      top: 2px; }
    @media (max-width: 46.99em) {
      .hamburger__icon {
        margin-top: 13px; } }

.local-item {
  display: block;
  position: relative;
  padding-top: 0;
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #FFFFFF; }
  @media (max-width: 46.99em) {
    .local-item {
      text-align: center;
      padding-bottom: 15px;
      padding-right: 0; } }
  .local-item__title, .local-item__address, .local-item__phone {
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .local-item__title {
    padding-left: 15px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0; }
    @media (max-width: 46.99em) {
      .local-item__title {
        padding-left: 0; } }
  .local-item__address {
    font-size: 13px;
    font-weight: light;
    margin-top: 0;
    padding-left: 15px; }
    @media (max-width: 46.99em) {
      .local-item__address {
        padding-left: 0; } }
  .local-item__phone {
    padding-left: 15px;
    font-size: 17px;
    margin-bottom: 11px; }
    @media (max-width: 46.99em) {
      .local-item__phone {
        padding-left: 0; } }
  .local-item img {
    position: absolute;
    top: 0;
    right: 0; }
    @media (max-width: 46.99em) {
      .local-item img {
        position: static;
        margin: 0 auto; } }
  .local-item:hover {
    border: 1px solid #ec6500; }
    .local-item:hover .local-item__title {
      color: #EC6500; }
    .local-item:hover .local-item__address {
      color: #EC6500; }
    .local-item:hover .local-item__phone {
      color: #EC6500; }

.years-filters {
  margin-top: 80px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }
  @media (max-width: 60.74em) {
    .years-filters {
      text-align: center;
      margin-bottom: 80px; } }

.years-filters .filters-list {
  list-style-type: none;
  margin: 0;
  font-size: 20px;
  border-right: 1px solid #757575;
  position: relative;
  padding-left: 0; }
  @media (max-width: 60.74em) {
    .years-filters .filters-list {
      border-right: 0 solid #757575; } }
  @media (max-width: 46.99em) {
    .years-filters .filters-list {
      padding-left: 10px;
      padding-right: 10px; } }

.years-filters .filters-list li {
  padding: 16px;
  text-align: right; }
  @media (max-width: 60.74em) {
    .years-filters .filters-list li {
      display: inline-block;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 5px; } }

.years-filters .filters-list li a {
  color: #ccc;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.years-filters .filters-list li a:hover {
  color: #000000; }

.years-filters .filters-list li a:focus {
  color: #000000; }

.years-filters .filters-list li.active a {
  color: #000000; }

.years-filters .filters-list li a.active {
  color: #000000; }
  .years-filters .filters-list li a.active:before {
    position: absolute;
    content: "";
    right: -16px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid black;
    border-bottom: 10px solid transparent;
    margin-top: 4px; }
    @media (max-width: 60.74em) {
      .years-filters .filters-list li a.active:before {
        border-right: 15px solid rgba(0, 0, 0, 0); } }

.years-filters .inner {
  padding-right: 8px;
  background: url(../src/img/cursor.svg) no-repeat 100% 0; }

.year {
  text-align: left;
  display: none; }

.year.active {
  display: block; }

.archive-item__date {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600; }

.archive-item__location {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 0; }

.archive-item__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 900;
  max-width: 250px; }

.archive-item__image {
  float: left;
  position: relative;
  width: 260px; }
  .archive-item__image img {
    display: block; }
  .archive-item__image:hover .archive-item__more {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1; }

.archive-item__image-container {
  padding-bottom: 57.69231%;
  position: relative; }
  .archive-item__image-container > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }

.archive-item__text {
  float: left;
  padding-left: 20px; }

.archive-item__more {
  position: absolute;
  top: 35%;
  left: 40%;
  margin-left: 4px;
  margin-right: 4px;
  opacity: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #FFFFFF;
  border-radius: 42px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 35px;
  font-size: 40px; }
  .archive-item__more svg {
    color: #FFFFFF;
    font-size: 20px; }

.locals-slider {
  margin-bottom: 100px;
  visibility: hidden; }
  .locals-slider.slick-initialized {
    visibility: visible; }
  .locals-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    line-height: 0;
    border: 0;
    z-index: 2;
    padding: 0;
    width: 55px;
    height: 55px;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .locals-slider .slick-prev {
    left: -40px;
    font-size: 25px;
    bottom: 70px; }
    @media (max-width: 60.74em) {
      .locals-slider .slick-prev {
        left: 8px; } }
    @media (max-width: 46.99em) {
      .locals-slider .slick-prev {
        left: 10px; } }
  .locals-slider .slick-next {
    right: -40px;
    font-size: 25px;
    bottom: 70px; }
    @media (max-width: 60.74em) {
      .locals-slider .slick-next {
        right: 8px; } }
    @media (max-width: 46.99em) {
      .locals-slider .slick-next {
        right: 10px; } }
  .locals-slider-contact {
    position: absolute;
    bottom: 0;
    width: 100%; }
    @media (max-width: 46.99em) {
      .locals-slider-contact {
        position: relative;
        margin-top: 100px; } }

.event-slider {
  background-color: black;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  visibility: hidden; }
  .event-slider.slick-initialized {
    visibility: visible; }
  .event-slider img {
    width: 100%;
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .event-slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    line-height: 0;
    border: 0;
    z-index: 2;
    padding: 0;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .event-slider .slick-prev {
    left: 20px;
    font-size: 50px;
    color: rgba(255, 255, 255, 0); }
    @media (max-width: 60.74em) {
      .event-slider .slick-prev {
        left: -31px;
        top: 38%; } }
  .event-slider .slick-next {
    right: 20px;
    font-size: 50px;
    color: white; }
    @media (max-width: 60.74em) {
      .event-slider .slick-next {
        right: -31px;
        top: 38%; } }
    .event-slider .slick-next:hover {
      color: #EC6500; }
  .event-slider button {
    width: 100px;
    height: 100px; }

.featuredEvent {
  background-color: black;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (max-width: 46.99em) {
    .featuredEvent {
      margin-top: 100px; } }
  .featuredEvent__inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .featuredEvent-thumbnail {
    background: black;
    position: relative;
    overflow: hidden; }
    .featuredEvent-thumbnail__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  @media (max-width: 60.74em) {
    .featuredEvent__thumbnail img {
      width: 100%;
      height: auto;
      display: block;
      opacity: .8;
      -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; } }
  .featuredEvent-slider {
    background-color: black;
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 20px;
    visibility: hidden; }
    .featuredEvent-slider.slick-initialized {
      visibility: visible; }
    .featuredEvent-slider .slick-arrow {
      position: absolute;
      top: 50%;
      margin-top: -30px;
      line-height: 0;
      border: 0;
      z-index: 2;
      padding: 0;
      color: #FFFFFF;
      background-color: rgba(255, 255, 255, 0);
      background-repeat: no-repeat;
      background-position: 50%;
      border-radius: 30px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .featuredEvent-slider .slick-prev {
      left: 20px;
      font-size: 50px;
      color: rgba(255, 255, 255, 0);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      display: none; }
      @media (max-width: 46.99em) {
        .featuredEvent-slider .slick-prev {
          left: -8px; } }
    .featuredEvent-slider .slick-next {
      right: 10px;
      font-size: 50px;
      color: white; }
      @media (max-width: 46.99em) {
        .featuredEvent-slider .slick-next {
          right: -8px;
          bottom: 25px; } }
    .featuredEvent-slider button {
      width: 50px;
      height: 50px; }
    .featuredEvent-slider__category {
      position: absolute;
      bottom: 0;
      left: 0; }
    .featuredEvent-slider__gallery {
      margin-top: 15px;
      margin-bottom: 100px; }
      @media (max-width: 60.74em) {
        .featuredEvent-slider__gallery {
          margin-top: 100px;
          margin-bottom: 100px; } }

.spotify-embed {
  position: relative;
  height: 0;
  padding-bottom: 124%; }
  .spotify-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.archive-gallery {
  padding-top: 100px;
  padding-bottom: 130px;
  padding-left: 60px;
  padding-right: 60px; }
  .archive-gallery__title {
    font-size: 20px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #EC6500; }
  .archive-gallery__label {
    font-style: italic;
    font-weight: light;
    font-size: 12px;
    margin-bottom: 50px;
    font-family: 'Montserrat', sans-serif; }
  .archive-gallery__input {
    border: 1px solid #FFFFFF;
    outline: none;
    background: rgba(255, 255, 255, 0.07); }
    .archive-gallery__input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .archive-gallery__input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .archive-gallery__input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .archive-gallery__input:-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      font-size: 15px;
      opacity: 0.4; }
    .archive-gallery__input:focus {
      background-color: rgba(236, 101, 0, 0.7);
      color: #FFFFFF; }
  .archive-gallery__button {
    font-family: 'Montserrat', sans-serif;
    border: 0;
    background: #EC6500;
    outline: none;
    font-size: 15px;
    color: #FFFFFF;
    float: right;
    padding: 6px 50px;
    font-weight: 700;
    margin-top: 30px; }
    @media (max-width: 46.99em) {
      .archive-gallery__button {
        margin-top: 0; } }

.latest-events {
  margin-bottom: 150px; }

img.lazy {
  display: block;
  border: 0;
  opacity: 0;
  background-color: white;
  background-image: url(../img/loader.gif);
  background-size: 300px 200px;
  background-repeat: no-repeat;
  background-position: center center; }
  img.lazy:not(.initial) {
    -webkit-transition: all 0.75s ease-in-out;
    transition: all 0.75s ease-in-out; }
  img.lazy.initial, img.lazy.loaded, img.lazy.error {
    opacity: 1; }
  img.lazy:not([src]) {
    visibility: hidden; }

@media (min-width: 992px) {
  .fixed-menu {
    position: sticky;
    top: 0;
    padding-top: 160px;
    margin-top: -160px; } }

.team-item {
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .team-item:hover {
    border: 1px solid #ec6500;
    color: #EC6500; }
  .team-item__title, .team-item__function {
    font-family: 'Montserrat', sans-serif; }
  .team-item__title {
    padding-left: 15px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 8px; }
  .team-item__function {
    font-size: 13px;
    font-weight: light;
    margin-top: 0;
    padding-left: 15px; }
  .team-item__img {
    padding-top: 8px;
    padding-right: 15px; }

.plannings-list {
  font-family: 'Montserrat', sans-serif;
  border: 1px solid black;
  margin-bottom: 1.2rem;
  padding: 1rem; }
  .plannings-list__title {
    font-size: 17px;
    font-weight: bold;
    margin: 0; }
    .plannings-list__title .place {
      font-weight: 400; }
  .plannings-list__description {
    margin-bottom: 0; }
  .plannings-list__date {
    position: relative; }
    .plannings-list__date .date {
      padding-left: 100px;
      font-weight: bold; }
      .plannings-list__date .date .time {
        margin-left: 1rem; }
    .plannings-list__date:before {
      content: "";
      position: absolute;
      top: 11px;
      height: 2px;
      padding-left: 90px;
      background-color: #000000; }

.nav-arrow {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #4d4d4d;
  opacity: .25;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -10rem;
  margin: auto; }
  .nav-arrow svg {
    position: absolute;
    top: 4.65rem;
    font-size: 2rem;
    left: 8.5rem;
    color: white; }
  .nav-arrow:nth-of-type(2) {
    left: auto;
    right: -10rem; }
    .nav-arrow:nth-of-type(2) svg {
      position: absolute;
      top: 4.65rem;
      font-size: 2rem;
      left: 1.5rem;
      color: white; }
  .nav-arrow:hover {
    background: #EC6500;
    opacity: 1;
    -webkit-transform: translate(18%);
            transform: translate(18%); }
    .nav-arrow:hover:nth-of-type(2) {
      -webkit-transform: translateX(-18%);
              transform: translateX(-18%); }
  .nav-arrow.disabled {
    display: none; }

.category {
  height: 100%;
  position: absolute;
  width: 100%; }
  .category img {
    width: 100%; }
  .category-100 {
    left: 0;
    top: 0px;
    bottom: -8px; }
  .category-0 {
    left: 0;
    top: 0px;
    bottom: -8px; }
  .category-1104 {
    left: 0;
    top: 0; }
  .category-1100 {
    left: 0;
    top: 0; }
  .category-306 {
    left: 0;
    bottom: 0; }
  .category-304 {
    left: 0;
    top: 0; }
  .category-300 {
    left: 0;
    top: 0; }
  .category-1118 {
    left: 0;
    top: 0; }
  .category-1117 {
    left: 0;
    top: 0; }
  .category-303 {
    top: -1px;
    right: -2px; }
  .category-1102 {
    left: 0;
    top: 0; }
  .category-311 {
    top: 0;
    right: 0;
    height: 100%; }
  .category-310 {
    top: 0;
    left: 0; }
  .category-600 {
    right: 0;
    top: 0;
    height: 100%; }
  .category-900 {
    left: 0;
    top: 0; }
  .category-1101 {
    left: 0;
    top: 0; }
  .category-1000 {
    left: 0;
    top: 0; }
  .category-302 {
    left: 0;
    top: 0; }
  .category-301 {
    left: 0;
    top: 0; }
  .category-309 {
    left: 0;
    top: 0; }
  .category-308 {
    left: 0;
    top: 0; }
  .category-305 {
    left: 0;
    top: 0; }
  .category-200 {
    left: 0;
    top: 0; }
  .category-500 {
    left: 0;
    top: 0; }
  .category-1106 {
    left: 0;
    top: 0; }
  .category-1111 {
    left: 0;
    top: 0;
    width: 60%; }
  .category-1112 {
    left: 0;
    top: 0;
    width: 60%; }
  .category-1113 {
    left: 0;
    top: 0;
    width: 60%; }
  .category-1114 {
    left: 0;
    top: 0;
    width: 60%; }
  .category-1115 {
    left: 0;
    top: 0;
    width: 60%; }
  .category-1116 {
    left: 0;
    top: 0;
    width: 60%; }
  .category-700 {
    left: 0;
    top: 0; }
  .category-800 {
    left: 0;
    top: 0; }
  .category-slider-0 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-306 {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%; }
    .category-slider-306.featured {
      bottom: 0px; }
  .category-slider-100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1100 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-304 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-300 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1118 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1117 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-303 {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%; }
    .category-slider-303.featured {
      bottom: 0px; }
  .category-slider-1102 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-311 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%; }
  .category-slider-1106 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-310 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-600 {
    position: absolute;
    right: 0;
    bottom: -7px; }
    .category-slider-600 img {
      width: 160%; }
    .category-slider-600.featured {
      bottom: 0px; }
  .category-slider-900 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1101 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1000 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-302 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-301 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-309 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-308 {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%; }
  .category-slider-305 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-200 {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%; }
  .category-slider-500 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-400 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-700 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-800 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1104 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1116 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1112 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1113 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1114 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1115 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  .category-slider-1116 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.slider {
  visibility: hidden; }
  .slider.slick-initialized {
    visibility: visible; }
  .slider .slick-slide:focus {
    outline: none; }
  .slider .slick-slide {
    position: relative; }
  .slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    line-height: 0;
    border: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slider .slick-arrow:focus {
      outline: none; }
  .slider .slick-slide:not(.slick-active) {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slider .slick-slide:not(.slick-active) img {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
  .slider .slick-prev {
    left: 100px; }
    .slider .slick-prev svg {
      font-size: 40px; }
    @media (max-width: 60.74em) {
      .slider .slick-prev {
        left: 8px; } }
  .slider .slick-next {
    right: 100px; }
    .slider .slick-next svg {
      font-size: 40px; }
    @media (max-width: 60.74em) {
      .slider .slick-next {
        right: 8px; } }

.gallery {
  height: 800px;
  overflow: hidden; }
  .gallery .slick-slide:not(.slick-active) img {
    -webkit-transform: initial !important;
            transform: initial !important; }
  .gallery .slick-vertical .slick-slide {
    display: block;
    height: 700px; }
  .gallery__slide {
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: center;
    overflow: hidden; }
    .gallery__slide a {
      width: 800px;
      display: block;
      margin: auto; }
    .gallery__slide-infos {
      color: white;
      margin-top: -5rem;
      text-align: left; }
      .gallery__slide-infos h2 {
        line-height: .8;
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        font-weight: 600;
        font-size: 22px;
        margin-left: 8rem; }
        .gallery__slide-infos h2::before {
          position: absolute;
          content: "";
          height: 2px;
          background-color: white;
          width: 75px;
          padding-left: 90px;
          margin-top: .6rem;
          margin-left: -6.4rem; }
      .gallery__slide-infos h1 {
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        line-height: 30px;
        font-weight: 900;
        margin: 0rem 2rem; }
  .gallery--festival {
    height: 600px; }
    @media (max-width: 46.99em) {
      .gallery--festival {
        height: 50px; } }
    .gallery--festival .slick-list {
      height: auto !important; }
    .gallery--festival .gallery__slide {
      height: 600px;
      line-height: 600px; }
      @media (max-width: 46.99em) {
        .gallery--festival .gallery__slide {
          line-height: 50px; } }
      @media (max-width: 60.74em) {
        .gallery--festival .gallery__slide {
          height: auto;
          line-height: normal; } }
      .gallery--festival .gallery__slide img {
        max-height: 100%;
        opacity: 1; }
        @media (max-width: 46.99em) {
          .gallery--festival .gallery__slide img {
            padding-left: 0;
            padding-right: 0; } }
        @media (max-width: 60.74em) {
          .gallery--festival .gallery__slide img {
            display: block;
            width: 100%;
            height: auto; } }
      .gallery--festival .gallery__slide .slick-arrow {
        left: 300px; }
    .gallery--festival .slick-prev {
      left: 300px; }
      @media (max-width: 46.99em) {
        .gallery--festival .slick-prev {
          top: 250px;
          left: 0; } }
      .gallery--festival .slick-prev svg {
        font-size: 55px; }
    .gallery--festival .slick-next {
      right: 300px; }
      @media (max-width: 46.99em) {
        .gallery--festival .slick-next {
          top: 250px;
          right: 0; } }
      .gallery--festival .slick-next svg {
        font-size: 55px; }
    .gallery--festival .slick-active .gallery__slide-infos {
      display: block; }
    .gallery--festival .slick-active .gallery__slide img {
      opacity: .8; }
    .gallery--festival .slick-active .gallery__slide {
      background-color: black; }
    .gallery--festival .slick-slider {
      margin-top: 60px; }
    .gallery--festival .slick-prev, .gallery--festival .slick-next {
      left: 50%;
      -webkit-transform: translate(-50%, 0) rotate(90deg);
              transform: translate(-50%, 0) rotate(90deg); }
    .gallery--festival .slick-next {
      top: unset;
      bottom: -75px; }
    .gallery--festival .slick-prev {
      top: 25px; }

.festival-detail__gallery {
  position: relative;
  margin-bottom: 100px; }
  @media (max-width: 46.99em) {
    .festival-detail__gallery {
      margin-bottom: 500px; } }

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 51.98777%;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .banner > :first-child {
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
  .banner:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  .banner__black {
    position: relative;
    background: #1D1D1B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -197px; }
    .banner__black img {
      margin-left: 23%;
      margin-top: 21%;
      margin-bottom: 22%;
      max-width: 210px;
      max-height: 298px;
      -webkit-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out; }
      .banner__black img:hover {
        -webkit-transform: scale(1.05);
                transform: scale(1.05); }
      @media (max-width: 1439px) {
        .banner__black img {
          margin-top: 4%;
          margin-bottom: 4%;
          padding: 11%;
          margin-left: inherit; } }
    @media (min-width: 1025px) and (max-width: 1280px) {
      .banner__black {
        margin-top: -156px; } }
    @media (min-width: 1281px) {
      .banner__black {
        margin-top: -198px; } }
    @media (max-width: 1439px) {
      .banner__black {
        margin-top: -158px; } }
    @media (max-width: 1171px) {
      .banner__black {
        margin-top: -127px; } }
    @media (max-width: 971px) {
      .banner__black {
        margin-top: 0px; } }
  .banner--text {
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    color: white;
    text-transform: uppercase;
    position: absolute;
    left: 77%;
    top: 48%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner--text:hover {
      color: #EC6500; }
    @media (max-width: 1439px) {
      .banner--text {
        left: 73%; } }
    @media (max-width: 1171px) {
      .banner--text {
        font-size: 8px; } }
    @media (max-width: 581px) {
      .banner--text {
        left: 80%; } }
  .banner--icon {
    border: 0.5px solid #FFFFFF;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 21%;
    margin-right: auto;
    margin-top: -20%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .banner--icon:hover {
      border: 0.5px solid #EC6500;
      color: #EC6500; }
    @media (max-width: 1439px) {
      .banner--icon {
        margin-left: 2%;
        margin-right: 8%;
        margin-top: -20%;
        width: 45px;
        height: 45px; } }
    @media (max-width: 971px) {
      .banner--icon {
        margin: inherit;
        position: absolute;
        right: 19.5%;
        top: 30%; } }
    @media (max-width: 710px) {
      .banner--icon {
        margin: inherit;
        position: absolute;
        right: 18.5%;
        top: 30%; } }
    @media (max-width: 581px) {
      .banner--icon {
        margin: inherit;
        position: absolute;
        right: 7.5%;
        top: 30%; } }

.black {
  margin-top: -197px;
  background: #1C1C1A;
  padding-top: 23%;
  padding-bottom: 20%;
  padding-left: 5%; }
  @media (min-width: 1025px) and (max-width: 1280px) {
    .black {
      margin-top: -156px; } }
  @media (min-width: 1281px) {
    .black {
      margin-top: -197px; } }
  @media (max-width: 1439px) {
    .black {
      margin-top: -156px;
      padding-top: 28px;
      padding-bottom: 28px; } }
  @media (max-width: 1171px) {
    .black {
      margin-top: -127px;
      padding-top: 25px;
      padding-bottom: 25px; } }
  @media (max-width: 971px) {
    .black {
      margin-top: 0px;
      padding-top: 25px;
      padding-bottom: 25px; } }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 35px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.legend {
  position: absolute;
  text-align: left;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 3px 8px;
  color: white;
  margin-top: -2rem;
  width: 100%;
  z-index: 5; }
  .legend-2 {
    position: absolute;
    text-align: left;
    font-size: 0.75rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3px 8px;
    color: white;
    margin-top: -3rem;
    width: 100%;
    z-index: 5; }
  .legend-3 {
    position: absolute;
    text-align: left;
    font-size: 0.75rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3px 8px;
    color: white;
    margin-top: -2.8rem;
    width: 100%;
    z-index: 5; }

.banner-home {
  display: block;
  background: #EC6500;
  color: #FFFFFF;
  margin-bottom: 60px; }
  .banner-home p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 15px; }

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0; } }

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes plyr-fade-in {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  z-index: 0; }

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui :after, .plyr--full-ui :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
          animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px)*2); } }

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px); } }

.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px)*-4)); }

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__caption div {
  display: inline; }

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7);
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px); }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

a.plyr__control {
  text-decoration: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control:after, a.plyr__control:before {
  display: none; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)/4); }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px)/2); }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
          animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px)*.7*4); }

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after, .plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px)*.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)*.7/2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px)*.7*2); }

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px)); }

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px)*.7/2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after, .plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7); }

.plyr__menu__container .plyr__control[role=menuitemradio]:after, .plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #00b2ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))); }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1); }

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc(-7px - -2);
  margin-right: calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px)*.7*3.5);
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px)*2);
  color: #00b2ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -moz-user-select: none;
       user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px); }

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper, .plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px)/2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -ms-user-select: none;
      user-select: none; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px); }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #00b2ff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b2ff))) dotted 3px;
  outline-offset: 2px; }

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none; }

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px); }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%) scale(1);
          transform: translate(-50%) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip:before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7); }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);
  -webkit-transform: translateX(50%);
          transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px)*.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px)*-.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px)); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc((var(--plyr-range-track-height, 5px)/2)*-1);
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3; }

.plyr__volume {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px)/2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px)/2);
  position: relative;
  z-index: 2; }

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto; }

.plyr--audio {
  display: block; }

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px); }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1)); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)); }

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9; }

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative; } }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%); }

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px)/2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px)*2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px)*3.5); } }

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%); }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff); }

.plyr__control--overlaid {
  background: #00b2ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b2ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: 15px;
  padding: calc(var(--plyr-control-spacing, 10px)*1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5)); }

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)); }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px); } }

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3; }

.plyr__ads:empty:after {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px)/2*2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translateY(10px) scale(0.8);
          transform: translateY(10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s;
  transition: transform .2s ease .1s,opacity .2s ease .1s,-webkit-transform .2s ease .1s;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1); }

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px)*-1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 4px;
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none; }

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none; }

.plyr__preview-thumb__time-container {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px)); }

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important; }

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

.plyr [hidden] {
  display: none !important; }

.plyr--full-ui input[type=range] {
  color: #EC6500; }

.plyr--audio .plyr__controls {
  background: initial; }

.plyr__control svg {
  color: white; }

.plyr__controls .plyr__controls__item {
  color: white; }

.plyr--audio .plyr__control:hover {
  background: #EC6500; }

.cc-revoke,
.cc-window {
  font-family: inherit; }

.cc-btn {
  text-transform: uppercase; }
