@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Graphik';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:850px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

@font-face {
    font-family: 'Graphik';
    src: url('Graphik-MediumItalic.woff2') format('woff2'),
        url('Graphik-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
	}

@font-face {
    font-family: 'Graphik';
    src: url('Graphik-RegularItalic.woff2') format('woff2'),
        url('Graphik-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
	}

@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Bold.woff2') format('woff2'),
        url('Graphik-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Graphik';
    src: url('Graphik-SemiboldItalic.woff2') format('woff2'),
        url('Graphik-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
	}

@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Regular.woff2') format('woff2'),
        url('Graphik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Semibold.woff2') format('woff2'),
        url('Graphik-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Medium.woff2') format('woff2'),
        url('Graphik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}
@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Light.woff2') format('woff2'),
        url('Graphik-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



/*==============banner=============*/
.content-box{
	float:left;
	width:100%;
	padding-bottom:30px;
	box-shadow:0 0 15px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 15px 2px rgba(0,0,0,0.2);
	}
.gray-section{
	float:left;
	width:100%;
	background:#f3f3f3;
	padding:25px 25px 25px;
	border-bottom:1px solid #ddd;
	}
.top-heading{
	font-size:70px;
	line-height:70px;
	color:#010101;
	font-weight:bold;
	}
.top-heading span{
	color:#e00a0a;
	}
.rio-profile{
	margin-top:25px;
	text-align:left;
	}
.rio-profile img{
	display:inline-block;
	vertical-align:middle;
	border-radius:50%;
	border:1px solid #ccc;
	}
.rio-profile > div{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 105px);
	padding-left:15px;
	}
.rio-profile-text1{
	font-size:18px;
	line-height:24px;
	color:#010101;
	}
.rio-profile-text2{
	font-size:20px;
	line-height:24px;
	color:#010101;
	margin-top:5px;
	font-weight:300;
	}
.rio-profile-text2 span{
	font-weight:bold;
	font-size:25px;
	}
	
.white-section{
	float:left;
	width:100%;
	padding:30px;
	background:#fff;
	}
.day-heading{
	text-align:left;
	padding:0 0 0 75px;
	font-size:35px;
	line-height:35px;
	color:#e00a0a;
	font-weight:bold;
	position:relative;
	}
.day-heading img{
	position:absolute;
	left:0;
	top:12px;
	}
.day-heading span{
	font-weight:500;
	font-size:26px;
	color:#000;
	}
.result-div{
	margin-top: 35px;
    padding: 20px 0 23px;
    border-top: 6px solid #010101;
    border-bottom: 6px solid #010101;
	}	

.battle-inbox-div{
	background:#f3f3f3;
	border-radius:10px;
	padding: 22px 30px 35px 20px;
    margin-top: 30px;
	position:relative;
	overflow:hidden;
	}	
.action-list{
	margin:5px 0 0;
	}
.action-list li{
	margin:24px 0 0;
	text-align:left;
	padding-left:34px;
	background:url(../images/tik-ic.png) no-repeat left 7px;
	font-size: 20px;
    line-height: 26px;
    color: #000000;
	}
.action-list li a{ color:#043ac4;}
.rule-div{
	text-align: left;
    padding: 0 0 0 75px;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    position: relative;
	margin-top:45px;
	}
.rule-div span{ font-weight:600;}	
.rule-div img{
	position:absolute;
	left:0;
	top:0;
	}
						
.bonus-vdo-line{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin: 70px 0 20px;
	padding:0 0px;
	text-align: left;
	}
.bonus-vdo-line span{
	font-size: 25px;
    line-height: 30px;
    color: #ff0000;
    font-weight: 600;
	display:inline-block;
	vertical-align:middle;
	background:#fff;
	margin-top:-20px;
	padding-left:60px;
	position:relative;
	text-align:left;
	}
.bonus-vdo-line span img{
	position:absolute;
	left:0;
	top:8px;
	}
.vdo-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	margin:10px 0 0;
	padding-bottom:56.33%;
	cursor:pointer;
	overflow:hidden;
	border:1px solid #dcdcdc;
	}
.vdo-box iframe{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	display:none;
	z-index:10;
	}
.video{
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:0;
	width:100%;
	top:0;
	cursor:pointer;
	z-index:9;
	}

.common-image1{
	float:right;
	margin: 30px 0 0 22px;
	}
.common-image2 {
    float: left;
    margin: 30px 30px 0 0;
}

/*==============Common-CSS=============*/
.image-border{
	border-radius:10px;
	box-shadow:-6px 6px 1px 0 rgba(214,214,214,1);
	-webkit-box-shadow:-6px 6px 1px 0 rgba(214,214,214,1);
	}
.common-text{
	font-size:20px;
	line-height:26px;
	color:#000000;
	text-align:left;
	margin-top:25px;
	}
.common-text span{ text-decoration:underline;}
.common-text u{ color:#0541bc;}	
.common-text strong{ font-weight:bold;}
.heading-strip{
	float:left;
	width:100%;
	background:#010101;
	padding:16px 10px 23px;
	font-size:44px;
	line-height:50px;
	color:#ff0000;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-top:20px;
	}

.margin-50{ margin-top:50px;}
.margin-40{ margin-top:40px;}
.margin-30{ margin-top:30px;}
.margin-10{ margin-top:10px;}
.margin-0{ margin-top:0px;}

.font-size-22{ font-size:22px; line-height:30px;}
.font-size-25{ font-size:25px; line-height:32px;}

/*==============Media=============*/



@media only screen and (max-width:867px){
.container{ width:750px;}

.forDesk{ display:none;}
.forTab{ display:block;}

.top-heading{ font-size:60px;}
.common-image1{ width:300px;margin: 50px 0 30px 30px;}
.common-image2{ width:300px;margin: 35px 30px 35px 0;}
.common-text{ font-size:18px;}
.common-image2{width:280px;}
.heading-strip{ font-size:40px;}
.day-heading {font-size: 32px;}

.action-list li {margin: 25px 0 0;font-size: 18px;}

.rule-div {font-size: 18px;}
.rule-div img {width: 54px;}

.bonus-vdo-line span {font-size: 22px;}

.result-txt {font-size: 24px;line-height: 32px;}

.font-size-22 {font-size: 20px;}

}


@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}

.forMob{ display:block;}
.hide-mob{ display:none;}

.content-box{ padding-bottom:20px;}
.gray-section{ padding:15px 15px 20px;}
.top-heading {font-size: 40px;line-height: 46px; letter-spacing:1px;}
.rio-profile img{ width:75px;}
.rio-profile > div{width: calc(100% - 80px);padding-left: 10px;}
.rio-profile-text1{font-size: 16px;}
.rio-profile-text2{font-size: 17px;line-height: 22px; letter-spacing:0.5px;}
.rio-profile-text2 span{ font-size:22px;}

.white-section{ padding:25px 15px;}
.day-heading{ padding:0 0 0 60px;font-size: 24px;line-height: 26px;}
.day-heading span{ font-size:22px;}
.day-heading img{ width:45px; top:5px;}
.common-image-mob{ margin:20px auto; max-width:100%;}

.bonus-vdo-line{margin: 30px 0 5px;height: auto;border: none; padding:0;}
.bonus-vdo-line span{font-size: 18px;line-height: 26px;margin-top: 0px; padding:0;text-align: center;}
.bonus-vdo-line span img{ display:none;}
.vdo-arw-div {font-size: 16px;line-height: 20px;}
.vdo-arw1,.vdo-arw2{ display:none;}

.common-text{ margin-top:15px;}

.result-div {margin-top: 25px;padding: 10px 0 13px;}
.result-txt {font-size: 22px;line-height: 26px;margin-bottom:10px;}

.action-list li {margin: 20px 0 0;padding-left: 32px;}

.battle-inbox-div {padding: 15px 15px 20px;margin-top: 20px;}

.rule-div {padding: 0px 0 0 60px;margin-top: 30px;}
.rule-div img {width: 49px;top: 6px;}

.font-size-22 {font-size: 20px;line-height: 26px;}
.font-size-25 {font-size: 18px;line-height: 28px;}

/*==============Common-CSS=============*/

.margin-40 {margin-top: 20px;}
.margin-10{ margin-top:0;}
.margin-50 {margin-top: 30px;}
.margin-0 {margin-top: 0px;}


}

@media only screen and (max-width:360px){
.day-heading{ padding:0 0 0 55px;}	

}


.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(10px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-10px);}
100% {transform: translateX(0px);}
}
