@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
 * jQuery FlexPanel v1.1
 * https://github.com/dcooney/flexpanel
 *
 * Copyright 2015 Connekt Media - http://connekthq.com/flexpanel
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Author: Darren Cooney
 * Twitter: @KaptonKaos
*/
#site,
#page {
  width: 100%;
  position: relative; }

#site {
  overflow: hidden; }

#page {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0; }

.flexpanel {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 102%;
  padding: 0;
  margin: 0 !important;
  z-index: 1;
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .flexpanel {
    right: -50%;
    width: 50%; } }

@media screen and (max-width: 768px) {
  .flexpanel {
    right: -80%;
    width: 80%; } }

.flexpanel .viewport-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1; }

.flexpanel .viewport {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  /* webkit */
  -khtml-box-sizing: border-box;
  /* konqueror */
  -moz-box-sizing: border-box;
  /* firefox */
  -ms-box-sizing: border-box;
  /* ie */
  box-sizing: border-box;
  /* css3 */ }

.flexpanel .viewport.smooth {
  -webkit-overflow-scrolling: touch; }

.flexpanel div.navigation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flexpanel div.navigation ul {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.flexpanel div.navigation ul li {
  margin: 0;
  padding: 0;
  clear: both;
  list-style: none;
  width: auto;
  /* display: block; */
  position: relative; }

.flexpanel div.navigation ul li ul {
  margin: 0;
  border: none; }

.flexpanel div.navigation ul li ul li {
  margin: 0;
  border: none;
  position: relative; }

.flexpanel div.navigation ul li a {
  display: block; }

.flex-btn {
  width: 34px;
  height: 33px;
  position: absolute;
  left: -52px;
  top: 25px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

.flex-btn:active {
  background: #ccc; }

.flex-btn.in-view {
  opacity: 1;
  filter: alpha(opacity=100); }

.flex-btn span {
  width: 20px;
  height: 3px;
  display: block;
  overflow: hidden;
  background-color: #666;
  text-indent: -9999px;
  display: block;
  margin: 0 auto 3px;
  clear: both;
  -webkit-transition: all 0.2s ease 0.35s;
  -moz-transition: all 0.2s ease 0.35s;
  -ms-transition: all 0.2s ease 0.35s;
  transition: all 0.2s ease 0.35s;
  position: absolute; }

.flex-btn span.one {
  top: 9px;
  left: 7px; }

.flex-btn span.two {
  top: 15px;
  left: 7px; }

.flex-btn span.three {
  top: 21px;
  left: 7px; }

.flex-btn:hover span {
  background-color: #333; }

.flexpanel-active .flex-btn {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important; }

.flexpanel-active .flex-btn span {
  background-color: #222; }

.flexpanel-active .flex-btn span.two {
  opacity: 0; }

.flexpanel-active .flex-btn span.one {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px; }

.flexpanel-active .flex-btn span.three {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px; }

body.flexpanel-left .flexpanel {
  right: auto;
  left: -40%;
  width: 40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -50%;
    width: 50%; } }

@media screen and (max-width: 768px) {
  body.flexpanel-left .flexpanel {
    right: auto;
    left: -80%;
    width: 80%; } }

body.flexpanel-left .flexpanel .flex-btn {
  left: auto;
  right: -48px; }

body.flexpanel-active.flexpanel-left #page {
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  transform: translate(40%, 0); }

body.flexpanel-active #page:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left #page {
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); } }

@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left #page {
    -webkit-transform: translate(80%, 0);
    -moz-transform: translate(80%, 0);
    -ms-transform: translate(80%, 0);
    transform: translate(80%, 0); } }

body.flexpanel-active.flexpanel-left .flexpanel {
  left: -40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -50%; } }

@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-left .flexpanel {
    left: -80%; } }

body.flexpanel-active.flexpanel-left .flexpanel .viewport-wrap {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0); }

body.flexpanel-active.flexpanel-right #page {
  -webkit-transform: translate(-40%, 0);
  -moz-transform: translate(-40%, 0);
  -ms-transform: translate(-40%, 0);
  transform: translate(-40%, 0);
  opacity: 0.25;
  filter: alpha(opacity=70); }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-right #page {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-right #page {
    -webkit-transform: translate(-80%, 0);
    -moz-transform: translate(-80%, 0);
    -ms-transform: translate(-80%, 0);
    transform: translate(-80%, 0); } }

body.flexpanel-active.flexpanel-right .flexpanel {
  right: -40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -50%; } }

@media screen and (max-width: 768px) {
  body.flexpanel-active.flexpanel-right .flexpanel {
    right: -80%; } }

body.flexpanel-active.flexpanel-right .flexpanel .viewport-wrap {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }

body.isIE.flexpanel-right #page {
  left: -40%; }

body.isIE.flexpanel-right .flexpanel {
  right: 0; }

body.isIE.flexpanel-left.flexpanel-active #page {
  left: 40%; }

body.isIE.flexpanel-left.flexpanel-active .flexpanel {
  left: 0; }

body.flexpanel-reveal #page {
  z-index: 1;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

body.flexpanel-reveal.flexpanel-right #page {
  right: auto;
  left: 0; }

body.flexpanel-reveal.flexpanel-right .flexpanel {
  right: -100%;
  z-index: 0; }

body.flexpanel-reveal.flexpanel-right .flexpanel.reveal {
  right: 0; }

body.flexpanel-reveal.flexpanel-right .flex-btn {
  position: fixed;
  left: auto;
  right: 0;
  top: 0;
  margin: 20px;
  z-index: 999; }

body.flexpanel-reveal.flexpanel-right.flexpanel-active #page {
  left: -40%;
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #page {
    left: -50%; } }

@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active #page {
    left: -80%; } }

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
  right: 40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 50%; } }

@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-right.flexpanel-active .flex-btn {
    right: 80%; } }

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel {
  right: 0; }

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel.reveal {
  right: 0; }

body.flexpanel-reveal.flexpanel-right.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.flexpanel-reveal.flexpanel-left #page {
  right: auto;
  left: 0; }

body.flexpanel-reveal.flexpanel-left .flexpanel {
  right: auto;
  left: 0;
  z-index: 0; }

