@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family:'Nunito Sans', sans-serif, DINCond-Medium,'DINPro-Regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #000;
}


ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
	color: #fff;
}	
	
a:hover, a:focus {
color: #fff !important;
text-decoration:none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100%;
    height: auto;
}



/*page style*/
@media screen and (max-width: 960px){
#promotion_language_select_link {
right: 80px;
    margin: 5px 0;
    position: fixed;
}}

@media screen and (max-width: 800px){
#promotion_language_select_link {
    right: 80px;
    margin: 14px 0;
}}

@media screen and (max-width: 768px){
#promotion_language_select_link {
	max-width: 190px;
    right: 80px;
    margin: 14px 0;
}}

@media screen and (max-width: 425px){
#promotion_language_select_link {
width: auto;
    max-width: 125px;
    overflow: hidden;
    right: 80px;
    margin: 0px 0;
}}


@media screen and (max-width: 375px){
#promotion_language_select_link {
    max-width: 100px;
}}

@media screen and (max-width: 320px){
#promotion_language_select_link {
    max-width: 80px;
	    margin: 0;

}}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

@-webkit-keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@-webkit-keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@-webkit-keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@-webkit-keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

@keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }


#backtop {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  padding: 10px;
  cursor: pointer;
}

#backtop .svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
}

#backtop .svg:hover {
  fill: #76b900;
}

/*#Stadium_box*/
#Stadium_box {
background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/pd2.jpg)no-repeat center;
    background-size: 100%;
    background-attachment: fixed;
padding: 0 0 3% 0;
margin: 0;
text-align: center;
width: 100%;
overflow-x: hidden;
color: #fff;
position: relative;
}


#Stadium_box .logoitem {
	margin: 5% 0 0 0;
}
	
#Stadium_box .kv p {
font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.8em;
    padding: 0 0 0 1%;
    margin: -3% 0 3% 0;
}

#Stadium_box .kv {
	position: relative;
	z-index: 1;
	text-align: center;
}

#Stadium_box .kv .title {
position: absolute;
    z-index: 2;
    bottom: 25px;
    right: 0px;
    left: 0px;
    max-width: 1920px;
    margin: auto;
    font-size: 30px;
    line-height: 45px;
    text-align: left;
}

#Stadium_box .box2 {
}

#Stadium_box .box2 .img-p {
	z-index: 1;
	left: -40px;
	bottom: -35px;
	
}

	 

/*eligible-models*/
#stadium-of-spoils .eligible-models-b2 {
-webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-block;
  display: -ms-flexbox;
  display: block;	
}

#stadium-of-spoils .accordion h5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: auto;
  padding: 1rem;
  color: #fff;
  text-transform: uppercase;
	font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center !important;
    padding-left: 10px;
}
	
#stadium-of-spoils .accordion h5:hover {
  cursor: pointer;
    color: #67afe8;
}

#stadium-of-spoils .accordion h5.active {
  color: #fff;
}

#stadium-of-spoils .accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
	width: 100%;
    margin: auto;
}

#stadium-of-spoils .accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

#stadium-of-spoils .accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
border-top: 1px solid #e5e5e5;
		margin-bottom: 2%;
}


/*tabs*/
.tabs {
  display: flex;
  flex-wrap: wrap;
  margin: 1% 0;
}


@media (max-width: 960px){
.tabs {
    flex-direction: column;
    justify-content: center;
    /* padding: 5%; */
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: ruby-text-container;
    display: contents;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    text-align: left;
	}}

.tabs label {
  order: 1;
  display: block;
  padding: 1rem 2rem;
  margin:0 15px;
	margin: auto;
  cursor: pointer;
  /*background: #90CAF9;*/
	border: 2px solid;
	color: #d9a825;
  font-weight: bold;
  transition: background ease 0.2s;
	width: calc(24% - 0px);
	justify-content: center;
}


@media (max-width:1680px){
.tabs label {
	padding: 12px 15px;
			}}	



@media (max-width:960px){
	.tabs label {
	width: calc(100% - 0px);
		text-align: center;
		margin: 1% 0;
}}

.tabs label:hover {
  background: #d9a825;
	border: none;
	color: #fff;
}
		
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs input[type="radio"]:checked + label {
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}



/*--box3 table--*/
#Stadium_box .box3main {
    flex-wrap: wrap;
    justify-content: flex-start;
	background-size: 100%;
	background-attachment: fixed;
	background-position: bottom 18% center;
	margin: auto;
}

@media (max-width:800px){
#Stadium_box .box3main {
	background-size: cover;
	background-position: bottom;
	}}

#Stadium_box .box3 {
	padding: 0px 0px 100px 0px;
}
#Stadium_box .box3 .css_table {
	display: table;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

#Stadium_box h1,#Stadium_box h2 {
	font-size: 6rem !important;
	font-weight: 700;
    line-height: 1.4;
    color: #67afe8;
	margin-bottom: 0;
	padding-top: 0;
	/*text-align:justify;*/
	text-transform: uppercase;
  	animation: flux 5s linear infinite;
  	-moz-animation: flux 5s linear infinite;
  	-webkit-animation: flux 5s linear infinite;
  	-o-animation: flux 5s linear infinite;
}

@media (max-width: 2560px){
#Stadium_box h1,#Stadium_box h2 {
    font-size: 5.5rem !important;
	}}

@media (max-width: 1920px){
#Stadium_box h1,#Stadium_box h2 {
	font-size: 2.7rem !important;
	}}

@media (max-width: 425px){
#Stadium_box h1,#Stadium_box h2 {
    margin: auto;
    font-size: 36px !important;
	}}


#Stadium_box h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 2% 0;
	line-height: 1.4;
    /*text-transform: uppercase;*/
}


#Stadium_box .msi-p3 {
	font-size: 30px;
	margin: 2% 0;
	line-height: 1.4;
	text-align: left;
}

@media (max-width: 425px){
#Stadium_box h3,#Stadium_box .msi-p3 {
    font-size: 20px;
	justify-content: center;
	margin: auto;
	}}

#Stadium_box h4 {
font-size: 24px;
    line-height: 1.4;
    width: 100%;
	text-align: left;
	padding-left: 10px;
}

@media (max-width: 425px){
#Stadium_box h4 {
    font-size: 20px;
	justify-content: center;
	margin: auto;
	}}	

#Stadium_box h5 {
font-size: 26px;
font-weight: 700;	
    line-height: 1.4;
    width: 100%;
	text-align: left;
		padding-left: 10px;
	color: #67afe8;
}

@media (max-width: 425px){
#Stadium_box h5 {
    font-size: 20px;
	justify-content: center;
	margin: auto;
	}}	

#Stadium_box span {
	color: #ffffff7a;
}
#Stadium_box .box2 .box2-r {
	margin: 35px 0px;
	margin-left: 8%;
}
#Stadium_box .box2 button .col-xs-12 {
	background: rgba(255,0,4,0.3);
	padding: 15px 0px;
}
#Stadium_box .box2 button .col-xs-12:hover {
	background: rgba(255,0,4,1);
}
#Stadium_box .box2 .round, #Stadium_box .box2 .round-2 {
	padding: 40px;
	width: 12em;
	height: 12em;
	border-radius: 99em;
	border: #f00 solid 10px;
	background: rgba(0,0,0,0.5);
	margin-bottom: 1em;
}
#Stadium_box .box2 .round-2 {
	padding: 44px;
}
#Stadium_box .box2 .r-text {
	padding: 0px;
	font-size: 20px;
}
#Stadium_box .box2 .r-text a {
	background: #FF0004;
	display: block;
	padding: 8px;
	line-height: 17px;
}
#Stadium_box .box2 i {
	font-size: 5em;
}
#Stadium_box .box2 .fa-x {
	font-size: 2.5em !important;
	margin-top: 1.8em;
	color: rgba(220,57,0,0.5);
}
#Stadium_box .box2 .box2-l {
	margin-top: 5em;
	margin-bottom: 0em;
}
#Stadium_box .box2 .box2-l .text {
	margin-top: 2.7em;
	font-size: 25px;
	line-height: 25px;
}
#Stadium_box .box2 .button {
	margin-top: -235px;
	margin-bottom: 40px;
	z-index: 3;
}
#Stadium_box .box2 .text2 {
	border: 0px solid #f00;
	padding: 3% 5%;
	margin-top: 15px;
	background: rgba(87,87,87,0.3);
	border-radius: 15px;
	font-size: 18px !important;
	text-align: center;
}
#Stadium_box .box2 p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-align: left;
}

#Stadium_box .box2 li{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-align: left;
}
/*--toolbar--*/

.navbar {
  margin-bottom: 0;
}

#toolbar {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 30px;
}

#toolbar li {
position: relative;
    margin-bottom: 4px;
    -webkit-transition: 1.5s all;
    -o-transition: 1.5s all;
    transition: 1.5s all;
    background: #4d4e50;
    right: 0;
    color: #4d4e50;
    padding: 9px;
    cursor: pointer;
    text-align: left;
    font-size: 30px;
    list-style: none;
}

#toolbar li a {
  color: #000;
  dislpay: block;
font-size: 26px;
}

#toolbar li:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
    background: #FF0000;

}

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #000;
  vertical-align: middle;
}

#toolbar li:hover {
  right: 0;
  background: #FF0000;
}

#toolbar li:hover .svg {
  fill: #FF0000;
}


/*--nav--*/
#Stadium_box #btnav {
	display: none;
}
.fixed {
	position: fixed !important;
	top: 0;
	z-index: 999;
}
#ag .hide {
	display: none !important;
}
#ag-nav {
	z-index: 50;
	width: 100%;
	margin-bottom: 0%;
}
#ag-nav ul, #ag-nav li {
	list-style: none;
	padding: 0 0;
	margin: 0 0;
	text-align: center;
}
#ag-nav ul {
	background: rgba(205,0,0,0.72);
	/*border-top: 1px solid #ff8400;*/
	/*border-bottom: 1px solid #c50000;*/
	padding: 15px 0;
}
lang {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,0.8);
	display: none;
}
#lang li {
	width: 50% !important;
	border: none !important;
	border-bottom: #333 1px dashed !important;
	display: block !important;
	float: left;
}
#lang li:hover a {
	color: #fc0 !important;
}
#ag-nav li {
	display: inline-block;
}
#ag-nav li a {
	padding: 0 25px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: bold;
}

@media (max-width: 1024px){
#ag-nav li a {
	font-size: 16px;
	}}

@media (max-width: 800px){
#ag-nav li a {
    font-size: 20px;
    line-height: 1.1;
	}}

#ag-nav li a:hover {
	color: #ef7709;
}
/*--lan-*/
#langwp {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	font-size: 130%;
	color: #fff;
	position: fixed;
	z-index: 1000;
	padding-top: 5%;
	top: 0;
}
#langwp .langbox {
	width: calc(90% - 100px);
	margin: 0 auto;
	max-width: 800px;
	border: #c00 5px solid;
	background: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 50px;
}
.tab-panels ul {
	margin: 0;
	padding: 0;
}
.tab-panels ul li {
	list-style-type: none;
	display: inline-block;
	background: #666;
	margin: 0;
	padding: 3px 10px;
	border-radius: 10px 10px 0 0;
	color: #000;
	font-weight: 200;
	cursor: pointer;
	margin-right: 5px;
}
.tab-panels ul li:hover {
	color: #fff;
	background: #f00;
}
.tab-panels ul li.active {
	color: #000;
	background: #f00;
}
.tab-panels .panel {
	display: none;
	background: rgba(253,255,255,.1);
	padding: 30px 10px;
	border-radius: 0 0 10px 10px;
	border-bottom: 0px solid #6A2F0C;
	border-top: 2px solid #f00;
}
.tab-panels .panel.active {
	display: block;
}
@media screen and (max-width: 1480px) {
	#Stadium_box .kv{padding-bottom: 2%;
	}}

@media screen and (max-width: 1280px) {
	#Stadium_box .kv{padding-bottom: 6%;
	}}

@media screen and (max-width: 1024px){
#Stadium_box .kv {
    padding-bottom: 10%;
	}}

@media screen and (max-width: 800px) {
#Stadium_box .kv{
	padding-bottom: 3%;
	}
	
#langwp .langbox {
	width: 90%;
	padding: 0px 0;
	margin: 0 auto;
	border: none;
}
}
#langwp .langbox h2 {
	font-size: 2em !important;
	color: #f00 !important;
	padding-bottom: 0.5em !important;
	text-align: center;
}

