@charset "utf-8";
/* CSS Document */
@font-face {
  font-family:'DINPro-Regular';
  src:url('https://event.msi.com/msifonts/fonts/DINPro-Regular.otf') format('opentype');
  src: url('https://event.msi.com/msifonts/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('https://event.msi.com/msifonts/fonts/DINPro-Regular.woff') format('woff'),
         url('https://event.msi.com/msifonts/fonts/DINPro-Regular.ttf') format(' truetype'),
         url('https://event.msi.com/msifonts/fonts/DINPro-Regular.svg') format('svg');
}
@font-face{
        font-family: 'din_pro_bold';
        src: url('https://event.msi.com/msifonts/fonts/din_pro_bold.eot');
        src: url('https://event.msi.com/msifonts/fonts/din_pro_bold.eot?#iefix') format('embedded-opentype'),
             url('https://event.msi.com/msifonts/fonts/din_pro_bold.woff') format('woff'),
             url('https://event.msi.com/msifonts/fonts/din_pro_bold.ttf') format(' truetype'),
             url('https://event.msi.com/msifonts/fonts/din_pro_bold.svg') format('svg');  
         
}

/*img*/
img {
  width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    width: 100%;
    height: auto;
}

.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%;
  }
}

.msiwtb{
background-color: #333333 !important;
}

/*eligible-models*/
.tgbox{
/*display: block;*/	
border-collapse:collapse;
border-spacing:0;
margin: auto;
justify-content: center;
width: 100%;	
}
.tgbox td{
border-color:#fff;
border-style:solid;
border-width:1px;
font-family:Arial, sans-serif;font-size:12px;
text-align: center;
overflow:hidden;
padding:10px 5px;
word-break:normal;
vertical-align: middle;
}

.tgbox th{
border-color:#fff;
border-style:solid;
border-width:1px;
font-family:Arial, sans-serif;font-size:12px;
text-align: center;
font-weight:normal;
overflow:hidden;
padding:10px 5px;
word-break:normal;
}


.tgbox .tg-0pky{
text-align:left;
vertical-align:middle;
text-align: center;
width: 18%;	
}


.tgbox-m  {
display: none;
border-collapse:collapse;
border-spacing:0;}
.tgbox-m td{border-color:#fff;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:12px;text-align: center;
  overflow:hidden;padding:10px 5px;word-break:normal;vertical-align: middle;}
.tgbox-m th{border-color:#fff;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:12px;text-align: center;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tgbox-m .tg-0lax{text-align:left;vertical-align:middle;text-align: center;}


@media (max-width:960px){
.tgbox{
display: none;	
border-collapse:collapse;
border-spacing:0;
}	
	
.tgbox-m  {
display: block;	
border-collapse:collapse;
border-spacing:0;
}}

@media (max-width:425px){
.tgbox-m  {
border-collapse:collapse;
border-spacing:0;}
.tgbox-m td{border-color:#fff;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:12px;text-align: center;
  overflow:hidden;padding:10px 5px;word-break:normal;vertical-align: middle;}
.tgbox-m th{border-color:#fff;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:12px;text-align: center;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tgbox-m .tg-0lax{text-align:left;vertical-align:middle;text-align: center;
}}

/*T&C tab*/
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:12px;text-align: center;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:black;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:12px;text-align: center;
  font-weight:normal;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-0pky{border-color:inherit;text-align:left;vertical-align:middle;text-align: center;}


/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }


#backtop {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  padding: 10px;
  cursor: pointer;
}

#backtop .svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
}

#backtop .svg:hover {
  fill: #76b900;
}

/*#vga_winning_Streak*/
#comet-upgrade-for-Z490 .wrap{
background: url("//storage-asset.msi.com/event/2020/mb/comet-upgrade-for-z490/images/pd_bg_box1.jpg")no-repeat center;
background-size: 100%;
background-color: #010b17;	
padding: 0;
margin: -5px 0 0 0;
text-align: center;
width: 100%;
overflow-x: hidden;
color: #fff;
position: relative;
font-family:'DINPro-Regular';
}

@media (max-width:2560px){
#comet-upgrade-for-Z490 .wrap{
background: url("//storage-asset.msi.com/event/2020/mb/comet-upgrade-for-z490/images/pd_bg_box_1920.jpg")no-repeat center;
background-size: 100%;	
background-color: #010b17;		
	}}


@media (max-width:425px){
#comet-upgrade-for-Z490 .wrap{
padding: 2% 0;	
	}}
	
#comet-upgrade-for-Z490 .wrap .logoitem {
	margin: 5% 0 0 0;
}
	
#comet-upgrade-for-Z490 .wrap .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;
}

#comet-upgrade-for-Z490 .wrap .kv {
	position: relative;
	z-index: 1;
	text-align: center;
}

#comet-upgrade-for-Z490 .wrap .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;
}


#comet-upgrade-for-Z490 .wrap h1 {
  font-family: 'din_pro_bold';
	font-size: 90px !important;
    line-height: 1.2;
    color: #c1d9fd;
	margin-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
  	animation: flux 5s linear infinite;
  	-moz-animation: flux 5s linear infinite;
  	-webkit-animation: flux 5s linear infinite;
  	-o-animation: flux 5s linear infinite;
}

@media (max-width: 2560px){
#comet-upgrade-for-Z490 .wrap h1 {
    font-size: 110px !important;
	}}

@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap h1 {
	font-size: 5rem !important;
	}}
  @media (max-width: 1366px){
#comet-upgrade-for-Z490 .wrap h1 {
  font-size: 4rem !important;
  }}

@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap h1 {
	font-size: 3rem !important;
	}}


#comet-upgrade-for-Z490 .wrap h2 {
	font-size: 50px !important;
    line-height: 1.2;
    color: #c1d9fd;
	margin-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
  	animation: flux 5s linear infinite;
  	-moz-animation: flux 5s linear infinite;
  	-webkit-animation: flux 5s linear infinite;
  	-o-animation: flux 5s linear infinite;
}

@media (max-width: 2560px){
#comet-upgrade-for-Z490 .wrap h2 {
    font-size: 60px !important;
	}}

@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap h2 {
	font-size: 3rem !important;
	}}

@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap h2 {
	font-size: 2rem !important;
	}}


#comet-upgrade-for-Z490 .wrap h4 {
    font-size: 40px;
    line-height: 1.6;
    width: 85%;
    margin:  0% auto;
}

@media (max-width: 2560px){
#comet-upgrade-for-Z490 .wrap h4 {
	    font-size: 48px;
    width: 100%;
	}}


@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap h4 {
	    font-size: 38px;
    width: 100%;
	}}

@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap h4 {
    font-size: 20px;
    line-height: 1.6;
	}}

#comet-upgrade-for-Z490 .wrap h5 {
font-size: 32px;
    line-height: 1.6;
	margin: 1% 0 0 0;
}

@media (max-width: 2560px){
#comet-upgrade-for-Z490 .wrap h5 {
font-size: 30px;
	}}


@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap h5 {
	    font-size: 20px;
    width: 100%;
	}}


@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap h5 {
	    font-size: 16px;
    width: 100%;
	}}

#comet-upgrade-for-Z490 .wrap span {
	color: #f00;
}

.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--*/
#comet-upgrade-for-Z490 .wrap #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) {
	#comet-upgrade-for-Z490 .wrap .kv{padding-bottom: 2%;
	}}

@media screen and (max-width: 1280px) {
	#comet-upgrade-for-Z490 .wrap .kv{padding-bottom: 6%;
	}}

@media screen and (max-width: 1024px){
#comet-upgrade-for-Z490 .wrap .kv {
    padding-bottom: 10%;
	}}

@media screen and (max-width: 800px) {
#comet-upgrade-for-Z490 .wrap .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);
}
}


#comet-upgrade-for-Z490 .wrap .dt {
width: 100%;
max-width: 85%;
	margin: auto;
	justify-content: center;
}

#comet-upgrade-for-Z490 .wrap .dt .title {
    font-size: 18px;
    line-height: 26px;
    padding: 5% 0;
}

@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .dt .title {
    padding: 5% 0 5% 0;
	}}


#comet-upgrade-for-Z490 .wrap .dt .do-container {
width: 10%;
    margin: auto;
    margin-top: -7%;
    margin-bottom: 3%;
}

#comet-upgrade-for-Z490 .wrap .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    margin: auto;
}


#comet-upgrade-for-Z490 .wrap .carousel {
width: 100%;
    margin: auto;
}

#comet-upgrade-for-Z490 .wrap .carousel.pointer-event p {
    font-size: 20px;
    line-height: 1.4;
    padding: 2% 0;
}


.center-block {
    display: block;
}

@media (max-width: 800px){
.center-block {
    display: block;
	}}


 @keyframes filling {
 from {
 background-position: center 25%;
}
 to {
 background-position: center 50%;
}
}

#comet-upgrade-for-Z490 .wrap .container-text {
	font-size: 3rem;
    line-height: 1;
    color: #A0A0A0;
    text-transform: uppercase;
    margin: 1% 0 1%;
}

@media (max-width: 2380px){
#comet-upgrade-for-Z490 .wrap .container-text {
font-size: 2.5rem;	
padding-top: 40px;
	}}

@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap .container-text {
font-size: 2.3rem;	
	}}

@media (max-width: 1024px){
#comet-upgrade-for-Z490 .wrap .container-text {
font-size: 2rem;	
	}}

@media (max-width: 960px){
#comet-upgrade-for-Z490 .wrap .container-text {
	font-size: 1.7rem;
	padding-bottom: 1%;
	}}

@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .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);
}
}
#comet-upgrade-for-Z490 .wrap .mname ul {
	width: 100%;
}
#comet-upgrade-for-Z490 .wrap .mname ul li {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: none;
}
#comet-upgrade-for-Z490 .wrap .mname ul li:hover {
cursor: auto;
}
#comet-upgrade-for-Z490 .wrap .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;
}
#comet-upgrade-for-Z490 .wrap .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;
}
#comet-upgrade-for-Z490 .wrap 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 ===== */
#comet-upgrade-for-Z490 .wrap .sel {
	font-size: 0.4em;
	display: inline-block;
	margin: 3em 1em;
	width: 450px;
	background-color: #f00;
	position: relative;
	cursor: pointer;
}
#comet-upgrade-for-Z490 .wrap .sel span {
	color: #fff !important;
}
#comet-upgrade-for-Z490 .wrap .sel::before {
	position: absolute;
	content: '\f063';
	font-family: 'FontAwesome';
	font-size: 2em;
	color: #FFF;
	right: 20px;
	top: calc(50% - 0.5em);
}
#comet-upgrade-for-Z490 .wrap .sel.active::before {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}
#comet-upgrade-for-Z490 .wrap .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;
}
#comet-upgrade-for-Z490 .wrap .sel.active .sel__placeholder {
	visibility: hidden;
}
#comet-upgrade-for-Z490 .wrap .sel__placeholder::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 0.5em;
	content: attr(data-placeholder);
	visibility: hidden;
}
#comet-upgrade-for-Z490 .wrap .sel.active .sel__placeholder::before {
	visibility: visible;
}
#comet-upgrade-for-Z490 .wrap .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;
}
#comet-upgrade-for-Z490 .wrap .sel.active .sel__box {
	display: block;
	-webkit-animation: fadeIn 500ms;
	animation: fadeIn 500ms;
}
#comet-upgrade-for-Z490 .wrap .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;
}
#comet-upgrade-for-Z490 .wrap .sel__box__options::after {
	content: '\f00c';
	margin-left: 5px;
	display: none;
}
#comet-upgrade-for-Z490 .wrap .sel__box__options.selected::after {
	display: none;
}
#comet-upgrade-for-Z490 .wrap .sel__box__options:hover {
	background-color: rgba(155,0,0,1);
}
/* ----- Select Box Black Panther ----- */
#comet-upgrade-for-Z490 .wrap .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;
}
#comet-upgrade-for-Z490 .wrap .sel--black-panther {
	z-index: 3;
}
#comet-upgrade-for-Z490 .wrap .sel--superman {
	z-index: 2;
}

@media screen and (max-width:960px) {
/*nav*/
#comet-upgrade-for-Z490 .wrap #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){
#comet-upgrade-for-Z490 .wrap #btnav {
    padding: 27px 0 10px;
	}}

@media screen and (max-width: 425px){
#comet-upgrade-for-Z490 .wrap #btnav {
    padding: 10px 0 10px;
	}}

@media screen and (max-width:1024px) {
#comet-upgrade-for-Z490 .wrap .kv .title h1 {
	font-size: 26px;
}
#comet-upgrade-for-Z490 .wrap .kv p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: normal;
}}

@media screen and (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .kv .title h1 {
    font-size: 24px;
	}}

@media screen and (max-width: 393px){
#comet-upgrade-for-Z490 .wrap .kv .title h1 {
    font-size: 22px;
	}}

@media screen and (max-width:1320px) {
#comet-upgrade-for-Z490 .wrap .sel {
	width: 38%;
}}

@media screen and (max-width:800px) {
#comet-upgrade-for-Z490 .wrap .icon-img {
	display: none;
}
.tab-panels .panel {
	padding: 10px 0px;
	margin: 0px;
}
#comet-upgrade-for-Z490 .wrap .mname ul li {
	margin: 5px;
}
.tab-panels ul li {
	border-radius: 10px;
}

	#comet-upgrade-for-Z490 .wrap .box2 .text2, #comet-upgrade-for-Z490 .wrap .box2 p, #comet-upgrade-for-Z490 .wrap p, #comet-upgrade-for-Z490 .wrap .term, #comet-upgrade-for-Z490 .wrap .term ul {
	font-size: 14px;
}
.tab-panels ul li {
	margin-bottom: 0px;
	border-bottom: 2px solid #000;
	line-height: 2;
}
	
#comet-upgrade-for-Z490 .wrap .kv .title {
	position: relative;
}
	
#comet-upgrade-for-Z490 .wrap .kv p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: normal;
	padding: 0px 5%;
}
#comet-upgrade-for-Z490 .wrap h2 {
	margin-bottom: 0px;
	padding-top: 20px;
	font-size: 28px;
	width: 100%;
}
	
#comet-upgrade-for-Z490 .wrap .box2 i {
	font-size: 3em;
}
	
#comet-upgrade-for-Z490 .wrap .box2 .round-2 {
	padding: 0px;
}
	
#comet-upgrade-for-Z490 .wrap .box2 .round, #comet-upgrade-for-Z490 .wrap .box2 .round-2 {
	border: 5px solid;
	padding: 30px 0px 0px 10px;
	height: 8em;
	width: 8em;
	margin-left: 24%;
}
	
#comet-upgrade-for-Z490 .wrap .box2 p {
	font-size: 14px;
}
	
