/*
Theme Name: HTML5 Blank Child
Template: html5blank
*/
*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('fonts/myriad-pro/MyriadPro-Regular.woff') format('woff'); /* fallback */
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('fonts/myriad-pro/MyriadPro-Bold.woff') format('woff'); /* fallback */
    font-weight: 700; /* bold weight */
    font-style: normal;
    font-display: swap;
}
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none
}
::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none
}
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none
}
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
html {
	scroll-behavior: smooth
}
body {
	margin: 0;
	font-family: 'MyriadPro-Regular';
	background: #f5f5f5
}
img {
	max-width: 100%;
	vertical-align: middle
}
a {
    color: #ad0000;
    text-decoration: underline;
    font-weight: bold;
}
a:hover {
	color: #444
}
a:focus {
	outline: 0
}
a:hover,
a:active {
	outline: 0
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC
}
.post-content{
	display: flex;
}
.header {
	background: #ad0000;

}
.header-inner {
	max-width: 1670px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.hamburger {
	display: none;
}
.hamburger-icon {
    background: url(img/menu.png) no-repeat;
    height: 43px;
    width: 50px;
    display: block;
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}
.inactive-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	max-width: 420px;
	height: 100%;
	background: #373737;
	border-right: 1px solid #000;
	position: fixed
}
.logo,
.right-header-button {
	display: inline-block;
	vertical-align: middle
}
.logo span{
	font-size: 2em;
	margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    height: fit-content;
    display: block;
}
.right-nav-wrap{
/* 	display: block; */
	display: none !important;
	width: 100%;
	background-color: #373737;
	display: flex;
	justify-content: center;
}
.logo {
	max-width: 300px;
	width: 300px;
}
.main-navigation li {
	float: left;
	padding: 10px 25px;
	list-style: none;
}
.main-navigation ul {
	margin: 0;
	padding-left: 0
}
.main-navigation a {
	display: inline-block;
	font-size: 20px;
	text-decoration: none;
	line-height: 1.4em;
	color: #fff;
	font-weight: 600
}
.main-navigation a:hover {
	color: #ffe000
}
.right-header-button .loginform-button-wrapper {
	min-width: 190px;
	position: relative
}
.right-header-button {
	width: 460px;
	max-width: 460px;
	padding-left: 65px
}
.loginform-button-wrapper .btn {
	min-width: 90px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	border-radius: 20px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px
}
.page-content-image {
	width: 600px;
	height: auto;
}
.page-content-image:hover {
	transform: none;
}
.btn-small {
	padding: 7px 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 1px
}
.btn-gray {
	color: #af0000;
	background-color: #f7f7f7;
	border-color: #e4e4e4
}
.btn-yellow {
	color: #af0000;
	background-color: #ffe000;
	border-color: #ffe000
}
.language-switcher {
/* 	display: inline-block; */
	display: none !important;
	position: relative
}
.language-switcher ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: 170px;
	padding: 0;
	background: #900000;
	text-align: right;
	z-index: 20;
	display: none
}
.language-switcher li {
	display: inline
}
.language-switcher a {
	display: block;
	padding: 4px 6px;
	color: #fff;
	font-size: 12px;
	cursor: pointer
}
.language-switcher a:after,
.language-switcher>a:before {
	display: inline-block;
	content: ""
}
.language-switcher a:hover {
	background: #a00
}
.language-switcher a:after {
	width: 32px;
	height: 32px;
	line-height: 17px;
	vertical-align: middle;
	background-image: url(img/sprite-flags2.png);
	background-repeat: no-repeat;
	background-position: -5px -73px;
	text-indent: -9999px;
	margin-right: 5px;
	margin-left: 12px
}
.language-switcher .eu a:after,
.language-switcher a.eu:after {
	background-position: -5px -109px
}
.language-switcher .zh-hans a:after,
.language-switcher a.zh-hans:after {
	background-position: -5px 0
}
.language-switcher .zh-hant a:after,
.language-switcher a.zh-hant:after {
	background-position: -5px -37px
}
.language-switcher .th a:after,
.language-switcher a.th:after {
	background-position: -5px -434px
}
.language-switcher .vi a:after,
.language-switcher a.vi:after {
	background-position: -5px -470px
}
.language-switcher .id a:after,
.language-switcher a.id:after {
	background-position: -5px -217px
}
.language-switcher .ja a:after,
.language-switcher a.ja:after {
	background-position: -5px -253px
}
.language-switcher .ko a:after,
.language-switcher a.ko:after {
	background-position: -5px -289px
}
.language-switcher .in a:after,
.language-switcher a.in:after {
	background-position: -5px -181px
}
.language-switcher .te a:after,
.language-switcher a.te:after {
	background-position: -5px -181px
}
.language-switcher .hi a:after,
.language-switcher a.hi:after {
	background-position: -5px -181px
}
.language-switcher .el a:after,
.language-switcher a.el:after {
	background-position: -5px -145px
}
.language-switcher .pl a:after,
.language-switcher a.pl:after {
	background-position: -320px -440px
}
.language-switcher .kr a:after,
.language-switcher a.kr:after {
    background-position: -5px -289px;
}
.language-switcher>a {
	padding: 6px;
	border: 0;
	border-radius: 0 0 3px 3px;
	background: #af0000;
	color: transparent;
	text-shadow: none
}
.language-switcher>a:before {
	width: 0;
	height: 0;
	border-top: 8px solid #8b0000;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-right-width: 5px;
	border-left-width: 5px;
	position: absolute;
	height: 0;
	top: 8px;
	right: 4px
}
.language-switcher>a:hover {
	background: #900000
}
.language-switcher li:last-child,
.language-switcher li:last-child a {
	border-bottom: 0
}