@media screen and (max-width: 960px) {
#langwp .langbox h2 {
	font-size: 1.5em;
}
}
#langwp .langbox .area {
	width: calc(100% / 1 - 4px) !important;
	background-color: rgba(255,0,4,.4);
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
#langwp .langbox li {
	float: left;
	width: calc(100% / 3 - 4px);
	margin: 2px;
	text-decoration: none;
	list-style: none;
	text-align: center;
}
#langwp .langbox li a {
	color: #fff;
	display: block;
	border: #f00 1px dotted;
	padding: 6px 0;
	font-size: 0.8em;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 5px;
}
#langwp .langbox li a:hover {
	background: rgba(255, 0, 0, 0.8);
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 960px) {
#langwp .langbox li {
	width: calc(50% - 4px);
}
}


#Stadium_box .dt {
width: 100%;
max-width: 1800px;
	margin: auto;
	justify-content: center;
}

@media (max-width:2700px){
#Stadium_box .dt {
width: 100%;
max-width: 63%;
	}}

@media (max-width:1920px){
#Stadium_box .dt {
width: 100%;
max-width: 63%;
	}}

@media (max-width: 1536px){
#Stadium_box .dt {
    width: 100%;
    max-width: 70%;
	}}

@media (max-width: 1366px){
#Stadium_box .dt {
    max-width: 75%;
	}}



@media (max-width: 425px){
#Stadium_box .dt {
    max-width: 80%;
	}}

#Stadium_box .dt .title {
    font-size: 18px;
    line-height: 26px;
    padding: 5% 0 0 0;
}

@media (max-width:1920px){
#Stadium_box .dt .title {
    max-width: 1400px;
    margin: auto;
    font-size: 18px;
    padding: 5% 0 0 0;
	}}

#Stadium_box .dt .title a {
color: #fff !important;
}

#Stadium_box .dt .title a:hover {
color: #67afe8 !important;
}

#Stadium_box .dt .do-container {
width: 10%;
    margin: auto;
    margin-top: -7%;
    margin-bottom: 3%;
}

#Stadium_box .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    margin: auto;
}


#Stadium_box .carousel {
width: 100%;
    margin: auto;
}

#Stadium_box .carousel.pointer-event p {
    font-size: 20px;
    line-height: 1.4;
    padding: 2% 0;
}

/*down-arrow*/
#Stadium_box .arrow {
max-width: 2700px;
    margin: auto;
    font-size: 28px;
    line-height: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation: arrowDown 1.5s ease-in-out infinite alternate;
    animation: arrowDown 1.5s ease-in-out infinite alternate;
	    position: relative;
    text-align: center;
    bottom: 0;
    z-index: 2;
    /*text-shadow: -6px 4px 4px #67afe8, -6px 4px 4px #67afe8, -6px 4px 4px #67afe8, -6px 4px 4px #67afe8, -6px 4px 4px #67afe8;*/
}

#Stadium_box .down-arrow {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 30px;
}

#Stadium_box .down-arrow::after {
display: inline-block;
    content: " ";
    height: 20px;
    width: 20px;
    border-width: 0 4px 4px 0;
    border-color: #fff;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform-origin: center;
    transition: transform .3s;
    position: absolute;
    top: 90%;
    right: -6px;
    margin-top: -10px;
}

#Stadium_box .arrowDown {
    -webkit-animation: arrowDown 1s ease-out infinite;
    animation: arrowDown 2s linear infinite;
    animation-delay: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}


/*--prize--*/
#Stadium_box .prize {
	padding: 1% 0px 4% 0px;
}

#Stadium_box .prize ul {
	width: 100%;
	list-style: none;
	display: flex;
}
#Stadium_box .prize li {
	background: #fff;
	font-size: 18px;
	color: #000;
	width: 22%;
	border-radius: 10px;
	margin: 10px;
	padding: 10px;
	float: left;
	box-shadow: 0 0 8px rgba(255, 2, 2, .8);
	border: 2px solid #fff;
	min-height: 350px;
}
#Stadium_box .prize .gname {
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #999;
}
#Stadium_box .prize .for {
	font-size: 16px;
	color: #000000;
}
#Stadium_box .prize .for span {
	color: #f00;
}
#Stadium_box .prize li:hover {
	box-shadow: 0 0 20px rgba(255, 2, 2, 1);
	border: 2px solid #f00;
	transform: scale(1.05);
}

.center-block {
    display: block;
}

@media (max-width: 800px){
.center-block {
    display: block;
	}}

/*--term--*/
#Stadium_box .term {
	text-align: left;
}
#Stadium_box .term ul {
	text-align: left;
	line-height: normal;
	font-size: 16px;
}
#Stadium_box .dec {
	margin-left: 20px!important;
}
/*--submit--*/

#Stadium_box .sbox {
	padding-bottom: 7%;
}
#Stadium_box .icon-img {
	height: 3px;
	background: #3d2d13;
	background: #ff6c00;
	background: -moz-linear-gradient(to right, #f00 100%, #f00 10%, #f00 100%, #000 100%, #000 100%));
	background: -webkit-linear-gradient(to right, #f00 100%, #f00 10%, #f00 100%, #000 100%, #000 100%));
	background: linear-gradient(to right, #f00 100%, #f00 10%, #f00 100%, #000 100%, #000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6c00', endColorstr='#ff6c00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(30% 100%, 100% 100%, 0% 5%, 0% 0%);
	clip-path: polygon(30% 100%, 100% 100%, 0% 5%, 0% 0%);
	margin-top: 0px;
}
#Stadium_box .submit a {
	text-decoration: none;
	color: #fff;
	font-size: 3rem;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 10px 40px;
	background: #f00;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 55px rgba(255, 2, 2, 1);
	transition-property: background border;
	transition-duration: .2s;
	transition-timing-function: ease-out;
	transition-delay: initial;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}

@media (max-width: 2700px){
#Stadium_box .submit a {
	font-size: 2.5rem;
	}}

@media (max-width: 1920px){
#Stadium_box .submit a {
	font-size: 2.3rem;
	}}

@media (max-width: 1024px){
#Stadium_box .submit a {
	font-size: 2rem;
	}}

#Stadium_box .submit {
	margin: 0px;
}
#Stadium_box .submit a:hover {
	color: #000;
}
#Stadium_box .arrowDown {
	-webkit-animation: arrowDown 1s ease-out infinite;
	animation: arrowDown 2s linear infinite;
	animation-delay: 0s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
}
 @keyframes filling {
 from {
 background-position: center 25%;
}
 to {
 background-position: center 50%;
}
}
#Stadium_box .container-text {
	font-size: 3rem;
    line-height: 1;
    color: #A0A0A0;
    text-transform: uppercase;
    margin: 1% 0 1%;
}

@media (max-width: 2380px){
#Stadium_box .container-text {
font-size: 2.5rem;	
padding-top: 40px;
	}}

@media (max-width: 1920px){
#Stadium_box .container-text {
font-size: 2.3rem;	
	}}

@media (max-width: 1024px){
#Stadium_box .container-text {
font-size: 2rem;	
	}}

@media (max-width: 960px){
#Stadium_box .container-text {
	font-size: 1.7rem;
	padding-bottom: 1%;
	}}

@media (max-width: 425px){
#Stadium_box .container-text {
font-size: 1.8rem;	
	}}

/*rules animita*/
@-webkit-keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
#Stadium_box .mname ul {
	width: 100%;
}
#Stadium_box .mname ul li {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: none;
}
#Stadium_box .mname ul li:hover {
cursor: auto;
}
#Stadium_box .post {
	background: #ff5a00;
	padding: 10px;
	background-color: rgba(253,255,255,.1);
	width: 80%;
	margin-left: 10%;
	border-left: 5px solid #999;
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 2px;
}
#Stadium_box .post:hover {
	background: #ff5a00;
	padding: 10px;
	background-color: rgba(253,255,255,.2);
	width: 80%;
	margin-left: 10%;
	border-left: 5px solid #999;
	margin-bottom: 5px;
	text-decoration: none;
}
#Stadium_box a:hover {
	text-decoration: none !important;
}
 @-webkit-keyframes neon2 {
 from {
 box-shadow:
 0 0 20px rgba(255, 2, 2, 1), 0 0 50px rgba(255, 2, 2, 1), 0 0 70px rgba(255, 2, 2, 1),
}
 to {
 box-shadow: 
 0 0 0px rgba(255, 2, 2, .2), 0 0 15px rgba(255, 2, 2, .2);
}
}
/* ===== Select Box ===== */
#Stadium_box .sel {
	font-size: 0.4em;
	display: inline-block;
	margin: 3em 1em;
	width: 450px;
	background-color: #f00;
	position: relative;
	cursor: pointer;
}
#Stadium_box .sel span {
	color: #fff !important;
}
#Stadium_box .sel::before {
	position: absolute;
	content: '\f063';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #FFF;
	right: 20px;
	top: calc(50% - 0.5em);
}
#Stadium_box .sel.active::before {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
#Stadium_box .sel__placeholder {
	display: block;
	font-size: 3em;
	color: #fff;
	padding: 0.2em 0.5em;
	text-align: left;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: visible;
}
#Stadium_box .sel.active .sel__placeholder {
	visibility: hidden;
}
#Stadium_box .sel__placeholder::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 0.5em;
	content: attr(data-placeholder);
	visibility: hidden;
}
#Stadium_box .sel.active .sel__placeholder::before {
	visibility: visible;
}
#Stadium_box .sel__box {
	position: absolute;
	top: calc(100% + 4px);
	left: -4px;
	display: none;
	list-style-type: none;
	text-align: left;
	font-size: 1em;
	background-color: #666;
	width: calc(100% + 8px);
	box-sizing: border-box;
	overflow: scroll;
	height: 300px;
	overflow-x: hidden;
}
#Stadium_box .sel.active .sel__box {
	display: block;
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
#Stadium_box .sel__box__options {
	display: list-item;
	font-size: 1.8em;
	color: #000;
	padding: 0.5em 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#Stadium_box .sel__box__options::after {
	content: '\f00c';
	margin-left: 5px;
	display: none;
}
#Stadium_box .sel__box__options.selected::after {
	display: none;
}
#Stadium_box .sel__box__options:hover {
	background-color: rgba(155,0,0,1);
}
/* ----- Select Box Black Panther ----- */
#Stadium_box .sel {
	border-bottom: 0px solid rgba(255, 90, 0, 0.3);
	border-top: 0px solid rgba(255, 90, 0, 0.3);
	border-left: 0px solid rgba(255, 90, 0, 0.3);
	border-right: 0px solid rgba(255, 90, 0, 0.3);
	border-radius: 5px;
}
#Stadium_box .sel--black-panther {
	z-index: 3;
}
#Stadium_box .sel--superman {
	z-index: 2;
}

@media screen and (max-width:960px) {
/*nav*/
#Stadium_box #btnav {
	display: block;
	padding: 18px 0 10px;
	z-index: 99999;
	text-align: center;
	background: #f00;
	font-size: 30px;
	text-transform: uppercase;
}
	
#ag-nav ul {
	display: none;
}
#ag-nav ul li {
	display: block;
	width: 100%;
	z-index: 99999;
}
#ag #lang {
	position: relative;
	z-index: 99999;
}
}

@media screen and (max-width: 800px){
#Stadium_box #btnav {
    padding: 27px 0 10px;
	}}

@media screen and (max-width: 425px){
#Stadium_box #btnav {
    padding: 10px 0 10px;
	}}

@media screen and (max-width:1024px) {
#Stadium_box .kv .title h1 {
	font-size: 26px;
}
#Stadium_box .kv p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: normal;
}}

@media screen and (max-width: 425px){
#Stadium_box .kv .title h1 {
    font-size: 24px;
	}}

@media screen and (max-width: 393px){
#Stadium_box .kv .title h1 {
    font-size: 22px;
	}}

@media screen and (max-width:1320px) {
#Stadium_box .sel {
	width: 38%;
}}

@media screen and (max-width:800px) {
#Stadium_box .icon-img {
	display: none;
}
.tab-panels .panel {
	padding: 10px 0px;
	margin: 0px;
}
#Stadium_box .mname ul li {
	margin: 5px;
}
.tab-panels ul li {
	border-radius: 10px;
}

	#Stadium_box .box2 .text2, #Stadium_box .box2 p, #Stadium_box p, #Stadium_box .term, #Stadium_box .term ul {
	font-size: 14px;
}
.tab-panels ul li {
	margin-bottom: 0px;
	border-bottom: 2px solid #000;
	line-height: 2;
}
	
