html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
 noFocusline: expression(this.onFocus=this.blur());
	outline: 0;
}
a:hover {
	text-decoration: none;
}
a:focus {
	-moz-outline-style: none;
}
/*add tab*/
	#gleam .giftbox .f1 {
	text-align: center;
	overflow: hidden;
}
#gleam .giftbox .f1 .page01,  #gleam .giftbox .f1 .page02,  #gleam .giftbox .f1 .page03,  #gleam .giftbox .f1 .page04, #gleam .giftbox .f1 .page05 {
	display: none;
}
#gleam .giftbox .f1 .active {
	display: block;
}
#gleam .giftbox .f1 .f1_nav {
	width: 100%;
	height: auto;
	min-height: 50px;
	padding: 0;
}
#gleam .giftbox .f1 .f1_nav ul, #gleam .giftbox .f1 .f1_nav li {
	width: 100%;
	list-style: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#gleam .giftbox .f1 .f1_nav ul {
	width: 1200px;
	height: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding-left: 0;
}

/* background layer */

#sub, #event_sub {
	/* background: rgba(0,0,0,.8); */
	padding: 1% 10%;
}
#event_sub {
	height: 90vh;
	margin-top: 2%;
}




#gleam .giftbox .f1 .f1_nav li:hover {
	background: rgba(241,158,0,.5);
}
#gleam .giftbox .f1 .f1_nav .activeli {
	border-bottom: 4px solid rgba(241,158,0,1);
	background: rgba(241,158,0,.6);
	color: #fff;
}
#gleam .giftbox .f1 .vga_beef_features {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0 50px 50px 25px;
	/* background-color: rgba(241,158,0,.1); */
	border: 0px solid rgba(241,158,0,.5);
}
#gleam .giftbox .f1 .vga_beef_features h3 {
	font-size: 2rem;
	color: #f8b942;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
#gleam .giftbox .f1 .vga_beef_features .left {
	width: 50%;
	height: auto;
	text-align: left;
	margin: 40px 0;
	float: left;
}
#gleam .giftbox .f1 .vga_beef_features .right {
	width: 50%;
	height: auto;
	float: left;
}

#sub p {
	width: 65%;
	margin: 2% auto;
	/* text-align: left; */
	font-size: 26px;
    letter-spacing: normal;
}




/*   h1-batman  */
@font-face {
	font-family: 'Batman';
	src: url('https://storage-asset.msi.com/event/spb/2019/squadup_v2/fonts/BatmanForeverAlternate.ttf') format(' truetype');
	src: url('https://storage-asset.msi.com/event/spb/2019/squadup_v2/fonts/BatmanForeverAlternate.woff') format('woff'), url('../fonts/BatmanForeverAlternate.svg') format('svg');
}
/*   happy monkey   */
@font-face {
	font-family: 'HappyMonkey-Regular';
	src: url('https://storage-asset.msi.com/event/vga/2019/gnp/fonts/HappyMonkey-Regular.ttf') format('truetype');
}
/*----landing page-----*/
#gleam {
	background: url(images/bg-m.jpg) top no-repeat fixed;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	text-align: center;
	width: 100%;
	overflow-x: hidden;
	/* font-family: "DINPro-Regular"; */
	font-family: 'DINPro', sans-serif;
	/* font-family: 'Geforce-Bold', sans-serif; */
	color: #fff !important;
	background-color: #000;
 
}
#gleam .colorful {
	-webkit-animation: colorful 2.5s -0.2s linear infinite;
	-moz-animation: colorful 2.5s -0.2s linear infinite;
	-ms-animation: colorful 2.5s -0.2s linear infinite;
	-o-animation: colorful 2.5s -0.2s linear infinite;
	animation: colorful 2.5s -0.2s linear infinite;
}
#gleam .color {
	-webkit-animation: color 2.5s 0.2s linear infinite;
	-moz-animation: color 2.5s 0.2s linear infinite;
	-ms-animation: color 2.5s 0.2s linear infinite;
	-o-animation: color 2.5s 0.2s linear infinite;
	animation: color 2.5s 0.2s linear infinite;
}
#gleam .kv {
	color: #fff;
	position: relative;
	background: url(images/gleam_bg.jpg);
}
#gleam .kv h1 {
	font-family: "Batman";
	font-size: 8em;
	text-shadow: 0 0 3px #d8a904, 0 0 0.1em #d8a904, 0 0 0.1em #d8a904;
}
#gleam .kv .logo {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 3;
	width: 10%;
}
#gleam .kv .info {
	color: #fff;
	padding: 2% 6%;
}
#gleam .kv .info_row {
	display: table-row;
}
#gleam .kv .info .info_l {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#gleam .kv .info .info_l .stext {
	font-size: 12px;
	color: #E8E8E8;
	padding-top: 20px;
	padding-right: 10%;
}
#gleam .kv .info .info_l span {
	/* padding-top: 15%; */
	padding-top: 8%;
	/* font-size: 16px; */
	font-size: 20px;	
	display: block;
	text-shadow: 0 0 3px #000, 0 0 0.1em #000, 0 0 0.1em #000;
}
#gleam .kv .info .info_r {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
}
#gleam .kv .info .date {
	background: rgba(89,119,189,.5);
	color: #fff;
	font-size: 30px;
	border-radius: 3px;
	transform: skewX(-10deg);
}
#gleam .kv .info p {
	margin-top: 0;
	font-size: 1.8em;
	font-family: "Batman";
}
#gleam .gifmain {
	/* background: rgba(0,0,0,.5); */
	padding: 1% 10%;
	
}
#gleam h2 {
	font-size: 4em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	padding: 35px 0px;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 0 5px rgba(243, 192, 228, 0.747), 0 0 0.3em  rgba(243, 192, 228, 0.747), 0 0 0.1em rgba(243, 192, 228, 0.747);
}

