@font-face {
  font-family: 'Barlow Condensed';
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: local('Barlow Condensed Italic'), local('BarlowCondensed-Italic'), url(/fonts/BarlowCondensed-Italic-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: local('Barlow Condensed Light'), local('BarlowCondensed-Light'), url(/fonts/BarlowCondensed-Light-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: local('Barlow Condensed Regular'), local('BarlowCondensed-Regular'), url(/fonts/BarlowCondensed-Regular-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: local('Barlow Condensed SemiBold'), local('BarlowCondensed-SemiBold'), url(/fonts/BarlowCondensed-SemiBold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: local('Barlow Condensed Bold'), local('BarlowCondensed-Bold'), url(/fonts/BarlowCondensed-Bold-webfont.woff) format('woff');
}
@font-face {
  font-family: 'FontAwesome';
  src:  url('/fonts/fontawesome-custom.eot?dv79k6');
  src:  url('/fonts/fontawesome-custom.eot?dv79k6#iefix') format('embedded-opentype'),
    url('/fonts/fontawesome-custom.ttf?dv79k6') format('truetype'),
    url('/fonts/fontawesome-custom.woff?dv79k6') format('woff'),
    url('/fonts/fontawesome-custom.svg?dv79k6#fontawesome-custom') format('svg');
  font-display: block;
  font-weight: normal;
  font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
  font-family: 'FontAwesome' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align:middle;
}

.fa-close:before {
  content: "\e902";
}
.fa-bars:before {
  content: "\e900";
}
.fa-caret-down:before {
  content: "\e901";
}

.navbar-brand{
  font-family:FontAwesome;
}

body {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 17px;
  color: #ffffff;
  line-height: 1.3;
  background: #000000;
  white-space: normal;
  word-wrap: break-word;
}

.container {
  width: 100%;
  max-width: 970px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow Condensed', sans-serif;
  margin: 0;
}

button.navbar-toggler {
  display: none;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: #d7c67f;
}

header {
  border-bottom: 1px solid #505050;
}

body.large_header header{
  border:none;
  background:rgba(0, 0, 0, 0.7);
}

.navbar {
  border-radius: 0;
  height: auto;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
}

.navbar-brand {
  float: none;
  height: auto;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

a.navbar-brand {
  display: block;
  padding: 24px 0 24px;
}

header .navbar div#navbarResponsive, header .navbar .col-sm-9.col-md-9{
  padding-left:0;
}

ul.navbar-nav.main-menu {
  padding-top: 24px;
  float:right;
  text-align:right;
  padding-left:0;
}

ul.navbar-nav.main-menu>li {
  display: inline-block;
  color: #fefefe;
  font-size: 20px;
  position: relative;
  margin: 0 1px;
  padding: 0 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.navbar-nav.main-menu>li>a {
  display: block;
  color: #ffffff;
  font-size: 25px;
  position: relative;
  font-weight: 300;
  padding: 8px 0px;
  overflow: hidden;
  line-height: 49px;
}

ul.navbar-nav.main-menu>li>a::before {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 8px 0px;
  max-width: 0px;
  color: #d7c67f;
  content: attr(data-hover);
  -webkit-transition: max-width 0.5s;
  -moz-transition: max-width 0.5s;
  transition: max-width 0.5s;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: no-wrap;
  box-sizing: none;
}

ul.navbar-nav.main-menu>li>a:hover::before,
ul.navbar-nav.main-menu>li>a:focus::before {
  max-width: 100%;
  padding: 8px 0px;
}

ul.navbar-nav.main-menu>li.active a,
ul.navbar-nav.main-menu>li.active a:before {
  max-width: 100%;
  padding: 8px 0px;
  font-weight: 600;
}

ul.navbar-nav.main-menu>li:last-child {
  background: #61838A;
  border-radius: 2px;
  margin-left: 16px;
  margin-top: 13px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding:0;
}

ul.navbar-nav.main-menu>li:last-child a{
 color: #ffffff;
}

ul.navbar-nav.main-menu>li:last-child:hover {
  background: #d7c67f;
}

ul.navbar-nav.main-menu>li:last-child:hover a{
 color: #ffffff;
}

ul.navbar-nav.main-menu>li:last-child a:before {
  display: none;
}

ul.navbar-nav.main-menu>li:last-child>a {
  font-weight: 600;
  line-height: 23px;
  padding:8px 16px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
  font-weight: 700;
}

.dropdown-menu>.active>a:hover {
  color: #d7c67f;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.navbar-nav>li.dropdown:hover>.dropdown-menu {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.dropdown-menu {
  background: #000000;
  border: 1px solid #ffffff;
  border-radius: 0;
  left:50%;
  transform:translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu:before {
  content: "\e901";
  display: block;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  line-height: 18px;
  font-family: FontAwesome;
}

ul.dropdown-menu>li {
  text-align: center;
  display: block;
}

ul.dropdown-menu>li a {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #fefefe;
  line-height: 22px;
  text-transform:uppercase;
}

ul.dropdown-menu>li a:focus,
ul.dropdown-menu>li a:active,
ul.dropdown-menu>li a:hover {
  background: none;
  color: #d7c67f;
}

ul.dropdown-menu>li:active,
ul.dropdown-menu>li:focus,
ul.dropdown-menu>li:hover {
  background: none;
}

body.large_header .page-content {
  margin-top: 120px;
}


.home-slider {
  min-height: 450px;
  border-bottom: 1px solid #505050;
  background: #232323;
}

body.large_header .home-slider {
  min-height: 510px;
  border:none;
  background:none;
}

section.page-content, section.TicketTable, section.Presse-Section{
  margin-top: 70px;
}

.home h1,
.single-page h1,
.home h2,
.single-page h2 {
  font-size: 30px;
  font-weight: 300;
  color: #d7c67f;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 24px;
}

.home h3,
.single-page h3,
.home.h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  text-transform: uppercase;
}

.home p,
.single-page p {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 24px;
}

.single-page a{
color:#61838A;
}

.single-page a:hover, .single-page a:active{
color:#d7c67f;
}

footer, .musicals {
  border-top: 1px solid #505050;
}

footer {
  padding: 20px 0;
  margin-top: 60px;
}

ul.footer-links {
  text-align: left;
  margin: 0;
  padding:0;
}

ul.footer-links li {
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  color: #888d90;
  line-height: 16px;
  border-right: 1px solid #888d90;
  padding-right: 6px;
  margin-right: 2px;
}

ul.footer-links, footer p {
  text-align:center;
}

ul.footer-links li:last-child {
  border:none;
  padding:0;
  margin:0;
}

ul.footer-links li a {
  color: #888d90;
  line-height: 16px;
  display: block;
}

ul.footer-links li a:hover {
  color: #d7c67f;
}

.sidebar {
  position:sticky;
  position:-webkit-sticky;
  position:-moz-sticky;
  position:-o-sticky;
  top:15px;
}

.sidebar.js-is-stuck{
  right:0;
  top:auto;
}

.sidebar.left.js-is-stuck{
  right:auto;
  left:0;
}

.sidebar.js-is-sticky{
  left:50%;
  transform:translateX(100%);
}

.sidebar.left.js-is-sticky{
  left:auto;
  right:50%;
  transform:translateX(-100%);
}

.js-stickybit-parent{
  position:relative;
}

.sidebar-content aside.news-list > div, .sidebar-content aside .news-widget, .sidebar-content aside.fb-cover, .sidebar-content aside.widget-sorting, .sidebar-content aside.login-widget, .sidebar-content aside.banner_box, .press-content aside {
  border: 1px solid #232323;
  padding: 0;
  position: relative;
}

.news-widget a{
  background: #151515;
}

.news-widget a:hover{
  background: #232323;
}

aside.banner_box{
  margin-top:25px;
}

aside.banner_box:first-child{
  margin-top:0;
}

aside.banner_box img{
  width:100%;
}

aside.banner_box a img{
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

aside.banner_box a:hover img{
  opacity:0.6;
}

select.subnav{
  margin-top:-44px;
  float:left;
  width:270px;
  margin-bottom:40px;
  max-width:100%;
}

.press-content aside{
  width:48%;
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.sidebar-content.wide aside:last-child{
  margin-right:0;
}

.New-Carousel img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.New-Carousel button.slick-prev.slick-arrow,
.New-Carousel button.slick-next.slick-arrow {
  display: none!important;
}

.New-Carousel ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: -41px;
  z-index: 99;
  left: 10px;
}

.New-Carousel ul.slick-dots li {
  display: inline-block;
  vertical-align: top;
  text-indent: -9999px;
  width: 11px;
  height: 11px;
  background: #4d4d4d;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.New-Carousel ul.slick-dots li.slick-active,
.New-Carousel ul.slick-dots li:hover {
  background: #61838A;
}

p.link-all {
  text-align: right !important;
  margin: 0;
  padding-top: 8px;
  padding-right: 10px;
  margin-top: 3px;
}

.home p.link-all {
  padding-right: 0px;
}

p.link-all a {
  text-align: right;
  font-size: 18px;
  font-weight: 600;
  color: #d7c67f;
}

p.link-all a:hover {
  color: #ffffff;
}

.newpost {
  padding: 13px 15px;
}

.sidebar-content p.news-summary {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 18px;
  color: #888d90;
}

.sidebar-content p.news-date {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #888d90;
}

.sidebar-content .news-list-title {
  margin-top: 56px;
  margin-bottom: 10px;
  font-size:30px;
}

.sidebar-content .news-list-title:first-child{
  margin-top:0;
}

.newpost h3 {
  color: #fefefe;
  font-weight: 600;
  line-height: 20px;
  font-size: 21px;
  margin-top: 8px;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #fefefe;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.new-item:hover h3 {
  color: #d7c67f;
}

.new-item:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.media-slider .carousel-control {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: calc(50% - 50px);
  opacity: 1;
  transform: translateY(-50%);
  background: transparent;
}

.media-slider .carousel-control svg path{
  fill:#61838A;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.media-slider .carousel-control svg:hover path{
  opacity:0.6;
}

.media-slider a.left.carousel-control {
  left: -101px;
}

.media-slider a.right.carousel-control {
  right: -101px;
}

.media-slider .item {
  text-align:center;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
  display:inline-block;
}

.media-slider ol.carousel-indicators.thumbnail-nav {
  position: relative;
  left: initial;
  margin: 0 4px 0 0;
  width: 100%;
  top: initial;
  text-align: left;
  bottom: initial;
  margin-top: 16px;
  display: block;
}

.media-slider .carousel-indicators li.active {
  width: 112px;
  height: 68px;
  margin: 0 6px 0 0;
  border: 1px solid #c9c9c9;
}

.media-slider .carousel-indicators li:hover {
  width: 112px;
  margin: 0 6px 0 0;
  border-color: #c9c9c9;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.media-slider .carousel-indicators li:hover img,
.media-slider .carousel-indicators li.active img {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.media-slider .carousel-indicators li {
  display: inline-block;
  width: 111px;
  height: 68px;
  margin: 0 6px 0 0;
  text-indent: unset;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #232323;
  border-radius: 0;
  vertical-align: top;
  overflow: hidden;
  margin-bottom:5px;
  text-align:center;
}

.media-slider .carousel-indicators li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.media-slider .carousel-indicators li:last-child {
  margin-right: 0;
}

ul.social-links {
  padding: 0;
  text-align: center;
}


/* ul.social-links li a{
        display:block;
        filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
} */

ul.social-links li a {
  display: block;
  width: 37px;
  height: 37px;
  background: url(/images/social-icons.png)no-repeat 0 -2px;
  text-indent: -9999px;
}

ul.social-links li.facebook a {
  background-position: 0 -2;
}

ul.social-links li.vimeo a {
  background-position: -61px -1px;
}

ul.social-links li.youtube a {
  background-position: -121px -1px;
}

ul.social-links li.instagram a {
  background-position: -179px -1px;
}

ul.social-links li.facebook a:hover {
  background-position: 0 -47px;
}

ul.social-links li.vimeo a:hover {
  background-position: -61px -47px;
}

ul.social-links li.youtube a:hover {
  background-position: -121px -47px;
}

ul.social-links li.instagram a:hover {
  background-position: -179px -47px;
}

ul.social-links li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}

ul.social-links li a:hover {
  filter: unset;
  /* IE6-9 */
  -webkit-filter: unset;
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: unset;
}

ol.carousel-indicators.thumbnail-nav {
  font-size: 0;
}

section.media-content, section.video-content {
  padding: 65px 0;
}

section.media-content.middle, section.video-content.middle {
  background: #151515;
}

section.media-content h2, section.video-content h2{
  margin-bottom:25px;
}

section.media-content h2.special{
  font-size:38px;
  color:#61838A
}

section.media-content h3.special{
  font-size:30px;
}

section.video-content img, section.media-content .embed-container img{
  width:100%;
  display:inline-block;
}

.heading55, .CastMemberList h1, .CreativeTeam h1, .Template1 h1, .Template2 h1 {
  font-size: 55px;
  font-weight: 700;
  color: #d7c67f;
  line-height: 50px;
}

.TicketTable h1.heading55{
  margin-top:60px;
}

.TicketTable h1.heading55:first-child{
  margin-top:0;
}

.TicketTable p{
  padding:10px 0;
}

.TicketTable .banner{
  width:100%;
  margin-top:60px;
}

.TicketTable .banner img{
  max-width:100%;
  width:100%;
}

.breadcrums-text {
  font-size: 36px;
  line-height:40px;
  font-weight: 300;
  margin-bottom: 50px;
}

.breadcrums-text a{
  color:#61838A;
}

.breadcrums-text a:hover, .breadcrums-text a:active{
  color:#d7c67f;
}

.video-content .breadcrums-text{
  margin-bottom:0;
}

.CastMemberList .breadcrums-text, .CreativeTeam .breadcrums-text, .Template1 .breadcrums-text, .Template2 .breadcrums-text {
  margin-bottom: 40px;
}

.CastMemberList img.banner, .CreativeTeam img.banner, .Template1 img.banner, .Template2 img.banner {
  max-width:100%;
}

.video-wrapper {
  width: 560px;
}

.embed-container a span.holder{
  position:absolute;
  bottom:50px;
  width:100%;
  height:auto;
  text-align:center;
  display:block;
}

.embed-container a span.holder span{
  display:inline-block;
  background:#fff;
  color:#000;
  padding:7px 12px 10px;
  font-size:22px;
  font-weight:bold;
  text-transform:uppercase;
  max-width:95%;
}

.embed-container a svg{
  width:100px;
  height:100px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-50px;
  margin-left:-50px;
}

.embed-container a svg polygon, .embed-container a svg path{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  fill:#ffffff;
}
.embed-container a:hover svg polygon, .embed-container a:hover svg path {
  fill:#d7c67f;
}

div.border-line {
  border: 1px solid #232323;
  margin: 0;
  overflow: hidden;
}

.borderimg img {
  width: 100%;
  transform: scale(1);
  -webkit-transform: scale(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul.social-links {
  padding: 0;
  text-align: center;
  margin: 25px 0 50px;
}

.img-effect1 {
  background: #ffffff;
}

.img-effect1:hover img {
  opacity: 0.7;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

.news-list ul li {
  display: block;
  background: #151515;
  padding: 4px 10px;
  line-height: 24px;
  border-bottom: 1px solid #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.news-list ul li a {
  display: block;
}

.news-list ul li:hover {
  background: #232323;
}

.news-list ul li:hover a span:nth-child(1) {
  color: #d7c67f;
}

.news-list ul li:last-child {
  border-bottom: none;
}

.news-list ul li span {
  display: block;
}

.news-list ul li a span:nth-child(1) {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  color: #61838A;
}

.news-list ul li a span:nth-child(2) {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fefefe;
}

.news-list ul li span:nth-child(2) strong {
  font-weight: 600;
}

.impress-text p {
  margin-bottom: 20px;
}

.impress-text p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}

.impress-text h5 {
  font-size: 25px;
  color: #61838A;
  font-weight: 300;
}

.impress-text h1 {
  font-size: 40px;
  font-weight: 300;
  color: #d7c67f;
  margin-bottom: 22px;
}

section.gray-section>div,
div.gray-section>div {
  background: #151515;
  margin: 55px auto 40px;
  padding: 20px 15px;
}

.impress-block p {
  color: #888d90;
  font-size: 17px;
}

.impress-block.iblock1 img {
  margin-bottom: 22px;
  max-width: 191px;
}

.impress-block.iblock2 p a {
  color: #888d90;
  text-decoration: none;
}

.iblock3 h1 {
  font-size: 40px;
  font-weight: 300;
  color: #d7c67f;
  margin-bottom: 20px;
}

.iblock3 h2 {
  font-size: 30px;
  font-weight: 300;
  color: #d7c67f;
  margin-bottom: 20px;
}

.iblock1 p,
.iblock3 p {
  font-size: 20px;
  color: #fefefe;
  font-weight: 300;
  margin-bottom: 24px;
}

.iblock3 p:last-child,
.iblock2 p:last-child,
.iblock1 p:last-child {
  margin-bottom: 0;
}

.impress-block .iblock2 p {
  margin-bottom: 22px;
}

.impress-block p a {
  color: #61838A;
  text-decoration: underline;
}

.impress-block p a:hover {
  color: #d7c67f;
}

.download-link a {
  color: #61838A;
  font-size: 17px;
}

.download-link a:hover {
  color: #d7c67f;
}

p.download-link.posright {
  position: absolute;
  right: 15px;
  bottom: 13px;
  z-index: 99999;
}

.CastMemberList .cast-row>div, .CreativeTeam .cast-row>div, .Template1 .cast-row>div {
  display: inline-block;
  width: 18.5%;
  margin-right: 12px;
  text-align: center;
  vertical-align: top;
  margin-bottom: 50px;
}

.CastMemberList .cast-row>div:nth-child(5n), .CreativeTeam .cast-row>div:nth-child(5n), .Template1 .cast-row>div:nth-child(5n) {
  margin-right: 0;
}

.CastMemberList .cast-row, .CreativeTeam .cast-row, .Template1 .cast-row {
  text-align: center;
}

.cast-member:hover a {
  opacity: 0.5;
}

.CastMemberList .cast-row>div:hover h3 a, .CreativeTeam .cast-row>div:hover h3 a, .Template1 .cast-row>div:hover h3 a {
  color: #ffffff;
}

.CastMemberList .cast-row>div a, .CreativeTeam .cast-row>div a, .Template1 .cast-row>div a {
  display: block;
}

.CastMemberList .cast-row>div img, .CreativeTeam .cast-row>div img, .Template1 .cast-row>div img {
  width: 100%;
  max-width: 180px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cast-pic {
  border: 1px solid #232323;
}

.CastMemberList .cast-row>div h3, .CreativeTeam .cast-row>div h3, .Template1 .cast-row>div h3 {
  margin-top: 10px;
  line-height: 22px;
}

.CastMemberList .cast-row>div h3, .CastMemberList .cast-row>div h3 a, .CreativeTeam .cast-row>div h3, .CreativeTeam .cast-row>div h3 a, .Template1 .cast-row>div h3, .Template1 .cast-row>div h3 a {
  color: #d7c67f;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.CastMemberList .cast-row>div a h3 span, .CreativeTeam .cast-row>div a h3 span, .Template1 .cast-row>div h3 a span {
  display: block;
  color: #d7c67f;
  font-size: 18px;
  font-weight: 300;
}

.CastMemberList, .CreativeTeam, .Template1, .Template2 {
  padding-top: 50px;
}

.castimg-big {
  float: left;
  margin-right: 18px;
  width: 30%;
}

.castimg-big img {
  width: 100%;
  max-width: 400;
}

.castinfo {
  float: left;
  width: 68%;
}

.castinfo.wide{
  width:100%;
}

.castinfo h3 {
  font-size: 40px;
  color: #61838A;
  font-weight: 700;
  text-transform: uppercase;
}

.castinfo span {
  display: block;
  font-weight: 300;
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
}

.castinfo p, .castinfo ul, .castinfo li {
  font-size: 20px;
  font-weight: 300;
  color: #000000;
}

.castinfo p, .castinfo ul{
  margin-bottom: 20px;
}

.castinfo a {
  color: #61838A;
}

.castinfo a:hover {
  color: #d7c67f;
}

.page .fancybox-nav {
  width: 30px;
  background-color: transparent;
}

.page .fancybox-nav span {
  width: 38px;
  height: 70px;
}

.page .fancybox-prev {
  left: -80px;
}

.page .fancybox-prev span {
  background: transparent url(/images/arrow-left.png)no-repeat center center;
  left: 0;
}

.page .fancybox-next {
  right: -80px;
}

.page .fancybox-next span {
  background: transparent url(/images/arrow-right.png)no-repeat center center;
  right: 0;
}

.page .fancybox-nav span,
.page .fancybox-nav:hover span {
  visibility: visible!important;
  margin-top: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.page .fancybox-nav:hover span {
  opacity: 0.5;
}

.page .fancybox-close:hover {
  background-color: #d7c67f;
}

.page .fancybox-close {
  top: 13px;
  right: 15px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  z-index: 8040;
  background: #fff url(/images/close.png)no-repeat center center;
}

.page.home-page .fancybox-close{
  top:-25px;
  right:-25px;
}

.page .fancybox-opened .fancybox-skin {
  border-radius: 1px;
}

.Team-list {
  padding: 0;
  list-style-type: none;
  text-align: center;
  margin: 0;
}

.Team-list li {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-bottom: 40px;
}

.Team-list li, .Team-list a{
  font-size: 20px;
  color: #d7c67f;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22px;
}

.Team-list li span, .Team-list li a span {
  display: block;
  font-size: 18px;
  color: #fefefe;
  font-weight: 300;
  text-transform: none;
}

.Team-list a:hover{
  opacity:0.5;
}

.KreativeTeam.gray-section>div {
  padding-top: 43px;
  padding-bottom: 33px;
  margin-top: 0;
}

.KreativeTeam.gray-section>div .heading55 {
  margin-bottom: 65px;
}


/* DivTable.com */

.divTable {
  display: table;
  width: 100%;
}

.divTableRow {
  display: table-row;
  background: #151515;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.divTableRow:hover {
  background: #232323;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  border-bottom: 3px solid #000000;
  display: table-cell;
  padding: 3px 10px;
  height: 65px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.divTableRow .divTableCell:nth-of-type(1) {
  width: 150px;
}

.divTableCell i {
  font-size: 18px;
  font-weight: 300;
  color: #fefefe;
  font-style: normal;
}

.divTableRow>div:first-child span.ticket-date {
  float: left;
  display: block;
  margin:5px 10px 0 0;
  width: 44px;
}

.divTableRow>div:first-child span.ticket-date span {
  font-size: 50px;
  font-weight: 600;
  color: #d7c67f;
  line-height: 34px;
  display: inline-block;
  width: 50%;
  text-align: center;
}

.divTableRow>div:first-child {
  padding-left: 18px;
}

.divTableRow>div:first-child span {
  font-size: 21px;
  color: #d7c67f;
  font-weight: 600;
  line-height: 18px;
  text-transform:uppercase;
}

.divTableRow>div:first-child span i {
  font-size: 18px;
  font-weight: 300;
  color: #fefefe;
  font-style: normal;
  display: block;
  text-transform:none;
}

.divTableRow>div:nth-child(2) {
  background: url(/images/td-line.png)no-repeat left center;
  padding-left: 30px;
  width:260px;
}

.divTableRow>div:nth-child(3) {
  background: url(/images/td-line.png)no-repeat left center, url(/images/td-line.png)no-repeat right center;
  text-align: center;
  width:45px;
}

.divTableRow>div:nth-child(4),
.divTableRow>div:nth-child(5){
  text-align: center;
}

.divTableRow>div:nth-child(5){
  width:145px;
  text-align:right;
}

.divTableCell p {
  font-size: 21px;
  color: #d7c67f;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 21px;
}

.divTableCell p i {
  font-size: 18px;
  font-weight: 300;
  color: #fefefe;
  font-style: normal;
  display: block;
}

a.Btn-ticket, a.vip {
  display:inline-block;
  vertical-align:middle;
  background: #61838A;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  padding: 5px 0;
  border-radius: 4px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.Btn-ticket:hover, a.Btn-ticket:active {
  background: #d7c67f;
}

a.Btn-ticket.button2{
  background: #d7c67f;
}

a.Btn-ticket.button2:hover, a.Btn-ticket.button2:active {
  background: #61838A;
}

a.vip {
  margin-right:5px;
  width:35px;
  background:none;
  padding:0;
}

a.vip svg{
  width:100%;
}

a.vip svg g{
  fill: #61838A;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.vip:hover svg g, a.vip:active svg g{
  fill: #d7c67f;
}

a.link{
  color: #61838A
}

a.link:hover, a.link:active{
  color: #d7c67f
}

#VIPTicketInfo .castinfo{
width:100%;
}

h2.heading30 {
  font-size: 30px;
  font-weight: 600;
  margin: 40px 0 20px 15px;
}

aside.fb-cover {
  height: 300px;
  text-align: center;
  margin-top: 60px;
  background:#3b5998;
}

aside.fb-cover:first-child{
  margin-top:0;
}

.fb-cover-content{
  padding:8px;
}

.fb-cover-content h3 {
  font-weight: 700;
  font-size: 35px;
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 35px;
}

.fb-cover-content p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 21px;
  padding: 0 11px;
  margin-bottom: 30px;
  text-align:center !important;
}

a.followBtn {
  display: inline-block;
  vertical-align: text-bottom;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 155px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border-radius: 4px;
  color: #3b5998;
}

a.followBtn:hover {
  background: #d7c67f;
}

.PresseList {
  padding: 0;
}

.PresseList figure {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 21px;
  margin-bottom: 20px;
}

.PresseList figure:nth-child(3n) {
  margin-right: 0px;
}

.PresseList figcaption,
.PresseList figure a {
  display: block;
  color: #61838A;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-top:7px;
}

.PresseList figure a {
  height: 163px;
  overflow: hidden;
}

.PresseList figcaption span {
  font-size: 18px;
  color: #fefefe;
  font-weight: 300;
  display: block;
}

.PresseList figure a>img {
  width: 100%;
  border: 1px solid #232323;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.PresseList figure a:hover>img {
  opacity: 0.7;
}

section.Presse-Section .heading55 {
  margin-bottom: 42px;
  text-transform: uppercase;
}

.press_image_big img {
  width: 100%;
}

.page .fancybox-title {
  margin-top: 40px;
}

.page .fancybox-title-float-wrap {
  margin-bottom: -92px;
}

.pswp__caption__center {
  background: transparent!important;
  font-size: 36px!important;
  text-transform: uppercase;
  color: #61838A!important;
  font-weight: 600;
  line-height: 32px!important;
  font-family: 'Barlow Condensed', sans-serif;
}

.pswp__caption__center {
  text-align: center!important;
}

.pswp__caption__center span {
  font-size: 24px;
  font-weight: 300;
  color: #fefefe;
  display: block;
  font-style: normal;
}

.sidebar-content aside.login-widget {
  height: 379px;
  margin-bottom: 25px;
  padding: 13px;
}

.press-contact-widget h3,
.login-widget h3 {
  font-weight: 700;
  font-size: 34px;
  color: #ffffff;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 0px;
}

.press-contact-widget h3 span{
 font-size:24px;
 color:#d7c67f;
 line-height:28px;
}

aside.press-contact-widget {
  background: #151515;
  color: #fefefe;
  margin-bottom:25px;
  padding: 13px;
}

aside.press-contact-widget:last-child{
  margin:0;
}

aside.press-contact-widget p {
  font-size: 17px;
  margin-bottom: 20px;
}

aside.press-contact-widget p:last-child {
  margin-bottom: 4px;
}

aside.press-contact-widget p span {
  color: #d7c67f;
  font-weight: 600;
}

aside.press-contact-widget p a {
  color: #fefefe;
  text-decoration: underline;
}

aside.press-contact-widget p a:hover {
  color: #d7c67f;
}

.login-widget h3 span {
  font-weight: 300;
  font-size: 35px;
  color: #ffffff;
  line-height: 34px;
  display: block;
}

input[type="text"],
input[type="password"],
select,
textarea {
  width: 100%;
  border-radius: 2px;
  border: 1px solid #888d90;
  height: 35px;
  padding-left: 9px;
  color: #333;
  font-weight: 400;
  font-size: 17px;
}

textarea {
  height: 100px;
}

input[type="submit"] {
  width: 142px;
  border-radius: 2px;
  border: none;
  height: 35px;
  padding-left: 9px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  background: #61838A;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="submit"]:hover {
  background: #d7c67f;
  color: #ffffff;
}

button.navbar-toggler {
  position: absolute;
  top: 14px;
  right: 15px;
  z-index: 99999;
  background: #d7c67f;
  border: none;
  height: 35px;
  width: 40px;
  border-radius: 2px;
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  padding: 0;
  line-height: 35px;
  color:#d7c67f;
}

button.navbar-toggler .fa-close {
  display: none;
}

button.navbar-toggler.navclose .fa-close {
  display: inline-block;
}

button.navbar-toggler.navclose .fa-bars {
  display: none;
}

.login-widget-content>p {
  margin-bottom: 29px;
  font-size: 17px;
}

.media-content h3, .video-content h3{
  margin:40px 0 10px;
}

.ReviewComments>div {
  padding: 15px;
}

.ReviewComments div>p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}

.ReviewComments div>p:last-child {
  color: #61838A;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
}

.ReviewComments div>p span{
  font-style:italic;
  color: #ffffff;
}

.ReviewComments {
  margin-top: 50px;
}

button.pswp__button.pswp__button--arrow--left:before {
  background: url(/images/arrow-left.png)no-repeat center center!important;
  width: 38px!important;
  height: 70px!important;
}

button.pswp__button.pswp__button--arrow--right:before {
  background: url(/images/arrow-right.png)no-repeat center center!important;
  width: 38px!important;
  height: 70px!important;
}

button.pswp__button.pswp__button--arrow--left {
  left: 5%!important;
}

button.pswp__button.pswp__button--arrow--right {
  right: 5%!important;
}

p.headelinks {
  margin: 0;
  position: absolute;
  right: 16px;
  top: 14px;
  font-size: 30px;
}

.widget-sorting input[type="checkbox"] {
  position: absolute;
  right: 0;
  right: 9px;
  top: 7px;
  opacity: 0;
  z-index: 999999;
  cursor: pointer;
}

.widget-sorting input[type="checkbox"]+label:after {
  display: inline-block;
  margin: 0 5px;
  border: none;
  border-radius: 5px;
  width: 17px;
  height: 17px;
  font: 900 2.6em/.7 monospace;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  color: #888d90;
  content: "\a0";
  right: 4px;
  position: absolute;
  top: 8px;
  cursor: pointer;
  background: transparent url(/images/checkbox.png)no-repeat left 2px;
}

.widget-sorting input[type="checkbox"]:checked+label::after {
  content: "\a0";
  color: #61838A;
  font-size: 15px;
  background: transparent url(/images/checkbox.png)no-repeat left -30px;
}

.widget-sorting li:hover label::after {
  background: #ffffff;
}

label,
.widget-sorting li a {
  display: inline-block;
  font-weight: 600!important;
  max-width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
  line-height: 15px;
  color: #fefefe;
}

form ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

form ul li {
  border-bottom: 2px solid #000000;
  background: #151515;
  display: block;
  padding: 4px 10px 8px 10px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 23px;
}

form ul li:hover {
  background: #525556;
}

form ul li img {
  margin-right: 10px;
  vertical-align: middle;
}

form ul li:last-child {
  border-bottom: none;
}

form ul li.button {
  background: #61838A;
  text-align: center;
  display: none;
  cursor: pointer;
}

form ul li.button:hover,
form ul li.button:active {
  background: #d7c67f;
}

h2.heading3 {
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 40px;
}

h2.heading3 span {
  color: #61838A;
  font-weight: 600;
}

.pressmediainfo{
  float:right;
}

.pressmediainfo .column-3 {
  border-bottom: 1px solid #232323;
  padding-bottom: 10px;
  margin-bottom: 34px;
}

.pressmediainfo h3{
margin-bottom:15px;
}

.column-3>div {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 21px;
  margin-bottom: 28px;
}

.column-3>div>a {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.imgbox {
  overflow: hidden;
}

.column-3>div>a:hover h5 {
  color: #ffffff;
}

.column-3>div>a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.column-3>div>a:hover img {
  transform: scale(1.1);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.column-3>div:nth-child(3n) {
  margin-right: 0px;
}

.imgbox {
  border: 1px solid #232323;
  margin-bottom: 5px;
  text-align: center;
  background: #333;
  height: 162px;
  height: calc(width * 0.757);
  height: -moz-calc(width * 0.757);
  height: -webkit-calc(width * 0.757);
  height: -o-calc(width * 0.757);
  height: -ms-calc(width * 0.757);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.imgbox img {
  max-width: 100%;
}

.imgbox:hover {
  opacity: 0.7;
}

.pressmediainfo .column-3 h5 {
  color: #d7c67f;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pressmediainfo .column-3 h5 {
  color: #d7c67f;
  font-size: 18px;
  font-weight: 600;
}

.pressmediainfo .column-3 p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}

.pressmediainfo .column-3 p.credit-copyright {
  color: #888d90;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 12px;
}

.pressmediainfo .column-3 a p span {
  color: #61838A!important;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
  padding-left: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pressmediainfo .column-3 a:hover p span {
  color: #d7c67f!important;
}

.column-3.files-list .filecontent {
  width: 136px;
}

.column-3 .file-icon {
  width: 73px;
}

.column-3 .file-icon img{
width:100%;
}

.column-3 .file-icon,
.column-3 .filecontent {
  display: inline-block;
  vertical-align: top;
}

.pressmediainfo .column-3 h5 {
  color: #d7c67f;
  font-size: 18px;
  font-weight: 600;
}

.pressmediainfo .column-3 a {
  color: #d7c67f;
}

.pressmediainfo .column-3 a:hover h5 {
  color: #ffffff;
}

.filecontent h5 {
  min-height: 50px;
}

p.file-info i {
  font-style: normal;
  padding: 0 2px;
}

h2.heading3 i {
  font-style: normal;
  padding: 0 6px;
}

.column-3.files-list.last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

aside.widget-sorting {
  margin-bottom: 20px;
}

.popup-content h3 {
  color: #61838A;
  font-size: 40px;
  font-weight: 700;
}

.popup-content {
  padding: 10px 20px 0px 20px;
}

.popup-content h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 35px;
}

.popup-content p {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}

.popup-content p b {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}

.popup-content p a {
  color: #61838A;
  text-decoration: underline;
}

.popup-content p a:hover {
  color: #d7c67f;
}

.mh40 {
  min-height: 45px;
}

.navbar-toggler.navclose {
  line-height: 16px;
}

.pswp__share-tooltip>a {
  display: none!important;
}

.pswp__share-tooltip>a.pswp__share--download {
  display: block!important;
}

.pswp__container {
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.MediaGallery>div>div>div {
  margin-right: 15px;
  border: 1px solid #232323;
  width: 220px;
}

.MediaGallery>div>div>div a:focus,
.MediaGallery>div>div>div a:active,
.MediaGallery>div>div>div a {
  color: transparent;
  text-decoration: none;
  display: block;
  background: #ffffff;
  overflow: hidden;
}

.MediaGallery>div>div>div img:focus,
.MediaGallery>div>div>div img:active,
.MediaGallery>div>div>div img {
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.MediaGallery>div>div>div:hover img {
  opacity: 0.7;
}

.MediaGallery button {
  display: none!important;
}

div#kteam {
  height: 60px;
}

.MediaGallery .slick-list.draggable {
  margin-right: -10px;
  margin-left: 0px;
}

#download1 {
  background: url(default-skin.png) 0 0 no-repeat!important;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
  background-position: -44px -44px!important;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -9999px;
}

.error-page .container {
  margin-top: 60px;
}

.pagination {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #bfbfbf;
  padding-top: 20px;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}

.pagination ul li {
  float: left;
  text-align: center;
  line-height: 40px;
  padding: 0 12px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.pagination ul li a {
  color: #656565;
  text-decoration: none;
  background: #ececec;
  display: block;
  text-align: center;
  width: 40px;
}

.pagination ul li.active a[href],
.pagination ul li a[href]:hover {
  background: #434343;
  color: #fff;
  display: block;
}

.pagination ul li.next-last a,
.pagination ul li.next a,
.pagination ul li.previous-first a,
.pagination ul li.previous a {
  font-size: 30px;
  padding-bottom: 5px;
  line-height: 35px;
}

.pagination ul li.next-last,
.pagination ul li.next,
.pagination ul li.previous-first,
.pagination ul li.previous {
  padding: 0 5px;
}

.pagination ul li.next-last {
  margin-left: 23px;
}

.pagination ul li.previous {
  margin-right: 23px;
}

.news-section {
  margin-top: 40px;
}

.news-section .news-block ul,
.news-section .news-block ol {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 10px;
}

.news-section .news-block ol {
  list-style: decimal;
}

.news-section .news-block img {
  max-width: 100%;
  display: inline-block;
}

.news-section .news-block a img {
  -webkit-transition: .3s -webkit-filter linear !important;
  -moz-transition: .3s -moz-filter linear !important;
  -moz-transition: .3s filter linear !important;
  -ms-transition: .3s -ms-filter linear !important;
  -o-transition: .3s -o-filter linear !important;
  transition: .3s filter linear, .3s -webkit-filter linear !important;
}

.news-section .news-block a:hover img {
  filter: grayscale(60%);
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: alpha(opacity=50);
}

.news-section .news-block {
  margin-bottom: 40px;
}

.news-section .news-block h2 {
  font-weight: 800;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 15px;
  margin-top: 20px;
}

.news-section .news-block h2 a {
  color: #434343
}

.news-section .news-block h2 a:hover,
.news-section .news-block a {
  color: #e30613;
}

.news-section .news-block ul,
.news-section .news-block ol {
  margin-top: 35px;
}

.news-section .news-block a:hover {
  color: #000;
}

.news-section .time {
  color: #8e8e8e;
  font-size: 15px;
  font-weight: 600;
  float: left;
  line-height: 20px;
}

.news-section .time em {
  padding-right: 5px;
  float: left;
  line-height: 23px;
}

.news-section .concert {
  color: #8e8e8e;
  font-size: 15px;
  font-weight: 500;
  float: right;
}

.news-section p {
  width: 100%;
  display: inline-block;
  margin-top: 25px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 20px;
}

.news-section .search {
  position: relative;
  margin-bottom: 35px;
}

.news-section .search .form-control {
  height: 40px;
  border: 1px solid #f5f3f1;
  padding: 0 30px 0 15px;
  text-transform: uppercase;
  width: 100%;
  background: #ececec;
  outline: none;
  color: #434343;
  font-size: 16px;
}

aside.search-filter{
  padding-top:7px;
}

aside.search-filter a, p.show-all a{
  color:#61838A;
}

aside.search-filter a:hover, aside.search-filter a:active, p.show-all a:hover, p.show-all a:active{
  color:#d7c67f;
}

p.show-all{
  margin-top:20px;
  text-align:right;
}

div.done {
  color: #fff !important;
  padding-left: 10px;
  border: 1px solid #7EE40E;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0 0 13px 0 !important;
  background-color: #7EE40E;
}

div.error {
  color: #fff !important;
  padding-left: 10px;
  border: 1px solid #e30613;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0 0 13px 0 !important;
  background-color: #e30613;
}

.tickets_info_box{
  width:425px;
  display:none;
}

.additional_dates{
  width:600px;
}

.additional_dates h1{
  margin-bottom:18px;
}

.tickets_info_box h1{
  font-size:32px;
  padding-right:45px;
}

.tickets_info_box table{
  margin:15px 0;
  width:100%;
}

.tickets_info_box td{
  font-size:19px;
  vertical-align:middle;
  padding:5px;
}

.tickets_info_box td:first-child{
  padding-left:0;
}

.tickets_info_box td:last-child{
  padding-right:0;
  text-align:right;
}

.tickets_info_box td a{
  color:#000;
}

.tickets_info_box td a:hover img{
  opacity:0.7;
}

.tickets_info_box td a span{
  color:#61838A;
  text-decoration:underline;
  font-weight:bold;
}

.tickets_info_box td a:hover{
  color:#61838A;
  text-decoration:underline;
}

.TicketTable div.info{
  width:100%;
  border:3px solid #ffffff;
  padding:10px;
  font-size:20px;
  margin-top:30px;
  text-align:center;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
}

.TicketTable .tour{
  margin-top:60px;
}

.TicketTable .tour:first-child{
  margin-top:0;
}

.TicketTable div.info h2{
  font-size:25px;
  text-transform:uppercase;
  font-weight:700;
}

.TicketTable div.info p{
  line-height:24px;
  margin-bottom:0;
  padding-bottom:0;
}

.languages{
  margin-bottom:-20px;
  z-index:999;
  position:relative;
}

.languages .spacer{
height:27px;
}

.languages .row{
  text-align:right;
  padding:5px 50px 0 15px;
}

.languages span{
  font-size:13px;
  margin-right:5px;
}

.languages a img{
  height:18px;
  -webkit-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -moz-transition: .3s all ease;
  -ms-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.languages a:hover img, .languages a:active img{
  opacity:0.7;
}


#pop_up {
     position: fixed;
     z-index: 99999;
     top: 0;
     left: 50%;
     transform: translate(-50%, 0);
     background-color: #ffffff;
     width: 1000px;
     margin: 0 auto;
}

#pop_up.unshow {
     visibility: hidden;
     opacity: 0;
}

#pop_up .close,
#pop_up .close_text {
     cursor: pointer;
}

#pop_up .close {
     position: absolute;
     top: 15px;
     right: 20px;
     font-size: 30px;
     font-weight: 200;
     color: #000;
     background-color: #fff;
     opacity: 0.6;
     transform:scale(1.5,1);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

#pop_up .close:hover {
     opacity: 1;
}

#pop_up .close_text {
     font-style: italic;
     color: #7e7e7e;
     position: relative;
     text-align: center;
     position: absolute;
     bottom: 25px;
     left: 50%;
     transform: translate(-50%, 0);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

#pop_up .close_text:hover{
     color:#000;
}

#pop_up .container {
     padding: 50px 75px 50px 75px;
}

#pop_up .title,
#pop_up .subtitle {
     color: #707070;
}

#pop_up .title {
     font-weight: bold;
     margin-bottom: 15px;
     font-size: 35px;
     letter-spacing: 0.5px;
}

#pop_up .subtitle {
     font-weight: 200;
     line-height: 35px;
}

#pop_up .subtitle:last-of-type {
     margin-bottom: 25px;
}

#pop_up .container {
     margin: 0 auto;
}

#pop_up .musical_next,
#pop_up .musical_prev {
     opacity: 0;
     visibility: hidden;
     width: 0;
     position: absolute;
     z-index: 1000;
     top: 50%;
     color: black;
}

#pop_up .musical_next {
     right: 0;
}

#pop_up .musical_prev {
     left: 0;
}

.musical_container {
     margin: 0 auto;
}

#pop_up .musical {
     width: 180px;
     float: left;
     color: #757575;
     display: block;
     cursor: pointer;
}

