@charset "utf-8";
/* CSS Document */
@import 'https://event.msi.com/msifonts/fonts.css';
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;
}

/*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; }


#header {
padding: 0 0 15px !important;
}

.navbar-brand {
    height: auto;
    padding: 10px 10px 0px 10px !important;
}


.navbar .navbar-header {
    margin-left: -150px !important;
}

@media (max-width: 2560px){
.navbar .navbar-header {
    margin-left: -100px !important;
	}}


@media (max-width: 1566px){
.navbar .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
	}}

@media (max-width: 1440px){
.navbar .navbar-header {
    margin-left: 0 !important;
    margin-right: 0 !important;
}}


@media (max-width:800px){
.navbar-brand {
    height: auto;
    /* padding: 10px 25px 10px 10px; */
    position: fixed;
	}}


@media (max-width:800px){
	#header {
    text-align: left;
    padding: 15px;
    border-bottom: #f00 1px solid;
    /* position: absolute; */
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
		background-color: #000;
		height: 85px;
			}}	
		
		
@media (max-width: 425px){
#header {
    height: 60px;
			}}	
		
		
@media screen and (max-width: 425px){
.footer .quicklinks {
    /* border-top: 0; */
    display: 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;
}

/*#cnd_campaign */
#cnd_campaign {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-size: 18px!important;
	color: #fff !important;
	position: relative;
}

	#cnd_campaign h1 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 1em;
    color: #fff;
}


#cnd_campaign .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;
}

#cnd_campaign .kv {
	position: relative;
	z-index: 1;
	text-align: center;
}

#cnd_campaign .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;
}

#cnd_campaign .kv .title h1 {
	font-size: 40px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

@media (max-width: 1920px){
#cnd_campaign .kv .title h1 {
	font-size: 36px;
	}}

@media (max-width: 1600px){
#cnd_campaign .kv .title h1 {
    font-size: 32px;
	}}

#cnd_campaign .kv .title h1 span {
	color: #fdfc01;
}
/*--box2--*/


#cnd_campaign .box2 {
}

#cnd_campaign .box2 .img-p {
	z-index: 1;
	left: -40px;
	bottom: -35px;
}
/*--box3 table--*/
#cnd_campaign .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){
#cnd_campaign .box3main {
	background-size: cover;
	background-position: bottom;
	}}

#cnd_campaign .box3 {
	padding: 0px 0px 100px 0px;
}
#cnd_campaign .box3 .css_table {
	display: table;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

#cnd_campaign h2 {
	font-size: 5rem !important;
    line-height: 1;
    color: #fff;
	margin-bottom: -125px;
	padding-top: 50px;
	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: 2380px){
#tom-clancys-breakpoint h3 {
    font-size: 4rem !important;
	}}

@media (max-width: 1920px){
#cnd_campaign h2 {
	font-size: 3.3rem !important;
	}}

@media (max-width: 1600px){
#tom-clancys-breakpoint h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 1440px){
#tom-clancys-breakpoint h3 {
    font-size: 2.7rem !important;
	}}

@media (max-width: 1280px){
#cnd_campaign h2 {
	margin-bottom: -85px;
	}}

@media (max-width: 1024px){
#cnd_campaign h2 {
	font-size: 2.6rem !important;
	margin-bottom: -80px;
	}}

@media (max-width: 425px){
#cnd_campaign h2 {
    margin: auto;
    font-size: 1.8rem !important;
    width: 80%;
	}}

#cnd_campaign span {
	color: #f00;
}
#cnd_campaign .box2 .box2-r {
	margin: 35px 0px;
	margin-left: 8%;
}
#cnd_campaign .box2 button .col-xs-12 {
	background: rgba(255,0,4,0.3);
	padding: 15px 0px;
}
#cnd_campaign .box2 button .col-xs-12:hover {
	background: rgba(255,0,4,1);
}
#cnd_campaign .box2 .round, #cnd_campaign .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;
}
#cnd_campaign .box2 .round-2 {
	padding: 44px;
}
#cnd_campaign .box2 .r-text {
	padding: 0px;
	font-size: 20px;
}
#cnd_campaign .box2 .r-text a {
	background: #FF0004;
	display: block;
	padding: 8px;
	line-height: 17px;
}
#cnd_campaign .box2 i {
	font-size: 5em;
}
#cnd_campaign .box2 .fa-x {
	font-size: 2.5em !important;
	margin-top: 1.8em;
	color: rgba(220,57,0,0.5);
}
#cnd_campaign .box2 .box2-l {
	margin-top: 5em;
	margin-bottom: 0em;
}
#cnd_campaign .box2 .box2-l .text {
	margin-top: 2.7em;
	font-size: 25px;
	line-height: 25px;
}
#cnd_campaign .box2 .button {
	margin-top: -235px;
	margin-bottom: 40px;
	z-index: 3;
}
#cnd_campaign .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;
}
#cnd_campaign .box2 p {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1.4em;
	text-align: left;
}

#cnd_campaign .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--*/
#cnd_campaign #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) {
	#cnd_campaign .kv{padding-bottom: 2%;
	}}

@media screen and (max-width: 1280px) {
	#cnd_campaign .kv{padding-bottom: 6%;
	}}

@media screen and (max-width: 1024px){
#cnd_campaign .kv {
    padding-bottom: 10%;
	}}

@media screen and (max-width: 800px) {
	#cnd_campaign .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);
}
}


#cnd_campaign .dt {
background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/pd04011.jpg)center no-repeat;
background-attachment: fixed;
background-position: top center;
border-bottom: 2px #FF0000 solid;
}

#cnd_campaign .dt .title {
max-width: 1210px;
    margin: auto;
    font-size: 18px;
    line-height: 50px;
    padding: 3% 0;
}

@media (max-width:1024px){
#cnd_campaign .dt .title {
    max-width: 950px;
    margin: auto;
    font-size: 18px;
    line-height: 36px;
    padding: 3% 0;
	}}

@media (max-width: 425px){
#cnd_campaign .dt .title {
    max-width: 87%;
	}}

#cnd_campaign .dt .do-container {
width: 10%;
    margin: auto;
    margin-top: -7%;
    margin-bottom: 3%;
}


/*down-arrow*/

#cnd_campaign .arrow {
max-width: 2560px;
    margin: -5% auto;
    /* margin-top: -7%; */
    margin-bottom: 3%;
    font-size: 28px;
    line-height: 50px;}

.down-arrow {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 30px;
}

.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;
}

.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;
}
.arrow {
    position: relative;
    text-align: center;
    bottom: 0;
    z-index: 2;
}

@media (max-width:1024px){
.arrow {
    bottom: 7px;
	}}


/*--prize--*/
#cnd_campaign .prize {
	padding: 1% 0px 4% 0px;
}

#cnd_campaign .prize ul {
	width: 100%;
	list-style: none;
	display: flex;
}
#cnd_campaign .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;
}
#cnd_campaign .prize .gname {
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #999;
}
#cnd_campaign .prize .for {
	font-size: 16px;
	color: #000000;
}
#cnd_campaign .prize .for span {
	color: #f00;
}
#cnd_campaign .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;
    margin-top: -6%;
	}}

/*--term--*/
#cnd_campaign .term {
	text-align: left;
}
#cnd_campaign .term ul {
	text-align: left;
	line-height: normal;
	font-size: 16px;
}
#cnd_campaign .dec {
	margin-left: 20px!important;
}
/*--submit--*/

#cnd_campaign .sbox {
	padding-bottom: 7%;
}
#cnd_campaign .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;
}
#cnd_campaign .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: 2560px){
#cnd_campaign .submit a {
	font-size: 2.5rem;
	}}

@media (max-width: 1920px){
#cnd_campaign .submit a {
	font-size: 2.3rem;
	}}

@media (max-width: 1024px){
#cnd_campaign .submit a {
	font-size: 2rem;
	}}

#cnd_campaign .submit {
	margin: 0px;
}
#cnd_campaign .submit a:hover {
	color: #000;
}
#cnd_campaign .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%;
}
}
#cnd_campaign .container-text {
	font-size: 3rem;
    line-height: 1;
    color: #A0A0A0;
    text-transform: uppercase;
    margin: 1% 0 1%;
}

@media (max-width: 2380px){
#cnd_campaign .container-text {
font-size: 2.5rem;	
padding-top: 40px;
	}}

@media (max-width: 1920px){
#cnd_campaign .container-text {
font-size: 2.3rem;	
	}}

@media (max-width: 1024px){
#cnd_campaign .container-text {
font-size: 2rem;	
	}}

@media (max-width: 960px){
#cnd_campaign .container-text {
	font-size: 1.7rem;
	padding-bottom: 1%;
	}}

