html {
  font-size: 18px;
}

body {
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
	background-image: url(../img/bg_1920x1080.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Sans TC', sans-serif;
}
p {
    font-size: 18px;
   font-family: 'Noto Sans TC', sans-serif;
}


a {
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*scrollbar*/
::-webkit-scrollbar {-webkit-appearance: none;}
::-webkit-scrollbar:vertical {width: 8px;}
::-webkit-scrollbar:horizontal {height: 12px;}
::-webkit-scrollbar-thumb {background-color: rgba(228, 228, 228, .9);border-radius: 10px;border: 0px solid #ffffff;}
::-webkit-scrollbar-track {border-radius: 10px;  background-color: #ca7c96; }


.show {display:inline-block;}

.hide {display:none;}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

.tm-section-pad-top {
  padding-top: 135px;
}

.tm-text-primary {
  color: #3496d8;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #3496d8;
  padding: 14px 35px;
  border-radius: 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #73c1f6;
}

/* Desktop & Mobile view */

.desktop-view {display: block!important;}
	
.mobile-view {display: none!important;}

@media (max-width: 991px){	
	
.desktop-view {display: none!important;}
	
.mobile-view {display: block!important;}
	
.all-view {display:block!important;}
	
}


/* Navbar */

.logo {max-height:60px;}

.inside-logo {max-height:60px;}	

#location td{
	font-size: 1.2rem;
	line-height: 1.8;
	background: rgba(239,158,253,0.2)
}

.location-text{
	text-align: left;
	font-size: 1.2rem;
}

.location-top{	
	text-align: center;
	width:100%;
	padding-top:90px;
}

@media (max-width: 991px){
.location-top{	
	padding-top:90px;
}
}




@media (max-width: 991px){
	
.logo {max-height:90px;}
.inside-logo {max-height:60px;}	
	
}


@media (max-width: 480px){
	
.logo {max-height:60px;}

}



.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: rgba(0,150,64,0.80); 
  border-bottom: 1px solid rgba(0,150,64,1);
  -webkit-box-shadow: 3px 3px 20px 1px rgb(0 0 0 / 60%);
  box-shadow: 3px 3px 20px 1px rgb(0 0 0 / 60%);
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #FFF000;
}

.tm-navbar.scroll .navbar-brand {
  color: #707070;
}

.nav-item {
  list-style: none;
	font-size: 1rem;
    padding: 0 13px;
	transition: all 0.3s ease;
	font-weight: 500;
}

.tm-nav-link {
  color: #FFF;
}

.tm-navbar.scroll .tm-nav-link {
  color: #FFF;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF000;
}

@media (max-width: 1200px){
.nav-item {
    list-style: none;
    font-size: 0.9rem;
	padding: 0 5px;
}
}

@media (max-width: 990px){
.tm-nav-link  {
	color: #ffe835;
    font-weight: 500;
    font-size: 1.6rem;  
}

.tm-navbar.scroll .tm-nav-link {
  color: #ffe835;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current, 
	 {
	color: #ffe835; 
}
	
	
a.tm-nav-link:hover {
	color: #FFF;
   
}
	
	
}


.navbar-toggler {
	outline: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9990;
	border-radius: 5%;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.60);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 0px!important;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color:rgba(0,0,0,0.00);
}




.navbar-nav li:nth-child(1) {
-webkit-animation-delay:0.2s;animation-delay:0.2s;
}

.navbar-nav li:nth-child(2) {
-webkit-animation-delay:0.4;animation-delay:0.4s;
}

.navbar-nav li:nth-child(3) {
-webkit-animation-delay:0.6s;animation-delay:0.6s;
		
}

.navbar-nav li:nth-child(4) {
-webkit-animation-delay:0.8s;animation-delay:0.8s;
}

.navbar-nav li:nth-child(5) {
-webkit-animation-delay:1s;animation-delay:1s;
		
}

.navbar-nav li:nth-child(6) {
-webkit-animation-delay:1.2s;animation-delay:1.2s;
		
}


.navbar-nav li:nth-child(7) {
-webkit-animation-delay:1.4s;animation-delay:1.4s;
		
}

.navbar-nav li:nth-child(8) {
-webkit-animation-delay:1.6s;animation-delay:1.6s;
		
}

.animation__nav li:nth-child(7) {
		animation-name: slit-in-horizontal;
		animation-duration: 1s;
		animation-timing-function: ease;		
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;
		
}

.animation__nav li:nth-child(8) {
		animation-name: slit-in-horizontal;
		animation-duration: 1s;
		animation-timing-function: ease;		
		animation-iteration-count: 1;
		animation-direction: normal;
		animation-fill-mode: none;
		
}


@keyframes slit-in-horizontal {
			
		0% {
			transform:translateZ(-800px) rotateX(90deg);
			
		}
	
		20% {			
			
		}
	
		50% {
			transform:translateZ(-160px) rotateX(87deg);
			
		}
		100% {
			transform:translateZ(0) rotateX(0);

		}
	}






	
#dropdownMenuButton {
	font-size: 1rem;
    padding: 0.4rem 0rem 0.5rem 0rem;
	color:#FFF;	
	font-weight: 500;
}

	
#dropdownMenuButton:foucs, #dropdownMenuButton:hover {
		cursor: pointer;
		color:#FFF000!important;
	}
	