#Stadium_box .kv .title {
	position: relative;
}
	
#Stadium_box .kv p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: normal;
	padding: 0px 5%;
}
#Stadium_box h2 {
	margin-bottom: 0px;
	padding-top: 20px;
	font-size: 28px;
}
	
#Stadium_box .box2 i {
	font-size: 3em;
}
	
#Stadium_box .box2 .round-2 {
	padding: 0px;
}
	
#Stadium_box .box2 .round, #Stadium_box .box2 .round-2 {
	border: 5px solid;
	padding: 30px 0px 0px 10px;
	height: 8em;
	width: 8em;
	margin-left: 24%;
}
	
#Stadium_box .box2 p {
	font-size: 14px;
}
	
#Stadium_box .box2 .box2-r {
	margin-top: 10px;
}
#Stadium_box .col-xs-6 {
	margin: 0px;
}
#Stadium_box .col-xs-12 {
	margin: 0px 0px;
	padding: 0px;
}
#Stadium_box .box2 .fa-x {
	margin-top: 0px;
	transform: rotate(90deg);
	display: none;
}
#Stadium_box .prize li {
	width: 90%;
}
#Stadium_box .prize ul {
	margin-left: -5%;
}
#Stadium_box .submit a {
	font-size: 22px;
}
#Stadium_box .box2 .box2-r {
	margin-left: 0px;
}
#Stadium_box .box3 .css_table {
	width: 100%;
	margin: auto 0px;
	font-size: 10px;
}
}

@media screen and (max-width: 425px){
#Stadium_box .kv .title {
    bottom: 0px;
	}}

@media screen and (max-width: 425px){
#Stadium_box .box2 .text2, #Stadium_box .box2 p, #Stadium_box p, #Stadium_box .term, #Stadium_box .term ul {
    font-size: 12px;
    line-height: 1.4;
	}}

@media screen and (max-width: 425px){
#Stadium_box .kv p {
    font-size: 14px;
    padding: 0px 6%;
	}}

@media screen and (max-width: 393px){
#Stadium_box .kv p {
    font-size: 12px;
	}}

@media (max-width:468px) {
#Stadium_box .submit a {
	font-size: 18px;
}
#Stadium_box .mname ul li {
	font-size: 18px;
}
#Stadium_box .sel {
	width: 44%;
}
}


#Stadium_box_header {
        width: 100%;
        padding-bottom: 41%;
}
 

@media (max-width: 2380px) {
#Stadium_box_header {
        width: 100%;
        padding-bottom: 44%;
	}}


@media (max-width: 800px){
#Stadium_box_header {
    width: 100%;
    padding-bottom: 0%;
    margin: -6% 0 -23%;
	}}

    .bg-animation {
        position: relative;
        width: 100%;
        background-position: 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    

    

    @keyframes opacity-eye {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /*animated scroll arrow animation*/
    
    @-webkit-keyframes fade_move_down {
        0% {
            -webkit-transform: translate(0, -10px) rotate(45deg);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            -webkit-transform: translate(0, 10px) rotate(45deg);
            opacity: 0;
        }
    }
    
    @-moz-keyframes fade_move_down {
        0% {
            -moz-transform: translate(0, -10px) rotate(45deg);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            -moz-transform: translate(0, 10px) rotate(45deg);
            opacity: 0;
        }
    }
    
    @keyframes fade_move_down {
        0% {
            transform: translate(0, -10px) rotate(45deg);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            transform: translate(0, 10px) rotate(45deg);
            opacity: 0;
        }
    }
    
    @keyframes rainbowBorder {
        0% {
            box-shadow: 0 0 5px #ff0000;
        }
        12.5% {
            box-shadow: 0 0 5px #ff9000;
        }
        25% {
            box-shadow: 0 0 5px #feff00;
        }
        37.5% {
            box-shadow: 0 0 5px #1dff00;
        }
        50% {
            box-shadow: 0 0 5px #00ffe6;
        }
        62.5% {
            box-shadow: 0 0 5px #0042ff;
        }
        75% {
            box-shadow: 0 0 5px #e200ff;
        }
        87.8% {
            box-shadow: 0 0 5px #ff00b6;
        }
        100% {
            box-shadow: 0 0 5px #ff0000;
        }
    }
    
    @keyframes rainbowText {
        0% {
            color: #ff0000;
            border: #ff0000 1px solid;
        }
        12.5% {
            color: #ff9000;
            border: #ff9000 1px solid;
        }
        25% {
            color: #feff00;
            border: #feff00 1px solid;
        }
        37.5% {
            color: #1dff00;
            border: #1dff00 1px solid;
        }
        50% {
            color: #00ffe6;
            border: #00ffe6 1px solid;
        }
        62.5% {
            color: #0042ff;
            border: #0042ff 1px solid;
        }
        75% {
            color: #e200ff;
            border: #e200ff 1px solid;
        }
        87.8% {
            color: #ff00b6;
            border: #ff00b6 1px solid;
        }
        100% {
            color: #ff0000;
            border: #ff0000 1px solid;
        }
    }
    
    
/*vga*/
#vga {
  font-size: 18px;
  color: #fff;
  position: relative;


  /*kv*/
  /*s1*/
  /*s2*/
  /*s3*/
  /*s4*/
  /*s4jp*/
  /*s5*/
  /*s6*/
  /*ft*/
}


#vga img {
  vertical-align: bottom;
}

#vga sup {
  font-size: 50%;
  vertical-align: super;
}

#vga .container {
width: 100%;
    margin: 0 auto;
    max-width: 2000px;
    padding: 7rem 0 2rem;
}

#vga .container p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

#vga .nvlogo {
display: inline-block;
    padding: 18% 0;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: 25%;
}

#vga #s3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#vga #s3 .item {
  width: 45%;
}

#vga #s3 .item .vd {
  position: relative;
  cursor: pointer;
}

#vga #s3 .item .vd .btplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#vga #s3 .item h3 {
  color: #76b900;
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px 0 10px;
  line-height: 1.4;
}

#vga #s3 .item h3 strong {
  display: block;
  font-style: italic;
}

#vga #s3 .item p {
  font-size: 18px;
}

#vga #s3 .item .bt {
  padding-top: 20px;
}

#vga #s3 .item .bt a {
  display: inline-block;
  background: #76b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 22px;
  border: #76b900 3px solid;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#vga #s3 .item .bt a:hover {
  background: none;
  color: #76b900;
}

@media screen and (max-width: 960px) {
  #vga #s3 {
    display: block;
  }
  #vga #s3 .item {
    width: 100%;
    margin-bottom: 50px;
  }
}


#convert{
flex-wrap: wrap;
    justify-content: flex-start;	
}

#container_s3_bg{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 2700px;
    margin: auto;
    justify-content: center;
}

#container_s3_bg .item{
width: 30%;
}


#vga h3 {
font-size: 5.5rem !important;
line-height: 1.1;
}
	
#vga .buybtn {
	float: none;
}}

#vga .container p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}


.nvGreen {
color: #76b900; 
}


.marg-top-2{
margin-top: 0%;
}

@media (max-width: 960px){
.marg-top-2{
margin: 2%;
}}

@media (max-width: 768px){
.marg-top-2 {
    margin: 6% 2%;
	}}

.nb-divider { 
width: 50%; 
height: 20px;
display: block; 
border-bottom: 1px solid rgba(133,133,133,1.00); 
margin: 0 auto;
}

.nbflex {
display: flex;
justify-content: center;
align-items:flex-end;
margin: 6% 0 6% 0;
}

.nbflex .flexItem {
width: 49%; 
margin: 1%;
text-align: left;
}

@media (max-width: 1440px){
.nbflex .flexItem {
    width: 120%;
	padding: 0 0 0% 0;
	}}

@media (max-width: 1024px){
.nbflex .flexItem {
    width: 110%;
	padding: 0 0 0% 0;
	}}

.nbflex .flexItem img {
width: 150%;
}

@media (max-width: 1920px){
.nbflex .flexItem {
    padding: 0 0 5% 0;
	}}

.nbflex .flexItemimg {
    display: block;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 2700px){
.nbflex .flexItemimg {
    display: block;
    width: 100%;
    margin: 3% -3%;
	}}

@media (max-width: 1440px){
.nbflex .flexItemimg {
margin: 0 0 10% 0;
}}

@media (max-width: 1280px){
.nbflex .flexItemimg {
margin: 0 0 13% 0;
}}

@media (max-width: 1024px){
.nbflex .flexItemimg {
     margin: 5% -5%;
}}

.nbflex .logoimg {
display: block;
width: 40%;
}

/*#Stadium_box shopnowbox*/
#Stadium_box .shopnowbox {
flex-wrap: wrap;
    justify-content: flex-start;
    background-position: center;
    margin: auto;
    padding: 0 0;
}

@media (max-width:800px){
#Stadium_box .shopnowbox {
	background-size: cover;
	background-position: top;
	}}

@media (max-width:425px){
#Stadium_box .shopnowbox {
margin: 10% 0 0 0;
	}}

#Stadium_box .shopnowbox .nbflex_box .flexItem {
	display: inline-block;
    width: calc(30% - 0px);
    vertical-align: top;
    margin: 0 1%;
    padding: 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
	opacity: 0.8;
    /* border: #525356 1px solid;*/
}

#Stadium_box .shopnowbox .nbflex_box .flexItem:hover {
opacity: 1;}

#Stadium_box .shopnowbox .nbflex_box .flexItem .vd {
    position: relative;
    cursor: pointer;
}

#Stadium_box .shopnowbox .nbflex_box .flexItem .vd .btplay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


@media (max-width: 960px){
#Stadium_box .shopnowbox .nbflex_box .flexItem {
width: 70%; 
margin: auto;
text-align: center;
	}}


@media (max-width: 425px){
#Stadium_box .shopnowbox .nbflex_box .flexItem {
    width: 100%;
	}}

#Stadium_box .shopnowbox .best {
display: -webkit-box;
    display: ruby-text-container;
    display: flex;
    justify-content: center;
    border: 4px solid;
    border-radius: 10px;
    color: #d9a825;
    padding: 20px 0 40px 0;
    align-items: flex-end;
    /* margin: -2% 0 3% 0; */
    /* max-width: 85%; */
    /* margin: 5% auto; */
    /* text-align: left; */
}

@media (max-width:960px){
#Stadium_box .shopnowbox .best {
    flex-direction: column;
    justify-content: center;
    /* padding: 5%; */
    margin: 0;
    padding: 0 0 7% 0;
    display: -webkit-flex;
    display: ruby-text-container;
    display: flex;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    text-align: left;
	}}


#Stadium_box .shopnowbox .best-icon {
margin: -1% 93% -1% 0;
}

@media (max-width:2700px){
#Stadium_box .shopnowbox .best-icon {
    margin: -16px 93% -16px 0;
	}}
	
#Stadium_box .shopnowbox .bestbox {
    display: inline-block;
    width: calc(14% - 0px);
    vertical-align: top;
    margin: 0 1%;
    /* padding: 2%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    /* border: #525356 1px solid;*/
}


@media (max-width:960px){
#Stadium_box .shopnowbox .bestbox {
    display: inline-block;
    width: calc(90% - 0px);
    vertical-align: top;
    margin: auto;
	}}


@media (max-width:960px){
#Stadium_box .shopnowbox .bestbox .img {
margin: 0 0 -6% 0;
	}}

#Stadium_box .shopnowbox .bestbox5 {
    display: inline-block;
    width: calc(17% - 0px);
    vertical-align: top;
    margin: 0 1%;
    /* padding: 2%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    /* border: #525356 1px solid;*/
}


@media (max-width:960px){
#Stadium_box .shopnowbox .bestbox5 {
    display: inline-block;
    width: calc(90% - 0px);
    vertical-align: top;
    margin: auto;
	}}
	


@media (max-width:960px){
#Stadium_box .shopnowbox .bestbox5 .img {
margin: 0 0 -10% 0;
	}}


#Stadium_box .shopnowbox .text-center {
    text-align: center;
}

#Stadium_box .shopnowbox .text-center img{
    transition: all 0.8s ease 0s;
	overflow:hidden;
	width: 100%;
}

