@charset "UTF-8";
/* Body */
html{
	scroll-behavior: smooth;
	font-family: "M PLUS 1", sans-serif;
	font-weight: 400;
}
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
}
/* Container */
.container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	position: relative;
	height: 50px;
	background-color: #004097;;
	border-bottom: 1px solid #004097;;
	font-family: "M PLUS 1", sans-serif;
}
.logo {
	color: #333;
	font-weight: bold;
	width: 10%;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	letter-spacing: 4px;
}
nav {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 25px;
}
header .hamburger-menu nav ul {
	list-style: none;
	float: right;
}
.hamburger-menu{
	width: 100%;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 0.9em;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	display: block;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #004097;;
}
.hero_header {
	position: relative;
	color: #333;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: #525252 1px solid;
	width: 100%;
}

.hero div{
	position: relative;
	width: 80%;
	display: flex;
	margin: 30px auto;
}

.hero div img{
	position: relative;
	width: 50%;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: left;
	color: #333;
	margin-top: 4px;
	text-transform: uppercase;
	margin-left: 30px;
	letter-spacing: 1px;
	font-family: "M PLUS 1", sans-serif;
	font-weight: 600;
}
/* About Section */
.text_column {
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.goticket{
	width: 60%;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	line-height: 100px;
	font-size: 2.4em;
	margin-top: 20px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 900;
	background:#7E1CB7;
	border:1px #7E1CB7 solid;
}

.goticket:hover{
	color: #7E1CB7;
	background:#fff;
	border:1px #7E1CB7 solid;
}

#news{
	width: 76%;
	margin: 0 auto;
	background:#F1F1F1;
	height: auto;
	padding: 2%;
	margin-top: 15px;
	vertical-align: middle;
	display: block;
	list-style: none;
}

#news .newsday{
	height: 100%;
	color: #22243B;
}
#news .newsday a{
	color: #22243B;
	text-decoration: underline;
}

.about {
	width: 80%;
	display: block;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin: 0 auto;
	font-family: "M PLUS 1", sans-serif;
}
.about h2{
	background: #004097;;
	padding-left: 50px;
	color: #fff;
	line-height: 60px;
	height: 60px;
}

.about td{
	border-bottom: #555 1px dotted; 
}

.about table{
	margin: 0 auto;
}

.about span{
	font-size:0.9em;
	color:#888888;
}

/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
#venue{
	display: flex;
	width: 80%;
	margin: 0 auto;
}
#venue div:first-child{
	margin-right: 20px;
	width: 50%;
}
#venue h3{
	width: 100%;
	background: #676767;
	line-height: 40px;
	padding-left: 10px;
	color: #fff;
	margin-top: 0px;
}

#annai{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
#annai img{
	width: 100%;
	height: auto;
}
#annai p{
	color: red;
	font-size: 1.4em;
	font-weight: bold;
}

.sk4{
	height: auto;
	position: relative;
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.gallery {
	clear: both;
	display: block;
	width: 80%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin: 0 auto;
	min-height: 150px;
}


.thumbnail {
	width: 22.5%;
	padding: 0.5%;
	height: auto;
	text-align: center;
	margin-top: 0px;
	margin-right: 0.5%;
	margin-left: 0.5%;
	border: #B9B9B9 1px solid;
	margin-bottom: 20px;
}
.gallery .thumbnail h3 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 1.2rem;
	color: #004097;;
}

.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 0.9em;
	color:#004097;;
}

.gallery h2{
	background: #004097;;
	padding-left: 50px;
	color: #fff;
	line-height: 60px;
	height: 60px;
}

.gallery h4{
	padding-left: 50px;
	color: #fff;
	line-height: 30px;
	height: 30px;
}
a.button{
	text-decoration: none;
	border: 1px solid #444;
	color: #101429;
	font-size: 12px;
	height: 34px;
	padding: 6px;
	margin: 10px;
	display: inline-block;
}
a.button:hover {
	background-color:#004097;;
	color: #fff;
	cursor: pointer;
}

.ticket {
	width: 80%;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin: 0 auto;
}
.ticket h2{
	background: #004097;;
	padding-left: 50px;
	color: #fff;
	line-height: 60px;
	height: 60px;
}
.tiklo{
	width: 80%;
	margin: 0 auto;
	padding-left: 20px;
}

.tiklo div{
	width:100%;
}

.tiklo h3{
	width:100%;
	background: #676767;
	line-height: 40px;
	color: #fff;
}
.ticket-att{
	width: 95%; 
	font-size:1em; 
	margin: 0 auto;
	text-align: left;
}
.housou {
	width: 80%;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin: 0 auto;
}
.housou span{
	font-size:0.9em;	
}
.housou h2{
	background: #004097;;
	padding-left: 50px;
	color: #fff;
	line-height: 60px;
	height: 60px;
}
.faq {
	width: 80%;
	display: block;
	position: relative;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin: 0 auto;
}
.faq h2{
	background: #004097;;
	padding-left: 50px;
	color: #fff;
	line-height: 60px;
	height: 60px;
}

.faq div{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}
.faq p{
	font-weight: bold;
	font-size:1em;
	margin: 6px 0px;
}
.faq span{
	border-bottom: 1px dashed #555;
	width: 100%;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 5px;
	font-size:0.9em;
}
.ml10{
	margin-left: 10%;
	color: #333;
}
.ml0{
	font-size: 100%;
	color: #555;
}
#about td{
	font-size:0.9em;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 478px) {
	.container{
		width: 100%;
	}
	h2{
		font-size:20px;
	}
	
.hero{
	padding: 0px;
	margin-top: 20px;
}

	.hero div{
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.hero div img{
		width: 100%;
	}
#news{
	width: 96%;
}
	#news .newstxt{
		font-size: 0.8em;
	}