.jump-links-dropdown{
	color: #000;
}

.jump-link-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-size: 16px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
	max-width: 600px;
}

.jump-link-select:focus {
    border-color: #007bff;
    background-color: #fff;
}

.jump-link-select:hover {
    background-color: #e9e9e9;
}

.search-bar{
	display: flex;
}
.search-div {
	display: inline-block;
	vertical-align: middle;
	position: relative
}
.icon-search {
	width: 47px;
	height: 47px;
	background-image: url(img/sprite.png);
	background-position: -180px -465px;
	cursor: pointer
}
.search-div .search-area {
	position: absolute;
	top: 57px;
	right: -54px;
	width: 263px;
	padding: 10px;
	text-align: center;
	z-index: 20;
	display: none
}
.searchform div {
	border-radius: 11px;
	min-width: 253px;
	padding: 10px;
	display: inline-block
}
.searchform #s {
	padding: 18px 16px;
	border-radius: 7px;
	border: none;
	vertical-align: middle;
	font-size: 14px
}
.searchform #searchsubmit {
	padding: 10px;
	margin-left: -8px;
	border-radius: 0 5px 5px 0;
	border: none;
	cursor: pointer;
	vertical-align: middle;
	background: #ffe000;
	color: #ad0000;
	font-size: 28px
}
.search-results .div_title_category a {
	font-size: 17px
}
.search-results section h1 {
	text-align: center;
	font-size: 30px
}
.search-results article {
	max-width: 535px;
	display: inline-block
}
.search-results main .div_category {
	max-width: 500px;
	margin: 0 82px 30px 0
}
.search-results main h1 {
	color: #ad0000;
	border-bottom: 1px solid #d4d4d4;
	padding: 15px;
	font-size: 30px
}
.search-results main div:nth-child(3n+4) {
	margin-right: 0
}
.home-header {
	width: 100%;
	max-width: 1330px;
	cursor: auto;
}
.home-header h2 {
	color: #af0000;
	font-size: 35px;
	display: inline-block
}
.home-header span {
	display: inline-block;
	vertical-align: text-bottom;
	padding-left: 10px;
	visibility: hidden
}
.home-header span img {
	width: 25px
}
.home-header div {
	display: inline-block;
	width: 49%;
	position: relative;
}
.home-header .home-form {
	text-align: right
}
.home-form form {
	margin-right: 65px
}
.home-form form select {
	padding: 12px;
	font-size: 18px;
	border-radius: 6px;
	vertical-align: super;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center
}
.content {
	max-width: 100%;
}
.home-slider {
	width: 100%;
	max-width: 100%;

}
ul.bjqs {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none
}
li.bjqs-slide {
	position: absolute;
	display: none
}
ul.bjqs-controls {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9999
}
ul.bjqs-controls.v-centered li a {
	position: absolute
}
ul.bjqs-controls.v-centered li.bjqs-next a {
	right: 70px;
	width: 47px;
	height: 64px;
	background-image: url(img/sprite.png);
	display: inline-block;
	text-indent: -9999px;
	background-position: -233px -56px;
	z-index: 2
}
ul.bjqs-controls.v-centered li.bjqs-prev a {
	left: 70px;
	width: 47px;
	height: 64px;
	background-image: url(img/sprite.png);
	display: inline-block;
	text-indent: -9999px;
	background-position: -233px 7px;
	z-index: 2
}
ol.bjqs-markers {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%
}
ol.bjqs-markers.h-centered {
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0px!important
}
ol.bjqs-markers li {
	display: inline
}
ol.bjqs-markers li a {
	display: inline-block
}
ul.bjqs-controls.v-centered li a:hover {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate
}
ol.bjqs-markers li a {
	padding: 0 6px;
	background: #ffe000;
	color: #fff;
	margin: 8px;
	text-decoration: none;
	border-radius: 112px;
	text-indent: -9999px
}
ol.bjqs-markers li.active-marker a {
	padding: 0 15px
}
ol.bjqs-markers li a:hover {
	background: #ffc371
}
div.bjqs-caption {
	color: #fff;
	font-size: 15px;
	background-color: rgba(0, 0, 0, .5);
	font-family: 'UbuntuMedium', sans-serif
}
.slider-description {
	position: absolute;
	top: 40px;
	right: 244px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: right;
	z-index: 1;
	line-height: 1.3
}
.slider-description .font-yellow {
	color: #ffe000;
	font-size: 57px;
	text-shadow: 3px 2px #ad0000
}
.slider-description .font-white {
	color: #FFF;
	font-size: 48px;
	text-shadow: 3px 2px #ad0000
}
.slider-description .font-small {
	font-size: 30px;
	color: #FFF;
	text-shadow: 3px 2px #ad0000
}
.slider-button {
	padding-top: 30px;
	height: auto;
	min-height: 70px
}
.slider-button .btn {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 27px;
	padding: 13px 37px;
	border-radius: 10px
}
.slider-button .btn-left {
	color: #ffe000;
	background-color: #ad0000;
	margin-right: 15px
}
.slider-button .btn-right {
	color: #af0000;
	background-color: #ffe000
}
.page-template main {
	padding-top: 30px
}