@media (max-width: 800px){
#Stadium_box .shopnowbox .text-center img{
	width: 75%;
	}}

#Stadium_box .shopnowbox .text-center img:hover{
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}


#Stadium_box .shopnowbox .nbflex_wrap {
	background-size: 100%;
	background-attachment: fixed;
	background-color: #000;
	padding: 5% 0;
}

@media (max-width:800px){
#Stadium_box .shopnowbox .nbflex_wrap {
	background-size: 100%;
	background-attachment: fixed;
	background-color: #000;
	padding: 5% 0;
	}}


@media (max-width: 425px){
#Stadium_box .shopnowbox .nbflex_wrap {
    padding: 5% 0;
	margin-top: -40%;
	}}

@media (max-width: 320px){
#Stadium_box .shopnowbox .nbflex_wrap {
    padding: 5% 0;
    margin-top: -40%;
	}}

#Stadium_box .shopnowbox .nbflex_box {
display: -webkit-box;
    display: ruby-text-container;
    display: contents;
    justify-content: center;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    padding: 5% 0;
	  text-align: left;
}

@media (max-width: 1920px){
#Stadium_box .shopnowbox .nbflex_box {
    margin: 0;
    padding: 0;
	}}

#Stadium_box .shopnowbox .nbflex_box h1 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #FF0000;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
    text-align: center;
	display: block;
	margin: 0 auto 2%;
}

#Stadium_box .shopnowbox .nbflex_box h1:after {
	background: none;
}

@media (max-width: 2700px){
#Stadium_box .shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#Stadium_box .shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	    padding: 0 !important;
	}}


@media (max-width: 1280px){
#Stadium_box .shopnowbox .nbflex_box h1 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#Stadium_box .shopnowbox .nbflex_box h1 {
    font-size: 1.8rem !important;
	}}


@media (max-width: 800px){
#Stadium_box .shopnowbox .nbflex_box h1 {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 2%;
	}}



#Stadium_box .shopnowbox .nbflex_box h3 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #FF0000;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
    text-align: center;
	display: block;
	margin: 0 auto 2%;
}

@media (max-width: 2700px){
#Stadium_box .shopnowbox .nbflex_box h3 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#Stadium_box .shopnowbox .nbflex_box h3 {
    font-size: 2.6rem !important;
	}}


@media (max-width: 1280px){
#Stadium_box .shopnowbox .nbflex_box h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#Stadium_box .shopnowbox .nbflex_box h3 {
    font-size: 1.8rem !important;
	}}


@media (max-width: 800px){
#Stadium_box .shopnowbox .nbflex_box h3 {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 2%;
	}}



@media (max-width: 960px){
#Stadium_box .shopnowbox .nbflex_box {
flex-direction: column;
justify-content: center;
/*padding: 5%;*/
}}	


#Stadium_box .shopnowbox .nbflex_box p {
    font-size: 20px;
    line-height: 1.5;
    margin: 3% 0 0 0;
}

#Stadium_box .shopnowbox .nbflex_box .msi-p1 {
    font-size: 20px;
    line-height: 1.5;
    margin: 3% auto 0;
}



#Stadium_box .shopnowbox .itemlist .multiple {
	width: 30%;
    margin-left: 60%;
	    text-align: left;
    display: block;
}


/*shopnowbox*/
#shopnowbox {
flex-wrap: wrap;
    justify-content: flex-start;
    background-position: center;
    margin: auto;
    padding: 0 0;
}

@media (max-width:800px){
#shopnowbox {
	background-size: cover;
	background-position: top;
	}}


#shopnowbox .nbflex_box .flexItem {
    display: inline-block;
    width: calc(20% - 6px);
    vertical-align: top;
    margin: 0 1%;
	/*padding: 2%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: #525356 1px solid;
}


#shopnowbox .nbflex_box .flexItem a {
  color: #fff;
  display: block;
  background: #898d8c21;
	padding: 4%;
	
}

#shopnowbox .nbflex_box .flexItem a:hover {
  background: #dddddd69;
}



@media (max-width: 960px){
#shopnowbox .nbflex_box .flexItem {
width: 70%; 
margin: auto;
text-align: center;
	}}

#shopnowbox .text-center {
    text-align: center;
}

#shopnowbox .text-center img{
    transition: all 0.8s ease 0s;
	overflow:hidden;
	width: 100%;
}

@media (max-width: 800px){
#shopnowbox .text-center img{
	width: 75%;
	}}

#shopnowbox .text-center img:hover{
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}


#shopnowbox .nbflex_box {
display: -webkit-box;
    display: ruby-text-container;
    display: contents;
    justify-content: center;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    max-width: 85%;
    margin: 0% auto;
    padding: 5% 0;
	  text-align: left;
}

#shopnowbox .nbflex_box h1 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #FF0000;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
    text-align: center;
	display: block;
	margin: 0 auto 2%;
}

#shopnowbox .nbflex_box h1:after {
	background: none;
}

@media (max-width: 2700px){
#shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	    padding: 0 !important;
	}}


@media (max-width: 1280px){
#shopnowbox .nbflex_box h1 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#shopnowbox .nbflex_box h1 {
    font-size: 1.8rem !important;
	}}


@media (max-width: 800px){
#shopnowbox .nbflex_box h1 {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 2%;
	}}



#shopnowbox .nbflex_box h3 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #FF0000;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
    text-align: center;
	display: block;
	margin: 0 auto 2%;
}

@media (max-width: 2700px){
#shopnowbox .nbflex_box h3 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box h3 {
    font-size: 2.6rem !important;
	}}


@media (max-width: 1280px){
#shopnowbox .nbflex_box h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#shopnowbox .nbflex_box h3 {
    font-size: 1.8rem !important;
	}}


@media (max-width: 800px){
#shopnowbox .nbflex_box h3 {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 2%;
	}}



@media (max-width: 960px){
#shopnowbox .nbflex_box {
flex-direction: column;
justify-content: center;
/*padding: 5%;*/
}}	


#shopnowbox .nbflex_box p {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 5% 0;
}

@media (max-width: 2380px){
#shopnowbox .nbflex_box p {
    font-size: 1.2rem;
	}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box p {
    font-size: .8rem;
	}}

@media (max-width: 320px){
#shopnowbox .nbflex_box p {
font-size: 0.65rem;
	}}


/*itemlist*/
#shopnowbox .itemlist {
    background-size: 100%;
    /* margin: 5%; */
    padding: 15% 0;
}

@media (max-width: 2700px){
#shopnowbox .itemlist {
    padding: 13% 0;
	}}


@media (max-width: 1440px){
#shopnowbox .itemlist {
    padding: 13% 0;
	}}


@media (max-width: 1366px){
#shopnowbox .itemlist {
    padding: 11% 0;
	}}

@media (max-width: 1280px){
#shopnowbox .itemlist {
    padding: 10% 0;
	}}

@media (max-width: 1024px){
#shopnowbox .itemlist {
    padding: 8% 0;
}}

@media (max-width: 960px){
#shopnowbox .itemlist {
    padding: 6% 0;
}}

@media (max-width: 800px){
#shopnowbox .itemlist {
padding: 57% 0 5% 0;
}}


@media (max-width: 425px){
#shopnowbox .itemlist {
padding: 80% 0 51% 0;
}}

@media (max-width: 320px){
#shopnowbox .itemlist {
    padding: 90% 0 44% 0;
	}}

#shopnowbox .itemlist .buttons{
    max-width: 1170px;
}

#shopnowbox .itemlist h3 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #fff;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
	text-align: left;
}


@media (max-width: 2700px){
#shopnowbox .itemlist h3 {
    font-size: 3rem !important;
	}}

@media (max-width:1920px){
#shopnowbox .itemlist h3 {
    font-size: 3rem !important;
}}

@media (max-width: 1280px){
#shopnowbox .itemlist h3 {
    font-size: 2.3rem !important;
	}}

@media (max-width: 1024px){
#shopnowbox .itemlist h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 800px){
#shopnowbox .itemlist h3 {
    font-size: 2.6rem !important;
    text-align: center;
	line-height: 1.1;
	}}


#shopnowbox .itemlist h4 {
font-size: 1.8rem;
    line-height: 1;
    color: #A0A0A0;
    /* text-transform: uppercase; */
    margin: -2% 0 2%;
    /* padding-right: 7%; */
}

#shopnowbox .itemlist h5 {
    font-size: 2.5rem;
    line-height: 1;
    color: #A0A0A0;
	text-transform:uppercase;
	margin: -2% 0 4%;
	padding-left: 46%;
}
	

#shopnowbox .itemlist h6 {
    font-size: 2.5rem;
    line-height: 1;
    color: #A0A0A0;
	text-transform:uppercase;
	margin: -2% 0 4%;
	padding-right: 7%;
}
	
#shopnowbox .itemlist p {
    font-size: 18px;
	line-height: 1.4;
	margin-top: 1em;
    color: #fff;
}

@media (max-width:800px){
#shopnowbox .itemlist p {
    font-size: 18px;
	line-height: 1.4;
	margin-top: 1em;
    color: #fff;
	text-align: center;
	}}





/*best feature */
#best {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
	padding: 5% 0 2% 0;
	border-top: 2px #FF0000 solid;
	border-bottom: 2px #FF0000 solid;
}	

@media (max-width:800px){
#best {
	padding: 10% 0;
	}}	

#best #feature {
  background-size: cover;
  position: relative;
}

#best #feature .container {
  position: relative;
  z-index: 2;
}

#best #feature .feature {
  text-align: center;
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#best #feature .feature button {
  background: none;
  border: #c00 1px solid;
  padding: 15px;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  margin: 0 5px;
  outline: none;
  font-size: 32px;
}

#best #feature .feature button:hover, #best #feature .feature button.active {
  background: #f00;
}

#best #feature .feature-item {
  padding-bottom: 3%;
  display: none;
}

#best #feature .feature-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#best #feature h4 {
  color: #f00;
  font-size: 40px;
  padding: 15px 0 15px;
  text-transform: capitalize;
}

#best #feature p {
  line-height: 1.6;
}

#best #feature .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

#best #feature .img img {
  width: 100%;
}

#best #feature .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

#best #feature .icon {
  padding-bottom: 15px;
}

#best #feature .icon img {
  width: 40%;
}

@media screen and (max-width: 1920px) {
  #best #feature .container {
    width: 70%;
  }
  #best #feature .feature button {
    font-size: 24px;
  }
  #best #feature h4 {
    font-size: 32px;
  }
}

@media screen and (max-width: 960px) {
  #best #feature .container {
    width: 90%;
  }
  #best #feature .feature {
    display: block;
  }
  #best #feature .feature button {
    width: 100%;
    margin-bottom: 5px;
  }
  #best #feature .feature-item {
    text-align: center;
  }
  #best #feature .feature-item.active {
    display: block;
  }
}	
	
  #best h3 {
    color: #fff;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-size: 5rem !important;
}	

@media (max-width: 2700px){
  #best h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 1920px){
  #best h3 {
    font-size: 3rem !important;
	}}


@media (max-width: 1280px){
  #best h3 {
    font-size: 2.3rem !important;
	}}


@media (max-width: 1280px){
  #best h3 {
font-size: 2.6rem !important;
    text-align: center;
    line-height: 1.1;
	}}

  #best p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 1em;
    color: #fff;
}



  /* Android 2.3 :checked fix */
@-webkit-keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

#best .tabsbox{
max-width: 60%;
	margin: auto;
	justify-content: center;
}

@media (max-width:1440px){
#best .tabsbox{
max-width: 80%;
	margin: auto;
	justify-content: center;
	}}

@media (max-width:800px){
#best .tabsbox{
max-width: 90%;
	margin: auto;
	justify-content: center;
	}}


/*tabbox*/
#tabs ul {
  width: 100%;
  margin: 2% auto 0;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:960px){	
#tabs ul {
  width: 100%;
  margin: 2% auto 0;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}}
	
	
#tabbox .tabbox.active {
  display: block;
	  margin: 1% auto 0;
}

#tabbox .tabbox {
	  margin: 1% auto 0;
}	
	
#tabbox .tabbox1 {
	  margin: 1% auto 0;
}	

	/*feature*/
		.compbox{
			width: 900px;
			margin: 3% auto;
			justify-content: center;
		}
		

		@media (max-width:1560px){
			.compbox{
			width: 60%;
			margin: 3% auto;
			justify-content: center;
			}}

		@media (max-width:800px){
			.compbox{
			width: 80%;
			margin: 3% auto;
			justify-content: center;
			}}
		
		.compbox img{width: 100%;
		}