#gleam h3 {
	/* width: 65%; */
	font-size: 2em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	/* padding: 35px 0px; */
	padding: 3% 0;
	color: #fff;
	font-weight: 800;
	text-shadow: 0 0 5px rgba(243, 192, 228, 0.747), 0 0 0.3em  rgba(243, 192, 228, 0.747), 0 0 0.1em rgba(243, 192, 228, 0.747);
	margin: 0 auto;
}

#gleam .des h3 {
	width: 65%;
}

.f_light{
	/* color: #580048; */
	color: #f00;
	text-shadow: 0 0 5px rgba(63, 1, 44, 0.747), 0 0 0.3em  rgba(63, 1, 44, 0.747), 0 0 0.1em rgba(63, 1, 44, 0.747);
}
#gleam .gifmain .giftbox a {
	color: #f8b942;
	border: 1px solid #f8b942;
	text-align: center;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	margin: 5px;
	vertical-align: top;
	word-break: normal;
	border-radius: 4px;
	vertical-align: middle;
	line-height: 45px;
	text-decoration: none;
	transition: all .3s ease 0;
	-webkit-transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
	-ms-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
}
#prize-bg{
	background: url(images/gleam_bg.jpg);
    background-size: cover;
}
#gleam .gifmain .giftbox {
	margin: 5% 10%;
}
#gleam .gifmain .finish .giftbox {
	background: linear-gradient(135deg, transparent 50px, rgba(0,0,0,.9) 0);
	opacity: .6;
	position: relative;
	border: 0px solid #f00;
	padding: 4em;
}
#gleam .gifmain .finish {
	position: relative;
}
#gleam .gifmain .finish:after {
	content: "";
	text-transform: uppercase;
	font-size: 1.8em;
	letter-spacing: 0.2em;
	color: #E70003;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 99;
	font-weight: bolder;
	border-top: 0px solid;
	width: 30%;
	margin: 0 auto;
	border-bottom: 0px solid;
}
#gleam .gifmain .style2 .giftbox {
	margin: 1% 10%;
}
#gleam .gifmain .style2 .giftbox .row {
	padding: 0px 0px !important;
}
#gleam .gifmain .style2 .giftbox .cell_l {
	width: 63%!important;
}


/* single cell */
#gleam .cell_single{
	max-width: 100% !important;
}
#gleam .cell_single img {
	/* width: 70%; */
	width: 50%;
}


/* prize model */
#gleam .gifmain .style2 .giftbox .row2 {
	/* width: 75% ; */
	margin: 4% auto ;
}

/* submit btn */
#gleam .submit .submit_btn {
	margin: 2% 5%;
}

#gleam .gifmain .style2 .prize_model {
	padding: 4% 0;
}


#prize p {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0px;
	font-size: 26px;
		letter-spacing: normal;
		text-shadow: 0px 0px 20px #000;
}


#gleam .gifmain .style2 .giftbox .cell_r a,#gleam .gifmain .style2 .giftbox .cell_r a:hover{border: 0px !important;box-shadow: 0px 0px 0px !important;}
@media (max-width: 1680px) {

		#gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free {padding: 8% 1% 5% 1%;
} } 