.btn-default, .btn-default:focus, .btn-default:active, .dropdown-toggle {
    background: transparent;
	border:1px solid transparent;
	cursor: pointer;	
}
	
.btn-default:hover{
		color:#FFF000!important;
	}
	
.button:active, 
 button:active,
.button:focus, 
 button:focus,
.button:hover, 
 button:hover{
   border:1px solid transparent!important;
    outline:none !important;
}
	
	
.btn {
    display: inline-block;    
    margin-bottom: 0;    
    font-weight: 400;   
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;	
    font-size: 1rem;
    padding: 0 18px;
	}
	
	
.dropdown-menu {
background: rgba(255,255,255,0.00);
	border:1px solid transparent;	 
    left: -25px;top:55px;
}


	
.dropdown-menu:focus, .dropdown-menu:active {
border:1px solid transparent;
}
	
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #FFF;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0,150,64,0.80);
     border:1px solid transparent;
    text-align: center;
	}
	
	.dropdown-item:focus, .dropdown-item:active{
		border:1px solid transparent;
	}
	
.dropdown { 
	border:1px solid transparent;
}

.dropdown a, .dropdown button { 
 border:1px solid transparent;
}
	
.dropdown-item:focus, .dropdown-item:hover {
	color: #1b3a2b!important;    
    background-color: #f6f2a6!important;	
	}
	

	
	.btn.focus, .btn:focus {
		border:1px solid transparent;
	}
	

@media (max-width: 990px){
	
#dropdownMenuButton {
    color: #ffe835;
    font-weight: 400;
    font-size: 1.6rem;   
	}
	
.dropdown-toggle::after {
		 transform: rotate(0deg);
	}
	
	
.dropdown-item{
	color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
	 background-color: transparent;	
	}
	
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffe835!important;
	 background-color: transparent!important;	
	}
	
	
}


/* cross */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 22px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 2px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #FFF;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* cross */


/* main menu */

.main-menu-wrapper {
	position: absolute;
	top:70%;
	right: 0;
    left: 0;
	padding: 10px 5%; 
	z-index: 9990;
}

.main-menu-btn {	
	z-index: 10000;
	background-color: rgba(159,22,138,0.7);
	border: 2px solid rgb(101 46 145 / 50%);
	display:inline-block;			
	font-size:1.1rem;
	width:100%;
	padding:10px 0px;
	letter-spacing: 2px;
	text-decoration:none;
	text-align: center;    
    color: #fffea6;  	  	  	
  	display: inline-block;
  	cursor: pointer;
  	box-shadow: inset 0 0 0 0 rgb(101 46 145 / 100%);
  	-webkit-transition: ease-out 0.4s;
  	-moz-transition: ease-out 0.4s;
  	transition: ease-out 0.4s;
	
}