#pop_up .musical:hover .musical_img {
     opacity: 0.8;
}

#pop_up .musical:not(:first-of-type) {
     margin-left: 30px;
}

#pop_up .musical_link {
     outline: none;
     color: #757575;
}

#pop_up .musical_img {
     width: 100%;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     margin-bottom:10px;
}

#pop_up .musical_text {
     padding: 5px 0;
     font-size: 15px;
     line-height:19px;
     text-align: left;
     display:inline-block;
}

#pop_up .musical_tickets {
     background-color: #7d7d7d;
     color: #ffffff;
     width: 100%;
     display: block;
     text-align: center;
     border-radius: 3px;
     height: 50px;
     line-height: 50px;
     font-weight: 700;
     font-size: 15px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     margin-top:10px;
}

#pop_up .musical_link:hover .musical_tickets, #pop_up .musical_link:active .musical_tickets {
     background:#000;
}

#pop_up .musical_position {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translate(-50%, 0);
     visibility: hidden;
     opacity: 0;
     width: 0;
}

#pop_up .slick-dots {
     visibility: hidden;
     opacity: 0;
     width: 0;
}

.termine_text{
  margin-top:45px;
}

div.hidden_video{
     display:none;
     max-width:964px;
     max-height:528px;
}

.lity div.hidden_video{
     display:block;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
footer.no_margin{
  margin-top:0px;
}
.musicals {
  margin-top: 55px;
  padding: 30px 0 45px;
  background:rgba(0, 0, 0, 0.25);
}
.musicals .musical_slider_container {
  overflow: hidden;
}
.musicals .container {
  position: relative;
}
.musicals .musical_prev, .musicals .musical_next {
  position: absolute;
  top: 50%;
  cursor: pointer;
}
.musicals .musical_prev {
  left: -30px;
  transform: translateY(-50%) rotate(180deg);
}
.musicals .musical_next {
  right: -30px;
  transform: translateY(-50%);
}
.musicals .musical {
  width: 223px;
  height: 370px;
  padding: 4px;
  background-color: white;
  float:left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}
.musicals .musical img {
  width: 215px;
  height: 258.3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.musicals .musical:hover .musical_img {
  opacity: 0.8;
}
.musicals .musical:hover .musical_tickets {
  background:#313131;
}
.musicals .musical_tickets {
  background-color: #7d7d7d;
  color: #ffffff;
  width: 150px;
  display: block;
  text-align: center;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.musicals .musical_tickets:after {
  content: '';
  margin-left: 4px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px 3px 3px 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.musicals .musical_text {
  display:inline-block;
  width:100%;
  padding: 7px 5px;
  height: 95px;
  overflow-y: hidden;
}

.musicals .musical_title {
	font-size: 19px;
	line-height: 22px;
	padding: 5px 15px 0;
	margin: 0;
	font-weight: 800;
	color: #434343;
       -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.musicals a:hover .musical_title{
color:#d7c67f;
}

.musicals .musical_text strong, .musicals .musical_subtitle {
	line-height: 20px;
	padding: 0 0 0 15px;
	margin: 0;
	display: table;
	clear: left;
     color: #434343;
}

.musicals .musical_subtitle {
	letter-spacing: .5px;
}

.musicals .musical_position {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
  text-align: center;
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px;
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px;
	}
}

@media (max-width: 1200px) {
  .cast_info_box {
    width: 100%!important;
  }
  .castimg-big {
    width: 25%;
  }
  .musicals .musical_slider_container {
    width: 700px;
    margin: 0 auto;
  }
  .musicals .musical_prev {
    left: 50px;
  }
  .musicals .musical_next {
    right: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1290px) {
  .cast_info_box {
    width: 900px!important;
  }
}

@media (min-width: 1191px) and (max-width: 1199px) {
  .cast_info_box {
    width: 800px!important;
  }
}

@media (max-width 1024px) {
  .pagination .previous-first,
  .pagination .previous,
  .pagination .next,
  .pagination .next-last {
    display: none;
  }
}

@media (min-width: 1010px) and (max-width: 1190px) {
  .cast_info_box {
    width: 700px!important;
  }
}

@media (min-width: 970px) and (max-width: 1130px) {
  .media-slider a.right.carousel-control {
    right: 0;
    background: transparent;
  }
  .media-slider a.left.carousel-control {
    left: 0;
    background: transparent;
  }
}

@media (max-width: 991px) {
  .pagination ul li {
    padding: 0 5px;
  }
  .pagination ul li.previous {
    margin-right: 20px;
  }
  .pagination ul li.next-last {
    margin-left: 20px;
  }
  .PresseList figure a {
    height: 130px;
  }
  #pop_up {
          width: 100%;
     }
     #pop_up .musical_next,
     #pop_up .musical_prev {
          opacity: 1;
          visibility: visible;
          position: absolute;
          height: 50px;
          width: 25px;
          cursor: pointer;
     }
     #pop_up .musical_prev {
          top: 50%;
          transform: translate(0, -50%) rotate(-180deg);
          left: 30px;
     }
     #pop_up .musical_next {
          top: 50%;
          transform: translate(0, -50%);
          right: 30px;
     }
     .musicals .musical_prev {
    left: 10px;
  }
  .musicals .musical_next {
    right: 10px;
  }
  .navbar-brand>img {
    display: block;
    width: 122px;
  }
  button.navbar-toggler {
    display: block;
  }
  header .navbar div#navbarResponsive{
   padding-left:15px;
   padding-right:15px;
  }
  .navbar-collapse.collapse {
    display: block;
    position: fixed;
    background: #151515;
    top: 64px;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: calc(100% - 64px) !important;
    height: -moz-calc(100% - 64px) !important;
    height: -webkit-calc(100% - 64px) !important;
    height: -o-calc(100% - 64px) !important;
    height: -ms-calc(100% - 64px) !important;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: scroll;
  }
  .ul.navbar-nav.main-menu>li>a::before {
    display: none;
  }
  .ul.navbar-nav.main-menu>li>a:hover {
    color: #d7c67f;
  }
  .collapse.open {
    display: block;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }
  ul.navbar-nav.main-menu {
    padding: 0;
    width:100%;
    text-align:left;
    float:left;
    margin-left:0;
  }
  ul.navbar-nav.main-menu>li {
    display: block;
    background: #151515;
    border-bottom: 1px solid #000000;
    width:100%;
  }
  ul.navbar-nav.main-menu>li>ul li {
    display: block;
    background: #151515;
  }
  ul.navbar-nav.main-menu>li>a {
    font-size: 20px;
    padding: 12px 0px;
    line-height: 28px;
  }
  .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    padding: 0 0 8px 0;
    box-shadow: none;
    border: none!important;
    background: #151515;
  }
  ul.dropdown-menu {
    background: #000000;
    border: none;
    position: relative;
    border-radius: 0;
    left: unset;
    display: block;
    float: none;
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform:none;
  }
  .dropdown-menu:before {
    top: -22px;
    left: unset;
    right: 0;
    display: none;
  }
  ul.dropdown-menu>li a,
  ul.dropdown-menu>li {
    text-align: left;
    padding-left: 15px;
  }
  ul.navbar-nav.main-menu>li:nth-child(3)>ul.dropdown-menu {
    left: 0;
    margin-left: unset;
  }
  ul.navbar-nav.main-menu>li:last-child {
    padding:0;
  }
  ul.navbar-nav.main-menu>li:last-child>a {
    padding: 12px 16px;
  }
  a.navbar-brand {
    display: block;
    padding: 12px 0;
  }
  header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 999;
  }
  ul.navbar-nav.main-menu>li:last-child {
    background: #61838A;
    border-radius: 2px;
    margin-left: 0;
    margin-top: 0;
    width: 120px;
    margin: 15px auto auto auto;
    text-align: center;
  }
  ul.dropdown-menu>li a {
    padding: 0 0 6px 0;
    font-size: 14px;
  }
  ul.navbar-nav.main-menu>li>a::before {
    display: none;
  }
  .navbar .col-xs-12.col-sm-3.col-md-3.no-padding{
    position:initial;
    margin-top:-15px;
  }
  .languages{
    margin-bottom:-12px;
  }
  .languages .row{
    padding-right:70px;
  }
}