#gleam .gifmain .style2 .giftbox .cell_r .free p, #gleam .gifmain .style2 .giftbox .cell_l .free p,  #gleam .gifmain .style2 .giftbox .cell_c .free p {
	color: #f00;
	font-size: 26px;
	text-align: center;
	background: none;
	text-align: center!important;
	margin: 0 auto;
	width: 72% !important;
	font-weight: bold;
}
/* #gleam .gifmain .style2 .giftbox .cell_r .free span, #gleam .gifmain .style2 .giftbox .cell_r .free span, #gleam .gifmain .style2 .giftbox .cell_c .free span {
	font-size: 14px;
} */
#gleam .gifmain .style2 .giftbox .cell_r, #gleam .gifmain .style2 .giftbox .cell_l, #gleam .gifmain .style2 .giftbox .cell_c {
	width: 25%!important;
	position: relative;
}
#gleam .gifmain .giftbox .row {
	padding: 0 15%;
}
#gleam .gifmain .giftbox a:hover {
	box-shadow: 0 0 20px #f8b942, inset 0 0 20px #f8b942, 0 2px 0 #000;
}
#gleam .gifmain .giftbox .cell_r {
	width: 45%;
	text-align: center;
	/* float: right; */
	/* padding: 10px 0px; */
}
#gleam .gifmain .giftbox .cell_l {
	width: 50%;
	/* float: left; */
	left: 0;
	/* padding-top: 1%; */
}
#gleam .gifmain .giftbox .cell_r p, #gleam .gifmain .giftbox .cell_l p, #gleam .gifmain .giftbox .cell_c p {
	color: #fff;
	background: #f00;
	width: 30%;
	border-top: 2px solid #f00;
	padding-right: 15%;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 0px;
	font-size: 1.5em;
	margin-top: -4px;
}
#gleam .hdau_split {
	display: block;
	height: 6px;
	margin: 20px auto 0px;
	background: #f00;
	background: -moz-linear-gradient(to right bottom, #f00 50%, #fa5200 31%, #fead00 30%, #ffcc00 77%, #ffcc00 100%);
	background: -webkit-linear-gradient(to right bottom, #f00 50%, #fa5200 31%, #fead00 30%, #ffcc00 77%, #ffcc00 100%);
	background: linear-gradient(to right bottom, #f00 50%, #fa5200 31%, #fead00 30%, #ffcc00 77%, #ffcc00 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#f00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	clip-path: polygon(100% 0%, 0% 10%, 0% 50%, 90% 5%);
}
#gleam .hdau_split_2 {
	display: block;
	height: 6px;
	margin: 20px auto 0px;
	background: #f00;
	background: -moz-linear-gradient(to right bottom, #f00 50%, #fa5200 31%, #ff4200 30%, #f00 77%, #f00 100%);
	background: -webkit-linear-gradient(to right bottom, #f00 50%, #fa5200 31%, #ff4200 30%, #f00 77%, #f00 100%);
	background: linear-gradient(to right bottom, #f00 50%, #fa5200 31%, #ff4200 30%, #f00 77%, #f00 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00', endColorstr='#f00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(30% 70%, 10% 50%, 100% 40%, 0% 100%);
	clip-path: polygon(30% 70%, 10% 50%, 100% 40%, 0% 100%);
}
 @-webkit-keyframes neon2 {
 from {
 text-shadow:
 0 0 20px #ce2c00, 0 0 20px #ce2c00, 0 0 120px #ce2c00;
}
 to {
 text-shadow: 
 0 0 50px #ce2c00;
}
}
/*----jump window--*/
#gleam .content p {
	background-color: #4a0179;
	margin: 0px;
	padding: 2px;
	font-size: 20px;
	font-weight: bold;
}
#gleam .modal-content {
	background-color: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1em;
	border: 1px solid #4a0179;
	padding: 0%;
	letter-spacing: normal;
	border-radius: 0px !important;
}
#gleam .modal-content .close {
	margin-top: 0px;
	color: #fff;
	opacity: 1;
	text-shadow: 0 0px 0 #000 !important;
	margin-right: 5px;
}
#gleam .modal-dialog {
	margin-top: 5%;
	width: 80%;
}
#gleam .modal-content ul {
	list-style: decimal;
	text-align: left;
	font-size: 18px;
	padding-top: 10px;
	line-height: 28px;
	margin: 0 35px;
}
#gleam .red {
	color: #fff;
	font-size: 20px;
	border-bottom: 3px solid #666;
	display: block;
}
#gleam .title {
	text-align: center;
	margin: 0px 5% 10px 5%;
	padding-top: 20px;
	width: 90%;
}
#gleam .title100 {
	width: 100% !important;
	margin: 0px;
}
#gleam .title ul {
	width: 100%;
	padding-left: 16%;
	padding-right: 16%;
}
#gleam .title .icon-box {
	text-align: center;
}
#gleam .title ul li {
	float: left;
	list-style: none;
	width: 27%;
}
#gleam .title .icon-img {
	height: 3px;
	background: #3d2d13;
	background: #ce2c00;
	background: -moz-linear-gradient(to right bottom, #ce2c00 0%, #ce2c00 31%, #ce2c00 30%, #ce2c00 77%, #000 100%));
	background: -webkit-linear-gradient(to right bottom, #ce2c00 0%, #ce2c00 31%, #ce2c00 30%, #ce2c00 77%, #000 100%));
	background: linear-gradient(to right bottom, #ce2c00 0%, #ce2c00 31%, #ce2c00 30%, #000 77%, #000 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce2c00', endColorstr='#ce2c00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	clip-path: polygon(100% 0%, 100% 100%, 1% 70%, 1% 1%);
	margin-top: 20px;
}
#gleam .title .icon-img_r {
	height: 3px;
	background: #3d2d13;
	background: #ce2c00;
	background: -moz-linear-gradient(to right bottom, #000 0%, #000 31%, #ce2c00 30%, #ce2c00 77%, #ce2c00 100%);
	background: -webkit-linear-gradient(to right bottom, #000 0%, #000 31%, #ce2c00 30%, #fecc00 77%, #ce2c00 100%);
	background: linear-gradient(to right bottom, #000 0%, #000 31%, #ce2c00 30%, #f0 77%, #ce2c00 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce2c00', endColorstr='#ce2c00', GradientType=0 );
	-webkit-text-fill-color: transparent;
	-webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
	clip-path: polygon(100% 0%, 100% 100%, 1% 70%, 1% 1%);
	margin-top: 20px;
}
#gleam .title .licenter {
	width: 46%;
}
#gleam .title .licenter2 {
	width: 56% !important;
}
#gleam .term ul {
	padding-top: 30px;
	margin-bottom: 30px;
	text-align: left;
}
#gleam .term ul li {
	list-style: disc;
	font-size: 18px;
	line-height: 26px;
	margin: 0 20px;
}
/*----Step----*/
#gleam .s3 {
	padding-top: 5%;
}
#gleam .s3 .redeemtb {
	display: table;
	width: auto;
	margin: 0 auto;
}
#gleam .s3 .redeemtb p {
	font-size: 18px;
	width: 90%;
	max-width: 200px;
	margin: 0 auto;
	line-height: 1.3em;
	text-decoration: none;
	color: #ff6600;
	/* font-family: "DINPro-Regular"; */
	font-family: 'DINPro', sans-serif;
}
#gleam .s3 .th {
	vertical-align: middle!important;
	padding: 0px 50px;
}
#gleam .s3 .icontxt .fa-x {
	font-size: 2em;
	color: rgba(248,185,66,.5);
}
#gleam .s3 .redeemtb a {
	color: #fff;
	text-decoration: none;
}
#gleam .s3 .redeemtb a:hover {
	color: #ce2c00;
}
#gleam .s4 h2 {
	font-size: 1.5em!important;
	letter-spacing: normal;
}
#gleam .s4 a {
	background: rgba(172,1,4,1.00);
	border-radius: 3px;
}
#gleam .s4 {
	width: 50%;
	margin: 0 auto;
	padding-bottom: 10%;
}
#gleam .s4 .go {
	padding: 10px 0px;
	width: 200px;
	transition: all 0.5s;
	margin: 0px auto;
	display: block;
	border-radius: 4px;
	background-color: #b92700;
	background: -webkit-linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	background: -o-linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	background: -moz-linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	background: linear-gradient(141deg, #830808 0%, #b92700 49%, #8d0a0a 100%);
	text-align: center;
	color: #fff;
	margin-top: -10px;
}
#gleam .s4 .go:hover {
	background: -webkit-linear-gradient(141deg, #f00 0%, #ee6a00 49%, #f00 100%);
	background: -o-linear-gradient(141deg, #f00 0%, #ee6a00 49%, #f00 100%);
	background: -moz-linear-gradient(141deg, #f00 0%, #ee6a00 49%, #f00 100%);
	background: linear-gradient(141deg, #f00 0%, #ee6a00 49%, #f00 100%);
}
#gleam .s4 .go span {
	cursor: pointer;
	font-size: 3em;
	font-family: "Batman";
	text-shadow: 0 0 3px #d8a904, 0 0 1em #d8a904, 0 0 3em #d8a904;
}
#gleam .icon {
	position: relative;
	width: 200px;
	height: 200px;
	text-align: center;
	color: #f8b942;
}
#gleam .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;
}
#gleam .icon svg .circle-bg {
	stroke-opacity: 0.5;
	fill-opacity: 0.5;
	-webkit-filter: url(#Gaussian_Blur);
	filter: url(#Gaussian_Blur);
}
#gleam .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;
}
#gleam .s3 .icontxt {
	top: 30%;
}
#gleam .icon .icontxt {
	position: absolute;
	width: 100%;
	height: 80%;
	top: 28%;
	left: 0;
	font-size: 1.3em;
	text-transform: uppercase;
}
#gleam .icon .icontxt i {
	font-size: 250%;
}
.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;
}
#gleam .submit {
	padding: 1.5% 0px;
}
#gleam .submit p {
	padding: 2% 0px 10%;
	color: rgba(219,207,191,1.00);
}
#gleam .submit a {
	font-size: 18px;
	color: #f8b942;
	border: 1px solid #f8b942;
	text-align: center;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	margin: 5px;
}
#gleam .submit a:hover {
	color: #f8b942;
	box-shadow: 0 0 20px #f8b942, inset 0 0 20px #f8b942, 0 2px 0 #000;
}
 @-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);
}
}
/* uodate media query width */
@media screen and (min-width: 1800px) {
	#gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free {
		position: absolute;
		/* border-radius: 250px; */
		border-radius: 50%;
		background: rgba(247,0,4,.4);
	width: 160px;
	height: 160px;
	
	}
  }
  
