html {
  font-size: 18px;
}

body {
  color: #8f8f8f;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', sans-serif;
}

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: #7d339d; }

.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;}
	
.mobile-view {display: none;}

@media (max-width: 990px){	
	
.desktop-view {display: none;}
	
.mobile-view {display: block;}
	
.all-view {display:block!important;}
	
}


/* Navbar */

.logo {max-height:50px;}

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: rgba(220,22,145,0.80);
  border-bottom: 1px solid rgba(220,22,145,1);
}

.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 30px;
}

.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: 990px){
.tm-nav-link {
	color: #707070;
    font-weight: 900;
    font-size: 2rem;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #707070;
}

.tm-navbar.scroll .tm-nav-link {
  color: #707070;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current, {
	color: #707070; 
}
	
	
a.tm-nav-link:hover {
	color: #FFF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #707070;
}
	
	
}


.navbar-toggler {
	outline: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9990;
	border-radius: 50%;
    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);
}






/* cross */

.animated-icon1, .animated-icon2, .animated-icon3 {
width: 27px;
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;
	
}
	
}



/* Hero */

#hero {
  background-image: url(../img/bg_1920x1080_light.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
	
}

@media (min-width: 830px) {
  #hero {
    background-position: center -210px;
	  background-color: #ec2aaf;
  }
}

@media (min-width: 680px) and (max-width: 829px) {
  #hero {
    background-position: center -300px;
	background-image: url(../img/bg_1920x1080_light.jpg);
	
  }
}

@media (min-width: 500px) and (max-width: 679px) {
  #hero {
    background-position: center -400px;
	background-image: url(../img/bg_1920x1080_light.jpg);
	
  }
}


@media (max-width: 499px) {
  #hero {
    background-position: center -250px;
	background-image: url(../img/bg_600x1200_light.jpg);
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.trophy {
	margin: 10% auto;      
	width: 70vh;
	height: 80vh;
}


@supports (-ms-accelerator:true) {
    .trophy {
     height: 900px!important;
	 height: 90%!important;
	 width:auto!important;
    }
}


@media (max-width: 768px) {
.trophy {
	margin: 10% auto;      
	width: 70vh;
	height: 70vh;
}
}

.trophy-mobile {
	margin: 5% auto 15% auto; 
    max-height: 1000px;
    height: 90%;
	width: auto;
	display:none;
}

@media (max-width: 520px) {
.trophy-mobile {
	height: 70%;
	display: block;
}
.trophy {
	display: none;
	}
}


.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 10px;
  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-top: 18%;
}

.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;
}


/* 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;
}
}

/* 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%;
}

#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{
	background-color: #440288;
	text-align: center;
	width:100%;
	padding-top:80px;
}

.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-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;
}
	
}



/* Archive Video */

.video-wrapper {
	border: solid 2px #FFF;
	width:100%;	
	margin: 10px auto;
	box-sizing: border-box;
	background: rgba(220,22,145,0.80);
	color:#FFF;
}

.video-caption {		
	width:100%;	
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 500;
	padding: 5px;
	min-height: 120px;
}


/* Archive Video */


/* date */
#date {
	width: 100%;
	background-image: url(../img/bg_date.jpg);
	background-size: 100%;
	display: table;
	background-position-y: center;
	background-repeat: repeat-y;
	background-color: #1b006d;
}


.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: 100px;
  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;
}

.tm-footer {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  padding: 10 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(255,255,255,1.00);   
    position: fixed;
    width: 100vw;
    height: 100vh;
    padding: 20% 0px;
    line-height: 50px;
    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;
}
}
