@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

.container{
	max-width:1295px;
}

body {
  background: #131313;
  color: #fff;
  font-size: 10pt;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto', sans-serif;
}
/* Plugin styles */
.social-feed-element.hidden{
    background-color:red !important;
}
.social-feed-element .pull-left{
    float:left;
    margin-right: 10px;
}
.social-feed-element .pull-right {
    margin-left: 10px;
}
.social-feed-element img {
    width: 100%;
    width: auto\9;
    height: auto;
    border: 0;  
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.social-feed-element .attachment {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* Link styles */
.social-feed-element a {
    color: #acd40f;
    text-decoration: none;
}
.social-feed-element a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.social-feed-element a:hover,
.social-feed-element a:active {
    outline: 0;
    color: #005580;
    text-decoration: underline;
}

/* Text styles */
.social-feed-element small {
    font-size: 85%;
}
.social-feed-element strong {
    font-weight: bold;
}
.social-feed-element em {
    font-style: italic;
}
.social-feed-element p {
    margin: 0 0 10px;
}
.social-feed-element .media-body > p{
    margin-bottom:4px;
    min-height:20px;
}
.social-feed-element p.social-feed-text {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    color: #fff;
    -webkit-box-orient: vertical;
}

/* Message styles */
.social-feed-element,
.social-feed-element .media-body {


}
.social-feed-element .media-body .social-network-icon{
    margin-top: -3px;
    margin-right:5px;
    width:16px;
}
.social-feed-element .media-body div{
    color:#666;
    line-height: 20px;
}
.social-feed-element:first-child {
    margin-top: 0;
}
.social-feed-element .media-object {
    display: block;
    width:48px;
    border-radius:50%;
}
.social-feed-element .media-heading {
    margin: 0 0 5px;
}
.social-feed-element .media-list {
    margin-left: 0;
    list-style: none;
}

.social-feed-element .muted {
    color: #999;
}
.social-feed-element a.muted:hover,
.social-feed-element a.muted:focus {
    color: #808080;
}

.social-feed-element{
    box-shadow: 0 0 10px 0 rgba(10, 10, 10, 0.2);
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    margin:-1px;
    margin-top: 10px;
    background-color: #1c1c1c;

    color: #fff;
    text-align:left;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 16px;
}
.social-feed-element:hover{
    box-shadow: 0 0 20px 0 rgba(10, 10, 10, 0.4);
}

.social-feed-element .content{
    padding:15px;
}
.social-feed-element .social-network-icon{
    opacity:0.7;
}


.social-feed-element .author-title{
    color: #444;
    line-height: 1.5em;
    font-weight: 500;  
}
.feed{
	height: 100%;
	color: #000;
	max-height: 123px;
	margin-top: 10px;
	overflow: hidden;
}
.social-feed-text a{
	color: #fff !important;
}
#loader {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(42, 42, 42, 0.99);
	z-index: 999999;
	opacity: 1;
	text-align: center;
}

.loading {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	width: 100px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative;
	text-indent: -9999em;
}
#loader p {
	font-style: italic;
	margin-top: 20px;
}

.ball:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.ball:nth-of-type(3) {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
 @-webkit-keyframes loading {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
 20% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: translate3d(33px, 0, 0);
 transform: translate3d(33px, 0, 0);
}
 60% {
 -webkit-transform: translate3d(66px, 0, 0);
 transform: translate3d(66px, 0, 0);
}
 80% {
 -webkit-transform: translate3d(99px, 0, 0);
 transform: translate3d(99px, 0, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
 transform: translate3d(99px, 0, 0) scale(0.5);
 opacity: 0;
}
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 55%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
 @keyframes loading {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.5);
 transform: scale(0.5);
}
 20% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 40% {
 -webkit-transform: translate3d(33px, 0, 0);
 transform: translate3d(33px, 0, 0);
}
 60% {
 -webkit-transform: translate3d(66px, 0, 0);
 transform: translate3d(66px, 0, 0);
}
 80% {
 -webkit-transform: translate3d(99px, 0, 0);
 transform: translate3d(99px, 0, 0);
 opacity: 1;
}
 100% {
 -webkit-transform: translate3d(99px, 0, 0) scale(0.5);
 transform: translate3d(99px, 0, 0) scale(0.5);
 opacity: 0;
}
}



.tweek:nth-child(1) {
	flex:0 0 50%;
	max-width:50%;
	padding-right: 0px;
}