.goticket{
	width:100%;
	font-size: 1.2em;
	
	}
.ticket-att{
	font-size:0.8em; 
	text-align: left;
}
#venue{
	padding: 0px;
	width:90%;
	display: block;
	margin: 0 auto;
		font-size:0.9em;
}
#venue div:first-child{
	padding: 0px;
	margin: 0px;
	height: 300px;
	margin-bottom: 20px;
}
#venue h3{
	padding: 0px;
	text-align: center;
}
#venue div:first-child{
	width: 100%;
}
.ml10{
	margin-left: 0px;
}
	.ticket{
		display: block;
		width: 100%;
		padding: 0px;
		margin: 0 auto;
	}
	
	.ticket h2{
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	.ticket div{
		display: block;
		margin: 0 auto;
		width: 95%;
	}
	.ticket h3{
		padding: 0px;
		width: 95%;
		text-align: center;
	}
	.tiklo{
		padding: 0px;
	}
.container header nav {
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	top:50px;
	text-align: center;
	z-index: 100;
	line-height: 50px;
	background: #004097;;
	padding: 0px;
	float: none;
	opacity: 0.9;
	display: none;
}

	#housou{
		display: block;
		width: 100%;
		padding: 0px;
		margin: 10px auto;
	}

#annai{
	width: 98%;
}
#annai img{
	width: 100%;
	height: auto;
}
#annai p{
	font-size: 1.2em;
}
	
.about{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
.about table{
		width: 100%;
		margin: 0px;
		padding: 0px;
	font-size:0.8em;
	}
	.gallery{
		width: 100%;
		margin: 0 auto;
	}
	.gallery h4{
		text-align: center;
		padding: 0;
		font-size: 1.3em;
		line-height: 3em;
		height: 3em;
	}
	.sk4{
		width: 95%;
	}
	.thumbnail{
		float:none;
		clear: both;
		border-left:none;
		border-right: none;
		width: 98%;
	}
	#faq{
		width: 100%;
		padding: 0px;
		font-size:90%;
	}
	#faq div{
		width: 95%;
	}
.hamburger-line {
    width: 100%;
      height: 2px;
      background-color: #fff;
      margin-bottom: 4px;
      transition: background-color 0.3s;
}
	
	.hamburger-menu{
	  display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
		padding-top: 15px;
		margin: 0 auto;
      cursor: pointer;
      transition: transform 0.3s;
	}	
.active>nav{
	display: block !important;
}

nav ul{
	float:none !important;
	padding-left: -30px;
}	

nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px dotted #fff;
	width: 100%;
	text-align: center;
}
	
.active .hamburger-line:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
    }

    .active .hamburger-line:nth-child(2) {
      opacity: 0;
    }

    .active .hamburger-line:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
    }
	
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}

.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 479px)and (max-width: 800px) {
.container {
	width: 95%;
	text-align: center;
	color: #043745;
}
	.about table{
		font-size:90%;
	}
	#venue{
		width: 95%;
		padding: 0px;
	}
.ticket{
		width: 100%;
	padding: 0px;
	text-align: left;
	}
#venue div:first-child{
	width: 100%;
}
	#news{
		text-align: left;
	}
	
.tiklo{
		width: 95%;
	padding: 0px;
	}
	.gallery{
		width: 100%;
	}
.goticket{
	width:100%;
	font-size: 1.2em;
	}
	.gallery .thumbnail{
		display: block;
		margin: 0px;
		padding: 10px;
		width: 45%;
		margin-left: 1%;
		margin-bottom: 10px;
		float: left;
		border: 1px solid #bbb;
	}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	.housou {
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
#news{
	width: 91%;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.footer_column {
	width: 100%;
}

.container header nav {
	position: absolute;
	width: 95%;
	margin-left: 2.5%;
	top:50px;
	text-align: center;
	z-index: 100;
	line-height: 50px;
	background:#004097;
	padding: 0px;
	float: none;
	opacity: 0.9;
	display: none;
}
	
.about{
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
.about table{
		width: 100%;
		margin: 0px;
		padding: 0px;
	font-size:0.8em;
	}
	.gallery{
		width: 95%;
		margin: 0 auto;
	}
	.gallery h4{
		text-align: center;
		padding: 0;
	}
	#faq{
		width: 100%;
		padding: 0px;
		font-size:90%;
	}
.hamburger-line {
    width: 100%;
      height: 2px;
      background-color: #fff;
      margin-bottom: 4px;
      transition: background-color 0.3s;
}
	
.ml10{
	margin-left: 0px;
}
	.hamburger-menu{
	  display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
		padding-top: 15px;
		margin: 0 auto;
      cursor: pointer;
      transition: transform 0.3s;
	}	
.active>nav{
	display: block !important;
}

nav ul{
	float:none !important;
	padding-left: -30px;
}	

nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom: 1px dotted #fff;
	width: 100%;
	text-align: center;
}
}
.active .hamburger-line:nth-child(1) {
      transform: translateY(6px) rotate(45deg);
    }

    .active .hamburger-line:nth-child(2) {
      opacity: 0;
    }

    .active .hamburger-line:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
    }

#page_top {
width: 70px;
height: 70px;
position: fixed;
right: 20px;
bottom: 10px;
background-color:#112458;
border-radius: 50%;
opacity: 0.8;
}

#page_top::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f0d8';
font-size: 30px;
color: #ffffff;
position: absolute;
top: 30px;
left:27px;
}

#page_top::after {
content: 'PAGE TOP';
font-size: 12px;
color: #fff;
position: absolute;
right:0px;
margin: auto;
text-align: center;
width: 100%;
top: 20px;
}

#page_top:hover {
	opacity: 1;
}


/* Small Desktops */