#comet-upgrade-for-Z490 .wrap .box2 .box2-r {
	margin-top: 10px;
}
#comet-upgrade-for-Z490 .wrap .col-xs-6 {
	margin: 0px;
}
#comet-upgrade-for-Z490 .wrap .col-xs-12 {
	margin: 0px 0px;
	padding: 0px;
}
#comet-upgrade-for-Z490 .wrap .box2 .fa-x {
	margin-top: 0px;
	transform: rotate(90deg);
	display: none;
}
#comet-upgrade-for-Z490 .wrap .prize li {
	width: 90%;
}
#comet-upgrade-for-Z490 .wrap .prize ul {
	margin-left: -5%;
}
#comet-upgrade-for-Z490 .wrap .submit a {
	font-size: 22px;
}
#comet-upgrade-for-Z490 .wrap .box2 .box2-r {
	margin-left: 0px;
}
#comet-upgrade-for-Z490 .wrap .box3 .css_table {
	width: 100%;
	margin: auto 0px;
	font-size: 10px;
}
}

@media screen and (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .kv .title {
    bottom: 0px;
	}}

@media screen and (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .box2 .text2, #comet-upgrade-for-Z490 .wrap .box2 p, #comet-upgrade-for-Z490 .wrap p, #comet-upgrade-for-Z490 .wrap .term, #comet-upgrade-for-Z490 .wrap .term ul {
    font-size: 12px;
    line-height: 1.4;
	}}

@media screen and (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .kv p {
    font-size: 14px;
    padding: 0px 6%;
	}}

@media screen and (max-width: 393px){
#comet-upgrade-for-Z490 .wrap .kv p {
    font-size: 12px;
	}}

@media (max-width:468px) {
#comet-upgrade-for-Z490 .wrap .submit a {
	font-size: 18px;
}
#comet-upgrade-for-Z490 .wrap .mname ul li {
	font-size: 18px;
}
#comet-upgrade-for-Z490 .wrap .sel {
	width: 44%;
}
}


#vga_winning_Streak_header {
        width: 100%;
        padding-bottom: 41%;
}
 

@media (max-width: 2380px) {
#vga_winning_Streak_header {
        width: 100%;
        padding-bottom: 44%;
	}}


@media (max-width: 800px){
#vga_winning_Streak_header {
    width: 100%;
    padding-bottom: 0%;
    margin: -6% 0 -23%;
	}}

    .bg-animation {
        position: relative;
        width: 100%;
        background-position: 0 0;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    

    

    @keyframes opacity-eye {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /*animated scroll arrow animation*/
    
    @-webkit-keyframes fade_move_down {
        0% {
            -webkit-transform: translate(0, -10px) rotate(45deg);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            -webkit-transform: translate(0, 10px) rotate(45deg);
            opacity: 0;
        }
    }
    
    @-moz-keyframes fade_move_down {
        0% {
            -moz-transform: translate(0, -10px) rotate(45deg);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            -moz-transform: translate(0, 10px) rotate(45deg);
            opacity: 0;
        }
    }
    
    @keyframes fade_move_down {
        0% {
            transform: translate(0, -10px) rotate(45deg);
            opacity: 0;
        }
        50% {
            opacity: 1;
        }
        100% {
            transform: translate(0, 10px) rotate(45deg);
            opacity: 0;
        }
    }
    
    @keyframes rainbowBorder {
        0% {
            box-shadow: 0 0 5px #ff0000;
        }
        12.5% {
            box-shadow: 0 0 5px #ff9000;
        }
        25% {
            box-shadow: 0 0 5px #feff00;
        }
        37.5% {
            box-shadow: 0 0 5px #1dff00;
        }
        50% {
            box-shadow: 0 0 5px #00ffe6;
        }
        62.5% {
            box-shadow: 0 0 5px #0042ff;
        }
        75% {
            box-shadow: 0 0 5px #e200ff;
        }
        87.8% {
            box-shadow: 0 0 5px #ff00b6;
        }
        100% {
            box-shadow: 0 0 5px #ff0000;
        }
    }
    
    @keyframes rainbowText {
        0% {
            color: #ff0000;
            border: #ff0000 1px solid;
        }
        12.5% {
            color: #ff9000;
            border: #ff9000 1px solid;
        }
        25% {
            color: #feff00;
            border: #feff00 1px solid;
        }
        37.5% {
            color: #1dff00;
            border: #1dff00 1px solid;
        }
        50% {
            color: #00ffe6;
            border: #00ffe6 1px solid;
        }
        62.5% {
            color: #0042ff;
            border: #0042ff 1px solid;
        }
        75% {
            color: #e200ff;
            border: #e200ff 1px solid;
        }
        87.8% {
            color: #ff00b6;
            border: #ff00b6 1px solid;
        }
        100% {
            color: #ff0000;
            border: #ff0000 1px solid;
        }
    }
    
    
/*vga*/
#vga {
  font-size: 18px;
  color: #fff;
  position: relative;


  /*kv*/
  /*s1*/
  /*s2*/
  /*s3*/
  /*s4*/
  /*s4jp*/
  /*s5*/
  /*s6*/
  /*ft*/
}


#vga img {
  vertical-align: bottom;
}

#vga sup {
  font-size: 50%;
  vertical-align: super;
}

#vga .container {
width: 100%;
    margin: 0 auto;
    max-width: 2000px;
    padding: 7rem 0 2rem;
}

#vga .container p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

#vga .nvlogo {
display: inline-block;
    padding: 18% 0;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: 25%;
}

#vga #s3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#vga #s3 .item {
  width: 45%;
}

#vga #s3 .item .vd {
  position: relative;
  cursor: pointer;
}

#vga #s3 .item .vd .btplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#vga #s3 .item h3 {
  color: #76b900;
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px 0 10px;
  line-height: 1.4;
}

#vga #s3 .item h3 strong {
  display: block;
  font-style: italic;
}

#vga #s3 .item p {
  font-size: 18px;
}

#vga #s3 .item .bt {
  padding-top: 20px;
}

#vga #s3 .item .bt a {
  display: inline-block;
  background: #76b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 22px;
  border: #76b900 3px solid;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#vga #s3 .item .bt a:hover {
  background: none;
  color: #76b900;
}

@media screen and (max-width: 960px) {
  #vga #s3 {
    display: block;
  }
  #vga #s3 .item {
    width: 100%;
    margin-bottom: 50px;
  }
}


#convert{
flex-wrap: wrap;
    justify-content: flex-start;	
}

#container_s3_bg{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 2700px;
    margin: auto;
    justify-content: center;
}

#container_s3_bg .item{
width: 30%;
}


#vga h3 {
font-size: 5.5rem !important;
line-height: 1.1;
}
	
#vga .buybtn {
	float: none;
}}

#vga .container p {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}


.nvGreen {
color: #76b900; 
}


.marg-top-2{
margin-top: 0%;
}

@media (max-width: 960px){
.marg-top-2{
margin: 2%;
}}

@media (max-width: 768px){
.marg-top-2 {
    margin: 6% 2%;
	}}

.nb-divider { 
width: 50%; 
height: 20px;
display: block; 
border-bottom: 1px solid rgba(133,133,133,1.00); 
margin: 0 auto;
}

.nbflex {
display: flex;
justify-content: center;
align-items:flex-end;
margin: 6% 0 6% 0;
}

.nbflex .flexItem {
width: 49%; 
margin: 1%;
text-align: left;
}



@media (max-width: 1440px){
.nbflex .flexItem {
    width: 120%;
	padding: 0 0 0% 0;
	}}

@media (max-width: 1024px){
.nbflex .flexItem {
    width: 110%;
	padding: 0 0 0% 0;
	}}

.nbflex .flexItem img {
width: 150%;
}

@media (max-width: 1920px){
.nbflex .flexItem {
    padding: 0 0 5% 0;
	}}

.nbflex .flexItemimg {
    display: block;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 2700px){
.nbflex .flexItemimg {
    display: block;
    width: 100%;
    margin: 3% -3%;
	}}

@media (max-width: 1440px){
.nbflex .flexItemimg {
margin: 0 0 10% 0;
}}

@media (max-width: 1280px){
.nbflex .flexItemimg {
margin: 0 0 13% 0;
}}

@media (max-width: 1024px){
.nbflex .flexItemimg {
     margin: 5% -5%;
}}

.nbflex .logoimg {
display: block;
width: 40%;
}

/*#comet-upgrade-for-Z490 .wrap shopnowbox*/
#comet-upgrade-for-Z490 .wrap .shopnowbox {
flex-wrap: wrap;
	display: block;
    justify-content: flex-start;
    background-position: center;
    margin: auto;
    padding: 0 0;
}

@media (max-width:800px){
#comet-upgrade-for-Z490 .wrap .shopnowbox {
display: flex;
	}}

@media (max-width:425px){
#comet-upgrade-for-Z490 .wrap .shopnowbox {
margin: 10% 0 0 0;
	}}


#comet-upgrade-for-Z490 .wrap .shopnowbox button {
    color: #A0A0A0;
    background: none;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    border: 2px solid;
    font: inherit;
	font-size: 26px;
    line-height: 1;
    margin: 0.5em;
    padding: 12px 40px;
	width: 20%;
	text-align: center;
	
}

@media (max-width:1920px){
#comet-upgrade-for-Z490 .wrap .shopnowbox button {
	font-size: 18px;
	}}
	
@media (max-width:1024px){
#comet-upgrade-for-Z490 .wrap .shopnowbox button {
padding: 12px 20px;
}}

@media (max-width:960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox button {
width: 80%;
	margin: 1% auto;
}}

.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: #ffa260;
--hover: #2a9bff;
}


button {
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
button:hover, button:focus {
  border-color: var(--hover);
  color: #fff;
}	
	
	
button {
  background: none;
  border: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
}	

#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box .flexItem {
    width: calc(60% - 0px);
    vertical-align: top;
    margin: 4% auto 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    /* border: #525356 1px solid;*/
}

@media (max-width:1920px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box .flexItem {
    width: calc(85% - 0px);
	}}


@media (max-width: 1280px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box .flexItem {
    width: calc(90% - 0px);
	}}

#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box .flexItem .vd {
    position: relative;
    cursor: pointer;
}

#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box .flexItem .vd .btplay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


@media (max-width: 960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box .flexItem {
width: 100%;
    margin: 5% auto;
    text-align: center;
	}}


@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box .flexItem {
    width: 100%;
	}}

#comet-upgrade-for-Z490 .wrap .shopnowbox .best {
    display: -webkit-box;
    display: ruby-text-container;
    display: block;
    justify-content: center;
	border: 4px solid;
	border-radius:10px;
    color: #d9a825;
	padding: 20px 0 40px 0;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    /* max-width: 85%; */
    /*margin: 5% auto;*/
    /* text-align: left; */
}

@media (max-width:960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .best {
    flex-direction: column;
    justify-content: center;
    /* padding: 5%; */
    margin: 0;
    padding: 0 0 7% 0;
    display: -webkit-flex;
    display: ruby-text-container;
    display: flex;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    text-align: left;
	}}


#comet-upgrade-for-Z490 .wrap .shopnowbox .best-icon {
margin: -1% 93% -1% 0;
}

@media (max-width:2700px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .best-icon {
    margin: -16px 93% -16px 0;
	}}
	
#comet-upgrade-for-Z490 .wrap .shopnowbox .bestbox {
    display: inline-block;
    width: calc(14% - 0px);
    vertical-align: top;
    margin: 0 1%;
    /* padding: 2%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    /* border: #525356 1px solid;*/
}


@media (max-width:960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .bestbox {
    display: inline-block;
    width: calc(90% - 0px);
    vertical-align: top;
    margin: auto;
	}}


@media (max-width:960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .bestbox .img {
margin: 0 0 -6% 0;
	}}

#comet-upgrade-for-Z490 .wrap .shopnowbox .bestbox5 {
    display: inline-block;
    width: calc(17% - 0px);
    vertical-align: top;
    margin: 0 1%;
    /* padding: 2%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    /* border: #525356 1px solid;*/
}


@media (max-width:960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .bestbox5 {
    display: inline-block;
    width: calc(90% - 0px);
    vertical-align: top;
    margin: auto;
	}}
	


@media (max-width:960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .bestbox5 .img {
margin: 0 0 -10% 0;
	}}


#comet-upgrade-for-Z490 .wrap .shopnowbox .text-center {
    text-align: center;
}

#comet-upgrade-for-Z490 .wrap .shopnowbox .text-center img{
    transition: all 0.8s ease 0s;
	overflow:hidden;
	width: 100%;
}

@media (max-width: 800px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .text-center img{
	width: 75%;
	}}

#comet-upgrade-for-Z490 .wrap .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);
}


#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_wrap {
	background-size: 100%;
	background-attachment: fixed;
	background-color: #000;
	padding: 5% 0;
}

@media (max-width:800px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_wrap {
	background-size: 100%;
	background-attachment: fixed;
	background-color: #000;
	padding: 5% 0;
	}}


@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_wrap {
    padding: 5% 0;
	margin-top: -40%;
	}}

@media (max-width: 320px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_wrap {
    padding: 5% 0;
    margin-top: -40%;
	}}

#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box {
display: -webkit-box;
    display: ruby-text-container;
    display: contents;
    justify-content: center;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    padding: 5% 0;
	  text-align: left;
}

@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box {
    margin: 0;
    padding: 0;
	}}

#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h1 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #FF0000;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
    text-align: center;
	display: block;
	margin: 0 auto 2%;
}

#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h1:after {
	background: none;
}

@media (max-width: 2700px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	    padding: 0 !important;
	}}


@media (max-width: 1280px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h1 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h1 {
    font-size: 1.8rem !important;
	}}


@media (max-width: 800px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h1 {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 2%;
	}}



#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h3 {
font-size: 80px !important;
    line-height: 1.2;
    color: #c1d9fd;
    margin-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
    animation: flux 5s linear infinite;
    -moz-animation: flux 5s linear infinite;
    -webkit-animation: flux 5s linear infinite;
    -o-animation: flux 5s linear infinite;
}

@media (max-width: 2560px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h3 {
    font-size: 70px !important;
	}}

@media (max-width: 1920px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 425px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box h3 {
    font-size: 2.7rem !important;
	}}



@media (max-width: 960px){
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box {
flex-direction: column;
justify-content: center;
/*padding: 5%;*/
}}	



#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box p {
    font-size: 18px;
    line-height: 1.4;
    margin: 2% auto 5%;
	text-align: center;
}
	
@media (max-width: 425px){	
#comet-upgrade-for-Z490 .wrap .shopnowbox .nbflex_box p {
    font-size: 16px;
	}}


#comet-upgrade-for-Z490 .wrap .shopnowbox .itemlist .multiple {
	width: 30%;
    margin-left: 60%;
	    text-align: left;
    display: block;
}


/*shopnowbox*/
#shopnowbox {
flex-wrap: wrap;
    justify-content: flex-start;
    background-position: center;
    margin: auto;
    padding: 0 0;
}