@media (max-width: 425px){
#cnd_campaign .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);
}
}
#cnd_campaign .mname ul {
	width: 100%;
}
#cnd_campaign .mname ul li {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: none;
}
#cnd_campaign .mname ul li:hover {
cursor: auto;
}
#cnd_campaign .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;
}
#cnd_campaign .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;
}
#cnd_campaign 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 ===== */
#cnd_campaign .sel {
	font-size: 0.4em;
	display: inline-block;
	margin: 3em 1em;
	width: 450px;
	background-color: #f00;
	position: relative;
	cursor: pointer;
}
#cnd_campaign .sel span {
	color: #fff !important;
}
#cnd_campaign .sel::before {
	position: absolute;
	content: '\f063';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #FFF;
	right: 20px;
	top: calc(50% - 0.5em);
}
#cnd_campaign .sel.active::before {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
#cnd_campaign .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;
}
#cnd_campaign .sel.active .sel__placeholder {
	visibility: hidden;
}
#cnd_campaign .sel__placeholder::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 0.5em;
	content: attr(data-placeholder);
	visibility: hidden;
}
#cnd_campaign .sel.active .sel__placeholder::before {
	visibility: visible;
}
#cnd_campaign .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;
}
#cnd_campaign .sel.active .sel__box {
	display: block;
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
#cnd_campaign .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;
}
#cnd_campaign .sel__box__options::after {
	content: '\f00c';
	margin-left: 5px;
	display: none;
}
#cnd_campaign .sel__box__options.selected::after {
	display: none;
}
#cnd_campaign .sel__box__options:hover {
	background-color: rgba(155,0,0,1);
}
/* ----- Select Box Black Panther ----- */
#cnd_campaign .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;
}
#cnd_campaign .sel--black-panther {
	z-index: 3;
}
#cnd_campaign .sel--superman {
	z-index: 2;
}

@media screen and (max-width:960px) {
/*nav*/
#cnd_campaign #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){
#cnd_campaign #btnav {
    padding: 27px 0 10px;
	}}

@media screen and (max-width: 425px){
#cnd_campaign #btnav {
    padding: 10px 0 10px;
	}}

@media screen and (max-width:1024px) {
#cnd_campaign .kv .title h1 {
	font-size: 26px;
}
#cnd_campaign .kv p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: normal;
}}

@media screen and (max-width: 425px){
#cnd_campaign .kv .title h1 {
    font-size: 24px;
	}}

@media screen and (max-width: 393px){
#cnd_campaign .kv .title h1 {
    font-size: 22px;
	}}

@media screen and (max-width:1320px) {
#cnd_campaign .sel {
	width: 38%;
}}

@media screen and (max-width:800px) {
#cnd_campaign .icon-img {
	display: none;
}
.tab-panels .panel {
	padding: 10px 0px;
	margin: 0px;
}
#cnd_campaign .mname ul li {
	margin: 5px;
}
.tab-panels ul li {
	border-radius: 10px;
}

	#cnd_campaign .box2 .text2, #cnd_campaign .box2 p, #cnd_campaign p, #cnd_campaign .term, #cnd_campaign .term ul {
	font-size: 14px;
}
.tab-panels ul li {
	margin-bottom: 0px;
	border-bottom: 2px solid #000;
	line-height: 2;
}
	
#cnd_campaign .kv .title {
	position: relative;
}
	
#cnd_campaign .kv p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: normal;
	padding: 0px 5%;
}
#cnd_campaign h2 {
	margin-bottom: 0px;
	padding-top: 20px;
	font-size: 28px;
}
	
#cnd_campaign .box2 i {
	font-size: 3em;
}
	
#cnd_campaign .box2 .round-2 {
	padding: 0px;
}
	
#cnd_campaign .box2 .round, #cnd_campaign .box2 .round-2 {
	border: 5px solid;
	padding: 30px 0px 0px 10px;
	height: 8em;
	width: 8em;
	margin-left: 24%;
}
	
#cnd_campaign .box2 p {
	font-size: 14px;
}
	
#cnd_campaign .box2 .box2-r {
	margin-top: 10px;
}
#cnd_campaign .col-xs-6 {
	margin: 0px;
}
#cnd_campaign .col-xs-12 {
	margin: 0px 0px;
	padding: 0px;
}
#cnd_campaign .box2 .fa-x {
	margin-top: 0px;
	transform: rotate(90deg);
	display: none;
}
#cnd_campaign .prize li {
	width: 90%;
}
#cnd_campaign .prize ul {
	margin-left: -5%;
}
#cnd_campaign .submit a {
	font-size: 22px;
}
#cnd_campaign .box2 .box2-r {
	margin-left: 0px;
}
#cnd_campaign .box3 .css_table {
	width: 100%;
	margin: auto 0px;
	font-size: 10px;
}
}

@media screen and (max-width: 425px){
#cnd_campaign .kv .title {
    bottom: 0px;
	}}

@media screen and (max-width: 425px){
#cnd_campaign .box2 .text2, #cnd_campaign .box2 p, #cnd_campaign p, #cnd_campaign .term, #cnd_campaign .term ul {
    font-size: 12px;
    line-height: 1.4;
	}}

@media screen and (max-width: 425px){
#cnd_campaign .kv p {
    font-size: 14px;
    padding: 0px 6%;
	}}

@media screen and (max-width: 393px){
#cnd_campaign .kv p {
    font-size: 12px;
	}}

@media (max-width:468px) {
#cnd_campaign .submit a {
	font-size: 18px;
}
#cnd_campaign .mname ul li {
	font-size: 18px;
}
#cnd_campaign .sel {
	width: 44%;
}
}


#cnd_campaign_header {
        width: 100%;
        padding-bottom: 41%;
}
 

@media (max-width: 2380px) {
#cnd_campaign_header {
        width: 100%;
        padding-bottom: 44%;
	}}


@media (max-width: 800px){
#cnd_campaign_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: 2560px;
    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: 2560px){
.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%;
}

/*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_wrap {
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;
	background-color: #000;
	padding: 5% 0;
}

@media (max-width:800px){
#shopnowbox .nbflex_wrap {
background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bb_m.jpg)no-repeat center;
	background-size: 100%;
	background-attachment: fixed;
	background-color: #000;
	padding: 5% 0;
	}}


@media (max-width: 425px){
#shopnowbox .nbflex_wrap {
    padding: 5% 0;
	margin-top: -40%;
	}}

@media (max-width: 320px){
#shopnowbox .nbflex_wrap {
    padding: 5% 0;
    margin-top: -40%;
	}}

#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;
	font-family: 'Nunito Sans', sans-serif;
    /* 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: 2560px){
#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;
	font-family: 'Nunito Sans', sans-serif;
    /* 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: 2560px){
#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: url(//storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_11.jpg) center no-repeat;
    background-size: 100%;
    /* margin: 5%; */
    padding: 15% 0;
}

@media (max-width: 2560px){
#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 {
background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_1m2.jpg) center no-repeat;
padding: 57% 0 5% 0;
}}


@media (max-width: 425px){
#shopnowbox .itemlist {
background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_1m4252.jpg) center no-repeat;
padding: 80% 0 51% 0;
}}

@media (max-width: 320px){
#shopnowbox .itemlist {
    padding: 90% 0 44% 0;
	}}

#shopnowbox .itemlist .multiple {
	width: 30%;
    margin-left: 60%;
	    text-align: left;
    display: block;
}

@media (max-width: 1680px){
#shopnowbox .itemlist .multiple {
    width: 35%;
    margin-left: 58%;
	}}


@media (max-width: 1536px){
#shopnowbox .itemlist .multiple {
    width: 40%;
    margin-left: 53%;
}}

@media (max-width: 800px){
#shopnowbox .itemlist .multiple {
    width: 80%;
margin: auto;
	}}


@media (max-width: 425px){
#shopnowbox .itemlist .multiple {
    margin-top: -10%;
	}}

#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: 2560px){
#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;
	}}


/*itemlist2*/
#shopnowbox .itemlist2 {
    background: url(//storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_4.jpg) center no-repeat;
    background-size: 100%;
    /* margin: 5%; */
    padding: 15% 0;
}


@media (max-width: 2560px){
#shopnowbox .itemlist2 {
    padding: 13% 0;
	}}

@media (max-width: 1680px){
#shopnowbox .itemlist2 {
    padding: 11% 0;
	}}

@media (max-width: 1560px){
#shopnowbox .itemlist2 {
    padding: 10% 0;
	}}


@media (max-width: 1024px){
#shopnowbox .itemlist2 {
    padding: 5% 0;
}}


@media (max-width: 800px){
#shopnowbox .itemlist2 {
    background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_4m.jpg) center no-repeat;
    padding: 57% 0 2% 0;
}}


@media (max-width: 425px){
#shopnowbox .itemlist2 {
    background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_4m425.jpg) center no-repeat;
    padding: 80% 0 52% 0;
}}

@media (max-width: 320px){
#shopnowbox .itemlist2 {
    padding: 90% 0 34% 0;
	}}

#shopnowbox .itemlist2 .multiple {
    width: 30%;
    margin-left: 60%;
    text-align: left;
    display: block;
}

@media (max-width: 1680px){
#shopnowbox .itemlist2 .multiple {
    width: 35%;
    margin-left: 58%;
	}}


@media (max-width: 1536px){
#shopnowbox .itemlist2 .multiple {
    width: 40%;
    margin-left: 53%;
}}


@media (max-width: 800px){
#shopnowbox .itemlist2 .multiple {
    width: 80%;
    margin: auto;
	}}


@media (max-width: 425px){
#shopnowbox .itemlist2 .multiple {
    margin-top: -10%;
	}}


#shopnowbox .itemlist2 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:2560px){
#shopnowbox .itemlist2 h3 {
    font-size: 3rem !important;	
	}}

