#fsa .term ul#fsa .term ul@charset "utf-8";
/* ===== Keyframes ===== */
@-webkit-keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInUp {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @-webkit-keyframes fadeOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
}
 to {
 opacity: 0;
}
}
 @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;
}
}
 @keyframes colorful {
 0% {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 100% {
 -webkit-filter: hue-rotate(360deg);
 filter: hue-rotate(360deg);
}
}
 @keyframes color {
 from {
 -webkit-filter: hue-rotate(0deg);
 filter: hue-rotate(0deg);
}
 to {
 -webkit-filter: hue-rotate(359deg);
 filter: hue-rotate(359deg);
}
}
/*----landing page-----*/
body {
	background: #000 !important;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: "DINPro-Regular";
}
/*----h5 glow-----*/
#fsa h5:nth-child(2) {
	font-family: 'Geforce-Bold', sans-serif;
	text-align: center;
	letter-spacing: 2px;
	font-size: 64px;
	margin: 20px 0 20px 0;
	-webkit-animation: neon2 1.5s ease-in-out infinite alternate;
	-moz-animation: neon2 1.5s ease-in-out infinite alternate;
	animation: neon2 1.5s ease-in-out infinite alternate;
}

/*glow for webkit*/

@-webkit-keyframes neon2 {
 from {
 text-shadow:
 0 0 20px #f00,  0 0 80px #f00,  0 0 90px #f00,  0 0 120px #f00;
}
 to {
 text-shadow: 
 0 0 0px #f00,  0 0 15px #f00;
}
}
 @-moz-keyframes neon2 {
 from {
 text-shadow:
 0 0 1px #f00,  0 0 15px #D90003,  0 0 50px #D90003,  0 0 0px #D90003;
}
 to {
 text-shadow:  
 0 0 5px #f00,  0 0 5px #8C0002;
}
}
#fsa .gift {
	position: relative;
	z-index: 5;
	top: -80px;
}
#fsa .gift .down {
	position: absolute;
	z-index: 11;
	top: 0;
}
#fsa .gift .top {
	position: relative;
	z-index: 100;
	top: 0;
}
#fsa {
	background: #000;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	font-family: "DINPro-Regular";
	font-size: 18px!important;
	color: #fff !important;
	position: relative;
}
#fsa .kv p {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.6em;
	padding: 0px 5%;
	color: #cfcfcf;
	margin-top: -10px;
}
#fsa .kv {
	position: relative;
	z-index: 1;
	text-align: center;
	background: url(https://asset.msi.com/event/desktop/2018/fsa/images/kv_bg.jpg) no-repeat fixed;
	padding-bottom: 100px;
}
#fsa .kv .title {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
#fsa .kv .title h1 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 4px;
	font-family: "DINCond";
}
#fsa .kv .title h1 span {
	color: #fdfc01;
}
.tab-panels ul {
	margin: 0;
	padding: 0;
}
.tab-panels ul li {
	list-style-type: none;
	display: inline-block;
	background: rgba(253,255,255,.1);
	border-radius: 10px;
	color: #fff;
	font-weight: 200;
	cursor: pointer;
	width: 30%;
	text-align: center;
	font-size: 22px;
}
.box {
	margin: 1%;
	padding: 30px;
}
.tab-panels ul li:hover {
	color: #fff;
	background: #f00;
}
.tab-panels ul li.active {
	color: #000;
	background: #f00;
}
.panel {
	background-color: rgba(0,0,0,.1) !important;
}
.tab-panels .panel {
	display: none;
	padding: 30px 10px;
	border-radius: 0 0 10px 10px;
	border-bottom: 0px solid #6A2F0C;
}
.tab-panels .panel.active {
	display: block;
}

@media screen and (max-width: 960px) {
#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;
}
}
/ #fsa .submit a {
 text-decoration: none;
 color: #fff;
 font-size: 44px;
 letter-spacing: 2px;
 font-weight: bold;
 padding: 10px 40px;
 background: #f00;
 border-radius: 5px;
 -webkit-box-shadow: 0 0 55px rgba(255, 2, 2, 1);
 transition-property: background border;
 transition-duration: .2s;
 transition-timing-function: ease-out;
 transition-delay: initial;
 -webkit-animation: neon2 1.5s ease-in-out infinite alternate;
 -moz-animation: neon2 1.5s ease-in-out infinite alternate;
 animation: neon2 1.5s ease-in-out infinite alternate;
 font-family: "DINPro-Black";
}
#fsa .submit {
	margin: 0px;
}
#fsa .submit a:hover {
	color: #000;
}