@media screen and (max-width:1680px) {
#gleam .kv h1 {
	font-size: 6.5em;
}
#gleam .kv .info {
	padding: 2% 4%;
}
#gleam .kv .info p {
	font-size: 1.5em;
}
}

@media screen and (max-width:1440px) {
#gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free {
	position: absolute;
	/* border-radius: 250px; */
	border-radius: 50%;
	background: rgba(247,0,4,.4);
width: 160px;
height: 160px;
padding: 11% 0% 11% 0%;
}
#gleam .gifmain .style2 .giftbox {
	margin: 0px;
}
#gleam .gifmain .finish::after {
	width: 60%;
	font-size: 2.2em;
}
#gleam .kv h1 {
	font-size: 5em;
}
#gleam .kv .info {
	padding: 2% 4%;
}
#gleam .kv .info p {
	font-size: 1.4em;
}
#gleam h2 {
	font-size: 3.5em;
}
}
@media screen and (max-width:1280px) {
	
		#gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free {
width: 50%;

padding:7% 8%;
}
#gleam .gifmain .style2 .giftbox .cell_r .free p, #gleam .gifmain .style2 .giftbox .cell_l .free p,  #gleam .gifmain .style2 .giftbox .cell_c .free p {

	width: 95% !important;
	}
}
@media screen and (max-width:1024px) {
	#gleam .gifmain .giftbox .cell_r p, #gleam .gifmain .giftbox .cell_l p, #gleam .gifmain .giftbox .cell_c p{border-top: 0px !important;}
	#gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free {
/* width: 40%; */

padding:7% 8%;
}

