#profile ol {
	display: block;
	width: 100%;
	list-style-type: decimal;
	margin-left: 20px;
}

#profile ol li {
	font-family: "Lato-Regular";
	font-size: 10pt;
	line-height: 16pt;
	color: #ffffff;
}

.social-check {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	z-index: 999;
}

.social-check .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 350px;
	height: 150px;
	background: #000;
	padding: 30px 30px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	border-top: solid 2px #ffc427;
	border-bottom: solid 2px #ffc427;
	color: #dedede;
}

.social-check .content i {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18pt;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #fff;
	cursor: pointer;
	z-index: 99;
}

.cart span.cart-desc .h3 {
	display: block;
	width: 30%;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 0;
	font-family: "Lato-SemiBold";
	font-size: 11pt;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0px 20px 0px 20px;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

/* daily story banner */
.story {
	display: block;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	top: 0;
	left: 0;
}

.story .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	top: 0;
	left: 0;
}

.story .content {
	display: block;
	width: 620px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid 5px #ffffff;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;

	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.story .content a {
	display: block;
	line-height: 0;
}

.story .content a img {
	width: 100%;

	border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
}

.story .content b {
	display: block;
	position: absolute;
	z-index: 999;
	width: 35px;
	height: 35px;
	background: #ffffff;
	top: -20px;
	right: -20px;
	cursor: pointer;

	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.story .content b i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 15pt;

	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* daily story banner */

/* mobile app popout */
.app-pop-button {
	display: block;
	position: fixed;
	z-index: 99991;
	top: 50%;
	left: 0;
	background: #ffc427;
	width: 34px;
	height: 209px;
	cursor: pointer;

	border-radius: 0px 5px 5px 0px;
	-o-border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	-ms-border-radius: 0px 5px 5px 0px;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.app-pop-button:hover {
	width: 40px;

	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.app-pop-button span {
	display: block;
	overflow: hidden;
	padding: 8px 5px 8px 5px;
	height: 42px;
	width: 206px;
	position: absolute;
	top: 80px;
	left: -80px;

	transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;

	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.app-pop-button:hover span {
	left: -70px;
}

.app-pop-button span i {
	display: block;
	float: left;
	font-size: 10pt;
	margin: 0px 5px 0px 0px;
}

.app-pop-button span p {
	display: block;
	float: left;
	font-family: "Lato-Bold";
	font-size: 10pt;
	color: #000000;
	padding: 1px 0px 1px 0px;
}

.app-pop {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99999;
}

.app-pop .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.6;
}

.app-pop .app-pop-content {
	display: block;
	position: absolute;
	width: 550px;
	height: 360px;
	top: 50%;
	left: 50%;
	background: #ffc427;

	border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;

	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.app-pop .app-pop-content span.phone {
	display: block;
	position: absolute;
	line-height: 0;
	width: 500px;
	height: 450px;
	bottom: 0;
	left: -120px;
	overflow: hidden;
}

.app-pop .app-pop-content span.phone img {
	display: block;
	position: absolute;
	width: 325px;
	height: 450px;
	bottom: -450px;
	left: 200px;
}

.app-pop .app-pop-content .content-right {
	display: block;
	position: absolute;
	width: 360px;
	top: 50%;
	right: 0;
	padding: 30px 30px 30px 30px;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.app-pop .app-pop-content .content-right h1,
.app-pop .app-pop-content .content-right .h1 {
	display: block;
	font-family: "Lato-Regular";
	font-size: 22pt;
	line-height: 22pt;
	color: #000000;
	text-transform: uppercase;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

.app-pop .app-pop-content .content-right h1 b,
.app-pop .app-pop-content .content-right .h1 b {
	display: block;
	font-family: "Lato-Bold";
}

.app-pop .app-pop-content .content-right h2 {
	display: inline-block;
	padding: 7px 20px 5px 20px;
	background: #000000;
	font-family: "Lato-Regular";
	font-size: 11pt;
	color: #ffc427;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

.app-pop .app-pop-content .content-right p {
	display: block;
	font-family: "Lato-Bold";
	font-size: 10pt;
	line-height: 15pt;
	color: #000000;
	padding: 0;
	margin: 0px 0px 50px 0px;
}

.app-pop .app-pop-content .content-right h3 {
	display: block;
	font-family: "Lato-Bold";
	font-size: 11pt;
	color: #000000;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

.app-pop .app-pop-content .content-right span {
	display: block;
}

.app-pop .app-pop-content .content-right span a {
	display: inline-block;
	line-height: 0;
	margin: 0px 5px 0px 0px;
	opacity: 0.95;
	width: 110px;
}

.app-pop .app-pop-content .content-right span a img {
	display: block;
	width: 100%;
}

.app-pop .app-pop-content .content-right span a:hover {
	opacity: 1;
}

.app-pop .app-pop-content h4.cancel-mobilepop {
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	background: #ffffff;
	top: -12px;
	right: -12px;
	cursor: pointer;

	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.app-pop .app-pop-content h4.cancel-mobilepop i {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 14pt;
	color: #000000;

	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* mobile app popout */

/* subscribe popout */
.subscribe-button {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	cursor: pointer;
}

.subscribe-button span {
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	background: #ffc427;
	top: 50%;
	left: 0;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);

	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.subscribe-button span i {
	display: block;
	position: absolute;
	top: 14px;
	left: 12px;
	font-size: 14pt;
	color: #000000;
}

.subscribe-button p {
	display: block;
	padding: 10px 14px 8px 56px;
	background: #000000;
	font-family: "Lato-Regular";
	font-size: 10pt;
	color: #ffffff;
	text-transform: uppercase;
	border: solid 2px #ffc427;
	overflow: hidden;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;

	border-radius: 30px 30px 30px 30px;
	-o-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	-webkit-border-radius: 30px 30px 30px 30px;
	-ms-border-radius: 30px 30px 30px 30px;
}

.subscribe-button p b {
	display: block;
	float: right;
	width: 0;
	white-space: nowrap;
	overflow: hidden;
	margin: 0px 0px 0px 4px;

	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.subscribe-button:hover p b {
	width: 150px;

	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.subscribe {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99999;
}

.subscribe .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.5;
}

.subscribe .content {
	display: block;
	position: absolute;
	width: 700px;
	height: 400px;
	background: #ffffff;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.subscribe .content span.left {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 0;
}

.subscribe .content span.left img {
	display: block;
	width: 100%;
}

.subscribe .content span.right {
	display: block;
	position: absolute;
	width: 400px;
	top: 50%;
	right: 0;
	padding: 30px 30px 30px 30px;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.subscribe .content span.right h1,
.subscribe .content span.right .h1 {
	display: block;
	font-family: "Lato-Bold";
	font-size: 15pt;
	text-transform: uppercase;
	color: #000000;
	padding: 0;
	margin: 0px 0px 5px 0px;
}

.subscribe .content span.right h1 b,
.subscribe .content span.right .h1 b {
	display: inline-block;
	color: #ffc427;
}

.subscribe .content span.right h2 {
	display: block;
	font-family: "Lato-Regular";
	font-size: 10pt;
	color: #000000;
	padding: 0;
	margin: 0px 0px 10px 0px;
}

.subscribe .content span.right ul {
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0;
	list-style-type: none;
}

.subscribe .content span.right ul li {
	display: block;
	font-family: "Lato-Regular";
	font-size: 9pt;
	line-height: 14pt;
	color: #000000;
	padding: 0px 0px 0px 10px;
	position: relative;
}

.subscribe .content span.right ul li:before {
	position: absolute;
	content: "\f105";
	font-family: "FontAwesome";
	left: 0;
}

.subscribe .content span.right input {
	display: block;
	width: 100%;
	border: none;
	background: #e2e2e2;
	font-family: "Lato-Regular";
	font-size: 10pt;
	color: #000000;
	padding: 12px 15px 12px 15px;
	margin: 0px 0px 8px 0px;
	height: 41px;
	overflow: hidden;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.subscribe .content span.right .g-recaptcha {
	display: block;
	margin: 0px 0px 8px 0px;
}

.subscribe .content span.right input.sub {
	display: block;
	width: 100%;
	background: #ffc427;
	font-family: "Lato-Bold";
	text-transform: uppercase;
	color: #000000;
	font-size: 11pt;
	cursor: pointer;
}

.subscribe .content span.right input.sub:hover {
	background: #000000;
	color: #ffffff;
}

.subscribe .content h3.cancel-subscribe {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 15pt;
	color: #000000;
	cursor: pointer;
	z-index: 9999;
}

/* subscribe popout */



/*extra css*/
.s-purchasehistory .tip-plist ul.tip-forlist li .more-content .bundle-list .event {
	width: 15%;
	text-align: left;
}

.s-purchasehistory .tip-plist ul.tip-forlist li .more-content .bundle-list .match {
	width: 30%;
	text-align: left;
}

.s-purchasehistory .tip-plist ul.tip-forlist li .more-content .bundle-list .btype {
	width: 20%;
	text-align: left;
}

.s-purchasehistory .tip-plist ul.tip-forlist li .more-content .bundle-list .tip {
	width: 20%;
	text-align: left;
}

.s-purchasehistory .tip-plist ul.tip-forlist li .more-content .bundle-list .result {
	width: 15%;
	text-align: left;
}

.s-purchasehistory .tip-plist ul.tip-forlist li span.credit i {
	color: #5bda32;
}

/*extra css*/


.page-extra-note {
	background: #272727;
	padding: 0px 0px 30px;
}

.note-cover {
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 30px;
	box-sizing: border-box;
	background: #000000;

	font-family: "Lato-Regular";
	font-size: 10pt;
	line-height: 18pt;
	color: #dedede;
}

.note-cover .title {
	text-transform: capitalize;
	font-size: 13pt;
	font-weight: bold;
}


.note-cover>ol {
	list-style-type: decimal;
	margin-left: 15px;
}

.note-cover>ol li b {
	font-weight: bold;
	color: #fff;
}


.note-cover>ol li a {
	color: #ffc427;
}

.announcement {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 100000;
	display: none;
}

.announcement .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	max-width: 450px;
	height: auto;
	background: #272727;
	border-radius: 3px;
	padding: 30px 30px;
	text-align: center;
	box-sizing: border-box;
}

.announcement .content .h1 {
	display: block;
	text-align: center;
	color: #ffc427;
	font-size: 15pt;
	line-height: 1.5;
	padding-bottom: 20px;
}

.announcement .content p {
	line-height: 1.5;
	text-align: left;
	color: #ffffff;
}

.announcement .content a {
	display: inline-block;
	color: #ffc427;
	cursor: pointer;
}

.announcement .content a:hover {
	text-decoration: underline;
}

.country-search .h2 {
	display: block;
	font-family: "Lato-Regular";
	font-size: 9pt;
	line-height: 14pt;
	color: #ffffff;
	margin: 0 0 10px
}

.country-search b.cs-show {
	display: inline-block;
	padding: 5px 10px;
	border: solid 2px #ffffff;
	font-family: "Lato-Bold";
	text-transform: uppercase;
	font-size: 9pt;
	color: #ffffff;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
}


.country-search b.cs-show:hover {
	background: #ffffff;
	color: #000000;
}

.country-search b.cs-show i {
	display: inline-block
}

.country-search b.show i.hide {
	display: none
}

.country-search b.show i.show {
	display: inline-block
}

.country-search b.hide i.show {
	display: none
}

.country-search b.hide i.hide {
	display: inline-block
}

ul.cs-list {
	display: none;
	margin-top: 20px;
}



.side-creditpack {
	display: block;
	padding: 30px;
	background: #000;
	margin-bottom: 20px;
}

.side-creditpack ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none
}

.side-creditpack li {
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 0 15px;
	overflow: hidden;
	background: #efefef;
	position: relative;
	border: solid 1px #eaeaea;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 2px 20px 2px 5px;
	-o-border-radius: 2px 20px 2px 5px;
	-moz-border-radius: 2px 20px 2px 5px;
	-webkit-border-radius: 2px 20px 2px 5px;
	-ms-border-radius: 2px 20px 2px 5px
}

.side-creditpack ul li:last-child {
	margin: 0
}

.side-creditpack li span.cp-left {
	display: block;
	position: absolute;
	width: 100%;
	height: 28px;
	bottom: 10px;
	left: 0;
	background: #ffc427;
	transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease
}

.side-creditpack li:hover span.cp-left {
	left: -100%;
	transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease
}

.side-creditpack li span.cp-right {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 100%;
	overflow: hidden;
	transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease
}

.side-creditpack li:hover span.cp-right {
	left: 0;
	transition: all .6s ease;
	-o-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-ms-transition: all .6s ease
}

.side-creditpack li span.cp-left .h1 {
	display: block;
	position: absolute;
	font-family: "Lato-Bold";
	font-size: 30pt;
	color: #2f2f2f;
	bottom: 0;
	left: 15px;
	z-index: 1
}

.side-creditpack li span.cp-left .h1 b {
	display: inline-block;
	font-family: "Lato-SemiBold";
	text-transform: uppercase;
	font-size: 10pt;
	color: #fff;
	margin: 0 0 0 5px
}

.side-creditpack li span.cp-left .h2 {
	display: block;
	width: 100%;
	position: absolute;
	top: -42px;
	left: 0;
	padding: 15px;
	text-align: right;
	font-family: "Lato-Bold";
	font-size: 12pt;
	text-transform: uppercase;
	color: #ffc427;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.side-creditpack li span.cp-right i {
	display: block;
	position: absolute;
	font-size: 120pt;
	color: #ffc427;
	top: -31px;
	left: -96px
}

.side-creditpack li span.cp-right p {
	display: block;
	position: absolute;
	top: 20px;
	right: 15px;
	width: 100%;
	text-align: right;
	font-family: "Lato-Bold";
	font-size: 14pt;
	text-transform: uppercase;
	color: #ffc427
}

.side-creditpack li span.cp-right a {
	display: block;
	position: absolute;
	padding: 5px 10px;
	font-family: "Lato-Bold";
	font-size: 9pt;
	text-transform: uppercase;
	bottom: 12px;
	right: 15px;
	border: solid 2px #ffc427;
	color: #ffc427;
	border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px
}

.side-creditpack li span.cp-right a:hover {
	background: #ffc427;
	color: #fff
}

.promotion-list-image {
	display: block;
	padding: 30px 30px 30px 30px;
	background: #000000;
	margin: 0px 0px 20px 0px;
}

.promotion-list-image ul {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.promotion-list-image ul li {
	display: block;
	margin: 0px 0px 10px 0px;
	color: #ff0000;
}

.promotion-list-image ul li:last-child {
	margin-bottom: 0px;
}

.promotion-list-image ul li img {
	width: 100%;
}

.cancel-mobilepop {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
	cursor: pointer;
}


.video-popup-wrap {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99999;
	top: 0;
	left: 0;
	text-align: center;
}

.video-popup-wrap .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	top: 0;
	left: 0;
}


.video-popup {
	display: block;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: solid 3px #ffc427;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: white;
	background-color: #000;
	border-radius: 10px;
	padding: 15px 10px;
	box-sizing: border-box;
}

.video-popup-content-title {
	font-size: 21px;
	line-height: 27px;
}

.video-popup-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.video-popup-content-img {
	height: 150px;
	width: 150px;
	border-radius: 100%;
	background-color: #272727;
	margin: 10px 0;
	border: 3px solid #ffc427;
	display: flex;
	min-height: 135px;
	align-items: center;
	justify-content: center;
	padding: 15px;
	box-sizing: border-box;
}

.video-popup-content-img img {
	width: auto;
	max-width: 100%;
}


.video-popup-content-para {
	line-height: 20px;
	font-size: 14px;
}

.video-sub-button a {
	color: white;
	padding: 10px 25px;
	box-sizing: border-box;
	margin: 10px 0;
	display: inline-block;
	background-color: red;
	border-radius: 30px;
	letter-spacing: 4px;
}


.video-popup-close {
	display: inline-block;
	position: absolute;
	top: -18%;
	left: 120%;
	color: #ffc427;
	padding: 5px;
	cursor: pointer;
	font-size: 22px;
}

.bank-detail ul.choose-country {
	display: flex !important;
	flex-wrap: wrap !important;

}

.bank-detail ul.choose-country li,
.bank-detail ul.choose-country li:last-child {
	width: 150px;
	margin: 0px 10px 10px 0px !important;
}

.floating-banner {
	position: fixed;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 99;
}

.floating-banner img {
	width: 100%;
}

.floating-banner-content {
	position: fixed;
	display: none;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 99999999;
	top: 0;
	left: 0;
}

.floating-banner-content .content {
	width: 100%;
	max-width: 600px;
	margin: 10px 10px;
	max-height: 100vh;
	overflow-y: auto;
}

.floating-banner-content .content .youtube_frame {
	width: 100%;
}

.floating-banner-content .content .youtube_frame iframe {
	width: 100%;
}

.floating-banner-content .content .banner_image {
	margin-top: 20px;
	width: 100%;
}

.floating-banner-content .content .banner_image img {
	display: block;
	width: 100%;
	object-fit: contain;
}

.floating-banner-content .content .closethisbanner {
	float: right;
	display: block;
	color: #ffffff;
	cursor: pointer;
	margin: 15px 0px;
	text-decoration: underline;
}

.deposit-method .select-method ul li a b {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	background-color: white;
}

.payment-method ul li a b {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	background-color: white;
}

.per-cover ul.head li.action,
.per-cover ul.perlist li span.action{
	width:15%;
}

.per-cover ul.perlist li span.more-content{
	width:100%;
	background:#444444;
	padding:15px;
	border-bottom:1px solid #ffffff;
}

.per-cover ul.perlist li span.more-content > ul.head{
	background:#000000;
}

.per-cover ul.perlist li span.more-content > ul.head li{
	background: #000000;
	color:#ffffff;
	border-bottom:0;
}

.per-cover ul.perlist li span.more-content table.sharing-status{
	width:100%;
}

.per-cover ul.perlist li span.more-content table.sharing-status thead{
	background:#ffc427;
}

.per-cover ul.perlist li span.more-content table.sharing-status thead tr th{
	color:#000000;
	padding:10px 10px;
	text-transform: uppercase;
    color: #000000;
	font-family: Lato-Bold;
}

.per-cover ul.perlist li span.more-content table.sharing-status tbody tr td{
	padding:10px 10px;
	background:#000000;
}

.per-cover ul.perlist li span.more-content table.sharing-status tbody tr td a{
	display: block;
    width:100%;
    font-family: "Lato-SemiBold";
    font-size: 9pt;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border: solid 1px #ffffff;
    text-align: center;
    cursor: pointer;
	box-sizing:border-box;
	border-radius:5px;
}


.per-cover ul.perlist li span.action b.more {
    display: block;
    width:100%;
    font-family: "Lato-SemiBold";
    font-size: 9pt;
    text-transform: uppercase;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    border: solid 1px #ffffff;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
}


.sharingtip-popup {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	padding: 30px 30px 30px 30px;
	opacity: 0;
	visibility: hidden;

	transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.sharingtip-popup.active {
	opacity: 1 !important;
	visibility: visible !important;

	transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
}

.sharingtip-popup .overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.2);
}

.sharingtip-popup .content-cover {
	display: block;
	position: absolute;
	width: 900px;
	padding: 30px 30px 30px 30px;
	background: #000000;
	top: 50%;
	left: 50%;

	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.sharingtip-popup .content-cover .scroll {
	display: block;
	width: 100%;
	padding: 0px 10px 0px 0px;
	overflow-y: auto;
	max-height: 400px;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.sharingtip-popup .content-cover .scroll h2 {
	display: block;
	font-family: "Lato-Regular";
	font-size: 11pt;
	color: #ffffff;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #272727;
}

.sharingtip-popup .content-cover .scroll table.popup-orderdetail{
	width:100%;
}

.sharingtip-popup .content-cover .scroll table.popup-orderdetail thead{
	background: #ffc427;
}

.sharingtip-popup .content-cover .scroll table.popup-orderdetail thead tr th{
	padding: 10px 10px 10px 10px;
    font-family: "Lato-Bold";
    font-size: 8pt;
    text-transform: uppercase;
	color:#000000;
}

.sharingtip-popup .content-cover .scroll table.popup-orderdetail tbody tr td{
	padding: 10px 10px 10px 10px;
    font-family: "Lato-Regular";
    font-size: 8pt;
    line-height: 11pt;
	color: #ffffff;
    letter-spacing: 0.5px;
	background: #272727;
}

.sharingtip-popup .content-cover .scroll table.popup-orderdetail tbody tr td a.view{
    font-family: "Lato-Regular";
    font-size: 8pt;
    color: #ffc427;
}

.sharingtip-popup .content-cover .scroll table.popup-orderdetail tbody tr td a.view:hover{
	text-decoration:underline;
}

.purchase_success{
	display: block;
	padding: 30px 30px 30px 30px;
	background: #000000;
}

.purchase_success h2 {
	display: block;
	font-size: 20pt;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #ffc427;
	font-family: "Lato-SemiBold";
}

.purchase_success h2 i{
	font-size: 30pt;
	display: inline-block;
	vertical-align: sub;
}

.purchase_success p {
	color: #fff;
	padding-bottom: 20px;
	font-size: 10pt;
	line-height: 14pt;
}

.purchase_success p b{
	color:#ffc427;
	text-decoration:underline;
	font-weight:bold;
}

.purchase_success a.button {
	display: inline-block;
	padding: 8px 20px 8px 20px;
	margin: 30px 0px 0px 0px;
	border: solid 1px #ffffff;
	font-family: "Lato-SemiBold";
	font-size: 10pt;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
}

.purchase_success a.button:hover {
	background: #fff;
	color: #000;
}

.purchase_success a.link{
	color:#ffc427;
	text-decoration:underline;
	font-size:20px
}


.per-cover ul.perlist li span.option{
	width:39%;
}

.per-cover ul.perlist li span.option a.color-button{
	text-align:center;
}

.per-cover ul.perlist li span.option-list{
	width:100%;
	display:none;
	background:#444444;
}

.per-cover ul.perlist li span.option-list ul li{
	border:none;
	background:#444444;
}

.per-cover ul.perlist li span.option-list ul li a{
	margin:0 auto;
}

.login_wrapper{
	display:flex;
	gap:10px;
}

.login_wrapper .left,
.login_wrapper .right{
	width:50%;
}

.otp_login{
	width:100%;
	max-width:200px;
}

.otp_login p{
	color:#fff;
	font-size:12px;
	padding-bottom:5px;
}

.otp_login .iti--separate-dial-code .iti__selected-dial-code{
	color:#ffffff;
	font-size:13px;
}

.otp_login li .input-cover {
	position: relative;
}

.otp_login li .input-cover > i {
	display: block;
	position: absolute;
	font-size: 10pt;
	color: #000000;
	top: 50%;
	left: 12px;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.otp_login li > div{
	margin-bottom:10px;
}

.otp_login li a.otp_resend p{
	color:#ffc427;
}

.alert-content .otp_content .title{
	display: block;
    font-family: "Lato-Bold";
    font-size: 12pt;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 20px 0px;
    color: #ffffff;
}

.alert-content .otp_content p{
	display: block;
    margin: 0 auto;
    font-family: "Lato-Regular";
    font-size: 10pt;
    line-height: 15pt;
    color: #ffffff;
	padding-bottom:10px;
}

.alert-content .otp_content .input-field{
	max-width:200px;
	padding:10px 12px;
}

.alert-content .otp_content .otp-input{
	display:flex;
	align-items:center;
	gap:10px;
}

.alert-content .otp_content .otp-input{
	margin-bottom:30px;
}

.alert-content .otp_content a.resendotp{
	color:#ffc427;
	font-size:14px;
}

.alert-content .otp_content .sub{
	display: inline-block;
    height: 31px;
    padding: 8px 30px 8px 30px;
    border: none;
    background: #ffffff;
    font-family: "Lato-SemiBold";
    font-size: 10pt;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.alert-content .otp_content .sub:hover{
	background: #ffc427;
}

.otp_option{
	display:flex;
	justify-content:space-between;
	padding-bottom:20px;
}

.otp_option > div{
	width:49%;
	text-align:center;
	font-family: "Lato-SemiBold";
	padding:10px 10px;
	border:1px solid #ffc427;
	border-radius:4px;
	color:#ffc427;
	box-sizing:border-box;
	cursor:pointer;
}

.otp_option > div.active{
	background:#ffc427;
	color:#000000;
}


.otpbox .submit {
	display: inline-block;
	padding: 8px 20px 8px 20px;
	border: solid 1px #ffffff;
	font-family: "Lato-SemiBold";
	font-size: 10pt;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
	cursor: pointer;

	border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
}

.otpbox .submit:hover {
	background: #ffffff;
	color: #000000;
}

.subscription_dd_cover{
	display:flex;
	gap:20px;
	justify-content:center;
	align-items:center;
}

.subscription_tips_dd {
  width: 100%;
  position: relative;
  max-width:250px;

}

.subscription_tips_dd .selected {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 10px 10px;
  color: #000000;
  line-height: 1.3;
  cursor: pointer;
  background: url(../images/angle-down.png)
	no-repeat right 5px center;
	color:#ffffff;
	box-sizing:border-box;
	text-align:center;
}

.subscription_tips_dd .dd_option {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  width: 100%;
  display: none;
  z-index:10;
  -webkit-box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  max-height:150px;
  overflow-y:auto;
}

.subscription_tips_dd .dd_option .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 10px;
  color: #000000;
  line-height: 1.3;
  cursor: pointer;
  background:#ffffff;
  text-align:center;
}

.subscription_tips_dd .dd_option .item:hover {
  background: #f5f5f5;
}

.subscription_tips_dd .dd_option .item:last-child {
  border-bottom: none;
}

input.submit_addtocart {
	display: block;
	font-family: "Lato-SemiBold";
	font-size: 9pt;
	text-transform: uppercase;
	color: #ffffff;
	background:none;
	cursor:pointer;
	padding: 5px 20px 5px 20px;
	border: solid 1px #ffffff;

	border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;

	box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

input.submit_addtocart:hover {
	background: #ffffff;
	color: #000000;
}



/* alert pop */
.otp-pop {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.2);
}


/* alert pop */



.account_verified_notice{
	display: block;
    overflow: hidden;
    padding: 30px 30px 30px 30px;
    background: #000000;
    position: relative;
    margin: 0px 0px 20px 0px;
}

.account_verified_notice p{
	font-size:14px;
	color:#ffffff;
	padding-bottom:10px;
}

.account_verified_notice p b{
	color:#ffc427;
	font-family: "Lato-SemiBold";
}

.account_verified_notice .cover{
	display:flex;
	gap:30px;
	align-items:center;
}

.account_verified_notice .cover a{
    padding: 8px 20px 8px 20px;
    text-align: center;
    font-family: "Lato-SemiBold";
    font-size: 9pt;
    text-transform: uppercase;
    color: #ffc427;
    border: solid 1px #ffc427;
    border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
	min-width:150px;
}

.account_verified_notice .cover a:hover{
	color:#000000;
	background:#ffc427;
}

.alert-content .otp_content .otp-input{
	flex-wrap:wrap;
}

.alert-content .otp_content .otp-input .msgsend{
	width:100%;
	padding:0;
	line-height:1;
	color: #ffc427;
	font-size:12px;
}

.tips-box.bundle ul.list li{
	display:flex;
	flex-wrap:wrap;
	overflow:visible;
}

.s-purchasehistory .tip-plist ul.tip-forlist li .more-content ul.total-sum{
	display:flex;
	flex-wrap:wrap;
	overflow:visible;
}

.s-purchasehistory .tip-plist ul.tip-forlist li .more-content ul.total-sum li{
	border-right:none;
}

.s-purchasehistory .tip-plist ul.tip-forlist li .more-content ul.total-sum li:nth-child(2){
	width:33%;
}

.tipster-bundle ul{
	display:flex;
	flex-wrap:wrap;
	gap:2%;
	row-gap:15px;
}

.tipster-bundle ul li{
	float:none;
	margin:0;
}

.tipster-bundle ul li a{
	padding:8px 10px;
	line-height:1.3;
}

.payment-method ul li a .tooltips{
	position:absolute;
	width:130px;
	height:50px;
	background:#000000;
	border:2px solid #ffc427;
	border-radius:8px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	color:#ffffff;
	font-size:14px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index:-1;
	opacity:0;
}

.payment-method ul li a:hover > .tooltips{
	opacity:1;
	z-index:20;
	transition: all ease 0.3s;
}

@media only screen and (max-width: 500px) {
	.video-popup-close {
		top: -11%;
		left: 90%;
	}
}