body.flexpanel-reveal.flexpanel-left .flexpanel.reveal {
  left: 0; }

body.flexpanel-reveal.flexpanel-left .flex-btn {
  position: fixed;
  right: auto;
  left: 0;
  top: 0;
  margin: 20px;
  z-index: 999; }

body.flexpanel-reveal.flexpanel-left.flexpanel-active #page {
  left: 40%;
  opacity: 1;
  filter: alpha(opacity=100); }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #page {
    left: 50%; } }

@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active #page {
    left: 80%; } }

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
  left: 40%; }

@media screen and (min-width: 768px) and (max-width: 960px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 50%; } }

@media screen and (max-width: 768px) {
  body.flexpanel-reveal.flexpanel-left.flexpanel-active .flex-btn {
    left: 80%; } }

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel {
  left: 0; }

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel.reveal {
  left: 0; }

body.flexpanel-reveal.flexpanel-left.flexpanel-active .flexpanel .viewport-wrap {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

body.flexpanel-hide .flex-btn,
body.flexpanel-hide .flexpanel {
  display: none; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?23540602#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-music:before {
  content: '\e800'; }

/* '' */
.icon-mail:before {
  content: '\e801'; }

/* '' */
.icon-left-open:before {
  content: '\e802'; }

/* '' */
.icon-right-open:before {
  content: '\e803'; }

/* '' */
.icon-play:before {
  content: '\e804'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-menu:before {
  content: '\f0c9'; }

/* '' */
.icon-youtube:before {
  content: '\f167'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-tumblr:before {
  content: '\f173'; }

/* '' */
.icon-apple:before {
  content: '\f179'; }

/* '' */
.icon-soundcloud:before {
  content: '\f1be'; }

/* '' */
.icon-pinterest:before {
  content: '\f231'; }

/* '' */
.icon-amazon:before {
  content: '\f270'; }

/* '' */
.icon-vimeo:before {
  content: '\f27d'; }

/* '' */
@font-face {
  font-family: 'Montserrat-Black';
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  src: url("../fonts/Montserrat-Black.woff") format("woff");
  src: url("../fonts/Montserrat-Black.otf") format("opentype");
  src: url("../fonts/Montserrat-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Thin';
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2");
  src: url("../fonts/Montserrat-Thin.woff") format("woff");
  src: url("../fonts/Montserrat-Thin.otf") format("opentype");
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  src: url("../fonts/Montserrat-Light.otf") format("opentype");
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Black';
  src: url("../fonts/Montserrat-Black.eot");
  src: url("../fonts/Montserrat-Black.woff2") format("woff2");
  src: url("../fonts/Montserrat-Black.woff") format("woff");
  src: url("../fonts/Montserrat-Black.otf") format("opentype");
  src: url("../fonts/Montserrat-Black.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  src: url("../fonts/Montserrat-Regular.woff") format("woff");
  src: url("../fonts/Montserrat-Regular.otf") format("opentype");
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Thin';
  src: url("../fonts/Montserrat-Thin.eot");
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2");
  src: url("../fonts/Montserrat-Thin.woff") format("woff");
  src: url("../fonts/Montserrat-Thin.otf") format("opentype");
  src: url("../fonts/Montserrat-Thin.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.woff2") format("woff2");
  src: url("../fonts/Montserrat-Light.woff") format("woff");
  src: url("../fonts/Montserrat-Light.otf") format("opentype");
  src: url("../fonts/Montserrat-Light.ttf") format("truetype"); }

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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.gutter {
  width: 2rem; }

.container {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (max-width: 459px) {
    .container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (min-width: 640px) {
    .container {
      margin: 0 auto;
      max-width: 1024px; } }
  @media screen and (min-width: 1680px) {
    .container {
      max-width: 1680px; } }

.relative {
  position: relative; }
  .relative:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden; }

body {
  background-color: #fff;
  background-image: linear-gradient(white, #f9f7f7 85%);
  background-attachment: fixed;
  transition: background-image 0.3s cubic-bezier(0.694, 0, 0.335, 1); }

.widget-editorial.display h4 + strong, .widget-editorial.display .wp-caption-text, .widget-media.player h3 + strong, .widget-release.details dl dd, .widget-hero .text h4, #page-tour .past__container td.date {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: .33em;
  opacity: 0.7;
  font-family: "Montserrat-Light", sans-serif; }

.widget-editorial.display {
  width: 80%;
  max-width: 50rem; }
  .widget-editorial.display blockquote, .widget-editorial.display h1, .widget-editorial.display h2, .widget-editorial.display h3, .widget-editorial.display h4, .widget-editorial.display h5, .widget-editorial.display h6, .widget-editorial.display ol, .widget-editorial.display p, .widget-editorial.display pre, .widget-editorial.display ul {
    font-size: 1.1875rem;
    line-height: 2rem; }
  .widget-editorial.display img {
    max-width: 100%;
    height: auto; }
  @media screen and (max-width: 1023px) {
    .widget-editorial.display {
      width: 100%; } }

body {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 90%;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.6); }

p {
  margin-bottom: 1rem; }

strong, b {
  font-family: "Montserrat-Bold", sans-serif; }

h2, h3 {
  font-family: "Montserrat-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #000; }
  @media screen and (max-width: 459px) {
    h2, h3 {
      font-size: 1.5rem; } }

h4, h5 {
  font-family: "Montserrat-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #000; }
  h4 a, h4 a:hover, h5 a, h5 a:hover {
    text-decoration: none; }

table {
  width: 100%; }
  table tr {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
    table tr:last-child {
      border-bottom: 0; }
  table td {
    padding: 2rem 2rem 2rem 0; }
    table td:last-child {
      padding-right: 0; }
    @media screen and (max-width: 459px) {
      table td {
        width: 100%;
        display: block;
        text-align: left !important;
        padding-left: 0;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 1rem; }
        table td:first-child {
          padding-top: 2rem; }
        table td:last-child {
          padding-bottom: 2rem; } }
  table p {
    margin-bottom: 0; }

::selection {
  background-color: #fff;
  color: #000; }

input[type=submit], a.action {
  border: none;
  display: block;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.75rem;
  text-align: center;
  transition: background-color 0.3s cubic-bezier(0.694, 0, 0.335, 1), color 0.3s cubic-bezier(0.694, 0, 0.335, 1), border 0.3s cubic-bezier(0.694, 0, 0.335, 1);
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1; }
  @media screen and (min-width: 640px) {
    input[type=submit], a.action {
      display: inline-block;
      width: auto; } }
  input[type=submit]:hover, a.action:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: 1; }

input[type=image] {
  outline: none;
  opacity: 0.9;
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1); }
  input[type=image]:hover {
    opacity: 1; }

input[type=submit] {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  outline: none;
  opacity: 0.9;
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1); }
  input[type=submit]:hover {
    background-color: #000;
    color: #fff;
    opacity: 1; }

a.action {
  background-color: transparent;
  border: 1px solid #000;
  color: #000; }
  a.action:hover {
    background-color: #000;
    color: #fff; }

.actions {
  text-align: center; }
  .actions > li {
    display: inline-block; }
    @media screen and (max-width: 459px) {
      .actions > li {
        display: block;
        margin-top: 1rem; } }

a {
  color: #000;
  opacity: 0.9;
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
  outline-color: #000; }
  a:hover {
    opacity: 1;
    color: #000;
    text-decoration: underline; }

figure a {
  display: block;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: relative;
  opacity: 1; }
  figure a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.15);
    z-index: 2; }

figure img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1), transform 0.6s cubic-bezier(0.694, 0, 0.335, 1);
  position: relative;
  z-index: 1; }

figure:hover img {
  transform: scale(1.05);
  opacity: 0.9; }

header {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2; }
  header h1.logo {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
    line-height: 4rem; }
    @media screen and (max-width: 1023px) {
      header h1.logo {
        line-height: 2rem; } }
    @media screen and (max-width: 639px) {
      header h1.logo {
        width: 32.20339%;
        float: left;
        margin-right: 1.69492%; } }
    header h1.logo img {
      width: 100%;
      display: inline-block;
      vertical-align: middle; }
    header h1.logo a {
      opacity: 1; }
  header .widget-subscription.short-form {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    padding-left: 2rem;
    max-width: 20rem; }
    @media screen and (max-width: 1023px) {
      header .widget-subscription.short-form {
        display: none; } }
  header nav {
    width: 57.62712%;
    float: right;
    margin-right: 0;
    text-align: right;
    vertical-align: middle; }
    @media screen and (max-width: 1023px) {
      header nav {
        width: 80% !important; } }
    @media screen and (max-width: 639px) {
      header nav {
        display: none; } }
  header ul.navigation {
    display: inline-block; }
    header ul.navigation li {
      margin-right: 1rem;
      display: inline-block; }
  header ul.social {
    display: inline-block; }
    header ul.social:after {
      content: "...";
      font-size: 2rem;
      display: inline-block;
      position: relative;
      margin-top: -50%;
      line-height: 0.5rem;
      transform: translate(0, -50%); }
    header ul.social li.hide {
      width: 0;
      opacity: 0; }
    header ul.social:hover li.hide {
      width: auto;
      pointer-events: auto;
      opacity: 1;
      transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1); }
      header ul.social:hover li.hide:nth-child(4) {
        transition-delay: 0ms; }
      header ul.social:hover li.hide:nth-child(5) {
        transition-delay: 150ms; }
      header ul.social:hover li.hide:nth-child(6) {
        transition-delay: 300ms; }
      header ul.social:hover li.hide:nth-child(7) {
        transition-delay: 450ms; }
    header ul.social:hover:after {
      display: none; }

.subscription__container {
  background-color: #f9f7f7;
  border-top: 1px solid #f9f7f7;
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
  clear: both; }
  .subscription__container h3 {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 639px) {
    .subscription__container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .subscription__container em {
    display: none; }
  .subscription__container label {
    width: 100%;
    display: block;
    margin-bottom: 1rem; }
  .subscription__container label div.input,
  .subscription__container label div.select {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .subscription__container label input,
  .subscription__container label select {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 1rem;
    padding: 0.75rem 0;
    font-family: "Montserrat-Bold", sans-serif;
    outline: none; }
  .subscription__container label select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .subscription__container label div.select:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%); }
  .subscription__container ::-webkit-input-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif; }
  .subscription__container ::-moz-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif; }
  .subscription__container :-ms-input-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif; }
  .subscription__container :-moz-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif; }
  .subscription__container select {
    -webkit-appearance: searchfield;
    color: #000;
    font-family: "Montserrat-Bold", sans-serif; }
  .subscription__container input[type="submit"] {
    width: 100%;
    max-width: 500px; }

