@font-face {
  font-family: 'gotham_boldregular';
  src: url('../../warner_onepage/fonts/gotham-bold-webfont.eot');
  src: url('../../warner_onepage/fonts/gotham-bold-webfont-.eot#iefix') format('embedded-opentype'), url('../../warner_onepage/fonts/gotham-bold-webfont.woff2') format('woff2'), url('../../warner_onepage/fonts/gotham-bold-webfont.woff') format('woff'), url('../../warner_onepage/fonts/gotham-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_medium';
  src: url('../../warner_onepage/fonts/gotham-medium-webfont.eot');
  src: url('../../warner_onepage/fonts/gotham-medium-webfont.eot#iefix') format('embedded-opentype'), url('../../warner_onepage/fonts/gotham-medium-webfont.woff2') format('woff2'), url('../../warner_onepage/fonts/gotham-medium-webfont.woff') format('woff'), url('../../warner_onepage/fonts/gotham-medium-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_book';
  src: url('../../warner_onepage/fonts/gotham-book-webfont.eot');
  src: url('../../warner_onepage/fonts/gotham-book-webfont.eot#iefix') format('embedded-opentype'), url('../../warner_onepage/fonts/gotham-book-webfont.woff2') format('woff2'), url('../../warner_onepage/fonts/gotham-book-webfont.woff') format('woff'), url('../../warner_onepage/fonts/gotham-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'gotham_light';
  src: url('../../warner_onepage/fonts/gotham-light-webfont.eot') format('embedded-opentype');
  src: url('../../warner_onepage/fonts/gotham-light-webfont.ttf') format('truetype');
  src: url('../../warner_onepage/fonts/gotham-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  height: 100%;
  font-family: gotham_book;
  color: #000;
  background-color: #378387;
  position: relative;
}
html {
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: Gotham_medium;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.6;
  }
}
p[align='center'] {
  text-align: center !important;
}
p[align='justify'] {
  text-align: justify !important;
}
a {
  color: #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 767px) {
  .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }
}
.fa-bars {
  color: #FFF;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'gotham_boldregular';
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.btn-default {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  padding-top: 10px;
  font-size: 20px;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #fff;
  outline: 0;
  color: #97828b;
  background-color: #fff;
}
.attribute-image img {
  margin: auto;
}
ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}
footer {
  padding: 50px 0;
}
footer p {
  font-size: 14px;
  margin: 0;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2);
}
.container {
  padding-right: 20px;
  padding-left: 20px;
}
.video-section {
  width: 100%;
  color: #FFF;
  padding: 30px 0px !important;
  background-color: #124453;
  background: url('../images/video.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.video-section .next-black {
  right: 0;
}
.video-section .prev-black {
  left: 0;
}
.video-section .slick-slide {
  height: auto;
}
.music-section {
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #378387;
  background: url('../images/music.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0px !important;
}
.music-section .ezimage-field img {
  display: inline;
}
.music-section .slick-slide {
  height: auto;
}
.music-section .next-black {
  right: 0;
}
.music-section .prev-black {
  left: 0;
}
.music-section .btn {
  color: #000;
  border-color: #000;
}
.biographie-section {
  width: 100%;
  color: #FFF;
  background-color: #124453;
  padding: 30px 0px !important;
  text-align: justify;
}
.biographie-section h2 {
  text-align: center;
}
.filmographie-section {
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #378387;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0px !important;
}
.filmographie-section .ezimage-field img {
  display: inline;
}
.filmographie-section .slick-slide {
  height: auto;
}
.filmographie-section .next-black {
  right: 0;
}
.filmographie-section .prev-black {
  left: 0;
}
.filmographie-section .btn {
  color: #000;
  border-color: #000;
}
.filmographie-section img {
  max-width: 100%;
  height: auto;
}
.newsletter-section {
  width: 100%;
  color: #000;
  background-color: #378387;
  padding: 30px 0px !important;
  background: url('../images/newsletter.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.engagements-section {
  width: 100%;
  text-align: center;
  color: #000;
  background-color: #378387;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0px !important;
}
.engagements-section .ezimage-field img {
  display: inline;
}
.engagements-section .slick-slide {
  height: auto;
}
.engagements-section .btn {
  color: #000;
  border-color: #000;
}
.engagements-section .next-black {
  right: 0;
}
.engagements-section .prev-black {
  left: 0;
}
.engagements-section a,
.engagements-section a:hover,
.engagements-section a:focus {
  color: #124453;
}
.engagements-section img {
  max-width: 100%;
  height: auto;
}
.theatre-section {
  width: 100%;
  text-align: center;
  color: #FFF;
  background-color: #124453;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 30px 0px !important;
}
.theatre-section .ezimage-field img {
  display: inline;
}
.theatre-section .slick-slide {
  height: auto;
}
.theatre-section .btn {
  color: #000;
  border-color: #000;
}
.theatre-section .next-white {
  right: 0;
}
.theatre-section .prev-white {
  left: 0;
}
.theatre-section p {
  text-align: justify;
}
.theatre-section img {
  max-width: 100%;
  height: auto;
}
.tour-section {
  width: 100%;
  color: #FFF;
  background-color: #124453;
  padding: 30px 0px !important;
  background: url('../images/tour.jpg') center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.tour-section .ezxmltext-field p {
  font-family: 'gotham_boldregular';
  margin: 0 0 10px;
}
.social-section {
  width: 100%;
  background-color: #124453;
  padding: 30px 0px !important;
}
.social-section a {
  color: #378387;
  border-color: ;
}
#slideshow .item {
  width: 100%;
  padding: 0px 0;
  text-align: center;
  color: #FFF;
  background-color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #slideshow .item {
    margin-top: 50px;
    height: 40%!important;
  }
}
.item {
  padding-left: 20px;
  padding-right: 20px;
}
.link-banner {
  display: block;
  width: 100%;
  height: 100%;
}
.item .caption {
  position: absolute;
  bottom: 30px;
  width: 100%;
}
.item .caption h1 a {
  display: block;
}
.item .caption h1 img {
  margin: 0 auto;
}
.slick-arrow {
  position: absolute;
  width: 10px;
  height: 18px;
  z-index: 3;
  top: 50%;
  margin-top: 20px;
}
.slick-slide {
  outline: none;
}
.slick-arrow {
  width: 40px;
  height: 40px;
}
#videos .slick-arrow {
  margin-top: 10px;
}
.video-section h2,
.video-section h3 {
  color: #fff !important;
}
.next-black {
  background: rgba(255, 255, 255, 0.3) url(../images/next_black.png) center center;
  background-repeat: no-repeat;
}
.prev-black {
  background: rgba(255, 255, 255, 0.3) url(../images/prev_black.png) center center;
  background-repeat: no-repeat;
}
.next-white {
  background: rgba(0, 0, 0, 0.3) url(../images/next_white.png) center center;
  background-repeat: no-repeat;
}
.prev-white {
  background: rgba(0, 0, 0, 0.3) url(../images/prev_white.png) center center;
  background-repeat: no-repeat;
}
#slideshow .next-black {
  right: 20px;
}
#slideshow .prev-black {
  left: 20px;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #124453;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #124453;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: 0;
}
.navbar-custom .navbar-brand:focus {
  outline: 0;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.navbar-custom .nav li a:hover {
  outline: 0;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}
.navbar-custom .nav li .active {
  outline: 0;
}
.navbar-custom .nav li .active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li .active a:hover {
  color: #ab6f4f;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 10px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom a {
    color: #124453;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: #124453;
  }
  .navbar-custom.top-nav-collapse a {
    color: #FFF;
  }
}
.cookiebar {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 20px 10px 10px;
  line-height: 20px;
  z-index: 99999;
  text-align: center;
  font-size: 14px;
  font-family: arial  !important;
}
.cookiebar a {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none !important;
  font-family: arial  !important;
}
.cookiebar a:hover {
  text-decoration: none !important;
}
.close-cookie {
  position: absolute;
  right: 50px;
  top: 10px;
  color: #fff !important;
}
.bottom {
  color: #378387;
  padding-top: 10px;
  text-align: center;
}
.bottom .bottom-navbar {
  margin: 0 auto;
}
.bottom .bottom-navbar ul {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.bottom .bottom-navbar a {
  color: #378387;
}
.bit-rsvp {
  display: none;
}
.bit-notify {
  display: none;
}
.bit-header {
  display: none;
}
.bit-header-overflow-fix {
  display: none;
}
.bit-tickets a {
  background-color: transparent;
  padding: 5px;
  color: white;
}
table.bit-events {
  color: white;
  padding-bottom: 20px;
  font-family: gotham_book !important;
  border: none !important;
}
table.bit-events th {
  display: none;
}
table.bit-events td {
  border-color: white !important;
  border-bottom: 1px solid;
  border-top-color: transparent !important;
}
table.bit-events td.bit-date {
  width: 100px;
}
.bit-invert {
  display: none;
}
.bit-track-artist-header {
  border: none !important;
}
.lyrics-dropdown .dropdown-menu {
  padding: 10px;
}
.lyrics-dropdown .dropdown-menu .dropdown-item {
  padding: 2px;
}
.lang-dropdown .glyphicon-globe {
  padding-top: 3px;
}
.lang-dropdown .dropdown-menu {
  min-width: 80px;
}
h2 {
  font-family: 'gotham_book';
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: 200;
}
h3 {
  font-family: 'gotham_book';
  font-size: 15px;
  letter-spacing: 4px;
}
#slideshow {
  margin-bottom: 0px;
}
#slideshow .next-white {
  background: url(../images/next_white.png) center center;
  background-repeat: no-repeat;
  right: 0;
}
#slideshow .prev-white {
  background: url(../images/prev_white.png) center center;
  background-repeat: no-repeat;
  left: 0;
}
.lyrics-section {
  padding-top: 150px;
  padding-bottom: 100px;
}
.lyrics-section p {
  margin-bottom: 10px;
}
.lyrics-section .lyrics-credits {
  padding-top: 30px;
}
.lyrics-section .lyrics-credits p {
  font-size: 11px;
}
.news-section {
  padding-bottom: 40px;
}
.tour-section {
  background-color: #124453;
}
.music-section {
  background-color: #739ca1;
  color: #FFF;
}
.music-section .small-releases {
  padding-top: 30px;
}
.music-section .small-releases div {
  padding: 5px;
}
.music-section .small-releases .small-release {
  margin: 15px;
}
.music-section .small-releases .small-release .btn {
  font-size: 5px;
  padding: 7px;
}
.biographie-section {
  color: #FFF;
  background-color: #124453;
  max-height: 800px;
  overflow: hidden;
  position: relative;
}
.biographie-section p {
  font-size: 16px;
}
.biographie-section .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 100px 0;
  background-image: linear-gradient(to bottom, transparent, black);
}
.biographie-section .read-more .btn {
  background-color: #FFF;
  color: #378387;
  padding: 10px 30px;
}
.video-section {
  background-size: auto;
}
.btn {
  font-family: 'gotham_book';
  font-size: 15px;
  letter-spacing: 5px;
}
.bottom {
  color: #FFF;
  background-color: #000;
  padding-top: 40px;
}
.bottom .btn {
  border: none;
  margin-right: 10px;
  font-size: 42px;
}
.bottom p {
  font-size: 14px;
  margin: 20px 0px 0px 0px;
}
.bottom .bottom-navbar a {
  color: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
}
.bottom .bottom-navbar a:hover {
  background-color: transparent;
}
#mainNav {
  background-color: #FFF;
  font-family: 'gotham_book';
  font-size: 15px;
  letter-spacing: 5px;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