@media (max-width:1920px){
#shopnowbox .itemlist2 h3 {
    font-size: 3rem !important;	
	}}

@media (max-width: 1280px){
#shopnowbox .itemlist2 h3 {
    font-size: 2.3rem !important;
	}}

@media (max-width: 1024px){
#shopnowbox .itemlist2 h3 {
    font-size: 2rem !important;
	}}

@media (max-width: 800px){
#shopnowbox .itemlist2 h3 {
    font-size: 2.6rem !important;
    text-align: center;
	}}

#shopnowbox .nbflex_box2 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: 2560px){
#shopnowbox .nbflex_box2 h3 {
    font-size: 2.6rem !important;
}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box2 h3 {
    font-size: 2.6rem !important;
}}


@media (max-width: 1280px){
#shopnowbox .nbflex_box2 h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#shopnowbox .nbflex_box2 h3 {
    font-size: 1.8rem !important;
	}}

@media (max-width: 800px){
#shopnowbox .nbflex_box2 h3 {
    width: 80%;
    line-height: 1.4;
    margin-bottom: 2%;
	}}

#shopnowbox .itemlist2 p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 1em;
    color: #fff;
}

@media (max-width: 800px){
#shopnowbox .itemlist2 p {
text-align: center;
	}}


#shopnowbox .nbflex_wrap2 {
    background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bb_2.png)no-repeat center;
    background-size: 100%;
    background-attachment: fixed;
	background-color: #000;
    padding: 5% 0;
}

#shopnowbox .nbflex_box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    justify-content: center;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    max-width: 85%;
    margin: 0% auto;
    padding: 5% 0;
    text-align: left;
}



@media (max-width: 425px){
#shopnowbox .nbflex_box2 {
    max-width: 95%;
	}}

#shopnowbox .nbflex_box2 .flexItem2 a {
  color: #fff;
  display: block;
  background: #898d8c21;
	padding: 4%;
	
}

#shopnowbox .nbflex_box2 .flexItem2 a:hover {
  background: #dddddd69;
}


#shopnowbox .nbflex_box2 .flexItem2 {
    display: inline-block;
    width: calc(23% - 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;
}


@media (max-width: 960px){
#shopnowbox .nbflex_box2 .flexItem2 {
    width: 70%;
    margin: auto;
    text-align: center;
	display: block;
	}}

#shopnowbox .nbflex_box2 .flexItem2 a {
    color: #fff;
    display: block;
    background: #898d8c21;
    padding: 4%;
}



/*itemlist3*/
#shopnowbox .itemlist3 {
    background: url(//storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_3.jpg) center no-repeat;
    background-size: 100%;
    /* margin: 5%; */
    padding: 15% 0;
}


@media (max-width: 2560px){
#shopnowbox .itemlist3 {
    padding: 13% 0;
	}}


@media (max-width: 1440px){
#shopnowbox .itemlist3 {
    padding: 13% 0;
	}}

@media (max-width: 1366px){
#shopnowbox .itemlist3 {
    padding: 11% 0;
	}}

@media (max-width: 1280px){
#shopnowbox .itemlist3 {
    padding: 10% 0;
	}}

@media (max-width: 1024px){
#shopnowbox .itemlist3{
    padding: 8% 0;
}}


@media (max-width: 800px){
#shopnowbox .itemlist3 {
    background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_3m1.jpg) center no-repeat;
    padding: 57% 0 5% 0;
}}


@media (max-width: 425px){
#shopnowbox .itemlist3 {
background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bg_3m4253.jpg) center no-repeat;
padding: 80% 0 56% 0;
}}

@media (max-width: 320px){
#shopnowbox .itemlist3 {
    padding: 90% 0 44% 0;
	}}

#shopnowbox .itemlist3 .multiple {
    width: 30%;
    margin-left: 60%;
    text-align: left;
    display: block;
}

@media (max-width: 1680px){
#shopnowbox .itemlist3 .multiple {
    width: 35%;
    margin-left: 58%;
	}}




@media (max-width: 1536px){
#shopnowbox .itemlist3 .multiple {
    width: 40%;
    margin-left: 53%;
}}


@media (max-width: 800px){
#shopnowbox .itemlist3 .multiple {
    width: 80%;
    margin: auto;
	}}


@media (max-width: 425px){
#shopnowbox .itemlist3 .multiple {
    margin-top: -10%;
	}}



#shopnowbox .itemlist3 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:2560px){
#shopnowbox .itemlist3 h3 {
    font-size: 3rem !important;	
	}}

@media (max-width:1920px){
#shopnowbox .itemlist3 h3 {
    font-size: 3rem !important;	
	}}


@media (max-width: 1280px){
#shopnowbox .itemlist3 h3 {
    font-size: 2.3rem !important;
	}}

@media (max-width: 1024px){
#shopnowbox .itemlist3 h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 800px){
#shopnowbox .itemlist3 h3 {
    font-size: 2.6rem !important;
    text-align: center;
	}}

#shopnowbox .nbflex_box3 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: 2560px){
#shopnowbox .nbflex_box3 h3 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box3 h3 {
    font-size: 2.6rem !important;
	}}


@media (max-width: 1280px){
#shopnowbox .nbflex_box3 h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#shopnowbox .nbflex_box3 h3 {
    font-size: 1.8rem !important;
	}}

@media (max-width: 800px){
#shopnowbox .nbflex_box3 h3 {
    width: 80%;
    line-height: 1.4;
    margin-bottom: 2%;
	}}

#shopnowbox .itemlist3 p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 1em;
    color: #fff;
}

@media (max-width: 800px){
#shopnowbox .itemlist3 p {
text-align: center;
	}}

#shopnowbox .nbflex_wrap3 {
    background: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bb_3.png)no-repeat center;
    background-size: 100%;
    background-attachment: fixed;
	background-color:#000;
    padding: 5% 0;
}

#shopnowbox .nbflex_box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    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_box3 .flexItem3 {
    display: inline-block;
    width: calc(23% - 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;
}


@media (max-width: 960px){
#shopnowbox .nbflex_box3 .flexItem3 {
    width: 70%;
    margin: auto;
    text-align: center;
	display: block;
	}}

#shopnowbox .nbflex_box3 .flexItem3 a {
    color: #fff;
    display: block;
    background: #898d8c21;
    padding: 4%;
}


#shopnowbox .nbflex_box3 .flexItem3 a:hover {
  background: #dddddd69;
}


/*best feature */
#best {
  background: url(//storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/dt_bg_4.jpg) center;
  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: 2560px){
  #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;
	}}

@media (max-width: 800px){
  #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: 1.5%;
    color: #fff;
}

@media (max-width: 1440px){
  #best p {
	  width: 85%;
	  margin: auto;
	  text-align: center;
	}}

@media (max-width: 800px){
  #best p {
font-size: 18px;
    line-height: 1.4;
    margin-top: 1em;
    color: #fff;
    text-align: center;
	}}

  /* 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: 80%;
	margin: auto;
	justify-content: center;
}

@media (max-width:800px){
#best .tabsbox{
max-width: 90%;
	margin: auto;
	justify-content: center;
	}}



/*feature*/
		.compbox{
			width: 65%;
			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: 0 auto;
    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 {
    width: calc(100% / 5 - 34px);
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px rgba(255, 0, 0, 1) solid;
    border-radius: 5px;
    margin: 15px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
	/*display: block;*/
}

#tabs ul li:before {
    background-color: #FF0000;		 
}
		 

#tabs ul li:hover {
    background-color: #FF0000;		 
}		 
		 
@media (max-width:1920px){
#tabs ul li {
    width: calc(100% / 5 - 0px);
    text-align: center;
    height: 50px;
    line-height: 50px;
    border: 1px #FF0000 solid;
    border-radius: 5px;
    margin: 15px 10px;
    text-decoration: none;
    color: white;
    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 #FF0000 solid;
    border-radius: 5px;
    margin: 10px;
    text-decoration: none;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
	}}


@media (max-width: 1024px){
#tabs ul li {
    height: 60px;
    padding: 2% 0;
    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: auto;
    justify-content: center;
    max-width: 1200px;
}

	
#feature-item {
    width: 90%;
    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;
    -webkit-transition: 0.25s; 
    transition: 0.25s;
    background: none;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 12px;
}
		
button:hover, button:focus {
  border-color: var(--hover);
  color: #fff;
}



/*powermsi*/
#powermsi {
  background-color: #000;
  color: #fff;
}

#powermsi .section_wrap {
    max-width: 1920px;
    margin: 0 auto;
    background-attachment: fixed;
    background-size: cover; 
	display: -webkit-box;
    display: -ms-flexbox;
	display: block;
}


@media (max-width:800px){
#powermsi .section_wrap {
flex-direction: column;
justify-content: center;
	display: flex;
	width: 75%;
	}}

  #powermsi .kv img {
    margin: 0 auto; }

  #powermsi section.intro {
    background-color: rgba(65, 0, 0, 0.75);
    border-top: 6px #f00 solid; }

    #powermsi section.intro .content_text {
      font-size: 20px;
      line-height: 1.6;
      max-width: 992px;
      margin: 0 auto;
      padding: 3% 16px; }

  #powermsi .section_title {
	font-size: 5rem !important;
    line-height: 1;
    margin-bottom: 2%;
    color: #fff;
  	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: 2380px){
 #powermsi .section_title  {
    font-size: 4rem !important;
}}	