.copyright__container {
  background-color: #282828;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  text-align: center; }
  .copyright__container .logo__link {
    margin: 0 1rem 1rem 1rem;
    display: inline-block; }
    .copyright__container .logo__link span {
      display: none; }
  .copyright__container a {
    color: #fff;
    text-decoration: none; }

.widget-editorial.leads {
  padding-bottom: 2rem; }
  .widget-editorial.leads h3 {
    text-align: center; }
  .widget-editorial.leads h4 + strong {
    display: none; }
  .widget-editorial.leads p {
    transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1); }
  .widget-editorial.leads ul.leads > li {
    position: relative; }
  .widget-editorial.leads ul.leads > li:hover h4 a,
  .widget-editorial.leads ul.leads > li:hover p {
    opacity: 1;
    color: #000; }
  .widget-editorial.leads p:last-child {
    margin-bottom: 0; }
  .widget-editorial.leads a.display {
    width: 100%;
    background: none;
    text-indent: -5000px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .widget-editorial.leads figure {
    z-index: 3;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .widget-editorial.leads .actions {
    margin-bottom: 0;
    clear: both; }
  .widget-editorial.leads.grid h3 {
    display: none; }
  .widget-editorial.leads.grid ul.leads > li {
    width: 25%;
    float: left;
    margin-bottom: 1rem;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media screen and (max-width: 1023px) {
      .widget-editorial.leads.grid ul.leads > li {
        width: 50%; } }
    @media screen and (max-width: 459px) {
      .widget-editorial.leads.grid ul.leads > li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0.5rem; } }
  .widget-editorial.leads.grid h4 {
    text-transform: capitalize;
    font-family: "Montserrat-Thin", sans-serif; }
  .widget-editorial.leads.grid figure {
    margin-bottom: 1rem; }
  .widget-editorial.leads.stack h3 {
    margin-bottom: 2rem; }
  .widget-editorial.leads.stack h4 {
    font-size: 2rem; }
  .widget-editorial.leads.stack a.browse {
    margin-top: 2rem; }
  .widget-editorial.leads.stack .leads > li {
    width: 100%;
    float: left;
    clear: both;
    padding: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    background-color: transparent;
    transition: background-color 0.3s cubic-bezier(0.694, 0, 0.335, 1); }
    @media screen and (max-width: 459px) {
      .widget-editorial.leads.stack .leads > li {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0;
        border-top: 0;
        border-bottom: 0 !important;
        background-color: transparent !important; } }
    .widget-editorial.leads.stack .leads > li:hover {
      background-color: rgba(255, 255, 255, 0.3); }
    .widget-editorial.leads.stack .leads > li:last-child {
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
  .widget-editorial.leads.stack .paging {
    margin-top: 4rem; }
  .widget-editorial.leads.stack figure {
    width: 10%;
    float: right; }
    @media screen and (max-width: 459px) {
      .widget-editorial.leads.stack figure {
        width: 100%;
        margin-bottom: 1rem; } }
  .widget-editorial.leads.stack h4, .widget-editorial.leads.stack div.story {
    width: 90%;
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding-right: 2rem; }
    @media screen and (max-width: 459px) {
      .widget-editorial.leads.stack h4, .widget-editorial.leads.stack div.story {
        width: 100%;
        padding-right: 0;
        font-size: inherit; } }

.widget-editorial.display {
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .widget-editorial.display > h3, .widget-editorial.display > img, .widget-editorial.display .tags {
    display: none !important; }
  .widget-editorial.display h4 {
    font-size: 2.5rem;
    text-align: center;
    padding-top: 2rem;
    margin-bottom: 4rem; }
    @media screen and (max-width: 459px) {
      .widget-editorial.display h4 {
        font-size: 1.8rem;
        margin-bottom: 2rem; } }
  .widget-editorial.display h4 + strong {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0; }
  .widget-editorial.display img, .widget-editorial.display .wp-caption {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .widget-editorial.display .wp-caption-text {
    padding-top: 0.5rem;
    line-height: 1.5rem;
    text-align: center; }

.widget-media.browse ul.clips .actions, .widget-media.browse p, .widget-media.browse a.details {
  display: none; }

.widget-media.browse a {
  text-decoration: none; }

.widget-media.browse ul.clips {
  margin-bottom: 1rem; }

.widget-media.browse.grid ul.clips > li {
  width: 25%;
  float: left;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-family: "Montserrat-Thin", sans-serif;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media screen and (max-width: 1023px) {
    .widget-media.browse.grid ul.clips > li {
      width: 50%; } }
  @media screen and (max-width: 459px) {
    .widget-media.browse.grid ul.clips > li {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0.5rem; } }

.widget-media.browse.grid figure {
  margin-bottom: 1rem; }

.widget-media.player {
  position: relative; }
  .widget-media.player h3 {
    padding-right: 2rem;
    padding-left: 2rem;
    margin-bottom: 2rem;
    padding-top: 2rem; }
  .widget-media.player h3 + strong {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .widget-media.player p, .widget-media.player img {
    display: none; }

.widget-release.browse dl {
  display: none; }

.widget-release.browse a {
  text-decoration: none; }

.widget-release.browse ul.releases {
  margin-bottom: 1rem; }

.widget-release.browse.grid ul.releases > li {
  width: 25%;
  float: left;
  margin-bottom: 1rem;
  text-transform: capitalize;
  font-family: "Montserrat-Thin", sans-serif;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media screen and (max-width: 1023px) {
    .widget-release.browse.grid ul.releases > li {
      width: 50%; } }
  @media screen and (max-width: 459px) {
    .widget-release.browse.grid ul.releases > li {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 0.5rem; } }

.widget-release.browse.grid figure {
  margin-bottom: 1rem; }

.widget-release.details dl dt,
.widget-release.details dl dd:nth-child(4) {
  display: none; }

.widget-release.details dl dd {
  text-align: center;
  margin-top: 2rem; }

.widget-release.details ul.artwork {
  text-align: center;
  margin-top: 2rem; }

.widget-release.details img {
  max-width: 100%; }
  @media screen and (max-width: 459px) {
    .widget-release.details img {
      width: 100%; } }

.widget-release.tracks h3 {
  text-align: center;
  margin-top: 4rem;
  margin-bottom: 0; }

.widget-release.tracks td.title {
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 1.5rem;
  color: #fff; }

@media screen and (max-width: 1023px) {
  .widget-release.tracks td.number,
  .widget-release.tracks td.title {
    width: auto;
    font-size: inherit;
    display: inline-block;
    padding-right: 1rem; } }

.widget-release.tracks td.watch, .widget-release.tracks td.lyrics {
  display: none; }

.paging {
  width: 100%;
  float: left;
  clear: both;
  text-align: center; }

#flexpanel h1.logo {
  float: none; }
  #flexpanel h1.logo a {
    opacity: 1; }
  #flexpanel h1.logo img {
    max-width: 50%;
    margin-bottom: 2rem; }

#flexpanel ul.navigation a:after {
  left: 5% !important; }

#flexpanel ul.social {
  clear: both;
  margin-top: 1rem; }
  #flexpanel ul.social li {
    display: inline-block; }
  #flexpanel ul.social a {
    font-size: 1.5rem;
    line-height: 4rem; }

#flexpanel div.flexpanel__section.navigation {
  padding: 1rem 2rem 0 2rem; }

#flexpanel div.flexpanel__section.footer {
  float: left;
  width: 100%;
  padding: 0 2rem 1rem 2rem; }

#flexpanel .widget-subscription.short-form {
  padding-right: 2rem; }