@media (max-width:800px){
#shopnowbox {
	background-size: cover;
	background-position: top;
	}}


#shopnowbox .nbflex_box .flexItem {
    display: inline-block;
    width: calc(20% - 6px);
    vertical-align: top;
    margin: 0 1%;
	/*padding: 2%;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: #525356 1px solid;
}


#shopnowbox .nbflex_box .flexItem a {
  color: #fff;
  display: block;
  background: #898d8c21;
	padding: 4%;
	
}

#shopnowbox .nbflex_box .flexItem a:hover {
  background: #dddddd69;
}



@media (max-width: 960px){
#shopnowbox .nbflex_box .flexItem {
width: 70%; 
margin: auto;
text-align: center;
	}}

#shopnowbox .text-center {
    text-align: center;
}

#shopnowbox .text-center img{
    transition: all 0.8s ease 0s;
	overflow:hidden;
	width: 100%;
}

@media (max-width: 800px){
#shopnowbox .text-center img{
	width: 75%;
	}}

#shopnowbox .text-center img:hover{
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}


#shopnowbox .nbflex_box {
display: -webkit-box;
    display: ruby-text-container;
    display: contents;
    justify-content: center;
    /* align-items: flex-end; */
    /* margin: -2% 0 3% 0; */
    max-width: 85%;
    margin: 0% auto;
    padding: 5% 0;
	  text-align: left;
}

#shopnowbox .nbflex_box h1 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #FF0000;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
    text-align: center;
	display: block;
	margin: 0 auto 2%;
}

#shopnowbox .nbflex_box h1:after {
	background: none;
}

@media (max-width: 2700px){
#shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box h1 {
    font-size: 2.6rem !important;
	    padding: 0 !important;
	}}


@media (max-width: 1280px){
#shopnowbox .nbflex_box h1 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#shopnowbox .nbflex_box h1 {
    font-size: 1.8rem !important;
	}}


@media (max-width: 800px){
#shopnowbox .nbflex_box h1 {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 2%;
	}}



#shopnowbox .nbflex_box h3 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #FF0000;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
    text-align: center;
	display: block;
	margin: 0 auto 2%;
}

@media (max-width: 2700px){
#shopnowbox .nbflex_box h3 {
    font-size: 2.6rem !important;
	}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box h3 {
    font-size: 2.6rem !important;
	}}


@media (max-width: 1280px){
#shopnowbox .nbflex_box h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 1024px){
#shopnowbox .nbflex_box h3 {
    font-size: 1.8rem !important;
	}}


@media (max-width: 800px){
#shopnowbox .nbflex_box h3 {
	width: 80%;
	line-height: 1.4;
	margin-bottom: 2%;
	}}



@media (max-width: 960px){
#shopnowbox .nbflex_box {
flex-direction: column;
justify-content: center;
/*padding: 5%;*/
}}	


#shopnowbox .nbflex_box p {
    font-size: 1.4rem;
    color: #000;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 5% 0;
}

@media (max-width: 2380px){
#shopnowbox .nbflex_box p {
    font-size: 1.2rem;
	}}

@media (max-width: 1920px){
#shopnowbox .nbflex_box p {
    font-size: .8rem;
	}}

@media (max-width: 320px){
#shopnowbox .nbflex_box p {
font-size: 0.65rem;
	}}


/*itemlist*/
#shopnowbox .itemlist {
    background-size: 100%;
    /* margin: 5%; */
    padding: 15% 0;
}

@media (max-width: 2700px){
#shopnowbox .itemlist {
    padding: 13% 0;
	}}


@media (max-width: 1440px){
#shopnowbox .itemlist {
    padding: 13% 0;
	}}


@media (max-width: 1366px){
#shopnowbox .itemlist {
    padding: 11% 0;
	}}

@media (max-width: 1280px){
#shopnowbox .itemlist {
    padding: 10% 0;
	}}

@media (max-width: 1024px){
#shopnowbox .itemlist {
    padding: 8% 0;
}}

@media (max-width: 960px){
#shopnowbox .itemlist {
    padding: 6% 0;
}}

@media (max-width: 800px){
#shopnowbox .itemlist {
padding: 57% 0 5% 0;
}}


@media (max-width: 425px){
#shopnowbox .itemlist {
padding: 80% 0 51% 0;
}}

@media (max-width: 320px){
#shopnowbox .itemlist {
    padding: 90% 0 44% 0;
	}}

#shopnowbox .itemlist .buttons{
    max-width: 1170px;
}

#shopnowbox .itemlist h3 {
    font-size: 5rem !important;
    /* line-height: 1; */
    /* margin-bottom: 2%; */
    color: #fff;
    font-weight: 900;
    /* animation: flux 5s linear infinite; */
    -moz-animation: flux 5s linear infinite;
    /* -webkit-animation: flux 5s linear infinite; */
    -o-animation: flux 5s linear infinite;
	text-align: left;
}


@media (max-width: 2700px){
#shopnowbox .itemlist h3 {
    font-size: 3rem !important;
	}}

@media (max-width:1920px){
#shopnowbox .itemlist h3 {
    font-size: 3rem !important;
}}

@media (max-width: 1280px){
#shopnowbox .itemlist h3 {
    font-size: 2.3rem !important;
	}}

@media (max-width: 1024px){
#shopnowbox .itemlist h3 {
    font-size: 2rem !important;
	}}


@media (max-width: 800px){
#shopnowbox .itemlist h3 {
    font-size: 2.6rem !important;
    text-align: center;
	line-height: 1.1;
	}}


#shopnowbox .itemlist h4 {
font-size: 1.8rem;
    line-height: 1;
    color: #A0A0A0;
    /* text-transform: uppercase; */
    margin: -2% 0 2%;
    /* padding-right: 7%; */
}

#shopnowbox .itemlist h5 {
    font-size: 2.5rem;
    line-height: 1;
    color: #A0A0A0;
	text-transform:uppercase;
	margin: -2% 0 4%;
	padding-left: 46%;
}
	

#shopnowbox .itemlist h6 {
    font-size: 2.5rem;
    line-height: 1;
    color: #A0A0A0;
	text-transform:uppercase;
	margin: -2% 0 4%;
	padding-right: 7%;
}
	
#shopnowbox .itemlist p {
    font-size: 18px;
	line-height: 1.4;
	margin-top: 1em;
    color: #fff;
}

@media (max-width:800px){
#shopnowbox .itemlist p {
    font-size: 18px;
	line-height: 1.4;
	margin-top: 1em;
    color: #fff;
	text-align: center;
	}}





/*best feature */
#best {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
	padding: 5% 0 2% 0;
	border-top: 2px #FF0000 solid;
	border-bottom: 2px #FF0000 solid;
}	

@media (max-width:800px){
#best {
	padding: 10% 0;
	}}	

#best #feature {
  background-size: cover;
  position: relative;
}

#best #feature .container {
  position: relative;
  z-index: 2;
}

#best #feature .feature {
  text-align: center;
  margin-bottom: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#best #feature .feature button {
  background: none;
  border: #c00 1px solid;
  padding: 15px;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  margin: 0 5px;
  outline: none;
  font-size: 32px;
}

#best #feature .feature button:hover, #best #feature .feature button.active {
  background: #f00;
}

#best #feature .feature-item {
  padding-bottom: 3%;
  display: none;
}

#best #feature .feature-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#best #feature h4 {
  color: #f00;
  font-size: 40px;
  padding: 15px 0 15px;
  text-transform: capitalize;
}

#best #feature p {
  line-height: 1.6;
}

#best #feature .img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

#best #feature .img img {
  width: 100%;
}

#best #feature .txtbox {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

#best #feature .icon {
  padding-bottom: 15px;
}

#best #feature .icon img {
  width: 40%;
}

@media screen and (max-width: 1920px) {
  #best #feature .container {
    width: 70%;
  }
  #best #feature .feature button {
    font-size: 24px;
  }
  #best #feature h4 {
    font-size: 32px;
  }
}

@media screen and (max-width: 960px) {
  #best #feature .container {
    width: 90%;
  }
  #best #feature .feature {
    display: block;
  }
  #best #feature .feature button {
    width: 100%;
    margin-bottom: 5px;
  }
  #best #feature .feature-item {
    text-align: center;
  }
  #best #feature .feature-item.active {
    display: block;
  }
}	
	
  #best h3 {
    color: #fff;
    font-weight: 900;
    text-align: center;
    display: block;
    margin-bottom: 0;
    font-size: 5rem !important;
}	

@media (max-width: 2700px){
  #best h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 1920px){
  #best h3 {
    font-size: 3rem !important;
	}}


@media (max-width: 1280px){
  #best h3 {
    font-size: 2.3rem !important;
	}}


@media (max-width: 1280px){
  #best h3 {
font-size: 2.6rem !important;
    text-align: center;
    line-height: 1.1;
	}}

  #best p {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 1em;
    color: #fff;
}



  /* Android 2.3 :checked fix */
@-webkit-keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fake {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

#best .tabsbox{
max-width: 60%;
	margin: auto;
	justify-content: center;
}

@media (max-width:1440px){
#best .tabsbox{
max-width: 80%;
	margin: auto;
	justify-content: center;
	}}

@media (max-width:800px){
#best .tabsbox{
max-width: 90%;
	margin: auto;
	justify-content: center;
	}}


/*tabbox*/
#tabs ul {
  width: 100%;
  margin: 2% auto 0;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:960px){	
#tabs ul {
  width: 100%;
  margin: 2% auto 0;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	}}
	
	
#tabbox .tabbox.active {
  display: block;
	  margin: 1% auto 0;
}

#tabbox .tabbox {
	  margin: 1% auto 0;
}	
	
#tabbox .tabbox1 {
	  margin: 1% auto 0;
}	

	/*feature*/
		.compbox{
			width: 900px;
			margin: 3% auto;
			justify-content: center;
		}
		

		@media (max-width:1560px){
			.compbox{
			width: 60%;
			margin: 3% auto;
			justify-content: center;
			}}

		@media (max-width:800px){
			.compbox{
			width: 80%;
			margin: 3% auto;
			justify-content: center;
			}}
		
		.compbox img{width: 100%;
		}

#tabs ul {
  width: 100%;
	margin: 2% 0 0 0;
    max-width: 1600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width:800px){
#tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
}}
		
#tabs ul li {
    order: 1;
    display: block;
    padding: 1rem 2rem;
    margin: 0 15px;
    margin: auto;
    cursor: pointer;
    /* background: #90CAF9; */
    border: 2px solid;
    color: #d9a825;
    transition: background ease 0.2s;
    width: calc(24% - 0px);
    justify-content: center;
}

#tabs ul li:before {
    background-color: #d9a825;		 
}
		 

#tabs ul li:hover {
        background: #d9a825;
    border: none;
    color: #fff;	 
}		 
		 
@media (max-width:1920px){
#tabs ul li {
    width: calc(24% - 0px);
    text-align: center;
    border: 1px #d9a825 solid;
    border-radius: 5px;
    margin: 15px 10px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
	}}

@media (max-width:1440px){
#tabs ul li  {
    text-align: center;
    height: 50px;
    padding: 15px 0;
    line-height: 1.2;
    border: 1px #d9a825 solid;
    border-radius: 5px;
    margin: 10px;
    text-decoration: none;
    color: white;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
	}}

		
@media (max-width: 800px){
#tabs ul li  {
	width: 100%;
	/*display: block;*/
    /*border-bottom: 1px solid #ccc;*/
    margin: 1% auto;
    font-size: 18px;
	}}

@media (max-width: 425px){
#tabs ul li  {
    font-size: 18px;
    padding: 4% 0;
	}}

#tabs ul li :hover {
  background-color: #FF0000;
}

#tabs ul li :before {
  background-color: #FF0000;
}

#tabbox .tabbox {
  display: none;
}

#tabbox .tabbox.active {
  display: block;
    margin: auto;
    justify-content: center;
    max-width: 1200px;
}

	
#feature-item {
    width: 90%;
    margin: auto;
			}
		
@media (max-width:1920px){		
#feature-item {
    width: 70%;
    margin: auto;
			}}

/*offset*/
#offset {
  animation: letter-flicker 2s linear infinite;
	margin: auto;
}

@keyframes text-flicker {
  30% {
    opacity:0.1;
    text-shadow: 0px 0px 50px rgba(250, 0, 101, 1);
  }
  
  42% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(250, 0, 101, 1);
  }
  48% {
    opacity:0.9;
    text-shadow: 0px 0px 50px rgba(0, 140, 25, 1);
  }
  49% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(0, 140, 25, 1);
  }
  52% {
    opacity:0.1;
    text-shadow: 0px 0px 50px rgba(189, 174, 0);
  }
  60% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(189, 174, 0)
  }
  65% {
    opacity:0.3;
    text-shadow: 0px 0px 50px rgba(243, 9, 8)
  }
  70% {
    opacity:1;
    text-shadow: 0px 0px 50px rgba(243, 9, 8)
  }
  
  80% {
    opacity:0.9;
    text-shadow: 0px 0px 50px rgba(45, 208, 19)
  }
  
  82% {
    opacity:0.2;
    text-shadow: 0px 0px 50px rgba(45, 208, 19)
  }
  
  87% {
    opacity:.9;
    text-shadow: 0px 0px 50px rgba(0, 140, 25, 1)
  }
  100% {
    opacity:.9;
    text-shadow: 0px 0px 50px rgba(250, 0, 101, 1)
  }
}

@keyframes border-flicker {
  0% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  2% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  4% {
    opacity:0.1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  
  8% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  70% {
    opacity:0.7;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
  100% {
    opacity:1;
    -webkit-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
-moz-box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
box-shadow: 0px 0px 78px 4px rgba(16,134,232,0.73);
  }
}

@keyframes letter-flicker {
  0% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  2% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  4% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  
  
  19% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  21% {
    opacity:0.1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  23% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(242, 22, 22, 1);
  }
  
  80% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(20, 225, 246);
  }
  83% {
    opacity:0.4;
    text-shadow: 0px 0px 29px rgba(20, 225, 246);
  }
  87% {
    opacity:1;
    text-shadow: 0px 0px 29px rgba(20, 225, 246);
  }
}


/*ul*/
ul.numbers {display: block; width: 80%;counter-reset:num;  margin: 5% auto;}
ul.numbers li {list-style:none; display: block; margin-bottom: 20px;}
ul.numbers li:before { counter-increment:num; 
  content:counter(num) '. '; color: #76b900; }

/*vga*/
#vga .buybtn {
width: auto;  
text-align: center; 
display: block; float: left; 
margin-top: 20px;
}

#vga .bt {
width: 30%; 
margin: 0 auto; 
text-align:center; 
display: block;
}

#vga .bt a ,#vga .buybtn a  {
    display:inline-block;
    background: #76b900;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 22px;
    border: #76b900 3px solid;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
   
}
#vga .bt a:hover, #vga .bt a:focus ,#vga .buybtn a:hover ,#vga .buybtn a:focus {
    
     background-color: transparent;
    
}