@media (min-width: 768px) and (max-width: 969px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
  }
  a.navbar-brand img {
    width: 100%;
  }
  .cast_info_box {
    width: 500px!important;
  }
  .news-list ul li a span:nth-child(1) {
    font-size: 17px;
  }
  .p.link-all {
    right: 10px;
  }
  form ul li {
    padding: 4px 5px 8px 5px;
    font-size: 14px;
  }
  .widget-sorting input[type="checkbox"]+label:after {
    right: 0;
  }
  .column-3>div {
    width: 30%;
    margin-right: 20px;
  }
  form ul li img {
    margin-right: 4px;
    width: 15px;
  }
  ul.navbar-nav.main-menu {
    padding-left: 0;
    padding-top: 12px;
  }
  .ul.navbar-nav.main-menu>li>a::before {
    display: none;
  }
  ul.navbar-nav.main-menu>li>a {
    font-size: 21px;
  }
  .media-slider a.right.carousel-control {
    right: 0;
  }
  .media-slider a.left.carousel-control {
    left: 0;
  }
  .home-slider {
    min-height: 265px;
    margin-bottom: 35px;
  }
  .breadcrums-text {
    margin-bottom: 30px;
  }
  div#MediaSlider {
    max-width: 708px;
    margin: 0 auto;
  }
  div.video-slider,
  div#MediaSlider2 {
    max-width: 708px;
    margin: 0 auto;
  }
  .media-slider .carousel-indicators li {
    height: 68px!important;
    margin: 0 6px 8px 0px;
  }
  .fb-cover-content h3 {
    margin-top: 20px;
  }
  .press-contact-widget h3,
  .login-widget h3 {
    font-size: 25px;
  }
  .PresseList figure {
    margin-right: 15px;
  }
  .login-widget-content>p {
    margin-bottom: 16px;
    font-size: 17px;
  }
  .login-widget-content input[type="submit"] {
    width: 100%;
    max-width: 142px;
  }
  .divTableRow>div:first-child {
    padding-left: 18px;
    width: 150px;
  }
  a.followBtn {
    max-width: 155px;
    width: 86%;
  }
  .CastMemberList .cast-row>div h3, .CastMemberList .cast-row>div h3 a, .CreativeTeam .cast-row>div h3, .CreativeTeam .cast-row>div h3 a, .Template1 .cast-row>div h3, .Template1 .cast-row>div h3 a {
    font-size: 18px;
  }
  p.download-link.posright {
    right: 34px;
  }
  .fb-cover-content h3 {
    line-height: 32px;
    margin-bottom: 14px;
  }
  .fb-cover-content p {
    margin-bottom: 23px;
  }
}