#flexpanel .album_upsell {
  width: 100%;
  float: left;
  padding: 1rem;
  background: #fff; }
  #flexpanel .album_upsell__image {
    width: 35%;
    float: left; }
  #flexpanel .album_upsell__details {
    width: 65%;
    padding-left: 1rem;
    float: left; }
    #flexpanel .album_upsell__details h4 {
      color: #000; }
    #flexpanel .album_upsell__details a {
      display: block;
      color: #000;
      padding: 0.5rem 0;
      text-decoration: none; }

#flexpanel .viewport {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative; }
  #flexpanel .viewport:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 2rem;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block; }

@media screen and (min-width: 639px) {
  body.has-fixed #page, body.section-music#page-release #page, body.section-videos#page-video #page, body.section-news#page-story #page, body#page-tour #page {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-backface-visibility: none;
    -webkit-perspective: none; } }

h1.logo img {
  transition: height 0.3s cubic-bezier(0.694, 0, 0.335, 1); }

h1.logo span {
  display: none; }

ul.navigation:hover a {
  opacity: 0.9 !important; }

ul.navigation li:first-child {
  display: none; }

ul.navigation a {
  text-decoration: none;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 1rem;
  line-height: 4rem;
  position: relative; }
  @media screen and (max-width: 1023px) {
    ul.navigation a {
      line-height: 2rem; } }
  ul.navigation a:hover {
    text-decoration: none;
    opacity: 1 !important; }