/* update */

#gleam .gifmain {
	padding: 1% 2%;
}
#gleam .kv h1 {
	font-size: 4em;
}
#gleam .kv .info p {
	font-size: 1em;
}
#gleam .gifmain .giftbox .row {
	padding: 0 1%;
}
#gleam .s3 .th {
	padding: 0px 10px;
}
}

/* update */
@media screen and (max-width:990px) {
	#gleam .gifmain .style2 .giftbox .cell_l, #gleam .gifmain .style2 .giftbox .cell_r, #gleam .gifmain .style2 .giftbox .cell_c {
		width: 59%!important;
		margin: 10% auto;
	}
	#gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free{
		width: 160px;
	}
}

@media screen and (max-width:720px) {
	 #gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free {
/* width: 30% !important; */
 padding: 6% 5% 6% 5%!important;
}
#gleam .giftbox .f1 .f1_nav li {
	vertical-align: top;
}
#gleam .gifmain .style2 .giftbox .cell_l, #gleam .gifmain .style2 .giftbox .cell_r, #gleam .gifmain .style2 .giftbox .cell_c {
	width: 59%!important;
	margin: 0 auto;
}
#gleam .modal-dialog {
	width: 96%;
}
#gleam .gifmain .finish:after {
	font-size: 2em;
}
#gleam .gifmain finish .giftbox a {
	font-size: 10px !important;
}
#gleam .kv .info .info_l, #gleam .kv .info .info_r {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0 5%;
}
#gleam .kv .info .info_l span {
	padding-top: 1%;
}
#gleam .gifmain {
	padding: 0px;
}
#gleam .s3 .th {
	padding: 0px 0px;
}

