/*
Main yellow: #fedd00
Dark blue: #252c5d
Light blue: #58b1e1
Background blue: #163a64
*/

@font-face {font-family: "Knockout";
    src: url("https://db.onlinewebfonts.com/t/b062f5620fca819ffee3d6d54c31b3ba.eot"); /* IE9*/
    src: url("https://db.onlinewebfonts.com/t/b062f5620fca819ffee3d6d54c31b3ba.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("https://db.onlinewebfonts.com/t/b062f5620fca819ffee3d6d54c31b3ba.woff2") format("woff2"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/b062f5620fca819ffee3d6d54c31b3ba.woff") format("woff"), /* chrome firefox */
    url("https://db.onlinewebfonts.com/t/b062f5620fca819ffee3d6d54c31b3ba.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("https://db.onlinewebfonts.com/t/b062f5620fca819ffee3d6d54c31b3ba.svg#Knockout") format("svg"); /* iOS 4.1- */
}

body {
	font-family:'Proxima Nova W01', sans-serif;
	font-size:16px;
	line-height:1.428571429;
	color:#fff;
	background-color:#163a64;
	background:url(../images/bg_medblue_top.gif), url(../images/bg_medblue_rep.gif);
  background-repeat: no-repeat, repeat-y;
  background-position: 50% top, 50% 600px;
	background-size:initial;
}
a, .yellow {
	color:#fedd00;
	text-decoration:none;
	outline: none;
}
a:focus, a:hover {
	color:#ffffff;
	text-decoration:underline
}
.darkblue {
	color: #252c5d;
}
.lightblue {
	color: #58b1e1;
}
.white {
	color: #ffffff;
}

.mt-6 {
  margin-top: 3.8rem !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	/* font-family:'Kanit', 'Proxima Nova W01', sans-serif; */
	font-family:'Proxima Nova W01', sans-serif;
	font-weight:800;
	line-height:1.1;
	color:#fedd00;
	-webkit-font-smoothing: auto;
}
.h1, h1, .h2, h2 {
	font-family:'Knockout','Proxima Nova W01', sans-serif;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
}
h4, h5, .h4, .h5 {
	font-family:'Proxima Nova W01', sans-serif;
	letter-spacing: normal
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-weight:400;
	line-height:1;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top:25px;
	margin-bottom:12.5px
}
.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
	font-size:65%
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top:16px;
	margin-bottom:12.5px;
	font-weight:700;
}
.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
	font-size:75%
}
/* Used in old ticket tips popup */
.h2, h2 {
	font-size:36px
}
/* Used in old cast popup */
.h3, h3 {
	font-size:27px
}
/* Used:
tickets.php - Tickets Availability Guide
Old cast role */
.h4, h4 {
	font-size:21px
}
/* Used in creative name */
.h5, h5 {
	font-size:18px
}
/* Used in cast name and creative title */
.h6, h6 {
	font-size:13px
}
p {
	margin:0 0 16px
}
img {
	outline: none;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.blueframe {
	border: 2px solid #58b1e1;
}
.yellowframe {
	border: 2px solid #fedd00;
}
.copyright {
	font-size: .9rem;
}
.proxima-black {
	font-family:'Proxima Nova W05', sans-serif;
  font-weight: 900;
}
@media (max-width:767px) {
	.h1, h1 {
		font-size:36px
	}
	.h2, h2 {
		font-size:28px
	}
  .h3, h3 {
		font-size:21px
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.h1, h1 {
		font-size:34px
	}
}
@media (min-width:1200px) {
  body {
    background-position: 50% top, 50% 393px;
		background-size:100% 434px, 100% 890px;
	}
	.h1, h1 {
		font-size:39px
	}
	.h3, h3 {
		font-size:30px
	}
	.h4, h4 {
		font-size:24px
	}
}
/* @media (min-width: 576px) {
	.container {
	    max-width: 100%;
	}
} */
/********** NAV ***********/

header {position:relative;}

/* NEW */
.social-nav {
	margin:0;
	padding: 0;
}
.icon-bar {
  display: block;
  width: 40px;
  height: 5px;
  background: #fedd00;
}
.icon-bar + .icon-bar {
	margin-top: 5px;
}
.navbar-nav, .dropdown-item {
	text-transform: uppercase;
	/* font-family:'Kanit', 'Proxima Nova W01', sans-serif; */
	font-family:'Proxima Nova W01', sans-serif;
	-webkit-font-smoothing:auto;
	font-weight:700;
	font-size: 1.13rem;
	text-align: center;
	letter-spacing: 1px;
	color: #252c5d;
}
.navbar-nav .dropdown-menu {
  /* position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;*/
  text-align: center;
  list-style: none;
	background:url(../images/bg_lightblue-l.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
	background-size:cover;
  border: 0;
  border-radius: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fedd00;
    background: none;
}
.get-tickets img {
	width:150px;
}
@media (min-width:992px) {
	.navbar-center {
		 position:absolute;
		 left:0;
		 text-align:center;
		 width:100%;
	}
	#social-nav,.get-tickets {
		z-index: 1;
	}
	.get-tickets img {
		width:160px;
	}
	.dropdown-item, .dropdown-menu {
		text-align: left;
	}
}
@media (min-width:1200px) {
	.get-tickets img {
		width:199px;
	}
}
/* END NEW */

.social-nav li {
	display:inline-block;
    vertical-align: middle;
}
.social-nav li a img {
	margin:0 3px
}

.facebook-nav {
	background-image:url(../images/sprite-social.png?v=1.4);
	background-position:1px 0;
	width:34px;
	height:34px
}
.facebook-nav:hover {
	background-position:1px 35px;
}

.twitter-nav {
	background-image:url(../images/sprite-social.png?v=1.4);
	background-position:107px 0;
	width:34px;
	height:34px
}
.twitter-nav:hover {
	background-position:107px 35px;
}

.instagram-nav {
	background-image:url(../images/sprite-social.png?v=1.4);
	background-position:-35px 0;
	width:35px;
	height:35px
}
.instagram-nav:hover {
	background-position:-35px 35px;
}

.youtube-nav {
	background-image:url(../images/sprite-social.png?v=1.4);
	background-position:70px 0;
	width:34px;
	height:34px
}
.youtube-nav:hover {
	background-position:70px 35px;
}

.tiktok-nav {
	background-image:url(../images/sprite-social.png?v=1.4);
	background-position:35px 0;
	width:28px;
	height:34px
}
.tiktok-nav:hover {
	background-position:35px 34px;
}
/* @media (max-width:991px) {
    .facebook-nav, .twitter-nav, .instagram-nav, .youtube-nav {
        background-size:125px 60px;
        width: 30px;
        height: 30px;
    }
    .twitter-nav {background-position:-62px 0;}
    .instagram-nav {background-position:-30px 0;}
    .youtube-nav {background-position:30px 0;}
    .facebook-nav:hover {background-position:1px 30px;}
    .twitter-nav:hover {background-position:-62px 30px;}
    .instagram-nav:hover {background-position:-30px 30px;}
    .youtube-nav:hover {background-position:30px 30px;}
} */

@media (max-width:768px) {
	header .nav-link, header .dropdown-item {
		padding: 1rem 0 .5rem 0;
		font-size: 1.4rem;
	}
	.social-nav li {
		padding: 8px;
	}
	.btn_chooseproduction {
		max-width: 280px;
	}
}
@media (min-width:1200px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding:5px 15px
	}
}
.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover {
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
	background:transparent
}


/********** HEADER ***********/
.head-logo {margin-top:60px;}
.subhead {margin-top:20px;}
.logo {
	background:url(../images/hero-logo4.png) no-repeat 15px 0;
	background-size:contain;
	display: inline-block;
	padding: 0 15px 0 10px;
}
@media (min-width:992px) {
    .logo {
        /* margin-top:-8px; */
				/* padding: 0 15px 0 10px; */
    }
}
@media (max-width:991px) {
    .logo {
        /* padding:0 13px 0 7px; */
    }
}

@media (max-width:767px) {
  .head-logo {
      margin-top:40px;
  }
  .subhead {margin-top:20px;}
}

/********** Sections ***********/

.margin-top {
	margin-top: 30px;
}
@media (min-width:768px) {
	.margin-top {
		margin-top: 60px;
	}
}

.modal-dialog {
	pointer-events: auto;
}

/********** PROD BAR ***********/
.prod-bar {
	background-image: url(../images/bg_lightblue-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
	background-size: cover;
	margin-top: 60px;
	padding: 10px 10px;
	/* font-family:'Kanit', 'Proxima Nova W01', sans-serif; */
	font-family:'Proxima Nova W01', sans-serif;
	font-weight:700;
	text-transform: uppercase;
	font-size: 1.6rem;
}
.lang-bar {
  font-size: 1.1rem;
  color: #252c5d;
  /* position: absolute;
  right: 5px;
  top:0; */
}
.lang-bar .dropdown {
  position: static;
}
.container .prod-bar {
	margin-right: -15px;
  margin-left: -15px;
}
.prod-bar a {
	color:#252c5d;
}
.prod-bar a:hover,.prod-bar a.active {
	color:#fedd00;
}
.prod-bar .nav-item {
	width: 100%;
	text-align: center;
}
.lang-bar .dropdown-menu {
  text-align: right;
  list-style: none;
	background:url(../images/bg_lightblue-sm.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
	background-size: cover;
  border: 0;
  border-radius: 0;
  margin-top:0;
  width:100%;
}
.lang-bar .dropdown-item {
  text-align: center;
}
.lang-bar .nav-link {
  font-size: .9em;
  text-transform: uppercase;
}
@media (min-width:768px) {
	.prod-bar .nav-item {
		width: auto;
	}
	.prod-bar {
		margin-right: 0;
    margin-left: 0;
		margin-top: 60px;
	}
  .lang-bar .dropdown {
    position: relative;
  }
  .lang-bar .dropdown-menu {
    width:auto;
    left: -65px !important;
  }
  .lang-bar .nav-link {
    font-size: 1em;
  }
}
@media (min-width:992px) {
	.prod-bar {
		background-image: url(../images/bg_lightblue-l.jpg);
		font-size: 1.7rem;
		padding: 10px 20px;
		background-size: 100% 100%;
	}
  .lang-bar .dropdown-menu {
  	background:url(../images/bg_lightblue-l.jpg);
    background-repeat: no-repeat;
    background-position: 90% 50%;
  	background-size:cover;
  }
	.prod-bar-darker {
		background-image: url(../images/bg_lightblue-d.jpg?v=1);
	}
  .lang-bar {
    font-size: 1.1rem;
    color: #252c5d;
    padding: 0px 20px;
  }
}
@media (min-width:768px) and (max-width:1150px) {
  .prod-bar .nav-link {
    padding: .5rem;
    font-size: 1.2rem;
  }
}
@media (min-width:2000px) {
	.prod-bar {
		background-size: cover;
	}
}


/********** SLICK ***********/
#header-slider .slick-track {
	-webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
	display: -webkit-box;
	display: -ms-flexbox;
	/* display: flex; */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.slick-slide {
	text-align: center;
}
.slick-next, .slick-prev {
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:transparent;
	color:transparent;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	padding:0;
	border:none;
	outline:none
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	outline:none
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity:.25
}
.slick-next:before, .slick-prev:before {
	font-size:20px;
	line-height:1;
	color:#fff;
	opacity:.75;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.slick-prev {
	background-image:url(../images/spritesheet.png?v=1);
	background-position:0 0;
	width:30px;
	height:61px;
	left:-40px
}
[dir=rtl] .slick-prev {
	left:auto;
	right:-25px
}
.slick-next {
	background-image:url(../images/spritesheet.png?v=1);
	background-position:0 -61px;
	width:30px;
	height:61px;
	right:-40px
}
[dir=rtl] .slick-next {
	left:-25px;
	right:auto
}
@media (max-width:560px) {
	.slick-prev {
		left:-30px
	}
	.slick-next {
		right:-30px
	}
}
@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
.slick-prev,.slick-next {
	background-image:url(../images/spritesheet@2x.png?v=1);
	background-size:30px 122px
}
}





/********** FOOTER ***********/
footer {
	line-height: 2;
	-webkit-font-smoothing:auto;
	margin-top: 60px;
}
.address {
	/* font-family:'Kanit', 'Proxima Nova W01', sans-serif; */
	font-family:'Proxima Nova W01', sans-serif;
	font-weight:400;
	color: #fedd00;
	font-size: 1.2rem;
	letter-spacing: 1px;
}
@media (max-width:768px) {
	footer .col > a, footer li {
		line-height: 3;
		padding: 0 8px;
	}
}