.tweek img:nth-child(1) {
	max-height:400px;
}

.tweek:nth-child(4) {
	margin-top: -178px;
	margin-left: 649px;
}

.tweek:nth-child(5) {
	margin-top: -178px;
}



.card-image .card-title{color:#fff;position:absolute;bottom:0;left:0;text-transform: uppercase;max-width:100%;padding: 5px 2px 5px 9px;}.card .card-content{padding:24px;border-radius:0 0 2px 2px}.card .card-content p{margin:0;font-size: 18px;height: 24px;font-weight: 700;color:inherit;}.

.card-title{
  background-color: rgb(22, 30, 39);
}



img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}


.teamimg2{
	background-position:center;
	background-size:cover;
	height:217px;
	width:100%;
	position:relative;
	cursor:  pointer;
	margin-bottom: 10px;
	max-height:217px;
}

.teamimg2:hover{
	background-position:center;
	background-size:cover;
	height:217px;
	width:100%;
	position:relative;
	margin-bottom: 10px;
	max-height:217px;
}

.lowpad{
	padding-left: 5px;
	padding-right: 5px;
}

.lowpad2{
	padding-left: 5px;
	padding-right: 5px;
}



.shorttext{
	font-size:9pt;
	text-transform: capitalize;
	font-weight: 400;
	letter-spacing: 1px;
}


span{
	font-weight:700;
}

.newsname{
	margin-bottom:0;
	font-size: 14pt;
	padding: 10px;
}

.newsname2{
	margin-bottom:5px;
	font-size: 14pt;
}

.teamname{
	margin-bottom:0;
	font-size: 21pt;
}