@media (min-width: 767px) and (max-width: 864px) {
  .CastMemberList .cast-row>div:nth-child(5n), .CreativeTeam .cast-row>div:nth-child(5n), .Template1 .cast-row>div:nth-child(5n) {
    margin-right: 12px;
  }
  .CastMemberList .cast-row>div:nth-child(4n), .CreativeTeam .cast-row>div:nth-child(4n), .Template1 .cast-row>div:nth-child(4n) {
    margin-right: 0;
  }
  .login-widget h3 span {
    font-size: 23px;
  }
  .heading55 {
    font-size: 40px;
  }
  p.headelinks {
    font-size: 24px;
  }
  .PresseList figure a {
    height: 125px;
  }
}

@media(max-width: 767px) {
  button.navbar-toggler{
    top:0;
  }
  .home-slider {
    min-height: 185px;
    margin-bottom: 20px;
  }
  body.large_header .home-slider{
    min-height: 100px;
  }
  body.large_header .page-content{
    border:none;
  }
  .KreativeTeam.gray-section>div {
    padding-top: 84px;
  }
  .TicketTable {
    margin-bottom: 60px;
  }
  h2.heading3 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .home h1,
  .single-page h1 {
    font-size: 28px;
    line-height: 30px;
  }
  .home h2,
  .single-page h2 {
    font-size: 23px;
    line-height: 26px;
  }
  .home p,
  .single-page p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .newpost h3 {
    font-size: 18px;
  }
  ul.social-links {
    padding-top: 58px;
  }
  footer {
    text-align: center;
    margin-top: 22px;
  }
  .col-md-2.col-sm-2.col-xs-12.text-right {
    text-align: center;
    margin-top: 10px;
  }
  .row.borderimg {
    text-align: center;
  }
  .row.borderimg>div {
    width: 42%;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0;
    margin-right: 15px;
  }
  .row.borderimg>div:nth-child(even) {
    margin-right: 0;
  }
  .Page-wrapper {
    padding-top: 63px;
  }
  .heading55 {
    font-size: 29px;
    line-height: 34px;
  }
  .CastMemberList .breadcrums-text, .CreativeTeam .breadcrums-text, .Template1 .breadcrums-text, .Template2 .breadcrums-text {
    margin-bottom: 20px;
  }
  .breadcrums-text {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .CastMemberList .cast-row>div, .CreativeTeam .cast-row>div, .Template1 .cast-row>div {
    width: 29%;
    margin-bottom: 26px;
  }
  .CastMemberList .cast-row>div:nth-child(5n), .CreativeTeam .cast-row>div:nth-child(5n), .Template1 .cast-row>div:nth-child(5n) {
    margin-right: 15px;
  }
  .CastMemberList .cast-row>div:nth-child(3n), .CreativeTeam .cast-row>div:nth-child(3n), .Template1 .cast-row>div:nth-child(3n) {
    margin-right: 0;
  }
  .CastMemberList .cast-row>div h3, .CastMemberList .cast-row>div h3 a, .CreativeTeam .cast-row>div h3, .CreativeTeam .cast-row>div h3 a, .Template1 .cast-row>div h3, .Template1 .cast-row>div h3 a {
    font-size: 16px;
    line-height: 18px;
  }
  .CastMemberList .cast-row>div h3 a span, .CreativeTeam .cast-row>div h3 a span, .Template1 .cast-row>div h3 a span {
    font-size: 13px;
  }
  .cast_info_box {
    width: 100%!important;
  }
  .castimg-big {
    float: left;
    margin-right: 0;
    width: 100%;
  }
  .castimg-big img {
    max-width: 100%;
  }
  .castinfo {
    width: 100%;
  }
  .castinfo h3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .castinfo span {
    font-size: 22px;
    margin-bottom: 4px;
  }
  .castinfo p {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .page .fancybox-nav {
    display: none;
  }
  select.subnav{
    width:100%;
  }
  .Team-list li {
    width: 48%;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .Team-list li span {
    font-size: 16px;
  }
  .CastMemberList, .CreativeTeam, .Template1, .Template2 {
    padding-top: 20px;
  }
  .divTableRow {
    display: inline-block;
    background: #151515;
    width: 47.5%;
    border: 1px solid #232323;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .divTableBody>div:nth-child(2n) {
    margin-right: 0;
  }
  .divTableRow>div:first-child {
    vertical-align: middle;
    padding-left: 10px;
  }
  .divTableRow>div:nth-child(2) {
    background: none;
    padding-left: 10px;
  }
  .divTableRow>div:nth-child(3) {
    background: none;
    text-align: center;
  }
  .divTableCell,
  .divTableHead {
    display: block;
    padding: 10px 10px;
    height: auto;
    text-align: center;
  }
  .divTableRow>div:last-child {
    border: none;
    text-align:center;
  }
  p.download-link.posright {
    position: relative;
    right: 0;
    bottom: 0;
    z-index: 99999;
  }
  .carousel-control svg {
    width: 100%;
  }
  aside.press-contact-widget {
    margin-bottom: 20px;
  }
  p.headelinks {
    margin: 0 0 10px 0;
    position: relative;
    right: 0;
    top: 0;
    font-size: 23px;
    left: 0;
  }
  section.Presse-Section.presspage .heading55 {
    margin-bottom: 10px;
  }
  .ReviewComments {
    margin-top: 16px;
  }
  html.fancybox-margin.fancybox-lock body,
  html.fancybox-margin.fancybox-lock {
    overflow: hidden!important;
    height: 100%;
    z-index: -1;
  }
  body.overflowy {
    overflow: hidden!important;
    height: 100%;
    z-index: -1;
  }
  p.link-all {
    right: 10px;
  }
  .sidebar-content .news-list-title, .sidebar-content .news-list-title:first-child {
    margin-top: 60px;
  }
  footer .col-md-8.col-sm-8{
    float:left;
    width:100%;
  }
  ul.footer-links li, footer p {
    font-size: 14px;
  }
  .KreativeTeam.gray-section>div .heading55 {
    margin-bottom: 30px;
  }
  .newpost h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .sidebar-content p.news-summary {
    font-size: 15px;
  }
  .media-slider ol.carousel-indicators.thumbnail-nav {
    text-align: left;
  }
  section.media-content, section.video-content {
    padding: 30px 0;
    margin:0;
  }
  section.media-content, section.video-content {
    padding-top: 30px;
  }
  p.download-link.posright {
    margin-top: 12px;
  }
  .iblock3 h1 {
    margin-top: 30px;
  }
  .CastMemberList .cast-row>div img, .CreativeTeam .cast-row>div img, .Template1 .cast-row>div img {
    width: 100%;
    max-width: 100%;
  }
  .divTableRow>div span,
  .divTableRow>div:first-child span.ticket-date {
    display: inline-block;
    float: none;
    vertical-align: top;
    /* float: left; */
  }
  .TicketTable .sidebar-content {
    margin-top: 30px;
  }
  .pagination {
    margin-bottom: 30px;
  }
  .news-section .news-block {
    margin-bottom: 20px;
  }
  .PresseList figure a {
    height: 195px;
  }
  .divTableRow .divTableCell:nth-child(1), .divTableRow>div:nth-child(2), .divTableRow>div:nth-child(3), .divTableRow>div:last-child {
    width:auto;
  }
  footer .col-md-1.col-sm-1.col-xs-12{
    width:50%;
    text-align:center;
  }
  footer .col-md-1.col-sm-1.col-xs-12 img{
    margin:15px 0 !important;
  }
  .sidebar{
    position:relative !important;
    top:auto !important;
    bottom:auto !important;
  }
  .pressmediainfo{
    width:100%;
  }
  #pop_up {
          width: 540px;
          height: 530px;
          bottom: 0;
          top: initial;
     }
     #pop_up .close {
          top: 15px;
          right: 15px;
          font-size: 30px;
     }
     #pop_up .container {
          padding: 35px 70px 45px 75px;
     }
     #pop_up .title,
     #pop_up .subtitle {
          color: #707070;
     }
     #pop_up .title {
          margin-bottom: initial;
          font-size: 30px;
     }
     #pop_up .subtitle {
          font-weight: 200;
          font-size: 18px;
          line-height: 25px;
     }
     #pop_up .subtitle:last-of-type {
          margin-bottom: 10px;
     }
     #pop_up .container {
          margin: 0 auto;
     }
     #pop_up .musical_next,
     #pop_up .musical_prev {
          opacity: 1;
          visibility: visible;
          position: absolute;
          height: 50px;
          width: 25px;
          cursor: pointer;
     }
     #pop_up .musical_prev {
          top: 50%;
          transform: translate(0, -50%) rotate(-180deg);
          left: 30px;
     }
     #pop_up .musical_next {
          top: 50%;
          transform: translate(0, -50%);
          right: 30px;
     }
     #pop_up .musical_img {
          width: 200px;
          margin: 0 auto;
     }
     #pop_up .musical_text {
          padding: 5px 0;
          font-size: 12px;
          text-align: center;
     }
     #pop_up .musical_tickets {
          background-color: #7d7d7d;
          color: #ffffff;
          width: 100%;
          display: block;
          text-align: center;
          border-radius: 3px;
          height: 40px;
          line-height: 40px;
          font-weight: 700;
          font-size: 12px;
     }
     #pop_up .musical_position {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 0);
          visibility: visible;
          opacity: 1;
          text-align: center;
          width: 100%;
     }
     #pop_up .slick-dots {
          visibility: visible;
          opacity: 1;
          width: 100%;
          padding-left: 0;
          text-align: center;
     }
     #pop_up .slick-dots li {
          display: inline-block;
          padding: 2px;
     }
     #pop_up .slick-active svg circle {
          fill: #707070;
     }
     #pop_up .close_text {
          font-style: italic;
          color: #7e7e7e;
          bottom: 10px;
          margin-bottom: 0;
     }
    .musicals .musical_slider_container {
      width: 460px;
      margin: 0 auto;
    }
  
    .musicals .musical_prev {
      left: 30px;
    }
    .musicals .musical_next {
      right: 30px;
    }
}