.about-banner img {
	height: 400px
}
.banner-description {
	position: absolute;
	top: 80px;
	right: 244px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	z-index: 1;
	line-height: 1.4
}
.banner-description .pull-right {
	float: right;
	background: rgba(0, 0, 0, .5);
	padding: 30px 70px;
	border-radius: 18px
}
.banner-description .about-font-yellow {
	color: #ffe000;
	font-size: 2em;
	text-shadow: 3px 2px #ad0000
}
.banner-description .about-font-white {
	color: #FFF;
	font-size: 28px;
	text-shadow: 2px 2px #ad0000
}
article,.post-article {
	font-size: 18px;
	line-height: 1.5
}
main {
	max-width: 1670px;
	margin: 0 auto;
	color: #333
}
main>*{
	position: relative;
}
.home main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.category main {
	padding-top: 30px
}
main img {
	height: auto;
	-webkit-transition: transform 2.05s ease-in-out;
	-moz-transition: transform 2.05s ease-in-out;
	-ms-transition: transform 2.05s ease-in-out
}
main img:hover {
	/* transform: scale(1.1); */
	transition: all 2s
}
main section {
	max-width: 1330px;
	display: inline-block;
    vertical-align: top;
}
main section a:hover {
	text-decoration: underline
}
main .div_image_category {
	max-height: 330px;
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	-moz-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	position: relative;
}
main .div_title_category a {
	font-size: 18px;
	color: #ad0000
}
main .div_title_category p {
	font-size: 17px
}
main .div_category {
	max-width: 585px;
	position: relative;
	display: inline-block;
	margin-right: 70px
}
main .div_category .div-h3 {
	text-align: center;
	position: absolute;
	bottom: 140px;
	left: 12px;
	background: #ad0000;
	width: 65px;
	height: 77px
}
main .div_category .div-h3 span {
	font-size: 25px;
	color: #ffe000;
	margin-block-start: 8px;
	margin-block-end: 8px;
	padding: 0 10px;
	display: block;
}
.pagination {
	text-align: center;
	position: relative;
	display: table;
	padding-top: 30px
}
.pagination .page-numbers {
	background: #FFF;
	display: block;
	width: auto;
	float: left;
	margin: 4px 30px 4px 0;
	padding: 12px 20px 10px 20px;
	text-decoration: none;
	font-size: 22px;
	border-radius: 5px;
	border: 1px solid #ccc
}
.pagination .current {
	background: #ad0000;
	color: #ffe000;
	padding: 12px 20px 10px 20px
}
.pagination .next,
.pagination .prev {
	display: none
}
.pagination .dots {
	background: none;
	border: none
}
.page-template-page-sports-odds main {
	padding-top: 30px
}
.sports-odds-slider {
	width: 100%;
	max-width: 100%;
	max-height: 222px
}
.sports-odds-slider ul {
	max-height: 222px
}
.sports-odds-slider .slider-description {
	position: absolute;
	top: 20px;
	right: 200px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: right;
	z-index: 1;
	line-height: 1.3;
	font-size: 37px;
	color: #FFF;
	text-shadow: 3px 2px #ad0000
}
.sports-odds-slider .slider-description .font-yellow {
	color: #ffe000;
	text-shadow: 3px 2px #ad0000;
	font-size: 37px
}
.sports-odds-slider .slider-button {
	padding-top: 15px;
	height: auto;
	min-height: 70px
}
.sports-odds-slider .slider-button .btn-right {
	text-shadow: 0 0 #ffe000
}
.sports-odds-slider .slider-button .btn {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 36px;
	padding: 6px 19px;
	border-radius: 10px
}
.sports-odds-slider .bjqs-slide:nth-child(3) .slider-description {
	line-height: 1.1
}
.iframe-wrap {
	width: 100%;
	height: 970px;
	position: relative;
	background: #fff;
	padding-top: 50px;
	text-align: center;
	max-height: 700px;
	overflow: auto
}
.iframe-wrap iframe {
	border: none;
	display: inline-block
}
.iframe-wrap a {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block
}
.page-banner img {
	width: 100%
}
.page-banner{
	position: relative;
}
.page-banner .banner-description {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.page-banner .banner-description .center {
	font-size: 38px;
	color: #ffe000
}
.single-post main {
	max-width: 1000px;
	padding-top: 50px
}
.post-content{
	display: flex;
}
.single-post section {
	flex:1;
}
.single-post main .div_category {
	max-width: 290px;
	position: relative;
	display: inline-block;
	margin: 0 30px 0 0
}
.single-post main .div_category .div-h3 {
	text-align: center;
	position: absolute;
	bottom: 200px;
	left: 12px;
	background: #ad0000;
	width: 65px;
	height: 77px
}
.single-post main .div_category:nth-child(2) {
	margin-right: 0
}
.single-post main section {
	max-width: 1024px;
	margin-right: 25px;
	width: 68%;
}
.single-post-image {
	overflow: hidden
}
.single-post-image img {
	width: 100%
}
.single-post main section a {
	color: #af0000;
	text-shadow: 0 1px #333
}
.single-post section h1 {
	font-size: 30px;
	color: #af0000;
    text-shadow: 0 1px #333;
}
.single-post table{
	width: 100%;
	border-collapse: collapse;
}
.single-post th, .single-post td{
	border: 1px solid #000; 
 	padding: 8px; 
  	text-align: left; 
}
.single-post th{
	border-bottom: 2px solid #000; 
}
.single-post .single-post-content {
	padding: 15px
}
.single-post main section ul,
.single-post main section ol {
	list-style-type: disc
}
.single-post .related-posts {
	max-width: 620px;
    margin-top: 50px;
}
.single-post .related-posts .related-posts-header {
	border-bottom: 1px solid #d4d4d4;
	color: #ad0000;
	font-size: 2em;
}
.single-post .related-posts .related-posts-category {
	margin-top: 20px
}
.single-post .banner-section {
	max-width: 620px;
	margin-top: 20px
}
.single-post .banner-section div {
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	-moz-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1)
}
.footer {
	margin-top: 80px
}
.container {
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 100px;
	padding-left: 100px
}
.footer h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #AF0000
}
.footer p,
.footer a {
	font-size: 20px;
	font-weight: 400;
	color: #333
}
.mb-50 a {
	margin: 0 10px 0 0
}
.mb-50 img {
	max-width: 50px;
	max-height: 50px
}
.sponsors ul {
	padding: 0;
	clear: both;
	overflow: hidden;
	font-size: 0;
	text-align: center
}
.sponsors li {
	display: inline-block;
	margin: 0 25px
}
.payments {
	text-align: center
}
.site-keyword {
	line-height: 30px
}
.quicklinks a {
	line-height: 36px
}
.quicklinks a:hover {
	text-decoration: underline
}
.copyright {
	max-height: 45px;
	line-height: 32px;
	background: #666;
	min-width: 1670px
}
.copyright span {
	margin-bottom: 0;
	padding: 5px;
	color: #FFF!important;
	font-size: 17px
}
.icon-facebook,
.icon-twitter,
.icon-instagram,
.icon-youtube {
	width: 47px;
	height: 47px;
	margin: 0 2px;
	background-image: url(img/sprite.png)
}
.icon-facebook.lazy-loaded {
	background-position: -400px 0
}
.icon-twitter.lazy-loaded {
	background-position: -400px -60px
}
.icon-instagram.lazy-loaded {
	background-position: -180px -340px
}
.icon-youtube.lazy-loaded {
	background-position: -400px -180px
}
.icon-facebook.lazy-loaded:hover {
	background-position: -460px 0
}
.icon-twitter.lazy-loaded:hover {
	background-position: -460px -60px
}
.icon-instagram.lazy-loaded:hover {
	background-position: -180px -280px
}
.icon-youtube.lazy-loaded:hover {
	background-position: -460px -180px
}
[class*=" icon-"],
[class^=icon-] {
	display: inline-block;
	text-indent: -9999px;
	margin: 0 5px
}
.col-4-1,
.col-4-2,
.col-4-3 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	float: left
}
.col-4-1 {
	width: 50%
}
.col-4-2 {
	width: 20%;
	padding-left: 75px
}
.col-4-3 {
	width: 30%;
	padding-left: 75px
}
.col-6 {
	padding-inline-start: 0px!important
}
.clear {
	clear: both
}
.text-center {
	text-align: center
}
.col-4-3 .text-center {
	margin-block-start: 0;
	margin-block-end: 0
}
@-webkit-keyframes blinker {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}
.sidebar {
	max-width: 320px;
	display: inline-block;
	/* max-height: 100px; */
    height: inherit;
	width: 100%;
	position: relative;
}
/* .sidebar-banners-wrap{
	position: sticky;
	top: 30px;
} */
.sidebar-banners-wrap{
    position: sticky;
    top: 200px;
	padding-left: 10px;
}
.sidebar-slider {
	overflow: hidden;
	position: relative
}
.sidebar-slider-2 {
	overflow: hidden;
	position: relative
}
.marginized {
	max-width: 320px;
	margin: 0 0 30px 0;
	-webkit-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	-moz-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1)
}
.sidebar-top-section {
	background: #ad0000;
	border-radius: 7px
}
.home .sidebar-top-section {
	margin: -70px 0 30px 0
}
.sidebar-top-section a {
	color: #ffe000
}
.sidebar-top .sub-sidebar-top {
	margin: 0 auto;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700
}
.sidebar-top .sub-sidebar-top div {
	display: inline-block;
	padding: 10px 0;
	vertical-align: middle
}
.sidebar-top .sub-sidebar-top div:nth-child(1) {
	width: 37%;
	text-align: right
}
.sidebar-top .sub-sidebar-top div:nth-child(2) {
	width: 60%
}
.sidebar-top .sub-sidebar-top img {
	width: 80%
}
.sidebar-top .sub-sidebar-top img:hover {
	transform: scale(1)
}
.sidebar .bjqs-controls {
	display: none
}
.sidebar-slider-2 .bjqs-markers {
	display: none
}
.sidebar-slider .sidebar-container {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	display: none;
	z-index: 10
}
.sidebar-slider .sidebar-slider-button {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	padding: 9px 0;
	max-width: 166px;
	border-radius: 10px;
	border: 2px solid #ffe000;
	margin: 90px auto
}
.sidebar-slider .sidebar-container a {
	color: #ffe000
}
.sidebar-slider-2 .sidebar-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10
}
.sidebar-slider-2 .sidebar-slider-button {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	padding: 9px 0;
	max-width: 166px;
	border-radius: 10px;
	border: 2px solid #ffe000;
	margin: 170px auto;
	background: #ffe000
}
.sidebar-slider-2 .sidebar-container a {
	color: #ad0000
}
.social-media-section .social-media-header {
	border: 2px solid #d4d4d4;
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	background: #ad0000;
	color: #d4d4d4
}
.social-media-section .social-media-header div {
	display: inline-block;
	padding: 10px 0;
	vertical-align: middle
}
.social-media-section .social-media-header div:nth-child(1) {
	width: 37%;
	text-align: right
}
.social-media-section .social-media-header div:nth-child(2) {
	width: 60%
}
.social-media-section .social-media-header img {
	width: 80%
}
.social-media-section .social-media-header img:hover {
	transform: scale(1)
}
.social-media-logo .mb-50 {
	text-align: center
}
.social-media-logo .mb-50 a {
	margin: 0
}
.social-media-logo .mb-50 img {
	margin: 0 10px 10px 10px
}
.sidebar-section-3 {
	background: #FFF
}
.sidebar-section-3 h2 {
	font-size: 20px;
	color: #ad0000;
	margin-block-end: 0
}
.sidebar-section-3 a:hover {
	text-decoration: underline
}
.sidebar-section-3 .div_title_category p {
	margin-block-start: 0;
	margin-block-end: 0
}
.sidebar-section-3 div:nth-child(1) {
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4
}
.sidebar-section-3 .div_title_category {
	padding: 0 15px 15px 15px;
	line-height: 1.5
}
.sidebar-section-4 {
	background: #FFF
}
.sidebar-section-4 h2 {
	font-size: 20px;
	color: #ad0000;
	margin-block-end: 0
}
.sidebar-section-4 a:hover {
	text-decoration: underline
}
.sidebar-section-4 .div_title_category p {
	margin-block-start: 0;
	margin-block-end: 0
}
.sidebar-section-4 div:nth-child(1) {
	overflow: hidden;
	border-bottom: 1px solid #d4d4d4
}
.sidebar-section-4 .div_title_category {
	padding: 0 15px 15px 15px;
	line-height: 1.5
}
.div_title_category h5{
	font-size: 1.17em;
}
.sub-footer {
	max-width: 1670px;
	margin: 0 auto;
	color: #333;
	margin-top: 50px;
	position: relative;
}
.sub-footer a:nth-child(3n) div:first-child {
	margin-right: 0
}
.sub-footer a:nth-child(6n) div:first-child {
	margin-right: 0
}
.sub-footer div {
	display: inline-block;
	background: #af0000;
	color: #ffe000;
	vertical-align: middle;
	overflow: hidden;
	position: relative;
}
.sub-footer .sub-div {
	margin: 50px 30px 0 0;
	width: 32%;
	-webkit-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	-moz-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	position: relative;
}
.sub-footer .sub-div .sub-footer-description {
	width: 74%
}
.sub-footer .sub-div img {
	width: 120px
}
.sub-footer .sub-div .sub-footer-text {
	font-size: 20px;
	width: 80%;
	padding-left: 35px
}
.sub-footer .sub-div .sub-footer-text-right {
	font-size: 50px;
	text-align: right;
	width: 19%
}
.content-link div:nth-child(3) {
	margin-right: 0
}
.content-link div:nth-child(6) {
	margin-right: 0
}
.content-link .content-link-category {
	display: inline-block;
	margin: 0 82px 30px 0;
	position: relative
}
.thumbnail {
	overflow: hidden;
	-webkit-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	-moz-box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1);
	box-shadow: 1px 1px 8px 0 rgba(77, 76, 77, 1)
}
.thumbnail img {
	min-width: 500px
}
.content-link-category .content-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0
}
.content-title div {
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	padding: 9px 0;
	border-radius: 10px;
	border: 2px solid #ffe000;
	margin: 212px auto 0;
	max-width: 220px;
	background: #ffe000;
	color: #af0000
}
.featured-promotions .featured-header {
	width: 100%;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 40px
}
.featured-header div {
	width: 49%;
	display: inline-block;
	padding: 0 0 0 20px
}
.featured-promotions a:hover {
	text-decoration: underline
}
.featured-header a,
.featured-header h1 {
	color: #af0000
}
.featured-header div:nth-child(1) {
	text-align: left
}
.featured-header div:nth-child(2) {
	text-align: right
}
.featured-content-category {
	display: inline-block;
	max-width: 500px;
	margin: 0 82px 30px 0
}
.featured-content-category h2 {
	font-size: 18px;
	color: #ad0000
}
.featured-content div:nth-child(3) {
	margin-right: 0
}
.featured-content div:nth-child(6) {
	margin-right: 0
}
.latest-posts .latest-posts-header {
	width: 100%;
	border-bottom: 2px solid #d9d9d9;
	margin-bottom: 40px
}
.latest-posts-header div {
	width: 49%;
	display: inline-block;
	padding: 0 0 0 20px
}
.latest-posts a:hover {
	text-decoration: underline
}
.latest-posts-header a,
.latest-posts-header h1 {
	color: #af0000
}
.latest-posts-header div:nth-child(1) {
	text-align: left
}
.latest-posts-header div:nth-child(2) {
	text-align: right
}
.latest-posts-category .div_category {
	max-width: 500px;
	margin: 0 82px 30px 0
}
.latest-posts-category div:nth-child(3) {
	margin-right: 0
}
.inactive-menu #s {
	width: 50px;
	transition: width 5s
}
.header-inner .logo a {
	font-size: 2em
}
.header-inner .logo img,
.header-inner .logo h1 {
	display: inline-block
}
.header-inner .logo h1 {
	color: #FFF;
	vertical-align: middle
}
.div_category .div-h3 {
    bottom: 20px !important;
}
.div_title_category{
	display: inline-grid;
}