#tabs ul {
  width: 100%;
	margin: 2% 0 0 0;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:800px){
#tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}}
		
#tabs ul li {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin: 0 15px;
    margin: auto;
    cursor: pointer;
    /* background: #90CAF9; */
    border: 2px solid;
    color: #d9a825;
    transition: background ease 0.2s;
    width: calc(24% - 0px);
    justify-content: center;
}

#tabs ul li:before {
    background-color: #d9a825;		 
}
		 

#tabs ul li:hover {
        background: #d9a825;
    border: none;
    color: #fff;	 
}		 
		 
@media (max-width:1920px){
#tabs ul li {
    width: calc(24% - 0px);
    text-align: center;
    border: 1px #d9a825 solid;
    border-radius: 5px;
    margin: 15px 10px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
	}}

@media (max-width:1440px){
#tabs ul li  {
    text-align: center;
    height: 50px;
    padding: 15px 0;
    line-height: 1.2;
    border: 1px #d9a825 solid;
    border-radius: 5px;
    margin: 10px;
    text-decoration: none;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
	}}

		
@media (max-width: 800px){
#tabs ul li  {
	width: 100%;
	/*display: block;*/
    /*border-bottom: 1px solid #ccc;*/
    margin: 1% auto;
    font-size: 18px;
	}}

@media (max-width: 425px){
#tabs ul li  {
    font-size: 18px;
    padding: 4% 0;
	}}

#tabs ul li :hover {
  background-color: #FF0000;
}

#tabs ul li :before {
  background-color: #FF0000;
}

#tabbox .tabbox {
  display: none;
}

#tabbox .tabbox.active {
  display: block;
    margin: 1% auto 0;
    justify-content: center;
    max-width: 1200px;
}

	
#feature-item {
    width: 90%;
    margin: auto;
			}
		
@media (max-width:1920px){		
#feature-item {
    width: 70%;
    margin: auto;
			}}

/*offset*/
#offset {
  animation: letter-flicker 2s linear infinite;
	margin: auto;
}

@keyframes text-flicker {
  30% {
    opacity:0.1;
    text-shadow: 0px 0px 50px rgba(250, 0, 101, 1);
  }
  
  42% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(250, 0, 101, 1);
  }
  48% {
    opacity:0.9;
    text-shadow: 0px 0px 50px rgba(0, 140, 25, 1);
  }
  49% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(0, 140, 25, 1);
  }
  52% {
    opacity:0.1;
    text-shadow: 0px 0px 50px rgba(189, 174, 0);
  }
  60% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(189, 174, 0)
  }
  65% {
    opacity:0.3;
    text-shadow: 0px 0px 50px rgba(243, 9, 8)
  }
  70% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(243, 9, 8)
  }
  
  80% {
    opacity:0.9;
    text-shadow: 0px 0px 50px rgba(45, 208, 19)
  }
  
  82% {
    opacity:0.2;
    text-shadow: 0px 0px 50px rgba(45, 208, 19)
  }
  
  87% {
    opacity:.9;
    text-shadow: 0px 0px 50px rgba(0, 140, 25, 1)
  }
  100% {
    opacity:.9;
    text-shadow: 0px 0px 50px rgba(250, 0, 101, 1)
  }
}

@keyframes border-flicker {
  0% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  4% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  
  8% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  70% {
    opacity:0.7;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
}

@keyframes letter-flicker {
  0% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  2% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  4% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  
  
  19% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  21% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  23% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  
  80% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(20, 225, 246);
  }
  83% {
    opacity:0.4;
    text-shadow: 0px 0px 29px rgba(20, 225, 246);
  }
  87% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(20, 225, 246);
  }
}


/*ul*/
ul.numbers {display: block; width: 80%;counter-reset:num;  margin: 5% auto;}
ul.numbers li {list-style:none; display: block; margin-bottom: 20px;}
ul.numbers li:before { counter-increment:num; 
  content:counter(num) '. '; color: #76b900; }

/*vga*/
#vga .buybtn {
width: auto;  
text-align: center; 
display: block; float: left; 
margin-top: 20px;
}

#vga .bt {
width: 30%; 
margin: 0 auto; 
text-align:center; 
display: block;
}

#vga .bt a ,#vga .buybtn a  {
    display:inline-block;
    background: #76b900;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 22px;
    border: #76b900 3px solid;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
   
}
#vga .bt a:hover, #vga .bt a:focus ,#vga .buybtn a:hover ,#vga .buybtn a:focus {
    
     background-color: transparent;
    
}

.nbflex{
flex-direction: column;
justify-content: center;
padding: 0 5%;
}
	
.nbflex .flexItem{
width: 90%;
margin: 20px auto;
text-align: center;
}
	
.nbflex .logoimg {
width: 60%;
margin: auto;	
}

@media (max-width: 425px){
.nbflex .logoimg {
    width: 100%;
    margin: 8% 0 4% 0;
}}
	
ul.numbers{
width: 90%; 
margin: 20px auto;
}

 #vga h3 {
    font-size: 3rem !important;
    line-height: 1.1;
}
	
.nbflex{
flex-direction: column;
justify-content: center;
padding: 0 5%;
}

@media (min-width:650px) and (max-width:767px){
#vga h3 {
    font-size: 2.7rem !important;
	}}


@media (min-width:425px) and (max-width:649px){
#vga h3 {
    font-size: 1.8rem !important;
    line-height: 1.1;
	}}


@media (max-width: 414px){
#vga h3 {
    font-size: 1.6rem !important;
}
}
	
@media (max-width: 375px){
#vga h3 {
    font-size: 1.6rem !important;
}
}

@media (max-width: 393px){
#vga h3 {
    font-size: 1.5rem !important;
}}

@media (max-width: 320px){
#vga h3 {
    font-size: 1.4rem !important;
	}}
/*nbBundile*/

#vga #s3 .item {
    width: 100%;
	margin: 7% 1.5%;	
}

@media (max-width: 1920px){
#vga #s3 .item {
    width: 85%;
    margin: 3% 1.5%;
	    margin: auto;
    justify-content: center;
	}}

@media (max-width: 960px){
#vga #s3 .item {
	width: 98%;
}
}

#vga #s3 .item p1 {
	color: #fff;
    font-weight: bold;
    line-height: 2.2;
    font-size: 2.2rem;
	text-transform: uppercase;
}

@media (max-width: 2380px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.9rem;
	}}

@media (max-width: 1920px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.4rem;
	}}

@media (max-width: 1440px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.1rem;
	}}

@media (max-width: 1024px){
#vga #s3 .item p1 {
    font-size: .9rem;
	}}

@media (max-width: 960px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.6rem;
	}}

@media (max-width: 425px){
#vga #s3 .item p1 {
    font-size: 1.1rem;
	}}

@media (max-width: 320px){
#vga #s3 .item p1 {
    font-size: .95rem;
	}}

#vga #s3 .item li {
	color: #fff;
    line-height: 1.4;
    font-size: 2.1rem;
}

@media (max-width: 2380px){
#vga #s3 .item li {
    line-height: 1.4;
    font-size: 1.8rem;
	margin: 3% 1.5%;
	}}

@media (max-width: 1920px){
#vga #s3 .item li {
    font-size: 1.3rem;
	}}

@media (max-width: 1440px){
#vga #s3 .item li {
    font-size: 1rem;
	}}

@media (max-width: 1024px){
#vga #s3 .item li {
    font-size: 0.8rem;
	}}


@media (max-width: 960px){
#vga #s3 .item li {
    line-height: 1.4;
    font-size: 1.6rem;
	margin: 3% 1.5%;
	}}

@media (max-width: 425px){
#vga #s3 .item li {
    font-size: 1.1rem;
	}}

@media (max-width: 320px){
#vga #s3 .item li {
    font-size: 0.95rem;
	}}

#vga #s3 .pdbox .itemlist2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: -6% auto;
    justify-content: center;
}

@media (max-width: 1920px){
#vga #s3 .pdbox .itemlist2 {
    margin: 0% auto;
	}}

@media (max-width: 960px){
#vga #s3 .pdbox .itemlist2 {
flex-direction: column;
justify-content: center;
padding: 0 5%;
}}


#vga #s3 .pdbox .item .li {
    line-height: 1.2;
    font-size: 2.6rem;
    color: #000000;
    margin: 0% 0 7%;
    padding-top: 3%;
}

#vga #s3 .pdbox .itemlist3 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin: -3% auto;
    justify-content: center;
}

@media (max-width: 1920px){
#vga #s3 .pdbox .itemlist3 {
    margin: 0% auto;
	}}

@media (max-width: 960px){
#vga #s3 .pdbox .itemlist3 {
flex-direction: column;
justify-content: center;
padding: 5%;
}}

@media (max-width: 425px){
#vga #s3 .pdbox .itemlist3 {
padding: 5% 0;
	    max-width: 100%;
	}}

#vga #s3 .item h3 {
font-size: 5.5rem !important;
    line-height: 1;
    color: #fff;
	margin-bottom: 2%;
}

@media (max-width: 2380px){
#vga #s3 .item h3 {
    font-size: 4rem !important;
	}}

@media (max-width: 1920px){
#vga #s3 .item h3 {
    font-size: 3.3rem!important;
	}}

@media (max-width: 1600px){
#vga #s3 .item h3 {
font-size: 3rem!important;
	}}

@media (max-width: 1440px){
#vga #s3 .item h3 {
font-size: 2.7rem!important;
	}}

@media (max-width: 1024px){
#vga #s3 .item h3 {
font-size: 1.9rem!important;
	}}

@media (max-width: 960px){
#vga #s3 .item h3 {
font-size: 3rem!important;
	}}

@media (max-width: 425px){
#vga #s3 .item h3 {
font-size: 1.8rem!important;
	}}

@media (max-width: 375px){
#vga #s3 .item h3 {
font-size: 1.6rem!important;
	}}

@media (max-width: 320px){
#vga #s3 .item h3 {
font-size: 1.4rem!important;
	}}

#vga #s3 .item h4 {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #fff;
}

@media (max-width: 2380px){
#vga #s3 .item h4 {
    font-size: 1.9rem;
	}}

@media (max-width: 1920px){
#vga #s3 .item h4 {
    font-size: 1.4rem;
	}}

@media (max-width: 1440px){
#vga #s3 .item h4 {
    font-size: 1.1rem;
	}}

@media (max-width: 1024px){
#vga #s3 .item h4 {
    font-size: .9rem;
	}}

@media (max-width: 960px){
#vga #s3 .item h4 {
    font-size: 1.8rem;
	}}

@media (max-width: 425px){
#vga #s3 .item h4 {
    font-size: 1.1rem;
	line-height: 1.4 ;
	}}

#vga #s3 .item h5 {
    font-size: 4rem;
    line-height: 1;
    color: rgb(255, 255, 255);
    margin-bottom: 2%;
}

@media (max-width: 2380px){
#vga #s3 .item h5 {
    font-size: 3.5rem;
	}}
	
@media (max-width: 1920px){
#vga #s3 .item h5 {
    font-size: 2.7rem;
}}

@media (max-width: 1600px){
#vga #s3 .item h5 {
    font-size: 2.1rem;
}}

@media (max-width: 1440px){
#vga #s3 .item h5 {
    font-size: 1.95rem;
}}

@media (max-width: 1024px){
#vga #s3 .item h5 {
    font-size: 1.8rem;
}}

@media (max-width: 960px){
#vga #s3 .item h5 {
    font-size: 2.1rem;
}}

@media (max-width:425px){
#vga #s3 .item h5 {
    font-size: 1.5rem;
}}

@media (max-width:320px){
#vga #s3 .item h5 {
    font-size: 1.3rem;
}}

#vga #s3 .item h6 {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #fff;
}

#vga #s3 .item .vd {
    position: relative;
    cursor: pointer;
	margin: 6% 9% 9% 6%;
}

@media (max-width: 1920px){
#vga #s3 .item .vd {
margin: 6% 18% 10%;
}}

@media (max-width: 1024px){
#vga #s3 .item .vd {	
margin: 6% 9% 10%;
}}

@media (max-width: 960px){
#vga #s3 .item .vd {
    margin: 6% 0%;
	}}

@media (max-width: 425px){
#vga #s3 .item .vd {
    margin: 9% -12%;
	}}