body.section-tour ul.navigation a[href*="/tour"],
body.section-music ul.navigation a[href*="/music"],
body.section-videos ul.navigation a[href*="/videos"] {
  opacity: 1; }

ul.social li {
  display: inline-block; }

ul.social span {
  display: none; }

ul.social a {
  font-size: 1rem;
  line-height: 4rem; }
  @media screen and (max-width: 1023px) {
    ul.social a {
      line-height: 2rem; } }
  ul.social a:hover {
    text-decoration: none; }

ul.social .icon-musically img {
  max-width: 20px; }

#hamburger {
  display: none;
  background: none;
  border: 0;
  padding: 0;
  outline: none;
  float: right;
  font-size: 1rem;
  line-height: 2rem;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
  cursor: pointer;
  color: #000; }
  #hamburger span {
    display: none; }
  #hamburger:hover {
    opacity: 0.5; }
  @media screen and (max-width: 639px) {
    #hamburger {
      display: block; } }
  body.flexpanel-active #hamburger {
    font-size: 2rem;
    margin-right: -0.5rem;
    /* '' */ }
    body.flexpanel-active #hamburger .icon-menu:before {
      content: '\e806'; }

.at-share-btn {
  transform: none !important; }

.widget-share {
  text-align: center; }
  .widget-share h3 {
    font-size: 2rem; }
  @media screen and (max-width: 639px) {
    .widget-share {
      display: none; } }

article + aside {
  position: fixed;
  right: 2rem;
  top: 15%; }
  @media screen and (max-width: 639px) {
    article + aside {
      position: static;
      padding-top: 2rem;
      padding-bottom: 0; } }
  article + aside .addthis_inline_share_toolbox {
    width: 35px; }
    @media screen and (max-width: 639px) {
      article + aside .addthis_inline_share_toolbox {
        width: 100%;
        text-align: center; } }

.widget-hero {
  height: 42vw;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 459px) {
    .widget-hero {
      height: 72.8vw; } }
  .widget-hero img {
    width: 130vw;
    height: auto;
    margin-left: 50%;
    margin-top: -4vw;
    transform: translate(-50%, 0);
    transition: opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1);
    opacity: 0; }
    .widget-hero img.is-loaded {
      opacity: 1; }
  @media screen and (max-width: 459px) {
    .widget-hero .desktop {
      display: none; } }
  .widget-hero .mobile {
    display: none; }
    @media screen and (max-width: 459px) {
      .widget-hero .mobile {
        display: block; } }
  .widget-hero .text {
    width: 100%;
    position: absolute;
    bottom: 8rem; }
    @media screen and (max-width: 1023px) {
      .widget-hero .text {
        bottom: 1rem; } }
    .widget-hero .text h4 {
      color: #fff;
      margin-bottom: 0;
      opacity: 0;
      transform: translate3d(-10%, 0, 0);
      transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1), transform 0.6s cubic-bezier(0.694, 0, 0.335, 1); }
    .widget-hero .text h3 {
      font-size: 5rem;
      color: #fff;
      text-transform: initial;
      opacity: 0;
      transform: translate3d(-10%, 0, 0);
      transition: opacity 0.6s cubic-bezier(0.694, 0, 0.335, 1), transform 0.6s cubic-bezier(0.694, 0, 0.335, 1); }
      @media screen and (max-width: 1023px) {
        .widget-hero .text h3 {
          font-size: 10vw; } }
  .widget-hero.is-animated-in .text h4 {
    opacity: 1;
    transform: translateZ(0); }
  .widget-hero.is-animated-in .text h3 {
    opacity: 1;
    transform: translateZ(0); }
  .widget-hero .action {
    position: absolute;
    top: 0;
    left: 8%; }
  .widget-hero.fluid {
    height: auto; }
    .widget-hero.fluid img {
      width: 100%;
      transform: none;
      margin: 0; }

.widget-subscription.short-form {
  line-height: 4rem; }
  .widget-subscription.short-form h3, .widget-subscription.short-form em {
    display: none; }
  .widget-subscription.short-form input, .widget-subscription.short-form select {
    border-radius: 0; }
  .widget-subscription.short-form input[type="email"] {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #262626;
    font-size: 1rem;
    padding: 0.75rem 0;
    outline: none;
    color: #000;
    font-family: "Montserrat-Bold", sans-serif; }
  .widget-subscription.short-form ::-webkit-input-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif;
    opacity: 0.9; }
  .widget-subscription.short-form ::-moz-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif;
    opacity: 0.9; }
  .widget-subscription.short-form :-ms-input-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif;
    opacity: 0.9; }
  .widget-subscription.short-form :-moz-placeholder {
    color: #000;
    font-family: "Montserrat-Bold", sans-serif;
    opacity: 0.9; }
  .widget-subscription.short-form label {
    width: 95%;
    float: left; }
  .widget-subscription.short-form .actions {
    width: 5%;
    float: left;
    margin-top: 10px;
    margin-bottom: 0; }