/* update */
#gleam .gifmain .style2 .giftbox .col-md-4 {
	margin-top: 10% !important;
}

 @media screen and (max-width:480px) {
 #gleam .gifmain .style2 .giftbox .cell_r .free, #gleam .gifmain .style2 .giftbox .cell_l .free, #gleam .gifmain .style2 .giftbox .cell_c .free {
width: 50% !important;
 padding: 6% 5% 6% 5%!important;
}
#gleam .gifmain .finish::after {
 font-size: 2em;
 top: 0;
 left: 0;
}
 #gleam .kv h1 {
font-size: 3em;
}
 #gleam .gifmain .giftbox .cell_r, #gleam .gifmain .giftbox .cell_l {
width: 80%;
float: none;
 margin: 0 auto;
}
 #gleam .s3 .th {
display: inline;
}
 #gleam .s3 .icontxt .fa-x {
transform: rotate(90deg);
}
 .td, .th {
display: inline-block;
}
 #gleam h2 {
 font-size: 2.5em;
letter-spacing: normal;
}
 #gleam .gifmain .giftbox a {
padding: 2px 4px;
}
}
#gleam .b04 {
	padding: 10% 2%;
}
#gleam .b04 .pdbox {
	display: table;
	width: 100%;
}
#gleam .b04 .pdbox .tx {
	display: table-cell;
	width: 50%;
	color: #fff;
	font-size: 24px;
	vertical-align: middle;
	line-height: 30px;
	padding-right: 20%;
	text-align: left;
}

#gleam .b04 .pdbox .tx h1 {
	font-size: 60px;
	color: #fff;
}
#gleam .b04 .pdbox .pd {
	display: table-cell;
	width: 45%;
	text-align: right;
	padding-left: 10%;
}
#gleam .down {
	background: #000;
	padding: 50px 0px;
}

}

/* update */
#gleam .gifmain .giftbox .col-md-4 {
	/* margin: 0 1.6%; */
}
#prize .prize_box {
	/* display: block;
	position: relative;
		border: 10px solid #fff;
		height: 330px;
	margin: 0 4%;
	z-index: 5; */
/* -webkit-box-shadow: inset 0px 0px 17px 3px rgba(255,255,255,0.69);
-moz-box-shadow: inset 0px 0px 17px 3px rgba(255,255,255,0.69);
box-shadow: inset 0px 0px 17px 3px rgba(255,255,255,0.69); */

-webkit-box-shadow: 0px 0px 13px 3px rgba(255,255,255,0.7);
-moz-box-shadow: 0px 0px 13px 3px rgba(255,255,255,0.7);
box-shadow: 0px 0px 13px 3px rgba(255,255,255,0.7);
	}

@media screen and (min-width: 481px) and (max-width: 990px){
	#gleam .gifmain .style2 .giftbox .row2 img{
		margin: 0 auto;	
	}
}

@media screen and (min-width: 1921px) and (max-width: 4000px) {
	#gleam {
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
	#gleam .gifmain .style2 .giftbox .row2 img{
		margin: 0 auto;	
	}
	#gleam .gifmain .style2 .giftbox .cell_r .free, 
	#gleam .gifmain .style2 .giftbox .cell_l .free, 
	#gleam .gifmain .style2 .giftbox .cell_c .free {
		top: -50px;
		right: -30px;
	}
	/* update */
	#gleam .cell_single img {
		/* width: 70%; */
		width: 38%;
	}
	#prize .prize_box {
		/* height: 490px; */
	}
}




/* Prize box */
#prize .prize_outter {
	margin: 0 4% ;
}

#prize-bg::after{
	content: "";
	position: absolute;
	background: #000;
	opacity: .6;
	height: 500px;
}




#prize img{
	/* position: absolute; */
	width: 110%;
	top: 8%;
	z-index: 9;
}
/* update  */
#gleam .kv::after {
	
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		background: url(images/gleam_bg.jpg) 0 100% no-repeat;
		background-size: 100%;
	}

#gleam .kv {
	position: relative;
	/* padding-bottom: 10%; */
}



	#gleam .kv .dt-kv img {
		position: absolute;
	}
	#gleam .kv img:nth-of-type(1) {
		width: 53%;
		right: 7%;
		bottom: 71%;
		margin: auto;
	}
	#gleam .kv img:nth-of-type(2) {
		width: 30%;
		right: 7%;
		bottom: 25%;
		margin: auto;
	}
	#gleam .kv img:nth-of-type(3) {
		width: 15%;
		right: 40%;
		bottom: 27%;
		margin: auto;
	}
	