#vga #s3 .item .vd a > img {
    width: 100%;
}

#vga #s3 {
flex-wrap: wrap;
    justify-content: flex-start;
}

#vga .nvlogo {
display: none;
    padding: 12% 0;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: 18%;
}

@media (max-width: 960px){
#vga .nvlogo {
    display: inline-block;
    padding: 109% 0 0 0;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: 40%;
	}}

.area_item a {
	font-size: 150%;
	color: #76b900;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	padding: 2em;
	background: rgba(52,52,52,1.00);
	border: 2px solid rgba(118,185,0,.2)!important;
	margin: 10px;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
}

.area_item a:hover {
	background: rgba(80,80,80,1.00);
	border: 2px solid rgba(118,185,0,9)!important;
}






#vga #ft {
  margin-top: 35px;
}

@media (max-width: 1024px) {
#vga #ft {
    width: 45%;
    margin: auto;
	}}
	
@media (max-width: 425px){
#vga #ft {
    width: 80%;
    margin: auto;
	}}

#vga #ft .line {
  text-align: left;
}

#vga #ft .container {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

#vga #ft .container p {
  text-align: left;
  font-size: 12px;
  color: #999;
  padding-top: 15px;
}



.box {
  /*background: #1a1a1a;*/
  /*background-color: #393333;*/
  border: none;
  /*border-bottom: 6px solid #76b900;*/
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box:before,
.box:after {
  position:absolute;
  content: "";
  height: 0;
  width: 0;
  z-index: -1;
}

.box:before {
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box:after {
  left: 0;
  bottom: 0;
  transition: all 0.1s 0.2s ease;
  background: #393333;
}

.box:hover:before {
  transition: all 0.1s 0.2s ease;
  height: 100%;
	  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}
/*.box:hover:after {
transition: all 0.8s ease;
width: 100%;
height: 100%;
border: 6px solid #76b900;
  content: "";
  z-index: -1;	
}
*/

.box span:before,
.box span:after {
  position: absolute;
  content: "";
}

.box span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 0.1s 0.1s ease;
}
.box span:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.box span:hover:before {
  width: 100%;
}

/*button raise*/
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}

.raise:hover,
.raise:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
  -webkit-transform: translateY(-0.25em);
          transform: translateY(-0.25em);
}

.raise {
  --color: #fff;
  --hover: #6f07da;
}

button {
	color: #A0A0A0;
	background: none;
    -webkit-transition: 0.25s; 
    transition: 0.25s;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 12px 40px;
}

@media (max-width:1024px){
button {
    padding: 12px 30px;
	}}

button:hover, button:focus {
  border-color: var(--hover);
  color: #fff;
}


button.close {
	-webkit-appearance: none;
	cursor: pointer;
}


.buy-button {
order: 1;
    display: block;
    padding: 10px 30px;
    margin: 0 15px;
    margin: 16% auto 0;
    cursor: pointer;
    background-color: #FF0004;
    font-weight: bold;
    transition: background ease 0.2s;
    justify-content: center;
}	
	
	.buy-button:hover {
	background-color: #9F070A;
	}

@media (max-width:1680px){
.buy-button {
    padding: 10px 20px;
	}}	

@media (max-width: 1024px){
.buy-button {
    padding: 10px 10px;
	}}

@media (max-width: 960px){
.buy-button {
    margin: 0;
	padding: 10px 20px;
	}}

/*section-compare-carousel*/
#section-compare-carousel .swiper-pagination {
	position: relative;
}
#section-compare-carousel .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100%;
	background: #ddd;
	opacity: 1;
}
#section-compare-carousel .carousel-top {
	margin-bottom: 30px;
}
#section-compare-carousel .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
#section-compare-carousel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #f00;
}
#section-compare-carousel .owl-theme .owl-dots .owl-dot.active span,  #section-compare-carousel .owl-theme .owl-dots .owl-dot:hover span {
	background: #f00 !important;
}
#section-compare-carousel .owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ddd;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
#section-compare-carousel .item img {
	width: 100%;
	max-width: 100%;
}
#section-compare-carousel .twentytwenty-before-label,  #section-compare-carousel .twentytwenty-after-label {
	pointer-events: none;
	display: none;
}
.twentytwenty-container {
	text-align: left;
}
.twentytwenty-container img {
	/*left: 0;*/
	width: 100%;
	max-width: 100%;
	display: inline-block;
}



/*promotion*/
.promotion-wrap,
.promotion-nav {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.promotion-wrap ul,
.promotion-nav ul {
    padding: 0; }

.promotion-wrap li,
.promotion-nav li {
    list-style: none; }


.promotion-wrap li a,
.promotion-nav li a{
	  color: #67afe8 !important; }


.promotion-wrap li a:hover,
.promotion-nav li a:hover{
	  color: #fff !important; }

.promotion-wrap a,
.promotion-nav a {
    text-decoration: none; 
	  color: #fff !important;
}


.promotion-wrap a:hover,
.promotion-nav a:hover {
    text-decoration: none; 
	  color: #fff !important;
}

.promotion-wrap p,
.promotion-nav p {
    font-size: 20px;
    line-height: 1.4;
	  color: #fff;
    /*fonts size*/ }


@media (max-width:1920px){
.promotion-wrap p,
.promotion-nav p {
    font-size: 16px;
	  /*fonts size*/ }}
	  

@media (max-width:960px){
.promotion-wrap p,
.promotion-nav p {
    font-size: 20px;
	 }}


/*stadium-of-spoils*/
#stadium-of-spoils {
  max-width: 100%;
  overflow: hidden;
  background-color: #000; 
}

#stadium-of-spoils h2.section_title {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px; 
    color: #fff;
    font-weight: 900;
    font-size: 5rem !important;
}

@media (max-width: 2700px){
  #stadium-of-spoils h2.section_title {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
  #stadium-of-spoils h2.section_title {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1280px){
  #stadium-of-spoils h2.section_title {
    font-size: 2.3rem !important;
	}}


.iamheader {
  display: block;
  background-color: #333;
  height: 90px; }

.outer-wrap {
  max-width: 60%;
  margin: 0 auto; }

@media (max-width:425px){
.outer-wrap {
  max-width: 100%;
  margin: 0 auto; 
	}}


.promotion-wrap {
	background-color: #000;
  background-attachment: fixed; }


/*keyVisual*/
#keyVisual {
  position: relative;
  background-size: 100%; 
}


#keyVisual .kvinfo {
position: absolute;
    top: 50%;
    /* font-size: 7.5em; */
    text-align: left;
    left: 53%;
    /* width: 60%; */
    /*right: 20%;*/
    text-transform: uppercase;
    color: #fff;
    margin: -16px 0;
}

@media (max-width: 2700px){
	#keyVisual .kvinfo {
    /* right: 9%; */
    width: 29%;
    left: 53%;
	}}

@media (max-width: 1280px){
#keyVisual .kvinfo {
    /* right: 9%; */
    width: 31%;
    left: 53%;
	}}

@media (max-width: 960px){
	#keyVisual .kvinfo {
	display: none;
	}}

#keyVisual .kvinfo h1 {
    font-size: 126px;
    letter-spacing: 2px;
    line-height: 1.2;
}

@media (max-width:2700px){
#keyVisual .kvinfo h1 {
    font-size: 90px;
	}}

@media (max-width: 1920px){
#keyVisual .kvinfo h1 {
    font-size: 64px;
	}}

@media (max-width: 1680px){
#keyVisual .kvinfo h1 {
    font-size: 56px;
	margin: 1% 0 0 0;
	}}

@media (max-width: 1280px){
#keyVisual .kvinfo h1 {
    font-size: 48px;
	}}


@media (max-width: 1024px){
#keyVisual .kvinfo h1 {
    font-size: 40px;
	}}

#keyVisual .kvtitle h1 span {
	color: #fdfc01;
}


#keyVisual .kvinfo h2 {
font-size: 143px;
    line-height: 1.2;
    margin: 7px 0 0 0;
}

@media (max-width:2700px){
#keyVisual .kvinfo h2 {
font-size: 104px;
	}}

@media (max-width: 1920px){
#keyVisual .kvinfo h2 {
    font-size: 75px;
    margin: 0 0 0 0;
	}}


@media (max-width: 1680px){
#keyVisual .kvinfo h2 {
    font-size: 66px;
	margin: 4px 0 0 0;
	}}


@media (max-width: 1280px){
#keyVisual .kvinfo h2 {
    font-size: 57px;
	}}


@media (max-width: 1024px){
#keyVisual .kvinfo h2 {
    font-size: 48px;
	}}


#keyVisual .kvinfo h4 {
    font-size: 37px;
    margin: 0 0 0 0;
}

@media (max-width:2700px){
#keyVisual .kvinfo h4 {
    font-size: 28px;
    margin: -8px 0 0 0;
	}}

@media (max-width: 2560px){
#keyVisual .kvinfo h4 {
    font-size: 22px;
    margin: -8px 0 0 0;
	}}

@media (max-width:1920px){
#keyVisual .kvinfo h4 {
    font-size: 18px;
    margin: -5px 0 0 0;
	}}

@media (max-width:1680px){
#keyVisual .kvinfo h4 {
    font-size: 18px;
	}}

@media (max-width: 1600px){
#keyVisual .kvinfo h4 {
    font-size: 17px;
	}}


@media (max-width: 1536px){
#keyVisual .kvinfo h4 {
    font-size: 16px;
	}}

@media (max-width: 1440px){
#keyVisual .kvinfo h4 {
    font-size: 15px;
	}}

@media (max-width: 1366px){
#keyVisual .kvinfo h4 {
    font-size: 14px;
	}}


@media (max-width: 1280px){
#keyVisual .kvinfo h4 {
    font-size: 14px;
    margin: 0px 0 0 0;
	}}
	
@media (max-width: 1024px){
#keyVisual .kvinfo h4 {
    font-size: 12px;
	}}


  #keyVisual .image-wrap .intel {
    width: 7%;
    position: absolute;
    top: 5%;
    right: 2%; }


    @media screen and (max-width: 992px) {
      #keyVisual .image-wrap .intel {
        width: 15%;
        top: 12px; } }

  @media screen and (max-width: 992px) {
    #keyVisual .image-wrap .kv-dt {
      display: none; } }

  #keyVisual .image-wrap .kv-m {
    display: none; }

    @media screen and (max-width: 992px) {
      #keyVisual .image-wrap .kv-m {
        display: block; } }

  #keyVisual .content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }
    #keyVisual .content-wrap h2 {
      position: absolute;
      top: 7%;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      font-weight: 800;
      font-size: 100px;
      line-height: 1;
      text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6); }

    #keyVisual .content-wrap .guide-wrap {
      position: absolute;
      bottom: 4%;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      text-shadow: 0px 1px 4px black;
      }

@media (max-width:1920px){
#keyVisual .content-wrap .guide-wrap {
    bottom: 2%;	
	}}


@media (max-width:800px){
#keyVisual .content-wrap .guide-wrap {
    bottom: 2%;	
	}}

      #keyVisual .content-wrap .guide-wrap h4 {
		  font-size: 18px;
        /*text-shadow: -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5, -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5; */
}


@-webkit-keyframes animation-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; } }

@keyframes animation-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; } }

.main-nav {
  position: relative;
  background-color: #333; 
    background-size: 100%;
    /* position: static; */
    width: 100%;
}

@media  (max-width: 1920px) {
.main-nav {
    background-size: 110%;
	}}


@media  (max-width: 1680px) {
.main-nav {
    background-size: 200%;
	}}


  @media screen and (max-width: 992px) {
    .main-nav {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      background-color: transparent; } }
  .main-nav.navFixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0; }
  .main-nav .burger {
    position: absolute;
    top: 70px;
    right: 10px;
    display: none;
    z-index: 9999;
    color: #fff;
    text-align: right; }

    .main-nav .burger .icon-wrap {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 15px;
      border: 2px solid #fff;
      text-align: center;
      padding: 1px 0;
      font-size: 24px;
      background-color: #333; }

    @media screen and (max-width: 992px) {
      .main-nav .burger {
		top: 2px !important;  
        display: block;
		} }


    @media screen and (max-width: 800px) {
      .main-nav .burger {
		top: 12px !important;  
		} }


@media screen and (max-width: 425px){
.main-nav .burger {
    top: -3px !important;
}}

  .main-nav ul {
    width: 100%;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; 
	  padding: 0 ;
}

.main-nav ul li {
width: calc(100% / 4 );
margin: auto;	
cursor: pointer; 
}

.main-nav ul li:hover {
background:#ff0000; 
}

.main-nav ul li a {
display: inline-block;
width: 100%;
padding: 18px;
font-size: 18px;
font-weight: 900;
color: #fff; 
}


.main-nav ul li a:active {
background:#ff0000; 
}

.main-nav ul li a:focus {
background:#ff0000; 
}


@media (max-width: 1280px) {
  .main-nav ul {
	  padding: 0;
		}}

    @media screen and (max-width: 992px) {
      .main-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #333;
        padding: 70px 0 16px;
        display: none; } }