.widget-subscription {
  position: relative; }
  .widget-subscription.full-form .subscribe-tooltip {
    padding: 0;
    position: static;
    width: auto;
    box-shadow: none;
    color: inherit;
    font-size: inherit;
    background-color: transparent !important;
    opacity: 1;
    z-index: 1;
    margin-bottom: 20px; }
    .widget-subscription.full-form .subscribe-tooltip a {
      color: inherit; }
    .widget-subscription.full-form .subscribe-tooltip:before {
      display: none; }
  .widget-subscription.full-form .subscribe-tooltip.error,
  .widget-subscription.full-form .subscribe-tooltip.error a {
    color: #f00; }
  .widget-subscription.full-form label[for="marketing-permissions"] em {
    display: block;
    text-align: left; }
  .widget-subscription.full-form .subscribe-tooltip {
    z-index: 100 !important;
    opacity: 1 !important; }
  .widget-subscription.short-form:focus .subscribe-tooltip,
  .widget-subscription.short-form:focus-within .subscribe-tooltip,
  .widget-subscription.short-form label:focus + .subscribe-tooltip,
  .widget-subscription.short-form label:focus-within + .subscribe-tooltip,
  .widget-subscription .subscribe-tooltip:hover,
  .widget-subscription .subscribe-tooltip:focus,
  .widget-subscription .subscribe-tooltip:focus-within,
  .widget-subscription .subscribe-tooltip.error {
    opacity: 1 !important;
    z-index: 1000 !important; }
  .widget-subscription input[type="email"].error {
    border-color: #f00 !important;
    color: #f00; }
  .widget-subscription input[type="email"].error::-webkit-input-placeholder {
    color: #f00; }
  .widget-subscription input[type="checkbox"] {
    width: auto !important;
    float: left;
    margin-right: 10px; }
  .widget-subscription .subscribe-tooltip.error {
    background-color: #f00;
    color: #fff; }
    .widget-subscription .subscribe-tooltip.error:before {
      border-bottom-color: #f00; }
    .widget-subscription .subscribe-tooltip.error a {
      color: #fff;
      text-decoration: underline; }
  .widget-subscription .subscribe-tooltip {
    width: 95%;
    position: absolute;
    background: #000;
    padding: 10px;
    z-index: -1;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    top: 130%;
    box-shadow: 0 18px 55px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.25s ease;
    color: #fff; }
    .widget-subscription .subscribe-tooltip label {
      margin-bottom: 0; }
    .widget-subscription .subscribe-tooltip:before {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 15px solid #000;
      position: absolute;
      top: -15px;
      left: 30px; }
    .widget-subscription .subscribe-tooltip em {
      max-width: 100%;
      text-align: left;
      font-style: normal;
      display: block !important; }
    .widget-subscription .subscribe-tooltip a {
      color: #fff;
      text-decoration: underline; }

#flexpanel .widget-subscription.short-form {
  display: none; }

.relative {
  padding-left: 0;
  padding-right: 0;
  width: 90%;
  max-width: 102.4rem; }
  .relative .loose {
    position: absolute;
    bottom: 2rem;
    padding-right: 0;
    width: 50%; }
    @media screen and (max-width: 639px) {
      .relative .loose {
        position: static; } }
  .relative .fixed {
    top: 2rem;
    position: fixed; }
    @media screen and (max-width: 639px) {
      .relative .fixed {
        position: static; } }
  .relative .loose-top {
    position: absolute;
    top: 0;
    padding-right: 0;
    width: 50%; }
    @media screen and (max-width: 639px) {
      .relative .loose-top {
        width: 100%;
        position: static; } }
  .relative .content {
    width: 50%;
    padding-left: 2rem;
    float: right; }
    @media screen and (max-width: 639px) {
      .relative .content {
        width: 100%;
        padding-left: 0;
        float: none; } }
  .relative aside {
    width: 45%; }
    .relative aside .banner {
      height: calc(100vh - 4rem);
      max-width: 43.875rem;
      overflow: hidden; }
    @media screen and (max-width: 639px) {
      .relative aside {
        width: 100%;
        margin-bottom: 1rem;
        padding-right: 0; }
        .relative aside .banner {
          height: auto; } }

.tour__container {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 459px) {
    .tour__container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .tour__container td.date {
    min-width: 33.3%;
    padding-right: 0; }
    @media screen and (max-width: 459px) {
      .tour__container td.date {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: .33em;
        opacity: 0.7;
        font-family: "Montserrat-Light", sans-serif; } }
  .tour__container td.details {
    min-width: 66.6%;
    text-align: center;
    padding-right: 0; }
  .tour__container td.tickets {
    min-width: 33.3%;
    text-align: right; }

.widget-event.placeholder {
  text-align: center; }
  .widget-event.placeholder ul.actions {
    display: none; }

.widget-event h3 {
  text-align: center; }

.widget-event thead, .widget-event td.tallies, .widget-event td.actions {
  display: none; }

.widget-event td {
  vertical-align: middle;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 459px) {
    .widget-event td {
      text-align: center !important; } }

.widget-event td.details small, .widget-event td.details br {
  display: none; }

.widget-event td.details strong {
  display: block;
  text-transform: uppercase;
  font-family: "Montserrat-Bold", sans-serif;
  font-size: 1.5rem;
  color: #000; }
  @media screen and (max-width: 1023px) {
    .widget-event td.details strong {
      font-size: inherit; } }

.widget-event td.tickets a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: 0.75rem; }
  @media screen and (max-width: 459px) {
    .widget-event td.tickets a {
      font-size: 1rem;
      padding: 0.75rem;
      display: inline-block;
      border: 1px solid #fff;
      margin-bottom: 0; } }

@media screen and (max-width: 459px) {
  .widget-event td.tickets a + em {
    margin-top: 0.75rem; } }

@media screen and (max-width: 459px) {
  .widget-event td.tickets em {
    display: block; } }

#page-home .tour__container {
  background-color: rgba(255, 255, 255, 0.5); }

#page-home .instagram__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(255, 255, 255, 0.5); }
  #page-home .instagram__container h3 {
    text-align: center; }

#page-home .leads__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f9f7f7; }
  #page-home .leads__container h3 {
    display: block; }

#page-home .home_page_portrait .banner {
  height: calc(100vh - 4rem);
  max-width: 43.875rem;
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  transition: background-size 0.3s cubic-bezier(0.694, 0, 0.335, 1), opacity 0.3s cubic-bezier(0.694, 0, 0.335, 1); }
  #page-home .home_page_portrait .banner:hover {
    background-size: cover;
    opacity: 0.9; }
  @media screen and (max-width: 639px) {
    #page-home .home_page_portrait .banner {
      height: auto; } }