.header-inner {
    text-align: unset;
}

.right-header-button {
	max-width: 440px; 
    float: right;
    margin-top: 40px;
    padding-left: 25px;
}

/* Sticky Header */
#sticky-header {
  /*overflow: hidden;*/
  transition: 0.5s;
  z-index: 999;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.logo,
.right-nav-wrap li a,
.loginform-button-wrapper .btn{
  transition: 0.3s;
}

/* Pagespeed Recommendations */
/* Fix Header */
.right-header-button {
    margin-top: 11px;
}

.logo {
    margin: 15px;
}

/* Header */
#header-logo-img {
    width: 300px;
    height: 100%;
}

/* Main */
#loading-img{
	width: 25px;
	height: 25px;
}

.category_image{
    width: 100%;
    height: 100%;
}

/* Sidebar */
.dafabet-logo-sidebar-img{
	width: 154px;
	height: 36px;
}

.social-media-logo-sidebar-img{
	width: 50px;
	height: 50px;
}

.promo-sidebar-img{
	width: 320px;
	height: 240px;
}

/* Sub Footer */
.sub-footer-img{
	width: 120px;
	height: 69px;
}

/* Footer */
#partnership-img{
	max-width: 800px;
    width: 100%;
    max-height: 20vh;
    height: 100%;
}

