@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: MStiffHeiHK-UltraBold;
    src: url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.eot');
    /*src: url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.otf') format('embedded-opentype'),
         url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.woff') format('woff'),
         url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.ttf') format('truetype'),
         url('/assets/fonts/MStiffHeiHK-UltraBold-Roman.svg#MStiffHeiHK-UltraBold-Roman') format('svg');*/
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: dinbold;
    src: url('/assets/fonts/DIN/DIN-Bold.eot');
    src: url('/assets/fonts/DIN/DIN-Bold.eot') format('embedded-opentype'),
         url('/assets/fonts/DIN/DIN-Bold.woff') format('woff'),
         url('/assets/fonts/DIN/DIN-Bold.ttf') format('truetype'),
         url('/assets/fonts/DIN/DIN-Bold.svg#DIN-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: Roboto-bold;
    src: url('/assets/fonts/Roboto/Roboto-Bold-webfont.eot');
    src: url('/assets/fonts/Roboto/Roboto-Bold-webfont.eot') format('embedded-opentype'),
         url('/assets/fonts/Roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('/assets/fonts/Roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('/assets/fonts/Roboto/Roboto-Bold-webfont.svg#Roboto-Bold-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.whitemask {
    display: none;
    z-index: 100;
    height: 100%;
    width: 100%;
    position: fixed;
}
.sepblock, .customerblock, .toprow, .navbar{
	zoom:1;
}
.sepblock:after, .customerblock:after, .toprow:after, .navbar:after{
	content:".";display:block;font-size:0;line-height:0;height:0;clear:both;visibility:hidden;
}
body{
	font-family:Roboto-Medium, Helvetica, Arial, sans-serif;
}
.container{
	max-width:998px;
	margin:auto;
	display:block;
	position:relative;
}
.header{
	background-color:rgba(255,255,255,0.9);
	display:table;
	/* width:100%; */
}
.formarea{
	background-color:#f5f5f5;
	clear:both;
	color:#58595b;
}
sup{
	font-size:60%;
	line-height:50%;
}
.remark{
	font-size:13px;
	padding:10px 0px 20px;
}
.formcol1{
	display:inline-block;
	width:25%;
	padding: 8px 0;
	vertical-align: top;
}
.formcol2{
	display:inline-block;
	width: calc(75% - 15px);
    padding: 8px 0 8px 10px;
	vertical-align: top;
}
.inputfield {
    width: calc(100% - 12px);
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    height: 26px;
    padding: 5px;
}
.inputtextfield{
	width: calc(100% - 12px);
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    height: auto;
    padding: 5px;
}
label {
    padding: 0 15px 0 0;
    cursor: pointer;
}
.styledmenu {
    background: #fff url(/assets/images/icon/select.png) right center no-repeat;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    width: 100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none;
	padding:5px;
}
.uparea{
	display:none;
}
.rtxt{
	display:inline-block;
	vertical-align:middle;
}
.styled_radio {
	display:inline-block;
	width:20px;
	height:20px;
	background:url(/assets/images/icon/unclick_radio.svg) center center no-repeat;
	cursor:pointer;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	margin: 0 4px 0 0;
	
}
.styled_radio:checked {
	background:url(/assets/images/icon/clicked_radio.svg) center center no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
}
.header {
    height: 78px;
	background-color: rgba(0,0,0,0.9);
    display: table;
	/* width: 100%; */
}
.table {
    display: table;
    height: 78px;
    width: 100%;
}
.nlogo {
    height: 49px;
    /* float: left; */
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.backimg {
    background: #000 url(/assets/images/bday2021/main_chi.png) no-repeat center top;
	background-image:none;
	background-color:transparent;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    /* min-height: 220px; */
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logoarea {
	padding:0;
}
.logoarea img {
    height: auto;
    width: 100%;
    margin: auto;
	padding:0;
    /* max-width: 75px; */
}
.l_img{
	display:block;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.s_img{
	display:none;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.logoarea {
    display: table-cell;
    vertical-align: middle;
    margin: -78px auto 0;
    width: 100%;
    float: none;
    z-index: -1;
}
.formarea {
    padding: 40px 10px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
	color:#58595B;
}
.mainhead{
	font-family:dinbold, Helvetica, arial;
	font-size:42px;
	padding:0 0 20px;
	line-height: normal;
	display:block;
}
.mainhead2{
	font-family:dinbold, Helvetica, arial;
	font-size:42px;
	padding:0 0 20px;
	line-height: normal;
}
.gradientOrange{
	background: rgb(255,150,0);
	background: -moz-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#fbc217",GradientType=1);
	color:#fff;
}
.btn {
    border-radius: 30px;
    padding: 15px 30px;
    margin: 20px;
    display: inline-block;
    font-size: 26px;
	cursor:pointer;
}
.btn2 {
    border-radius: 30px;
    padding: 10px 120px;
    margin: 20px auto;
    display: block;
    font-size: 26px;
	border:0px;
	cursor:pointer;
	max-width: 100%;
}
.resetbtn{
	display:none;
	/* cursor:pointer; */
}
.disabled{
	opacity: 0.5;
	cursor:default;
}
.goldtext{
	background: rgb(249,199,0);
	background: -moz-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9c700",endColorstr="#fff9c7",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}
.goldtext2{
	background: rgb(207,145,37);
	background: -moz-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9125",endColorstr="#cf9125",GradientType=1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.goldgradient{
	background: rgb(249,199,0);
	background: -moz-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: -webkit-linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	background: linear-gradient(135deg, rgba(249,199,0,1) 0%, rgba(255,249,199,1) 18%, rgba(193,144,31,1) 58%, rgba(236,213,129,1) 90%, rgba(255,249,199,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9c700",endColorstr="#fff9c7",GradientType=1);
}
.goldgradient2{
	background: rgb(207,145,37);
	background: -moz-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	background: linear-gradient(90deg, rgba(207,145,37,1) 0%, rgba(217,166,41,1) 23%, rgba(233,194,74,1) 49%, rgba(217,166,41,1) 78%, rgba(207,145,37,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cf9125",endColorstr="#cf9125",GradientType=1);
}
.giftarea{
	background: url(/assets/images/bday2021/top_bg.png) center top no-repeat, -moz-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(0,0,0,1) 57%);
	background: url(/assets/images/bday2021/top_bg.png) center top no-repeat, linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(0,0,0,1) 57%);
	background: url(/assets/images/bday2021/top_bg.png) center top no-repeat, -webkit-linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(0,0,0,1) 57%);
	
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
	/*
	background-color: rgb(0,0,0);
	background-color: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(81,81,81,1) 57%);
	background-color: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(81,81,81,1) 57%);
	background-color: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 19%, rgba(81,81,81,1) 57%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#515151",GradientType=1);*/
	position: relative;
	color:#fff;
	padding:40px 0 0 0;
	text-align:center;
	line-height: 160%;
}
.customerblock, .giftarea_bottom{
	background: #000 url(/assets/images/bday2021/bottom_bg.png) center bottom no-repeat;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
	position: relative;
	bottom:0;
}
.giftimg{
	max-width:127px;
	display: inline-block;
    vertical-align: middle;
	text-align:left;
}
.giftblockheader {
    /* height: 50px; */
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 10px 10px 0 0;
	font-size: 28px;
	line-height: 28px;
}
.giftbox {
    position: absolute;
	margin-top: -50px;
	margin-left: 10px;
}
.giftblocktxt {
    display: block;
    vertical-align: middle;
    padding: 15px 0 15px 130px;
    text-align: left;
	font-family:dinbold, Helvetica, arial;
}
.resultblocktxt {
    display: block;
    vertical-align: middle;
    padding: 10px 0 10px 20px;
    text-align: left;
	font-family:dinbold, Helvetica, arial;
	color:#fff;
	font-size: 20px;
	line-height: 20px;
}
.rightbox{
	right:72px;
}
.rightbox img{
	max-width:100%;
}
.giftblock {
    margin: 80px 0 0 0;
	background-color: #fff;
    border-radius: 10px;
}
.mainhead img {
    max-width: 90%;
    margin: auto;
}
.giftboxinfo {
	display: inline-block;
	width: 50%;
	text-align: left;
	float: left;
	padding: 60px 30px;
	color:#000;
}
.sepline{
	margin:15px 0;
	height:1px;
	background-color:#D9D9D9;
}
.sepblock {
    border-bottom: 1px solid #D9D9D9;
}
.giftdblock {
    width: calc(25% - 5px);
    display: inline-block;
    border-right: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
	color: #000;
    font-size: 15px;
	height: 250px!important;
    /* padding: 30px 0px 0; */
}
.giftdblock:first-child {
    border-left: 1px solid #ccc;
}
.giftblockimg {
    width: 100%;
    max-width: 150px;
    margin: auto;
    vertical-align: middle;
}
.feature {
    margin: 15px 40px;
	max-height: 280px;
}
.giftinfo {
    font-size: 85%;
    padding: 15px 10px;
    height: 220px;
}
.slick-arrow {
    background-color: rgba(0, 0, 0, 0)!important;
}
.icon.arrow-stroke-white-right {
    background-image: url(/assets/images/bday2021/next.svg);
    -moz-background-size: 60% 60%;
    -o-background-size: 60% 60%;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.icon.arrow-stroke-white-left {
    background-image: url(/assets/images/bday2021/previous.svg);
    -moz-background-size: 60% 60%;
    -o-background-size: 60% 60%;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    background-repeat: no-repeat;
    background-position: center;
}
.extrapadding{
	padding-bottom:20px;
}
.extralink {
    color: #000;
    padding: 0px 25px 10px;
    text-align: left;
    font-size: 85%;
}
.subheader{
	font-size:40px;
	font-family:dinbold, Helvetica, arial;
	padding:10px;
	display: inline-block;
    background-color: #f5f5f5;
}
.subheader_block{
	background: url(/assets/images/bday2021/bg_line.svg) repeat-x center center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	text-align:center;
	margin: 0;
}
.greytxt{
	color:#58595B;
}
.formdesc {
    padding: 10px 40px;
}
.formtxt {
    padding: 20px;
}
.cblock {
    width: calc(50% - 15px);
    display: inline-block;
    background-color: #fff;
    border-radius: 10px;
	color:#000;
	height: 780px;
}
.cblock:first-child{
	float:left;
}
.cblock:last-child{
	float:right;
}
.cimg {
    display: block;
    width: 100%;
    max-width: 135px;
}
.cblock_header {
    border-radius: 10px 10px 0 0;
	color:#fff;
	font-size:28px;
	padding: 10px;
	font-family:dinbold;
}
.cblock1 {
    width: 40%;
    display: inline-block;
	vertical-align:middle;
}
.cblock2 {
    width: 58%;
    display: inline-block;
	text-align:left;
	vertical-align:middle;
}
.plantxt{
	font-family:Roboto-bold,微軟正黑體;
	font-size:140%;
}
.redtxt{
	color:#EE4023;
	font-size:140%;
	font-family:Roboto-bold,微軟正黑體;
}
.ycolor{
	color:#F6921E;
	font-size:140%;
}
.cblockinfo{
	padding:15px;
	font-size:16px;
}
.cblockrow {
    padding: 0 0 22px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 19px;
}
.customerblock{
	padding-bottom: 50px;
}
.noborder{
	border: 0;
    padding: 38px 0;
    margin: 0;
}
.remarktxt {
    font-size: 65%;
    text-align: left;
    padding: 0 20px 10px;
    color: #58595B;
	line-height:normal;
}
.or_circle {
    display: inline-block;
    padding: 5px 11px;
    border-radius: 38px;
    background: rgb(255,150,0);
	background: -moz-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	background: linear-gradient(0deg, rgba(255,150,0,1) 0%, rgba(251,194,23,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff9600",endColorstr="#fbc217",GradientType=1);
	color:#fff;
}
.shareblock{
	background-color:#F5F5F5;
	padding: 10px;
}
.sharerow{
	text-align:center;
	border-top:1px solid #E4E0DF;
	padding:20px 0;
}
.sharerow img{
	width:100%;
	height:auto;
	max-width:185px;
}
.bottom_tag img {
    max-width: 873px;
    max-height: 36px;
    margin: auto;
}
.tcrow {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #D3D3D3;
    color: #58595B;
    border-radius: 8px;
    margin: 0 10px;
}
.hiddentctxt {
    padding: 15px 0;
    display: none;
    font-size: 12px;
}
.tcsymbol {
    float: right;
    color: #FFB905;
    font-size: 30px;
    line-height: 20px;
    font-family: arial;
}
.sponsorlogo{
	display:inline-block;
	vertical-align:middle;
	margin: 10px 10px;
}
.splogo {
    height: 40px;
    max-width: 104px;
}
.Gamer {
    width: 115px;
    height: auto;
}
.tng{
	width: 51px;
    height: 25px;
}
.nowe{
	width:65px;
	height:auto;
}
.1010{
	height:44px;
}
.viu{
	height:25px;
}
.food_story{
	max-width: 108px;
}
.sponsorrow {
    text-align: center;
}
.sponsorarea {
    text-align: center;
    padding: 35px 0;
}
.sharetb td {
    padding: 0 5px;
}
.shareicon {
    display: inline-block;
    padding: 5px;
}
.upbtn {
    border-radius: 10px;
    display: block;
    padding: 10px 25px;
	background: rgb(148,156,162);
	background: -moz-linear-gradient(0deg, rgba(148,156,162,1) 0%, rgba(168,176,182,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(148,156,162,1) 0%, rgba(168,176,182,1) 100%);
	background: linear-gradient(0deg, rgba(148,156,162,1) 0%, rgba(168,176,182,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#A8B0B6",endColorstr="#949CA2",GradientType=1);
	text-align:center;
	color:#fff;
	max-width:200px;
}
.uploadimg {
    max-width: 280px;
	display: inline-block;
}
.fileupload {
    display: inline-block;
}
input#fileName {
    padding: 10px 10px 0;
}
#uploadForm {
    padding: 10px;
}

#mask {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: none;
    background: rgba(0, 0, 0, 0.8);
}
#msg {
    background-color: #ffffff;
    border: 5px solid #f6921e;
    color: #333333;
    display: block;
    height: auto;
    margin: 3% auto;
    position: relative;
    text-align: left;
    top: 3%;
    width: 75% !important;
    z-index: 100;
    overflow: auto;
    max-width: 500px;
}
#closeBtn {
    height: 20px;
    width: 20px;
    position: absolute;
    z-index: 1000;
    background-image: url(/assets/images/closebtn2.png);
    background-repeat: no-repeat;
    cursor: pointer;
    top: 10px;
    right: 8px;
}
#livechatfloat {
    width: 90px;
    height: 90px;
    background-color: #FE7F04;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
	border-radius:45px;
	background: #FE7F04 url(/assets/images/icon/PCD_LiveChatBtn.svg) top center no-repeat;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: 90%;
	cursor:pointer;
}
.livechatballon {
    height: 90px;
    width: 90px;
}
#livetxt {
    text-align: center;
    color: #fff;
    position: relative;
    /* bottom: 0; */
    padding: 56px 0 0;
    line-height: normal;
    display: flex;
    vertical-align: middle;
}
span.livebtn_txt{
	font-size: 75%!important;
    line-height: 100%!important;
    padding: 5px;
    text-align: center;
    margin: auto;
}
span.secondtxt {
    display: none;
}
span.longtxt {
	font-size: 68%!important;
    line-height: 1em!important;
    /* display: inline!important; */
    vertical-align: middle;
	padding: 5px!important;
	margin-top:-5px;
}
.liveChat, #livechat{
	display: none!important;
}
.tcblock{
	max-width:765px;
	display:block;
	margin:auto;
}
.tctxt {
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
	font-size:85%;
}
.hidetxt{
	display:none;
}
.extratxt {
    text-align: left;
    line-height: normal;
    font-size: 85%;
    padding: 0 25px 22px;
}
.error {
    color: #ee4023;
	padding:8px 0 0 0;
}
.vmore {
    vertical-align: middle;
    display: inline-block;
    font-size: 130%;
}
.etxt {
    color: #000;
    /* text-align: left; */
    padding: 0 0 15px 20px;
}
.btag{
	color:#808080;
	text-align:center;
	font-size:140%;
	padding:20px;
}
.tableblock{
	display: table;
    width: calc(100% - 20px);
}
.vmore {
    vertical-align: middle;
    display: table-cell;
    font-size: 130%;
    text-align: center;
    width: 100%;
}
.success {
    background: url(/assets/images/retenion/success.png) no-repeat center top;
    -moz-background-size: 100px auto;
    -o-background-size: 100px auto;
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
    padding: 112px 0 0 0;
}
.success, .fail {
    width: auto;
    display: block;
    margin: auto;
    text-align: center;
    color: #f6921e;
    letter-spacing: 0px;
    text-indent: 0px;
}
.resulticon {
    font-size: 28px;
    font-family: dinbold, MElleHK-Medium;
}
.resultarea {
    font-size: 16px;
    line-height: 150%;
    padding: 50px 0 100px 0;
}
.resultarea {
    display: none;
    text-align: center;
}
.sicon {
    display: inline-block;
    width: 42px;
    vertical-align: middle;
    padding: 0 8px;
}
.stxt{
	font-size:75%;
}
.resulttxt2{
	display:none;
}
.resultblock {
    border: 2px solid #f6921e;
    /* max-width: 280px; */
    display: inline-block;
	font-size: 180%;
    padding: 10px;
    color: #58595b;
}
.hiddenarea {
    display: none;
}
.voteimgblock{
	position:relative;
    margin: 0 0 10px;
	border-top:0px solid transparent;
	border-bottom:0px solid transparent;
    outline: 5px solid transparent;
    outline-offset: -5px;
	background: url(/assets/images/bday2021/vote_bg.png) no-repeat center center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	color:#fff;
	font-weight:bold;
	height: 180px;
    display: table;
    vertical-align: middle;
}
.voteimgblock img{
	width:100%;
	
}
.votetxtblock{
	position: relative;
    margin: 0 0 10px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    outline: 5px solid transparent;
    outline-offset: 0;
    /*background: url(/assets/images/bday2021/vote_bg.png) no-repeat center bottom;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;*/
    color: #fff;
    font-weight: bold;
    height: 184px;
    display: table;
    vertical-align: middle;
}
.voteresultblock{
	position: relative;
    margin: 0 0 0px;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    outline: 5px solid transparent;
    outline-offset: 0;
    /*background: url(/assets/images/bday2021/vote_bg.png) no-repeat center bottom;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;*/
    color: #fff;
    font-weight: bold;
    height: 184px;
    display: table;
    vertical-align: middle;
	height: auto!important;
}
.topimage{
	/*background: url(/assets/images/bday2021/vote_bg.png) no-repeat center center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;*/
	color:#fff;
	font-weight:bold;
}
.toptxt {
    text-align: center;
    display: block;
    font-size: 180%;
    padding: 25px;
}
.votebox {
    width: calc(33.3% - 5px);
    display: inline-block;
    background-color: #fff;
    text-align: center;
    height: 400px;
    vertical-align: top;
    margin: 0 5px 5px 0;
}
.resultbox {
    width: calc(33.3% - 8px);
    display: inline-block;
    background-color: #fff;
    text-align: center;
    height: auto;
    vertical-align: top;
    margin: 0 5px 70px 0;
}
.vote_active {
    /* width:500px; */
    /* height:200px; */
    /* float:left; */
    border:5px solid #000;
    outline: 5px solid #FBC217;
    outline-offset: -5px;
}
.votetxt {
    display: table-cell;
    vertical-align: middle;
	padding: 20px;
}
.enlargeicon{
	background: #D9D9D9 url(/assets/images/bday2021/enlarge.svg) no-repeat center center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	width:30px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:0px;
	cursor:pointer;
	z-index: 10;
}
.enlargeicon_active{
	background-color:#FBC217;
	bottom:-5px;
	right:-5px;
}
@-moz-document url-prefix() {
	.enlargeicon_active{
		background-color:#FBC217;
		bottom:0px;
		right:0px;
	}
}
.voteimg{
	margin:0;
}
.votebtn{
	background: url(/assets/images/bday2021/tick.svg) left center no-repeat, -moz-linear-gradient(270deg, rgba(168,176,182,1), rgba(148,156,162,1));
	background: url(/assets/images/bday2021/tick.svg) left center no-repeat, linear-gradient(270deg, rgba(168,176,182,1), rgba(148,156,162,1));
	background: url(/assets/images/bday2021/tick.svg) left center no-repeat, -webkit-linear-gradient(270deg, rgba(168,176,182,1), rgba(148,156,162,1));
	
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;

	position: relative;
	color:#fff;
	text-align:center;
	max-width:75%;
	height:32px;
	border-radius:32px;
	line-height:32px;
	margin:15px auto;
	cursor:pointer;
}
.votedbtn{
	background: url(/assets/images/bday2021/tick.svg) left center no-repeat, -moz-linear-gradient(270deg, rgba(251,194,23,1), rgba(255,150,0,1));
	background: url(/assets/images/bday2021/tick.svg) left center no-repeat, linear-gradient(270deg, rgba(251,194,23,1), rgba(255,150,0,1));
	background: url(/assets/images/bday2021/tick.svg) left center no-repeat, -webkit-linear-gradient(270deg, rgba(251,194,23,1), rgba(255,150,0,1));
	
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}
.lightboxlayer {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
	display:none;
}
.greetingblock {
	max-width: 650px;
    margin: auto;
    background-color: #000;
    padding: 40px;
    max-height: 90%;
    margin-top: 1%;
    margin-bottom: 1%;
    overflow: auto;
}
.topcolumn {
    /* width: calc(50% - 2px); */
    display: inline-block;
	color:#fff;
}
.topclose {
    width: 30px;
    display: inline-block;
    vertical-align: top;
	margin: 0 0 0 15px;
}
.topvote {
    /* display: block; */
    display: flex;
}
.topimage img {
    margin: auto;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
	border: 1px solid #fff;
}
.topvotebtn {
    width: 150px;
    /* max-width: 50%; */
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
.topimage{
	margin:15px;
	/* border:1px solid #fff; */
}
ol {
    padding: 0 0 0 20px;
}
.top_nextbtn {
    display: inline-block;
    max-width: 49.5%;
    color: #fff;
    text-align: right;
	vertical-align: middle;
	float: right;
}
.top_prevbtn {
    display: inline-block;
    max-width: 49.5%;
    color: #fff;
	vertical-align: middle;
}
.previcon{
	background: #000 url(/assets/images/icon/prevbtn_grey.svg) no-repeat center center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align: middle;
	margin:0 10px 0 0;
}
.nexticon{
	background: #000 url(/assets/images/icon/nextbtn_grey.svg) no-repeat center center;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	background-size: 100%;
	width:30px;
	height:30px;
	display:inline-block;
	vertical-align: middle;
	margin:0 0 0 10px;
}
.navbar {
    padding: 0 0 20px;
}
.votebox img{
	width:100%;
	height:auto;
}
.largetxt{
	font-size:130%;
	font-weight:bold;
}
.oneline{
	display:inline;
	text-align:center;
}
img{
	pointer-events: none;
}
.navbtn{
	cursor:pointer;
}
.cookiearea {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
    padding: 20px;
    text-align: center;
}
.cookietxt {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.cookiebtn {
    border: 2px solid #000;
    text-align: center;
    padding: 10px 5vw;
    display: inline-block;
    cursor: pointer;
}
.dblock{
	display:block!important;
}
.sub_header{
	font-size:28px;
}
.goldborder{
	outline: 5px solid #CF9125!important;
	border: 5px solid #CF9125!important;
}
.goldborder .enlargeicon_active {
    background-color: #CF9125;
}
.silverborder{
	outline: 5px solid #6D6E71!important;
	border: 5px solid #6D6E71!important;
}
.silverborder .enlargeicon_active {
    background-color: #6D6E71;
}
.bronzeborder{
	outline: 5px solid #823F00!important;
	border: 5px solid #823F00!important;
}
.bronzeborder .enlargeicon_active {
    background-color: #823F00;
}
.fourborder{
	outline: 5px solid #3FA9F5!important;
	border: 5px solid #3FA9F5!important;
}
.fourborder .enlargeicon_active {
    background-color: #3FA9F5;
}
.fiveborder{
	outline: 5px solid #FBB03B!important;
	border: 5px solid #FBB03B!important;
}
.fiveborder .enlargeicon_active {
    background-color: #FBB03B;
}
.voteimg img {
    max-width: 100%;
}
.prizeblock {
    width: 100px;
    display: block;
    display: block;
    position: absolute;
    z-index: 99;
    margin: -50px 0 0 0;
}
.resultbox:nth-child(3n) {
    margin: 0;
}
.rowtwo {
    display: block;
    width: auto;
    margin: auto;
    text-align: center;
}
.prizearea{
	background-color: transparent;
}
.gradientGray{
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YjBiNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk0OWNhMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a8b0b6), color-stop(100%, #949ca2));
    background-image: -moz-linear-gradient(top, #a8b0b6, #949ca2);
    background-image: -webkit-linear-gradient(top, #a8b0b6, #949ca2);
    background-image: linear-gradient(to bottom, #a8b0b6, #949ca2);
}
.resultcol{
	text-align:center;
	color:#fff;
	padding:8px;
}
.resultcol1{
	width:15%;
	border-right:1px solid #fff;
}
.resultcol2{
	width:35%;
	border-right:1px solid #fff;
}
.resultcol3{
	width:25%;
	border-right:1px solid #fff;
}
.resultcol4{
	width:25%;
	border-right:0px solid #fff;
}
.nrow{
	border-right:1px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	color:#000;
	background-color:#fff;
}
.lnrow{
	border-right:0px solid #ECECEC;
	border-bottom:1px solid #ECECEC;
	color:#000;
	background-color:#fff;
}
.result_table{
	font-size:85%;
	word-wrap: break-word
}
.resultblock2 {
    max-width: 100%;
    overflow: auto;
}
.gradientGray {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4YjBiNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk0OWNhMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a8b0b6), color-stop(100%, #949ca2));
    background-image: -moz-linear-gradient(top, #a8b0b6, #949ca2);
    background-image: -webkit-linear-gradient(top, #a8b0b6, #949ca2);
    background-image: linear-gradient(to bottom, #a8b0b6, #949ca2);
}
.btn-rounded {
    display: inline-block;
    color: #FFF;
    text-align: center;
}
.rowone {
    text-align: center;
}
.prizearea {
    padding: 60px 0 0;
}
@media only screen and (max-width: 640px){
	.formcol1{
		display:inline-block;
		width:100%;
		padding: 0px 0;
	}
	.formcol2{
		display:inline-block;
		width: 100%;
		padding: 5px 0 12px;
	}
	.header {
		height: 55px;
		padding: 0 15px;
		width: calc(100% - 30px);
	}
	.table {
		display: table;
		height: 55px;
		width: 100%;
	}
	.nlogo {
		height: 35px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
	.backimg {
		/*background: #000 url(/assets/images/bday2021/main_chi_s.png) no-repeat center 55px;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-webkit-background-size: 100%;
		background-size: 100%;*/
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.l_img{
		display:none;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.s_img{
		display:block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logoarea {
		display: table-cell;
		vertical-align: middle;
		margin: auto;
		width: 100%;
		float: none;
		z-index: 1;
	}
	.giftblock {
		margin: 80px 10px 0 10px;
	}
	.goldtext{
		font-size:150%;
	}
	.rightbox {
		right:20px;
		margin-top: 60px!important;
		margin-left: 10px;
	}
	.rightbox img {
		max-width:50%;
		float: right;
	}
	.giftboxinfo {
		display: inline-block;
		width: 50%;
		text-align: left;
		float: left;
		padding: 30px 10px;
	}
	.giftblockheader{
		font-size: 120%;
		line-height:100%;
	}
	.giftimg {
		max-width: 100px;
	}
	.giftbox {
		margin-top: -20px;
	}
	.giftblocktxt {
		padding: 15px 0 15px 110px;
	}
	.giftdblock {
		border-right: 0px solid #ccc;
	}
	.giftdblock:first-child {
		border-left: 0px solid #ccc;
	}
	.mainhead {
		font-size: 180%;
		padding:0 15px;
	}
	.formdesc {
		padding: 20px 0px;
	}
	.subheader{
		font-size:150%;
		padding:10px;
		display: inline-block;
		background-color: #f5f5f5;
	}
	.cblock:first-child, .cblock:last-child {
		float: none;
	}
	.cblock {
		width: calc(100% - 15px);
		display: inline-block;
		background-color: #fff;
		border-radius: 10px;
		color: #000;
		margin:10px 0 0 0;
		height:auto;
	}
	.extrapadding {
		padding-bottom: 0px;
	}
	label {
		padding: 0 15px 0 0;
		cursor: pointer;
		width: calc(50% - 17px);
		display: inline-block;
		margin: 0 0 10px;
	}
	.hiddentctxt {
		padding: 15px 0;
		display: none;
		font-size: 80%;
	}
	.livechatballon {
		height: 77px;
		width: 77px;
	}
	#livechatfloat {
		width: 77px;
		height: 77px;
		background-color: #FE7F04;
		position: fixed;
		bottom: 80px;
		right: 20px;
		z-index: 999;
		border-radius:45px;
		background: #FE7F04 url(/assets/images/icon/PCD_LiveChatBtn.svg) 8px 0px no-repeat;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: 75%;
		cursor:pointer;
	}
	#livetxt {
		text-align: center;
		color: #fff;
		position: relative;
		/* bottom: 0; */
		padding: 38px 0 0;
		line-height: normal;
		display: flex;
		vertical-align: middle;
	}
	.tableblock{
		display: table;
		width: 100%;
	}
	.success {
		background: url(/assets/images/retenion/success.png) no-repeat center top;
		-moz-background-size: 80px auto;
		-o-background-size: 80px auto;
		-webkit-background-size: 80px auto;
		background-size: 80px auto;
		padding: 92px 0 0 0;
		letter-spacing: 0;
	}
	.sicon {
		display: inline-block;
		width: 35px;
		vertical-align: middle;
		padding: 0 8px;
	}
	.btn2 {
		padding: 10px 80px;
		max-width: 100%;
	}
	.tcrow {
		margin: 0px;
	}
	.votebox {
		width: calc(100% - 5px);
		display: inline-block;
		background-color: #fff;
		text-align: center;
		height: auto;
		vertical-align: top;
	}
	.votebox {
		width: calc(100% - 10px);
		display: block;
		background-color: #fff;
		text-align: center;
		height: auto;
		vertical-align: top;
		margin: 5px auto;
		padding: 0 0 1px;
		max-width: 300px;
	}
	.oneline{
		display:inline-block;
		text-align:center;
	}
	.subheader_block {
		margin: 0;
	}
	.formarea {
		padding: 0px 10px 40px;
		font-size: 16px;
		line-height: 28px;
		margin: 0;
		color:#58595B;
	}
	.prizeblock {
		width: 20vw;
		margin: -20px 0 0 0;
	}
	.resultbox {
		width: auto;
		display: block;
		background-color: #fff;
		text-align: center;
		height: auto;
		vertical-align: top;
		/* margin: 0 5px 5px 0; */
		margin:0 auto 30px;
		max-width:350px;
	}
	.resultbox:nth-child(3n) {
		margin:0 auto 30px;
	}
	.sub_header{
		font-size:150%;
	}
	.btn-rounded {
		padding: 2vw 6vw;
		line-height: 7vw;
		font-size: 5.5vw;
		-moz-border-radius: 3.5vw;
		-webkit-border-radius: 3.5vw;
		border-radius: 6vw;
	}
	.result_table{
		font-size:75%;
	}
	.prizearea {
		padding: 20px 0 0;
	}
	.resultblocktxt {
		font-size: 18px;
		line-height: 18px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 800px){
	.l_img{
		display:none;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.s_img{
		display:block;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.logoarea {
		display: table-cell;
		vertical-align: middle;
		margin: auto;
		width: 100%;
		float: none;
		z-index: 1;
	}
	.btn-rounded {
		padding: 0 5vw;
		line-height: 5vw;
		font-size: 2vw;
		-moz-border-radius: 1.17188vw;
		FONT-WEIGHT: 200;
		border-radius: 2.5vw;
	}
}
@media only screen and (min-width: 800px) and (max-width: 1280px){
	.cblock {
		/* height: 550px; */
	}
	.topimage img {
		margin: auto;
		max-width: 600px;
		width: auto;
		height: auto;
		max-height: 600px;
	}
	.btn-rounded {
		padding: 1vw 3.5vw;
		line-height: 2.34375vw;
		font-size: 1.5vw;
		-moz-border-radius: 2vw;
		-webkit-border-radius: 2vw;
		border-radius: 2vw;
	}
}
@media only screen and (min-width: 1280px) {
	.btn-rounded {
		padding: 0 50px;
		line-height: 50px;
		font-size: 16px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		border-radius: 25px;
	}
}
@media only screen and (min-width: 320px){
	.nlogo img {
		height: 35px;
	}
	.nlogo {
		height: 35px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
}
@media only screen and (min-width: 768px){
	.nlogo img {
		height: 49px;
	}
	.nlogo {
		height: 49px;
		/* float: left; */
		display: table-cell;
		vertical-align: middle;
		width: 50%;
	}
}
	