.nbflex{
flex-direction: column;
justify-content: center;
padding: 0 5%;
}
	
.nbflex .flexItem{
width: 90%;
margin: 20px auto;
text-align: center;
}
	
.nbflex .logoimg {
width: 60%;
margin: auto;	
}

@media (max-width: 425px){
.nbflex .logoimg {
    width: 100%;
    margin: 8% 0 4% 0;
}}
	
ul.numbers{
width: 90%; 
margin: 20px auto;
}

 #vga h3 {
    font-size: 3rem !important;
    line-height: 1.1;
}
	
.nbflex{
flex-direction: column;
justify-content: center;
padding: 0 5%;
}

@media (min-width:650px) and (max-width:767px){
#vga h3 {
    font-size: 2.7rem !important;
	}}


@media (min-width:425px) and (max-width:649px){
#vga h3 {
    font-size: 1.8rem !important;
    line-height: 1.1;
	}}


@media (max-width: 414px){
#vga h3 {
    font-size: 1.6rem !important;
}
}
	
@media (max-width: 375px){
#vga h3 {
    font-size: 1.6rem !important;
}
}

@media (max-width: 393px){
#vga h3 {
    font-size: 1.5rem !important;
}}

@media (max-width: 320px){
#vga h3 {
    font-size: 1.4rem !important;
	}}
/*nbBundile*/

#vga #s3 .item {
    width: 100%;
	margin: 7% 1.5%;	
}

@media (max-width: 1920px){
#vga #s3 .item {
    width: 85%;
    margin: 3% 1.5%;
	    margin: auto;
    justify-content: center;
	}}

@media (max-width: 960px){
#vga #s3 .item {
	width: 98%;
}
}

#vga #s3 .item p1 {
	color: #fff;
    font-weight: bold;
    line-height: 2.2;
    font-size: 2.2rem;
	text-transform: uppercase;
}

@media (max-width: 2380px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.9rem;
	}}

@media (max-width: 1920px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.4rem;
	}}

@media (max-width: 1440px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.1rem;
	}}

@media (max-width: 1024px){
#vga #s3 .item p1 {
    font-size: .9rem;
	}}

@media (max-width: 960px){
#vga #s3 .item p1 {
    line-height: 1;
    font-size: 1.6rem;
	}}

@media (max-width: 425px){
#vga #s3 .item p1 {
    font-size: 1.1rem;
	}}

@media (max-width: 320px){
#vga #s3 .item p1 {
    font-size: .95rem;
	}}

#vga #s3 .item li {
	color: #fff;
    line-height: 1.4;
    font-size: 2.1rem;
}

@media (max-width: 2380px){
#vga #s3 .item li {
    line-height: 1.4;
    font-size: 1.8rem;
	margin: 3% 1.5%;
	}}

@media (max-width: 1920px){
#vga #s3 .item li {
    font-size: 1.3rem;
	}}

@media (max-width: 1440px){
#vga #s3 .item li {
    font-size: 1rem;
	}}

@media (max-width: 1024px){
#vga #s3 .item li {
    font-size: 0.8rem;
	}}


@media (max-width: 960px){
#vga #s3 .item li {
    line-height: 1.4;
    font-size: 1.6rem;
	margin: 3% 1.5%;
	}}

@media (max-width: 425px){
#vga #s3 .item li {
    font-size: 1.1rem;
	}}

@media (max-width: 320px){
#vga #s3 .item li {
    font-size: 0.95rem;
	}}

#vga #s3 .pdbox .itemlist2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: -6% auto;
    justify-content: center;
}

@media (max-width: 1920px){
#vga #s3 .pdbox .itemlist2 {
    margin: 0% auto;
	}}

@media (max-width: 960px){
#vga #s3 .pdbox .itemlist2 {
flex-direction: column;
justify-content: center;
padding: 0 5%;
}}


#vga #s3 .pdbox .item .li {
    line-height: 1.2;
    font-size: 2.6rem;
    color: #000000;
    margin: 0% 0 7%;
    padding-top: 3%;
}

#vga #s3 .pdbox .itemlist3 {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin: -3% auto;
    justify-content: center;
}

@media (max-width: 1920px){
#vga #s3 .pdbox .itemlist3 {
    margin: 0% auto;
	}}

@media (max-width: 960px){
#vga #s3 .pdbox .itemlist3 {
flex-direction: column;
justify-content: center;
padding: 5%;
}}

@media (max-width: 425px){
#vga #s3 .pdbox .itemlist3 {
padding: 5% 0;
	    max-width: 100%;
	}}

#vga #s3 .item h3 {
font-size: 5.5rem !important;
    line-height: 1;
    color: #fff;
	margin-bottom: 2%;
}

@media (max-width: 2380px){
#vga #s3 .item h3 {
    font-size: 4rem !important;
	}}

@media (max-width: 1920px){
#vga #s3 .item h3 {
    font-size: 3.3rem!important;
	}}

@media (max-width: 1600px){
#vga #s3 .item h3 {
font-size: 3rem!important;
	}}

@media (max-width: 1440px){
#vga #s3 .item h3 {
font-size: 2.7rem!important;
	}}

@media (max-width: 1024px){
#vga #s3 .item h3 {
font-size: 1.9rem!important;
	}}

@media (max-width: 960px){
#vga #s3 .item h3 {
font-size: 3rem!important;
	}}

@media (max-width: 425px){
#vga #s3 .item h3 {
font-size: 1.8rem!important;
	}}

@media (max-width: 375px){
#vga #s3 .item h3 {
font-size: 1.6rem!important;
	}}

@media (max-width: 320px){
#vga #s3 .item h3 {
font-size: 1.4rem!important;
	}}

#vga #s3 .item h4 {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #fff;
}

@media (max-width: 2380px){
#vga #s3 .item h4 {
    font-size: 1.9rem;
	}}

@media (max-width: 1920px){
#vga #s3 .item h4 {
    font-size: 1.4rem;
	}}

@media (max-width: 1440px){
#vga #s3 .item h4 {
    font-size: 1.1rem;
	}}

@media (max-width: 1024px){
#vga #s3 .item h4 {
    font-size: .9rem;
	}}

@media (max-width: 960px){
#vga #s3 .item h4 {
    font-size: 1.8rem;
	}}

@media (max-width: 425px){
#vga #s3 .item h4 {
    font-size: 1.1rem;
	line-height: 1.4 ;
	}}

#vga #s3 .item h5 {
    font-size: 4rem;
    line-height: 1;
    color: rgb(255, 255, 255);
    margin-bottom: 2%;
}

@media (max-width: 2380px){
#vga #s3 .item h5 {
    font-size: 3.5rem;
	}}
	
@media (max-width: 1920px){
#vga #s3 .item h5 {
    font-size: 2.7rem;
}}

@media (max-width: 1600px){
#vga #s3 .item h5 {
    font-size: 2.1rem;
}}

@media (max-width: 1440px){
#vga #s3 .item h5 {
    font-size: 1.95rem;
}}

@media (max-width: 1024px){
#vga #s3 .item h5 {
    font-size: 1.8rem;
}}

@media (max-width: 960px){
#vga #s3 .item h5 {
    font-size: 2.1rem;
}}

@media (max-width:425px){
#vga #s3 .item h5 {
    font-size: 1.5rem;
}}

@media (max-width:320px){
#vga #s3 .item h5 {
    font-size: 1.3rem;
}}

#vga #s3 .item h6 {
    font-size: 2.2rem;
    line-height: 1.4;
    color: #fff;
}

#vga #s3 .item .vd {
    position: relative;
    cursor: pointer;
	margin: 6% 9% 9% 6%;
}

@media (max-width: 1920px){
#vga #s3 .item .vd {
margin: 6% 18% 10%;
}}

@media (max-width: 1024px){
#vga #s3 .item .vd {	
margin: 6% 9% 10%;
}}

@media (max-width: 960px){
#vga #s3 .item .vd {
    margin: 6% 0%;
	}}

@media (max-width: 425px){
#vga #s3 .item .vd {
    margin: 9% -12%;
	}}

#vga #s3 .item .vd a > img {
    width: 100%;
}

#vga #s3 {
flex-wrap: wrap;
    justify-content: flex-start;
}

#vga .nvlogo {
display: none;
    padding: 12% 0;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: 18%;
}

@media (max-width: 960px){
#vga .nvlogo {
    display: inline-block;
    padding: 109% 0 0 0;
    text-decoration: none;
    -webkit-transition: 0.5s all ease-in 0.1s;
    -o-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    width: 40%;
	}}

.area_item a {
	font-size: 150%;
	color: #76b900;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	padding: 2em;
	background: rgba(52,52,52,1.00);
	border: 2px solid rgba(118,185,0,.2)!important;
	margin: 10px;
	border-radius: 5px;
	transition: 0.5s all ease-in-out;
}

.area_item a:hover {
	background: rgba(80,80,80,1.00);
	border: 2px solid rgba(118,185,0,9)!important;
}






#vga #ft {
  margin-top: 35px;
}

@media (max-width: 1024px) {
#vga #ft {
    width: 45%;
    margin: auto;
	}}
	
@media (max-width: 425px){
#vga #ft {
    width: 80%;
    margin: auto;
	}}

#vga #ft .line {
  text-align: left;
}

#vga #ft .container {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

#vga #ft .container p {
  text-align: left;
  font-size: 12px;
  color: #999;
  padding-top: 15px;
}



.box {
  /*background: #1a1a1a;*/
  /*background-color: #393333;*/
  border: none;
  /*border-bottom: 6px solid #76b900;*/
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box:before,
.box:after {
  position:absolute;
  content: "";
  height: 0;
  width: 0;
  z-index: -1;
}

.box:before {
  right: 0;
  top: 0;
  transition: all 0.3s ease;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box:after {
  left: 0;
  bottom: 0;
  transition: all 0.1s 0.2s ease;
  background: #393333;
}

.box:hover:before {
  transition: all 0.1s 0.2s ease;
  height: 100%;
	  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}
/*.box:hover:after {
transition: all 0.8s ease;
width: 100%;
height: 100%;
border: 6px solid #76b900;
  content: "";
  z-index: -1;	
}
*/

.box span:before,
.box span:after {
  position: absolute;
  content: "";
}

.box span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 0.1s 0.1s ease;
}
.box span:after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.box span:hover:before {
  width: 100%;
}



/*section-compare-carousel*/
#section-compare-carousel .swiper-pagination {
	position: relative;
}
#section-compare-carousel .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
	border-radius: 100%;
	background: #ddd;
	opacity: 1;
}
#section-compare-carousel .carousel-top {
	margin-bottom: 30px;
}
#section-compare-carousel .swiper-pagination-bullet:last-child {
	margin-right: 0px;
}
#section-compare-carousel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #f00;
}
#section-compare-carousel .owl-theme .owl-dots .owl-dot.active span,  #section-compare-carousel .owl-theme .owl-dots .owl-dot:hover span {
	background: #f00 !important;
}
#section-compare-carousel .owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #ddd;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
#section-compare-carousel .item img {
	width: 100%;
	max-width: 100%;
}
#section-compare-carousel .twentytwenty-before-label,  #section-compare-carousel .twentytwenty-after-label {
	pointer-events: none;
	display: none;
}
.twentytwenty-container {
	text-align: left;
}
.twentytwenty-container img {
	/*left: 0;*/
	width: 100%;
	max-width: 100%;
	display: inline-block;
}



/*promotion*/
.promotion-wrap,
.promotion-nav {
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

  .promotion-wrap ul,
  .promotion-nav ul {
    padding: 0; }

  .promotion-wrap li,
  .promotion-nav li {
    list-style: none; }

  .promotion-wrap a,
  .promotion-nav a {
    text-decoration: none; 
	  color: #fff;
}

  .promotion-wrap p,
  .promotion-nav p {
    font-size: 18px;
	font-family: sans-serif;  
    line-height: 1.4;
	  color: #fff;
    /*fonts size*/ } 

@media (max-width:425px){
.promotion-wrap p,
  .promotion-nav p {
    font-size: 16px;
    line-height: 1.4;
	  color: #fff;
	  margin: 0 0 4% 0;
    /*fonts size*/ }
}

/*comet-upgrade-for-Z490*/
#comet-upgrade-for-Z490 {
  max-width: 100%;
  overflow: hidden;
  background-color: #000; 
}

#comet-upgrade-for-Z490 h2.section_title {
    display: inline-block;
    text-align: center;
    margin-bottom: 30px; 
    color: #fff;
    font-size: 110px !important;
	font-weight: 700;
}

@media (max-width: 2560px){
  #comet-upgrade-for-Z490 h2.section_title {
    font-size: 3.3rem !important;
	}}

@media (max-width: 1920px){
  #comet-upgrade-for-Z490 h2.section_title {
    font-size: 3rem !important;
	}}

@media (max-width: 425px){
  #comet-upgrade-for-Z490 h2.section_title {
    font-size: 2rem !important;
	      margin-bottom: 2%;
	}}

.iamheader {
  display: block;
  background-color: #333;
  height: 90px; }

.outer-wrap {
  max-width: 60%;
  margin: 0 auto; }

@media (max-width:425px){
.outer-wrap {
  max-width: 100%;
  margin: 0 auto; 
	}}


.promotion-wrap {
	background-color: #000;
  background-attachment: fixed; }


/*keyVisual*/
#keyVisual {
  position: relative;
  background-size: 100%; 
}


#keyVisual .kvinfo {
    position: absolute;
    top: 33%;
    /* font-size: 7.5em; */
    text-align: left;
    /* left: 56%; */
    right: 46%;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    width: 47%;
}

@media (max-width: 2700px){
	#keyVisual .kvinfo {
    right: 46%;
	}}

@media (max-width: 960px){
	#keyVisual .kvinfo {
	display: none;
	}}

#keyVisual .kvinfo h1 {
    font-size: 260px;
    letter-spacing: 2px;
    line-height: 1.1;
	font-weight: 700;
}

@media (max-width:3000px){
#keyVisual .kvinfo h1 {
    font-size: 220px;
    letter-spacing: 2px;
	font-weight: 700;
	}}

@media (max-width:2560px){
#keyVisual .kvinfo h1 {
    font-size: 144px;
	}}

@media (max-width: 1920px){
#keyVisual .kvinfo h1 {
    font-size: 144px;
	}}

@media (max-width: 1680px){
#keyVisual .kvinfo h1 {
    font-size: 124px;
	}}


@media (max-width: 1536px){
#keyVisual .kvinfo h1 {
    font-size: 114px;
	}}


@media (max-width: 1366px){
#keyVisual .kvinfo h1 {
    font-size: 102px;
	}}


@media (max-width: 1280px){
#keyVisual .kvinfo h1 {
    font-size: 96px;
	}}