#page-home .home_page_portrait h4 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); }

#page-home .home_page_portrait p {
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); }

#page-home .home_page_portrait a {
  color: #fff;
  text-decoration: none;
  opacity: 1 !important;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); }

#page-home .home_page_portrait img {
  height: auto;
  max-width: 100%;
  opacity: 0; }

#page-home .home_page_portrait figure a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3; }
  @media screen and (max-width: 639px) {
    #page-home .home_page_portrait figure a {
      position: static; } }

#page-home .home_page_portrait .info {
  position: absolute;
  left: 2rem;
  padding-right: 2rem;
  bottom: 10rem;
  z-index: 2; }
  @media screen and (max-width: 639px) {
    #page-home .home_page_portrait .info {
      left: 1rem;
      padding-right: 1rem;
      bottom: 1rem; }
      #page-home .home_page_portrait .info p {
        margin: 0; }
      #page-home .home_page_portrait .info h4 {
        font-size: inherit; } }

#page-home .home_page_square .banner {
  position: relative;
  padding-bottom: 2rem;
  background: none !important; }
  @media screen and (max-width: 459px) {
    #page-home .home_page_square .banner {
      padding-bottom: 1rem; } }

#page-home .home_page_square h4 {
  font-size: 2rem;
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }

#page-home .home_page_square p {
  color: #fff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }

#page-home .home_page_square a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5); }

#page-home .home_page_square .info {
  position: absolute;
  padding-right: 1rem;
  left: 1rem;
  bottom: 1rem;
  z-index: 2; }

#page-home .home_page_square img {
  width: 100%;
  height: auto; }

#page-home .story__container {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  #page-home .story__container i {
    font-style: italic; }
  #page-home .story__container h4,
  #page-home .story__container h4 + strong {
    display: none; }

#page-home .leads ul.leads > li {
  width: 25%; }
  #page-home .leads ul.leads > li div.story {
    display: none; }
  @media screen and (max-width: 1023px) {
    #page-home .leads ul.leads > li {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

#page-home .leads ul.paging {
  display: none; }

#page-home .instagram ul.photos {
  margin-bottom: 4rem; }

#page-home .instagram ul.photos > li {
  width: 33.3%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem; }
  @media screen and (max-width: 1023px) {
    #page-home .instagram ul.photos > li {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }

#page-home .instagram img {
  width: 100%;
  display: block; }

