/*
Theme Name: BBS
Description: 
Author: Rise 
Author URI:
Version: 0.1
*/
.color-base,.before-color-base:before,.before-color-base *:before,.after-color-base:after,.after-color-base *:after {
	color:#2e53cd
}
.border-base {
	border-color:#2e53cd
}
.bg-base,.before-bg-base:before,.before-bg-base *:before,.after-bg-base:after,.after-bg-base *:after {
	background:#2e53cd
}
.bg-baseSecond {
	background:#d12523
}
.border-baseSecond {
	border-color:#d12523
}
.color-baseSecond,.before-color-baseSecond:before,.before-color-baseSecond *:before,.after-color-baseSecond:after,.after-color-baseSecond *:after {
	color:#d12523
}
.fa-facebook-square,.fa-facebook,.fa-facebook-official {
	background:#3b5998;
	color:#fff
}
.fa-google-plus,.fa-google-plus-square {
	background:#dc4e41;
	color:#fff
}
.fa-twitter,.fa-twitter-square {
	background:#55acee;
	color:#fff
}
.fa-youtube-square,.fa-youtube,.fa-youtube-play {
	background:#cd201f;
	color:#fff
}
.fa-pinterest-p,.fa-pinterest-square,.fa-pinterest {
	background:#bd081c;
	color:#fff
}
.fa-envelope,.fa-envelope-square,.fa-envelope-o {
	background:#5f5f5f;
	color:#fff
}
.fa-whatsapp {
	background:#43d854;
	color:#fff
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(20px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateY(0)
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity:0;
		-moz-transform:translateY(20px)
	}
	100% {
		opacity:1;
		-moz-transform:translateY(0)
	}
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translateY(20px);
		-moz-transform:translateY(20px);
		-ms-transform:translateY(20px);
		-o-transform:translateY(20px);
		transform:translateY(20px)
	}
	100% {
		opacity:1;
		-webkit-transform:translateY(0);
		-moz-transform:translateY(0);
		-ms-transform:translateY(0);
		-o-transform:translateY(0);
		transform:translateY(0)
	}
}
body .row {
	margin:0 -15px
}
img {
	max-width:100%;
	height:auto;
	display:inline-block
}
body {
	font-family:'Lato',sans-serif;
	font-size:16px;
	line-height:1.625;
	position:relative;
	overflow-x:hidden;
	-webkit-font-smoothing:subpixel-antialiased;
	color:#232427
}
.row>.main {
	margin-bottom:30px
}
h1,h2,h3,h4,h5,h6 {
	color:#232427
}
h1 {
	font-size:32px;
	font-weight:900;
	line-height:initial
}
h1:first-child {
	margin-top:0
}
h2 {
	font-size:22px;
	font-weight:700
}
h3 {
	font-size:18px;
	font-weight:700
}
p {
	font-size:16px;
	font-weight:400
}
a {
	color:#2e53cd;
	font-size:16px;
	font-weight:700;
	text-decoration:none
}
a:hover {
	color:#2e53cd;
	text-decoration:none
}
a:focus {
	outline:none;
	text-decoration:none
}
a:hover,a:focus {
	text-decoration:none
}
.btn {
	background:#d12523;
	color:#fff;
	padding:0 15px;
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	transition:all .15s ease
}
.btn:hover {
	background:#941a19;
	color:#fff;
	text-decoration:none
}
.btn:after {
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	transition:all .15s ease
}
.btn:focus {
	color:#fff
}
.btn.fixed {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	z-index:1;
	line-height:42px;
	text-transform:uppercase;
	box-shadow:0 -10px 30px 10px #fff;
	-webkit-transform:translateY(100%);
	-moz-transform:translateY(100%);
	-ms-transform:translateY(100%);
	-o-transform:translateY(100%);
	transform:translateY(100%)
}
.btn.fixed.active {
	-webkit-transform:translateY(0%);
	-moz-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	transform:translateY(0%)
}
aside .widget {
	font-size:16px;
	color:#232427
}
.clear {
	clear:both
}
.bullets:before {
	content:"";
	display:inline-block
}
.WYSIWYG {
	margin:30px 0
}
.WYSIWYG a {
	text-decoration:underline
}
.WYSIWYG a:hover {
	text-decoration:underline
}
.WYSIWYG a:focus {
	text-decoration:none
}
.WYSIWYG ul,.WYSIWYG ol {
	margin:0;
	padding:0;
	color:#878787;
	list-style:none
}
.WYSIWYG ul li,.WYSIWYG ol li {
	color:#232427;
	position:relative;
	padding-left:15px
}
.WYSIWYG ul li:before {
	content:"\f111";
	color:#2e53cd;
	font-family:FontAwesome;
	font-size:7px;
	vertical-align:middle;
	margin-right:10px;
	position:absolute;
	left:0;
	top:7px
}
.WYSIWYG ol {
	counter-reset:numbers
}
.WYSIWYG ol li:before {
	counter-increment:numbers;
	content:"" counter(numbers) ".";
	margin-right:10px;
	font-weight:bold;
	vertical-align:initial;
	color:#223d97
}
#panel a.mobile_tb {
	display:block
}
#panel a.mobile_tb img {
	width:100%;
	height:auto
}
.breadcrumbs {
	margin-top:10px
}
.breadcrumbs #breadcrumbs {
	color:#878787;
	font-size:12px;
	font-weight:400;
	margin-bottom:10px
}
.breadcrumbs #breadcrumbs li {
	display:inline-block
}
.breadcrumbs #breadcrumbs li:not(:first-child) {
	padding:0 4px
}
.breadcrumbs #breadcrumbs li a {
	text-decoration:none;
	color:#878787
}
.breadcrumbs #breadcrumbs li a:hover {
	cursor:pointer
}
header .row.menu_wrapper {
	background-color:#223d97;
	height:50px;
	box-shadow:0 37px 0 0 #d8d8d8;
	margin-bottom:50px
}
footer a.logo,
header a.logo {
	height:50px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	background:#fff;
	-webkit-transform:skew(-25deg);
	-moz-transform:skew(-25deg);
	-ms-transform:skew(-25deg);
	-o-transform:skew(-25deg);
	transform:skew(-25deg);
	padding:0 15px
}
footer a.logo>*,
header a.logo>* {
	-webkit-transform:skew(25deg);
	-moz-transform:skew(25deg);
	-ms-transform:skew(25deg);
	-o-transform:skew(25deg);
	transform:skew(25deg)
}
header .tagline {
	color:#232427;
	font-family:"Segoe UI",sans-serif;
	font-size:16px;
	font-weight:700;
	font-style:italic;
	line-height:37px;
	text-transform:uppercase;
	text-align:center;
	position:absolute;
	display:block;
	width:100%;
	height:37px;
	top:50px;
	text-indent:-25px
}
header .row.banners {
	text-align:center;
	font-size:0
}
header .row.banners>div {
	display:inline-block;
	float:none;
	padding:15px
}
header .row.banners a.top.right.banner {
	text-align:right
}
footer {
	background-color:#1d1d1d;
	padding:40px 0
}
footer .social {
	margin:40px 0
}
footer .social li {
	padding-left:0;
	padding-right:10px;
	list-style:none;
	display:inline-block
}
footer .social li a {
	display:inline-block
}
footer .social li a i {
	display:inline-block;
	width:38px;
	text-align:center;
	font-size:24px;
	line-height:38px;
	border-radius:6px
}
footer .trust_icons {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-webkit-flex-direction:row;
	-ms-flex-direction:row;
	flex-direction:row;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-ms-flex-pack:justify;
	justify-content:space-between
}
footer .trust_icons .trust_icon {
	text-align:center;
	display:inline-block;
	margin-bottom:20px;
	width:100%
}
footer .trust_icons .trust_icon.small {
	width:auto;
	max-width:23%
}
footer .disclaimer {
	margin:20px 0;
	font-size:12px;
	line-height:22px;
	color:#e6e6e6
}
footer .disclaimer p {
	color:#e6e6e6
}
footer .menu-footer>ul {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:40px
}
.footer-widget ul li a,
footer .menu-footer>ul li a {
	line-height:22px;
	color:#e6e6e6
}
footer .menu-footer>ul>li {
	float:left;
	width:26%
}
.footer-widget h3,
footer .menu-footer>ul>li>a {
	display:block;
	text-transform:capitalize;
	color:#d12523;
	border-bottom:1px solid #d12523;
	pointer-events:none;
	cursor:default;
	margin-bottom:15px
}
footer .footer_cc {
	overflow:hidden;
	position:relative;
	margin:20px 0 50px
}
footer .footer_cc:after {
	content:"";
	float:left;
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	background-color:#fff;
	margin-left:15px
}
footer .footer_cc>div {
	display:inline-block;
	vertical-align:middle;
	color:#fff
}
.conv.btn {
	height:55px;
	margin:20px;
	color:#fff;
	font-size:30px;
	font-weight:700;
	text-transform:capitalize;
	font-style:italic;
	display:inline-block;
	line-height:55px;
	padding:0 15px;
	padding-right:70px;
	position:relative;
	-webkit-transform:skew(-25deg);
	-moz-transform:skew(-25deg);
	-ms-transform:skew(-25deg);
	-o-transform:skew(-25deg);
	transform:skew(-25deg)
}
.conv.btn>* {
	-webkit-transform:skew(25deg);
	-moz-transform:skew(25deg);
	-ms-transform:skew(25deg);
	-o-transform:skew(25deg);
	transform:skew(25deg)
}
.conv.btn:hover {
	background:#941a19
}
.conv.btn span {
	display:inline-block
}
.conv.btn span.arrow {
	display:inline-block;
	right:0;
	top:0;
	position:absolute;
	height:55px;
	width:55px;
	background:#941a19;
	-webkit-transform:skew(0deg);
	-moz-transform:skew(0deg);
	-ms-transform:skew(0deg);
	-o-transform:skew(0deg);
	transform:skew(0deg)
}
.conv.btn span.arrow i {
	-webkit-transform:skew(25deg);
	-moz-transform:skew(25deg);
	-ms-transform:skew(25deg);
	-o-transform:skew(25deg);
	transform:skew(25deg)
}
.conversionWrapper {
	width:100%;
	text-align:center;
	margin:20px 0
}
.conversionWrapper .conv.btn {
	height:40px;
	font-size:24px;
	line-height:40px;
	padding-right:55px;
	float:none;
	margin:0
}
.conversionWrapper .conv.btn .arrow {
	height:40px;
	width:40px;
	display:block
}
.conversionWrapper .conv.btn .arrow>i.fa {
	font-size:20px;
	line-height:40px
}
.side_banners {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:1
}
.side_banners a {
	position:absolute;
	right:calc(50% + 680px);
	top:0
}
.side_banners a.right {
	left:calc(50% + 680px);
	right:auto
}
.side_banners a img {
	max-width:none
}
.promotion .banner {
	margin-bottom:30px
}
.promotion .banner img {
	width:100%
}
.newsTips .post_meta {
	margin-bottom:15px;
	-webkit-box-align:center;
	box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-ms-flex-align:center;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex
}
.newsTips .post_meta .author_avatar {
	border-radius:50%;
	width:52px;
	height:52px;
	float:left;
	margin-right:10px
}
.newsTips .post_meta .author_details,.newsTips .post_meta .Publish_date {
	float:left;
	text-transform:capitalize;
	font-size:14px;
	line-height:1.4;
	color:#919191;
	height:auto;
	font-weight:400
}
.newsTips .post_meta .author_details em,.newsTips .post_meta .Publish_date em {
	color:#000;
	font-weight:900;
	font-style:normal
}
.categoryTags {
	margin-bottom:30px
}
.categoryTags ul {
	display:inline-block
}
.categoryTags ul li {
	display:inline-block
}
.categoryTags ul li a {
	text-decoration:none
}
.categoryTags ul li a:hover {
	text-decoration:underline
}
.mainImg img {
	width:100%
}
.shareSocial .shareBtns .row {
	display:inline-block;
	margin-left:5px;
	vertical-align:middle
}
.shareSocial .shareBtns li {
	width:40px
}
.shareSocial .shareBtns a {
	height:24px;
	line-height:24px
}
.shareSocial .shareBtns a i {
	font-size:17px;
	line-height:24px
}
.shareSocial .fa-facebook-square,.shareSocial .fa-facebook,.shareSocial .fa-facebook-official,.shareSocial .fa-google-plus,.shareSocial .fa-google-plus-square,.shareSocial .fa-twitter,.shareSocial .fa-twitter-square {
	color:#fff
}
.events_page .main_image {
	position:relative
}
.events_page .main_image.slim .image_wrapper img {
	width:100%
}
.events_page .main_image .image_wrapper {
	overflow:hidden;
	height:100%;
	position:relative
}
.events_page .main_image .intro {
	position:absolute;
	background:#223d97;
	padding:30px 0 30px 30px;
	top:30px;
	left:0;
	max-width:23%
}
.events_page .main_image .intro:before {
	content:"";
	position:absolute;
	right:-34%;
	top:0;
	width:100%;
	height:100%;
	background:#223d97;
	-webkit-transform:skew(-27deg,0deg);
	-moz-transform:skew(-27deg,0deg);
	-ms-transform:skew(-27deg,0deg);
	-o-transform:skew(-27deg,0deg);
	transform:skew(-27deg,0deg)
}
.events_page .main_image .intro h1 {
	width:130%;
	margin-bottom:10px;
	text-shadow:0 3px 7px rgba(0,0,0,.35);
	color:#fff;
	font-family:Lato;
	font-weight:700;
	line-height:45px;
	font-size:50px;
	z-index:1;
	position:relative
}
.events_page .main_image .intro .subtitle {
	text-shadow:0 3px 7px rgba(0,0,0,.35);
	color:#fff;
	font-family:Lato;
	font-weight:700;
	font-size:20px;
	line-height:29px;
	z-index:1;
	position:relative;
	margin:0
}
.events_page aside>*:first-child {
	margin-top:30px
}
.events_page .match_wrapper {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:distribute;
	box-pack:distribute;
	-webkit-justify-content:space-around;
	-moz-justify-content:space-around;
	-ms-justify-content:space-around;
	-o-justify-content:space-around;
	justify-content:space-around;
	-ms-flex-pack:distribute;
	-webkit-box-align:flex-start;
	box-align:flex-start;
	-webkit-align-items:flex-start;
	-moz-align-items:flex-start;
	-ms-align-items:flex-start;
	-o-align-items:flex-start;
	align-items:flex-start;
	-ms-flex-align:flex-start;
	margin:30px 0;
	text-align:center;
	color:#222
}
.events_page .match_wrapper .match_data {
	-webkit-flex-grow:2;
	-moz-flex-grow:2;
	-webkit-box-flex:2;
	flex-grow:2;
	-ms-flex-positive:2
}
.events_page .match_wrapper .match_data .location {
	font-size:20px;
	font-weight:900;
	line-height:1.8
}
.events_page .match_wrapper .match_data .location:before {
	display:block;
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAfCAYAAABkitT1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBEMDI3OUFFMUZGNzExRTY5RkY4OTQwODQyNzY3OTEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBEMDI3OUFGMUZGNzExRTY5RkY4OTQwODQyNzY3OTEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MEQwMjc5QUMxRkY3MTFFNjlGRjg5NDA4NDI3Njc5MTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MEQwMjc5QUQxRkY3MTFFNjlGRjg5NDA4NDI3Njc5MTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5nWLhOAAAElUlEQVR42sSXeWxUVRSHp2VE6AIULIsgtkrYl0JZjbFGrCBKCEvABkpCRIWQGCD8QQgYEFKoxkSICyqBkCBhcSGxqX8oKDtagRYHZNFIqYjsS2lZBOrvJN+Qx+NNh/eoepMvnb658+7Zz7kJRcXFoQDrGfG26CHq1bLvpFgq5oubfg8JBxCsvfhafCfyxY1a9nYRs8V1UfBfCPe8qC/yxPk4e9eLXmJkEOESAwjXkL9egnm5uFI8ECR2wj72dRPdRS7PfhAtRTOR7Npvrj4DLXg2Q+wTJfdg8bjCNRejxWCRI1LEaQ74SBwTxzmoGiy2mvDeJgj2iHhcvCLaiQRRKoqEZeMuP8I9IWaKIaKK4J8stiDQ/axU0Y9sHybmiIPiA7FMXIkVc23EV2K7SBKjRLp4Say6B8HMUmlx4svi71sxizJk2fyNWIiQw70s95TYIC6IgWKTx4sttvqKbNEVdz2KAvU99p/F7abUr2IP8XZI1LDngHhdLBDviS/EEjHV9oSpW+b/rVip0mXNfFzQh0L6s9iPxnbwn+KauMRvHsTyZsUMFDArvYxbj+OhteJ7fnOK+J5I0TbF3jThCsU5vqxic2fxhhhBEmwgPra548Jn2TI3voD7JpFcCxG0hrjriNuX2g+eE+sQLIEvyhBwPJpPwVJXYhyahnvb8Lmhx75bWH0RSdETt64mjJqzbznWfzLMgSl88b541UxKRXe3pg7iaap+NwRvEaP4Wok5QYztJWx2EgIhykke1lohNpPFqXx/NYyVxhG0VjJeEx87DmmN5fKIIXPzDrS1g/8iLCpRpjEx10pkik5ijJiHIYqok9Gk20hC/kS8RRWNhNHAJH6Hw6KCpZBFkwlQM/dnKFMTIObSSax8BNqB0nb+UbEYj4VQ9lhUuBCZ15YANSHWiIfENEx//T4L8GneY/RHmBKH8uPJ+JtRmRIdws1g7pqEiTPR7MM6EMy9dlHkzWKfiM9Jlu5OmezDLwRpV6yWSfs6Ij7FoisROjvohEHy2Oj0lvgRwVoiXDZlK5GYLYt2CAviiMjiJReofYU8G0LXsP8bib9FBUKXk5XXHJNGMh0jjaTIgFRcFiHe5lKEqx0KZDky+Xb7sn+e9dC2FArQqh1Fsj1ZnE49DKNxiIy8SvZW0LaOkmzmusu1WLcHih5wCldGe2lKpoRiFNHD8G+tLFrjDedUUuoy6/+1shyy3OHWGsy6KcBLu1DDkikPRXEuPl4rjaQpdc9zFh+/BbTcLGJpgvVDmvhWRwz6sVo0xO4aNkvoFEk+XtibLjKfJMmhLHTmuZ81iGQq8RLuXVJ/lQ8Bc5lkCh0tLYJbc30INpxOtNw5+TiFs8I4Fg12cz+Ntxrxt9r1/GKMscm9WiOQdYgvxfTa7q1rmbUquBntY4zOqMOMNK8MZYb8XbxIf81zt0mv21eEATSHlrWIJn2QeWw3n8tj3B2cqxUZ+BjDpcXjANGA2JpKa6zye2/dDEkMmNFgH8q04rxAexXsttwvQlgkQlavZqour4sbfzUuLnbNZg8zlld6/KaAme0kAv4RoO6F/hFgALa1OTyh4sZpAAAAAElFTkSuQmCC)
}
.events_page .match_wrapper .match_data .vs {
	font-size:60px;
	font-weight:900;
	line-height:1;
	text-transform:uppercase;
	margin:15px 0
}
.events_page .match_wrapper .match_data .match_time {
	color:#b4b6b6;
	font-size:36px;
	font-weight:700
}
.events_page .match_wrapper .match_data .match_date {
	font-size:20px;
	font-weight:400;
	line-height:1;
	text-transform:capitalize
}
.events_page .match_wrapper .match_data a.btn {
	font-size:22px;
	line-height:1;
	font-weight:700;
	height:auto;
	padding:12px 15px;
	border-radius:3px;
	margin:30px 15px 0;
	text-transform:capitalize
}
.events_page .match_wrapper .team {
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	-webkit-box-flex:1;
	flex-grow:1;
	-ms-flex-positive:1;
	max-width:30%;
	padding:0 20px 0
}
.events_page .match_wrapper .team img {
	height:auto;
	margin-bottom:15px
}
.events_page .match_wrapper .team .name {
	font-size:26px;
	font-weight:700;
	line-height:1.2;
	text-transform:capitalize;
	margin-bottom:10px
}
.events_page .match_wrapper .team .group {
	color:#b4b6b6;
	text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	line-height:1
}
.events_page .main .intro {
	margin-top:20px
}
.events_page.automatic_page.event_match .match_data {
	-webkit-align-self:stretch;
	align-self:stretch;
	-ms-flex-item-align:stretch;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	box-orient:vertical;
	-webkit-box-direction:normal;
	box-direction:normal;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
	-ms-flex-direction:column;
	-webkit-box-align:center;
	box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-ms-flex-align:center;
	-webkit-box-pack:center;
	box-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	-ms-justify-content:center;
	-o-justify-content:center;
	justify-content:center;
	-ms-flex-pack:center
}
.events_page.automatic_page.event_match .match_data .event_name {
	font-size:20px;
	font-weight:900;
	line-height:1.8
}
.events_page.automatic_page.event_match .match_data .subtitle {
	line-height:1.75
}
.events_page.automatic_page.event_match .match_data.stripe {
	font-size:16px;
	text-transform:capitalize;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-orient:horizontal;
	box-orient:horizontal;
	-webkit-box-direction:normal;
	box-direction:normal;
	-webkit-flex-direction:row;
	-moz-flex-direction:row;
	flex-direction:row;
	-ms-flex-direction:row
}
.events_page.automatic_page.event_match .match_data.stripe>div {
	position:relative;
	width:auto;
	text-align:center;
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	-webkit-box-flex:1;
	flex-grow:1;
	-ms-flex-positive:1;
	padding:0 10px;
	color:#000;
	padding-left:25px;
	line-height:40px;
	height:40px;
	font-size:16px;
	font-weight:inherit
}
.events_page.automatic_page.event_match .match_data.stripe>div:before {
	content:"";
	position:absolute;
	left:100%;
	height:0;
	width:0;
	top:0;
	border-style:solid;
	border-width:40px 22px 0 0;
	border-color:#2e53cd transparent transparent transparent
}
.events_page.automatic_page.event_match .match_data.stripe>div:after {
	content:"";
	position:absolute;
	left:calc(100% + 16px);
	height:100%;
	width:10px;
	top:0;
	display:block;
	background-color:#2e53cd;
	-webkit-transform:skew(-29deg,0deg);
	-khtml-transform:skew(-29deg,0deg);
	-moz-transform:skew(-29deg,0deg);
	-ms-transform:skew(-29deg,0deg);
	-o-transform:skew(-29deg,0deg);
	transform:skew(-29deg,0deg)
}
.events_page.automatic_page.event_match .match_data.stripe>div:first-child {
	color:#fff;
	background:#2e53cd;
	z-index:3;
	padding-left:0;
	width:100%;
	margin-right:22px
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(2) {
	background:#c9c9c9;
	z-index:2
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(2):before {
	border-top-color:#c9c9c9
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(2):after {
	background-color:#c9c9c9
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(3) {
	background:#e2e2e2;
	z-index:1
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(3):before {
	border-top-color:#e2e2e2
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(3):after {
	background-color:#e2e2e2
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(4) {
	background:#f1f1f1;
	z-index:0;
	margin-right:44px
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(4):before {
	border-top-color:#f1f1f1
}
.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(4):after {
	background-color:#f1f1f1
}
.events_page.automatic_page.event_match .match_data.stripe>div.match_time {
	text-transform:uppercase
}
.events_page.automatic_page.event_match .match_data.stripe>div i {
	font-size:20px;
	padding:0 5px
}
.events_page.automatic_page.event_match .match_data.stripe>div span {
	display:inline-block
}
.events_page.automatic_page.event_schedule .main .intro {
	margin-top:0
}
.events_page.automatic_page.event_schedule .main .intro h1 {
	text-transform:uppercase;
	text-align:center
}
.events_page.automatic_page aside>*:first-child {
	margin-top:0
}
.author_page .author_wrapper {
	color:#fff;
	background:#2e53cd
}
.author_page .author_wrapper>.row {
	margin:0;
	align-items:center;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	padding:15px 0
}
.author_page .author_wrapper>.row .avatar {
	text-align:center;
	padding-right:0
}
.author_page .author_wrapper>.row .avatar img {
	border-radius:50%
}
.author_page .author_wrapper>.row .author_bio {
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	-webkit-box-flex:1;
	flex-grow:1;
	-ms-flex-positive:1
}
.author_page .author_wrapper>.row .author_bio h1.name {
	color:#fff;
	text-transform:capitalize;
	font-size:40px;
	font-weight:700;
	margin-bottom:10px
}
.author_page .author_wrapper>.row .author_bio .bio {
	font-size:16px;
	margin:10px 0
}
.author_page .author_wrapper>.row .author_meta {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	box-orient:vertical;
	-webkit-box-direction:normal;
	box-direction:normal;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
	-ms-flex-direction:column;
	-webkit-align-self:stretch;
	align-self:stretch;
	-ms-flex-item-align:stretch
}
.author_page .author_wrapper>.row .author_meta>span {
	font-size:16px;
	font-weight:700;
	line-height:20px;
	text-transform:capitalize;
	padding:10px 15px;
	vertical-align:middle
}
.author_page .author_wrapper>.row .author_meta>span.view_count i:before {
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAALCAMAAACj4OZyAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMAMPbq5f36pmBAHNPJioN9Ojby39vXw7uxrHdZU09IKxcV8OfNkAcnD0XOAAAAfElEQVQY032PRxKCAADEQkeQZi8g9vz/h54Y8eIedzI7WQAgqPdxmEa7asEsl6W6Pmalusmn9npQox6g3arLEYDuoaYBRVMH3GI17IF2pZpRRJosOKkmOZSqNpxVKwZVw/eXv//ydPG0X03755nPANBt1ef433/+9zX9/QCJ/xCca4qA6gAAAABJRU5ErkJggg==);
	padding-right:15px
}
.author_page .author_wrapper>.row .author_meta>span.articles_count {
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	-webkit-box-flex:1;
	flex-grow:1;
	-ms-flex-positive:1
}
.author_page .author_wrapper>.row .author_meta>span.articles_count i:before {
	content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAdVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////li2ZAAAAAJnRSTlMA9vm8s2BGGw8G5eLCuYA+Ni8D6efTeHNtZ1ZUJgvdz8qtpIxOFZJNsRIAAACVSURBVBgZbcEHDoMwEATAtem9d9KT/f8TgwgKh/AMTnzXaXscBU6sybrAgRNxkXiQvISktl0c5DVJZdu3GYKruNIjBFdxlRQQCkVS24MH6RNxpaO7j7/S4ibMsWv5E6Y+drPiIk6zEpLFRdNNmQdh4ib2sQuuXFVdCWFgZVmP1zuAFIQqx5nDEQZNCoPsCZP+ApMLTL60/Q//lcoFjwAAAABJRU5ErkJggg==);
	padding-right:15px
}
.author_page .author_wrapper>.row .author_meta>span.articles_count span {
	vertical-align:super
}
.author_page .author_wrapper>.row .author_meta .btn.twitter {
	background-color:#55acee;
	font-size:16px;
	font-weight:700;
	line-height:22px;
	padding:20px 15px;
	height:auto;
	position:static
}
.author_page .author_wrapper>.row .author_meta .btn.twitter i.fa.fa-twitter {
	background:none;
	font-size:24px;
	vertical-align:top;
	margin-right:10px
}
.author_page .main h2 {
	color:#353536;
	font-size:32px;
	font-weight:900;
	border-bottom:1px solid #f1f1f1;
	padding-bottom:5px;
	margin-top:40px
}
.author_page .main .posts {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.author_page .main .posts>div {
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex
}
.author_page .main .posts>div a {
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
	position:relative;
	display:block;
	background-color:#f8f8f8;
	text-decoration:none!important;
	padding:25px;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	box-orient:vertical;
	-webkit-box-direction:normal;
	box-direction:normal;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	flex-direction:column;
	-ms-flex-direction:column;
	-webkit-box-pack:justify;
	box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	-o-justify-content:space-between;
	justify-content:space-between;
	-ms-flex-pack:justify
}
.author_page .main .posts>div a p {
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
	color:#353536;
	font-size:16px;
	font-weight:700;
	line-height:18px;
	text-transform:capitalize;
	margin:10px 0
}
.author_page .main .posts>div a span {
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
	color:#525a66;
	font-size:12px;
	font-weight:400;
	line-height:18px;
	text-transform:capitalize;
	display:block
}
.author_page .main .posts>div a:after {
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
	content:"";
	display:inline-block;
	position:absolute;
	bottom:10px;
	right:10px;
	width:24px;
	height:24px;
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAMAAABlXnzoAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA9GI26teEOQu0zJ6La1hKIQX54ryuqaeTcV0vKScbEbGlfnYAAABbSURBVAjXTcdXDoAgEAXAp1JtgL279z+lEKPZ+Rv8msGDKfryRGT0lkdtTVIDh6UuSwTRAi9Fo4toVzRfqEkDSSsqA8gKL6cCAKHAlTbwrpTzmpEmx34rac2XB4MSA+E7D7MZAAAAAElFTkSuQmCC) no-repeat center center #4d6dd7;
	border-radius:50%;
	opacity:0
}
.author_page .main .posts>div:hover a {
	background:#2e53cd;
	color:#fff;
	-webkit-transition:all .2s ease;
	transition:all .2s ease
}
.author_page .main .posts>div:hover a p,.author_page .main .posts>div:hover a span {
	color:#fff;
	-webkit-transition:all .2s ease;
	transition:all .2s ease
}
.author_page .main .posts>div:hover a:after {
	opacity:1;
	-webkit-transition:all .2s ease;
	transition:all .2s ease
}
.author_page .main .posts:not(.top3) {
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.author_page .main .posts:not(.top3)>div {
	margin-bottom:30px
}
.author_page .main .posts:not(.top3) a {
	display:block
}
.author_page .main .posts:not(.top3) a img {
	width:45%;
	margin-right:10px;
	float:left
}
.author_page .main .posts:not(.top3) a p {
	margin:0;
	overflow:hidden;
	line-height:21px;
	max-height:65px
}
.brandPage h2 {
	color:#223d97
}
.brandPage .topHeaderBrand {
	color:#fff;
	background-color:#223d97;
	overflow:hidden;
	padding:30px 15px
}
.brandPage .topHeaderBrand .static {
	position:static;
	padding-left:30px
}
.brandPage .topHeaderBrand h1 {
	font-size:50px;
	color:#fff;
	font-weight:700;
	margin:0;
	margin:0 0 10px 0;
	line-height:1
}
.brandPage .topHeaderBrand .offer {
	font-size:20px;
	line-height:1.4
}
.brandPage .topHeaderBrand .brand {
	text-align:center;
	padding-left:30px
}
.brandPage .topHeaderBrand .brand img {
	border:3px solid #fff;
	text-align:center;
	width:100%
}
.brandPage .topHeaderBrand .rating {
	font-size:25px;
	color:#fff;
	padding-top:10px
}
.brandPage .topHeaderBrand .rating .fa {
	letter-spacing:5px
}
.brandPage .topHeaderBrand .brand_tag {
	left:0;
	display:inline-block;
	background-color:#ddd;
	color:#223d97;
	font-size:20px;
	font-weight:700;
	position:absolute;
	top:-15px;
	z-index:9;
	padding:0 15px;
	line-height:36px
}
.brandPage .topHeaderBrand .brand_tag:before {
	content:"";
	border:18px solid #ddd;
	border-right-color:transparent!important;
	position:absolute;
	top:0;
	left:100%;
	border-left-width:0;
	border-width:18px 10px 18px 0;
	border-color:inherit
}
.brandPage .topHeaderBrand .brand_tag.newTag {
	background-color:#ff4c05
}
.brandPage .topHeaderBrand .brand_tag.newTag:before {
	border-color:#ff4c05
}
.brandPage .topHeaderBrand .brand_tag.hotTag {
	background-color:#941a19;
	color:#fff
}
.brandPage .topHeaderBrand .brand_tag.hotTag:before {
	border-color:#941a19
}
.brandPage .topHeaderBrand .brand_tag.exclusiveTag {
	background-color:#eea60a
}
.brandPage .topHeaderBrand .brand_tag.exclusiveTag:before {
	border-color:#eea60a
}
.brandPage .bottomHeaderBrand {
	background-color:#2e53cd
}
.brandPage .bottomHeaderBrand>.row {
	margin:0 auto
}
.brandPage .bottomHeaderBrand .clearfix {
	text-align:center
}
.brandPage .bottomHeaderBrand .revalPromoCode {
	color:#2e53cd;
	background-color:#c9c9c9;
	margin:25px 0;
	cursor:pointer;
	border:1px dashed #c9c9c9;
	padding:3px;
	position:relative;
	background-clip:content-box;
	height:46px;
	text-align:center;
	line-height:27px;
	font-size:20px;
	font-weight:700;
	overflow:hidden
}
.brandPage .bottomHeaderBrand .revalPromoCode .trans,.brandPage .bottomHeaderBrand .revalPromoCode .promo {
	height:100%
}
.brandPage .bottomHeaderBrand .revalPromoCode .promo {
	padding-top:8px
}
.brandPage .bottomHeaderBrand .revalPromoCode .wrapperPromo {
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	padding-top:8px;
	-webkit-transition:top .5s ease;
	-moz-transition:top .5s ease;
	transition:top .5s ease
}
.brandPage .bottomHeaderBrand .revalPromoCode .wrapperPromo.active {
	top:-40px
}
.brandPage .bottomHeaderBrand .promoTooltip {
	position:absolute;
	right:-5px;
	color:#fff;
	top:22%;
	width:100%
}
.brandPage .bottomHeaderBrand .promoTooltip .iconWrapper {
	width:30px;
	height:25px;
	right:0;
	position:absolute;
	cursor:pointer
}
.brandPage .bottomHeaderBrand .promoTooltip .iconWrapper .iconQue {
	font-size:17px;
	padding-left:18px;
	font-weight:bold
}
.brandPage .bottomHeaderBrand .promoTooltip .promoToolTipBox {
	opacity:0;
	-webkit-transition:"opacity" , "0.5s";
	-moz-transition:"opacity" , "0.5s";
	transition:"opacity" , "0.5s";
	position:absolute;
	bottom:10px;
	z-index:999;
	width:95%;
	height:auto;
	background-color:#fff;
	padding:10px;
	margin-left:15px;
	color:#878787
}
.brandPage .bottomHeaderBrand .promoTooltip .promoToolTipBox:after {
	top:100%;
	left:100%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:transparent;
	border-top-color:#fff;
	border-width:5px;
	margin-left:-16px
}
#infinit_scroll>li {
	margin-top:15px;
	padding-top:30px;
	border-top:2px solid #e6e6e6;
	-webkit-animation:1s both fadeInUp;
	-moz-animation:1s both fadeInUp;
	animation:1s both fadeInUp
}
#infinit_scroll>li .image_wrapper {
	overflow:hidden;
	position:relative;
	padding-bottom:66%;
	height:0
}
#infinit_scroll>li .image_wrapper img {
	max-width:none;
	position:absolute;
	left:50%;
	width:auto;
	height:100%;
	top:50%;
	-webkit-transform:translateY(-50%) translateX(-50%);
	-moz-transform:translateY(-50%) translateX(-50%);
	-ms-transform:translateY(-50%) translateX(-50%);
	-o-transform:translateY(-50%) translateX(-50%);
	transform:translateY(-50%) translateX(-50%)
}
#infinit_scroll>li .txt a:hover {
	text-decoration:none
}
#infinit_scroll>li .txt a .title {
	color:#232427;
	font-size:20px;
	font-weight:900;
	line-height:20px;
	margin-bottom:4px
}
#infinit_scroll>li ul.post_data {
	color:#878787;
	font-size:14px;
	font-style:italic;
	line-height:14px
}
#infinit_scroll>li ul.post_data li {
	display:inline-block;
	text-transform:capitalize;
	margin-bottom:15px
}
#infinit_scroll>li ul.post_data li:not(:first-child) {
	padding-left:10px;
	margin-left:10px;
	border-left:1px solid
}
#infinit_scroll>li ul.post_data li.date {
	font-size:12px
}
#infinit_scroll>li .tags {
	margin:15px auto;
	line-height:16px
}
#infinit_scroll>li .tags li {
	display:inline-block;
	padding:0 6px 0 0
}
#infinit_scroll>li .tags li a {
	font-weight:normal
}
#infinit_scroll .loading {
	text-align:center;
	margin:15px 0 0
}
.error img.errorImg {
	display:block;
	margin:35px auto 35px;
	padding:0 45px
}
.redirectContent .wrapText {
	padding-top:220px;
	text-align:center
}
.redirectContent .wrapText .title,.redirectContent .wrapText .good-luck {
	font-size:18px;
	font-weight:400;
	color:#232427
}
.redirectContent .wrapText .wait {
	font-size:24px;
	color:#2e53cd;
	font-weight:700;
	padding-top:20px;
	border-top:2px solid #2e53cd;
	margin-top:20px
}
.redirectContent .redirect {
	padding-top:50px
}
.redirectContent .redirect .loading {
	text-align:center
}
.headerRedirect {
	width:100%;
	height:50px;
	background-color:#223d97;
	padding-left:75px
}
.headerRedirect a.logo {
	height:50px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	background:#fff;
	position:relative
}
.headerRedirect a.logo:after,.headerRedirect a.logo:before {
	content:"";
	position:absolute;
	left:100%;
	height:0;
	width:0;
	top:0;
	border-style:solid;
	border-width:50px 23px 0 0;
	border-color:#fff transparent transparent transparent
}
.headerRedirect a.logo:before {
	left:auto;
	right:100%;
	border-width:50px 23px 0 0;
	border-color:transparent #fff transparent transparent
}
.page-template-widgets-page .widgets-repeater .single-widget {
	margin:0 auto 30px;
	padding-bottom:10px;
	border-bottom:1px dashed #acacac
}
.kwayy-html-sitemap-post-list li>a {
	color:#232427
}
.kwayy-html-sitemap-post-list li>a:hover {
	color:#2e53cd
}
.kwayy-html-sitemap-post-title {
	border-top:1px solid #c9c9c9;
	padding-top:15px
}
@media (min-width:1200px) {
	.container {
		width:1330px;
		max-width:100%
	}
}
@media (min-width:992px) {
	.brandPage .topHeaderBrand>div.right {
		padding-left:0
	}
	.brandPage .bottomHeaderBrand .revalPromoCode .promo {
		padding-top:6px
	}
	.brandPage .bottomHeaderBrand .promoTooltip .iconWrapper:hover+.promoToolTipBox {
		opacity:1
	}
	.logo_wrapper {
		padding-left:30px
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.container {
		width:990px;
		max-width:100%
	}
	.side_banners {
		display:none
	}
	.home.page .container>.row:first-child>div {
		padding:0
	}
	.events_page .main_image .intro h1 {
		font-size:35px;
		line-height:35px
	}
	.events_page .main_image .intro .subtitle {
		font-size:20px;
		line-height:22px;
		font-weight:400
	}
	.events_page .main_image .intro {
		top:0;
		height:100%;
		padding-top:15px
	}
	.conv.btn {
		display:inline-block;
		padding:0 15px;
		padding:0 20px;
		line-height:40px;
		width:auto;
		font-size:25px;
		height:40px;
		margin:10px
	}
	.conv.btn span.arrow {
		display:none
	}
	.conv.btn:after,.conv.btn:before {
		display:none
	}
	.brandPage .topHeaderBrand h1 {
		font-size:40px
	}
	.brandPage .topHeaderBrand .offer {
		font-size:15px
	}
	.brandPage .topHeaderBrand .rating {
		font-size:18px
	}
	.brandPage .bottomHeaderBrand .promoTooltip {
		top:12%
	}
	.brandPage .bottomHeaderBrand .revalPromoCode {
		margin:10px 0;
		font-size:16px
	}
	.brandPage .bottomHeaderBrand .revalPromoCode .wrapperPromo {
		width:97%
	}
	.brandPage .bottomHeaderBrand .btn.conv {
		margin:13px 0 13px 15px
	}
	.leftAside {
		padding-left:0
	}
	.rightAside {
		padding-right:0
	}
}
@media (min-width:768px) and (max-width:991px) {
	.container {
		max-width:100%
	}
	footer .social {
		margin:0 0 40px;
		float:right
	}
	footer .container {
		max-width:80%
	}
	footer footer a.trust_icon {
		display:inline-block;
		width:calc(50% - 2px);
		vertical-align:middle
	}
}
@media (max-width:991px) {
	body {
		padding-top:60px !important;
		width:100%;
		height:100%
	}
	header .logo_wrapper {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		background:#d8d8d8;
		z-index:2;
		padding:0;
		box-shadow:0 0 3px -1px rgba(0,0,0,.5)
	}
	header .row.menu_wrapper {
		height:auto;
		background:none
	}
	header a.logo {
		height:40px;
		left:-10px
	}
	header a.logo:after {
		display:none
	}
	header a.logo:before {
		border-width:40px 18px 0 0
	}
	header a.logo img {
		max-height:50px
	}
	.footer_cc:after {
		display:none
	}
	footer .social li i:after {
		bottom:0
	}
	.side_banners {
		display:none
	}
	.brandPage .topBrand {
		position:relative
	}
	.brandPage .topBrand .topHeaderBrand .brand_tag {
		height:36px;
		line-height:20px;
		left:0;
		padding:5px 20px;
		z-index:9;
		font-size:18px
	}
	.brandPage .topBrand .topHeaderBrand .brand_tag:before {
		border-width:18px 10px 18px 0
	}
	.brandPage .topBrand .topHeaderBrand h1 {
		font-size:40px;
		margin-top:50px
	}
	.brandPage .topBrand .topHeaderBrand .brand {
		padding-left:30px;
		width:100%
	}
	.brandPage .topBrand .topHeaderBrand .rating {
		font-size:20px
	}
	.brandPage .topBrand .bottomHeaderBrand .revalPromoCode {
		line-height:30px;
		height:40px;
		font-size:16px;
		margin:10px 0
	}
	.brandPage .topBrand .bottomHeaderBrand .revalPromoCode .wrapperPromo {
		padding-top:3px
	}
	.brandPage .topBrand .bottomHeaderBrand .promoTooltip {
		right:-8px;
		top:12%
	}
	.brandPage .topBrand .bottomHeaderBrand .promoTooltip .iconWrapper {
		width:26px;
		height:30px
	}
	.brandPage .topBrand .bottomHeaderBrand .promoTooltip .iconWrapper .iconQue {
		font-size:20px;
		width:30px;
		position:absolute;
		z-index:999;
		text-align:center;
		padding-left:0
	}
	.brandPage .topBrand .bottomHeaderBrand .promoTooltip .promoToolTipBox {
		width:100%;
		margin-left:0
	}
	.brandPage .topBrand .bottomHeaderBrand .promoTooltip .promoToolTipBox.active {
		opacity:1
	}
	.events_page .main_image .intro {
		max-width:79%;
		width:100%;
		padding:10px 15px;
		position:relative;
		margin-top:-40px;
		top:0
	}
	.events_page .main_image .intro:before {
		right:-40px
	}
	.events_page .main_image .intro h1 {
		font-size:22px;
		line-height:22px;
		margin:0
	}
	.events_page .main_image .intro .subtitle {
		font-size:12px;
		line-height:18px;
		font-weight:normal
	}
	.events_page.automatic_page.event_match .match_data.stripe>div {
		width:100%;
		margin:0 11px 5px 0!important;
		text-align:left;
		line-height:34px;
		height:34px;
		-webkit-box-align:center;
		box-align:center;
		-webkit-align-items:center;
		-moz-align-items:center;
		-ms-align-items:center;
		-o-align-items:center;
		align-items:center;
		-ms-flex-align:center;
		display:-webkit-box;
		display:-moz-box;
		display:box;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flexbox;
		display:flex
	}
	.events_page.automatic_page.event_match .match_data.stripe>div:before {
		content:none
	}
	.events_page.automatic_page.event_match .match_data.stripe>div:after {
		content:""!important;
		display:inline-block;
		width:0;
		height:0;
		border-style:solid;
		border-width:17.5px 0 17.5px 11px;
		border-color:transparent transparent transparent #2e53cd;
		position:absolute;
		top:0;
		left:100%;
		z-index:1;
		background:none!important;
		transform:none
	}
	.events_page.automatic_page.event_match .match_data.stripe>div:first-child {
		padding-left:25px
	}
	.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(2):after {
		border-color:transparent transparent transparent #c9c9c9
	}
	.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(3):after {
		border-color:transparent transparent transparent #e2e2e2
	}
	.events_page.automatic_page.event_match .match_data.stripe>div:nth-child(4):after {
		border-color:transparent transparent transparent #f1f1f1
	}
	.events_page.automatic_page.event_match .match_data.stripe>div i {
		padding:0 15px 0 25px
	}
	.events_page.automatic_page.event_match .match_data.stripe>div span {
		height:100%;
		overflow:hidden
	}
	.events_page.automatic_page.event_schedule h1 {
		margin:.67em 0
	}
	.conv.btn {
		display:block;
		float:right;
		padding:0 20px;
		width:auto;
		font-size:25px;
		height:40px;
		margin:10px;
		line-height:40px
	}
	.conv.btn span.arrow {
		display:none
	}
	.conversionWrapper .conv.btn {
		display:inline-block
	}
	.redirectPage .wrapText {
		padding-top:70px
	}
	.redirectContent .redirect {
		padding-top:0
	}
	.redirectContent .redirect .loading img {
		width:50%
	}
}
@media screen and (max-width:767px) {
	h1 {
		font-size:22px
	}
	h2 {
		font-size:20px
	}
	h3 {
		font-size:18px
	}
	a,p {
		font-size:16px
	}
	header a.logo img {
		max-width:210px
	}
	footer {
		padding:25px 0;
		text-align:center
	}
	footer .container {
		max-width:90%
	}
	footer .social {
		margin:25px 0
	}
	footer #menu-footer {
		text-align:left
	}
	footer #menu-footer>li {
		width:45%;
		margin-bottom:10px
	}
	footer a.footer_cc {
		margin:20px 0
	}
	.events_page .main_image.slim {
		margin:2px -15px;
		display:none
	}
	.events_page .main_image:not(.slim) {
		margin:0 -15px
	}
	.events_page .main_image:not(.slim) .image_wrapper {
		height:205px
	}
	.events_page .main_image:not(.slim) .image_wrapper img {
		width:auto;
		max-width:none;
		height:236px;
		position:absolute;
		left:50%;
		top:50%;
		-webkit-transform:translateY(-50%) translateX(-50%);
		-moz-transform:translateY(-50%) translateX(-50%);
		-ms-transform:translateY(-50%) translateX(-50%);
		-o-transform:translateY(-50%) translateX(-50%);
		transform:translateY(-50%) translateX(-50%)
	}
	.events_page .main_image .intro:before {
		right:-40px
	}
	.events_page .main_image .intro h1 {
		font-size:22px;
		line-height:22px;
		margin:0 0 5px 0
	}
	.events_page .main_image .intro .subtitle {
		font-size:12px;
		line-height:18px
	}
	.events_page .match_wrapper {
		margin:15px 0;
		padding:0 0 100px;
		position:relative;
		-webkit-box-align:center;
		box-align:center;
		-webkit-align-items:center;
		-moz-align-items:center;
		-ms-align-items:center;
		-o-align-items:center;
		align-items:center;
		-ms-flex-align:center
	}
	.events_page .match_wrapper .match_data {
		-webkit-flex-grow:1;
		-moz-flex-grow:1;
		-webkit-box-flex:1;
		flex-grow:1;
		-ms-flex-positive:1
	}
	.events_page .match_wrapper .match_data .location {
		font-size:14px;
		position:absolute;
		top:0;
		width:100%;
		left:0
	}
	.events_page .match_wrapper .match_data .location:before {
		display:none
	}
	.events_page .match_wrapper .match_data .vs {
		font-size:10vw
	}
	.events_page .match_wrapper .match_data .match_time {
		font-size:20px;
		position:absolute;
		bottom:80px;
		left:0;
		width:100%;
		line-height:24px
	}
	.events_page .match_wrapper .match_data .match_date {
		font-size:14px;
		position:absolute;
		left:0;
		width:100%;
		bottom:60px
	}
	.events_page .match_wrapper .match_data a.btn {
		font-size:18px;
		position:absolute;
		bottom:0;
		width:100%;
		margin:0;
		left:0;
		text-transform:capitalize
	}
	.events_page .match_wrapper .match_data .event_name {
		display:none
	}
	.events_page .match_wrapper .team {
		max-width:35%;
		padding:0
	}
	.events_page .match_wrapper .team img {
		margin:15px 0
	}
	.events_page .match_wrapper .team .name {
		font-size:18px;
		min-height:36px
	}
	.events_page .match_wrapper .team .group {
		font-size:12px
	}
	.events_page.automatic_page.event_match .match_data .stripe>div {
		line-height:34px;
		height:34px;
		padding-left:15px!important
	}
	.events_page.automatic_page.event_match .match_data .stripe>div span {
		display:inline-block;
		height:100%;
		white-space:nowrap;
		max-width:calc(100% - 60px);
		overflow:hidden;
		line-height:34px;
		position:absolute;
		top:0;
		left:48px
	}
	.events_page.automatic_page.event_match .match_data .stripe>div i {
		padding:0 10px 0 0;
		line-height:34px;
		vertical-align:top
	}
	.author_page .author_wrapper>.row {
		display:block;
		padding:15px
	}
	.author_page .author_wrapper>.row .avatar {
		float:left;
		width:auto;
		max-width:30%;
		margin-right:15px
	}
	.author_page .author_wrapper>.row .avatar img {
		float:left
	}
	.author_page .author_wrapper>.row .author_bio {
		float:none
	}
	.author_page .author_wrapper>.row .author_bio h1.name {
		font-size:26px;
		font-weight:700;
		line-height:1.2
	}
	.author_page .author_wrapper>.row .author_meta .btn.twitter {
		position:static;
		width:calc(100% + 30px);
		transform:translateX(-15px);
		padding:13px 15px
	}
	.author_page .author_wrapper>.row .author_meta>span {
		padding:5px 0
	}
	.author_page .main h2 {
		font-size:22px;
		text-align:center;
		border:none;
		margin:15px auto
	}
	.author_page .main .posts a {
		padding:20px;
		margin-bottom:15px
	}
	.author_page .main .posts:not(.top3)>div {
		margin-bottom:0
	}
	#infinit_scroll>li .image_wrapper {
		margin-bottom:15px
	}
	.brandPage .topBrand {
		background:#223d97;
		padding-bottom:30px
	}
	.brandPage .topBrand .topHeaderBrand {
		background:#2e53cd;
		padding:15px
	}
	.brandPage .topBrand .topHeaderBrand .static {
		position:static;
		text-align:center;
		padding-left:15px
	}
	.brandPage .topBrand .topHeaderBrand .brand_tag {
		padding:0 15px;
		font-size:14px;
		position:relative;
		top:0;
		left:0;
		margin:0 auto;
		float:none;
		display:inline-block;
		line-height:36px
	}
	.brandPage .topBrand .topHeaderBrand h1 {
		font-size:25px;
		margin-top:30px
	}
	.brandPage .topBrand .topHeaderBrand .offer {
		font-size:16px;
		margin-top:5px
	}
	.brandPage .topBrand .topHeaderBrand .brand {
		float:left;
		z-index:9;
		position:relative;
		margin:0;
		width:50%;
		text-align:left;
		padding:0 15px
	}
	.brandPage .topBrand .topHeaderBrand .rating {
		display:block;
		clear:both;
		text-align:center;
		padding:30px 15px 0;
		font-size:5vw
	}
	.brandPage .topBrand:before {
		width:100%;
		height:67px;
		content:"";
		position:absolute;
		top:0;
		background-color:#223d97
	}
	.brandPage .topBrand .btn {
		margin:0 -15px;
		box-shadow:0 -5px 0 0 #fff;
		width:100%;
		font-size:25px;
		line-height:40px;
		position:absolute;
		top:5px;
		-webkit-transform:skew(0deg);
		-moz-transform:skew(0deg);
		-ms-transform:skew(0deg);
		-o-transform:skew(0deg);
		transform:skew(0deg)
	}
	.brandPage .topBrand .btn>* {
		-webkit-transform:skew(0deg);
		-moz-transform:skew(0deg);
		-ms-transform:skew(0deg);
		-o-transform:skew(0deg);
		transform:skew(0deg)
	}
	.brandPage .topBrand .bottomHeaderBrand .promoTooltip {
		display:none!important
	}
	.brandPage .topBrand .bottomHeaderBrand .revalPromoCode {
		margin:auto;
		width:80%;
		margin-bottom:25px;
		margin-top:25px;
		height:45px
	}
	.brandPage .topBrand .bottomHeaderBrand .revalPromoCode .wrapperPromo {
		padding-top:5px;
		font-size:19px
	}
	.brandPage .topBrand .bottomHeaderBrand .revalPromoCode .promo {
		padding-top:5px
	}
	.expand {
		line-height:31px;
		font-size:14px;
		font-weight:700;
		text-align:right;
		cursor:pointer;
		color:#2e53cd;
		border-top:0;
		border-bottom:0
	}
	.expand i {
		font-weight:700
	}
	.expand i:after {
		color:#2e53cd
	}
	.expand i:before {
		content:"\f063";
		font-family:FontAwesome;
		margin-left:5px;
		font-size:11px;
		color:#2e53cd
	}
	.expand i.fa-chevron-up:before {
		content:"\f062"
	}
	.mainImg {
		margin-bottom:20px
	}
	.redirectPage .wrapText {
		padding-top:30px
	}
	.redirectPage .headerRedirect {
		padding-left:50px;
		padding-right:50px
	}
	.redirectContent .redirect .loading img {
		width:70%
	}
}
@media screen and (max-width:420px) {
	.events_page.automatic_page.event_match .match_data.stripe>div {
		padding-left:15px
	}
	.events_page.automatic_page.event_match .match_data.stripe>div:first-child {
		padding-left:15px
	}
	.events_page.automatic_page.event_match .match_data.stripe>div i {
		padding:0 10px 0 0
	}
}
header nav ul li ul li a {
	float:left;
	clear:both;
	width:100%
}
header nav {
	font-weight:bold;
	height:50px;
	position:relative
}
header nav a {
	text-transform:capitalize
}
header ul li .ddArrow i {
	float:right;
	height:36px;
	width:36px;
	line-height:36px;
	text-align:center;
	font-size:10px
}
header ul li .ddArrow i {
	color:#fff
}
.noScroll {
	position:fixed;
	top:-47px;
	height:100%;
	width:100%;
	overflow-y:scroll
}
header nav ul {
	margin:0;
	font-size:0;
	text-align:right
}
header nav ul li {
	font-size:12px
}
header nav ul.menu>li {
	height:37px
}
header nav ul.menu>li.sub.current-menu-item>.wrapBtn {
	position:relative
}
header nav ul.menu>li.current-menu-item,header nav ul.menu>li.current-menu-ancestor {
	position:static
}
header nav ul.menu>li.current-menu-item>ul,header nav ul.menu>li.current-menu-ancestor>ul {
	display:block;
	height:37px
}
header nav ul.menu>li.current-menu-item>ul:before,header nav ul.menu>li.current-menu-ancestor>ul:before {
	right:100%;
	-moz-box-shadow:-2px 2px 3px rgba(0,0,0,.49);
	-webkit-box-shadow:-2px 2px 3px rgba(0,0,0,.49);
	box-shadow:-2px 2px 3px rgba(0,0,0,.49)
}
header nav ul.menu>li.current-menu-item>ul:after,header nav ul.menu>li.current-menu-ancestor>ul:after {
	left:100%;
	-moz-box-shadow:3px 2px 3px rgba(0,0,0,.49);
	-webkit-box-shadow:3px 2px 3px rgba(0,0,0,.49);
	box-shadow:3px 2px 3px rgba(0,0,0,.49)
}
header nav ul.menu>li.current-menu-item>ul>li,header nav ul.menu>li.current-menu-ancestor>ul>li {
	width:auto;
	min-width:initial;
	font-size:12px
}
header nav ul.menu>li.current-menu-item>ul.sub-menu>li>ul.sub-menu,header nav ul.menu>li.current-menu-ancestor>ul.sub-menu>li>ul.sub-menu {
	top:100%;
	left:0;
	width:auto;
	background-color:#e6e6e6;
	box-shadow:0 0 3px 0 rgba(0,0,0,.12)
}
header nav ul.menu>li.current-menu-item>ul.sub-menu>li:last-child>ul.sub-menu,header nav ul.menu>li.current-menu-ancestor>ul.sub-menu>li:last-child>ul.sub-menu {
	left:auto;
	right:-1px
}
header nav>ul.menu>li.current-menu-item>ul.sub-menu>li>.wrapBtn>.ddArrow>i,header nav>ul.menu>li.current-menu-ancestor>ul.sub-menu>li>.wrapBtn>.ddArrow>i {
	color:#232427
}
header nav>ul.menu>li.current-menu-item>ul.sub-menu>li>.wrapBtn>.ddArrow>i:after,header nav>ul.menu>li.current-menu-ancestor>ul.sub-menu>li>.wrapBtn>.ddArrow>i:after {
	content:none
}
header nav #mainMenu.menu>li.current-menu-item ul.sub-menu>li.hideshow .more,header nav #mainMenu.menu>li.current-menu-ancestor ul.sub-menu>li.hideshow .more {
	color:#232427
}
header nav>ul>li>.wrapBtn>.ddArrow {
	background:none;
	top:1px;
	display:none
}
header nav ul>li {
	display:inline-block;
	text-align:center;
	position:relative;
	vertical-align:middle
}
header nav #mainMenu>li {
	height:50px
}
header nav #mainMenu>li>.wrapBtn>a {
	text-transform:uppercase;
	line-height:50px;
	font-weight:normal
}
header nav:not(.mobileDevice) ul.menu.desktop ul li:hover>ul.sub-menu,header nav ul.menu ul li.active>ul.sub-menu,nav:not(.mobileDevice) ul.menu.desktop ul .hideshow li:hover>ul.sub-menu,nav:not(.mobileDevice) ul.menu.desktop .hideshow:hover>ul,ul.menu ul .hideshow.active>ul {
	display:block
}
header nav:not(.mobileDevice) ul.menu.desktop>li:not(.hideshow):hover>.wrapBtn,header nav:not(.mobileDevice) ul.menu.desktop>li.current-menu-parent>.wrapBtn,header nav:not(.mobileDevice) ul.menu.desktop>li.current-menu-ancestor>.wrapBtn,header nav:not(.mobileDevice) ul.menu>li.active>.wrapBtn {
	color:#fff;
	text-decoration:none;
	position:relative
}
header nav ul:not(.sub-menu)>li>.wrapBtn a {
	min-height:31px;
	text-decoration:none;
	display:block;
	padding:0 15px
}
header nav ul li .wrapBtn a {
	color:#fff
}
header nav ul#mainMenu>li.sub>.wrapBtn .ddArrow i {
	color:#fff
}
header nav>ul#mainMenu>.current-menu-item.sub>.wrapBtn>.ddArrow>i {
	color:#d12523
}
header>nav:not(.mobileDevice) ul.menu>li:not(.hideshow)>.wrapBtn>a:hover {
	text-decoration:none;
	color:#fff!important
}
header nav ul li ul.sub-menu,header nav ul li ul.sub-menu ul.sub-menu,ul.menu .hideshow ul {
	display:none;
	position:absolute;
	top:100%;
	z-index:9
}
header nav ul li ul.sub-menu ul.sub-menu {
	right:-40%;
	left:inherit;
	top:0
}
#mainMenu .hideshow .more ~ ul ul {
	right:100%;
	left:auto;
	top:0;
	background:#d8d8d8
}
#mainMenu .hideshow .more ~ ul ul ul {
	background:#e6e6e6
}
#mainMenu .hideshow .more ~ ul li .ddArrow {
	left:0;
	display:inline-block;
	top:0;
	position:absolute
}
header nav ul li ul.sub-menu {
	right:0
}
header nav ul li ul.sub-menu,#mainMenu .hideshow ul {
	min-width:170px;
	width:100%
}
header nav ul li ul.sub-menu li,#mainMenu .hideshow ul li {
	min-height:37px;
	padding:0;
	width:auto;
	line-height:30px;
	vertical-align:middle;
	text-overflow:ellipsis
}
#mainMenu .hideshow ul li {
	display:block;
	direction:rtl;
	text-align:left
}
header nav ul li ul.sub-menu li a,#mainMenu .hideshow ul li a {
	height:36px;
	margin:0;
	text-decoration:none;
	text-align:left;
	padding:0 15px;
	font-weight:normal;
	color:#232427;
	line-height:36px;
	width:auto;
	float:none;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	direction:ltr;
	max-width:100%
}
#mainMenu .hideshow ul li a {
	padding:0 15px;
	text-align:center
}
#mainMenu .hideshow ul li>.wrapBtn>a {
	padding-left:36px;
	display:inline-block;
	width:100%;
	text-align:left;
	background:none
}
#mainMenu .hideshow.active>ul {
	display:block
}
header nav ul li ul ul li.current-menu-item>.wrapBtn a {
	background:#b3b3b3;
	display:block
}
header nav:not(.mobileDevice) ul li ul.sub-menu>li:hover>div>a,header nav:not(.mobileDevice) ul li ul.sub-menu li:hover>a,header nav ul li ul.sub-menu li.current-menu-item>a,nav:not(.mobileDevice) #mainMenu .hideshow ul li:hover>.wrapBtn>a,nav:not(.mobileDevice) #mainMenu .hideshow ul li:hover>.sub-menu>.wrapBtn>a {
	border-radius:0;
	text-decoration:none;
	position:relative;
	width:100%;
	text-align:left;
	background:none
}
header nav:not(.mobileDevice) ul.menu .hideshow li:hover .wrapBtn {
	margin:0
}
header nav:not(.mobileDevice) ul.menu .hideshow li:hover .wrapBtn a {
	margin:0;
	padding:0;
	width:100%
}
#mainMenu .hideshow ul {
	right:0;
	min-width:100px;
	max-width:225px;
	box-shadow:0 0 3px 0 rgba(0,0,0,.12);
	width:auto
}
#mainMenu>.hideshow>ul {
	box-shadow:0 3px 5px rgba(0,0,0,.35) , 0 -2px 0 0 #d8d8d8;
	background-color:#223d97
}
#mainMenu .hideshow>ul>li>.wrapBtn>a {
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	direction:ltr;
	max-width:100%;
	width:100%;
	text-align:left
}
#mainMenu .hideshow .more ~ ul li .ddArrow i {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	color:#232427
}
#mainMenu .hideshow .more ~ ul>li>.wrapBtn>.ddArrow>i {
	color:#fff
}
nav li.back {
	display:none!important
}
header nav>ul.menu>li.current-menu-item>ul>li.current-menu-item>.wrapBtn>a:before,header nav>ul.menu>li.current-menu-ancestor>ul>li.current-menu-ancestor>.wrapBtn>a:before,header nav>ul.menu>li.current-menu-ancestor>ul>li.current-menu-item>.wrapBtn>a:before,header nav ul li ul.sub-menu li.current-menu-item>a:before {
	content:"";
	display:block;
	position:absolute;
	right:15px;
	bottom:0;
	height:2px;
	background-color:#232427;
	width:calc(100% - 30px);
	display:none
}
header nav:not(.mobileDevice)>ul>li>ul.sub-menu>li.sub:hover>.wrapBtn>a:before {
	content:"";
	background:none;
	display:inline-block;
	position:absolute;
	bottom:0;
	width:0;
	right:24px;
	height:0;
	border-style:solid;
	border-width:0 5px 7px 5px;
	border-color:transparent transparent #e6e6e6 transparent;
	display:none
}
nav:not(.mobileDevice) #mainMenu .hideshow>ul>li:hover>.wrapBtn>a:before {
	background:#fff
}
header nav:not(.mobileDevice)>ul>li>ul.sub-menu>li:hover>div>a,header nav:not(.mobileDevice)>ul>li>ul.sub-menu>li:hover>a,header nav>ul>li>ul.sub-menu>li.current-menu-item>a,header nav>ul>li>ul.sub-menu>li.current-menu-ancestor>a,header nav:not(.mobileDevice)>ul>li>ul.sub-menu>li:hover>.wrapBtn .ddArrow,header nav>ul.menu>li.current-menu-item>ul.sub-menu>li.current-menu-item>.wrapBtn a,header nav>ul.menu>li.current-menu-item>ul.sub-menu>li>.wrapBtn>.ddArrow,header nav>ul.menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>.wrapBtn a,header nav>ul.menu>li.current-menu-ancestor>ul.sub-menu>li.current-menu-ancestor>.wrapBtn>.ddArrow {
	background:none;
	color:#232427!important;
	background:none;
	display:inline-block;
	vertical-align:middle;
	width:auto
}
header nav:not(.mobileDevice)>ul.menu>li.current-menu-item>ul.sub-menu>li:hover>.wrapBtn>.ddArrow>i,header nav:not(.mobileDevice)>ul.menu>li.current-menu-ancestor>ul.sub-menu>li:hover>.wrapBtn>.ddArrow>i {
	color:#232427
}
header nav:not(.mobileDevice)>ul.menu .sub-menu li:hover,header nav>ul.menu .sub-menu li.active {
	background-color:#c9c9c9
}
header nav:not(.mobileDevice)>ul.menu .sub-menu .sub:hover>.wrapBtn>a:before {
	display:none!important
}
header nav ul li ul.sub-menu li li {
	display:block;
	text-align:left
}
nav:not(.mobileDevice) #mainMenu .hideshow>ul>li:hover,nav #mainMenu .hideshow>ul>li.active {
	background:#2e53cd
}
#mainMenu .hideshow ul li[class*="current-"]>.wrapBtn a {
	background:#2e53cd
}
#mainMenu .hideshow ul li li[class*="current-"]>.wrapBtn a,header nav ul.menu>li:not(.hideshow)>ul>li.current-menu-item {
	background:#c9c9c9
}
#panel {
	overflow-x:hidden
}
@media (min-width:992px) {
	#mainMenu .hideshow ul {
		position:absolute
	}
	#mainMenu .hideshow .more {
		font-size:6px;
		line-height:36px;
		color:#fff;
		cursor:pointer
	}
	#mainMenu>.hideshow>.more {
		line-height:50px
	}
	header nav:not(.mobileDevice) #mainMenu>.hideshow:hover,#mainMenu>.hideshow.active {
		padding:0
	}
	header nav:not(.mobileDevice) #mainMenu>.hideshow:hover>.more,#mainMenu>.hideshow.active>.more {
		padding:0 15px;
		background:#2e53cd;
		-webkit-transform:skew(-25deg);
		-moz-transform:skew(-25deg);
		-ms-transform:skew(-25deg);
		-o-transform:skew(-25deg);
		transform:skew(-25deg);
		box-shadow:8px 0 10px -5px rgba(0,0,0,.2) , -8px 0 10px -5px rgba(0,0,0,.2)
	}
	header nav:not(.mobileDevice) #mainMenu>.hideshow:hover>.more>*,#mainMenu>.hideshow.active>.more>* {
		-webkit-transform:skew(25deg);
		-moz-transform:skew(25deg);
		-ms-transform:skew(25deg);
		-o-transform:skew(25deg);
		transform:skew(25deg)
	}
	#mainMenu .hideshow .more i {
		margin:0 1px
	}
	header nav #mainMenu .hideshow {
		vertical-align:top;
		padding:0 15px;
		margin:0 0 0 -1px
	}
	header nav #mainMenu>.hideshow {
		margin-left:-3px
	}
	header nav:not(.mobileDevice)>ul>li:hover>.wrapBtn,header nav>ul>.current-menu-item>.wrapBtn,header nav>ul>.current-menu-ancestor>.wrapBtn {
		background:#2e53cd;
		-webkit-transform:skew(-25deg);
		-moz-transform:skew(-25deg);
		-ms-transform:skew(-25deg);
		-o-transform:skew(-25deg);
		transform:skew(-25deg);
		box-shadow:8px 0 10px -5px rgba(0,0,0,.2) , -8px 0 10px -5px rgba(0,0,0,.2)
	}
	header nav:not(.mobileDevice)>ul>li:hover>.wrapBtn>*,header nav>ul>.current-menu-item>.wrapBtn>*,header nav>ul>.current-menu-ancestor>.wrapBtn>* {
		-webkit-transform:skew(25deg);
		-moz-transform:skew(25deg);
		-ms-transform:skew(25deg);
		-o-transform:skew(25deg);
		transform:skew(25deg)
	}
	#mainMenu ul.sub-menu .hideshow ul,#mainMenu ul.sub-menu li ul {
		background-color:#d8d8d8
	}
	#mainMenu ul.sub-menu .hideshow>ul {
		box-shadow:0 0 3px 0 rgba(0,0,0,.12);
		right:-1px
	}
	header nav:not(.mobileDevice)>ul.menu>li>.sub-menu>li.sub:hover:before,header nav>ul.menu>li>.sub-menu>li.sub.active:before,header nav:not(.mobileDevice)>ul.menu>li>.sub-menu>li.hideshow:hover:before,header nav>ul.menu>li>.sub-menu>li.hideshow.active:before {
		content:"";
		position:absolute;
		bottom:0;
		right:15px;
		width:0;
		height:0;
		border-style:solid;
		border-width:0 4px 5px 4px;
		z-index:10;
		border-color:transparent transparent #d8d8d8 transparent
	}
	#mainMenu ul.sub-menu .hideshow>ul>li:hover {
		background:#c9c9c9
	}
	#mainMenu ul.sub-menu .hideshow>ul>li>.wrapBtn>a,#mainMenu ul.sub-menu .hideshow .more ~ ul>li>.wrapBtn>.ddArrow>i {
		color:#232427
	}
	#mainMenu ul.sub-menu .hideshow>ul>li:hover>.wrapBtn>a:before {
		background:#232427
	}
	#mainMenu ul.sub-menu .hideshow ul li .wrapBtn>a {
		display:block;
		vertical-align:middle;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		direction:ltr;
		max-width:100%;
		text-align:left
	}
	#mainMenu ul.sub-menu .hideshow ul ul {
		background:#e6e6e6
	}
	ul.menu.desktop .sub-menu .hideshow:hover {
		background:#c9c9c9
	}
	header nav:not(.mobileDevice) #mainMenu>.hideshow:hover:before,header nav:not(.mobileDevice) #mainMenu>.hideshow:hover:after,header nav:not(.mobileDevice) #mainMenu>.hideshow.active:before,header nav:not(.mobileDevice) #mainMenu>.hideshow.active:after {
		content:"";
		position:absolute;
		bottom:2px;
		right:calc(50% - 6px);
		width:0;
		height:0;
		border-style:solid;
		border-width:0 6px 8px 6px;
		z-index:10;
		border-color:transparent transparent #d8d8d8 transparent
	}
	header nav:not(.mobileDevice) #mainMenu>.hideshow:hover:after,header nav:not(.mobileDevice) #mainMenu>.hideshow.active:after {
		bottom:-1px;
		border-color:transparent transparent #223d97 transparent
	}
	header nav>ul.menu>li.current-menu-item>ul.sub-menu>li.sub>.wrapBtn>a,header nav>ul.menu>li.current-menu-ancestor>ul.sub-menu>li.sub>.wrapBtn>a {
		padding-right:0
	}
	header .row.menu_wrapper {
		margin-bottom:67px
	}
	header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow) {
		position:static
	}
	header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow)>ul {
		width:100%;
		height:37px;
		background:#d8d8d8
	}
	header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow)>ul.sub-menu>li.sub-menu>li,header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow)>ul.sub-menu>li>.wrapBtn>.ddArrow>i,header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow)>ul.sub-menu>li .more {
		color:#232427!important
	}
	header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow)>ul.sub-menu>li.sub>.wrapBtn>a {
		padding-right:0
	}
	header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow)>ul.sub-menu>li.current-menu-ancestor>.wrapBtn>.ddArrow {
		background:none;
		background:none;
		display:inline-block;
		vertical-align:middle;
		width:auto
	}
	header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow)>ul.sub-menu>li>ul.sub-menu {
		top:100%;
		left:0;
		width:auto;
		background-color:#e6e6e6;
		box-shadow:0 0 3px 0 rgba(0,0,0,.12)
	}
	header nav:not(.mobileDevice) #mainMenu.menu>li:not(.hideshow):hover>ul {
		display:block;
		z-index:10
	}
	ul#mainMenu * {
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		transition:all .2s ease
	}
}
@media (max-width:991px) {
	nav#mainNavigation {
		top:40px;
		height:auto;
		min-height:calc(100% - 40px);
		position:fixed;
		left:0;
		background:#223d97;
		z-index:-1;
		display:block;
		opacity:0;
		-webkit-transition:opacity .25s ease;
		-moz-transition:opacity .25s ease;
		transition:opacity .25s ease
	}
	nav#mainNavigation ul {
		text-align:left
	}
	nav#mainNavigation ul#mainMenu>li {
		height:auto;
		display:block;
		text-align:left;
		position:static
	}
	nav#mainNavigation ul#mainMenu>li>.wrapBtn {
		position:relative
	}
	nav#mainNavigation ul#mainMenu>li>.wrapBtn>.ddArrow {
		display:block;
		top:0;
		right:0;
		position:absolute;
		background:rgba(255,255,255,.73);
		zoom:1;
		height:100%
	}
	nav#mainNavigation ul#mainMenu>li>.wrapBtn>.ddArrow i {
		display:inline-block;
		height:100%;
		width:39px;
		color:#2e53cd
	}
	nav#mainNavigation ul#mainMenu>li>.wrapBtn>.ddArrow i:before {
		content:"\f054";
		position:absolute;
		top:0;
		bottom:0;
		right:0;
		left:0;
		margin:auto;
		width:20px;
		height:20px;
		line-height:20px;
		font-size:12px
	}
	nav#mainNavigation ul#mainMenu>li>.wrapBtn>a {
		line-height:18px;
		font-weight:normal;
		border-top:1px solid rgba(255,255,255,.2);
		margin:0;
		padding:10px 16px
	}
	nav#mainNavigation ul#mainMenu>li>.wrapBtn>a:before {
		right:-10%;
		content:"";
		width:0;
		height:0;
		border-style:solid;
		border-width:6px 8px 6px 0;
		border-color:transparent #c9c9c9 transparent transparent;
		position:absolute;
		top:calc(50% - 6px);
		-webkit-transition:all .25s ease;
		-moz-transition:all .25s ease;
		transition:all .25s ease
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu {
		left:100%;
		width:50%;
		top:0;
		display:block;
		height:130%;
		background:#c9c9c9;
		box-shadow:inset -3px 0 3px -3px #000;
		-webkit-transition:all .25s ease;
		-moz-transition:all .25s ease;
		transition:all .25s ease;
		overflow:auto
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu li {
		display:block;
		min-height:0;
		line-height:18px
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu li.sub.active .ddArrow {
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg)
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu li a {
		height:auto;
		line-height:18px;
		padding:10px 15px;
		border-top:1px solid #fff;
		display:block
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu li a:before {
		display:none
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu li .ddArrow {
		position:absolute;
		top:1px;
		right:0;
		height:100%;
		background:#969696;
		cursor:pointer
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu li .sub-menu li a:before {
		content:"\f111";
		font-family:FontAwesome;
		display:inline-block;
		font-size:5px;
		line-height:18px;
		vertical-align:middle;
		padding:0 10px 0 20px
	}
	nav#mainNavigation ul#mainMenu>li.active>ul {
		left:50%
	}
	nav#mainNavigation ul#mainMenu>li.active>.wrapBtn>a {
		background:#4566d5
	}
	nav#mainNavigation ul#mainMenu>li .wrapBtn {
		position:relative
	}
	nav#mainNavigation ul#mainMenu li ul li.active>ul {
		display:block!important;
		height:auto;
		position:static;
		background:#e6e6e6;
		box-shadow:none
	}
	nav#mainNavigation ul#mainMenu>li[class*="current-"]>.wrapBtn>a {
		background:#2e53cd
	}
	nav#mainNavigation ul#mainMenu>li.sub.active>.wrapBtn>a:before {
		right:50%
	}
	nav#mainNavigation ul#mainMenu>li>ul.sub-menu li[class*="current-"]>.wrapBtn>a {
		background:#b0b0b0
	}
	header nav>ul.menu>li.current-menu-item>ul.sub-menu>li:hover>.wrapBtn>.ddArrow>i,header nav>ul.menu>li.current-menu-ancestor>ul.sub-menu>li:hover>.wrapBtn>.ddArrow>i,header nav>ul.menu>li.current-menu-item>ul.sub-menu>li>.wrapBtn>.ddArrow>i,header nav>ul.menu>li.current-menu-ancestor>ul.sub-menu>li>.wrapBtn>.ddArrow>i {
		color:#c9c9c9
	}
	header nav:not(.mobileDevice)>ul.menu>li.current-menu-item>ul.sub-menu>li:hover>.wrapBtn>.ddArrow>i,header nav:not(.mobileDevice)>ul.menu>li.current-menu-ancestor>ul.sub-menu>li:hover>.wrapBtn>.ddArrow>i {
		color:#c9c9c9
	}
	header .row.menu_wrapper {
		margin-bottom:0;
		box-shadow:none
	}
	#panel {
		background:#fff
	}
	.slideout-menu {
		position:fixed;
		left:0;
		top:0;
		bottom:0;
		right:0;
		z-index:0;
		width:100%;
		overflow-y:auto
	}
	.slideout-panel {
		position:relative;
		z-index:1
	}
	.slideout-open,.slideout-open body,.slideout-open .slideout-panel {
		overflow:hidden
	}
	.slideout-open .slideout-menu {
		display:block
	}
	.hamburger {
		padding:0;
		position:relative;
		float:left;
		display:block;
		height:40px;
		z-index:1;
		width:40px;
		line-height:40px;
		text-align:center;
		font-size:20px;
		background:#fff;
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		-webkit-transition:.5s ease-in-out;
		-moz-transition:.5s ease-in-out;
		transition:.5s ease-in-out;
		cursor:pointer
	}
	.hamburger span {
		display:block;
		position:absolute;
		height:3px;
		width:18px;
		background:#d12523;
		border-radius:3px;
		opacity:1;
		left:calc(50% - 9px);
		-webkit-transform:rotate(0deg);
		-moz-transform:rotate(0deg);
		-ms-transform:rotate(0deg);
		-o-transform:rotate(0deg);
		transform:rotate(0deg);
		-webkit-transition:.25s ease-in-out;
		-moz-transition:.25s ease-in-out;
		transition:.25s ease-in-out
	}
	.hamburger span:nth-child(1) {
		top:13px
	}
	.hamburger span:nth-child(2) {
		top:calc(50% - 1px)
	}
	.hamburger span:nth-child(3) {
		top:auto;
		bottom:12px
	}
	.slideout-open nav#mainNavigation {
		display:block;
		z-index:2;
		opacity:1;
		-webkit-transition:opacity .25s ease;
		-moz-transition:opacity .25s ease;
		transition:opacity .25s ease;
		overflow-x:hidden
	}
	.slideout-open .hamburger span:nth-child(1) {
		top:18px;
		-webkit-transform:rotate(135deg);
		-moz-transform:rotate(135deg);
		-ms-transform:rotate(135deg);
		-o-transform:rotate(135deg);
		transform:rotate(135deg)
	}
	.slideout-open .hamburger span:nth-child(2) {
		opacity:0;
		left:-60px
	}
	.slideout-open .hamburger span:nth-child(3) {
		top:18px;
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		transform:rotate(-135deg)
	}
	.secondary_menu {
		min-height:3px;
		position:relative;
		background:#223d97;
		margin-bottom:15px
	}
	.secondary_menu ul {
		overflow-x:auto;
		overflow-y:hidden;
		height:32px;
		width:100%;
		line-height:32px;
		white-space:nowrap;
		font-size:0;
		top:0;
		left:0
	}
	.secondary_menu ul::-webkit-scrollbar {
		display:none
	}
	.secondary_menu ul li {
		height:100%;
		display:inline-block;
		padding:0 15px
	}
	.secondary_menu ul li a {
		color:#fff;
		font-size:12px;
		font-weight:400;
		text-transform:uppercase;
		display:inline-block
	}
	.secondary_menu ul li ul {
		display:none
	}
	.secondary_menu ul li[class*="current-"] {
		background:#2e53cd;
		-webkit-transform:skew(-25deg);
		-moz-transform:skew(-25deg);
		-ms-transform:skew(-25deg);
		-o-transform:skew(-25deg);
		transform:skew(-25deg)
	}
	.secondary_menu ul li[class*="current-"]>* {
		-webkit-transform:skew(25deg);
		-moz-transform:skew(25deg);
		-ms-transform:skew(25deg);
		-o-transform:skew(25deg);
		transform:skew(25deg)
	}
	.secondary_menu:after,.secondary_menu:before {
		content:"";
		height:32px;
		position:absolute;
		top:0
	}
	.secondary_menu:before {
		width:70px;
		right:0;
		background:-moz-linear-gradient(left,transparent 0%,#223d97 79%,#223d97 99%,#223d97 100%);
		background:-webkit-linear-gradient(left,transparent 0%,#223d97 79%,#223d97 99%,#223d97 100%);
		background:linear-gradient(to right,transparent 0%,#223d97 79%,#223d97 99%,#223d97 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#223d97',GradientType=1 )
	}
	.secondary_menu:after {
		width:20px;
		left:0;
		background:-moz-linear-gradient(left,#223d97 0%,#223d97 1%,#223d97 21%,transparent 100%);
		background:-webkit-linear-gradient(left,#223d97 0%,#223d97 1%,#223d97 21%,transparent 100%);
		background:linear-gradient(to right,#223d97 0%,#223d97 1%,#223d97 21%,transparent 100%);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#223d97', endColorstr='#00000000',GradientType=1 )
	}
}
@media (max-width:767px) {
	body[data-page-type="events"] .secondary_menu {
		margin-bottom:0
	}
}
.follow.apps {
	background:#e6e6e6
}
.newsItemsLinks .row {
	margin:0 -5px
}
.newsItemsLinks .row .game {
	padding:0 5px
}
.newsItemsLinks .row .game a:hover img {
	max-width:110%!important
}
.newsItemsLinks .row {
	margin:0 -5px
}
.newsList {
	background:#c9c9c9;
	margin-bottom:15px;
	overflow:hidden
}
.newsList>h3 {
	color:#e6e6e6;
	font-size:16px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 15px;
	text-transform:capitalize;
	display:inline-block;
	background-color:#2e53cd;
	position:relative
}
.newsList>h3:before {
	content:"";
	position:absolute;
	left:100%;
	height:0;
	width:0;
	top:0;
	border-style:solid;
	border-width:40px 22px 0 0;
	border-color:#2e53cd transparent transparent transparent
}
.newsList>h3:after {
	content:"";
	position:absolute;
	left:calc(100% + 18px);
	height:100%;
	width:10px;
	top:0;
	display:block;
	background-color:#2e53cd;
	-webkit-transform:skew(-29deg,0deg);
	-moz-transform:skew(-29deg,0deg);
	-ms-transform:skew(-29deg,0deg);
	-o-transform:skew(-29deg,0deg);
	transform:skew(-29deg,0deg)
}
@media (max-width:991px) {
	.newsList>h3 {
		width:0;
		text-indent:55px;
		padding-left:0;
		color:#2e53cd;
		white-space:nowrap
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.newsList>h3 {
		padding-right:0
	}
}
.newsList .scroll {
	background:#e6e6e6;
	padding:15px
}
.newsList .scroll ul.normal li>a {
	padding:0;
	border:none;
	margin:10px 0 0 0
}
.newsList .scroll ul.normal li>a p {
	line-height:22px;
	color:#232427;
	font-size:16px;
	font-weight:700;
	margin:0;
	text-transform:capitalize
}
.newsList .scroll ul.normal li>a time {
	line-height:22px;
	color:#2e53cd;
	font-size:14px;
	font-weight:400
}
.newsList .scroll ul.normal li>a:hover p {
	color:#2e53cd
}
.newsList .scroll ul.normal li:first-child>a {
	margin-top:0
}
.newsList .scroll .allNews {
	background:#d12523;
	color:#fff;
	padding:0 15px;
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	transition:all .15s ease;
	float:right;
	width:auto;
	line-height:29px;
	text-align:center;
	font-weight:400
}
.newsList .scroll .allNews:hover {
	background:#941a19;
	color:#fff;
	text-decoration:none
}
.newsList .scroll .allNews:after {
	-webkit-transition:all .15s ease;
	-moz-transition:all .15s ease;
	transition:all .15s ease
}
.newsList .scroll .allNews:focus {
	color:#fff
}
.brandlist_bonusbutton {
	background:#e6e6e6;
	margin:0 15px 15px auto
}
.heading-widget,
.brandlist_bonusbutton .heading {
	background:#c9c9c9
}
.heading-widget h3,
.brandlist_bonusbutton .heading h3 {
	color:#e6e6e6;
	font-size:16px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 15px;
	text-transform:capitalize;
	display:inline-block;
	background-color:#2e53cd;
	position:relative
}
.heading-widget h3:before,
.brandlist_bonusbutton .heading h3:before {
	content:"";
	position:absolute;
	left:100%;
	height:0;
	width:0;
	top:0;
	border-style:solid;
	border-width:40px 22px 0 0;
	border-color:#2e53cd transparent transparent transparent
}
.heading-widget h3:after,
.brandlist_bonusbutton .heading h3:after {
	content:"";
	position:absolute;
	left:calc(100% + 18px);
	height:100%;
	width:10px;
	top:0;
	display:block;
	background-color:#2e53cd;
	-webkit-transform:skew(-29deg,0deg);
	-moz-transform:skew(-29deg,0deg);
	-ms-transform:skew(-29deg,0deg);
	-o-transform:skew(-29deg,0deg);
	transform:skew(-29deg,0deg)
}
@media (max-width:991px) {
	.heading-widget h3,
	.brandlist_bonusbutton .heading h3 {
		width:0;
		text-indent:55px;
		padding-left:0;
		color:#2e53cd;
		white-space:nowrap
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.heading-widget h3,
	.brandlist_bonusbutton .heading h3 {
		padding-right:0
	}
}
.bbs-widget-link a,
.brandlist_bonusbutton ul li a {
	color:#232427;
	font-weight:400
}
.bbs-widget-link a .btn,
.brandlist_bonusbutton ul li a .btn {
	color:#f3f3f3;
	font-weight:400
}
.bbs-widget-link a span,
.brandlist_bonusbutton ul li a span {
	vertical-align:initial!important
}
.bbs-widget-link a span.selling_p,
.brandlist_bonusbutton ul li a span.selling_p {
	font-size:14px
}
.brandlist_bonusbutton ul li a:hover {
	text-decoration:none
}
.brandlist_bonusbutton ul li:nth-child(even) {
	background:#d8d8d8
}
.brandlist_bonusbutton ul li .brand:hover,.brandlist_bonusbutton ul li .left:hover {
	color:#2e53cd;
	text-decoration:underline
}
.brandlist_bonusbutton.version2 ul li {
	background:#e6e6e6
}
a.banner {
	display:block
}
section.bonus-total .heading {
	background:#c9c9c9
}
section.bonus-total .heading>span {
	color:#232427
}
section.bonus-total .heading .sum span {
	color:#e6e6e6
}
section.bonus-total .niches {
	background:#e6e6e6
}
section.bonus-total .niches .niche {
	color:#232427
}
section.bonus-total .niches .niche:not(:first-child):hover {
	color:#2e53cd
}
.odds_match_table .scroller_wrapper .flex_table a.column>span.bonus,.odds_match_table .heading>span.bonus {
	color:#fff
}
.bannerConv {
	margin:30px 0;
	border-top:2px solid #e6e6e6;
	border-bottom:2px solid #e6e6e6;
	padding:2px 0!important
}
.bannerConv a {
	text-decoration:none;
	height:auto
}
.bannerConv a .row {
	margin:0;
	background-color:#e6e6e6;
	height:auto;
	display:-webkit-box;
	display:-moz-box;
	display:box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-moz-box-align:center;
	box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
	-ms-flex-align:center
}
.bannerConv a .row>div {
	width:auto
}
.bannerConv a .row .logo {
	background:none
}
.bannerConv a .row .logo span {
	background:none;
	float:left;
	height:auto
}
.bannerConv a .row .logo span img {
	margin:0;
	max-width:120px
}
.bannerConv a .row .logo span:first-child {
	display:none
}
.bannerConv a .row .bonus {
	background:none;
	color:#232427;
	font-size:28px;
	font-weight:900;
	text-transform:capitalize;
	height:auto;
	-webkit-flex-grow:2;
	-moz-flex-grow:2;
	flex-grow:2;
	-ms-flex-positive:2;
	padding-left:30px
}
.bannerConv a .row .visit {
	background:none;
	text-align:center;
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	flex-grow:1;
	-ms-flex-positive:1
}
.bannerConv a .row .visit .btn {
	margin-top:0;
	height:auto;
	color:#fff;
	background-color:#d12523;
	font-size:23px;
	padding:10px 20px;
	min-width:150px
}
.bannerConv a .row .visit .btn .cell {
	line-height:1;
	text-transform:capitalize
}
.bannerConv a .row .visit .btn:hover {
	background-color:#941a19
}
.brandlist_tabContainer {
	margin:0
}
.brandlist_tabContainer ul.tabs:not(.diff) {
	border-bottom:2px solid #c9c9c9
}
.brandlist_tabContainer ul.tabs:not(.diff) li {
	float:right;
	margin-left:22px;
	margin-right:0
}
.brandlist_tabContainer ul.tabs:not(.diff) li a {
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear;
	color:#878787!important;
	background-color:#e6e6e6;
	opacity:1;
	padding-right:25px;
	padding-left:25px;
	font-size:14px;
	font-weight:normal
}
.brandlist_tabContainer ul.tabs:not(.diff) li a:after {
	right:auto;
	left:-16px;
	border-width:0 0 27px 16px
}
.brandlist_tabContainer ul.tabs:not(.diff) li a:before,.brandlist_tabContainer ul.tabs:not(.diff) li a:after {
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear;
	opacity:1;
	border-color:transparent transparent #e6e6e6 transparent
}
.brandlist_tabContainer ul.tabs:not(.diff) li a.active {
	color:#232427!important;
	background-color:#c9c9c9
}
.brandlist_tabContainer ul.tabs:not(.diff) li a.active:after {
	border-color:transparent transparent #c9c9c9 transparent;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li a.active:before {
	border-color:#c9c9c9 transparent transparent transparent;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li a.active:hover:before {
	border-color:#d8d8d8 transparent transparent transparent;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li a.active:hover:after {
	border-color:transparent transparent #d8d8d8 transparent;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li a:hover {
	background-color:#d8d8d8
}
.brandlist_tabContainer ul.tabs:not(.diff) li a:hover:after {
	border-color:transparent transparent #d8d8d8 transparent
}
.brandlist_tabContainer ul.tabs:not(.diff) li:not(:first-child) a:before {
	content:"";
	width:0;
	height:0;
	border-style:solid;
	border-width:27px 17px 0 0;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear;
	border-color:#e6e6e6 transparent transparent transparent;
	right:-17px;
	position:absolute;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li:not(:first-child) a.active:before {
	border-color:#c9c9c9 transparent transparent transparent;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li:not(:first-child) a.active:hover:before {
	border-color:#d8d8d8 transparent transparent transparent;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li:not(:first-child) a.active:hover:after {
	border-color:transparent transparent #d8d8d8 transparent;
	-webkit-transition:all 0s linear;
	-moz-transition:all 0s linear;
	transition:all 0s linear
}
.brandlist_tabContainer ul.tabs:not(.diff) li:not(:first-child) a:hover:before {
	border-color:#d8d8d8 transparent transparent transparent
}
.brandlist_tabContainer ul.tabs:not(.diff) li:not(:first-child) a:hover:after {
	border-color:transparent transparent #d8d8d8 transparent
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading a .brand_name {
	color:#2e53cd
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .brand_tag:before {
	border-color:inherit
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .brand_tag.newTag {
	background-color:#ff4c05
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .brand_tag.newTag:before {
	border-color:#ff4c05
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .brand_tag.hotTag {
	background-color:#941a19
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .brand_tag.hotTag:before {
	border-color:#941a19
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .brand_tag.exclusiveTag {
	background-color:#eea60a
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .brand_tag.exclusiveTag:before {
	border-color:#eea60a
}
.branddescription.rectangle_logo_layout .brand_wrapper .heading .bonus_sentence {
	color:#232427
}
.branddescription.rectangle_logo_layout .brand_wrapper .promo_code {
	color:#232427;
	border-color:#2e53cd
}
.branddescription.rectangle_logo_layout .brand_wrapper .promo_code .code {
	color:#2e53cd
}
.branddescription.rectangle_logo_layout .brand_wrapper .toggle_more {
	color:#2e53cd
}
.branddescription.rectangle_logo_layout .brand_wrapper div .review {
	color:#2e53cd
}
.branddescription.rectangle_logo_layout .brand_wrapper div small {
	color:#616161
}
.branddescription.square_logo_layout .description {
	color:#232427
}
.branddescription.square_logo_layout .description ol,.branddescription.square_logo_layout .description ul {
	clear:both;
	position:relative
}
.branddescription.square_logo_layout .description ol li,.branddescription.square_logo_layout .description ul li {
	color:#232427
}
.branddescription.square_logo_layout .description ul li:before {
	left:0
}
.branddescription.square_logo_layout .description ol li:before {
	left:0
}
.branddescription.square_logo_layout .row .bonus_sentence {
	color:#232427
}
.latestPostsThumbContainter .row .post_wrapper .thumbWrapper .thumbTitle {
	font-size:14px
}
.latestPostsThumbContainter .row .post_wrapper .thumbTag span,.latestPostsThumbContainter .row .post_wrapper .thumbTag a {
	font-size:14px
}
.tabs ~ .branddescription {
	-webkit-animation:1s both fadeInUp;
	-moz-animation:1s both fadeInUp;
	animation:1s both fadeInUp
}
.tabs ~ .branddescription a:hover {
	color:#2e53cd
}
.widget.newsletter {
	position:relative
}
.widget.newsletter:before {
	content:"";
	background-color:#c9c9c9;
	width:100%;
	position:absolute;
	height:40px
}
.widget.newsletter h3 {
	color:#e6e6e6;
	font-size:16px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 15px;
	text-transform:capitalize;
	display:inline-block;
	background-color:#2e53cd;
	position:relative
}
.widget.newsletter h3:before {
	content:"";
	position:absolute;
	left:100%;
	height:0;
	width:0;
	top:0;
	border-style:solid;
	border-width:40px 22px 0 0;
	border-color:#2e53cd transparent transparent transparent
}
.widget.newsletter h3:after {
	content:"";
	position:absolute;
	left:calc(100% + 18px);
	height:100%;
	width:10px;
	top:0;
	display:block;
	background-color:#2e53cd;
	-webkit-transform:skew(-29deg,0deg);
	-moz-transform:skew(-29deg,0deg);
	-ms-transform:skew(-29deg,0deg);
	-o-transform:skew(-29deg,0deg);
	transform:skew(-29deg,0deg)
}
@media (max-width:991px) {
	.widget.newsletter h3 {
		width:0;
		text-indent:55px;
		padding-left:0;
		color:#2e53cd;
		white-space:nowrap
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.widget.newsletter h3 {
		padding-right:0
	}
}
.widget.newsletter h3:after {
	content:""!important
}
.widget.newsletter #newsletter {
	background-color:#e6e6e6
}
.widget.newsletter #newsletter p {
	color:#2e53cd
}
.widget.newsletter #newsletter input {
	border-radius:0;
	line-height:30px;
	height:30px;
	padding:0 5px;
	font-size:16px
}
.widget.newsletter #newsletter button[type="submit"] {
	background-color:#d12523;
	font-size:16px
}
.widget.newsletter #newsletter button[type="submit"]:hover {
	background-color:#941a19
}
#slider01 .slick-next:before,#slider01 .slick-prev:before {
	color:#c9c9c9;
	background:#fff;
	display:block;
	width:45px;
	height:45px;
	border-radius:50%;
	padding-top:12px;
	font-size:20px
}
#slider01 .slick-prev {
	left:-10px
}
#slider01 .slick-prev:before {
	padding-left:10px
}
#slider01 .slick-next {
	right:-10px
}
#slider01 .slick-next:before {
	padding-right:10px
}
#slider01 .slick-dots {
	bottom:-30px
}
#slider01 .slick-dots li {
	box-shadow:none
}
#slider01 .slick-dots li button {
	box-shadow:none;
	border-width:0;
	background:#c9c9c9;
	width:10px;
	height:10px
}
#slider01 .slick-dots li.slick-active button {
	border-width:0;
	box-shadow:none;
	background:#223d97
}
.slick-slider {
	margin-bottom:60px
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap {
	border-color:#e6e6e6;
	padding-bottom:15px
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .thumb {
	display:relative
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .thumb a .title {
	color:#2e53cd;
	font-weight:700
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .thumb a .detailsWrap .details {
	color:#c9c9c9
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .thumb a:hover .title {
	color:#2e53cd
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .tags {
	position:relative;
	left:auto;
	bottom:auto;
	margin-top:10px
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .tags .tag_link a {
	color:#2e53cd!important;
	padding:0 5px
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .tags .tag_link a:hover {
	text-decoration:underline
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap .tags li:first-child:hover {
	text-decoration:none
}
.thumbInfo .oneColumn .wideOneColumn .thumbWrap li .txt {
	color:#232427
}
.odds_event_schedule .table_heading {
	color:#232427
}
.odds_event_schedule .schedule_table .row .shadow_wrapper>.row>div a .title {
	color:#232427
}
.odds_event_schedule .schedule_table .row .shadow_wrapper>.row>div a .odd {
	box-shadow:inset 0 -7px 0 0 #941a19;
	-webkit-transition:all .2s ease;
	transition:all .2s ease
}
.odds_event_schedule .schedule_table .row .shadow_wrapper>.row>div a:hover .odd {
	box-shadow:inset 0 -70px 0 0 #941a19;
	-webkit-transition:all .2s ease;
	transition:all .2s ease
}
iframe.twitter-timeline {
	box-shadow:1px 0 0 1px rgba(15,70,100,.12) , -1px 0 0 0 rgba(15,70,100,.12)
}
.latest_posts_with_cta h3 {
	color:#e6e6e6;
	font-size:16px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 15px;
	text-transform:capitalize;
	display:inline-block;
	background-color:#2e53cd;
	position:relative
}
.latest_posts_with_cta h3:before {
	content:"";
	position:absolute;
	left:100%;
	height:0;
	width:0;
	top:0;
	border-style:solid;
	border-width:40px 22px 0 0;
	border-color:#2e53cd transparent transparent transparent
}
.latest_posts_with_cta h3:after {
	content:"";
	position:absolute;
	left:calc(100% + 18px);
	height:100%;
	width:10px;
	top:0;
	display:block;
	background-color:#2e53cd;
	-webkit-transform:skew(-29deg,0deg);
	-moz-transform:skew(-29deg,0deg);
	-ms-transform:skew(-29deg,0deg);
	-o-transform:skew(-29deg,0deg);
	transform:skew(-29deg,0deg)
}
@media (max-width:991px) {
	.latest_posts_with_cta h3 {
		width:0;
		text-indent:55px;
		padding-left:0;
		color:#2e53cd;
		white-space:nowrap
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.latest_posts_with_cta h3 {
		padding-right:0
	}
}
.latest_posts_with_cta .total_posts span:last-child {
	background:#d12523;
	-webkit-transform:skew(-25deg);
	-moz-transform:skew(-25deg);
	-ms-transform:skew(-25deg);
	-o-transform:skew(-25deg);
	transform:skew(-25deg);
	color:#fff;
	font-size:19px;
	font-weight:900;
	height:26px;
	display:inline-block;
	vertical-align:middle;
	line-height:26px;
	padding:0 8px;
	margin:0 5px 0 15px
}
.latest_posts_with_cta .total_posts span:last-child>* {
	-webkit-transform:skew(25deg);
	-moz-transform:skew(25deg);
	-ms-transform:skew(25deg);
	-o-transform:skew(25deg);
	transform:skew(25deg)
}
.latest_posts_with_cta .total_posts span:last-child b {
	display:inline-block
}
.latest_posts_with_cta a.post_content .description {
	color:#232427
}
.latest_posts_with_cta .post_footer .learn_more {
	color:#2e53cd
}
.odds_event_winner .heading {
	background:#c9c9c9
}
.odds_event_winner .heading h3 {
	color:#e6e6e6;
	font-size:16px;
	font-weight:400;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0 15px;
	text-transform:capitalize;
	display:inline-block;
	background-color:#2e53cd;
	position:relative
}
.odds_event_winner .heading h3:before {
	content:"";
	position:absolute;
	left:100%;
	height:0;
	width:0;
	top:0;
	border-style:solid;
	border-width:40px 22px 0 0;
	border-color:#2e53cd transparent transparent transparent
}
.odds_event_winner .heading h3:after {
	content:"";
	position:absolute;
	left:calc(100% + 18px);
	height:100%;
	width:10px;
	top:0;
	display:block;
	background-color:#2e53cd;
	-webkit-transform:skew(-29deg,0deg);
	-moz-transform:skew(-29deg,0deg);
	-ms-transform:skew(-29deg,0deg);
	-o-transform:skew(-29deg,0deg);
	transform:skew(-29deg,0deg)
}
@media (max-width:991px) {
	.odds_event_winner .heading h3 {
		width:0;
		text-indent:55px;
		padding-left:0;
		color:#2e53cd;
		white-space:nowrap
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.odds_event_winner .heading h3 {
		padding-right:0
	}
}
.odds_event_winner .scroll ul a.betrow:hover .odd {
	background:#941a19
}
.odds_event_winner .scroll ul a.betrow .odd .fa {
	background:#941a19
}
.odds_event_winner .scroll ul a.betrow .team {
	color:#232427
}
.notification_icon .popup .head .close {
	background-color:#223d97
}
.notification_icon .popup .head .close:before,.notification_icon .popup .head .close:after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	right:100%;
	width:0;
	height:0;
	border-style:solid;
	border-width:0 0 48px 21px;
	border-color:transparent transparent #c9c9c9 transparent;
	padding-right:5px
}
.notification_icon .popup .head .close:after {
	border-color:transparent transparent #223d97 transparent;
	right:100%;
	padding-right:0
}
.notification_icon .popup .notification_wrapper .post .post_data .post_title {
	color:#232427
}
.notification_icon .popup .notification_wrapper .post .post_data .description {
	color:#232427
}
@media (min-width:992px) {
	.branddescription.rectangle_logo_layout .brand_wrapper div .btn {
		background:#d12523;
		-webkit-transform:skew(-25deg);
		-moz-transform:skew(-25deg);
		-ms-transform:skew(-25deg);
		-o-transform:skew(-25deg);
		transform:skew(-25deg);
		font-size:0
	}
	.branddescription.rectangle_logo_layout .brand_wrapper div .btn>* {
		-webkit-transform:skew(25deg);
		-moz-transform:skew(25deg);
		-ms-transform:skew(25deg);
		-o-transform:skew(25deg);
		transform:skew(25deg)
	}
	.branddescription.rectangle_logo_layout .brand_wrapper div .btn span {
		display:inline-block;
		font-size:25px;
		vertical-align:middle;
		height:42px
	}
	.branddescription.rectangle_logo_layout .brand_wrapper div .btn span.arrow {
		width:auto;
		padding:0 15px;
		background:#941a19;
		-webkit-transform:skew(0deg) translateX(15px);
		-moz-transform:skew(0deg) translateX(15px);
		-ms-transform:skew(0deg) translateX(15px);
		-o-transform:skew(0deg) translateX(15px);
		transform:skew(0deg) translateX(15px)
	}
	.branddescription.rectangle_logo_layout .brand_wrapper div .btn span.arrow i.fa {
		display:inline-block;
		-webkit-transform:skew(25deg);
		-moz-transform:skew(25deg);
		-ms-transform:skew(25deg);
		-o-transform:skew(25deg);
		transform:skew(25deg)
	}
	.branddescription.rectangle_logo_layout .brand_wrapper div .btn:hover {
		background:#941a19;
		color:#fff
	}
}
@media (min-width:768px) {
	.newsItemsLinks .game a {
		padding-bottom:100%;
		height:auto
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.brandlist_tabContainer ul.tabs:not(.diff) li a {
		padding:0 15px
	}
	.bannerConv a .row .bonus .valign .cell {
		font-size:30px
	}
	aside .odds_event_winner .scroll ul a.betrow .odd {
		width:70px;
		min-width:70px
	}
	aside .odds_event_winner .scroll ul a.betrow .team {
		font-size:15px
	}
}
@media (max-width:991px) {
	.brandlist_bonusbutton .heading span.plus {
		background:#d12523
	}
	.brandlist_bonusbutton .heading span.plus:before {
		content:"";
		display:block;
		width:0;
		height:0;
		border-style:solid;
		position:absolute;
		top:0;
		right:100%;
		border-color:transparent transparent #d12523;
		border-width:0 0 24px 13px
	}
	.brandlist_bonusbutton .toggle_more {
		color:#2e53cd
	}
	.brandlist_bonusbutton ul li a {
		font-weight:400
	}
	.branddescription.rectangle_logo_layout {
		background:#e6e6e6;
		margin:0 -15px;
		padding:7px 15px;
		display:block!important
	}
	.branddescription.rectangle_logo_layout.active .brand_wrapper {
		background:#fff;
		border:1px solid #c9c9c9
	}
	.branddescription.rectangle_logo_layout .brand_wrapper {
		border:none;
		background:#e6e6e6
	}
	.branddescription .tab_heading .title {
		background:#c9c9c9;
		color:#232427
	}
	.branddescription .tab_heading span.plus {
		background:#d12523!important
	}
	.branddescription .tab_heading span.plus:before {
		content:"";
		display:block;
		width:0;
		height:0;
		border-style:solid;
		position:absolute;
		top:0;
		right:100%;
		border-color:transparent transparent #d12523;
		border-width:0 0 24px 13px
	}
	#slider01 .slick-next,#slider01 .slick-prev {
		display:none!important
	}
	.newsItemsLinks .row {
		margin:0
	}
	.odds_event_schedule .schedule_table .shadow_wrapper>.row>div a .odd {
		box-shadow:inset 0 -4px 0 0 #941a19
	}
}
@media screen and (max-width:767px) {
	#slider01 {
		margin-bottom:30px
	}
	#slider01 .slick-slide {
		margin-right:15px
	}
	#slider01 .slick-list {
		padding-right:30px;
		width:100%
	}
	.newsItemsLinks a {
		padding-bottom:100%
	}
	.bannerConv a .row {
		display:block;
		text-align:center
	}
	.bannerConv a .row .logo {
		width:100%;
		padding:25px 0 0
	}
	.bannerConv a .row .logo span {
		float:none
	}
	.bannerConv a .row .bonus {
		padding:15px 0;
		float:none;
		display:block;
		clear:both
	}
	.bannerConv a .row .visit {
		width:100%
	}
	.bannerConv a .row .visit .btn {
		display:inline-block;
		padding:10px 25px
	}
}