a.main-menu-btn:hover {color:#fffea6!important;text-decoration:none;box-shadow: inset 400px 0 0 0 rgb(101 46 145 / 100%);}
a.main-menu-btn:visited {color:#fffea6;text-decoration:none;}
a.main-menu-btn:active {color:#fffea6;text-decoration:none;}
a.main-menu-btn:link {color:#fffea6;text-decoration:none;}



.main-menu-live-btn {
	z-index: 10000;
	border:2px solid #FFF000;
	display:inline-block;			
	font-size:1.1rem;
	width:100%;
	padding:10px 0px;
	letter-spacing: 2px;
	text-decoration:none;
	text-align: center;    
    color: #FFF000;  	  	  	
  	display: inline-block;
  	cursor: pointer;
  	box-shadow: inset 0 0 0 0 #FFF000;
  	-webkit-transition: ease-out 0.4s;
  	-moz-transition: ease-out 0.4s;
  	transition: ease-out 0.4s;
	
}

a.main-menu-live-btn:hover {color:#000000!important;text-decoration:none;box-shadow: inset 400px 0 0 0 #FFF000;}
a.main-menu-live-btn:visited {color:#fff000;text-decoration:none;}
a.main-menu-live-btn:active {color:#fff000;text-decoration:none;}
a.main-menu-live-btn:link {color:#fff000;text-decoration:none;}



.live-btn {
	position: fixed;
	bottom: 50px;
	right: 30px;
	width: 342px;
	z-index: 9980;	
}

@media (max-width: 499px){
.live-btn {
right: 0px;
    left: 0px;
    bottom: 100px;
    width: 180px;
    margin: auto;
}
	
.live-btn img{
	width: 180px;
	
}
	
}

/* campaign button */

.campaign-btn {
    position: fixed;
    bottom: 100px;
    right: 30px;    
    z-index: 9980;
}

.campaign-btn img{
	width: 350px;
}

@media (max-width: 680px){
.campaign-btn {
	right: 20px;    
    bottom: 100px;    
    margin: auto;
}
	
.campaign-btn img{
	width: 150px;
}
	
}


/* Hero */

#hero {	
	height: 100vh;
	min-height: 375px;
	position: relative;
	background-attachment: fixed;	
}


.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}


@media (min-width: 830px) {


}

@media (min-width: 680px) and (max-width: 829px) {
	
	
		 .tm-hero-text-container {
	    justify-content: flex-end;
   		 margin-bottom: 150px;
	}
 
}

@media (min-width: 500px) and (max-width: 679px) {
	

	
	 .tm-hero-text-container {
	    justify-content: flex-end;
   		 margin-bottom: 200px;
	}
}


@media (max-width: 499px) {
	

 	 .tm-hero-text-container {
	    justify-content: flex-end;
   		 margin-bottom: 250px;
	}
	  
  }


.trophy {
	margin: 0px auto 5px auto;
    width: 85%;
    max-width: 900px;
    height: auto;
}


.trophy-text{
	background: rgb(24,175,137,0.35);
    width: 70%;
	max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px;
}

.trophy-text H2 {
    font-size: 1.8rem;
    letter-spacing: 16px;
    color: #f6f2a6;
    font-weight: 600;
}

.trophy-text H3 {
	font-size: 1.3rem;
    letter-spacing: 14px;
	font-weight: 500;
}


.trophy-text H4 {
    font-size: 1rem;
    letter-spacing: 0.01px;
    line-height: 1.6;
}


.main_date {
	font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 10px;
    margin: 10px auto;
    font-weight: 400;
    border-bottom: dotted 1px #f6f2a6;
    max-width: 500px;
    text-align: center;
}


@media (max-width: 768px) {
	

.trophy-text {   
    width: 90%;
    margin: 0 auto 20% auto;
    padding: 10px;
	
	}
	
.trophy-text H2 {
    font-size: 1.4rem;
    letter-spacing: 14px;        
}
	
.trophy-text H3 {
    font-size: 1rem;
    letter-spacing: 12px;
}

.trophy-text H4 {
    font-size: .8rem;
    letter-spacing: 0.8px;	
	line-height: 1.2;
}
	
.main_date {
	font-size: 1rem;
	line-height: 1.6;
}	
	
	

	
}




.sponsor__logo{
    
 	position: absolute;
    width: 100%;    
    bottom: 0px;
    background-color: rgba(255,255,255,0.85);
    -webkit-box-shadow: 3px 3px 20px 1px rgb(0 0 0 / 60%);
    box-shadow: 3px 3px 20px 1px rgb(0 0 0 / 60%);
	box-sizing: border-box;	
}

.sponsor__logo__desktop{    
	max-width: 900px;
	width: 80%;	
    padding: 15px 30px;
    margin: 0 auto;    
    display: block;
}

.sponsor__logo__mobile{    
	max-width: 900px;
	width: 80%;	
    padding: 15px 30px;
    margin: 0 auto;    
    display: none;
}



@media (max-width: 520px) {
	
.sponsor__logo{
    position: absolute;   
    bottom: -320px;
	}
	
.sponsor__logo__desktop {    
	display: none;
}
	
.sponsor__logo__mobile {    
   	height: auto; 	
	width:100%;
	display: block;	
	padding-bottom: 50px;
}
	
}

@media screen and (max-width: 520px) and (max-height: 667px) {
	

.trophy-text {   
    width: 90%;
    margin: 0 auto;
    padding: 10px;
	}
	
.trophy-text H2 {
    font-size: 1.2rem;
    letter-spacing: 14px;
	line-height: 1.2;
}
	
.trophy-text H3 {
	font-size: 1rem;
    letter-spacing: 11px;
    line-height: 1.0;
}

.trophy-text H4 {
    font-size: .8rem;
    letter-spacing: 0.8px;	
	line-height: 1.2;
}
	
.main_date {
    font-size: 1.0rem;
    line-height: 1.3;
    padding-bottom: 5px;
    margin: 3px auto;
    font-weight: 400;
    border-bottom: dotted 1px #f6f2a6;
    max-width: 500px;
    text-align: center;
}	
	

	
	
}


@media only screen and (max-device-width: 480px){
.trophy-text {   
    width: 90%;
    margin: 0 auto;
    padding: 10px;
	}
	
.trophy-text H2 {
    font-size: 1.2rem;
    letter-spacing: 14px;
	line-height: 1.2;
}
	
.trophy-text H3 {
	font-size: 1rem;
    letter-spacing: 11px;
    line-height: 1.0;
}

.trophy-text H4 {
    font-size: .8rem;
    letter-spacing: 0.8px;	
	line-height: 1.2;
}
	
.main_date {
    font-size: 1.0rem;
    line-height: 1.3;
    padding-bottom: 5px;
    margin: 3px auto;
    font-weight: 400;
    border-bottom: dotted 1px #f6f2a6;
    max-width: 500px;
    text-align: center;
}	
	
	
}


	.animation__logo {		
		animation-name: fade-in, scale-up-center;
		animation-duration:  0.75s, 2.5s;
		animation-timing-function: ease, ease;
		animation-delay: 0s, 1s;
		animation-iteration-count: 1, 5;
		animation-direction: normal;
		animation-fill-mode: none;
			
		
	}

	@keyframes fade-in {
			
		0% {
			opacity:0;
		}
		100% {
			opacity:1;
		}
	}
	@keyframes scale-up-center {
			
	0% {
			transform:scale(1);			
		}
		13% {
			transform:scale(0.95);			
		}
		15% {
			transform:scale(1.05);
		}
		20% {
			transform:scale(0.9);
		}
		23% {
			transform:scale(1.15);
		}
		26% {
			transform:scale(1);
		}
		100% {
			transform:scale(1);
		}
	}






@supports (-ms-accelerator:true) {
    .trophy {
     height: 900px!important;
	 height: 90%!important;
	 width:auto!important;
    }
}


@media (max-width: 768px) {
.trophy {
	margin: 5% auto;
    width: 90vw;
    height: auto;
}
}

.trophy-mobile {
	margin: 0 auto; 
    max-height: 1000px;
    height: 90%;
	width: auto;
	display:none;
}

@media (max-width: 520px) {
.trophy-mobile {
    width: 60vw;
    height: auto;
    display: block;
    margin: 0px auto 10px auto;
}
.trophy {
	display: none;
	}
}


@media screen and (max-width: 520px) and (max-height: 668px){

.tm-hero-text-container {
    justify-content: flex-end;
    margin-bottom: 210px;
	}
	
	.trophy-mobile {
    width: auto;
    height: 25vh;
    display: block;
    margin: 0px auto 10px auto;
}
	
.trophy {
	display: none;
	}
}


.tm-hero-text-container-inner {
  margin-top: -90px;li.n
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-text-container {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.tm-intro-next {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}


@media (max-height: 768px) {
.tm-intro-next {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
	
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-bottom: 20px;
}

.tm-down-arrow {
  color: #c57e7d;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  padding: 10px 22px 8px;
  transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: white;
  background: #3496d8;
}



.arrow-strock {
	max-width:80px;
}


/* Count */
#count {
	height: 80vh;
	width: 100%;
	background-image: url(../img/bg-countdown.jpg);
	background-size: 100%;
	display: table;	
	padding-bottom: 50px;
	padding-top: 20px;
	color: #FFFFFF;	
	background-origin: border-box;
	  background-position:center bottom;
    background-repeat: no-repeat;
    background-color: #230074;
}


  .count-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
  }


  .countdown {
    text-align: center;
    margin: 80px 0 100px 0;
    padding: 0;
  }


  .countdown li {
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin: 0 40px;
  }

  #count span {
    font-size: 5rem;
	  font-family: font-family: 'Oswald', sans-serif;
	  font-weight: 700;
  }

  #count h1 {
    font-size: 4rem;
	font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0;
  }

  #count h2 {
    font-size: 2.3rem;
	  letter-spacing: 18px;
    text-transform: uppercase;
    margin: 10px 0;
  }

  #count h3 {
    font-size: 2rem;
	  font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
  }

@media (max-width: 768px){	
	
#count {
	background-image: url(../img/bg-countdown.jpg);
	padding-bottom: 0px;
	padding-top: 20px;	
	background-color: #230074;
	background-origin: border-box;
	background-position:bottom;
    background-repeat: no-repeat;
}


  #count span {
    font-size: 2.8rem;
  }

  #count h1 {
    font-size: 3rem;
	font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
	text-align: center;
  }
	 
   #count h2 {
      font-size: 1.4rem!important;
	  letter-spacing: 10px;  
   text-transform: uppercase;	  
   margin: 10px 0;
  }

  #count h3 {
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 10px 0;
  }
	
	#count li {       
    margin: 0 10px;
  }

}