#mainNav .languages {
  float: right;
  height: 50px;
}
#mainNav .languages a {
  display: inline;
  line-height: 50px;
}
#mainNav .navbar-brand img {
  width: 50px;
  margin-top: -12px;
}
.fa-bars {
  color: #378387;
}
@media (min-width: 768px) {
  #slideshow {
    padding-top: 70px;
  }
  .top-nav-collapse .navbar-brand img {
    width: 40px!important;
    margin-top: -8px !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .navbar-brand a {
    color: #000;
  }
  .navbar-custom {
    color: #000;
  }
  .navbar-custom li {
    color: #000;
  }
  .navbar-custom li a {
    color: #000;
    font-size: 13px;
  }
  .navbar-custom.top-nav-collapse {
    color: #000;
  }
  .navbar-custom.top-nav-collapse li {
    color: #000;
  }
  .navbar-custom.top-nav-collapse a {
    color: #000;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .navbar-custom li a {
    color: #000;
    font-size: 13px !important;
    letter-spacing: 1px !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-custom li a {
    color: #000;
    font-size: 9px !important;
    letter-spacing: 1px !important;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
  #mainNav {
    background-color: #FFF;
  }
  #mainNav .fa-bars {
    font-size: 24px;
  }
  #mainNav .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -50px !important;
    display: block;
  }
  #mainNav a {
    color: #000;
  }
  #mainNav li {
    color: #000;
  }
  #mainNav .lang-dropdown ul li {
    display: inline-block;
  }
  .navbar-toggle {
    float: left;
  }
  .navbar-social {
    float: right;
    padding: 17px 10px;
    letter-spacing: normal;
  }
  .navbar-social a {
    padding-left: 10px;
  }
  .navbar-nav {
    display: grid;
  }
  .navbar-nav li a {
    padding-bottom: 0px;
  }
  .navbar-header {
    background-color: #FFF;
  }
  .navbar-header a {
    color: #000;
  }
  .biographie-section {
    max-height: 500px;
  }
  .bottom .btn {
    margin-bottom: 20px;
  }
  .music-section img {
    max-width: 100%;
    height: auto;
  }
  .music-section .btn {
    font-size: 8px;
  }
  .video-section iframe,
  .video-section object,
  .video-section embed {
    width: 100% !important;
    height: auto;
  }
}