/*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);
}
}
#fsa .mname ul {
	width: 100%;
}
#fsa .mname ul li {
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: none;
}
#fsa .mname ul li:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid rgba(253,78,0,1);
	background-color: #f00;
}
#fsa .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;
}
#fsa .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;
}
#fsa a:hover {
	text-decoration: none !important;
}
#fsa h1, #fsa .redeem span {
	font-size: 40px;
	line-height: 1em;
	color: #ffffff !important;
	font-family: 'Geforce-Bold', sans-serif;
	width: 100%;
	position: relative;
	background: #fff;
	background: -moz-linear-gradient(to bottom, #fff 3%, #999999 30%, #fff 40%, #999999 90%, #fff 50%);
	background: -webkit-linear-gradient(to bottom, #fff 3%, #999999 30%, #fff 40%, #999999 90%, #fff 50%);
	background: linear-gradient(to bottom, #fff 3%, #999999 30%, #fff 40%, #999999 90%, #fff 50%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=0 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 0 rgba(255, 255, 255, .1);
	margin-top: 0px;
}
#fsa .b02 {
	background: url(https://asset.msi.com/event/desktop/2018/fsa/images/2_bg.jpg) no-repeat fixed top;
	padding-bottom: 100px;
}
#fsa .pd_cell {
	display: inline-block;
	padding: 0px;
	text-align: center;
	font-size: 20px;
	width: 24%;
	margin-bottom: 60px;
	margin-top: 30px;
	text-decoration: none;
}
#fsa .pd_cell a {
	background-color: #f00;
}
#fsa .pd_cell a:hover {
	background-color: #fff;
}
#fsa .pd_text {
	border: 0px solid #f00;
	border-radius: 3px;
	background: #666;
	color: #fff;
	width: 80%;
	display: inline-block;
}
.ui-box {
	text-decoration: none;
	border: none;
	position: relative;
	vertical-align: baseline;
	padding: 0px;

	color: #fff !important;
	text-align: center;
	font-weight: bolder;
	font-size: 100%;
	margin: 0 5px;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread:before {
	border-top: 2px solid #fff;
	left: 51%;
	right: 51%;
	top: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover:before {
	left: 0%;
	right: 0%;
}
.border-inOutSpread:not(:hover):before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread .ui-border-element:after {
	border-right: 2px solid #fff;
	top: 50%;
	bottom: 50%;
	right: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover .ui-border-element:after {
	top: 0%;
	bottom: 0%;
}
.border-inOutSpread:not(:hover) .ui-border-element:after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread:after {
	border-bottom: 2px solid #fff;
	left: 51%;
	right: 51%;
	bottom: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover:after {
	left: 0%;
	right: 0%;
}
.border-inOutSpread:not(:hover):after {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:before, .border-inOutSpread:after, .border-inOutSpread > .ui-border-element:before, .border-inOutSpread > .ui-border-element:after {
	content: '';
	position: absolute;
}
.border-inOutSpread .ui-border-element:before {
	border-left: 2px solid #fff;
	top: 50%;
	bottom: 50%;
	left: 0px;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.border-inOutSpread:hover .ui-border-element:before {
	top: 0%;
	bottom: 0%;
}
.border-inOutSpread:not(:hover) .ui-border-element:before {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
#gs65 .pd_cell .bttb {
	display: table;
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
	float: left;
}
#fsa .pd_cell .bttb .td {
	display: table-cell;
	width: 50%;
}

@media screen and (max-width: 960px) {
#fsa .pd_cell .bttb {
	float: none;
	max-width: none;
	width: 100%;
	margin: 0 auto;
	max-width: auto;
}
#fsa .pd_cell .bttb .td {
	width: 100%;
	display: block;
	padding-right: 0;
	padding-top: 10px;
}
}
#ip-container {
	position: relative;
}
.article{
	border: 0px solid #f00;
	color: #fff;
	width: calc(100% / 3 - 4px);
	float: left;
	margin-bottom: 15px;
	margin-right: 0px;
	padding-top: 2%;
	cursor: pointer;
	vertical-align: middle;
	background: url(https://asset.msi.com/event/desktop/2018/fsa/images/pd_bg.jpg) no-repeat;
	background-size: cover;
	font-size: 20px;
	line-height: 20px;
	border: 0 5px;
	margin-right: 3px;
}

.active{background: url(https://asset.msi.com/event/desktop/2018/fsa/images/pdhover.jpg) no-repeat;}

.article:hover {
	background: url(https://asset.msi.com/event/desktop/2018/fsa/images/pdhover.jpg) no-repeat;

}

.article > h2 {
	margin: 0 0 10px;
	font-size: 400%;
	font-family: 'Geforce-Bold', sans-serif;
}

.step .img img {
	width: 100px;
	padding-top: 10px;
}

@media (max-width: 960px) {
.article > h2 {	font-size: 150%;}
	#fsa h1, #fsa .redeem span{font-size: 20px;}
	#fsa h5:nth-child(2){font-size: 34px;}
	.inlinepopup_content{margin: 0px !important;}
	
	
	#fsa .pd_cell{width: 32%;margin-bottom:0px;}
	#fsa .pdname{font-size: 12px !important;}
	.step .img{ border-radius: 80px !important;	border: #c00 5px solid;	width: 80px!important;
	height: 80px!important;}
	
	
	.step li:nth-child(even){width: 6%;}
	.step .img img {
	width: 60px;
	padding-top: 10px;
		vertical-align:top;
}
	.step li .txt{font-size:14px;}
}

@media (max-width: 480px) {
	
		.step .img{ width: 40px; height: 40px;}
	.step .img img {	width: 40px;}
}


.article span {
	display: block;
	padding-bottom: 5px;
	color: #fff;
	font-size: 120%;
}
.article strong {
	color: #d7342f;
}
.ip-details {
	display: none;
}
.inlinepopup {
	background: rgba(0,0,0,.4) none repeat scroll 0 0;
	border: 0px solid #c2c2c2;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	border-top: 5px solid #cc0a0a;
	border-bottom: 0px solid #cc0a0a;
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.5);
}
.inlinepopup_content {
	margin: 20px;
	color: #585858;
}
.inlinepopup_arrow {
	background: url("https://asset.msi.com/event/desktop/2018/fsa/images/arrow-top.png") no-repeat scroll center 0;
	height: 32px;
	position: absolute;
	top: -34px;
	width: 32px;
}
.inlinepopupClose {
	background: url("https://asset.msi.com/event/desktop/2018/fsa/images/close.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 16px;
	position: absolute;
	right: 5px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
	z-index: 99;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.inlinepopupClose:hover {
	transform: rotate(180deg);
}
.inlinepopup_content h2 {
	color: #585858;
	font: 100 26px/140% "Source Sans Pro", sans-serif;
	margin: 0;
	padding: 0 0 10px;
}
.inlinepopup_content ul, .inlinepopup_content ol {
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}
.inlinepopup_content .img-middle img {
	margin: 5px auto;
}
.inlinepopup_content a.go-button {
	background: rgba(0, 0, 0, 0) url("https://asset.msi.com/event/desktop/2018/fsa/images/arrow-right.png") no-repeat scroll right center / 18% auto;
	color: #585858;
	font: 600 18px/150% "Source Sans Pro", sans-serif;
	padding: 5px 30px 5px 0;
}
.step {
	padding: 0;
	margin: 2rem 0 0;
}
.step li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	text-align: center;
	transition: 0.5s all ease 0.1s;
}
.step li:nth-child(even) {
	width: 10%;
}
.step li:nth-child(odd) {
	width: calc(80% / 3);
}
.step .img {
	border-radius: 150px;
	border: #c00 10px solid;
	width: 150px;
	height: 150px;
	line-height: 120px;
	box-shadow: #f00 0 0 20px;
	background: #f00;
	margin: 0 auto 20px;
}

.step li:hover .img {
	transform: scale(1.05, 1.05);
	box-shadow: #fff 0 0 20px;
	border: #999 10px solid;
	background: #fff;
}
.step li .txt {
	width: 80%;
	margin: 0 auto;
}
.step li a {
	color: #f00;
	cursor: pointer;
	transition: 0.5s all ease 0.1s;
	line-height: 25px;
}
.step li a:hover {
	background: #f00;
	color: #fff;
}
#fsa .bt {
	margin-top: 50px;
}
#fsa .btSty {
	color: #000;
	font-size: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 5px;
	padding: 5px 15px;
	cursor: pointer;
	transition: 1.5s all;
	text-decoration: none;
	background: #000;
	color: #fff;
	border: 2px solid #f00;
	margin-right: 10px;
}
#fsa .btSty i {
	vertical-align: middle;
	-webkit-animation: hand 1s infinite;
	animation: hand 1s infinite;
}
#fsa .btSty:hover {
	background: #f00;
	color: #fff;
}



#fsa .pdname{ 	background:rgba(255, 255, 255, 0.3);color: #fff; display: block;}
/*----jump window--*/
#fsa .content p {
	background-color: #f00;
	margin: 0px;
	padding: 2px;
	font-size: 20px;
	font-weight: bold;
}
#fsa .modal-content {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1em;
	border: 1px solid #f00;
	padding: 0%;
	letter-spacing: normal;
	border-radius: 0px !important;
}
#fsa .modal-content .close {
	margin-top: 0px;
	color: #000;
	opacity: 1;
	text-shadow: 0 0px 0 #000 !important;
	margin-right: 5px;
}
#fsa .modal-dialog {
	margin-top: 5%;
	width: 100%;
padding: 0 15%;
}
@media (max-width: 1367px) {
	#fsa .modal-dialog {
	margin-top: 5%;
	width: 100%;
padding: 0;
}

	#fsa .modal-content ul{margin: 0 30px !important;}

} 

#fsa .modal-content ul {
	list-style: decimal;
	text-align: left;
	font-size: 18px;
	padding-top: 10px;
	line-height: 28px;
	margin: 0 35px;
}
#fsa .red {
	color: #fff;
	font-size: 20px;
	border-bottom: 3px solid #666;
	display: block;
}
#fsa .td2 {
	border-right: 1px solid #5e5e5e;
	padding-right: 10px;
	padding: 5px;
}
#fsa .redeem {
	background: url(https://asset.msi.com/event/desktop/2018/fsa/images/redeem.jpg) bottom;
	background-size: contain;
	margin: 15px auto;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
#fsa .redeem a:hover {
	cursor: auto;
}
#fsa .redeem:hover {
	background: #000;
	color: #f00;
}
#fsa .redeem a {
	color: #fff;
}