.teamsubtext{
	margin-bottom:0;
	padding-bottom: 4px;
	margin-top: -6px;
	font-size: 12px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    /* padding-right: 10px; */
    /* padding-left: 10px; */
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.sponsorimg{
	filter: brightness(0%);
	margin: 6px auto;
	padding: 15px 15px 15px 15px;
	max-height: 68px;
	opacity: 0.7;
	display:block;
	cursor:pointer;
}

.abouttext{
	color:#fff;
	padding: 8px 42px 16px 42px;
	line-height: 26px;
	text-align:center;
	margin-bottom: 30px;
	overflow:  hidden;
	max-height: 298px;
	font-size:11pt;
	padding-bottom: 40px;
}

.abouttext2{
	color:#fff;
	padding: 8px 42px 16px 42px;
	line-height: 26px;
	text-align:center;
	font-size:11pt;
	padding-bottom:40px;
}

.topdate{
	font-weight:400;
	font-size:11pt;
	padding-top: 20px;
	padding-left:20px;
	width:100%;
	margin-bottom:0;
}

.topgame{
	font-weight:400;
	font-size:11pt;
	color: #111;
	padding-left:20px;
	margin-top: -10px;
	margin-bottom:0;
	width:100%;
}

.topopponent{
	font-weight: 900;
	font-size: 13pt;
	margin-bottom: 7px;
	text-transform:  uppercase;
	padding-left:20px;
	padding-top: 20px;
	color: #111;
	width:100%;
}

.topstream{
	font-weight: 500;
	font-size: 9pt;
	padding-top: 11px;
	padding-right: 15px;
	text-align:  right;
	font-style:  italic;
	color:#9900f1;
	margin-bottom:0;
	width:50%;
}

.topdetails{
	font-weight: 500;
	font-size: 9pt;
	padding-left:20px;
	padding-top: 11px;
	text-align:  left;
	color:#111;
	margin-bottom:0;
	width:50%;
}

.no-pad{
	margin-left:0;
	margin-right:0;
}

.space{
	margin-top:40px;
}

.effectbg{
	background-position:left;
	background-repeat: no-repeat;
	height: 667px;
	background-size: contain;
}

.aboutlogo{
	padding-top:120px;
	margin:  0 auto;
	display:  block;
}

.matchresult{
	color:#111;
	font-size: 20pt;
	font-weight: 900;
	margin-bottom: 3px;
	padding-left: 10px;
	text-transform:uppercase;
}

.matchopponent{
	font-size:12pt;
	color:#111;
	text-transform:  uppercase;
	margin-bottom: 0;
	padding: 1px 10px 10px 10px;
	font-weight:700;
}

.matchleague{
	font-size:10pt;
	margin-bottom: 0;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-top: -11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:300;
	color:#111;
	text-transform:uppercase;
}


.lose{
	width:100%;
	max-height: 107px;
	max-width: 23px;
	height: 100%;
}

.skill{
    max-width: 421px;
    cursor:  pointer;
    margin: 5px;
    margin-bottom: 10px;
}
.opponentlogo{
	margin: 12px auto;
    display: block;
    max-width: 80px;
    max-height: 80px;
}



.foothead{
	color:#111;
	font-weight: 400;
	padding-top: 50px;
	font-size: 14pt;
	text-transform:  uppercase;
}

.contacttext{
	color:#111;
	font-weight: 400;
	font-size: 10pt;
	padding-right:80px;
}

.contactemail{
	color:#111;
	font-weight: 400;
	padding-bottom: 40px;
	font-size: 10pt;
	padding-right:80px;
}

.footabout{
	color:#111;
	font-weight: 400;
	padding-bottom: 40px;
	padding-top: 10px;
	font-size: 10pt;
	padding-right:50px;
}

.footlogo{
	max-width: 200px;
	display:block;
	padding-top:30px;
}

li {
    list-style-type: none;
}



.bigproduct{
	margin:0 auto;
	display:block;
}

.bigtext{
	font-size:56pt;
	margin-bottom: 0;
	font-weight: 700;
	text-transform:  uppercase;
}

.widetext {
	letter-spacing: 7px;
	font-size: 15pt;
	margin-top: -30px;
	font-weight: 700;
}

.trig{
	font-weight:400;
}

.carousel-caption{
	bottom: 12%;
}

.slick-dots 
 { position: absolute; bottom: -45px; 
list-style: none; display:      block; 
text-align: center; padding: 0; width: 100%; }

.slick-dots li 
 { position: relative; display: inline-block; 
height: 20px; width: 20px; margin: 0 5px; 
padding: 0; cursor: pointer; }

.slick-dots li button 
  { border: 0; background: transparent; 
display: block; height: 20px; width: 20px; 
outline: none; line-height: 0; font-size: 0; 
color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus 
 { outline: none; }

.slick-dots li button:hover:before, 
.slick-dots li button:focus:before 
 { opacity: 1; }



.navibg{
	background-position:left;
	background-repeat:  no-repeat;
	background-size: contain;
	height:93px;
}



.navbar-nav{
	padding: 22px 0 20px 26px;
}

.mainlogo{
	padding-top: 15px;
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.fa{
	font-size: 14pt;
	padding: 3px;
	color: #131313;
	cursor:pointer;
}



.buttonsslide{
	margin:0 auto;
	display:block;
	width: 409px;
}

.hover14 {
	position: relative;
}
.hover14::before {
	position: absolute;
	top:0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.card-title{
  background-color: rgba(19, 19, 19, 0.79);
}
.chip{display:inline-block;height: 36px;font-size: 15px;font-weight:500;color:rgba(0,0,0,0.6);box-shadow: none;line-height: 37px;padding: 1px 24px;/* border-radius:16px; */background-color:#e4e4e4;/* margin-bottom:5px; */margin-right:5px;}
.hover14:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;

}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.tre {
	overflow: hidden;
	cursor:  pointer;
}
.tre:hover+span {
	bottom: -36px;
	opacity: 1;
}

.no-pad33{
	padding-left: 12px;
	padding-right: 1px;
}



.baseline3{
	background-color: #2d2d2d;
	text-align:center;
	color:#f4f4f6;
	font-size:15pt;
	height: 100%;
	font-weight:300;
	text-transform:uppercase;
	padding:20px 0 20px 0;
}

.game{
	font-weight:400;
	font-size: 13pt;
	margin-bottom: 5px;
	padding-top: 10px;
}

.league{
	font-weight:700;
	margin-bottom: 0;
	font-size: 17pt;
	margin-top: -6px;
}



.more2 a{
	color:#131313;
	text-decoration:none;
}

blockquote {
  background: #404040;
  border-left: 10px solid #545454;
  margin: 1.5em 5px 1.5em 0px;
  font-style:  italic;
  padding: 1.5em 11px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  font-style:italic;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}


.resulttext{
	font-weight:700;
	text-align: center;
	line-height: 74px;
	font-size: 20pt;
}

.contact-form {
  margin-top: 30px;
}

.contact-form .input-block.focus {
  background-color: #565656;
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #131313;
  font-size: 15px;
  line-height: 10px;
}


.contact-form .input-block .form-control:focus label {
  top: 0;
}

.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: white;
}

@media (min-width: 768px) {
  .contact-wrap {
    width: 100%;
    margin: auto;
  }
}

.contact-wrap {
  padding: 15px;
}

.depth-1 {
  border-radius: 1px;
  list-style: none;
  margin: 20px auto;
  padding: 0;
  width: 100%;
}



.depth-1 > li.last {
   border-bottom: none; 
}


.depth-1 > li.sub > a > span::after {
 	content: '+';
 	color: #131313;
 	font-family: Arial;
 	font-size: 32px;
 	line-height: 58px;
 	font-weight: 700;
}

.depth-1 > li.active.sub > a > span::after {
 	content: '-';
 	line-height: 54px;
}

.depth-1 > li > a:hover,
.depth-1 > li.active > a {
 	opacity: 1;
}

.depth-2 {
  display: none;
}

li.active .depth-2 {
  display: block;
  list-style: none;
  margin: 9px 20px 13px;
  padding: 0;
}

.depth-2 li {
  
}

.depth-2 a {
 	color: white;
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  padding: 5px 0;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.25);
}

.depth-2 li.first a {
 	padding-top: 0; 
}

.depth-2 li.last a {
 	padding-bottom: 0; 
}

.form-label {
	font-size: 12px;
	color: #161e27;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}

.js-hide-label {
	opacity: 0; 	
}
.js-unhighlight-label {
	color: #999 
}

.profile_card .profile_inner{
	perspective:1000px;
	position: relative;
}
.profile_card .profile_img{
	transform:rotateY(0deg);
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition:  all 0.50s ease 0s;
}
.profile_card:hover .profile_img{
	visibility:hidden;
	transform:rotateY(180deg);
}
.profile_card .profile_img img{
	width:100%;
	height:auto;
	min-height: 229px;
}

.profile_card:hover .over_layer{
	visibility: visible;
	transform:rotateY(0deg);
}
.profile_card .over_layer .social_links{
	margin:0 0 20px 0;
	padding:0;
}
.profile_card .over_layer .social_links li{
	list-style: none;
	display: inline-block;
}
.profile_card .over_layer .social_links li a{
	color:#333;
	width:30px;
	height:30px;
	background:#fff;
	line-height:30px;
	text-align:center;
}
.profile_card .over_layer .social_links li a:hover{
	text-decoration: none;
}
.profile_card .over_layer p{
	color: #131313;
	font-size: 11px;
	max-height: 130px;
	overflow:hidden;
}

.profile_card .profile_contact h3{
	margin: 0;
	font-size:20px;
	text-transform: capitalize;
}
.profile_card .profile_contact h3 > span{
	font-size:15px;
	margin: 4px 0 5px 0;
	display: block;
	text-transform: uppercase;
}



.kat2:hover{
	text-transform:uppercase;
	color:#151d27;
	display:block;
	float:right;
	background: #fff;
	font-size: 12pt;
	padding: 5px 15px 5px 15px;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}


.user-pp2 {
	width: 100%;
	height: 55px;
}

.user-pp2::after {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height:200px;
  content: '';
  background: url("../images/no-user.jpg");
}

.ytmain iframe {
  margin: 18px 0 7px 0;
  width: 102.6%;
  display: flex;
  height: 447px;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}

.youtube2 .play {
    background: url(../images/playhome.png) no-repeat bottom right;
    background-size: 40px 40px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #161e276e;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}



.youtube2 .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.youtube .play {
    background: url(../images/playhome.png) no-repeat center center;
    background-size: 56px 56px;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #161e276e;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.shift{
	background-color:#151d27;
	margin-bottom: 40px;
	padding-top: 26px;
}

.youtube .play:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 447px;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin-top: 25px;
}

.youtube2 {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 157px;
    transition: all 200ms ease-out;
    cursor: pointer;
    margin: 20px 0 20px 0;
}

.slick-slide iframe {
  margin: 18px 0 15px 0;
  width: 100%;
  height: 156px;
}

.image:hover {
	-webkit-filter: grayscale(0%);
}
.image {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: 50%;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  transition: 0.7s;
  &:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  transition: 0.7s;
  }
}

.post {
  float: left;
  color: #999;
  text-decoration: none;
  text-underline: none;
  overflow: hidden;
}


.social {
  width: 45px;
  height: auto;
  position: fixed;
  top: 30%;
  z-index: 1;
  padding-left: 0;
  margin-left: 0;
  margin-top: 30px;
  perspective: 1000px;
}

.social li a {
  height: 60px;
  width: 60px;
  display:  block;
  margin-bottom: 2px;
  font: normal normal normal 24px/42px  'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 12px;
  text-decoration: none;
  text-align: center;
  transition: background 0.5s ease 0.3ms;
}

.social li a:hover {
  background: #1b1b1b;
  
}


.social li:first-child a {
  /* border-radius: 0 5px 0 0; */
}

.social li:last-child a {
 /* border-radius: 0 0 5px 0;*/
}

li {
    list-style-type: none;
}

.social li a div {
  width: 100%;
  float: left;
  text-align: center;
  background: #1b1b1b;
  position: absolute;
  display: table;
  color: #fff;
  left: 30px;
  margin: -43px 40px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all 0.5s ease 0.3ms;
}

.social li div:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border: 10px solid transparent;
  border-right: 10px solid #1b1b1b;
}

.social li a:hover div {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
}

.fixed {
  position: fixed;
  will-change: transform;
}

.fixed--bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.cookie-disclaimer {
  background-color: #6969699c;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  z-index: 1;
  opacity: 0;
  padding: 12px;
  padding: 0.75rem;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
}

.cookie-disclaimer.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cookie-disclaimer :first-child {
  margin-top: 0;
}

.cookie-disclaimer :last-child {
  margin-bottom: 0;
}

.AB_popup {
  position: fixed !important;
  bottom: 0px;
  padding: 14px 16px 20px 16px;
  z-index: 999;
  border-radius: 15px 15px 0 0;
  color: #272727;
  right: 10px;
  width: 100%;
  max-width: 290px;
  display: block;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.AB_popup--title {
  font-weight: bold;
}

.AB_popup--subtitle {
  font-weight: bold;
  padding-top: 10px;
}

.AB_hide-button {
  padding: 3px 8px 3px 7px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.AB_hide-button--inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.AB_popup hr {
  border: 0;
  border-bottom: 1px solid #eee;
}

.AB_popup--hidden {
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}

.AB_hide-button--hidden {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.AB_popup ul {
  padding-left: 20px;
}

.AB_question:not(:last-child) {
  margin-bottom: 5px;
}

.AB_question:last-child {
  margin-top: 20px;
}

.AB_question a {
  color: black;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
  border-bottom: none;
}

#cookiedingsbums_vintage {padding-top: 5px;background-repeat:repeat-x;background-position:top;}

#cookiedingsbums a {color: #fff;text-decoration:none;}
#cookiedingsbums a:hover {text-decoration:underline;}
#cookiedingsbums #cookieinhalt {padding: 16px;padding-top:5px;padding-right: 29px;padding-bottom: 13px;}

#cookiedingsbums {text-align:center;position:fixed;left: 12px;bottom: 12px;background-color: #1a1a1aab;z-index:10000;max-width:300px;font-size:12px;line-height:28px;}

#cookiedingsbumsCloser {color: #777;font: 14px/100% arial, sans-serif;position: absolute;right: 5px;text-decoration: none;text-shadow: 0 1px 0 #fff;top: 8px;cursor:pointer;padding:4px;}

#cookiedingsbumsCloser:hover {
font: 14px/100% arial, sans-serif; 
right:5px; 
top:8px;
 position: absolute;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-track {
  background: #1b1b1b;
}


.knockout-around {
  position: relative;
  height: 46px;
  margin-top:20px;
  background: repeating-linear-gradient( -45deg, #1c1c1c, #1c1c1c 2px, #1c1c1c 2px, #171717 7px );
}
.knockout-around:before, .knockout-around:after {
  content: "";
  position: absolute;
}
.knockout-around:before {
  top: -2px;
  left: -2px;
  border-radius:4px;
  right: -2px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
  bottom: -2px;
  
}
.knockout-around:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #272727;
  z-index: -1;
}

.knockout-around2 {
  position: relative;
  height: 46px;
  margin-top:20px;
  background: repeating-linear-gradient( -45deg, #1c1c1c, #1c1c1c 2px, #1c1c1c 2px, #171717 7px );
}
.knockout-around2:before, .knockout-around2:after {
  content: "";
  position: absolute;
}
.knockout-around2:before {
  top: -2px;
  left: -2px;
  border-radius:4px;
  right: -2px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
  bottom: -2px;
  
}
.knockout-around2:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #272727;
  z-index: -1;
}

.leftpanel{
	float:left;
	text-transform:uppercase;
	color:#8d8d8d;
	font-weight: 700;
	padding: 15px 0 12px 27px;
}

.rightpanel{
	float:right;
	text-transform:uppercase;
	color:#8d8d8d;
	font-weight: 700;
	padding: 15px 27px 12px 0;
}

.trackboarder {
    height: 60px;
    margin-bottom: 10px;
    margin-top: 25px;
    background-color: #0a1126;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 #000000;
    width: 100%;
    border: 1px solid #151d36;
    border-radius: 10px;
}


.trackboarder div {
    padding: 16px;
    font-size: 13pt;
    font-weight: 700;
	color: #ffffff;
}



.knockout-around3 {
  position: relative;
  cursor:  pointer;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 21px;
  background: repeating-linear-gradient( -45deg, #1c1c1c, #1c1c1c 2px, #1c1c1c 2px, #171717 7px );
}
.knockout-around3:before, .knockout-around3:after {
  content: "";
  position: absolute;
}
.knockout-around3:before {
  top: -2px;
  left: -2px;
  border-radius:4px;
  right: -2px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
  bottom: -2px;
  
}
.knockout-around3:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #272727;
  z-index: -1;
}

.leftpanel2 {
    float: left;
    text-transform: uppercase;
    color: #8d8d8d;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.knockout-around3 {
  position: relative;
  cursor:  pointer;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  margin-top: 21px;
  background: repeating-linear-gradient( -45deg, #1c1c1c, #1c1c1c 2px, #1c1c1c 2px, #171717 7px );
}
.knockout-around3:before, .knockout-around3:after {
  content: "";
  position: absolute;
}
.knockout-around3:before {
  top: -2px;
  left: -2px;
  border-radius:4px;
  right: -2px;
  -webkit-box-shadow: 0 0 5px 0 #000000;
	box-shadow: 0 0 5px 0 #000000;
  bottom: -2px;
  
}
.pldetails {
    padding-top: 8px;
    font-size: 11pt;
    font-weight: 700;
    text-align: center;
}
.knockout-around3:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #272727;
  z-index: -1;
}
.sidenews {
    width: 100%;
}
.leftpanel2 {
    float: left;
    text-transform: uppercase;
    color: #8d8d8d;
    font-weight: 700;
    padding: 15px 0 0 0;
}

.matchbg2 {
    margin-bottom: 5px; 
	margin-top: 10px;
	height: 80px;
	border-radius:15px;
	background-color: #1b1b1b;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1126', endColorstr='#f94001',GradientType=1 );
}

.teamimg img{
	width: auto;
	max-height: 69px;
	display: block;
}

.teams{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding-right: 8px;
	position: relative;
}

.teams > span{
	font-size: 11pt;
	color: #fff;
	padding-left: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.match{
	display:flex;
	padding: 5px 0px 20px 24px;
}

.match::after{
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	background-color: #0a1027;
	width: 1px;
	height: 72px;
}

.vs{
	display: block;
	margin: 0 40px;
	font-size: 13pt;
	font-weight: bold;
	color: #b7b9bd;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 69px;
}



.matchdetails{
	text-align:center;
	margin-bottom:0;
	padding-top:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight:700;
}

.watch{
	text-align:center;
	margin-bottom:0;
	color:#1b1b1b;
	font-size:10pt;
}

.matchtwitch:hover{
	color:#fff;
}

.matchtwitch{
	display:block;
	margin:8px auto;
	font-weight:700;
	font-size: 9pt;
	width:120px;
	cursor:pointer;
	background-color:#6441a5;
	padding: 5px 10px 4px 10px;
	color:#1b1b1b;
	text-align:center;
	text-transform:uppercase;
	-webkit-box-shadow: 0px 0px 5px 0 #00000099;
	box-shadow: 0px 0px 5px 0 #00000099;
	border-radius: 15px;
}

.details::after{
	content: ' ';
    display: block;
    position: absolute;
    right: 0;
    top: 9px;
    background-color: #0a1027;
    width: 1px;
    height: 82px;
}

.plbox {
    font-size: 10pt;
    text-align: center;
    margin: 10px auto;
    line-height: 32px;
    height: 34px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 23px;
    background-color: #1b1b1b;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 #000000;
    width: 100%;
    border: 1px solid #1b1b1b;
    border-radius: 10px;
}
.merg{
	padding: 0 5px 0  0;
}


.morematch{
	text-align:center;
	margin-bottom: 0;
	padding-top: 33px;
	cursor:pointer;
	font-weight: 700;
}