@media (max-width: 567px) {
  .pagination ul li a {
    width: 30px;
    line-height: 30px;
  }
  .pagination ul li {
    padding: 0 2px;
  }
  .pagination ul li.previous {
    margin-right: 5px;
  }
  .pagination ul li.next-last {
    margin-left: 5px;
  }
  .pagination ul li.next-last a,
  .pagination ul li.next a,
  .pagination ul li.previous-first a,
  .pagination ul li.previous a {
    line-height: 25px;
  }
  .PresseList figure a {
    height: 170px;
  }
  .press-content aside{
    width:100%;
    margin:15px 0;
  }
  .embed-container a svg{
    height:70px;
    width:70px;
    margin-left:-35px;
    margin-top:-35px;
  }
  .embed-container a span.holder{
    bottom:8px;
  }
  .embed-container a span.holder span{
    font-size:14px;
    padding:5px 12px 7px;
  }
  #pop_up .close {
          right: 30px;
     }
  .musicals .musical_slider_container {
      width: 237px;
      margin: 0 auto;
    }
  
    .musicals .musical_prev {
      left: 50px;
    }
    .musicals .musical_next {
      right: 50px;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
  .column-3>div {
    width: 31%;
    text-align: left;
    margin-right: 12px;
  }
  .column-3.downlaod-list {
    text-align: left;
  }
  .column-3>div {
    margin-bottom: 24px;
  }
  .pressmediainfo .column-3 {
    margin-bottom: 20px;
  }
  .pressmediainfo .column-3 h5 {
    margin-top: 8px;
  }
  .pressmediainfo h2.heading3 {
    font-size: 29px;
  }
  .filecontent h5 {
    min-height: auto;
    margin-bottom: 7px;
  }
  .PresseList figure {
    width: 48.5%;
  }
  .PresseList figure:nth-child(even) {
    margin-right: 0px;
  }
  .PresseList figure:nth-child(odd) {
    margin-right: 10px;
  }
  p.headelinks {
    margin-bottom: 30px;
  }
  section.Presse-Section.presspage .heading55 {
    margin-bottom: 0;
  }
  .pressLogin .sidebar-content>aside,
  .home .sidebar-content>aside {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
  }
  .pressLogin .sidebar-content>aside:nth-child(even),
  .home .sidebar-content>aside:nth-child(even) {
    margin-right: 0;
  }
  .sidebar-content .news-list {
    margin-top: 0;
  }
  .New-Carousel ul.slick-dots {
    bottom: -35px;
  }
  .pressLogin .press-contact-widget h3 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 7px;
    margin-top: 0px;
  }
  .pressmediainfo h2.heading3 {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .pressmediainfo {
    padding-top: 20px;
  }
  .media-slider .carousel-indicators li:hover,
  .media-slider .carousel-indicators li.active,
  .media-slider .carousel-indicators li {
    width: 23%;
    max-width: 100%;
    height: auto;
    margin-bottom: 11px;
    margin-right: 11px;
  }
  .media-slider .carousel-indicators li:nth-child(8),
  .media-slider .carousel-indicators li:nth-child(12),
  .media-slider .carousel-indicators li:nth-child(4) {
    margin-right: 0;
  }
  .media-slider a.right.carousel-control {
    right: 0;
    width: 22px;
    transform: unset;
    height: 30px;
    top: 27%;
  }
  .media-slider a.left.carousel-control {
    left: 0;
    width: 22px;
    top: 27%;
    transform: unset;
    left: unset;
    height: 30px;
  }
  .video-slider.media-slider a.right.carousel-control {
    top: 34%;
  }
  .video-slider.media-slider a.left.carousel-control {
    top: 34%;
  }
  #MediaSlider2.media-slider a.right.carousel-control {
    top: 36%;
  }
  #MediaSlider2.media-slider a.left.carousel-control {
    top: 36%;
  }
  .MediaGallery .slick-list.draggable {
    margin-right: -10px;
    margin-left: 0px;
  }
}