@media (max-width:576px){
	#count {
   margin: 0;
	}
}

/* AR Game */
#ar {
	background-color: #ea2195;
	min-height: 375px;
    position: relative;}


.ar-wrapper {
	max-width:1000px;
	width:100%;
	margin: 0 auto;
	
}


.ar-section-title {
  font-size: 2.6rem;
  font-weight: 900;  
  text-align: center;
  color:#FFF;
  width:100%;
  padding: 80px 2% 10px 2%;
}

.ar-bg-left {
	background-color: #2f2f2f;
}

.ar-game-btn {
	width:100%;
	max-width: 480px;
   background: #5BE5AA;
   background-image: -webkit-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -moz-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -ms-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -o-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -webkit-gradient(to bottom, #5BE5AA, #52D6CB);
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
    border-radius: 40px;
    color: #FFFFFF;    
    font-size: 1.5rem;
    letter-spacing: 20px;
    font-weight: 100;
    padding: 5px 20px;
    margin: 10px auto;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

a.ar-game-btn:hover {
   color:#FFF000;		   
   background: #5BE5AA;
   background-image: -webkit-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -moz-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -ms-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -o-linear-gradient(top, #5BE5AA, #52D6CB);
   background-image: -webkit-gradient(to bottom, #5BE5AA, #52D6CB);   
   text-decoration: none;
}

.ar-iphone{
	display:block;
}

@media (max-width:576px){
	.ar-iphone{
	display:none;
}
}

/* Program */

#program {
	width: 100%;	
	background-size: 100%;	
	background-position-y: center;
	background-repeat: repeat-y;
	background-color: #01663c;
}

.program-wrapper {
	max-width:1000px;
	width:100%;
	margin: 0 auto;	
}

.program-section-title {
  font-size: 2.6rem;
  font-weight: 900;  
  text-align: center;
  color:#f6f2a8;
  width:100%;
  padding: 20px 2% 10px 2%;
  letter-spacing: 12px;			
}

.program-wrapper p{
	line-height: 1.5;
}
	
@media (max-width:991px){	
.program-section-title {
  font-size: 1.8rem;
  width:100%;
  padding: 10px 0;
}
	
.program-wrapper p{
	line-height: 1.4;
    font-size: 0.9rem;
}
	

	
}





/* Game Location */

#game {
	width: 100%;
	background-image: url(../img/bg_date.jpg);
	background-size: 100%;	
	background-position-y: center;
	background-repeat: repeat-y;
	background-color: #1b006d;}

.game-section-title {
  font-size: 2.6rem;
  font-weight: 900;  
  text-align: center;
  color:#FFF;
  width:100%;
  padding: 20px 2% 10px 2%;
}



.game-btn {
    width: 100%;
    max-width: 320px;
    background: #9324b7;
    background-image: -webkit-linear-gradient(top, #9324b7, #a15bb9);
    background-image: -moz-linear-gradient(top, #9324b7, #a15bb9);
    background-image: -ms-linear-gradient(top, #9324b7, #a15bb9);
    background-image: -o-linear-gradient(top, #9324b7, #a15bb9);
    background-image: -webkit-gradient(to bottom, #9324b7, #a15bb9);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #FFF;
    font-size: 1.5rem;
    letter-spacing: 5px;
    font-weight: 700;
    padding: 5px 20px;
    margin: 10px auto;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

a.game-btn:hover {
   color:#f5fd77;		   
   background: #9324b7;
   background-image: -webkit-linear-gradient(top, #a15bb9, #9324b7);
   background-image: -moz-linear-gradient(top, #a15bb9, #9324b7);
   background-image: -ms-linear-gradient(top, #a15bb9, #9324b7);
   background-image: -o-linear-gradient(top, #a15bb9, #9324b7);
   background-image: -webkit-gradient(to bottom, #a15bb9, #9324b7);   
   text-decoration: none;
}



}

@media (max-width: 678px){
	.game-section-title {font-size:1.6rem;}
	
	#location td{font-size: 1rem;}
	
	.location-text{
	font-size: 1.1rem;}
}



/* Voting */

#voting {
  background-image: url(../img/../img/voting-bg.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (max-width: 830px) {
  #voting {
    background-position: center -210px;
	  background-color: #ec2aaf;
  }
}

@media (min-width: 680px) and (max-width: 829px) {
  #voting {
    background-position: center -300px;
	background-image: url(../img/../img/voting-bg-m.jpg);
	
  }
}

@media (min-width: 500px) and (max-width: 679px) {
  #voting {
    background-position: center -400px;
	background-image: url(../img/../img/voting-bg-m.jpg);
	
  }
}

.voting-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}



.voting-wrapper {
	width:100%;
	max-width:1237px;
	text-align: left;
	padding:15px;
	box-sizing: border-box;
	z-index: 999;
}

.voting-wrapper img {max-width:280px;width:90%; margin: 0 auto;}
.voting-wrapper h3 {font-weight:700; line-height: 1.5;padding-bottom:20px;} 
.voting-wrapper p {line-height: 1.5;max-width:1100px; padding:0px 50px 10px 50px; margin: auto;} 
.voting-mobile-icon {width:100%; text-align: center;} 
.voting-trophy { width: 100%; margin: 0 auto;  text-align: center;margin: 30px auto;}

#voting-prize {background-color: #333333;}

#voting-prize img {max-width:400px;margin: 0 auto;}


.voting-prize-wrapper {
	max-width:900px;
	margin:  auto;
}

.voting-prize-wrapper h3 {font-size:2rem; color:#FFF; letter-spacing: 0.7rem; padding-top:80px;}
.voting-prize-wrapper h4 {font-size:1.15rem; color:#FFF; }

.voting-money {color:#fdc87a; font-weight: 900;}
.voting-prize-box {width: 400px; max-width: 90%; text-align: center;margin: 0 auto;color:#FFF;}
.voting-prize-box p {line-height: 1.2;}
.voting-prize-box-text {font-size:1.3rem; font-weight: 700;}
.voting-prize-box-price {font-size:1.2rem; font-weight: 300;}
.voting-prize-box-coupon {font-size:1.8rem; font-weight: 300;color:#FFF;text-align: center;letter-spacing: 0.6rem;}
.voting-prize-box-date {font-size:1.2rem; font-weight: 300;color:#FFF;text-align: center;}

.google-banner {max-width:728px;width:100%;margin: 0 auto;padding:0px 50px 0px 10px;}

@media (max-width:654px){
.voting-text-container {width: 100%; height: 100%;}	
.voting-wrapper h3 {font-size:1.6rem;padding-top:5px;padding-bottom:0px;line-height: 1;} 
.voting-wrapper p {font-size:0.9rem;line-height: 1; padding-bottom: 0px;} 
.voting-mobile-icon img {height:150px; text-align: center;} 
.voting-wrapper img {max-width:135px;width:90%; margin: 0 auto;}	
	
#voting-prize img {max-width:90%;margin: 0 auto;}
	
.voting-prize-box-text {
    font-size: 1.2rem;
    font-weight: 700;
}
	
.voting-prize-wrapper h3 {
    font-size: 1.5rem;
    color: #FFF;
    letter-spacing: 0.2rem;    
	}
	
.voting-prize-box-coupon {
    font-size: 1.5rem;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.3rem;
	}
	
.voting-prize-wrapper h4 {
    font-size: 1rem;
    color: #FFF;
}
	
.google-banner {padding-top:5px;}

	
}


@media (max-width:654px){
	
.voting-trophy {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    margin: 5px auto;
	}
	
}


/* Press */

.press-coming {
	text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.4;
    background-color: #0eab96;
    border: solid #5bdbca;
    border-width: 0 8px;
    padding: 5px;
}

.press-photo img {
	border: solid 2px #FFF;
	max-width:500px;
	width:100%;
	margin: 10px auto;
	box-sizing: border-box;
}


.press-video {
	max-width:1000px;
	width:100%;
	margin: 10px auto;	
box-sizing: border-box;
}

.press-text{
	text-align: left;
	font-size: 1.2rem;
}

@media (max-width:654px){
	
.press-text{	
	font-size: 1rem;
}
	
.press-coming {
	text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    background-color: #0eab96;
    border: solid #5bdbca;
    border-width: 0 8px;
    padding: 5px;
}
	
}



/* Archive Video */

.video-wrapper {
	border: solid 2px #FFF;
	width:100%;	
	margin: 10px auto;
	box-sizing: border-box;
	background: rgb(102,223,138);
    background: -webkit-linear-gradient(rgba(102,223,138,1) 0%, rgba(52,173,173,1) 34%, rgba(109,209,171,1) 64%, rgba(9,94,126,1) 100%);
    background: -o-linear-gradient(rgba(102,223,138,1) 0%, rgba(52,173,173,1) 34%, rgba(109,209,171,1) 64%, rgba(9,94,126,1) 100%);
    background: linear-gradient(rgba(102,223,138,1) 0%, rgba(52,173,173,1) 34%, rgba(109,209,171,1) 64%, rgba(9,94,126,1) 100%);
	color:#FFF;
}

.video-caption {		
	width:100%;	
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 500;
	padding: 5px;
	min-height: 90px;
	text-align: center;
}


/* Archive Video */



/* intro */
#intro {
	width: 100%;	
	background-size: 100%;
	display: table;
	background-position-y: center;
	background-repeat: repeat-y;

}


.intro-section-title {
	font-size: 2.6rem;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	width: 100%;
	padding: 80px 2% 15px 2%;
	background-image: url(../img/date_title_bg.jpg);
}


.intro-content {
	width: 90vw;
	height: 90vh;
	padding: 10%;
	margin: 10% auto;
	background-color: rgba(0,150,64,0.60);
	color: #FFF;
	margin-top: 30px;
	border-radius: 10px;
}

.intro-content H3{
	font-size: 2rem;
	font-weight: 900;
	color:rgba(253,255,178,1.00);
}


.intro-content p{
	font-size: 1rem;
    font-weight: 500;
    color: #FFF;
}

@media (max-width: 991px){
	.intro-content {
	margin-top: 120px;
		height: 85vh;
	}
}



/* date */
#date {
	width: 100%;	
	background-size: 100%;
	display: table;
	background-position-y: center;
	background-repeat: repeat-y;

}


.date-section-title {
	font-size: 2.6rem;
	font-weight: bolder;
	text-align: center;
	color: #FFF;
	width: 100%;
	padding: 80px 2% 15px 2%;
	background-image: url(../img/date_title_bg.jpg);
}


#date h2 {font-size:1.2rem;font-weight:500;}

#date p {font-size:0.9rem;}


/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* wrapper around content */
.wrapper {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.wrapper::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the wrapper to the left */
.left {
  left: -5px;
}

/* Place the wrapper to the right */
.right {
  left: 50%;
	margin: 0 0 0 2px;
}


.wrapper.right .content p, h2{color: #FFF;}

@media (max-width: 579px){
	
/* Place the wrapper to the left */
.left {
  left: 2px;
}

/* Place the wrapper to the right */
.right {
  left: 2px;
}
}

/* Add arrows to the left wrapper (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #777777;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #777777;
}

/* Add arrows to the right wrapper (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #777777 transparent transparent;
}

/* Fix the circle for wrappers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #777777;
  position: relative;
  border-radius: 6px;
	color:#FFF;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width wrappers */
  .wrapper {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .wrapper::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right wrappers behave like the left ones */
  .right {
  left: 0%;
  }
}


/* coming */


#coming {
	background-color: #333333;
}


/* Introduction */

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.2rem;
  line-height: 1.4;
}

.tm-icon {
  display: block;
  margin-bottom: 55px;
  color: #3496d8;
}

/* Work */

.tm-work-description {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.slick-dots li button:before {
  font-size: 26px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  /* margin: 10px 1%;
  min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%; */
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #3496d8;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Contact */

#contact {
	background-color:#000; 
  color: white;    
  min-height: 120px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
}

.tm-underline {
  border-top: 2px solid white;
  height: 8px;
  width: 100%;
}

.tm-underline-inner {
  width: 25%;
  height: 8px;
  background: white;
}

.tm-contact-item {
  margin-bottom: 75px;
}

.tm-contact-item-link {
  display: flex;
  align-items: center;
}

.tm-contact-item-link i,
.tm-contact-item-link span {
  color: white;
  transition: all 0.3s ease;
}

.tm-contact-item-link:hover i,
.tm-contact-item-link:hover span {
  color: #3496d8;
}

.tm-input {
  padding: 8px 25px;
  border-radius: 3px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-btn-submit {
  margin-left: 20px;
}

footer{
    background-color: #000;
    color: white;
    min-height: 120px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tm-footer {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  padding: 10 15px;
}

.tm-footer2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 10px 15px;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #3496d8;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

.footer-text {font-size: 0.8rem;
line-height: 0.8;}

@media (min-width: 576px) {
.footer-text {font-size: 0.5rem;}
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 65px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 990px) {
	
  
	
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}


.sponsor-logo {display: none;}
.mobile-logo-off {display: none;}

@media (max-width: 990px) {	
	.mobile-logo-on {display: block!important;}
	.sponsor-logo {display: block;}
}

@media (max-width: 990px) {
	
	
	.container {width:100%!important;}
	
	
  .tm-btn-submit {
    margin-left: 20px;
    margin-top: 0;
  }

  .navbar-nav {
	max-width: 100%;
    text-align: center;
	  
  }
	
  .menu-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s;
    margin-top: 50px;
    transform: translateY(-200%);
    pointer-events: none;
  }

  .navbar-collapse {
	background-color: rgba(14,101,59,0.95);
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 20% 0px;
    line-height: 35px;
    font-size: 1.8rem;
    right: 0px;
    top: 0px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
  }
	
		
}



@media (min-width: 576px) {
	.container {width:100%!important;}
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

@media (max-width: 420px) {
  .tm-btn-submit {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}

/* Result */
.result-list {background: rgba(239,158,253,0.3);width:100%;margin-bottom:15px;font-size:1rem;color:#7d339d;border: 2px solid #7d339d;}
.result-list>tbody>tr>td, .awardlist>tbody>tr>th {padding:4px 10px;border-top: 1px solid #ba8dc9;}
.result-list>thead>tr>th {vertical-align: bottom;padding:0px 10px;}
.result-awardname {font-size:1.2rem;color:#FFF000;text-align:center;}
.result-awardwinner {color:#FFF784;text-align:center;width:30%;}
.result-awardwinner_sp {font-weight:500;color:#FFF;text-align:center;}
.result-songname {text-align:center;width:70%;color:#F8FB9D;font-weight:700;}
.result-award {width:40%;margin:0 auto;}
.result-song {width:100%;margin:0 auto;text-align: center;}



/* Result */

#prize {
	background: rgba(239,158,253,0.3);
    width: 100%;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #FFF;
	text-align: center;
    border: 2px solid #7d339d;
}

#prize>tbody>tr>td, #prize>tbody>tr>th {
	border: 1px solid #ba8dc9;
	padding: 4px 10px
}

.prize-title {
	font-size: 1.2rem;
    color: #FFF000;
    text-align: center;
}


}
.prize-name {}

@media (max-width:480px){

#prize {	
    font-size: 0.7rem;    
}
	
.prize-title {
	font-size: 1rem;
    color: #FFF000;
    text-align: center;
}
}