.section-music .discography__container {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 459px) {
    .section-music .discography__container {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.section-music .release__container {
  padding-bottom: 2rem;
  color: rgba(255, 255, 255, 0.6); }
  .section-music .release__container table tr {
    border-color: rgba(255, 255, 255, 0.25); }
  .section-music .release__container h3, .section-music .release__container a, .section-music .release__container a:hover {
    color: #fff; }
  .section-music .release__container a.action {
    border: 1px solid #fff;
    color: #fff; }
    .section-music .release__container a.action:hover {
      background-color: #fff;
      color: #000; }
  @media screen and (max-width: 459px) {
    .section-music .release__container {
      padding-bottom: 1rem; } }

.section-music.unbreakable .hero__container {
  background-color: #0d0d0d; }

.section-music.number-ones .hero__container {
  background-color: #0d0d0d; }

.section-music.discipline .hero__container {
  background-color: #000; }

.section-music[class*="20-yo"] .hero__container {
  background-color: #e7c595; }

.section-music.damita-jo .hero__container {
  background-color: #f2ebda; }

.section-music.all-for-you .hero__container {
  background-color: #faf1ec; }

.section-music.the-velvet-rope .hero__container {
  background-color: #4b0203; }

.section-music.design-of-a-decade .hero__container {
  background-color: #000; }

.section-music.janet .hero__container {
  background-color: #8f8681; }

.section-music.rhythm-nation-1814 .hero__container {
  background-color: #000; }

.section-music.control .hero__container {
  background-color: #2735a9; }

.section-music.dream-street .hero__container {
  background-color: #9877a5; }

.section-music.janet-jackson .hero__container {
  background-color: #22b1f4; }

.section-music.unbreakable {
  background-image: linear-gradient(#323232, #060808 85%); }

.section-music.number-ones {
  background-image: linear-gradient(#661524, #060808 85%); }

.section-music.discipline {
  background-image: linear-gradient(#323232, #060808 85%); }

.section-music[class*="20-yo"] {
  background-image: linear-gradient(#aa6e48, #060808 85%); }

.section-music.damita-jo {
  background-image: linear-gradient(#ba8953, #060808 85%); }

.section-music.all-for-you {
  background-image: linear-gradient(#9f8259, #060808 85%); }

.section-music.the-velvet-rope {
  background-image: linear-gradient(#540304, #060808 85%); }

.section-music.design-of-a-decade {
  background-image: linear-gradient(#685144, #060808 85%); }

.section-music.janet {
  background-image: linear-gradient(#4e1e0a, #060808 85%); }

.section-music.rhythm-nation-1814 {
  background-image: linear-gradient(#323232, #060808 85%); }

.section-music.control {
  background-image: linear-gradient(#2735a9, #060808 85%); }

.section-music.dream-street {
  background-image: linear-gradient(#79628d, #060808 85%); }

.section-music.janet-jackson {
  background-image: linear-gradient(#21b2f4, #060808 85%); }

.section-music#page-music .widget-release.browse h3 {
  display: none; }

.section-music#page-release .discography__container {
  background-color: #f9f7f7; }

.section-music#page-release .widget-release.details h3,
.section-music#page-release .widget-release.details .retailers {
  display: none; }

.section-music#page-release .widget-release.browse h3 {
  text-align: center; }

.section-music#page-release .release__retailers {
  padding-top: 4rem;
  text-align: center; }
  @media screen and (max-width: 459px) {
    .section-music#page-release .release__retailers {
      padding-top: 1rem; } }

@media screen and (max-width: 1679px) and (min-width: 1024px) {
  .section-music#page-release .release__retailers,
  .section-music#page-release .widget-release {
    padding-right: 4rem; } }

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .section-music#page-release .release__retailers,
  .section-music#page-release .widget-release {
    padding-right: 4rem; } }

.section-videos .videos__container {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 459px) {
    .section-videos .videos__container {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.section-videos .video__container {
  background-color: #000;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  color: #fff; }
  .section-videos .video__container h3 {
    color: #fff; }
  @media screen and (max-width: 459px) {
    .section-videos .video__container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .section-videos .video__container video {
    width: 100%; }

.section-videos#page-videos .widget-media.browse h3 {
  display: none; }

.section-videos#page-video .widget-media.player h3,
.section-videos#page-video .widget-media.player strong {
  display: none; }

.section-videos#page-video .widget-media.player {
  margin-bottom: 2rem; }

@media screen and (max-width: 1679px) and (min-width: 1024px) {
  .section-videos#page-video .widget-media.player,
  .section-videos#page-video .widget-media.player + h3,
  .section-videos#page-video .widget-media.player + h3 + strong,
  .section-videos#page-video .widget-media.browse {
    padding-right: 4rem; } }

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .section-videos#page-video .widget-media.player,
  .section-videos#page-video .widget-media.player + h3,
  .section-videos#page-video .widget-media.player + h3 + strong,
  .section-videos#page-video .widget-media.browse {
    padding-right: 4rem; } }

.section-videos#page-video .widget-media.browse h3 {
  text-align: center; }

.section-news .leads__container {
  background-color: rgba(255, 255, 255, 0.5);
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media screen and (max-width: 459px) {
    .section-news .leads__container {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.section-news .story__container {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 459px) {
    .section-news .story__container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.section-news#page-news .widget-editorial.leads h3 {
  display: none; }

.section-news#page-news .widget-editorial.leads.grid .paging {
  display: none; }

.section-news#page-news .leads__container {
  background-color: transparent; }

@media screen and (max-width: 1679px) and (min-width: 1024px) {
  .section-news#page-story .widget-editorial.leads,
  .section-news#page-story .widget-share,
  .section-news#page-story .widget-editorial.display {
    padding-right: 4rem; } }

@media screen and (max-width: 1023px) and (min-width: 640px) {
  .section-news#page-story .widget-editorial.leads,
  .section-news#page-story .widget-share,
  .section-news#page-story .widget-editorial.display {
    padding-right: 4rem; } }

.section-news#page-submit .story__container {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 459px) {
    .section-news#page-submit .story__container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .section-news#page-submit .story__container h4 + strong {
    display: none; }

.section-news#page-meet-and-greet .story__container {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  @media screen and (max-width: 459px) {
    .section-news#page-meet-and-greet .story__container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  .section-news#page-meet-and-greet .story__container h4 + strong {
    display: none; }

.section-news#page-unbreakable-diamonds main {
  background: #000; }

.section-news#page-unbreakable-diamonds .story__container {
  padding-bottom: 4rem;
  color: #fff; }
  .section-news#page-unbreakable-diamonds .story__container a {
    color: #fff; }
  .section-news#page-unbreakable-diamonds .story__container p {
    margin: 0; }
  .section-news#page-unbreakable-diamonds .story__container h4, .section-news#page-unbreakable-diamonds .story__container h4 + strong {
    display: none; }

#page-tour .past__container {
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 4rem;
  padding-bottom: 4rem; }
  #page-tour .past__container .widget-event {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 50rem; }
    #page-tour .past__container .widget-event h3 {
      margin-bottom: 2rem; }
  #page-tour .past__container tr {
    border-bottom: 0; }
  #page-tour .past__container td.tickets {
    display: none; }
  #page-tour .past__container td.date {
    padding: 0; }
  #page-tour .past__container td.details {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }
    #page-tour .past__container td.details span {
      display: none; }
  #page-tour .past__container td.date,
  #page-tour .past__container td.details {
    width: 100%;
    display: block;
    text-align: center;
    border: 0; }
  @media screen and (max-width: 459px) {
    #page-tour .past__container {
      padding-top: 1rem;
      padding-bottom: 1rem; } }
  @media screen and (max-width: 459px) {
    #page-tour .past__container {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

#page-tour .widget-hero h3 {
  display: none; }

#page-tour .widget-editorial {
  padding-top: 4rem; }
  #page-tour .widget-editorial h3 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    text-align: center; }
    @media screen and (max-width: 459px) {
      #page-tour .widget-editorial h3 {
        font-size: 1.5rem; } }
  #page-tour .widget-editorial i {
    font-style: italic; }
  #page-tour .widget-editorial h3,
  #page-tour .widget-editorial h4, #page-tour .widget-editorial h4 + strong {
    display: none; }
  #page-tour .widget-editorial h5 {
    text-align: center;
    text-transform: none; }
  #page-tour .widget-editorial h5 + p {
    text-align: center;
    margin-bottom: 4rem; }
  #page-tour .widget-editorial.sponsors {
    margin-top: 4rem;
    margin-bottom: 4rem; }

@media screen and (max-width: 1679px) and (min-width: 1024px) {
  #page-tour .widget-share {
    padding-right: 4rem; } }

@media screen and (max-width: 1023px) and (min-width: 640px) {
  #page-tour .widget-share {
    padding-right: 4rem; } }