@media screen and (min-width: 1501px) and (max-width: 4000px) {
	/* #gleam .kv {
		background: url(images/gleam_bg.jpg);
		height: 100%;
	}  */
	#gleam .kv img.kv-1920 {
		width: 100%;
	}
	#gleam .kv img.kv-1500, #gleam .kv img.kv-1080, #gleam .kv img.kv-600{
		display: none;
	}
	.gleam-box {
		margin-top: 2% !important;
	}

}
@media screen and (max-width: 1920px){
	#gleam #prize-bg{
		background-size: 139% !important;
	}
}

@media screen and (max-width: 1080px){
	#prize p {
		width: 90%;
	}
}

@media screen and (min-width: 1080px) and (max-width: 1500px) {
	#gleam .kv img.kv-1500 {
		width: 100%;
	}
	#gleam .kv img.kv-1920, #gleam .kv img.kv-1080, #gleam .kv img.kv-600{
		display: none;
	}

	#gleam #prize-bg{
		background-size: 119% !important;
	}
/* KV items */
	#gleam .dt-kv img:nth-of-type(1) {
		width: 53%;
		right: 7%;
		bottom: 36%;
		margin: auto;
	}
	#gleam .dt-kv img:nth-of-type(2) {
		width: 20%;
		right: 7%;
		bottom: 14%;
		margin: auto;
	}
	#gleam .dt-kv img:nth-of-type(3) {
		width: 18%;
		right: 29%;
		bottom: 54%;
		margin: auto;
	}
	/* fonts */
 #gleam h3 {
		width: 100%;
	}
	#sub p {
		width: 65%;
	}
	.gleam-box {
		margin-top: 2% !important;
	}
}

@media screen and (min-width: 601px) and (max-width: 1079px) {
	#gleam .kv img.kv-1080 {
		width: 100%;
	}
	#gleam .kv img.kv-1920, #gleam .kv img.kv-1500, #gleam .kv img.kv-600{
		display: none;
	}
	/* KV items */
	#gleam .dt-kv img:nth-of-type(1) {
		width: 85%;
		right: 8%;
		bottom: 81%;
		margin: auto;
	}
	#gleam .dt-kv img:nth-of-type(2) {
		width: 31%;
		right: 7%;
		bottom: 7%;
		margin: auto;
	}
	#gleam .dt-kv img:nth-of-type(3) {
		width: 28%;
		right: 63%;
		bottom: 55%;
		margin: auto;
	}
	/* fonts */
	 #gleam h3 {
		width: 100%;
	}
	.gleam-box {
		margin-top: 5% !important;
	}
	
}
@media screen and (max-width: 600px) {
	#gleam .kv img.kv-600 {
		width: 100%;
	}
	#gleam .kv img.kv-1920, #gleam .kv img.kv-1500, #gleam .kv img.kv-1080{
		display: none;
	}
	/* .kv .visible-xs-block{
		display: block !important;
	}

	#gleam .kv img:nth-of-type(1) {
		width: 100%;
	}
} */
/* KV items */
#gleam .dt-kv img:nth-of-type(1) {
    width: 65%;
    right: 8%;
    bottom: 14%;
    margin: auto;
}
#gleam .dt-kv img:nth-of-type(2) {
    width: 23%;
    right: 7%;
    bottom: 82%;
    margin: auto;

}
#gleam .dt-kv img:nth-of-type(3) {
	width: 20%;
    right: 74%;
    bottom: 12%;
    margin: auto;
}
	/* fonts */
 #gleam h3, #gleam .des h3 {
		width: 100%;
	}
	#sub p {
		width: 100%;
	}
	.gleam-box {
		margin-top: 5% !important;
	}
}


@media screen and (max-width:560px) {

	#prize .prize_outter{
		margin-bottom: 7% !important;
	}
	.gleam-box {
		margin-top: 7% !important;
	}

}



.glow {
	/*margin-top: 100px;*/
	text-align: center;
	display: block;
	/* margin: 120px 0; */
	margin: 2% auto;
	border: 0;
	background: transparent;
	transition: 0.6s;
  }