@media (max-width: 1920px){
 #powermsi .section_title  {
    font-size: 3.3rem !important;
	}}

@media (max-width: 1600px){
 #powermsi .section_title {
    font-size: 3rem !important;
	}}

@media (max-width: 1440px){
 #powermsi .section_title {
    font-size: 2.7rem !important;
	}}

@media (max-width: 1024px){
 #powermsi .section_title {
    font-size: 2.6rem !important;
	}}

@media (max-width: 960px){
 #powermsi .section_title {
    font-size: 3rem !important;
	}}

@media (max-width: 425px){
 #powermsi .section_title {
    font-size: 1.8rem !important;
	}}

@media (max-width: 320px){
 #powermsi .section_title {
    font-size: 1.4rem !important;
	}}


  #powermsi section.filter .question {
    padding: 3% 0; }

    @media (max-width: 769px) {
      #powermsi section.filter .question {
        padding: 32px 0; } }

  #powermsi section.filter .step_wrap {
    position: relative;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 240px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

    #powermsi section.filter .step_wrap::before {
      content: '';
      display: block;
      width: 150px;
      margin: 0 auto;
      height: 2px;
      background-color: #555;
      position: absolute;
      z-index: 5;
      top: 50%; }
    #powermsi section.filter .step_wrap li {
      position: relative;
      z-index: 10;
      display: inline-block;
      width: 18px;
      height: 18px;
      text-align: center;
      line-height: 18px;
      background-color: #555;
      border-radius: 50%;
      color: #000;
       }

      #powermsi section.filter .step_wrap li.active {
        background-color: #f00;
        color: #000; }

  #powermsi section.filter .box_1 .game_type {
    list-style: none;
    text-align: center;
    padding: 0; }

    #powermsi section.filter .box_1 .game_type li {
      display: inline-block;
      font-size: 20px;
      padding: 8px 16px;
      cursor: pointer; }

      @media (max-width: 993px) {
        #powermsi section.filter .box_1 .game_type li {
          font-size: 18px; } }
      #powermsi section.filter .box_1 .game_type li.active::after, #powermsi section.filter .box_1 .game_type li.active::before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        margin: 2px 0;
        background-color: #f00;
        -webkit-transform: skewX(-30deg);
            -ms-transform: skewX(-30deg);
                transform: skewX(-30deg); }
      #powermsi section.filter .box_1 .game_type li:hover::after, #powermsi section.filter .box_1 .game_type li:hover::before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        margin: 2px 0;
        background-color: #fff;
        -webkit-transform: skewX(-30deg);
            -ms-transform: skewX(-30deg);
                transform: skewX(-30deg); }
      #powermsi section.filter .box_1 .game_type li::after, #powermsi section.filter .box_1 .game_type li::before {
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        margin: 2px 0;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transform: skewX(-30deg);
            -ms-transform: skewX(-30deg);
                transform: skewX(-30deg); }
  #powermsi section.filter .box_1 .game_container {
    width: 100%;
    max-width: 1600px;
    padding: 2% 16px 5%;
    margin: 0 auto; }
    #powermsi section.filter .box_1 .game_container .game_wrap {
      text-align: center;
      display: none; }
      #powermsi section.filter .box_1 .game_container .game_wrap.active {
        display: block; }
      #powermsi section.filter .box_1 .game_container .game_wrap .item {
        position: relative;
        width: calc(99% / 3 - 12px);
        margin: 12px 6px;
        display: inline-block;
        cursor: pointer;
        border: 8px solid rgba(255, 0, 0, 0);
        padding-bottom: 20%;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        background-size: cover;
        background-position: 50% 50%; }
        @media (max-width: 769px) {
          #powermsi section.filter .box_1 .game_container .game_wrap .item {
            width: calc(99% / 2 - 14px);
            padding-bottom: 30%; } }

        #powermsi section.filter .box_1 .game_container .game_wrap .item::after {
          width: 40px;
          height: 40px;
          border-radius: 42px;
          background-color: #f00;
          content: '\f00c';
          color: #000;
          font-size: 32px;
          position: absolute;
          bottom: -24px;
          opacity: 0;
          left: 0;
          right: 0;
          margin: auto; }

        #powermsi section.filter .box_1 .game_container .game_wrap .item:hover {
          border: 8px solid #f00; }
        #powermsi section.filter .box_1 .game_container .game_wrap .item:hover::after {
          opacity: 1; }
  #powermsi section.filter .box_1 .series_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #powermsi section.filter .box_1 .series_container img {
      width: calc(100% / 3); }
  #powermsi section.filter .box_2 {
    display: none; }
    #powermsi section.filter .box_2 p {
      font-size: 20px;
      text-align: center; }
    #powermsi section.filter .box_2 .resolution_wrap {
      width: 100%;
      max-width: 1600px;
      padding: 2% 16px 5%;
      margin: 0 auto;
      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; }
    #powermsi section.filter .box_2 .item {
      position: relative;
      font-size: 45px;
      line-height: 1;
      text-align: center;
      background-color: #1b1b1b;
      padding: 32px 32px 40px;
      margin: 8px;
      cursor: pointer;
      border: 8px solid rgba(255, 0, 0, 0);
      -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
              box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); 
		}



      #powermsi section.filter .box_2 .item span {
        font-size: 68px; }
      #powermsi section.filter .box_2 .item::after {
        width: 40px;
        height: 40px;
        border-radius: 42px;
        background-color: #f00;
        content: '\f00c';
        color: #000;
        font-size: 32px;
        line-height: 1.4;
        position: absolute;
        bottom: -24px;
        opacity: 0;
        left: 0;
        right: 0;
        margin: auto; }


      #powermsi section.filter .box_2 .item:hover {
        border: 8px solid #f00; }

      #powermsi section.filter .box_2 .item:hover::after {
        opacity: 1; }
  #powermsi section.filter .box_3 {
    display: none; }
    #powermsi section.filter .box_3 .chosen_wrap {
      width: 100%;
      max-width: 1600px;
      padding: 2% 16px 2%;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(1) {
        position: relative;
        width: 300px;
        height: 200px;
        margin: 6px;
        display: inline-block;
        cursor: pointer;
        border: 8px solid #f00;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        background-size: cover;
        background-position: 50% 50%;
        text-align: center; }
        @media (max-width: 769px) {
          #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(1) {
            width: 45%;
            height: 148px; } }
        #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(1)::after {
          width: 40px;
          height: 40px;
          border-radius: 42px;
          background-color: #f00;
          content: '\f00c';
          color: #000;
          font-size: 32px;
          position: absolute;
          bottom: -24px;
          opacity: 1;
          left: 0;
          right: 0;
          margin: auto; }

      #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(2) {
        position: relative;
        font-size: 45px;
        line-height: 1;
        text-align: center;
        background-color: #1b1b1b;
        padding: 32px 32px 40px;
        margin: 8px;
        cursor: pointer;
        border: 8px solid #f00;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
        text-align: center; }
        #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(2) span {
          font-size: 68px; }
          @media (max-width: 769px) {
            #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(2) span {
              font-size: 40px; } }
        @media (max-width: 769px) {
          #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(2) {
            width: 45%;
            font-size: 20px;
            padding: 32px 0 40px; } }
        #powermsi section.filter .box_3 .chosen_wrap .item:nth-of-type(2)::after {
          width: 40px;
          height: 40px;
          border-radius: 42px;
          background-color: #f00;
          content: '\f00c';
          color: #000;
          font-size: 32px;
          line-height: 1.4;
          position: absolute;
          bottom: -24px;
          opacity: 1;
          left: 0;
          right: 0;
          margin: auto; }
    #powermsi section.filter .box_3 h3 {
      font-size: 36px;
      text-align: center;
      font-weight: 600;
      margin: 16px 0; }
    #powermsi section.filter .box_3 .recommendation_wrap {
      position: relative;
      width: 100%;
      max-width: 1300px;
      margin: 0 auto;
      padding: 16px 40px;
      text-align: center; }
      #powermsi section.filter .box_3 .recommendation_wrap .owl-nav {
        position: absolute;
        display: block;
        width: 100%;
        top: 50%; }
      #powermsi section.filter .box_3 .recommendation_wrap .owl-prev,
      #powermsi section.filter .box_3 .recommendation_wrap .owl-next {
        position: absolute;
        width: 32px;
        height: 32px;
        border: 2px solid #f00;
        color: #f00;
        font-size: 40px;
        outline: none;
        background-color: rgba(0, 0, 0, 0.5);
        margin: 0; }
        #powermsi section.filter .box_3 .recommendation_wrap .owl-prev span,
        #powermsi section.filter .box_3 .recommendation_wrap .owl-next span {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          line-height: 17px; }
      #powermsi section.filter .box_3 .recommendation_wrap .owl-prev {
        left: -40px; }
        @media (max-width: 769px) {
          #powermsi section.filter .box_3 .recommendation_wrap .owl-prev {
            left: -34px; } }
      #powermsi section.filter .box_3 .recommendation_wrap .owl-next {
        right: -40px; }
        @media (max-width: 769px) {
          #powermsi section.filter .box_3 .recommendation_wrap .owl-next {
            right: -34px; } }
      #powermsi section.filter .box_3 .recommendation_wrap .item {
        display: inline-block;
        vertical-align: middle;
        padding: 24px 8px 24px;
        background-color: #000;
        border: 4px solid #000;
        margin: 8px;
        -webkit-transform: translateY(20%);
            -ms-transform: translateY(20%);
                transform: translateY(20%);
        -webkit-transition: 0.8s all;
        -o-transition: 0.8s all;
        transition: 0.8s all; }
        #powermsi section.filter .box_3 .recommendation_wrap .item.best-pd {
          position: relative;
          border: 4px solid #f00;
          overflow: hidden; }
          #powermsi section.filter .box_3 .recommendation_wrap .item.best-pd::after {
            position: absolute;
            text-align: right;
            content: 'BEST CHOICE';
            padding: 8px 40px 8px 0;
            width: 210px;
            display: block;
            background-color: #f00;
            -webkit-transform: rotate(35deg);
                -ms-transform: rotate(35deg);
                    transform: rotate(35deg);
            top: 26px;
            right: -35px;
            font-weight: 600;
            font-size: 16px; }
          #powermsi section.filter .box_3 .recommendation_wrap .item.best-pd::before {
            position: absolute;
            text-align: left;
            padding: 8px 0 8px 50px;
            z-index: 10;
            content: '\f091';
            width: 210px;
            display: block;
            -webkit-transform: rotate(35deg);
                -ms-transform: rotate(35deg);
                    transform: rotate(35deg);
            top: 26px;
            right: -35px;
            font-weight: 600;
            font-size: 16px; }
    #powermsi section.filter .box_3 .spec {
      height: 0;
      overflow: hidden; }
    #powermsi section.filter .box_3 .owl-item.active.center .spec {
      height: auto;
      padding-bottom: 12px; }
    #powermsi section.filter .box_3 .owl-item.active.center .item {
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%); }
    #powermsi section.filter .box_3 .series_name {
      margin: 0 auto;
      width: 100%;
      max-width: 226px; }
    #powermsi section.filter .box_3 .css-table {
      margin: 0 auto;
      display: table;
      width: 100%;
      text-align: left;
      padding: 0 16px; }
    #powermsi section.filter .box_3 .css-table .tbody {
      display: table-row-group;
      line-height: 1.5; }
    #powermsi section.filter .box_3 .css-table .tbody .tr {
      display: table-row; }
    #powermsi section.filter .box_3 .css-table .td {
      display: table-cell;
      padding: 0 4px; }
      #powermsi section.filter .box_3 .css-table .td:nth-of-type(1) {
        width: 35%;
        font-weight: 600; }
    #powermsi section.filter .box_3 .retailer_wrap {
      position: relative;
      width: 100%;
      background-color: #1d1d1d;
      margin-top: 2%;
      padding: 16px 16px 32px; }
      #powermsi section.filter .box_3 .retailer_wrap::before {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 20px 25px 20px;
        border-color: transparent transparent #1b1b1b transparent; }
      #powermsi section.filter .box_3 .retailer_wrap .store .item {
        display: none;
        text-align: center; }
        #powermsi section.filter .box_3 .retailer_wrap .store .item.active {
          display: block; }
        #powermsi section.filter .box_3 .retailer_wrap .store .item a {
          display: inline-block;
          width: 180px;
          background-color: #fff;
          padding: 8px;
          margin: 4px; }

  #powermsi section.video h2.section_title,
  #powermsi section.promotion h2.section_title {
    margin-bottom: 0px; }

    #powermsi section.video h2.section_title::after,

    #powermsi section.promotion h2.section_title::after {
      content: '';
      display: block;
      width: 80%;
      max-width: 1200px;
      height: 30px;
      margin: 0 auto;
      background-repeat: no-repeat;
      background-position: 50% 0;
}

  #powermsi section.video {
    padding: 5% 0 0; 
}

    #powermsi section.video .video_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; 
}

      @media (max-width: 800px) {
        #powermsi section.video .video_wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

      #powermsi section.video .video_wrap .yt-popup {
        position: relative;
        margin: 16px 8px;
        -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
        #powermsi section.video .video_wrap .yt-popup::after {
          content: '\f04b';
          display: block;
          width: 50px;
          height: 50px;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          padding-left: 4px;
          font-size: 24px;
          line-height: 41px;
          text-align: center;
          border-radius: 25px;
          border: 5px solid #fff;
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-box-shadow: 0 4px 14px #000;
                  box-shadow: 0 4px 14px #000; }
        #powermsi section.video .video_wrap .yt-popup:hover::after {
          border: 5px solid #f00;
          color: #f00; }
  #powermsi section.promotion {
    padding: 6% 0; }
    #powermsi section.promotion .content_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

      @media (max-width: 769px) {
        #powermsi section.promotion .content_wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      #powermsi section.promotion .content_wrap .item {
        width: 100%;
        max-width: 400px;
        margin: 16px 8px; }
        #powermsi section.promotion .content_wrap .item a {
          display: block;
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          padding-bottom: 66.67%;
          -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }




/*----amd_game page-----*/
#amd_game {
	width: 100%;
	background: #000;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	color: #fff;
	position: relative;
	font-size: 16px;
}
#amd_game section.border-bottom {
	border-bottom: 1px solid #333333;
}
#amd_game .kv {
width: 100%;
}
#amd_game section.kv {
padding: 1% 0 2%;
text-align: right;
background-size: 100%;
}

@media (max-width: 2560px){
#amd_game section.kv {
padding: 1% 0 1%;
}}

@media (max-width: 1920px){
#amd_game section.kv {
margin: 0 0 0 0;
}}

@media (max-width: 1680px){
#amd_game section.kv {
margin: 0 0 -2% 0;
}}

@media (max-width: 1600px){
#amd_game section.kv {
margin: 0 0 -3% 0;
}}

@media (max-width: 1024px){
#amd_game section.kv {
    margin: 0 0 -2% 0;
	}}

@media (max-width: 800px){
#amd_game section.kv{
padding: 0% 0 26%;
width: 100%;	
text-align: right;
background-size: 100%;
}}
	
#amd_game section.kv h2{
font-weight: bold;
}

#amd_game section.kv h2, #amd_game section.kv .contentText {
	color: #fff;
	margin: 0 0 24px 0;
	font-size: 30px;
}

@media (max-width: 2560px){
#amd_game section.kv h2, #amd_game section.kv .contentText {
    font-size: 24px;
	}}

@media (max-width: 1680px){
#amd_game section.kv h2, #amd_game section.kv .contentText {
    font-size: 20px;
	}}

@media (max-width: 1600px){
#amd_game section.kv h2, #amd_game section.kv .contentText {
    font-size: 18px;
	}}

@media (max-width: 1366px){
#amd_game section.kv h2, #amd_game section.kv .contentText {
    font-size: 16px;
	}}

@media (max-width: 800px){
#amd_game section.kv h2, #amd_game section.kv .contentText {
    font-size: 16px;
    max-width: 44%;
    text-align: center;
	}}

@media (max-width: 414px){
#amd_game section.kv h2, #amd_game section.kv .contentText {
    font-size: 12px;
    max-width: 45%;
    text-align: center;
	}}

#amd_game section.kv .kv-container {
	position: relative;
	text-align: left;
	display: inline-block;
	width: 100%;
	padding: 27px 0;
}

#amd_game section.kv .kv-container .kv-info{
display: flex; align-items: end;
}

#amd_game section.kv .kv-container .kv-info .itembox{
width: 40%;
}

#amd_game section.kv .kv-container .kv-info .text-container{
width: 100%;
}

@media (max-width: 2560px){
#amd_game section.kv .kv-container .kv-info .text-container{
width: 60%;
	}}

#amd_game section.kv .kv-container .kv-info .text-container .steam{
    margin: -1% 0 0 4%;
}

@media (max-width: 2560px){
#amd_game section.kv .kv-container .kv-info .text-container .steam {
    margin: -2% 0 0 0%;
    width: 80%;
	}}

@media (max-width: 800px){
#amd_game section.kv .kv-container .kv-info .text-container .steam {
    margin: 9% 0 -25% 0%;
    width: 80%;
	}}

@media (max-width: 414px){
#amd_game section.kv .kv-container .kv-info .text-container .steam {
margin: 0% 0 -36% 0%;
    /* width: 100%;*/
	}}

#amd_game section.kv .kv-container .kv-info .text-container .steam img{
    width: 27%;
}

@media (max-width: 2560px){
#amd_game section.kv .kv-container .kv-info .text-container .steam img{
    width: 60%;
	}}

@media (max-width: 1920px){
#amd_game section.kv .kv-container .kv-info .text-container .steam img {
    width: 55%;
    padding-left: 0 0 0 0;
    padding: 0 0 0 11%;
	}}

@media (max-width: 1440px){
#amd_game section.kv .kv-container .kv-info .text-container .steam img {
    width: 60%;
    padding: 0 0 0 11%;
	}}

@media (max-width: 1280px){
#amd_game section.kv .kv-container .kv-info .text-container .steam img {
    width: 40%;
    padding: 0 0 0 13%;
}}

@media (max-width: 800px){
#amd_game section.kv .kv-container .kv-info .text-container .steam img {
    width: 42%;
    padding: 0 0 0 0%;
	}}