@media (max-width: 1024px){
#keyVisual .kvinfo h1 {
    font-size: 75px;
	}}


#keyVisual .kvinfo .line{
    display:inline-block;
    width:100px;
    border-top:2px solid #cccccc;
    vertical-align:25px;  
}

@media (max-width: 2700px){
#keyVisual .kvinfo .line{
    width:70px;
	}}

@media (max-width: 1920px){
#keyVisual .kvinfo .line {
    width: 50px;
    vertical-align: 17px;
	}}


@media (max-width: 1680px){
#keyVisual .kvinfo .line {
    width: 50px;
	}}

@media (max-width: 1536px){
#keyVisual .kvinfo .line {
    width: 40px;
	}}

@media (max-width: 1366px){
#keyVisual .kvinfo .line {
    width: 30px;
	    vertical-align: 13px;
	}}

#keyVisual .kvinfo .text{
		font-size: 94px;
		color: #fdd511;
	}	

@media (max-width: 3000px){
#keyVisual .kvinfo .text {
    font-size: 75px;
	}}

@media (max-width: 2560px){
#keyVisual .kvinfo .text{
		font-size: 70px;
	}}

@media (max-width: 1920px){
#keyVisual .kvinfo .text {
    font-size: 54px;
	}}

@media (max-width: 1680px){
#keyVisual .kvinfo .text {
    font-size: 45px;
	}}

@media (max-width: 1536px){
#keyVisual .kvinfo .text {
    font-size: 42px;
	}}

@media (max-width: 1366px){
#keyVisual .kvinfo .text {
    font-size: 39px;
	}}

@media (max-width: 1280px){
#keyVisual .kvinfo .text {
    font-size: 36px;
	}}

@media (max-width: 1024px){
#keyVisual .kvinfo .text {
    font-size: 26px;
	}}

#keyVisual .kvinfo h2 {
    font-size: 306px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 700;
    margin: -5% 0 -3% 0;
}


@media (max-width:3000px){
#keyVisual .kvinfo h2 {
font-size: 260px;
	}}

@media (max-width:2560px){
#keyVisual .kvinfo h2 {
font-size: 228px;
	}}

@media (max-width: 1920px){
#keyVisual .kvinfo h2 {
    font-size: 168px;
    margin: -28px 0 0 0;
	}}


@media (max-width: 1680px){
#keyVisual .kvinfo h2 {
    font-size: 146px;
	margin: -18px 0 0 0;
	}}

@media (max-width: 1536px){
#keyVisual .kvinfo h2 {
    font-size: 134px;
	}}

@media (max-width: 1366px){
#keyVisual .kvinfo h2 {
    font-size: 119px;
	}}

@media (max-width: 1280px){
#keyVisual .kvinfo h2 {
    font-size: 113px;
	}}


@media (max-width: 1024px){
#keyVisual .kvinfo h2 {
    font-size: 88px;
	}}


#keyVisual .kvinfo h3 {
    font-size: 80px;
    line-height: 1.2;
    margin: -3% 0 0 0;
	color: #fdd511;
}

#keyVisual .kvinfo h4 {
    font-size: 37px;
    margin: 0 0 0 0;
}

@media (max-width:2700px){
#keyVisual .kvinfo h4 {
    font-size: 28px;
    margin: -8px 0 0 0;
	}}

@media (max-width: 2560px){
#keyVisual .kvinfo h4 {
    font-size: 22px;
    margin: -8px 0 0 0;
	}}

@media (max-width:1920px){
#keyVisual .kvinfo h4 {
    font-size: 18px;
    margin: -5px 0 0 0;
	}}

@media (max-width:1680px){
#keyVisual .kvinfo h4 {
    font-size: 18px;
	}}

@media (max-width: 1600px){
#keyVisual .kvinfo h4 {
    font-size: 17px;
	}}


@media (max-width: 1536px){
#keyVisual .kvinfo h4 {
    font-size: 16px;
	}}

@media (max-width: 1440px){
#keyVisual .kvinfo h4 {
    font-size: 15px;
	}}

@media (max-width: 1366px){
#keyVisual .kvinfo h4 {
    font-size: 14px;
	}}


@media (max-width: 1280px){
#keyVisual .kvinfo h4 {
    font-size: 14px;
    margin: 0px 0 0 0;
	}}
	
@media (max-width: 1024px){
#keyVisual .kvinfo h4 {
    font-size: 12px;
	}}



#keyVisual .kvinfo-date {
position: absolute;
    top: 92%;
    /* font-size: 7.5em; */
    text-align: left;
    /* left: 16%; */
    /* width: 60%; */
    right: 12%;
    color: #fff;
    margin: 0;
}

#keyVisual .kvinfo-date h4 {
    font-size: 26px;
	}

@media (max-width: 1680px){
#keyVisual .kvinfo-date h4 {
    font-size: 20px;
	}}

@media (max-width: 1024px){
#keyVisual .kvinfo-date h4 {
    font-size: 14px;
	}}

@media (max-width: 960px){
#keyVisual .kvinfo-date h4 {
display: none;}}

#comet-upgrade-for-Z490 #keyVisual .kvinfo-button-box {
	width: 100%;
		margin: auto;
	justify-content: center;
}
		
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
position: absolute;
    background-color: #ff9714;
    top: 85%;
    font-size: 90px;
    font-weight: 700;
    padding: 12px 60px;
    text-align: center;
    color: #fff;
    margin: auto;
    border-radius: 35px;
    border: none;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 42%;
	-webkit-animation: arrowDown 1.5s ease-out infinite;
    animation: arrowDown 1.5s linear infinite;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
	}


#comet-upgrade-for-Z490 #keyVisual .kvinfo-button:hover {
    background-color: #e94318;
	}


@media (max-width:2700px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 40px;
	padding: 12px 36px;
	}}

@media (max-width:1920px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 40px;
	    margin: 0px auto 0;
	}}
	


@media (max-width: 1680px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
font-size: 40px;
	}}


@media (max-width: 1536px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
font-size: 36px;
	}}


@media (max-width: 1440px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 36px;
    padding: 12px 28px;
	}}

@media (max-width: 1366px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 32px;
	}}

@media (max-width: 1280px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 28px;
}}

@media (max-width: 1024px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 26px;
    margin: -13px auto 0;
	}}


@media (max-width: 960px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
font-size: 56px;
    /* margin: -8px 0 0 0; */
    /* right: 26%; */
    left: 28%;
    top: 87%;
	}}


@media (max-width: 768px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 46px;
}}

@media (max-width: 425px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
font-size: 24px;
    margin: -8px 0 0 0;
    top: 86%;
    left: 28%;
    padding: 9px 24px;
	}}


@media (max-width: 375px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 24px;
    margin: -8px 0 0 0;
    top: 86%;
    left: 23%;
    /* right: 22%; */
    padding: 7px 30px;
	}}


@media (max-width: 360px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 22px;
    margin: -8px 0 0 0;
    top: 86%;
    left: 23%;
    /* right: 22%; */
    padding: 7px 30px;
	}}

@media (max-width: 320px){
#comet-upgrade-for-Z490 #keyVisual .kvinfo-button {
    font-size: 20px;
    margin: -8px 0 0 0;
    top: 86%;
    left: 21%;
    /* right: 22%; */
    padding: 7px 30px;
	}}

  #keyVisual .image-wrap .intel {
    width: 7%;
    position: absolute;
    top: 5%;
    right: 2%; }


    @media screen and (max-width: 992px) {
      #keyVisual .image-wrap .intel {
        width: 15%;
        top: 12px; } }

  @media screen and (max-width: 992px) {
    #keyVisual .image-wrap .kv-dt {
      display: none; } }

  #keyVisual .image-wrap .kv-m {
    display: none; }

    @media screen and (max-width: 992px) {
      #keyVisual .image-wrap .kv-m {
        display: block; } }

  #keyVisual .content-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    }
    #keyVisual .content-wrap h2 {
      position: absolute;
      top: 7%;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      font-weight: 800;
      font-size: 100px;
      line-height: 1;
      text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6); }

    #keyVisual .content-wrap .guide-wrap {
      position: absolute;
      bottom: 4%;
      left: 0;
      right: 0;
      margin: auto;
      color: #fff;
      text-shadow: 0px 1px 4px black;
      }

@media (max-width:1920px){
#keyVisual .content-wrap .guide-wrap {
    bottom: 2%;	
	}}


@media (max-width:800px){
#keyVisual .content-wrap .guide-wrap {
    bottom: 2%;	
	}}

      #keyVisual .content-wrap .guide-wrap h4 {
		  font-size: 18px;
        /*text-shadow: -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5, -6px 4px 4px #7843ff, 0px 2px 4px #038fa6, 6px -2px 4px #e65cd5; */
}


    #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;
	}}



/*keyVisualbox*/
#keyVisualbox {
  position: relative;
  background-size: 100%; 
}


#keyVisualbox .kvinfo {
position: absolute;
    top: 28%;
    /* font-size: 7.5em; */
    text-align: left;
    left: 8%;
    /* width: 60%; */
    /* right: 20%; */
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    width: 50%;
}

@media (max-width: 2700px){
#keyVisualbox .kvinfo {
right: 9%;
    width: 55%;
    left: 5%;
    top: 28%;
}}


@media (max-width: 960px){
#keyVisualbox .kvinfo {
    width: 95%;
    left: 2%;
    top: 68%;
    text-align: center;
	}}





#keyVisualbox .kvinfo h1 {
    font-size: 260px;
    letter-spacing: 2px;
    line-height: 1.2;
	font-weight: 700;
}

@media (max-width:2700px){
#keyVisualbox .kvinfo h1 {
    font-size: 90px;
	}}

@media (max-width: 1920px){
#keyVisualbox .kvinfo h1 {
    font-size: 64px;
	}}

@media (max-width: 1680px){
#keyVisualbox .kvinfo h1 {
    font-size: 56px;
	margin: 1% 0 0 0;
	}}

@media (max-width: 1280px){
#keyVisualbox .kvinfo h1 {
    font-size: 48px;
	}}


@media (max-width: 1024px){
#keyVisualbox .kvinfo h1 {
    font-size: 40px;
	}}


#keyVisualbox .kvinfo .line{
    display:inline-block;
    width:100px;
    border-top:2px solid #cccccc;
    vertical-align:25px;  
}

#keyVisualbox .kvinfo .text{
		font-size: 90px;
		color: #fdd511;
	}	


#keyVisualbox .kvinfo h2 {
    font-size: 110px;
    line-height: 1.2;
    font-weight: 700;
    margin: -5% 0 -3% 0;
}

@media (max-width:2700px){
#keyVisualbox .kvinfo h2 {
font-size: 95px;
	}}

@media (max-width: 1920px){
#keyVisualbox .kvinfo h2 {
    font-size: 68px;
    margin: -50px 0 0 0;
	}}


@media (max-width: 1680px){
#keyVisualbox .kvinfo h2 {
    font-size: 58px;
	margin: -44px 0 0 0;
	}}


@media (max-width: 1600px){
#keyVisualbox .kvinfo h2 {
    font-size: 56px;
	}}



@media (max-width: 1536px){
#keyVisualbox .kvinfo h2 {
    font-size: 54px;
	}}


@media (max-width: 1366px){
#keyVisualbox .kvinfo h2 {
    font-size: 48px;
	}}

@media (max-width: 1280px){
#keyVisualbox .kvinfo h2 {
    font-size: 44px;
	margin: -40px 0 0 0;
	    line-height: 1.4;
	}}


@media (max-width: 1024px){
#keyVisualbox .kvinfo h2 {
font-size: 35px;
    margin: -31px 0 0 0;
	}}

@media (max-width: 960px){
#keyVisualbox .kvinfo h2 {
font-size: 52px;
    margin: -22px 0 0 0;
	}}

@media (max-width: 768px){
#keyVisualbox .kvinfo h2 {
    font-size: 40px;
    margin: -22px 0 0 0;
	}}

@media (max-width: 425px){
#keyVisualbox .kvinfo h2 {
    font-size: 22px;
    margin: -8px 0 0 0;
	}}

@media (max-width: 360px){
#keyVisualbox .kvinfo h2 {
    font-size: 18px;
    margin: -8px 0 0 0;
	}}

@media (max-width: 320px){
#keyVisualbox .kvinfo h2 {
    font-size: 16px;
    margin: -8px 0 0 0;
	}}

#keyVisualbox .kvinfo h3 {
    font-size: 80px;
    line-height: 1.2;
    margin: -3% 0 0 0;
	color: #fdd511;
}

#keyVisualbox .kvinfo h4 {
    font-size: 37px;
    margin: 0 0 0 0;
}

@media (max-width:2700px){
#keyVisualbox .kvinfo h4 {
    font-size: 28px;
    margin: -8px 0 0 0;
	}}

@media (max-width: 2560px){
#keyVisualbox .kvinfo h4 {
    font-size: 22px;
    margin: -8px 0 0 0;
	}}

@media (max-width:1920px){
#keyVisualbox .kvinfo h4 {
    font-size: 18px;
    margin: -5px 0 0 0;
	}}

@media (max-width:1680px){
#keyVisualbox .kvinfo h4 {
    font-size: 18px;
	}}

@media (max-width: 1600px){
#keyVisualbox .kvinfo h4 {
    font-size: 17px;
	}}


@media (max-width: 1536px){
#keyVisualbox .kvinfo h4 {
    font-size: 16px;
	}}

@media (max-width: 1440px){
#keyVisualbox .kvinfo h4 {
    font-size: 15px;
	}}

@media (max-width: 1366px){
#keyVisualbox .kvinfo h4 {
    font-size: 14px;
	}}


@media (max-width: 1280px){
#keyVisualbox .kvinfo h4 {
    font-size: 14px;
    margin: 0px 0 0 0;
	}}
	
@media (max-width: 1024px){
#keyVisualbox .kvinfo h4 {
    font-size: 12px;
	}}



#keyVisualbox .b2 .kv-dt {
    display: block; }

    @media (max-width: 992px) {
#keyVisualbox .b2 .kv-dt {
        display: none; } }

#keyVisualbox .b2 .kv-m {
    display: none; }

    @media (max-width: 992px) {
#keyVisualbox .b2 .kv-m {
        display: block; } }


#keyVisualbox .kvinfo-button {
position: absolute;
    /* width: 10%; */
    background-color: #ff9714;
	border: none;
    top: 61%;
    font-size: 90px;
    font-weight: 700;
    padding: 12px 60px;
    text-align: center;
    left: 8%;
    /* width: 60%; */
    /* right: 20%; */
    color: #fff;
    margin: 0;
    border-radius: 35px;
	    /* top: 50%; */
	-webkit-animation: arrowDown 1.5s ease-out infinite;
    animation: arrowDown 1.5s linear infinite;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
	}

@media (max-width: 2700px){
#keyVisualbox .kvinfo-button {
    font-size: 40px;
    left: 5%;
	}}