@media(max-width: 1024px) {
.main-nav ul li {
    width: calc(100% / 4 - 5px);
    margin: auto;
	cursor: pointer;

}}


@media screen and (max-width: 992px) {
.main-nav ul li {
width: 100%; } }


#Stadium_box .video {
padding: 2% 0;
}

#Stadium_box .video .vd {
    position: relative;
    cursor: pointer;
}

#Stadium_box .video .btplay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


  #Stadium_box .video .video-wrap {
    padding: 0; }

  #Stadium_box .video .bridge {
    padding: 2% 16px; }

@media (max-width:1366px){
#Stadium_box .video .bridge {
    padding: 2% 16px 0 16px;
	}}

  #Stadium_box .video .artlist-logo {
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      #Stadium_box .video .artlist-logo {
        max-width: 240px; } }


#Stadium_box .video-container .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 992px) {
    #Stadium_box .video-container .video-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #Stadium_box .video-container .video-wrap > a {
    display: block; }
    @media screen and (max-width: 992px) {
      #Stadium_box .video-container .video-wrap > a {
        width: 50%; } }
  #Stadium_box .video-container .video-wrap a.yt-popup {
    position: relative;
    display: block; }
    #Stadium_box .video-container .video-wrap a.yt-popup::after {
      content: '\f04b';
      display: block;
      width: 45px;
      height: 45px;
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;

      font-size: 20px;
      line-height: 46px;
      text-align: center;
      background-color: rgba(255, 0, 0, 0.8);
      color: #fff;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    Stadium .video-container .video-wrap a.yt-popup:hover::after {
      background-color: red; }


.creatorsChoices {
  margin: 0 auto;
  padding: 4% 0;
  background-color: rgba(150, 150, 150, 0.3); }
  .creatorsChoices .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .creatorsChoices .content-wrap .item {
      width: 100%;
      max-width: 400px;
      padding: 0 8px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .creatorsChoices .content-wrap .item {
          margin: 8px 0; } }
      .creatorsChoices .content-wrap .item a.yt-popup {
        position: relative;
        display: block; }
        .creatorsChoices .content-wrap .item a.yt-popup::after {
          content: '\f04b';
          display: block;
          width: 45px;
          height: 45px;
          position: absolute;
          z-index: 1;
          bottom: 0;
          right: 0;

          font-size: 20px;
          line-height: 46px;
          text-align: center;
          background-color: rgba(255, 0, 0, 0.8);
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .creatorsChoices .content-wrap .item a.yt-popup:hover::after {
          background-color: red; }
      .creatorsChoices .content-wrap .item h4 {
        margin: 0em 0; }
      .creatorsChoices .content-wrap .item p {
        margin: 0em;
        line-height: 1.5;
        font-size: 24px; }
    .creatorsChoices .content-wrap .info-wrap {
      padding: 12px;
      color: #333; }
      .creatorsChoices .content-wrap .info-wrap h3 {
        font-size: 24px;
        margin: 4px 0 8px;
        font-weight: 700; }
      .creatorsChoices .content-wrap .info-wrap p {
        font-size: 16px; }
      .creatorsChoices .content-wrap .info-wrap a {
        padding: 4px 12px 6px;
        margin: 16px 0 0 0;
        border: 1px solid #333;
        border-radius: 8px;
        display: inline-block;
        color: #333;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .creatorsChoices .content-wrap .info-wrap a:hover {
          background-color: rgba(0, 0, 0, 0.6);
          color: #fff; }

.createWithMsi {
  padding: 4% 0; }
  .createWithMsi p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 32px 16px; }
  .createWithMsi .content-wrap {
    position: relative; }
    .createWithMsi .content-wrap img {
      margin: 0 auto; }
    .createWithMsi .content-wrap button {
      width: 100%;
      max-width: 220px;
      position: absolute;
      bottom: 4%;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 20px;
      padding: 10px 20px;
      text-align: center;
      outline: none;
      border: 0;
      border-radius: 50px;
      color: #fff;
      background-color: #E29521;
      -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .createWithMsi .content-wrap button {
          position: relative;
          margin: 8px 0 0 0; } }
      .createWithMsi .content-wrap button:hover {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2); }

.promotion-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 99999; }


  .promotion-nav ul li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #2a86e4;
    margin: 4px 8px;
border-radius:999em;
}

.promotion-nav ul li:hover {
  right: 0;
  background: #000;
}

    .promotion-nav ul li a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      color: #fff;
      font-size: 16px;
      line-height: 40px; }




  .promotion-nav .btn-icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    height: auto;
    line-height: 1;
    position: relative;
    speak: none;
    text-transform: none;
    top: 0.2em;
    vertical-align: initial;
    width: auto; }
  .promotion-nav .btn-icon-top:before {
    content: '\e914'; }



.promotion_wrap {
  width: 100%;
  max-width: 400px;
  padding: 0 8px;
  margin-bottom: 12px; }

  .promotion_wrap .promotion_image {
    background-size: contain;
    padding-bottom: 66%; }

  .promotion_wrap .promotion_excerpt {
    font-size: 16px;
    text-align: left;
    padding: 0 8px;
    line-height: 1.4; }


section.currentPromotion {
  padding: 4% 0; }
  section.currentPromotion .promotion_thumbnail {
    color: #333; }

#current_promotion_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1680px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }



section.subscribeForm {
    background: #333;
    padding: 2% 0;
}

@media (max-width:800px){
section.subscribeForm {
	padding: 5% 0;
	}}

section.subscribeForm .privacybox {
max-width: 768px;
margin: auto;
text-align: center;	
line-height: 1.4;
font-size: 16px;	
}

section.subscribeForm a {
color: #c00;
}

section.subscribeForm a:hover {
text-decoration:underline;
}

section.subscribeForm .listbox {
width: 80%;
	margin: auto;
	justify-content: center;
}

 section.subscribeForm .btclose {
    /* display: none; */
 }  

  section.subscribeForm #msi_form {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    text-align: left; }
  section.subscribeForm #msi_form {
    padding: 0 0 0%;
    text-align: left; }
  section.subscribeForm .help-block {
    padding-top: 50px;
    color: #666; }
  section.subscribeForm .star {
    color: #f00;
    padding: 0 5px;
    font-size: 18px;
    display: inline-block; }
  section.subscribeForm .question-group {
    padding-bottom: 0px; }
  section.subscribeForm .question-group h6 {
    font-size: 16px;
    font-weight: 700; }
  section.subscribeForm .question-group input[type="text"],
  section.subscribeForm .question-group input[type="email"],
  section.subscribeForm .question-group textarea,
  section.subscribeForm .question-group select {
    background: #fff;
    border: #ccc 1px solid;
    width: 100%;
    padding: 4px;
    border-radius: 3px;
    color: #333;
    font-size: 16px; }
  section.subscribeForm .question-group a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px; }
  section.subscribeForm .question-group a:hover {
    color: #f00;
    border-bottom: #f00 1px solid; }
  section.subscribeForm .question-group a.bt-ltbox {
    margin-left: 30px; }
  section.subscribeForm .question-group .note {
    color: #666;
    padding-top: 10px;
    font-size: 16px; }
  section.subscribeForm .question-group ul {
    width: 100%; }
  section.subscribeForm .question-group ul li {
    padding: 4px 0 4px; }
  section.subscribeForm .question-group ul li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2); }
    @media screen and (max-width: 960px) {
      section.subscribeForm .question-group ul li {
        width: 95%; } }
  section.subscribeForm .question-group.error h6 {
    color: #999; }
  section.subscribeForm .question-group.error.checkSty {
    color: #999; }
  section.subscribeForm .radioSty input[type="radio"] {
    display: none; }
  section.subscribeForm .radioSty input[type="radio"]:checked + label::before {
    border: #f00 1px solid; }
  section.subscribeForm .radioSty input[type="radio"]:checked + label::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #f00;
    position: absolute;
    top: 3px;
    left: 3px; }
  section.subscribeForm .radioSty label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  section.subscribeForm .radioSty label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: #333 1px solid;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }
  section.subscribeForm .checkSty input[type="checkbox"] {
    display: none; }
  section.subscribeForm .checkSty input[type="checkbox"]:checked + label::before {
    border: #999 1px solid;
    background: url(https://storage-asset.msi.com/event/2019/Questionnaire/images/icon-check.png) center center no-repeat;
    background-size: cover; }

  section.subscribeForm .checkSty label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500; 
	  line-height: 1.4;
}

  section.subscribeForm .checkSty label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: #fff 1px solid;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px; }

  section.subscribeForm .form-send button {
background: #FF0000;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    width: 240px;
    /* margin: auto; */
    margin: 3% 34% 1%;


}

  section.subscribeForm .form-send button:hover {
    background: #999; }
  @media screen and (max-width: 960px) {
    section.subscribeForm .form-send {
      text-align: center; }
    section.subscribeForm .form-send button {
      /*width: 100%; */
    margin: 3% 30% 1%;
	  }}


@media screen and (max-width: 425px){
section.subscribeForm .form-send button {
    /* width: 100%; */
    margin: 3% 14% 1%;
	}}


@media screen and (max-width: 375px){
section.subscribeForm .form-send button {
    /* width: 100%; */
    margin: 3% 0% 1%;
	}}


@media screen and (max-width: 320px){
section.subscribeForm .form-send button {
  width: 190px;
	}}

  section.subscribeForm .lighttbox {
    background: rgba(255, 255, 255, 0.6);
    position: fixed;
    width: 100%;
    min-height: 100vh;
    z-index: 10;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: none; }
  section.subscribeForm .ltwp {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  section.subscribeForm .ltbox {
    background: #fff;
    width: 90%;
    max-width: 1000px;
    margin: 3% auto;
    padding: 40px;
    border: #ccc 3px solid;
    color: #333;
    line-height: 1.6;
    font-size: 18px;
    display: none; }
  section.subscribeForm .ltbox h2 {
    font-size: 26px;
    color: #000;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase; }
  section.subscribeForm .ltbox h2:after {
    content: "";
    display: block;
    height: 2px;
    width: 150px;
    margin: 15px auto 0;
    background: #ccc; }
  section.subscribeForm .ltbox h4 {
    padding: 30px 0 10px;
    font-size: 22px; }
  section.subscribeForm .ltbox h4 span {
    border-bottom: #666 2px solid; }
  section.subscribeForm .ltbox p {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 20px; }
  section.subscribeForm .ltbox .btclose {
    text-align: center;
    padding-top: 30px; }
  section.subscribeForm .ltbox .btclose button {
    background: #222;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none; }
  section.subscribeForm .ltbox .btclose button:hover {
    background: #999; }
  section.subscribeForm #terms {
    text-align: left; }
  section.subscribeForm #terms a {
    color: #c00;
    border-bottom: #c00 1px dotted;
    cursor: pointer;
    margin-left: 10px; }
  section.subscribeForm #terms a:hover {
    color: #f00;
    border-bottom: #f00 1px solid; }
  section.subscribeForm #terms ul {
    margin-left: 20px; }
  section.subscribeForm #terms ul li {
    list-style: lower-roman;
    line-height: 1.6;
    padding-bottom: 10px; }
  section.subscribeForm #terms ul li ul li {
    list-style: lower-alpha; }

.container {
width: 100%;
    max-width: 1920px;
    /* background-color: #eee; */
    margin: 0 auto;
}

#popup_container {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none; }
  #popup_container.active {
    display: block; }

  #popup_container .popup_wrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    width: 95%;
    max-width: 550px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
    text-align: center; }
    #popup_container .popup_wrap button {
      width: 100%;
      max-width: 220px;
      margin-top: 16px;
      font-size: 20px;
      padding: 10px 20px;
      text-align: center;
      outline: none;
      border: 0;
      border-radius: 50px;
      color: #fff;
      background-color: #E29521;
      -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 768px) {
        #popup_container .popup_wrap button {
          position: relative;
          margin: 8px 0 0 0; } }
      #popup_container .popup_wrap button:hover {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2); }
    #popup_container .popup_wrap h2 {
      margin: 0 0 16px 0;
      line-height: 1.3; }
    #popup_container .popup_wrap a {
      display: inline-block;
      margin-top: 16px;
      color: #fff; }






 @-moz-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

 @-ms-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

 @keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