#amd_game section.kv .kv-container .kv-info .text-container .imgbox img{
width: 51%;
}

@media (max-width: 2560px){
#amd_game section.kv .kv-container .kv-info .text-container .imgbox img{
width: 80%;
	}}

@media (max-width: 1280px){
#amd_game section.kv .kv-container .kv-info .text-container .imgbox img{
width: 60%;
	}}

@media (max-width: 1024px){
#amd_game section.kv .kv-container .kv-info .text-container .imgbox img {
width: 56%;
	}}

@media (max-width: 800px){
#amd_game section.kv .kv-container .kv-info .text-container .imgbox img {
    width: 70%;
	}}

#amd_game h3 {
	font-size: 30px;
}

@media (max-width: 1920px){
#amd_game h3 {
	font-size: 26px;
	}}

@media (max-width: 1600px){
#amd_game h3 {
	font-size: 22px;
	}}

@media (max-width: 414px){
#amd_game h3 {
    font-size: 18px;
	}}

#amd_game p.contentText {
	color: #fff;
	font-size: 24px !important;
}

@media (max-width: 1920px){
#amd_game p.contentText {
	font-size: 18px !important;
	}}

@media (max-width: 1600px){
#amd_game p.contentText {
	font-size: 14px !important;
	}}

@media (max-width: 414px){
#amd_game p.contentText {
    font-size: 12px !important;
}}

#amd_game section.intro {
	text-align: center;
	background-size: cover;
	padding: 4% 0;
}

@media (max-width: 800px){
#amd_game section.intro {
    text-align: center;
	}}

@media (max-width: 414px){
#amd_game section.intro {
    text-align: center;
	}}

#amd_game section.intro .section-container{
text-align: left;
}

@media (max-width: 1280px){
	#amd_game section.intro .section-container{
max-width: 81%;
	}}
		
#amd_game section.intro p.contentText{
font-size: 30px;
font-weight: bold;
}

#amd_game section.intro h2 {
    margin: 0% 0% 4% 0;
    font-size: 44px;
	text-align: center;
}

@media (max-width: 1920px){
#amd_game section.intro h2 {
    font-size: 38px;
	}}

@media (max-width: 1600px){
#amd_game section.intro h2 {
    font-size: 32px;
	}}

@media (max-width: 414px){
#amd_game section.intro h2 {
    font-size: 22px;
	}}
	
#amd_game section.intro h3 {
    font-size: 30px;
	text-align: left;
}

@media (max-width: 1920px){
#amd_game section.intro h3 {
    font-size: 26px;
	}}

@media (max-width: 1600px){
#amd_game section.intro h3 {
    font-size: 22px;
	}}

@media (max-width: 414px){
#amd_game section.intro h3 {
    font-size: 18px;
	}}

#amd_game .section-container {
	max-width: 70%;
	margin: 0 auto;
	padding: 0px;
}
#amd_game ul {
	list-style: none;
	font-size: 24px;
	padding: 0;
}

@media (max-width: 1920px){
#amd_game ul {
	font-size: 18px;
	}}

@media (max-width: 1600px){
#amd_game ul {
	font-size: 14px;
	}}

#amd_game section.intro .redeem_btn button {
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 15px;
	background-color: #1d3749;
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
	padding: 8px 16px 6px;
	margin-top: 8px;
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}
#amd_game section.intro .redeem_btn button:hover {
	background-color: #000;
}
#amd_game .redeem-modal .modal-content {
	background-color: rgba(0, 0, 0, 0.85);
	padding: 0 30px 30px 30px;
	border-radius: 0;
}
#amd_game .redeem-modal .close {
	color: #fff;
	opacity: 1;
}
#amd_game .redeem-modal .close-2 {
	border: 1px solid #fff;
	background-color: #000;
	margin: 0 auto;
}
#amd_game .redeem-modal .close-btn {
	text-align: center;
}
#amd_game .redeem-modal h3 {
	line-height: 1.5;
}
#amd_game .redeem-modal h4 {
	font-size: 22px;
	line-height: 1.5;
	margin-left: -2%;
}
#amd_game .redeem-modal ul {
	text-align: left;
	margin: 30px auto 0;
	list-style: none;
	border-radius: 10px;
	background-color: #000;
}
#amd_game .redeem-modal ul li {
	margin: 8px 0;
	line-height: 1.5;
}
#amd_game .redeem-modal ul li span {
	color: #EACE51;
	font-weight: 700;
	font-size: 120%;
}
#amd_game .redeem-modal a {
	color: #EACE51;
}
#amd_game section.xbox-game-pass {
	background-size: cover;
	padding: 4% 0;
}
#amd_game section.xbox-game-pass .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#amd_game section.xbox-game-pass .section-container .text-container {
	width: 50%;
}
	
#amd_game section.amd-radeon .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -22%;
}

@media screen and (max-width:1280px) {
#amd_game section.amd-radeon .section-container {
	margin-right: -38%;
	}}

@media screen and (max-width: 800px){
#amd_game section.amd-radeon .section-container {
    margin-right: 0%;
	}}

#amd_game section.amd-radeon .section-container .text-container {
	width: 60%;
	text-align: left;
}

@media screen and (max-width:1280px) {
#amd_game section.amd-radeon .section-container .text-container {
	width: 50%;
	}}

@media screen and (max-width:992px) {
#amd_game section.amd-radeon .section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}}

@media screen and (max-width: 800px){
#amd_game section.amd-radeon .section-container .text-container {
    width: 90%;
    margin: 0 9% 0 0;
	}}



#amd_game section.pd-table {
}
#amd_game section.pd-table .section-container {
	padding-bottom: 3%;
}
#amd_game section.pd-table h3 {
	text-align: center;
}
#amd_game .css-table {
	margin: 0 auto;
	display: table;
	width: 100%;
}
#amd_game .css-table .thead {
	background: #212121;
	display: table-header-group;
}
#amd_game .css-table .tbody {
	display: table-row-group;
	line-height: 3;
}
#amd_game .css-table .tbody .tr {
	display: table-row;
	background: #141414;
}
#amd_game .css-table .tbody .td,#amd_game .css-table .thead .th{border-right: 3px solid #000;}
#amd_game .css-table .tbody .td:nth-child(1) {
	width: 30%;
}
#amd_game .css-table .tbody .td:nth-child(2) {
	width: 50%;
	text-align: center;
}
#amd_game .css-table .tbody .td:nth-child(3) {
	width: 20%;
}
#amd_game .css-table .tbody .w40 {
	width: 40%;
	text-align: center;
}
#amd_game .css-table .tbody .tr:nth-child(2), #amd_game .css-table .tbody .tr:nth-child(4), #amd_game .css-table .tbody .tr:nth-child(6), #amd_game .css-table .tbody .tr:nth-child(8) {
	background: #212121;
}
#amd_game .css-table .thead .th:nth-child(2) {
	display: flex;

}
#amd_game .css-table .thead .th .item {
	padding: 0 5px;
	width: 50%;
}
#amd_game .css-table .thead .th .imgbox {
width: 500px;
display: table-cell;
vertical-align: middle;
height: 140px;
text-align: center;
margin: 0 auto;
}

#amd_game .css-table .thead .th .imgbox img{
display: inline-block;
}

#amd_game .css-table .thead .th {
	font-size: 14px;
	vertical-align: top;
	padding-bottom: 4%;
}
#amd_game .css-table .thead .th span {
	font-weight: bold;
	font-size: 22px;
	display: block;
}
#amd_game .css-table .th, #amd_game .css-table .td {
	text-align: center;
	display: table-cell;
}
#amd_game .fas {
	display: block;
	font-size: 1em;
	padding: 2% 5% 6%;
	color: #fff;
}
#amd_game section.p_people .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#amd_game section.p_people .section-container .img-container, #amd_game section.p_people .section-container .text-container {
	width: 50%;
}
#amd_game section.promotion-footer .img-wrap {
	text-align: center;
	padding: 24px 0;
}
#amd_game section.promotion-footer ul {
	font-size: 12px;
	color: #fffefe;
}
#amd_game section.promotion-footer ul li {
	padding-bottom: 14px;
}
#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;
}



@media screen and (max-width: 1280px) {
	#amd_game .section-container,#amd_game section.pd-nb .section-container{
	max-width: 90%;
	}
	
	#amd_game section.kv .kv-container {
	width: 95%;
	}
	
	#amd_game section.kv .kv-container .kv-info .text-container {
    width: 80%;
	}
	
	#amd_game section.kv .text-container img{
	width: 20%;
	}
	#amd_game section.kv .contentText{
	    margin: -2% 0 2% 0;
	}}


@media screen and (max-width: 1024px){
#amd_game section.kv .contentText {
    margin: -4% 0 0% 0;
	line-height: 1.2;
	}}

@media screen and (max-width: 800px){
#amd_game section.kv .contentText {
    margin: -3% 0 0% 0;
	}}

@media screen and (max-width: 800px){
#amd_game section.kv .kv-container .kv-info .text-container {
    width: 100%;
	padding: 4px 0;
	}}

@media screen and (max-width:992px) {
		#amd_game section.pd-graphics .text-wrap {
	width: 100%;
	padding-top: 20%;
}
#amd_game section.pd-graphics .pd-wrap .item {
	width: 50%;
}