@media (max-width: 480px){
  .CastMemberList .cast-row>div, .CreativeTeam .cast-row>div, .Template1 .cast-row>div {
    width: 46%;
    margin-bottom: 26px;
  }
  .CastMemberList .cast-row>div:nth-child(2n), .CreativeTeam .cast-row>div:nth-child(2n), .Template1 .cast-row>div:nth-child(2n) {
    margin-right: 0;
  }
  .CastMemberList .cast-row>div:nth-child(3n), .CreativeTeam .cast-row>div:nth-child(3n), .Template1 .cast-row>div:nth-child(3n) {
    margin-right: 15px;
  }
  .tickets_info_box {
    width: 100%;
  }
  .tickets_info_box h1 {
    font-size:30px;
  }
  .tickets_info_box td:first-child{
    vertical-align:top;
  }
  .tickets_info_box td:last-child{
    display:none;
  }
  .languages span{
    display:none;
  }
  .column-3 > div{
    width:100% !important;
    margin-left:0 !important;    
  }
  #pop_up {
          width: 100%;
          padding-bottom: 0;
          height: 550px;
          bottom: 0;
          top: initial;
     }
     #pop_up .container {
          height: 100%;
     }
     #pop_up .close {
          top: 15px;
          right: 15px;
          font-size: 25px;
     }
     #pop_up .close_text {
          bottom: 15px;
     }
     #pop_up .container {
          padding: 35px 10px 45px 10px;
     }
     #pop_up .title,
     #pop_up .subtitle {
          color: #707070;
          text-align: center;
     }
     #pop_up .title {
          margin-bottom: initial;
          font-size: 30px;
     }
     #pop_up .subtitle {
          font-weight: 200;
          font-size: 18px;
          line-height: 25px;
     }
     #pop_up .subtitle:last-of-type {
          margin-bottom: 10px;
     }
     #pop_up .container {
          margin: 0 auto;
     }
     #pop_up .musical_next,
     #pop_up .musical_prev {
          opacity: 1;
          visibility: visible;
          position: absolute;
          height: 50px;
          width: 25px;
          cursor: pointer;
     }
     #pop_up .musical_prev {
          left: 15px;
     }
     #pop_up .musical_next {
          right: 15px;
     }
     #pop_up .musical_container {
          width: 250px;
     }
     #pop_up .musical {
          width: 250px;
          margin: 0 auto;
     }
     #pop_up .musical_text {
          padding: 5px 0;
          font-size: 12px;
          text-align: center;
     }
     #pop_up .musical_tickets {
          height: 40px;
          line-height: 40px;
          font-size: 12px;
     }
}

