/* CSS Document */
html {
    background-color: rgba(0,0,0,1.00);
   
}


body{
    font-family: Roboto,sans-serif;
    letter-spacing: .4px;
    line-height: 1.4em;
    font-size: .8125rem;
	background-color: rgba(0,0,0,1.00);
    margin-top: 50px;
	margin-bottom: 0px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dividorLine{
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

.slick-dots li.slick-active button:before {
    color: white;
}


.slick-dots li button:before {
    color: white;
}

@media (max-width: 599px) {
	
	.awardWinner .slick-next {
		right: -25px;
	}

	.awardWinner .slick-prev {
		left: -25px;
	}

}

.anchorOffset{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 615px)  {
	.dividorLine{
		border-left: 1px solid #3A3A3A;
		border-right: 1px solid #3A3A3A;
	}
}

hr{
	border-top: 1px solid rgba(244, 204, 126, 0.3);
}

/* Bootstrap Media Query */


/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	body{
		margin-bottom: 45px;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
	body{
		margin-bottom: 35px;
	}
}


.mobileHeader{
	position: relative;
}


.trajan {
	font-family: 'TrajanPro-Regular', serif;
	font-weight: 400;
	font-style: normal;
}


.lightYellow {
	color: #f4cc7e;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.h6{
	font-weight: 300;	
}

#my-soon-watch-red2
{
	background-color: #030303;
}

.soon .soon-reflection
{
	background-color: #030303;
	background-image: linear-gradient(#030303 25%, rgba(3,3,3,0));
}

.soon
{
	color: #000;
}

.soon .soon-label
{
	color: rgba(0,0,0,0.75);
}



.soon .soon-ring-progress
{
	background-color: #00123A;
}

.soon .soon-ring-progress
{
	border-top-width: 14px;
}

.soon .soon-ring-progress
{
	border-bottom-width: 13px;
}



.mobile_head_txt {
	position: absolute;
	bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	left: 0px;
	right: 0px;
}




/* Bootstrap Media Query */


/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.mobile_head_txt h3{
		font-size: 1.45rem;
	}
	.mobile_head_txt h4{
		font-size: 1rem;
	}
	
	.mobile_head_txt {
		bottom: 15px;
	}
}


.btn {
    
    border-radius: 2rem;
}
.live .soon, .live .soon-wrapper {
    border-radius: 0rem;
    margin-bottom: 0rem;
}


nav ul li {
	margin: 0px 10px;
	
}
.navbar{
	padding: 0 1rem;
	min-height: 50px;
}
nav .buyticket{
	position: relative;
	background-color: #FFD600; 
	min-height: 50px;
	padding: 6px;
}

	.fix_buyticket{
		background-color: #ccab4a; 
		min-height: 50px;
		padding: 16px 0px;
		text-align: center;
		color: #000000!important;
	}



	.session_buyticket{
		background-image: url("../images/gold_gadient_bg.jpg");
		background-size: cover;
		background-color: #ccab4a; 
		text-align: center;
	}

/* Bootstrap Media Query */
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 991.98px) and (max-width: 1280px) {
	nav .buyticket{	
	position: absolute;
	bottom: -50px;
	right:0px;
	text-align: center;
	border-bottom-left-radius: 20px;
	}
}


nav .buyticket a{
	color: #000000;
}

nav .buyticket a{
	color: #000000;
}

.btn-warning, .btn-warning:hover {
    border-color:transparent;
}

.btn.disabled, .btn:disabled {
    opacity: 0.05;
	-webkit-transition: all 1s; /* Safari */
	transition: all 1s;
}

a{
   color: #FFFFFF;
   -webkit-transition: all 0.5s; /* Safari */
   transition: all 0.5s;
	
}

a:hover, a:focus{
	color: #ff6100;
    text-decoration: none;
}

.darkGold{
	background-color: #5c4a13;
}



.navbar-nav > li {
    padding: 15px;
	text-align: left;
	align-items: center;
	height: 50px;
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;
}

.nav > li > a {
    align-items: center;
}


.nav > li:hover {
    background-color: #1C1C1C;
}

.nav > li:hover a {
	color: #ff6100;
}


/*XXS - SM*/
@media (max-width: 992px) {

	
   .nav > li {
	padding: 20px 15px;
	text-align: center;
	}
    
}






header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container-fluid {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}






.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video {
  width: 100% !important;
  height: auto !important;
}


.wrapper_aboutUS, .wrapper_doyouKnow{
	position: relative;
	background-color: #000000;
}

.aboutUS, .doyouKnow{
	position: absolute;
	width: 100%;
	right: 0;
	top: 150px;
	color: #FFFFFF;
}


	.doyouKnow {
		top: 80px;
	}


/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 991.98px) {
	.aboutUS, .doyouKnow {
		position: relative;
		width: 100%;
		top: 0px;
		color: #FFFFFF;
	}
	

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) {
	.aboutUS{
		top: 60px;
		right: 3%;
	}
	.doyouKnow {
		top: 80px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) and (max-width: 1400px) {
	.aboutUS{
		top: 60px;
		right: 8%;
	}
	
	.doyouKnow {
		top: 80px;
	}
}




.wrap_imageGallery{
	background-image: url("../images/doyouknow/kurios-show-hightlights-hero.jpg");
	background-size: cover;
	color: #FFFFFF;
}

.anchorOffset{
	display: block; 
	position: relative; 
	top: -100px; 
	visibility: hidden;
}




.soon[data-layout*=line] {
    text-align: center;
    padding: 0;
}

.soon[data-layout*=group] {
    padding: 0.5em 0 0;
    text-align: center;
}



.session_buyticket .soon[data-scale=xxs] {
    font-size: 1rem;
}

.session_buyticket .soon[data-scale='s'] {
    font-size: 1.2rem;
}

/* Bootstrap Media Query */

@media (max-width: 599px) {

.slick-prev {
    left: 25px;
    z-index: 3;
}
.slick-next {
    right: 25px;
   	z-index: 4;
}


}


.buyTicket_bg{
	background-image: url("../images/buy_ticket_bg.jpg");
	background-size: cover;
	min-height: 600px;
}


.buy_ticket_section {
/*	border: #E7E7E7 1px solid;*/
/*	background-color:rgba(0,0,0,0.50);*/
	background-image: url("../images/buy_ticket_shadow.png");
	background-repeat: repeat-y;
	background-size:contain;
}


@media (max-width: 599px) {

.buyTicket_bg{
	background-image: url("../images/buy_ticket_bg.jpg");
	background-size: cover;
	min-height: 400px;
	background-position: bottom center;
}

.buy_ticket_section {
	background-color:rgba(0,0,0,0.20);
}

	
}


.bg-black{
	background-color: rgba(0,0,0,1.00);
}

.desktopCounterdown{
	position: absolute;
	width: 550px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 9;
	
}

.slick-prev, .slick-next {
	height: 50px;
}

.fixed-bottom_link:hover, .fixed-bottom_link:focus{
	color:#FFFFFF;
	
}

#mute i {
	opacity: 0.5;
}

#mute:hover,  #mute:focus{
	color: #FFFFFF;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
@media(max-width: 768px) {
  .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

.tandc{
	cursor: pointer;
}

.tandc:hover, .tandc:focus{
	color: #ff6100;

}


.table-bordered {
    border: 1px solid #c8a554!important;
}


.table-bordered thead {
	background-color: #c8a554;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #c8a554!important;
}