#amd_game section.pd-processors .text-wrap {
	width: 100%;
	padding-top: 20%;
}
	
#amd_game section.xbox-game-pass .section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

}
#amd_game section.xbox-game-pass .section-container .text-container {
    width: 100%;
}
}

#amd_game section.pd-processors .promotion-wrap {
	margin-top: 10%;
}

/*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 a,
  .promotion-nav a {
    text-decoration: none; 
}

  .promotion-wrap p,
  .promotion-nav p {
	  font-size: 16px;
        line-height: 1.4;
	  
    /*fonts size*/ }


#best-mnt-n-pc {
  max-width: 100%;
  overflow: hidden;
  background-color: #000; }

@media (max-width: 800px){
#best-mnt-n-pc {
margin: 10% 0;
	}}


@media (max-width: 425px){
#best-mnt-n-pc {
margin: 13% 0;
	}}

@media (max-width: 375px){
#best-mnt-n-pc {
margin: 16% 0;
	}}

@media (max-width: 360px){
#best-mnt-n-pc {
    margin: 16% 0;
	}}

@media (max-width: 320px){
#best-mnt-n-pc {
margin: 18% 0;
	}}

  #best-mnt-n-pc h2.section_title {
    display: inline-block;
    text-align: center;
    margin-bottom: 40px; 
    color: #fff;
    font-weight: 900;
    font-size: 5rem !important;
}

@media (max-width: 2560px){
  #best-mnt-n-pc h2.section_title {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
  #best-mnt-n-pc h2.section_title {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1280px){
  #best-mnt-n-pc h2.section_title {
    font-size: 2.3rem !important;
	}}


@media (max-width: 800px){
  #best-mnt-n-pc h2.section_title {
    font-size: 2.6rem !important;
    text-align: center;
    line-height: 1.1;
	  width: 80%;
	}}

.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; }


.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100% !important;
    height: auto;
}

#keyVisual {
  position: relative;
  background-size: 100%; 
}

@media (max-width:1024px){
#keyVisual {
  position: relative;
  background-size: 100%; 
padding-bottom: 0%;
	background-color: #000;
	}}


  #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; } }



@media screen and (max-width: 414px) {
      #keyVisual .image-wrap .kv-m {
        display: block;
	background: url(//storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/kv_m_414.jpg)center no-repeat;
	
	} }


  #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; */
}


    #keyVisual .content-wrap .arrow {
      font-size: 26px;
	  margin-top: -8px;	
      line-height: 1;
      -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: animation-down 1s infinite;
              animation: animation-down 1s infinite;
      /*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;*/
}


@media (max-width: 1024px){
    #keyVisual .content-wrap .arrow {
      font-size: 16px;
    line-height: 1;
		margin-top: -2px;
	}}


@media (max-width: 960px){
    #keyVisual .content-wrap .arrow {
      font-size: 16px;
    line-height: 1;
		margin-top: 4px;
	}}


@-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: url(https://storage-asset.msi.com/event/2020/mnt/cnd_campaign_team/images/bar_bg.jpg) no-repeat;
    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%; } }


#video {
padding: 1% 0 4% 0;
    background: #000;
}

@media (max-width:800px){
#video {
    padding: 1% 0 8% 0;
    background: #000;
	}}

  #video .video-wrap {
    padding: 0; 
	max-width: 40%;
}

@media (max-width:2760px){
  #video .video-wrap {
    padding: 0; 
	max-width: 45%;
	}}

@media (max-width:1920px){
  #video .video-wrap {
    padding: 0; 
	max-width: 65%;
	}}


@media (max-width:800px){
  #video .video-wrap {
    padding: 0; 
	max-width: 80%;
	}}


@media (max-width:425px){
  #video .video-wrap {
    padding: 0; 
	max-width: 100%;
	}}

  #video .bridge {
    padding: 2% 0 0 0; }




  #video .artlist-logo {
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      #video .artlist-logo {
        max-width: 240px; } }

#creativeField {
  padding: 4% 0 0; }
  #creativeField .slider-for {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }
    #creativeField .slider-for .slick-arrow {
      background-color: transparent;
      border: 0;
      font-size: 0;
      outline: none; }
      #creativeField .slider-for .slick-arrow::before {
        font: normal normal normal 14px/1 FontAwesome;
        display: block;
        width: 48px;
        height: 48px;
        border: 1px solid #fff;
        color: #fff;
        font-size: 30px;
        line-height: 44px;
        background-color: rgba(20, 20, 20, 0.75); }
    #creativeField .slider-for .slick-prev {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 10; }
      #creativeField .slider-for .slick-prev::before {
        content: "\f104"; }
    #creativeField .slider-for .slick-next {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 10; }
      #creativeField .slider-for .slick-next::before {
        content: "\f105"; }
    #creativeField .slider-for .item {
      position: relative;
      outline: none;
      background-size: cover;
      background-position: 50% 70%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1367px) {
        #creativeField .slider-for .item {
          background-size: 105%;
          background-position: 50% 70%; } }
      @media screen and (max-width: 992px) {
        #creativeField .slider-for .item {
          background-position: 50% 0; } }

      #creativeField .slider-for .item.topic-video {
}

        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item.topic-video {
            background-image: none; } }

      #creativeField .slider-for .item.topic-3d {
}

      #creativeField .slider-for .item.topic-graphics {
}

      #creativeField .slider-for .item.topic-music {
}

      #creativeField .slider-for .item h2 {
        position: absolute;
        top: 4%;
        left: 0;
        right: 0;
        color: #fff;
        text-shadow: 0px 0px 4px black, 0px 0px 2px black;
        padding: 0 8px; }
        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item h2 {
            top: 16px; } }
      #creativeField .slider-for .item .img-wrap {
        height: calc(100vh - 150px);
        max-height: 910px; }
        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item .img-wrap {
            height: auto;
            max-height: none; } }
        #creativeField .slider-for .item .img-wrap img {
          display: none; }
          @media screen and (max-width: 992px) {
            #creativeField .slider-for .item .img-wrap img {
              display: block; } }
      #creativeField .slider-for .item .text-wrap {
        position: absolute;
        bottom: 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        color: #fff;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 992px) {
          #creativeField .slider-for .item .text-wrap {
            position: relative;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        #creativeField .slider-for .item .text-wrap .text-container {
          width: calc(96% / 3);
          padding: 16px 20px 14px;
          margin-right: 8px;
          background-color: rgba(20, 20, 20, 0.75);
          text-align: left; }
          @media screen and (max-width: 992px) {
            #creativeField .slider-for .item .text-wrap .text-container {
              width: 100%;
              margin-bottom: 4px;
              margin-right: 0; } }
          #creativeField .slider-for .item .text-wrap .text-container:last-of-type {
            margin-right: 0px; }
          #creativeField .slider-for .item .text-wrap .text-container h3 {
            margin-top: 0;
            margin-bottom: 12px;
            text-align: center; }
          #creativeField .slider-for .item .text-wrap .text-container p {
            margin: 0; }
  #creativeField .slider-nav {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto; }
    #creativeField .slider-nav ul {
      width: 100%;
      max-width: 1920px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 auto 8px; }
      @media screen and (max-width: 992px) {
        #creativeField .slider-nav ul {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      #creativeField .slider-nav ul li {
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        font-size: 14px;
        text-align: left;
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 2px 12px 2px 8px;
        margin: 0 4px 4px;
        outline: none; }
        #creativeField .slider-nav ul li img {
          display: inline-block;
          margin-right: 8px;
          width: 35px;
          height: 35px; }
        #creativeField .slider-nav ul li span {
          vertical-align: middle; }
        #creativeField .slider-nav ul li.active {
          border: 1px solid #4A4A4A; }

#video-container .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 992px) {
    #video-container .video-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #video-container .video-wrap > a {
    display: block; }
    @media screen and (max-width: 992px) {
      #video-container .video-wrap > a {
        width: 50%; } }
  #video-container .video-wrap a.yt-popup {
    position: relative;
    display: block; }
    #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; }
    #video-container .video-wrap a.yt-popup:hover::after {
      background-color: red; }

#product {
  padding: 4% 0;
  text-align: left; }
  #product h2 {
    margin-bottom: 2%; }
  #product .outer-container {
    max-width: 1280px;
    margin: 0 auto; }
  #product .topic_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px; }
    @media (max-width: 992px) {
      #product .topic_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #product .topic_wrap > div {
      width: 50%;
      background-color: #cccccc; }
      @media (max-width: 992px) {
        #product .topic_wrap > div {
          width: 90%;
          margin: 0 auto; } }
    #product .topic_wrap:nth-child(odd) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media (max-width: 992px) {
        #product .topic_wrap:nth-child(odd) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #product .topic_wrap .img-content {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 992px) {
        #product .topic_wrap .img-content {
          padding-bottom: 60%; } }
    #product .topic_wrap .text-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 4em 52px; }
      @media (max-width: 992px) {
        #product .topic_wrap .text-content {
          padding: 4em 24px; } }
      #product .topic_wrap .text-content h3 {
        margin: 0 0 12px 0;
        line-height: 1;
        letter-spacing: 1px;
        font-size: 2.85em;
        padding: 0 0 .25em;
        color: #333; }
      #product .topic_wrap .text-content p {
        line-height: 1.5; }
      #product .topic_wrap .text-content .icon-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media screen and (max-width: 992px) {
          #product .topic_wrap .text-content .icon-content {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      #product .topic_wrap .text-content .wtb-content {
        margin: 16px 0; }
        @media screen and (max-width: 992px) {
          #product .topic_wrap .text-content .wtb-content {
            text-align: center; } }
      #product .topic_wrap .text-content .wtb-content a {
        padding: 4px 12px 6px;
        margin-right: 8px;
        margin-bottom: 8px;
        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; }
        #product .topic_wrap .text-content .wtb-content a:hover {
          background-color: rgba(0, 0, 0, 0.6);
          color: #fff; }