@media (min-width: 320px) and (max-width: 500px) {
  #MediaSlider2.media-slider a.right.carousel-control {
    top: 34%;
  }
  #MediaSlider2.media-slider a.left.carousel-control {
    top: 34%;
  }
  .video-slider.media-slider a.right.carousel-control {
    top: 27%;
  }
  .video-slider.media-slider a.left.carousel-control {
    top: 27%;
  }
  .media-slider a.right.carousel-control {
    right: 0;
    width: 22px;
    transform: unset;
    height: 30px;
    top: 18%;
  }
  .media-slider a.left.carousel-control {
    left: 0;
    width: 22px;
    top: 18%;
    transform: unset;
    left: unset;
    height: 30px;
  }
  .MediaGallery .slick-list.draggable {
    margin-right: 0px;
    margin-left: 0px;
  }
  .MediaGallery>div>div>div {
    margin: 0 auto;
  }
  .column-3>div {
    width: 46%;
  }
  .column-3>div:nth-child(2n) {
    margin-right: 0;
  }
  .column-3>div:nth-child(odd) {
    margin-right: 21px;
  }
  .PresseList figure {
    margin-right: 6px;
  }
  .PresseList figcaption,
  .PresseList figure a {
    line-height: 19px;
    font-size: 19px;
  }
  .PresseList figcaption span {
    font-size: 15px;
  }
  .popup-content h3 {
    font-size: 26px;
  }
  .popup-content h2 {
    font-size: 20px;
    line-height: 25px;
  }
  .popup-content p {
    font-size: 16px;
  }
  .PresseList figure {
    width: 100%;
  }
  .PresseList figure:nth-child(even) {
    margin-right: 0px;
  }
  .PresseList figure:nth-child(odd) {
    margin-right: 0;
  }
  .ReviewComments div>p {
    font-size: 16px;
  }
  p.headelinks {
    margin-bottom: 24px;
  }
  section.Presse-Section.presspage .heading55 {
    margin-bottom: 0px;
  }
  h2.heading3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .press-contact-widget h3,
  .login-widget h3 {
    font-size: 26px;
    margin-bottom: 12px;
  }
  h2.heading3 span {
    font-size: 17px;
  }
  .impress-text h1 {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .impress-text h5 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .iblock3 h1 {
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .iblock3 h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .media-slider .carousel-indicators li:hover,
  .media-slider .carousel-indicators li.active,
  .media-slider .carousel-indicators li {
    width: 31%;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .media-slider .carousel-indicators li:nth-child(3),
  .media-slider .carousel-indicators li:nth-child(6),
  .media-slider .carousel-indicators li:nth-child(9),
  .media-slider .carousel-indicators li:nth-child(12) {
    margin-right: 0;
  }
  .PresseList figure a {
    height: auto;
    overflow: none;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .media-slider .carousel-indicators li:nth-child(3n) {
    margin-right: 0;
  }
  .divTableRow {
    width: 100%;
    margin-right: 0;
  }
  .divTableRow div:last-child{
  text-align:center;
  }
  .popup-content {
    padding: 10px 20px 0px 5px;
  }
  #pop_up .musical_prev {
          left: 0;
     }
     #pop_up .musical_next {
          right: 0;
     }
}

@media (min-width: 610px) and (max-width: 767px) {
  .divTableCell,
  .divTableHead {
    display: table-cell;
  }
  .divTableRow {
    display: table-row;
    width: 100%;
  }
  .divTableRow>div:last-child {
    border-bottom: 3px solid #000;
  }
  .sidebar {
    margin-top: 20px;
  }
  .home-slider {
    min-height: 158px;
  }
  .New-Carousel ul.slick-dots {
    bottom: -30px;
  }
  .sidebar-content>aside {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    margin-right: 17px;
  }
  .sidebar-content>aside:nth-child(even) {
    margin-right: 0;
  }
  .divTableRow div:last-child{
    text-align:center;
  }
}

@media (max-width: 319px) {
  .home-slider {
    min-height: 110px;
  }
  .cast-row>div {
    width: 100%!important;
    margin-right: 0;
  }
  .breadcrums-text {
    font-size: 18px!important;
  }
  .CastMemberList .cast-row>div img, .CreativeTeam .cast-row>div img, .Template1 .cast-row>div img {
    max-width: 100%;
  }
  .divTableRow {
    width: 100%!important;
  }
  .divTableRow div:last-child{
  text-align:center;
  }
  .media-slider .carousel-indicators li {
    width: 30%;
  }
  .popup-content h3 {
    font-size: 20px;
  }
  .popup-content h2 {
    font-size: 17px;
    line-height: 19px;
  }
  .popup-content {
    padding: 10px 20px 0px 5px;
  }
  .popup-content p {
    font-size: 14px;
  }
  .heading55 {
    font-size: 18px;
    line-height: 24px;
  }
  section.Presse-Section .heading55 {
    margin-bottom: 21px;
  }
  p.headelinks {
    font-size: 18px;
  }
  .PresseList figure {
    width: 100%;
    margin-right: 10px;
  }
  .PresseList figure:nth-child(even) {
    margin-right: 0px;
  }
  .PresseList figure:nth-child(9),
  .PresseList figure:nth-child(12),
  .PresseList figure:nth-child(6) {
    margin-right: 0px;
  }
  .PresseList figure:nth-child(odd) {
    margin-right: 0px;
  }
  .PresseList figcaption,
  .PresseList figure a {
    font-size: 16px;
    line-height: 16px;
  }
  .PresseList figcaption span {
    font-size: 14px;
  }
  .ReviewComments div>p {
    font-size: 15px;
  }
  section.Presse-Section.presspage .heading55 {
    margin-bottom: 0px;
  }
  .impress-text h1 {
    font-size: 27px;
    margin-bottom: 12px;
  }
  .impress-text h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .iblock3 h1 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 25px;
  }
  .iblock3 h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .column-3>div {
    width: 47%;
    margin-right: 12px;
  }
  .column-3>div:nth-child(even) {
    margin-right: 0;
  }
  .column-3>div:nth-child(odd) {
    margin-right: 12px;
  }
  .filecontent h5 {
    min-height: initial;
    margin-bottom: 7px;
  }
  .pressmediainfo .column-3 h5 {
    font-size: 15px;
  }
  .pressmediainfo .column-3 p {
    font-size: 12px;
  }
  .pressmediainfo .column-3 p.credit-copyright {
    margin-bottom: 3px;
  }
  .media-slider .carousel-indicators li:hover,
  .media-slider .carousel-indicators li.active,
  .media-slider .carousel-indicators li {
    width: 31%;
    max-width: 100%;
    height: auto;
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .media-slider .carousel-indicators li:nth-child(3),
  .media-slider .carousel-indicators li:nth-child(6),
  .media-slider .carousel-indicators li:nth-child(9),
  .media-slider .carousel-indicators li:nth-child(12) {
    margin-right: 0;
  }
  #MediaSlider2.media-slider a.right.carousel-control {
    top: 31%;
  }
  #MediaSlider2.media-slider a.left.carousel-control {
    top: 31%;
  }
  .video-slider.media-slider a.right.carousel-control {
    top: 19%;
  }
  .video-slider.media-slider a.left.carousel-control {
    top: 19%;
  }
  .media-slider a.right.carousel-control {
    right: 0;
    width: 22px;
    transform: unset;
    height: 30px;
    top: 15%;
  }
  .media-slider a.left.carousel-control {
    left: 0;
    width: 22px;
    top: 15%;
    transform: unset;
    left: unset;
    height: 30px;
  }
}

/**+++++++++++++++++++++++++++++++*/