@media (max-width: 1920px){
#keyVisualbox .kvinfo-button {
    font-size: 40px;
	margin: -1% 0 0 0;
	}}

@media (max-width: 1680px){
#keyVisualbox .kvinfo-button {
    font-size: 40px;
	}}

@media (max-width: 1536px){
#keyVisualbox .kvinfo-button {
    font-size: 36px;
	}}

@media (max-width: 1280px){
#keyVisualbox .kvinfo-button {
    font-size: 32px;
	}}

@media (max-width: 1024px){
#keyVisualbox .kvinfo-button {
    font-size: 26px;
	}}


@media (max-width: 960px){
#keyVisualbox .kvinfo-button {
padding: 13px 40px;
    margin: 20% 0 0 0;
    font-size: 36px;
    left: 21%;
	}}

@media (max-width: 768px){
#keyVisualbox .kvinfo-button {
	padding: 13px 40px;
    margin: 19% 0 0 0;
    font-size: 28px;
    left: 21%;
	}}


@media (max-width: 425px){
#keyVisualbox .kvinfo-button {
padding: 10px 15px;
    margin: 18% 0 0 0;
    font-size: 17px;
    left: 19%;
	}}

@media (max-width: 360px){
#keyVisualbox .kvinfo-button {
    padding: 6px 16px;
    margin: 18% 0 0 0;
    font-size: 16px;
    left: 15%;
	}}

@media (max-width: 320px){
#keyVisualbox .kvinfo-button {
    left: 12%;
	}}

#keyVisualbox .kvinfo-button:hover {
    background-color: #e94318;
	}



@-webkit-keyframes animation-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; } }

@keyframes animation-down {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    opacity: 0; } }

.main-nav {
  position: relative;
  background-color: #333; 
    background-size: 100%;
    /* position: static; */
    width: 100%;
}

@media  (max-width: 1920px) {
.main-nav {
    background-size: 110%;
	}}


@media  (max-width: 1680px) {
.main-nav {
    background-size: 200%;
	}}


  @media screen and (max-width: 992px) {
    .main-nav {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      background-color: transparent; } }
  .main-nav.navFixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0; }
  .main-nav .burger {
    position: absolute;
    top: 70px;
    right: 10px;
    display: none;
    z-index: 9999;
    color: #fff;
    text-align: right; }

    .main-nav .burger .icon-wrap {
      display: inline-block;
      width: 40px;
      height: 40px;
      margin: 15px;
      border: 2px solid #fff;
      text-align: center;
      padding: 1px 0;
      font-size: 24px;
      background-color: #333; }

    @media screen and (max-width: 992px) {
      .main-nav .burger {
		top: 2px !important;  
        display: block;
		} }


    @media screen and (max-width: 800px) {
      .main-nav .burger {
		top: 12px !important;  
		} }


@media screen and (max-width: 425px){
.main-nav .burger {
    top: -3px !important;
}}

  .main-nav ul {
    width: 100%;
    max-width: 1920px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; 
	  padding: 0 ;
}

.main-nav ul li {
width: calc(100% / 4 );
margin: auto;	
cursor: pointer; 
}

.main-nav ul li:hover {
background:#ff0000; 
}

.main-nav ul li a {
display: inline-block;
width: 100%;
padding: 18px;
font-size: 18px;
font-weight: 900;
color: #fff; 
}


.main-nav ul li a:active {
background:#ff0000; 
}

.main-nav ul li a:focus {
background:#ff0000; 
}


@media (max-width: 1280px) {
  .main-nav ul {
	  padding: 0;
		}}

    @media screen and (max-width: 992px) {
      .main-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #333;
        padding: 70px 0 16px;
        display: none; } }



@media(max-width: 1024px) {
.main-nav ul li {
    width: calc(100% / 4 - 5px);
    margin: auto;
	cursor: pointer;

}}


@media screen and (max-width: 992px) {
.main-nav ul li {
width: 100%; } }


#comet-upgrade-for-Z490 .wrap .video {
padding: 2% 0;
}

#comet-upgrade-for-Z490 .wrap .video .vd {
    position: relative;
    cursor: pointer;
}

#comet-upgrade-for-Z490 .wrap .video .btplay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


  #comet-upgrade-for-Z490 .wrap .video .video-wrap {
    padding: 0; }

  #comet-upgrade-for-Z490 .wrap .video .bridge {
    padding: 2% 16px; }

@media (max-width:1366px){
#comet-upgrade-for-Z490 .wrap .video .bridge {
    padding: 2% 16px 0 16px;
	}}

  #comet-upgrade-for-Z490 .wrap .video .artlist-logo {
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (max-width: 992px) {
      #comet-upgrade-for-Z490 .wrap .video .artlist-logo {
        max-width: 240px; } }


#comet-upgrade-for-Z490 .wrap .video-container .video-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 992px) {
    #comet-upgrade-for-Z490 .wrap .video-container .video-wrap {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  #comet-upgrade-for-Z490 .wrap .video-container .video-wrap > a {
    display: block; }
    @media screen and (max-width: 992px) {
      #comet-upgrade-for-Z490 .wrap .video-container .video-wrap > a {
        width: 50%; } }
  #comet-upgrade-for-Z490 .wrap .video-container .video-wrap a.yt-popup {
    position: relative;
    display: block; }
    #comet-upgrade-for-Z490 .wrap .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; }
    #comet-upgrade-for-Z490 .wrap .video-container .video-wrap a.yt-popup:hover::after {
      background-color: red; }


.creatorsChoices {
  margin: 0 auto;
  padding: 4% 0;
  background-color: rgba(150, 150, 150, 0.3); }
  .creatorsChoices .content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .creatorsChoices .content-wrap .item {
      width: 100%;
      max-width: 400px;
      padding: 0 8px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .creatorsChoices .content-wrap .item {
          margin: 8px 0; } }
      .creatorsChoices .content-wrap .item a.yt-popup {
        position: relative;
        display: block; }
        .creatorsChoices .content-wrap .item a.yt-popup::after {
          content: '\f04b';
          display: block;
          width: 45px;
          height: 45px;
          position: absolute;
          z-index: 1;
          bottom: 0;
          right: 0;

          font-size: 20px;
          line-height: 46px;
          text-align: center;
          background-color: rgba(255, 0, 0, 0.8);
          color: #fff;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .creatorsChoices .content-wrap .item a.yt-popup:hover::after {
          background-color: red; }
      .creatorsChoices .content-wrap .item h4 {
        margin: 0em 0; }
      .creatorsChoices .content-wrap .item p {
        margin: 0em;
        line-height: 1.5;
        font-size: 24px; }
    .creatorsChoices .content-wrap .info-wrap {
      padding: 12px;
      color: #333; }
      .creatorsChoices .content-wrap .info-wrap h3 {
        font-size: 24px;
        margin: 4px 0 8px;
        font-weight: 700; }
      .creatorsChoices .content-wrap .info-wrap p {
        font-size: 16px; }
      .creatorsChoices .content-wrap .info-wrap a {
        padding: 4px 12px 6px;
        margin: 16px 0 0 0;
        border: 1px solid #333;
        border-radius: 8px;
        display: inline-block;
        color: #333;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out; }
        .creatorsChoices .content-wrap .info-wrap a:hover {
          background-color: rgba(0, 0, 0, 0.6);
          color: #fff; }

.createWithMsi {
  padding: 4% 0; }
  .createWithMsi p {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px 32px 16px; }
  .createWithMsi .content-wrap {
    position: relative; }
    .createWithMsi .content-wrap img {
      margin: 0 auto; }
    .createWithMsi .content-wrap button {
      width: 100%;
      max-width: 220px;
      position: absolute;
      bottom: 4%;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 20px;
      padding: 10px 20px;
      text-align: center;
      outline: none;
      border: 0;
      border-radius: 50px;
      color: #fff;
      background-color: #E29521;
      -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 768px) {
        .createWithMsi .content-wrap button {
          position: relative;
          margin: 8px 0 0 0; } }
      .createWithMsi .content-wrap button:hover {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2); }

.promotion-nav {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999; }


  .promotion-nav ul li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 4px 8px;
}

     @media (max-width: 425px) {
.promotion-nav ul li {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: -10px -10px;
		 }}

.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'; }



.promotion_wrap {
  width: 100%;
  max-width: 400px;
  padding: 0 8px;
  margin-bottom: 12px; }

  .promotion_wrap .promotion_image {
    background-size: contain;
    padding-bottom: 66%; }

  .promotion_wrap .promotion_excerpt {
    font-size: 16px;
    text-align: left;
    padding: 0 8px;
    line-height: 1.4; }


section.currentPromotion {
  padding: 4% 0; }
  section.currentPromotion .promotion_thumbnail {
    color: #333; }

#current_promotion_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1680px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }



section.subscribeForm {
    background: #333333;
    padding: 3% 0;
}

@media (max-width:960px){
section.subscribeForm {
	padding: 4% 0;
	}}

@media (max-width: 425px){
section.subscribeForm {
    padding: 8% 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: 85%;
    margin: 5% auto 2%;
    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; 
color: #fff;
}
  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-family: sans-serif;

}
  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-family: sans-serif;
	  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; 
color: #000;
}
  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:1800px;
    margin: 0 auto;
}

@media (max-width:1920px){
.container {
    max-width: 65%;
	}}

#popup_container {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none; }
  #popup_container.active {
    display: block; }

  #popup_container .popup_wrap {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin: auto;
    width: 95%;
    max-width: 550px;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
    text-align: center; }
    #popup_container .popup_wrap button {
      width: 100%;
      max-width: 220px;
      margin-top: 16px;
      font-size: 20px;
      padding: 10px 20px;
      text-align: center;
      outline: none;
      border: 0;
      border-radius: 50px;
      color: #fff;
      background-color: #E29521;
      -webkit-box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 5px 2px rgba(0, 0, 0, 0.3);
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      @media screen and (max-width: 768px) {
        #popup_container .popup_wrap button {
          position: relative;
          margin: 8px 0 0 0; } }
      #popup_container .popup_wrap button:hover {
        -webkit-transform: translateY(-8px);
            -ms-transform: translateY(-8px);
                transform: translateY(-8px);
        -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.2); }
    #popup_container .popup_wrap h2 {
      margin: 0 0 16px 0;
      line-height: 1.3; }
    #popup_container .popup_wrap a {
      display: inline-block;
      margin-top: 16px;
      color: #fff; }






 @-moz-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

 @-ms-keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

 @keyframes infinite-rotate {
 from {
 -moz-transform: rotate(0deg);
 -ms-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

.material-icons {
	font-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;
}






/*au-desktop b2*/
#comet-upgrade-for-Z490 .wrap .au-desktop {
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	overflow: hidden;
}

#comet-upgrade-for-Z490 .wrap .au-desktop .b2 {
}

#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .boxrow {
display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    justify-content: center;
	
}
#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .boxrow p {
	font-size: 130%;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .boxrow .td h2{text-transform: uppercase; color: #fff; font-size: 2em; text-shadow: 5px 5px 10px #000; font-style: italic; z-index: 99;position: relative;}
#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .boxrow .td h2:after{    background: #f00;
    z-index: -99;
    content: "";
    height: 30px;
    display: block;
    transform: skewX;
    /* margin-top: -15px; */
    width: 30%;
    margin: -25px auto 10px;
    transform: skewX(-30deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
}

#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .td {
	width: 100%;
    padding-top: 0;
    background-size: 100%;
}