#payments-img{
    max-width: 745px;
    width: 100%;
    max-height: 20vh;
    height: 100%;
}

#sm-social-media-img{
	width: 50px;
	height: 50px;
}

#sm-crown-img{
	width: 49px;
	height: 82px;
}

#sm-payments-img{
	width: 234px;
	height: 35px;
}

#sm-bitcoin-img{
	width: 160px;
	height: 42px;
}
/* Home content */
.home-content,.category-content,.sidebar{
	cursor: auto;
}
.home-content ol {
	list-style: decimal!important;
}
.home-content ul {
	list-style: unset!important;
}
.home-button a{
    color: #ffcc33;
}
.home-content > h1 {
    color: #ad0000;
	font-size: 36px;
	text-align: center;
	position: relative;
}
.home-button{
	background: #ad0000;
    border-radius: 7px;
    max-width: 410px;
    margin: 30px auto 0;
    height: 75px;
	position: relative;
}
.home-content-button{
	margin: 0 auto;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 6px 0 0 20px;
	text-align: center;
} 
.home-content-button div{
	display: inline-block;
    padding: 10px 0;
    vertical-align: middle;
}
.home-content-button div:nth-child(1){
	text-align: right;
	margin-right: -20px;
}
.home-content-button div img{
    max-width: 80%;
}
.home-content-button div img:hover {
    transform: scale(1);
}
::marker {
    font-size: 16px;
}
/* Home content */
.script-banner-top{
    box-sizing: border-box;
    text-align: right;
    width: 100%;
    margin-top: -60px;
    padding-right: 40px;
    margin-bottom: 15px;
}
.sidebar .side-banner-img{
	margin-bottom:30px;
}
.sub-footer-center{
	text-align:center;
}
/* bg-link */
.box{
   position: relative;
   cursor: pointer;
   text-decoration: none;
}
main p,main img, main center, main span ,h1, h2,h3,h4{
	cursor: auto;
}
main a{
	cursor: pointer;
}
main a *{
	cursor: pointer;
}