.material-icons {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}





/*.modal*/
.modal-dialog {
	width: 70%;
	margin: 2% 15%;
}
.modal-content {
	background: #000 !important;
	border-radius: 15px !important;
	border: #f00 4px double !important;
	font-size: 18px;
	color: #fff;
	width: 100% !important;
	max-width: 1000px !important;
	margin: 0 auto;
	padding: 2%;
	line-height: 1.8rem;
}
.modal-content a {
	color: #f00;
	font-weight: bold;
	border-bottom: #f00 1px dashed;
	opacity: 1;
}
.modal-content a:hover {
	opacity: .85;
}
.modal-header {
	border-bottom: none !important;
	color: #f00;
}

.modal-title {
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #f00 2px solid;
}
.modal-body {
	text-align: left;
}
.modal-body hr {
	display: none;
}
.modal-body p {
	padding-bottom: 20px;
	line-height: 1.4;
}

.modal-body ul {
	margin-left: 20px;
	padding-bottom: 20px;
}

.modal-body ul li {
	padding-bottom: 10px;
	list-style: square;
}
.modal-body ul li strong {
	color: #f00;
	font-weight: bolder;
}
.modal-body ol {
margin-left: 20px;
    padding-top: 10px;
    margin-top: -3%;
}
.modal-body ol li {
	line-height: normal;
	list-style: disc;
}
.modal-body .subtitle {
	text-transform: uppercase;
	font-size: 24px;
	color: #f00;
	text-align: center;
	border-bottom: #999 1px dashed;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: normal;
}

.modal-body .subtitle p {
	color: #ddd;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

.modal-body .subtitle a {
	border-bottom: #f00 1px dashed;
}

.modal-body .type-number li {
	list-style: decimal;
}

.modal-body .type-dic li {
	list-style: disc;
}

.modal-footer button {
	border: #f00 1px solid;
	background: none;
	color: #f00;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	outline: none;
}
.modal-footer button:hover {
	background: #f00;
	border: #f00 1px solid;
	color: #fff;
}


.close {
	background: #f00 !important;
	position: absolute;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	right: 15px;
	z-index: 10;
	top: 15px;
	display: inline-block !important;
	text-align: center;
	border: none;
	opacity: 1;
	color: #fff;
	border: #f00 2px solid;
	opacity: 1!important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
.close:focus, .close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #f00 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #f00 2px solid;
	text-shadow: none;
}

/*au-desktop b2*/
#Stadium_box .au-desktop {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	overflow: hidden;
}

#Stadium_box .au-desktop .b2 {
}

#Stadium_box .au-desktop .b2 .boxrow {
display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    justify-content: center;
	
}
#Stadium_box .au-desktop .b2 .boxrow p {
	font-size: 130%;
}
#Stadium_box .au-desktop .b2 .boxrow .td h2{text-transform: uppercase; color: #fff; font-size: 2em; text-shadow: 5px 5px 10px #000; font-style: italic; z-index: 99;position: relative;}
#Stadium_box .au-desktop .b2 .boxrow .td h2:after{    background: #f00;
    z-index: -99;
    content: "";
    height: 30px;
    display: block;
    transform: skewX;
    /* margin-top: -15px; */
    width: 30%;
    margin: -25px auto 10px;
    transform: skewX(-30deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}

#Stadium_box .au-desktop .b2 .td {
	width: 100%;
    padding-top: 0;
    background-size: 100%;
}

#Stadium_box .au-desktop .b2 .pru a {
	text-align: center;
	color: rgba(232,232,232,.7);
	display: block;
}

 @keyframes lightglow {
 0% {
border:1px dashed rgba(253,0,111,1.00);
 box-shadow: 0 0 20px rgba(253,0,111,1.00), 0 0 20px rgba(253,0,111,1.00), inset 0 0 20px rgba(253,0,111,1.00);
}
 50% {
 border:1px dashed #fd006f;
 box-shadow: 0 0 20px rgba(0,50,255,1.00), 0 0 20px rgba(0,50,255,1.00), inset 0 0 20px rgba(0,50,255,1.00);
}
 100% {
 border:1px dashed #fd006f;
box-shadow: 0 0 20px rgba(253,0,111,1.00), 0 0 20px rgba(253,0,111,1.00), inset 0 0 20px rgba(253,0,111,1.00);
}
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #F00;
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
	margin: 5px;
	height: 50px;
	width: 50px;
	display: block;
	font-size: 12px;
}
#Stadium_box .au-desktop .block_reward {
	padding-bottom: 5%;
}
#Stadium_box .au-desktop .block_reward .mainbox {
	width: 60%;
	margin: 0 auto;
}
#Stadium_box .au-desktop .block_reward .mainbox a {
	transition: 0.3s all ease-in-out;
	border: 1px solid rgba(255,255,255,.0);
	margin: 1%;
	display: block;
}
#Stadium_box .au-desktop .block_reward .mainbox a:hover {
	box-shadow: 0px 0px 30px rgba(255,0,0,.4);
	transition: 0.3s all ease-in-out;
	border: 1px solid rgba(255,0,0,.3);
}
#Stadium_box .au-desktop .block_reward .mainbox .pbox {
	padding: 0 10%
}
#Stadium_box .au-desktop .block_reward .mainbox .pbox p {
	font-size: 1.3em;
	color: #fff;
	padding-top: 15px;
	text-align: left;
}
#Stadium_box .au-desktop .block_reward .mainbox .pbox .td {
	display: table-cell;
	vertical-align: bottom;
	font-size: 2em
}
#Stadium_box .au-desktop .block_reward .mainbox .pbox .td p {
	margin-bottom: -35px;
	color: #f00;
	font-size: 1em;
}
#Stadium_box .au-desktop .block_reward .mainbox .pbox .item {
	color: #DF2828;
	font-size: 2.5em;
	font-style: italic;
	vertical-align: baseline;
}
#Stadium_box .au-desktop .block_reward .mainbox .pbox .item .learmore {
	background: #f00;
	text-transform: uppercase;
	color: #fff;
	transform: skewX(-30deg);
	padding: 3px 15px 3px 30px;
	font-size: 0.3em!important;
	color: #000;
	margin-left: 20px;
}
#Stadium_box .au-desktop .block_reward .mainbox .pbox .item .learmore span {
	transform: skewX(40deg);
	display: block;
}
#Stadium_box .au-desktop .block_reward .mainbox .box45 {
	display: flex;
}
#Stadium_box .au-desktop .block_reward .mainbox .box45 .pbox {
	display: inline-block;
	padding: 0 5% 4% !important;
	display: table-cell;
}
#Stadium_box .au-desktop .block_reward .mainbox .box45 a {
	width: 48%;
}

/* animita*/
@-webkit-keyframes arrowDown {
 0% {
 opacity: 0;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 0;
 transform: translate(0px, 0px);
}
}
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 0;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @-webkit-keyframes arrowLeft {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(10px, 0px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @keyframes arrowLeft {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(10px, 0px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}

@media (min-width:320px) and (max-width:768px) {
.owl-prev {
	left: -50px;
}
.owl-next {
	right: -50px;
}
}

@media screen and (max-width: 1680px) {
#Stadium_box .au-desktop .block_reward .mainbox {
	width: 80%;
	margin: 0 auto;
}
#Stadium_box .au-desktop .kvinfo {
	top: 0px;
	font-size: 1.5em;
	width: 29%;
	top: 7%;
}
.boxslider {
	width: 85%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 1360px) {
	#Stadium_box .au-desktop .b2 .boxrow{width: 80%;}
#Stadium_box .au-desktop .kv .dt {
	font-size: 0.6em;
}
#Stadium_box .au-desktop .kvinfo {
	top: 0px;
	font-size: 1em;
	width: 29%;
	top: 5%;
}
#Stadium_box .au-desktop .kvinf h2 {
	font-size: 130%;
}
.boxslider {
	width: 95%;
	margin: 0 auto;
	padding: 0 5%;
}
}
 @media screen and (max-width: 1024px) {
#Stadium_box .au-desktop .block_reward .mainbox {
	width: 98%;
	margin: 0 auto;
}
.boxslider {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.inlinepopup .col-md-2 {
	margin: 0 10px;
}
.inlinepopup .do-circle img {
	border-radius: 100px;
	width: 120px;
	height: 120px;
	padding: 10px;
}
.inlinepopup .service-item {
	width: 120px;
}}
 @media screen and (max-width: 960px) {
	 #Stadium_box .au-desktop .b2 .boxrow{width: 100%;}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
 display: none;
}
 .owl-carousel .owl-next {
 left: auto;
 right: 30px;
}
}
@media (max-width: 768px) {
#Stadium_box .au-desktop .b2 .td {
 width: 100%;
}
#Stadium_box .au-desktop .kvinfo {
 text-align: center;
 position: relative;
 top: 0px;
 font-size: 1em;
 width: 100%;
 background: #fe0000;
 left: 0px;
}
#Stadium_box .au-desktop .kvinfo h2 {
 font-size: 130%;
 letter-spacing: normal;
}
#Stadium_box .au-desktop .b2 .td {
 width: 100%;
}
#Stadium_box .au-desktop .redeem .step-wrap {
 flex-direction: column;
}
}
@media (min-width:320px) and (max-width:768px) {
.inlinepopup_content {
 margin: 0px;
}
.inlinepopup h1 {
 margin-left: auto;
 width: 100%;
}
.inlinepopup .col-md-2 {
 margin: 0 0px;
}
}

@media (min-width:320px) and (max-width:768px) {
.owl-prev {
	left: -50px;
}
.owl-next {
	right: -50px;
}
}
/**/
.boxslider img {
	width: 100%;
}
.boxslider {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	justify-content: center;
}

.boxslider .box:hover .item {
	opacity: 0.5;
}
.boxslider .box .item a {
	color: rgba(232,232,232,.7);
	position: relative;
	display: block;
}
.boxslider .box .item a .img {
	position: relative;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	z-index: 1;
}
.boxslider .box .item:hover {
	opacity: 1;
}
.boxslider .box .owl-nav {
	font-size: 50px;
	font-weight: bold;
	/*color: #999;*/
}
.boxslider .box .owl-nav .owl-prev {
	left: -30px;
	top: 35%;
	font-size: 1.2em!important;
}
.boxslider .box .owl-nav .owl-next {
	font-size: 1.2em!important;
	right: -30px;
	top: 35%;
}
.boxslider .box .owl-dots {
	margin: 20px !important;
	display: block!important;
	position: relative !important;
}
.boxslider .box .owl-dots .owl-dot {
	background: #ADADAD;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	margin: 0 5px;
	outline: none;
	border: 2px #ccc solid;
}
.boxslider .box .owl-dots .owl-dot.active {
	background: #fff;
}
/*.owl-carousel*/
.owl-carousel {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
}
.owl-carousel .item {
	padding: 36px !important;
	margin: 0 !important;
}
.owl-carousel img {
	vertical-align: bottom;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
	position: absolute;
	top: 45%;
	left: 30px;
	color: #fff;
	font-size: 120px;
	z-index: 50;
	outline: none;
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
	color: #f00;
}

@media screen and (max-width: 1680px) {
#Stadium_box .au-desktop .kvinfo {
	top: 0px;
	font-size: 1.5em;
	width: 29%;
	top: 7%;
}
.boxslider {
	width: 85%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 1360px) {
#Stadium_box .au-desktop .kv .dt {
	font-size: 0.6em;
}
#Stadium_box .au-desktop .kvinfo {
	top: 0px;
	font-size: 1em;
	width: 29%;
	top: 5%;
}
#Stadium_box .au-desktop .kvinf h2 {
	font-size: 130%;
}
.boxslider {
	width: 95%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 1024px) {
.boxslider {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 960px) {
.owl-carousel .owl-prev, .owl-carousel .owl-next {
	display: none;
}
}
.owl-carousel .owl-next {
	left: auto;
	right: 30px;
}