#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .pru a {
	text-align: center;
	color: rgba(232,232,232,.7);
	display: block;
}

 @keyframes lightglow {
 0% {
border:1px dashed rgba(253,0,111,1.00);
 box-shadow: 0 0 20px rgba(253,0,111,1.00), 0 0 20px rgba(253,0,111,1.00), inset 0 0 20px rgba(253,0,111,1.00);
}
 50% {
 border:1px dashed #fd006f;
 box-shadow: 0 0 20px rgba(0,50,255,1.00), 0 0 20px rgba(0,50,255,1.00), inset 0 0 20px rgba(0,50,255,1.00);
}
 100% {
 border:1px dashed #fd006f;
box-shadow: 0 0 20px rgba(253,0,111,1.00), 0 0 20px rgba(253,0,111,1.00), inset 0 0 20px rgba(253,0,111,1.00);
}
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #F00;
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
	margin: 5px;
	height: 50px;
	width: 50px;
	display: block;
	font-size: 12px;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward {
	padding-bottom: 5%;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox {
	width: 60%;
	margin: 0 auto;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox a {
	transition: 0.3s all ease-in-out;
	border: 1px solid rgba(255,255,255,.0);
	margin: 1%;
	display: block;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox a:hover {
	box-shadow: 0px 0px 30px rgba(255,0,0,.4);
	transition: 0.3s all ease-in-out;
	border: 1px solid rgba(255,0,0,.3);
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .pbox {
	padding: 0 10%
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .pbox p {
	font-size: 1.3em;
	color: #fff;
	padding-top: 15px;
	text-align: left;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .pbox .td {
	display: table-cell;
	vertical-align: bottom;
	font-size: 2em
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .pbox .td p {
	margin-bottom: -35px;
	color: #f00;
	font-size: 1em;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .pbox .item {
	color: #DF2828;
	font-size: 2.5em;
	font-style: italic;
	vertical-align: baseline;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .pbox .item .learmore {
	background: #f00;
	text-transform: uppercase;
	color: #fff;
	transform: skewX(-30deg);
	padding: 3px 15px 3px 30px;
	font-size: 0.3em!important;
	color: #000;
	margin-left: 20px;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .pbox .item .learmore span {
	transform: skewX(40deg);
	display: block;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .box45 {
	display: flex;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .box45 .pbox {
	display: inline-block;
	padding: 0 5% 4% !important;
	display: table-cell;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox .box45 a {
	width: 48%;
}

/* animita*/
@-webkit-keyframes arrowDown {
 0% {
 opacity: 0;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 0;
 transform: translate(0px, 0px);
}
}
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 0;
 transform: translate(0px, 10px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @-webkit-keyframes arrowLeft {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(10px, 0px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
 @keyframes arrowLeft {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: 1;
 transform: translate(10px, 0px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}

@media (min-width:320px) and (max-width:768px) {
.owl-prev {
	left: -50px;
}
.owl-next {
	right: -50px;
}
}

@media screen and (max-width: 1680px) {
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox {
	width: 80%;
	margin: 0 auto;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinfo {
	top: 0px;
	font-size: 1.5em;
	width: 29%;
	top: 7%;
}
.boxslider {
	width: 85%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 1360px) {
	#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .boxrow{width: 80%;}
#comet-upgrade-for-Z490 .wrap .au-desktop .kv .dt {
	font-size: 0.6em;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinfo {
	top: 0px;
	font-size: 1em;
	width: 29%;
	top: 5%;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinf h2 {
	font-size: 130%;
}
.boxslider {
	width: 95%;
	margin: 0 auto;
	padding: 0 5%;
}
}
 @media screen and (max-width: 1024px) {
#comet-upgrade-for-Z490 .wrap .au-desktop .block_reward .mainbox {
	width: 98%;
	margin: 0 auto;
}
.boxslider {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
.inlinepopup .col-md-2 {
	margin: 0 10px;
}
.inlinepopup .do-circle img {
	border-radius: 100px;
	width: 120px;
	height: 120px;
	padding: 10px;
}
.inlinepopup .service-item {
	width: 120px;
}}
 @media screen and (max-width: 960px) {
	 #comet-upgrade-for-Z490 .wrap .au-desktop .b2 .boxrow{width: 100%;}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
 display: none;
}
 .owl-carousel .owl-next {
 left: auto;
 right: 30px;
}
}
@media (max-width: 768px) {
#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .td {
 width: 100%;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinfo {
 text-align: center;
 position: relative;
 top: 0px;
 font-size: 1em;
 width: 100%;
 background: #fe0000;
 left: 0px;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinfo h2 {
 font-size: 130%;
 letter-spacing: normal;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .b2 .td {
 width: 100%;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .redeem .step-wrap {
 flex-direction: column;
}
}
@media (min-width:320px) and (max-width:768px) {
.inlinepopup_content {
 margin: 0px;
}
.inlinepopup h1 {
 margin-left: auto;
 width: 100%;
}
.inlinepopup .col-md-2 {
 margin: 0 0px;
}
}

@media (min-width:320px) and (max-width:768px) {
.owl-prev {
	left: -50px;
}
.owl-next {
	right: -50px;
}
}
/**/
.boxslider img {
	width: 100%;
}
.boxslider {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	justify-content: center;
}

.boxslider .box:hover .item {
	opacity: 0.5;
}
.boxslider .box .item a {
	color: rgba(232,232,232,.7);
	position: relative;
	display: block;
}
.boxslider .box .item a .img {
	position: relative;
	-webkit-transition: 0.5s all ease-in 0.1s;
	-o-transition: 0.5s all ease-in 0.1s;
	transition: 0.5s all ease-in 0.1s;
	z-index: 1;
}
.boxslider .box .item:hover {
	opacity: 1;
}
.boxslider .box .owl-nav {
	font-size: 50px;
	font-weight: bold;
	/*color: #999;*/
}
.boxslider .box .owl-nav .owl-prev {
	left: -30px;
	top: 35%;
	font-size: 1.2em!important;
}
.boxslider .box .owl-nav .owl-next {
	font-size: 1.2em!important;
	right: -30px;
	top: 35%;
}
.boxslider .box .owl-dots {
	margin: 20px !important;
	display: block!important;
	position: relative !important;
}
.boxslider .box .owl-dots .owl-dot {
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 5px;
	outline: none;
}
.boxslider .box .owl-dots .owl-dot.active {
	/*background: #999;*/
}
/*.owl-carousel*/
.owl-carousel {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
}
.owl-carousel .item {
	padding: 0 !important;
	margin: 0 !important;
}
.owl-carousel img {
	vertical-align: bottom;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
	position: absolute;
	top: 45%;
	left: 30px;
	color: #fff;
	font-size: 120px;
	z-index: 50;
	outline: none;
}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover {
	color: #f00;
}

@media screen and (max-width: 1680px) {
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinfo {
	top: 0px;
	font-size: 1.5em;
	width: 29%;
	top: 7%;
}
.boxslider {
	width: 85%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 1360px) {
#comet-upgrade-for-Z490 .wrap .au-desktop .kv .dt {
	font-size: 0.6em;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinfo {
	top: 0px;
	font-size: 1em;
	width: 29%;
	top: 5%;
}
#comet-upgrade-for-Z490 .wrap .au-desktop .kvinf h2 {
	font-size: 130%;
}
.boxslider {
	width: 95%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 1024px) {
.boxslider {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}
}

@media screen and (max-width: 960px) {
.owl-carousel .owl-prev, .owl-carousel .owl-next {
	display: none;
}
}
.owl-carousel .owl-next {
	left: auto;
	right: 30px;
}

/*amd_game*/
#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 -25px 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;
}}
	
#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;
	font-family: 'KlavikaBold';
}

@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 {
	font-family: 'KlavikaRegular';
	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;
	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;
	font-family: 'KlavikaBold';
}

@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 {
	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 {
	padding: 7% 0;
}


#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%;
}


#amd_game section.gddr6-memory .section-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: -4%;
}

#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 {
	font-family: Font Awesome 5 Free;
	display: block;
	font-size: 1em;
	padding: 2% 5% 6%;
	color: #fff;
}

#amd_game section.pd-graphics .text-wrap {
	width: 100%;
	display: inline-block;
	text-align: left;
}


#amd_game section.pd-graphics .pd-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
#amd_game section.pd-graphics .pd-wrap .item {
	width: 33%;
	padding: 8px;
	margin-bottom: 32px;
}


#amd_game section.pd-graphics .pd-wrap .item a {
	color: #fff;
	display: inline-block;
	border: 2px solid #fff;
	background-color: #000;
	font-size: 16px;
	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.pd-graphics .pd-wrap .item a:hover {
	background-color: #D22035;
}
#amd_game section.p-feature {
	text-align: center;
	padding: 3% 0;
}
#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.pd-processors .text-wrap {
	width: 40%;
}

#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%;
}

/*tom-clancys-breakpoint*/
/*----Redeem -----*/
#comet-upgrade-for-Z490 .b3 {
	background: url("//storage-asset.msi.com/event/2020/mb/comet-upgrade-for-z490/images/pd_bg-1.jpg")no-repeat center;
	background-size: 150%;
    text-align: center;
    justify-content: center;
	padding: 3% 0;
}

@media (max-width:1680px){
#comet-upgrade-for-Z490 .b3 {
	margin: -10px 0;
	}}


@media (max-width:1024px){
#comet-upgrade-for-Z490 .b3 {
	background-size: 200%;
	}}

@media (max-width: 768px){
#comet-upgrade-for-Z490 .b3 {
    background-size: 800%;
	padding: 6% 0;
	}}

@media (max-width: 360px){
#comet-upgrade-for-Z490 .b3 {
    background-size: 1000%;
	}}

#comet-upgrade-for-Z490 h3 {
  font-family: 'din_pro_bold';
font-size: 80px !important;
    line-height: 1.2;
    color: #c1d9fd;
    margin-bottom: 0;
    padding-top: 0;
    text-transform: uppercase;
    animation: flux 5s linear infinite;
    -moz-animation: flux 5s linear infinite;
    -webkit-animation: flux 5s linear infinite;
    -o-animation: flux 5s linear infinite;
}

@media (max-width: 2560px){
#comet-upgrade-for-Z490 h3 {
    font-size: 70px !important;
	}}

@media (max-width: 1920px){
#comet-upgrade-for-Z490 h3 {
    font-size: 3rem !important;
	}}

@media (max-width: 425px){
#comet-upgrade-for-Z490 h3 {
    font-size: 2.7rem !important;
	}}


#comet-upgrade-for-Z490 .b3 .redeem {
	text-align: center;
}

#comet-upgrade-for-Z490 .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){
#comet-upgrade-for-Z490 .b3 .redeem .popbtn {
    margin: 0px auto;
    width: 20%;
	}}

@media (max-width:1280px){
#comet-upgrade-for-Z490 .b3 .redeem .popbtn {
    margin: 0px auto;
    width: 25%;
	}}

@media (max-width: 800px){
#comet-upgrade-for-Z490 .b3 .redeem .popbtn {
    margin: 5px auto;
    width: 60%;
	}}

#comet-upgrade-for-Z490 .b3 .redeem .popbtn:hover{background: #c00; color: #fff;}
#comet-upgrade-for-Z490 .b3 .redeemtb {
	padding: 2% 0;
	display: block;
	width: auto;
}

#comet-upgrade-for-Z490 .b3 .redeemtb .td {
	vertical-align: top!important;
	width: 30%;
}
#comet-upgrade-for-Z490 .b3 .redeemtb .th {
	vertical-align: middle!important;
}
#comet-upgrade-for-Z490 .b3 .redeemtb p {
	font-size: 18px;
	font-family: sans-serif;
	width: 90%;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
	color: #fff;
}

@media(max-width:425px){
#comet-upgrade-for-Z490 .b3 .redeemtb p {
	font-size: 16px;
	}}

#comet-upgrade-for-Z490 .b3 .th {
	vertical-align: middle!important;
	padding: 0px 50px;
}

@media(max-width:1024px){
#comet-upgrade-for-Z490 .b3 .th {
	vertical-align: middle!important;
	padding: 0;
	}}

#comet-upgrade-for-Z490 .b3 .redeemtb a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#comet-upgrade-for-Z490 .b3 .redeemtb a:hover {
	color: #ce2c00;
}
#comet-upgrade-for-Z490 .b3 .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 28%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#comet-upgrade-for-Z490 .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
}
#comet-upgrade-for-Z490 .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;
}
#comet-upgrade-for-Z490 .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#comet-upgrade-for-Z490 .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;
}
#comet-upgrade-for-Z490 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);
}
}

#comet-upgrade-for-Z490 .b5 {
background-color: #000;
    background-size: 100%;
    padding: 4% 0 0%;
    text-align: center;
    justify-content: center;
}

@media (max-width:1024px){
#comet-upgrade-for-Z490 .b5 {
    padding: 8% 0 3%;
    width: 80%;
    margin: auto;
	}}

#comet-upgrade-for-Z490 .icon .icontxt i {
	font-family: 'Material Icons' !important;
	font-size: 320%;
	text-shadow: 0 0 5px #000, 0 0 15px #000, 0 0 15px #000, 0 0 25px #000, 0 0 35px #000;
}
#comet-upgrade-for-Z490 .icon .icontitle {
	font-size: 16px;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}

#comet-upgrade-for-Z490 .redeem{
	width: 100%;
	padding: 0;
}


#comet-upgrade-for-Z490 .redeem p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    width: 30%;
    margin: auto;
}

@media (max-width:2700px){
#comet-upgrade-for-Z490 .redeem p {
    width: 40%;
	}}

@media (max-width:1920px){
#comet-upgrade-for-Z490 .redeem p {
    width: 70%;
	}}


@media (max-width:425px){
#comet-upgrade-for-Z490 .redeem p {
    width: 85%;
	}}

#comet-upgrade-for-Z490 .redeem button {
color: #fff;
    font-size: 18px;
	font-family: sans-serif;
    /* font-weight: 700; */
    padding: 16px 30px;
    margin: 10px auto;
    /* display: block; */
    cursor: pointer;
    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: #fff0;
    /*border-radius: 15px;*/
    border: 2px solid;
    width: 10%;
}


@media (max-width:1920px){
#comet-upgrade-for-Z490 .redeem button {
    width: 15%;
	}}

@media (max-width: 1440px){
#comet-upgrade-for-Z490 .redeem button {
    width: 20%;
	}}


@media (max-width: 768px){
#comet-upgrade-for-Z490 .redeem button {
    width: 40%;
	}}

@media (max-width: 425px){
#comet-upgrade-for-Z490 .redeem button {
    width: 60%;
	}}

@media (max-width: 360px){
#comet-upgrade-for-Z490 .redeem button {
    width: 50%;
	}}

#comet-upgrade-for-Z490 .redeem button:hover {
	-webkit-box-shadow: 0 0 20px #000, inset 0 0 8px #000;
	-webkit-animation: flickerAnimation 4s infinite;
}
#comet-upgrade-for-Z490 .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: #fff;
	font-size: 2.2em;
}
#comet-upgrade-for-Z490 section.others_info {
	padding: 1% 0 3% 0;
	position: relative;
	text-align: center;
}
#comet-upgrade-for-Z490 section.others_info p {
	padding: 15px;
	font-size: 14px;
	margin: 0 auto;
}
#comet-upgrade-for-Z490 section.others_info .logo-icon {
	width: 6%;
	margin: 0 auto 30px;
}
#comet-upgrade-for-Z490 section.others_info .icon-wrap img:nth-of-type(1) {
	max-width: 300px;
}
#comet-upgrade-for-Z490 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: #2a9bff 4px double !important;
	font-size: 18px;
	font-family: sans-serif;
	color: #fff;
	width: 100% !important;
	max-width: 1000px !important;
	margin: 0 auto;
	padding: 2%;
	line-height: 1.8rem;
}
.modal-content a {
	color: #2a9bff;
	font-weight: bold;
	border-bottom: #2a9bff 1px dashed;
	opacity: 1;
}
.modal-content a:hover {
	opacity: .85;
}
.modal-header {
	border-bottom: none !important;
	color: #2a9bff;
}
.modal-title {
	font-size: 30px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	border-bottom: #2a9bff 2px solid;
}
.modal-body {
	text-align: left;
}
.modal-body hr {
	display: none;
}
.modal-body p {
	padding-bottom: 20px;
	line-height: 1.4;
	margin: 1% auto;
}
.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: 0px;
}
.modal-body ol li {
	line-height: 1.2;
	list-style: disc;
	font-size: 14px;
}
.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-body table {
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1;
}

.modal-body th {
    background-color: #0b4272;
    padding: 10px 10px;
    /* border-bottom: 1px solid #fff; */
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1;
}

.modal-body td {
    border-top: 1px solid #fff;
    padding: 10px;
    line-height: 1.1;
    font-size: 14px;
}


.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: #2a9bff !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: #0b4272 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: #2a9bff 2px solid;
	text-shadow: none;
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
}



/*----Neno -----*/
 @keyframes arrowDown {
 0% {
 opacity: 1;
 transform: translate(0px, 0px);
}
 65% {
 opacity: .5;
 transform: translate(0px, 5px);
}
 100% {
 opacity: 1;
 transform: translate(0px, 0px);
}
}
@keyframes arrow {
 0% {
 transform: translateX(0px);
 opacity: 0;
}
 100% {
 transform: translateX(10px);
 opacity: 1;
}
}
 @keyframes arrowY {
 0% {
 transform: translateY(0px) rotate(90deg);
 opacity: 0;
}
 100% {
 transform: translateY(10px) rotate(90deg);
 opacity: 1;
}
}

@media screen and (max-width: 1680px) {
#comet-upgrade-for-Z490 h3::after {
	background-position: 4900% 100%;
	background-size: cover;
}
#comet-upgrade-for-Z490 h3::before {
	background-position: -10% 100%;
	background-size: cover;
}
}