.glow span {
	border-radius: 25px;
	color: #fff;
	box-shadow: 0 0 3px #fff, 0 0 4px #fff, 0 0 7px #ca0bc0, 0 0 9px #ca0bc0, 0 0 12px #ca0bc0, 0 0 27px #ca0bc0;
	-webkit-animation: blink 0.7s infinite alternate;
	animation: blink 0.7s infinite alternate;
  }
  
  .glow .text {
	font-size: 18px;
	padding: 15px;
	font-weight: 800;
  }
  .text > a {
	/* color: #000; */
		top: 50%;
	right: 50%;
	/* transform: translate(50%, -50%); */
	-webkit-animation: glow 1s ease-in-out infinite alternate;
	-moz-animation: glow 1s ease-in-out infinite alternate;
	animation: glow 1s ease-in-out infinite alternate;
	text-shadow: 2px 2px #d14cca;
	text-decoration: none;
	padding: 20px;
	}
	@-webkit-keyframes glow{
		from{
			text-shadow: 0 0 10px #f5f5f5,
									 0 0 20px #f5f5f5,
									 /* 0 0 30px #e60073, */
									 0 0 40px #e60073,
									 /* 0 0 50px #e60073, */
									 /* 0 0 60px #e60073, */
									 0 0 70px #e60073,
									 0 0 80px #ff4da6;

		}
		to {
			text-shadow: 
			0 0 10px #f5f5f5,
									0 0 20px #f5f5f5,
									 /* 0 0 30px #ff4da6, */
									 0 0 40px #ff4da6,
									 /* 0 0 50px #ff4da6, */
									 /* 0 0 60px #ff4da6, */
									 0 0 70px #ff4da6,
									 0 0 80px #ff4da6;
		}
	}

.text:hover {
	animation: none;
	/* outline: none; */
	box-shadow: 0 0 3px #ca0bc0, 0 0 4px #ca0bc0, 0 0 7px #ca0bc0, 0 0 9px #ca0bc0, 0 0 12px #ca0bc0, 0 0 27px #ca0bc0;
	transition: .5s;
}
  .text > a:hover {
	/* background: transparent !important; */
/* color: rgb(241, 48, 155);
font-weight: 800; */
	/* text-shadow: 0px 0px #d14cca; */
	animation: none;
	/* text-shadow: 1px 1px #fff; */
	color: #fff;
	text-shadow: 0 0 3px #ca0bc0, 0 0 4px #ca0bc0, 0 0 0px #ca0bc0, 0 0 0px #ca0bc0, 0 0 12px #ca0bc0, 0 0 1px #ca0bc0;

  }
  @-webkit-keyframes blink {
	100% {
	  box-shadow: 0 0 3px rgba(255, 255, 255, 0.678), 0 0 10px rgba(255, 255, 255, 0.678), 0 0 10px rgba(255, 255, 255, 0.678), 0 0 20px #ca0bc0,
		0 0 30px #ca0bc0, 0 0 40px #ca0bc0;
	}
  }
  
  @keyframes blink {
	100% {
	  box-shadow: 0 0 3px rgba(255, 255, 255, 0.678), 0 0 10px rgba(255, 255, 255, 0.678), 0 0 10px rgba(255, 255, 255, 0.678), 0 0 20px #ca0bc0,
		0 0 30px #ca0bc0, 0 0 40px #ca0bc0;
	}
	}
	
	.event {
		margin-top: 2%;
		background: url(images/gleam_bg.jpg);
		background-size: cover;
		width: 100%;
	}
	.modal-content a {
		text-decoration: underline;
	}
.model-content a:hover{
		color: #f00 !important;
		text-decoration: none !important;
	}



	#event a.submit_btn{
		display: inline-block;
	}
	#event h3.terms_title {
		position: relative;
    display: inline-block !important;
    padding: 12px 0;
    color: #fff;
    -webkit-animation: neon .08s ease-in-out infinite alternate;
    animation: neon .08s ease-in-out infinite alternate;
    /* text-shadow: 0 0 15px #00e8ff, 0 0 15px #00e8ff, 0 0 15px #00e8ff; */
    text-transform: uppercase;
    margin-top: 5%;
		margin-bottom: 2%;
		transition: 0.3s;
	}
	#event h3.terms_title::before {
		content: '';
    display: inline-block;
    width: 95%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(243, 192, 228, 0.747), 0 0 0.3em rgba(243, 192, 228, 0.747), 0 0 0.1em rgba(243, 192, 228, 0.747);
	}
	#event h3.terms_title::after {
		content: '';
    display: inline-block;
    width: 95%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(243, 192, 228, 0.747), 0 0 0.3em rgba(243, 192, 228, 0.747), 0 0 0.1em rgba(243, 192, 228, 0.747);
	}
	#event h3.terms_title:hover{
		cursor: pointer;
		/* box-shadow: 0 0 5px rgba(243, 192, 228, 0.747), 0 0 0.3em rgba(243, 192, 228, 0.747), 0 0 0.1em rgba(243, 192, 228, 0.747); */
		text-shadow: 0 0 3px #ca0bc0, 0 0 4px #ca0bc0, 0 0 0px #ca0bc0, 0 0 0px #ca0bc0, 0 0 12px #ca0bc0, 0 0 1px #ca0bc0;
		
	}
	
	#event h3.terms_title:hover::before, #event h3.terms_title:hover::after{
		box-shadow: 0 0 4px #ca0bc0, 0 0 4px #ca0bc0, 0 0 4px #ca0bc0;
	}