.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; }

@media (max-width:425px){
	.promotion-nav {
		display: none;
	}}

/*
@media (max-width:375px){
.promotion-nav {
    right: -125px;
    width: 45%;
	}}

@media (max-width:320px){
.promotion-nav {
    right: -100px;
    width: 45%;
	}}
*/

  .promotion-nav ul li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #c00;
    margin: 4px 8px; }

.promotion-nav ul li:hover {
  right: 0;
  background: #000;
}

    .promotion-nav ul li a {
	  font-family: 'FontAwesome'!important;	
      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'; }

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; }

.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.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; }




/*tom-clancys-breakpoint*/
/*----Redeem -----*/
#tom-clancys-breakpoint .b3 {
	background-color: #000;
    margin: 3% 0;
    text-align: center;
    justify-content: center;
	background-size: cover;
}

#tom-clancys-breakpoint .b3 .redeem {
	padding-bottom: 4%;
	text-align: center;
}

#tom-clancys-breakpoint .b3 .redeem .popbtn{
color: #fff;
border-radius: 15px;
margin: 10px auto;
display: block;
width: 15%;
cursor: pointer;
padding: 8px 25px;
text-align: center;
-webkit-box-shadow: 0 0 20px rgba(299,63,87,1), inset 0 0 8px rgba(299, 63, 87, 1);
-webkit-animation: flickerAnimation 4s infinite;
animation: flickerAnimation 1s infinite;
/*text-shadow: 0 0 3px #f00, 0 0 5px #f00, 0 0 10px #f00, 0 0 20px;*/
}

@media (max-width:1440px){
#tom-clancys-breakpoint .b3 .redeem .popbtn {
    margin: 0px auto;
    width: 20%;
	}}

@media (max-width:1280px){
#tom-clancys-breakpoint .b3 .redeem .popbtn {
    margin: 0px auto;
    width: 25%;
	}}

@media (max-width: 800px){
#tom-clancys-breakpoint .b3 .redeem .popbtn {
    margin: 5px auto;
    width: 60%;
	}}

#tom-clancys-breakpoint .b3 .redeem .popbtn:hover{background: #c00; color: #fff;}
#tom-clancys-breakpoint .b3 .redeemtb {
	padding: 1% 0 4%;
	display: table;
	width: auto;
	margin: 0 auto;
}

#tom-clancys-breakpoint h3 {
	font-size: 5rem !important;
    line-height: 1;
    margin-bottom: 2%;
    color: #fff;
  	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: 2380px){
#tom-clancys-breakpoint h3 {
    font-size: 4rem !important;
	}}

@media (max-width: 1920px){
#tom-clancys-breakpoint h3 {
    font-size: 3.3rem !important;
	}}

@media (max-width: 1600px){
#tom-clancys-breakpoint h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 1440px){
#tom-clancys-breakpoint h3 {
    font-size: 2.7rem !important;
	}}

@media (max-width: 1024px){
#tom-clancys-breakpoint h3 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 800px){
#tom-clancys-breakpoint h3 {
    font-size: 2.4rem !important;
	}}

@media (max-width: 425px){
#tom-clancys-breakpoint h3 {
    font-size: 1.8rem !important;
	}}

#tom-clancys-breakpoint .b3 .redeemtb .td {
	vertical-align: top!important;
	width: 30%;
}
#tom-clancys-breakpoint .b3 .redeemtb .th {
	vertical-align: middle!important;
}
#tom-clancys-breakpoint .b3 .redeemtb p {
	font-size: 18px;
	width: 90%;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
	color: #fff;
}

#tom-clancys-breakpoint .b3 .th {
	vertical-align: middle!important;
	padding: 0px 50px;
}
#tom-clancys-breakpoint .b3 .redeemtb a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#tom-clancys-breakpoint .b3 .redeemtb a:hover {
	color: #ce2c00;
}
#tom-clancys-breakpoint .b3 .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 28%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#tom-clancys-breakpoint .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
}
#tom-clancys-breakpoint .icon svg {
	width: 100%;
	height: 100%;
	stroke-width: 16px;
	stroke: url(#myGradient);
	stroke-opacity: 0.8;
	fill-opacity: .1;
	-moz-transition: stroke-width 0.5s;
	-o-transition: stroke-width 0.5s;
	-webkit-transition: stroke-width 0.5s;
	transition: stroke-width 0.5s;
}
#tom-clancys-breakpoint .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#tom-clancys-breakpoint .icon:hover svg {
	-webkit-animation: infinite-rotate 1s infinite linear;
	-moz-animation: infinite-rotate 1s infinite linear;
	-o-animation: infinite-rotate 1s infinite linear;
	animation: infinite-rotate 1s infinite linear;
}
#tom-clancys-breakpoint section.promotion a{padding: 15px;}

 @-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);
}
}

#tom-clancys-breakpoint .b5 {
    background-size: 100%;
    text-align: center;
    justify-content: center;
	margin-bottom: 3%;
}

#tom-clancys-breakpoint .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 800px){
#tom-clancys-breakpoint .content_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	}}

#tom-clancys-breakpoint .content_wrap .item {
    width: 100%;
    margin: 16px 8px;
}

@media (max-width: 800px){
#tom-clancys-breakpoint .content_wrap .item {
    width: 80%;
    margin: 2% auto;
	}}

#tom-clancys-breakpoint .icon .icontxt i {
	font-size: 320%;
	text-shadow: 0 0 5px #ff0000, 0 0 15px #ff0000, 0 0 15px #ff0000, 0 0 25px #ff0000, 0 0 35px #ff0000;
}
#tom-clancys-breakpoint .icon .icontitle {
	font-size: 16px;
}
.material-icons {
	font-family: 'Material Icons' !important;
	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;
}


#tom-clancys-breakpoint .redeem button {
color: #fff;
    border-radius: 15px;
    margin: 20px 0 0 0;
    display: inline-block;
    width: 50%;
    cursor: pointer;
    padding: 8px 25px;
    text-align: center;
    /* -webkit-box-shadow: 0 0 20px rgba(255, 63, 87, 1), inset 0 0 8px rgba(255, 63, 87, 1); */
    -webkit-animation: flickerAnimation 4s infinite;
    animation: flickerAnimation 1s infinite;
    /* text-shadow: 0 0 3px #f00, 0 0 5px #f00, 0 0 10px #f00, 0 0 20px; */
    background-color: #000;
}

@media (max-width:1440px){
#tom-clancys-breakpoint .redeem button {
    width: 35%;
	}}


@media (max-width: 800px){
#tom-clancys-breakpoint .redeem button {
    width: 60%;
	margin: 5px auto;
	}}

@media (max-width: 425px){
#tom-clancys-breakpoint .redeem button {
    width: 100%;
    margin: 5px auto;
    font-size: 16px;
	}}

#tom-clancys-breakpoint .redeem button:hover {
	-webkit-box-shadow: 0 0 20px rgba(299,63,87,1), inset 0 0 8px rgba(299, 63, 87, 1);
	-webkit-animation: flickerAnimation 4s infinite;
}
#tom-clancys-breakpoint .b3 .icontxt .fa-x {
	text-shadow: 0 0 5px rgba(166,43,236,.1), 0 0 16px rgba(166,43,236,.5), 0 0 7px rgba(166,43,236,.3);
	padding: 1.5% 0px !important;
	color: #FF0004;
	font-size: 2.2em;
}
#tom-clancys-breakpoint section.others_info {
	padding: 1% 0 3% 0;
	position: relative;
	text-align: center;
}
#tom-clancys-breakpoint section.others_info p {
	padding: 15px;
	font-size: 14px;
	margin: 0 auto;
}
#tom-clancys-breakpoint section.others_info .logo-icon {
	width: 6%;
	margin: 0 auto 30px;
}
#tom-clancys-breakpoint section.others_info .icon-wrap img:nth-of-type(1) {
	max-width: 300px;
}
#tom-clancys-breakpoint section.others_info .icon-wrap img:nth-of-type(2) {
	max-width: 200px;
}



/*.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;
}
#au-desktop .modal-body ol li table .cored td {
	border-right: 1px solid #333;
	padding: 1px;
	color: #fff;
}
#au-desktop .modal-content .table {
	margin-top: 15px;
}
#au-desktop .modal-content td {
	line-height: 25px;
	font-size: 16px;
	color: rgba(205,205,205,1.00);
	padding: 5px;
}
#au-desktop .modal-body ol li table .cored {
	background-color: rgba(91,91,91,1.00);
}
.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;
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
}