h1 {
	font-size: 30px;
}

.home-content,.home-content article{
	z-index: unset;
}
.home-content h1,.home-content article>*{
	z-index:2;
	position: relative;
}

/* bg-link */
footer section,footer div{
	position:relative;
}
.FAQ-container{
    margin: 10px;
    margin-bottom: 50px;
	display: block;
}
.FAQ-container h2{
	padding: 10px 0;
    font-weight: 600;
    font-size: 30px;
}
.FAQ-container p{
	font-size: 16px;
    margin: 10px 0;
}
.FAQ-container .accordion{
	background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
}
.FAQ-container .active,
.FAQ-container .accordion:hover{
	background-color: #ccc; 
}
.accordion h3 {
    font-size: 20px !important;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
    font-weight: 100 !important;
}
.FAQ-container .faq-desc{
	padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.category-content .panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.FAQ-container .accordion:after{
	content: "\f078";
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 18px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.FAQ-container .active:after{
	content: "\f077";
    font: normal normal normal 18px/1 FontAwesome;
}
.category-content h2:not(:last-of-type).accordion:before{
	content: "\f105";
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 18px;
    color: #777;
    float: left;
    margin-left: 5px;
    margin-right: 10px;
    position: relative;
    top: 0px;
	font-weight: bold;
}
.category-content h2:not(:last-of-type).active:before{
	content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
	font-weight: bold;
}
.accordion-post{
	position: relative;
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 6px 12px;
    width: 50%;
    z-index: 2;
	margin-bottom:15px;
	cursor:pointer;
}
.accordion-post-content{
	display:none;
}
.accordion-post span.icon{
	position:absolute;
	right:11px;
	top:7px;
}
.accordion-post span.icon.open{
	rotate: 90deg;
}

.home .category-content table {
    border: 1px solid black;
    width: 80%;
    text-align: center;
    border-collapse: collapse;
}
.home .category-content tr {
    border: 1px solid black;
}
.home .category-content td {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.home .category-content h1 {
    font-size: 2.3em;
}
.category-content p,.category-content li,.category-content ul {
    font-weight: normal;
	text-decoration: none;
} 

/*CTA button Dafabet - ACF Options page*/
.dafabet-cta-wrapper {
    text-align: center;
    margin: 20px 0;
}

.dafabet-cta-button {
    display: inline-flex;
    align-items: center;
    background-color: #b90000;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 30px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

/* .dafabet-cta-button:hover {
    background-color: #990000;
} */

.dafabet-cta-button .cta-text {
    margin-right: 10px;
}

a.dafabet-cta-button:hover {
    color: #ffe000;
	text-decoration: none!important;
}

.dafabet-cta-button .cta-logo {
    height: 30px;
    display: inline-block;
}
/*CTA button Dafabet - ACF Options page*/