@media screen and (max-width: 1280px) {
	#comet-upgrade-for-Z490 section.kv h1{font-size: 3em;}
	#comet-upgrade-for-Z490 section.kv .kv-l p {

		font-size: 0.8em;}
	#comet-upgrade-for-Z490 section.kv .kv-l {

		width: 52%;}
	#comet-upgrade-for-Z490 section.kv .kv-l img{width: 60%;}
	#comet-upgrade-for-Z490 section.kv .kv-r {
		max-width: 48%;}
	#comet-upgrade-for-Z490 section.kv .kv-l .info p,#comet-upgrade-for-Z490 section.kv .kv-l p{line-height: normal;}
	#comet-upgrade-for-Z490 section.kv .kv-l .info img {

    max-width: 80px;

}
#comet-upgrade-for-Z490 .f1 .eligible_model_cost .pdbox ul li {
	width: calc((100% - 0px)/3);
}
	
#comet-upgrade-for-Z490 .f1 .f1_nav li {
	padding: 1em 0px;
}
	

#comet-upgrade-for-Z490 .section-container {
	margin: 0px;
	max-width: 98%;
}
	
#comet-upgrade-for-Z490 h2 {
	letter-spacing: 2px;
	font-size: 2em;
}
}

@media screen and (max-width:960px) {
	#comet-upgrade-for-Z490 section.kv .kv-l p,#comet-upgrade-for-Z490 section.kv h1{text-align: center;}
	#comet-upgrade-for-Z490 section.kv .kv-l .info p{text-align: left!important;}
	#comet-upgrade-for-Z490 section.kv .kv-l .info img{right: 20px;}
	#comet-upgrade-for-Z490 section.kv {display: inline-block;}
	#comet-upgrade-for-Z490 section.kv .kv-r,#comet-upgrade-for-Z490 section.kv .kv-l {width: 100%;max-width: 100%;}
	#comet-upgrade-for-Z490 .f1 .eligible_model_cost .pdbox ul li {	width: calc((100% - 0px)/2);}
	#comet-upgrade-for-Z490 .wtb_item {width: 25%;
}
}


@media screen and (max-width: 960px){
#comet-upgrade-for-Z490 section.kv h1 {
    font-size: 4em;
	}}


@media screen and (max-width: 800px) {
#comet-upgrade-for-Z490 h3::after {
	background-position: 90% 100%;
	background-size: cover;
}
#comet-upgrade-for-Z490 .b3 .redeemtb {
	display: block;
}
#comet-upgrade-for-Z490 .b3 .redeemtb .td, #comet-upgrade-for-Z490 .b3 .redeemtb .th {
	display: block;
	width: 100%;
}
#comet-upgrade-for-Z490 .b3 .icontxt .fa-x {
	transform: rotate(90deg);
}
#comet-upgrade-for-Z490 .f1 .f1_nav li {
	font-size: 15px;
	line-height: normal;
}
}

/*共用表單*/
#header {
  text-align: left;
  padding: 15px;
  border-bottom: #f00 1px solid;
}

#header img {
  height: 70px;
}

.banner-block {
  text-align: center;
}

#form-wp {
  border: #222 2px solid;
  width: 90%;
  max-width: 1200px;
  margin: 2% auto;
}

#msi_form {
  padding: 3% 5% 5%;
  text-align: left;
}

.help-block {
  padding-top: 50px;
  color: #ccc;
}

.star {
  color: #f00;
  padding-left: 5px;
  font-size: 18px;
  display: inline-block;
}

.question-group {
  padding-bottom: 40px;
}

.question-group h6 {
  font-size: 20px;
  padding-bottom: 10px;
}

.question-group input[type="text"], .question-group input[type="email"], .question-group textarea, .question-group select {
  background: #222;
  border: #333 1px solid;
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}

.question-group a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

.question-group a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

.question-group a.bt-ltbox {
  margin-left: 30px;
}

.question-group .note {
  color: #666;
  padding-top: 10px;
  font-size: 16px;
}

.question-group ul {
  width: 100%;
}

.question-group ul li {
  padding: 15px 0 10px;
}

.question-group.error h6 {
  color: #c00;
}

.question-group.error.checkSty {
  color: #c00;
}

.radioSty input[type="radio"] {
  display: none;
}

.radioSty input[type="radio"]:checked + label::before {
  border: #f00 1px solid;
}

.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;
}

.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;
}

.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;
}

.checkSty input[type="checkbox"] {
  display: none;
}

.checkSty input[type="checkbox"]:checked + label::before {
  border: #c00 1px solid;
  background-size: cover;
}

.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;
}

.checkSty label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: #333 1px solid;
  margin-right: 10px;
  vertical-align: middle;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
}

.form-send button {
  background: #c00;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
}

.form-send button:hover {
  background: #f00;
}

@media screen and (max-width: 960px) {
  .form-send {
    text-align: center;
  }
  .form-send button {
    width: 100%;
  }
}

.lighttbox {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: none;
}

.ltwp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.ltbox {
  background: #111;
  width: 90%;
  max-width: 1000px;
  margin: 3% auto;
  padding: 40px;
  border: #222 3px solid;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  display: none;
}

.ltbox h2 {
  font-size: 26px;
  color: #f00;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}

.ltbox h2:after {
  content: "";
  display: block;
  height: 2px;
  width: 150px;
  margin: 15px auto 0;
  background: #f00;
}

.ltbox h4 {
  padding: 30px 0 10px;
  font-size: 22px;
}

.ltbox h4 span {
  border-bottom: #666 2px solid;
}

.ltbox p {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 20px;
}

.ltbox .btclose {
  text-align: center;
  padding-top: 30px;
}

.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;
}

.ltbox .btclose button:hover {
  background: #f00;
}

@media screen and (max-width: 960px) {
  .ltbox .btclose button {
    width: 100%;
  }
}

#terms {
  text-align: left;
}

#terms a {
  color: #c00;
  border-bottom: #c00 1px dotted;
  cursor: pointer;
  margin-left: 10px;
}

#terms a:hover {
  color: #f00;
  border-bottom: #f00 1px solid;
}

#terms ul {
  margin-left: 20px;
}

#terms ul li {
  list-style: lower-roman;
  line-height: 1.6;
  padding-bottom: 10px;
}

#terms ul li ul li {
  list-style: lower-alpha;
}

/*eligible-models*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.eligible-models {
-webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-block;
  display: -ms-flexbox;
  display: block;	
  margin: 2% auto;
}

@media (max-width: 768px){
.eligible-models {
width: 100%;
	}}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 70%;
  margin: auto;
  padding: 1rem 3rem 1rem 1rem;
  color: #fff;
  font-size: 46px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
line-height: 1.2;	
}
	
@media (max-width: 1920px){
.accordion a {
  font-size: 30px;	
	}}

@media (max-width: 425px){
.accordion a {
    font-size: 20px;
	}}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #fff;
}

.accordion a:hover::after {
  border: 1px solid #fff;
}

.accordion a.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.accordion a::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: .4rem;
  font-size: 1rem;
  color: #fff;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  text-align: center;
}

.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #fff;
  border: 1px solid #fff;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}


.msi-p1 {
    font-size: 16px;
	font-family: sans-serif;
    line-height: 1.4;
    margin: 2% auto 0;
	text-align: center;
}

table { 
  /*border:1px solid #000; */
  font-size:16px; 
  width:100%;
  text-align:center;
  border-collapse:collapse;
} 
	
th { 
background-color: #0b4272;
    padding: 10px 100px;
    /* border-bottom: 1px solid #fff; */
    color: #fff;
    text-align: center;
	font-size: 16px;
	text-transform: uppercase;
} 

td { 
border-top: 1px solid #fff;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
} 


@media (max-width: 425px){	
th { 
background-color: #0b4272;
    padding: 10px 50px;
	font-size: 12px;
} 

td { 
border-top: 1px solid #fff;
    font-size: 12px;
	} }


@media (max-width: 1366px){
.container {
    width: 960px;
	}}



/*#rtxnb*/
@-webkit-keyframes nvflash {
    0% {
        top: 0%;
        left: 0%;
        opacity: 0;
    }
    5% {
        top: 0%;
        left: 0%;
        opacity: 1;
    }
    30% {
        top: -10%;
        left: 40%;
    }
    100% {
        top: -10%;
        left: 40%;
    }
}

@keyframes nvflash {
    0% {
        top: 0%;
        left: 0%;
        opacity: 0;
    }
    5% {
        top: 0%;
        left: 0%;
        opacity: 1;
    }
    30% {
        top: -10%;
        left: 40%;
    }
    100% {
        top: -10%;
        left: 40%;
    }
}

@-webkit-keyframes kvbgtop {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes kvbgtop {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes kveye {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes kveye {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes kvnb {
    0% {
        margin-top: 0;
    }
    40% {
        margin-top: -15px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes kvnb {
    0% {
        margin-top: 0;
    }
    40% {
        margin-top: -15px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes kvtitle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes kvtitle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes percent {
    0% {
        -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    }
    50% {
        -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
    }
    100% {
        -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    }
}

@keyframes percent {
    0% {
        -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    }
    50% {
        -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5) inset;
    }
    100% {
        -webkit-box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
        box-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5) inset;
    }
}




#rtxnb {
    font-size: 18px;
    color: #fff;
    position: relative;
    /*kv*/
    /*video*/
    /*nv-rtx*/
    /*intel*/
    /*coolerBoost*/
    /*app*/
    /*product*/
}

#rtxnb sup {
    font-size: 60%;
    vertical-align: super;
}

#rtxnb .container {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 0;
}

#rtxnb .container p {
    line-height: 1.6;
}

#rtxnb .container-lg {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    padding: 80px 0;
}

#rtxnb .container-lg p {
    line-height: 1.6;
}


#rtxnb .block-title {
    font-size: 29px;
    font-weight: 600;
    padding-bottom: 35px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}

#rtxnb .block-title2 {
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #fff;
}

#rtxnb .video-container {
    position: relative;
       padding-bottom: 56.25%;
       height: 0;
    overflow: hidden;
}

#rtxnb .video-container iframe,
#rtxnb .video-container object,
#rtxnb .video-container embed,
#rtxnb .video-container video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

#rtxnb .btSty {
    background: #c00;
    color: #fff;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    -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;
}

#rtxnb .btSty:hover {
    background: #f00;
}

#rtxnb .btSty2 {
    background: none;
    color: #fff;
    border: #c00 3px solid;
    padding: 10px 25px;
    border-radius: 5px;
    -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;
    display: inline-block;
}

#rtxnb .bthover {
    color: #fff;
    text-align: center;
    vertical-align: middle;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-smoothing: grayscale;
    outline: none;
    -webkit-transition: border-color 0.4s, color 0.4s;
    -o-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}

#rtxnb .bthover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

#rtxnb .bthover:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#rtxnb #kv {
    position: relative;
}

#rtxnb #kv .title,
#rtxnb #kv .img2,
#rtxnb #kv .img3,
#rtxnb #kv .img4,
#rtxnb #kv .nb,
#rtxnb #kv .nbbg,
#rtxnb #kv .intel {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#rtxnb #kv .img {
    position: relative;
}

#rtxnb #kv .img2 {
    -webkit-animation: kvbgtop 2s ease-in infinite;
    animation: kvbgtop 2s ease-in infinite;
}

#rtxnb #kv .img4 {
    -webkit-animation: kveye 2s ease-in infinite;
    animation: kveye 2s ease-in infinite;
    opacity: 0;
}

#rtxnb #kv .nbbg {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

#rtxnb #kv .nb {
    z-index: 5;
}

#rtxnb #kv .intel {
    width: 18%;
    top: 30px;
    right: 30px;
    left: auto;
}

#rtxnb #kv .title {
width: 65%;
    left: 7%;
    top: 25%;
    z-index: 6;
}

@media (max-width:1024px){
#rtxnb #kv .title {
    top: 20%;
	}}

#rtxnb #kv .title .t1 {
    width: 50%;
}

#rtxnb #kv .title .t2 {
    width: 72%;
    position: relative;
	margin-top: 100px;
}

@media screen and (max-width: 2560px) {
#rtxnb #kv .title .t2 {
    width: 72%;
    position: relative;
	margin-top: 50px;
	}}

#rtxnb #kv .title .t2 .top {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    -webkit-animation: kvtitle 2s ease-in infinite;
    animation: kvtitle 2s ease-in infinite;
}

#rtxnb #kv .title .t3 {
    width: 70%;
    padding-left: 5%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

#rtxnb #kv #starsBox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .5;
    background: none;
    z-index: 2;
}

#rtxnb #kv #starsBox span {
    display: inline-block;
    width: auto;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: 100s linear;
    -o-transition: 100s linear;
    transition: 100s linear;
}

#rtxnb #kv #smoke {
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 4;
    top: 0;
    left: 10%;
}

#rtxnb #kv img {
    width: 100%;
}

@media screen and (max-width: 960px) {
    #rtxnb #kv {
        display: none;
    }
}

#rtxnb #kvxs {
    display: none;
}

@media screen and (max-width: 960px) {
    #rtxnb #kvxs {
        display: block;
    }
}

#rtxnb #video {
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
	max-width: 100%;
	width: 100%;
	height: 800px;
	overflow: hidden;
	background-color: #000000;
}

#rtxnb #video .vdbg {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    z-index: 1;
}

#rtxnb #video .vdbg img {
    width: 100%;
}

#rtxnb #video .vdbox {
    position: relative;
    z-index: 2;
}

#rtxnb #video .vdbox:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

#rtxnb #video .vdbox .vd {
    /*  width: 50%;*/
    width: 100%;
    float: left;
    position: relative;
}

#rtxnb #video .vdbox .vd a {
    color: #fff;
}

#rtxnb #video .vdbox .vd .vdbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    -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;
}

#rtxnb #video .vdbox .vd .vdplay {
    position: absolute;
    width: 100%;
/*    height: 100%;*/
	height: 75%;
    top: 0;
    z-index: 3;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    text-shadow: #fff 0 0 30px;
    font-family: "DINPro-Bold", "DINCondMediumRegular", Arial, Helvetica, "Microsoft JhengHei", sans-serif;
    cursor: pointer;
    opacity: 0;
    -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;
}

#rtxnb #video .vdbox .vd .vdplay i {
    font-size: 50px;
    color: #f00;
    padding-top: 50px;
    text-shadow: #f00 0 0 30px;
    -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;
}

#rtxnb #video .vdbox .vd .vdplay:hover {
    opacity: 1;
}

#rtxnb #video .vdbox .vd .vdplay:hover i {
    padding-top: 10px;
}

#rtxnb #video .vdbox .vd:hover .vdbg {
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width:1920px) and (min-width:1200px) {
	
	#rtxnb #video {
		height: 500px;
		background-color: #000000;
	
	}
	#rtxnb #video .vdbox .vd .vdplay {
		
		height: 55%;
	}
}
@media screen and (max-width: 960px) {
    #rtxnb #video .vdbox .vd {
        width: 100%;
        float: none;
    }
	
	#rtxnb #video {
		height: auto;
		width: 100%;
		background-color: #000000;
	}
	
	#rtxnb #video .vdbox .vd .vdplay {
		font-size:21px;
	}
}





