html,
body {
    font-family: 'Open Sans', sans-serif;
}
.clearsky
	{
	display:none;
	}
.inline {
    display: inline-block;
}

.red {
    color: #da251d;
}

span.red {
    color: #da251d;
}

.btn-border {
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.btn-yellow-bord {
    background: transparent;
    border: 1px solid #ffc000;
    color: #ffc000;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    transition: all .4s;
}

.btn-yellow-bord:hover {
    border: 1px solid #da251d;
    color: #da251d;
    transition: all .4s;
}

.topnav {
    background: #000;
    padding: 15px;
}

.topnav a {
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #cdcdcd;
}

.topnav .fa {
    font-size: 16px;
}

.topnav .socials a {
    margin-right: 15px;
    display: inline-block;
}

.topnav .live-anchors a {
    margin-left: 40px;
    display: inline-block;
}

.topnav .user-actions {
    text-align: right;
}

.topnav .user-actions a {
    margin-left: 15px;
    display: inline-block;
    text-transform: capitalize;
}

.slider {
    background: #0b090a url(/images/big-bg.jpg) no-repeat;
    padding: 20px 0;
}

.logo {
    width: 140px;
}

.logo img {
    max-width: 100%;
}

.main-nav {
    font-size: 0;
}

.main-nav .inline {
    vertical-align: middle;
}

.main-nav ul.topnavs {
    display: block;
    border-bottom: 3px solid #da251d;
    margin: 20px 0 0 0;
    padding: 0;
	
}

.main-nav ul.topnavs>li {
    display: inline-block;
	position: relative;
}

.main-nav ul.topnavs>li>a {
    display: block;
    padding: 20px 33px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: bold;
}

.main-nav ul.topnavs>li:first-child>a {
    padding-left: 0;
}

.main-nav ul.topnavs>li:last-child>a {
    padding-right: 0;
}

.main-nav ul.topnavs>li>ul {
    display: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 200%;
    z-index: 99;
}

.main-nav ul.topnavs>li:hover>ul {
    display: inline-block;
}

.main-nav ul.topnavs>li>ul>li {
    display: block;	
}

.main-nav ul.topnavs>li>ul>li>a {
	padding: 20px 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background: rgba(0,0,0,.8);
    display: block;
    text-align: center
}

.main-nav ul.topnavs>li.parent>a.plusik
	{
		display:none;
	}

.slide-block {
    padding: 20px 0;
}

.slide-container {
    position: relative;
}

.slide-container .captions {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    z-index: 10;
}

.slide-container .captions .caption {
    padding: 20px 20px;
    width: 100%;
    color: #000;
    position: relative;
	height:125px;
}

.slide-container .captions .caption.active:after {
    content: '';
    border: 25px solid transparent;
    border-left: 27px solid #d43129;
    position: absolute;
    right: -46px;
    top: 50%;
    margin-top: -23px;
}

.slide-container .captions .caption.active {
    background: #d43129!important;
    color: #fff;
}

.slide-container .captions .caption:nth-child(1) {
    background: rgba(255, 255, 255, 1);
}

.slide-container .captions .caption:nth-child(2) {
    background: rgba(255, 255, 255, .8);
}

.slide-container .captions .caption:nth-child(3) {
    background: rgba(255, 255, 255, .6);
}

.slide-container .captions .caption:nth-child(4) {
    background: rgba(255, 255, 255, .4);
}

.slide-container .captions .caption span.date {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
}

.slide-container .captions .caption a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-top: 17px;
    font-weight: bold;
    position: relative;
}

.slide-container .captions .caption a:before {
    display: block;
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #000;
}

.slide-container .captions .caption.active a:before {
    background: #fff;
}

.slide-container .captions .caption.active a {
    color: #fff;
}

.slide-container .captions .caption.active a:hover {
    text-decoration: underline;
}

.slide-container .controls {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 30px;
    height: 100%;
    background: #d43129;
    vertical-align: middle;
    line-height: 100%;
}

.slide-container .controls ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -124px;
}

.slide-container .controls li {
    display: block;
    text-align: center;
}

.slide-container .controls li.active a.dots,
.slide-container .controls li a.dots:hover {
    background: #130e0e;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
}

.slide-container .controls li a.dots {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px 0;
}

.slide-container .controls li:first-child a,
.slide-container .controls li:last-child a {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.slide-container .controls li:first-child {
    margin-bottom: 50px;
}

.slide-container .controls li:last-child {
    margin-top: 50px;
}

.lSPager {
    display: none;
}

.masonry{
    margin: 1.5em 0;
    padding: 0;
    column-gap: 1.5em;
    font-size: .85em;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
}

.widgets{
    
}

.widget {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
    margin: 0 0 30px 0;
}



.content {
    background: url(/images/bg.jpg) no-repeat #f1f1f1;
}

.widget .widget-header {
    padding: 10px 20px;
}

.widget .widget-header a{
    color: #fff;
}

.widget .widget-header.red {
    background: rgba(212, 49, 41, 1);
}

.widget .widget-header.black {
    background: rgba(0, 0, 0, 1);
}

.widget .widget-header.black {
    background: rgba(0, 0, 0, 1);
}

.widget .widget-header span {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.text-widget .widget-header {
    padding: 10px 20px;
    text-align: center;
}

.text-widget .widget-header.red {
    background: rgba(212, 49, 41, 1);
}

.text-widget .widget-header.black {
    background: rgba(0, 0, 0, 1);
}

.text-widget .widget-header span {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.text-widget .widget-header a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
}

.widget.news .news-item {
    background-size: cover;
    width: 33.333333%;
    float: left;
    position: relative;
    height: 200px;
}

.widget.news .news-item a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.widget.news .news-item a:hover{
    background: rgba(255,255,255,.1);
}

.widget.news.champ .news-item a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.widget.news.champ .news-item a:hover{
    background: rgba(255,255,255,.1);
}

.widget.news .news-item .img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(212, 49, 41, 0.8);
}

.widget.news .news-item .news-content {
    padding: 20px 20px;
}

.widget.news .news-item span.date,
.widget.news .news-item p
 {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    position: relative;
}

.widget.news .news-item span.name {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-top: 17px;
    font-weight: bold;
    position: relative;
}

.widget.news .news-item span.name:before {
    display: block;
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #000;
}

.widget.news .news-item:first-child,
.widget.news .news-item:first-child span.name,
.widget.news .news-item:nth-child(6),
.widget.news .news-item:nth-child(6) span.name,
.widget.news .news-item:nth-child(8),
.widget.news .news-item:nth-child(8) span.name
 {
    color: #fff!important;
}

.widget.news .news-item:first-child span.name:before,
.widget.news .news-item:last-child span.name:before,
.widget.news .news-item:nth-child(6) span.name:before,
.widget.news .news-item:nth-child(8) span.name:before
 {
    background: #fff;
}

.widget.news .news-item:nth-child(2),
.widget.news .news-item:nth-child(2) span.name,
.widget.news .news-item:nth-child(4),
.widget.news .news-item:nth-child(4) span.name,
.widget.news .news-item:nth-child(9),
.widget.news .news-item:nth-child(9) span.name
 {
    color: #000!important;
}

.widget.news .news-item:nth-child(2) span.name:before,
.widget.news .news-item:nth-child(4) span.name:before,
.widget.news .news-item:nth-child(9) span.name:before {
    background: #000;
}

.widget.news .news-item:nth-child(2) .img-overlay,
.widget.news .news-item:nth-child(4) .img-overlay,
.widget.news .news-item:nth-child(9) .img-overlay  {
    background: rgba(255, 255, 255, 0.8);
}

.widget.news .news-item:nth-child(3),
.widget.news .news-item:nth-child(3) span.name,
.widget.news .news-item:nth-child(5),
.widget.news .news-item:nth-child(5) span.name,
.widget.news .news-item:nth-child(7),
.widget.news .news-item:nth-child(7) span.name
 {
    color: #fff!important;
}

.widget.news .news-item:nth-child(3) a>span:before,
.widget.news .news-item:nth-child(5) a>span:before,
.widget.news .news-item:nth-child(7) a>span:before
 {
    background: #fff;
}

.widget.news .news-item:nth-child(3) .img-overlay,
.widget.news .news-item:nth-child(5) .img-overlay,
.widget.news .news-item:nth-child(7) .img-overlay
 {
    background: rgba(0, 0, 0, 0.8);
}

.widget.news.champ .news-item .img-overlay {
    background: rgba(212, 49, 41, 1);
}

.widget.news.champ .news-item:nth-child(2),
.widget.news.champ .news-item:nth-child(2) span.name,
.widget.news.champ .news-item:nth-child(4),
.widget.news.champ .news-item:nth-child(4) span.name {
    color: #000!important;
}

.widget.news.champ .news-item:nth-child(2) span.name:before,
.widget.news.champ .news-item:nth-child(4) span.name:before {
    background: #000;
}

.widget.news.champ .news-item:nth-child(2) .img-overlay,
.widget.news.champ .news-item:nth-child(4) .img-overlay {
    background: rgba(255, 255, 255, 1);
}

.widget.news.champ .news-item:nth-child(3),
.widget.news.champ .news-item:nth-child(3) span.name,
.widget.news.champ .news-item:nth-child(5),
.widget.news.champ .news-item:nth-child(5) span.name {
    color: #fff!important;
}

.widget.news.champ .news-item:nth-child(3) span.name:before,
.widget.news.champ .news-item:nth-child(5) span.name:before {
    background: #fff;
}

.widget.news.champ .news-item:nth-child(3) .img-overlay,
.widget.news.champ .news-item:nth-child(5) .img-overlay {
    background: rgba(0, 0, 0, 1);
}

.widget.matches a.prev,
.widget.matches a.next {
    font-size: 40px;
    color: #000;
}

.widget .match-item {
    padding: 15px 0;
}

.widget .whiter {
    background: rgba(255, 255, 255, .6);
}

.widget .match-item:first-child {
    background: rgba(255, 255, 255, .6);
}

.widget .match-item:nth-child(2) {
    background: rgba(255, 255, 255, .4);
}

.widget .match-item .date {
    display: inline-block;
    padding: 5px 5px;
    background: #000;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.widget .match-item .date .time {
    font-weight: 900;
}

.widget .match-item .meta-match-info {
    margin: 5px 0;
}

.widget .match-item .meta-match-info p {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.widget .match-item .meta-match-info p.place {
    text-transform: none;
}

.widget .match-item .match-content {
    display: table;
    width: 100%;
    margin: 5px 0;
}

.widget .match-item .match-content .match-row {
    display: table-row;
}

.widget .match-item .match-content .match-row .match-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.33333333%;
}

.widget .match-item .match-content .match-row .match-cell:first-child,
.widget .match-item .match-content .match-row .match-cell:last-child {
    vertical-align: top;
}

.widget .match-item .match-content .match-row .match-cell img {
    max-height: 100px;
}

.widget .match-item .match-content .match-row .match-cell .club {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-top: 5px;
}

.widget .match-item .match-content .match-row .match-cell .gol {
    display: inline-block;
    padding: 0 8px;
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
}

.widget .match-item .match-content .match-row .match-cell .gol.red {
    background: #da251d;
}

.widget .match-item .match-content .match-row .match-cell .def {
    display: inline-block;
    padding: 0 0;
    color: #000;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
}

.widget .match-item .dop-info p {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
}

.widget .video-slider .video-item {
    overflow: hidden;
}

.widget .video-slider .video-item .video-element {
    position: relative;
}

.widget .video-slider .video-item .big-item {
    width: 66.666666%;
    float: left;
}

.widget .video-slider .video-item .small-item {
    width: 33.333333%;
    float: left;
}

.widget .video-slider .video-item .video-element img {
    max-width: 100%;
}

.widget .video-slider .video-item .video-element.small-item .opis {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    padding: 20px;
}

.widget .video-slider .video-item .video-element .mask {
    position: absolute;
    padding: 14px 17px;
    border-radius: 50%;
    color: #000;
    background: rgba(255, 255, 255, .6);
    display: block;
    transition: all .4s;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -25px;
    z-index: 3;
}

.widget .video-slider .video-item .video-element .mask i {
    margin-left: 5px;
}

.widget .video-slider .video-item .video-element:hover .mask {
    display: block;
    transition: all .4s;
}

.widget .video-slider .video-item .video-element a {
    display: block;
}

.widget .video-slider .video-item .video-element .opis {
    position: absolute;
    padding: 20px;
	background: rgba(255, 255, 255, .7);
    top: 0px;
    left: 0px;
	width:100%;
}

.widget .video-slider .video-item .video-element .opis a {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.widget .video-slider .owl-controls {
    background: rgba(255, 255, 255, .7);
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.widget .video-slider .owl-controls .owl-dots {
    display: inline-block;
}

.widget .video-slider .owl-controls .owl-prev {
    position: absolute;
    left: 30%;
    top: -10px;
    font-size: 40px;
}

.widget .video-slider .owl-controls .owl-next {
    position: absolute;
    right: 30%;
    top: -10px;
    font-size: 40px;
}

.widget .video-slider .owl-controls .owl-dots .owl-dot {
    background: #acacac;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px 5px;
}

.widget .video-slider .owl-controls .owl-dots .owl-dot.active {
    background: #ca2720;
}



.widget .birthday-slider
{
	position: relative;
}


.widget .birthday-slider .owl-controls {
   
    padding: 0px 0;
    position: relative;
    text-align: center;
	top:0px;
	
}

.widget .birthday-slider .owl-controls .owl-dots {
    display: inline-block;
}

.widget .birthday-slider .owl-controls .owl-prev {
    position: absolute;
    left: 10px;
    top: -85px;
    font-size: 40px;
}

.widget .birthday-slider .owl-controls .owl-next {
    position: absolute;
    right: 10px;
    top: -85px;
    font-size: 40px;
}

.widget .birthday-slider .owl-controls .owl-dots .owl-dot {
    background: #acacac;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px 5px;
}

.widget .birthday-slider .owl-controls .owl-dots .owl-dot.active {
    background: #ca2720;
}







.widget.votes .player {
    position: relative;
    padding: 0;
}

.widget.votes .player img {
    max-width: 100%;
}

.widget.votes .player .number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
}

.widget.votes .player .name {
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
    width: 100%;
}

.widget.votes .player .name>div {
    display: table-row;
}

.widget.votes .player .name>div>span {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    height: 55px;
}

.widget.votes .player:nth-child(odd) .name>div>span {
    background: rgba(212, 49, 41, .8);
}

.widget.votes .player:nth-child(even) .name>div>span {
    background: rgba(0, 0, 0, .8);
}

.widget.votes .player .raiting-vote {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.widget.votes .player:hover .number,
.widget.votes .player:hover .name {
    display: none;
    transition: all .4s;
}

.widget.votes .player:hover .raiting-vote {
    display: block;
    transition: all .4s;
}

.widget.votes .player .raiting-vote .vote-content {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	padding-top: 5px;
}

.widget.votes .player .raiting-vote .vote-content span{
    display: block;
}

.widget.votes .player .raiting-vote .vote-content a {
    margin: 5px 0;
}

.widget.votes .player .raiting-vote .raiting {
    position: absolute;
    display: table;
    bottom: 0;
    left: 0;
    width: 100%;
}

.widget.votes .player .raiting-vote .raiting .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #cd9b01;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    display: table-cell;
    vertical-align: middle;
    height: 55px;
    padding: 16px 0;
}

.widget.votes .player .raiting-vote .raiting .progress {
    height: 55px;
    margin-bottom: 0;
    overflow: hidden;
    background-color: #d2cdcd;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    display: table-row;
    vertical-align: middle;
}

.widget .photo-slider .photo-item {
    overflow: hidden;
}

.widget .photo-slider .photo-item .photo-element {
    position: relative;
}

.widget .photo-slider .photo-item .big-item {
    width: 66.666666%;
    float: left;
}

.widget .photo-slider .photo-item .small-item {
    width: 33.333333%;
    float: left;
}

.widget .photo-slider .photo-item .photo-element img {
    max-width: 100%;
}

.widget .photo-slider .photo-item .photo-element.small-item .opis {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    padding: 20px;
}

.widget .photo-slider .photo-item .photo-element a {
    display: block;
}

.widget .photo-slider .photo-item .photo-element .opis {
    position: absolute;
	padding: 20px;
	background: rgba(255, 255, 255, .7);
    top: 0px;
    left: 0px;
	width:100%;
	
}

.widget .photo-slider .photo-item .photo-element .opis a {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.widget .photo-slider .owl-controls {
    background: rgba(255, 255, 255, .7);
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.widget .photo-slider .owl-controls .owl-dots {
    display: inline-block;
}

.widget .photo-slider .owl-controls .owl-prev {
    position: absolute;
    left: 30%;
    top: -10px;
    font-size: 40px;
}

.widget .photo-slider .owl-controls .owl-next {
    position: absolute;
    right: 30%;
    top: -10px;
    font-size: 40px;
}

.widget .photo-slider .owl-controls .owl-dots .owl-dot {
    background: #acacac;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    margin: 5px 5px;
}

.widget .photo-slider .owl-controls .owl-dots .owl-dot.active {
    background: #ca2720;
}

.widget .photo-slider .photo-item .photo-element.small-item:nth-child(2) .opis,
.widget .photo-slider .photo-item .photo-element.small-item:nth-child(4) .opis,
.widget .photo-slider .photo-item .photo-element.small-item:nth-child(8) .opis {
    background: rgba(212, 49, 41, 0.8);
}

.widget .photo-slider .photo-item .photo-element.small-item:nth-child(3) .opis,
.widget .photo-slider .photo-item .photo-element.small-item:nth-child(5) .opis,
.widget .photo-slider .photo-item .photo-element.small-item:nth-child(9) .opis {
    background: rgba(255, 255, 255, .8);
}

.widget .photo-slider .photo-item .photo-element.small-item:nth-child(5) a,
.widget .photo-slider .photo-item .photo-element.small-item:nth-child(3) a,
.widget .photo-slider .photo-item .photo-element.small-item:nth-child(9) a {
    color: #000;
}

.widget .photo-slider .photo-item .photo-element.small-item:nth-child(6) .opis,
.widget .photo-slider .photo-item .photo-element.small-item:nth-child(7) .opis {
    background: rgba(0, 0, 0, .8);
}

.advertisement .adv-item {
    padding: 0;
}

.advertisement .adv-item img {
    max-width: 100%;
}

.widget.tables table,
.widget.calendar table {
    margin-bottom: 0;
}

.widget.calendar table {
    font-size: 14px;
}

.widget.calendar table .red {
    font-weight: bold;
}

.widget.tables table tr.amkar,table tr.amkar {
    background: rgba(212, 49, 41, 1);
    color: #fff;
}

.widget.calendar table td,
.widget.tables table td{
    padding: 8px 8px;
    font-size: 14px;
}

.widget.tables2 table td{

 padding: 8px 8px;
font-size: 12px;
}

.widget.birthday .birthday-item {
    padding: 15px 15px;
    overflow: hidden;
    position: relative;
}

.widget.birthday .birthday-item .birth-img {
    width: 18%;
	margin-left: 15px;
    margin-right: 20px;
    float: left;
}

.widget.birthday .birthday-item .birth-img img {
    max-width: 100%;
}

.widget.birthday .birthday-item .birth-cont {
    width: 70%;
    float: left;
    padding: 0 0;
}

.widget.birthday .birthday-item .birth-cont span {
    display: block;
}

.widget.birthday .birthday-item .birth-cont span.happy {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #da251d;
}

.widget.birthday .birthday-item .birth-cont span.user {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.widget.birthday .birthday-item .birth-cont span.user {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.widget.birthday .birthday-item .star {
    width: 24px;
    height: 23px;
    background: url(/images/star.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 10px;
}

.widget.sponsors .widget-content {
    background: #f1f1f1;
    padding: 10px 0 40px;
}

.widget.sponsors h3 {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 10px 0;
    text-align: center;
}

.slide-wrap {
    padding: 0 150px;
}

.default-slide,.default-slide2 {
    position: relative;
}

.default-slide .owl-prev,.default-slide2 .owl-prev {
    position: absolute;
    left: -70px;
    top: 50%;
    font-size: 40px;
    margin-top: -30px;
}

.default-slide .owl-next,.default-slide2 .owl-next {
    position: absolute;
    right: -70px;
    top: 50%;
    font-size: 40px;
    margin-top: -30px;
}

footer .topnav {
    background: rgba(212, 49, 41, 1);
    color: #fff!important;
}

footer .topnav a {
    color: #fff!important;
}

footer .footer-nav {
    background: #000;
    padding: 25px 0;
}

.copy {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.copy a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: underline;
}

.copy .bat {
    padding: 25px 0;
}

/*-----------TEXTPAGE-------------*/
.bg-black{
    background: #1a1a1a;
}

.content-page{
     -webkit-box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    margin: 25px 0;
}

.content-bblock{
    padding: 20px 100px;
    background: rgba(255,255,255,.5);
}

.content-bblock2{
    padding: 20px 100px;
  
}

.content-page h1{
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.content-page h2{
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}

.content-page h3{
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-page h4{
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-page h5{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

.content-page p{
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.content-page .content-bblock a,.content-page .content-bblock2 a{
    color: #ff0000;
    text-decoration: underline;
}

.content-page .content-bblock a:hover, .content-page .content-bblock2 a:hover{
     color: #ff0000;
	text-decoration: none;;
}

.bold{
    font-weight: bold;
}

.italic{
    font-style: italic;
}

.img-left{
    float: left;
    margin: 0 20px 20px 0;
}

.img-right{
    float: right;
    margin: 0 0 20px 20px;
}


.video{
    padding: 15px 15px;
}


.video .video-item img{
    max-width: 100%;
	width: 100%;
}



.carousel-inner .item{
      
    text-align: center;
   
}
.carousel{
   
}

.item img
{
max-height:760px;
height:400px;
margin:0 auto;
}




.text-widget .photos .photo-item img{
max-width: 100%;

}

.text-widget .photos .photo-item>a{
    display: block;
    position: relative;
}

.text-widget .photos .photo-item .photo-content {
    padding: 15px 35px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.widget-content{
    overflow: hidden;
}

.text-widget .photos .photo-item .photo-content span.date,
.text-widget .photos .photo-item .photo-content p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    position: relative;
    color: #fff;
}

.text-widget .photos .photo-item .photo-content a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 17px;
    font-weight: bold;
    position: relative;
}

.text-widget .photos .photo-item .photo-content a:before {
    display: block;
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #fff;
}

.owl-carousel .owl-item img {
  display: block;

  -webkit-transform-style: preserve-3d;
}

.photos2{
   
}


.photos2 .photo-item2 {
 

 padding: 15px 15px;

}

.photos2 .photo-item3 {
 
 float:left;
 padding: 15px 15px;
 width:33.3%;

}

.mosaicflow__column { float:left; } .mosaicflow__item img { display:block; width:100%; height:auto; padding:15px;}

.photos2 .photo-item2 img,.photos2 .photo-item3 img
{
    width: 100%;
}


.video{
    font-size: 0;
}

 .video .video-item{
  
    vertical-align: top;
	
	 height:311px;
	
}

.video .video-item .video-content {
    padding: 15px 0;
}

.video .video-item .video-content span.date,
 .video .video-item .video-content p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    position: relative;
    color: #000;
}

.video .video-item .video-content a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    margin-top: 17px;
    font-weight: bold;
    position: relative;
}

.video .video-item .video-content a:hover,  .video .video-item:hover .video-content a{
 text-decoration: underline;
}

.video .video-item .video-content a:before {
    display: block;
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #000;
}

.video .video-item a{
    position: relative;
    display: block;
}

 .video .video-item .mask {
    position: absolute;
    padding: 14px 17px;
    border-radius: 50%;
    color: #000;
    background: rgba(255, 255, 255, .6);
    display: block;
    transition: all .4s;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -25px;
    z-index: 3;
}

 .video .video-item .mask i {
    margin-left: 5px;
    font-size: 20px;
}

 .video .video-item:hover .mask {
    display: block;
    transition: all .4s;
}

.photos .owl-prev,
.video .owl-prev,
.mobile-slide .owl-prev{
    top: 50%;
    left: -9px;
    margin-top: -27px;
    font-size: 40px;
    position: absolute;
}

.photos .owl-next,
.video .owl-next,
.mobile-slide .owl-next{
    top: 50%;
    right: -9px;
    font-size: 40px; 
    position: absolute;
    margin-top: -27px;
}

.form{
    padding: 40px 200px;
     background: rgba(255,255,255,.5);
}

.form h2{
    text-align: center;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-black{
    background: #000;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    transition: all .2s;
}

.btn-black:hover{
    color: #fff;
    opacity: .8;
    transition: all .2s;
}

.form-control{
    border: none;
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(212, 49, 41, 0.9);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(212, 49, 41, 0.6);
  outline: 0 none;
}

.guest-tab .tabs-container ul li{
    width: 33.3333333%;
}

.guest-tab .tabs-container2 ul.gb li{
    width: 33.3333333%;
}




.calendar-tab .tabs-container ul li{
    width: 33.3333333%;
}


.profile .tabs-container ul li{
    width: 33.3333333%;
}



.guest-tab .tabs-content-item{
    padding: 30px 60px;
}

.comment .comment-header{
    overflow: hidden;
}

.comment .comment-header .image img{
    max-width: 100%;
}

.comment .comment-header .meta-comment p{
    margin-bottom: 0;
}

.comment .comment-header .meta-comment .user{
   
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.comment .comment-header .meta-comment .date{
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.comment .comment-header .meta-comment .red{
    color: #ea0000;
}

.comment .comment-content{
    padding: 10px 10px;
}

.comment{
    border-bottom: 1px solid #aeaeae;
    overflow: hidden;
    margin-top: 20px;
}

.upper{
    text-transform: uppercase;
}

.user-comment{
   
    margin: 20px 0;
}

.user-comment .number-comment{
    padding: 5px 10px;
    background: #bfbfbf;
}

.user-comment .number-comment span{
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.match-center{
    padding: 15px 0;
}

.match-center h1{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

.match-center p{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-align: center;
}

.match-center{
    background: rgba(255,255,255,.5);
}

.match-center .match-info{
    padding: 30px 100px;
}

.match-center .match-content {
    display: table;
    width: 100%;
    margin: 5px 0;
}

.match-center .match-content .match-row {
    display: table-row;
}

.match-center .match-content .match-row .match-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 33.33333333%;
}

.match-center .match-content .match-row .match-cell:first-child,
.match-center .match-content .match-row .match-cell:last-child {
    vertical-align: top;
}

.match-center .match-content .match-row .match-cell img {
    max-height: 220px;
    max-width: 100%;
}

.match-center .match-content .match-row .match-cell .club {
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
}

.match-center .match-content .match-row .match-cell .gol {
    display: inline-block;
    padding: 0 8px;
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
}

.match-center .match-content .match-row .match-cell .gol.red {
    background: #da251d;
}

.match-center .match-content .match-row .match-cell .def {
    display: inline-block;
    padding: 0 0;
    color: #000;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Open Sans', sans-serif;
    width: 149px;
}

.match-center .match-content .match-stat{
    margin: 10px 0;
}

.match-center .match-content .match-cell .match-stat.big{
    margin-bottom: 30px;
}

.match-center .match-content .match-stat.small .gol{
    width: 45px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
}

.match-center .match-content .match-stat.small .def{
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}

.match-tab .tabs-container ul li{
    width:20%; 
}

.uniors-tab .tabs-container ul li{
    width: 16.6%;
}

@media screen and (max-width:767px) {
.uniors-tab .tabs-container ul li{
    width: 33.3%;
}
}

.match-tab .tabs-content-item p{
    padding: 30px 60px;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.sostavs{
    padding: 30px 0;
    font-size: 0;
}

.sostavs .sostavs-item{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.sostavs .sostavs-item2{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.sostavs-item.main.black .sostav-header{
    background: #000;
}

.sostavs-item.dop.black .sostav-header{
    background: rgba(0,0,0,.7);
}

 .sostavs-item.main.red .sostav-header{
    background: rgba(218,37,29,1);
}

.sostavs-item.dop.red .sostav-header{
    background: rgba(218,37,29,.7);
}

 .sostavs-item .sostav-header{
    padding: 15px 25px;
    text-transform: uppercase;
}

.sostavs-item .sostav-header span{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

 .sostavs-item.main table{
    background: rgba(255,255,255,.5);
    margin-bottom: 0;
}

.sostavs-item.dop table{
    
    margin-bottom: 0;
}

 .sostavs-item table td{
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.sostavs-item table td i,div.online i ,div.replace i{
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.sostavs-item table td .fa-long-arrow-down,div.online i.fa-long-arrow-down,div.replace  i.fa-long-arrow-down{
    color: red;
}

 .sostavs-item table td .fa-long-arrow-up,div.online i.fa-long-arrow-up,div.replace  i.fa-long-arrow-up{
    color: green;
}

.icon.icon-red-card{
    background: #f00;
    width: 15px;
    height: 17px;
}

.icon.icon-yellow-card{
    background: #fedc02;
    width: 15px;
    height: 17px;
}

.icon.icon-ball{
    background: url(/images/ball.png);
    width: 24px;
    height: 24px;
}

.match-phone p.club{
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    margin-top: 20px;
}

.gamers .tabs-container ul li{
    width: 50%;
}

.gamers h2{
    font-weight: bold;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

.gamers .gamers-item{
    overflow: hidden;
    padding: 30px 110px;
}

.gamers .gamers-item .mobile-slide{
    font-size: 0;
}

.gamers .gamers-item .game-item{
    width: 33.333333%;
    display: inline-block;
    padding: 15px 0;
}

.gamers .gamers-item .game-item .photo img{
    max-width: 100%;
}

.gamers .gamers-item .game-item .text-block{
    padding: 0 0;
}



.gamers .gamers-item .game-item .text-block span{
    display: block;
    padding-bottom: 10px;
}

.gamers .gamers-item .game-item .text-block span.number{
    color: #da251d;
    font-weight: 900;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.gamers .gamers-item .game-item .text-block span.name{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.gamers .gamers-item .game-item .text-block span.flag img{
    width: 40px;
}

.gamermodal .tabs-container ul li{
    width: 25%;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-header .close {
    margin-top: -4px;
    margin-right: -20px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.modal-body {
    position: relative;
    padding: 0 0 15px 0;
}

.modal-content {
    position: relative;
    background-color: rgba(255,255,255, .9);
    border-radius: 0;
}

.infogamer{
    padding: 15px 15px;
}

.infogamer .photo{
    padding-top: 5px;
}

.infogamer .photo img{
    max-width: 100%;
}

.modal-dialog {
    width: 730px;
    margin: 30px auto;
}

.infogamer .table-stripped tr:nth-child(odd){
    background: #fff;
}

.infogamer .table-stripped thead tr{
     background: transparent!important;
}

.infogamer .table-stripped tr td{
    color: #000;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.infogamer .status span{
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
}

.infogamer .status span.number{
    color: #da251d;
    font-weight: 900;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}

.infogamer .status span.name, .infogamer .status span.type{
    color: #000;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}


.infogamer .status span.type.red{
     color: #da251d;
   
}



.infogamer .status span.flag img{
    width: 40px;
}

.gamers .owl-item .game-item{
    width: 100%;
}

.gamers .owl-item .gamers-item .game-item .photo,
.gamers .owl-item .gamers-item .game-item .text-block{
        display: inline-block;
        vertical-align: top;
    }
/*------------ELEMENTS------------*/

.tbl-stripped thead tr {
    background: transparent;
}

.tbl-stripped tbody tr:nth-child(odd) {
    background: rgba(255, 255, 255, .4);
}

.tbl-stripped-dark tr:nth-child(odd) {
    background: #ebebeb;
}

.tabs-links {
    width: 100%;
}

.tabs-container ul ,.tabs-container2 ul.gb {
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.tabs-container ul li,.tabs-container2 ul.gb li {
    width: 50%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

.tabs-container ul li a,.tabs-container2 ul.gb li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .4);
}

.tabs-container ul li.ui-tabs-active a,.tabs-container2 ul.gb li.ui-tabs-active a,.tabs-container2 ul.gb li a.active {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: uppercase;
    background: transparent;
}

.tabs-content-item {
    display: none;
}

.tabs-content-item.active {
    display: block;
}

div.menu-icon {
    display: none;
}

.lSAction{
    display: none!important;
}
/*------------------ADAPTIVE-------------------*/


.news-one
{
margin-bottom:20px;
}

.news-one span
{
color:#000000;
}

.news-one-list
{
margin-bottom:30px;
}

.news-one-list span
{
color:#000000;
}

.news-title
{
padding-top:5px;
}

.news-title a
{
color:#000000;
text-decoration:underline;
}

.news-title a:hover
{
color:#da251d;
text-decoration:underline;
}


.news-title-list
{
padding-top:5px;
}

.news-title-list a
{
color:#000000;
text-decoration:underline;
font-size:14px;
}

.news-title-list a:hover
{
color:#da251d;
text-decoration:underline;
}


.news-image 
{
width:30%;
}


.news-image img
{
width:100%;
float:left;


}

.news-image-list img
{
width:20%;
float:left;

}

.imgbig
{
border-radius: 4px;
border: 1px solid #c2c2c2;
}

.news-cont-list
{
float:left;
width:77%;
padding-left:15px;
}

.news-cont
{
float:left;
width:62%;
padding-left:10px;
padding-right:10px;
}



.content-page .content-bblock .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.content-page .content-bblock .pagination > li {
  display: inline;
}
.content-page .content-bblock .pagination > li > a,
.content-page .content-bblock .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1B242F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.content-page .content-bblock .pagination > li:first-child > a,
.content-page .content-bblock .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.content-page .content-bblock .pagination > li:last-child > a,
.content-page .content-bblock .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.content-page .content-bblock .pagination > li > a:hover,
.content-page .content-bblock .pagination > li > span:hover,
.content-page .content-bblock .pagination > li > a:focus,
.content-page .content-bblock .pagination > li > span:focus {
  color: #E74C3C;
  background-color: none;
  border-color: #ddd;
}
.content-page .content-bblock .pagination > .active > a,
.content-page .content-bblock .pagination > .active > span,
.content-page .content-bblock .pagination > .active > a:hover,
.content-page .content-bblock .pagination > .active > span:hover,
.content-page .content-bblock .pagination > .active > a:focus,
.content-page .content-bblock .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #d43129;
  border-color: #d43129;
}
.content-page .content-bblock .pagination > .disabled > span,
.content-page .content-bblock .pagination > .disabled > span:hover,
.content-page .content-bblock .pagination > .disabled > span:focus,
.content-page .content-bblock .pagination > .disabled > a,
.content-page .content-bblock .pagination > .disabled > a:hover,
.content-page .content-bblock .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.content-page .content-bblock .pagination-lg > li > a,
.content-page .content-bblock .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.content-page .content-bblock .pagination-lg > li:first-child > a,
.content-page .content-bblock .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.content-page .content-bblock .pagination-lg > li:last-child > a,
.content-page .content-bblock .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.content-page .content-bblock .pagination-sm > li > a,
.content-page .content-bblock .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.content-page .content-bblock .pagination-sm > li:first-child > a,
.content-page .content-bblock .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.content-page .content-bblock .pagination-sm > li:last-child > a,
.content-page .content-bblock .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


.form-control.seasons
{
float:left; width:20%
}

.form-control.turnirs
{
float:left; width:50%;margin-left:10px;
}


.form-control.turs
{
float:left; width:20%;margin-left:10px;
}



.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;

}
 .pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #1B242F;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  
}
 .pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
 .pagination > li:last-child > a,
 .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
 .pagination > li > a:hover,
 .pagination > li > span:hover,
 .pagination > li > a:focus,
 .pagination > li > span:focus {
  color: #E74C3C;
  background-color: none;
  border-color: #ddd;
}
 .pagination > .active > a,
.pagination > .active > span,
 .pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
 .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #d43129;
  border-color: #d43129;
}
 .pagination > .disabled > span,
 .pagination > .disabled > span:hover,
 .pagination > .disabled > span:focus,
 .pagination > .disabled > a,
 .pagination > .disabled > a:hover,
 .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
 .pagination-lg > li > a,
 .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
 .pagination-lg > li:first-child > a,
 .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
 .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
 .pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
 .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
 .pagination-sm > li:last-child > a,
 .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}








.content-page .content-bblock .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.content-page .content-bblock .pager li {
  display: inline;
}
.content-page .content-bblock .pager li > a,
.content-page .content-bblock .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.content-page .content-bblock .pager li > a:hover,
.content-page .content-bblock .pager li > a:focus {
  text-decoration: none;
  background-color: none;
}
.content-page .content-bblock .pager .next > a,
.content-page .content-bblock .pager .next > span {
  float: right;
}
.content-page .content-bblock .pager .previous > a,
.content-page .content-bblock .pager .previous > span {
  float: left;
}
.content-page .content-bblock .pager .disabled > a,
.content-page .content-bblock .pager .disabled > a:hover,
.content-page .content-bblock .pager .disabled > a:focus,
.content-page .content-bblock .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}


a.pnewslink
{
	color: #ff0000;
	text-decoration:underline;
}

a.pnewslink:hover
{
	color: #ff0000;
	text-decoration:none;
}

a.red_text_bold
{
	color: #ff0000;
	text-decoration:none;
	font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

a.red_text_bold:hover
{
	color: #ff0000;
	text-decoration:underline;
	font-weight: bold;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.loading
{
display:none;
width:200px;
height:200px;
background: url(/images/spinner.gif) no-repeat;
margin:0 auto;
margin-top:20px;
}

.match-stat-cal-res
{
  font-size: 18px;
  font-weight:bold;
    font-family: 'Open Sans', sans-serif; 
	
}


.sposnor_list img {
    cursor: pointer;
    margin-left: 20px;
    margin-bottom: 10px;
}


.modal-dialog.login
{
width:450px;

}

.site-login a,.guest-tab a,.content-bblock2.prognoz a
{
    color: #ff0000;
}


 .amkar-slider .slide-item{
        margin-left: 260px;
    }

	 .amkar-slider .n-img{
       width:880px;height:500px;
    }
	
	
	
	
	
	
	
	
	
@media screen and (max-width: 1199px){
    .topnav .socials a {
        margin-right: 12px;
    }
    .topnav .live-anchors a {
        margin-left: 15px;
    }
    .main-nav ul.topnavs>li>a {    
        padding: 20px 17px;
    }
    .widget .video-slider .video-item .video-element .opis {
        top: 10px;
        left: 10px;
    }
    .widget .video-slider .video-item .video-element .mask {
        padding: 8px 10px;
        border-radius: 50%;
        margin-top: -18px;
        margin-left: -18px;
    }
    .widget .video-slider .video-item .video-element.small-item .opis {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        top: 0;
        left: 0;
        padding: 10px;
    }
    .widget.votes .player .raiting-vote {
        padding: 60px 0;
    }
    .widget .match-item .match-content .match-row .match-cell .gol {
        font-size: 33px;
    }
    .gamers .gamers-item {
        padding: 30px 15px;
    }
    .sostavs .sostavs-item .sostav-header span {
        font-size: 14px;
    }
	
	

.guest-tab div.image
{
padding-right: 0px;
width:8%;
}

 .amkar-slider .slide-item{
     
	   margin-left:0px;
    }
 .amkar-slider  .n-img{
       width:940px;height:500px;
	   margin-left:0px;
    }
	
	
	
	
	
	.content-bblock{
    padding: 20px 40px;
   
}

.content-bblock2{
    padding: 20px 40px;
  
}
	
	
	
	
	
	

}


@media screen and (max-width: 990px){
    .main-nav{
        overflow: hidden;
    }
    
    .logo{
        width: 140px;
        float: left;
        display: block;
    }
    
    .navigation{
        display: block;
        float: left!important;
        width: 565px;
        margin-left: 15px;
    }
    
    .main-nav ul.topnavs {
        display: block;
        border-bottom: none;
        margin: 0 0 0 0;
        padding: 0;
    }
	
	.main-nav ul.topnavs>li.parent.open{
		display: block;
		background: transparent;
		width: 100%;
	}
	
	.main-nav ul.topnavs>li.parent.open>a{
		width: 137px;
        padding: 22px 0;
        float: left;
        display: block;
        text-align: center;
        background: #d43129;
        margin: 2px;
	}
    
    .topnavs>li,
	.main-nav ul.topnavs>li.parent.open>ul>li{
        width: 137px;
        padding: 22px 0;
		
        float: left;
        display: block;
        text-align: center;
        background: #303030;
        margin: 2px;
    }
    
    .main-nav ul.topnavs>li>a,
	.main-nav ul.topnavs>li.parent.open>ul>li>a{
         padding: 0;   
    }
	
	.main-nav ul.topnavs>li.parent.open>ul {
		padding-left: 0;
	}
    
    
    .copy{
        clear: both;
    }
    
    .match-center .match-content .match-row .match-cell .def {
        width: 120px;
    }
    
    .match-center .match-info {
        padding: 30px 15px;
    }
    
    .sostavs .sostavs-item .sostav-header {
        padding: 15px 15px;
    }
    
    .sostavs .sostavs-item .sostav-header span {
        font-size: 14px;
    }
    
     .sostavs .sostavs-item .table>tbody>tr>td,  .sostavs .sostavs-item .table>tbody>tr>th,  .sostavs .sostavs-item .table>tfoot>tr>td,  .sostavs .sostavs-item .table>tfoot>tr>th,  .sostavs .sostavs-item .table>thead>tr>td,  .sostavs .sostavs-item .table>thead>tr>th {
      padding: 5px 2px;   
    }
    
    .sostavs .sostavs-item table td i {
        margin: 0 2px;
    }
    .gamers .gamers-item .game-item {
        padding: 30px 15px;
        width: 50%;
    }
    .amkar-slider .lslide{
        margin-left: -280px;
    }
    .meta-buttons{
        margin: 10px 0;
        text-align: right;
    }
    .meta-buttons a{
        width: 150px;
        color: #fff;
        padding: 10px 0;
        background: #981a14;
        text-align: center;
        display: inline-block;
        margin: 2px 2px;
        font-size: 12px;
        font-family: 'Open Sans', sans-serif;
    }
.main-nav ul.topnavs>li.parent:hover>ul{
		display: none;
	}
	.main-nav ul.topnavs.responsive>li.parent.open>ul>li>a,
	.main-nav ul.topnavs.responsive>li.parent>ul>li>a	{
        text-align: left;
		background: transparent;
    }
    ul.topnavs.responsive>li>a {
        display: block;
        text-align: left;
    }
	.main-nav ul.topnavs>li.parent.open>ul{
        float: none;
        display: block;
		padding-left: 0;
		position: static;
		background: transparent;
		width: 100%;
		overflow: hidden;
    }
	.main-nav ul.topnavs>li>ul>li>a {
		background: transparent;
	}
	


.guest-tab div.image
{
padding-right: 0px;
width:14%;
}

 .amkar-slider .lslide{
     
	   margin-left:0px;
    }
 .amkar-slider .lslide .n-img{
       width:720px;height:500px;
	   margin-left:0px;
    }


}

@media screen and (max-width:767px) {


.form-control.seasons
{
float:left; width:100%
}

.form-control.turnirs
{
float:left; width:100%;margin-left:0px;
margin-top:10px;
}


.form-control.turs
{
margin-top:10px;
float:left; width:100%;margin-left:0px;
}

.content-bblock2
{
padding:20px 20px;
}

    .main-nav ul.topnavs>li {
        display: none;
    }
     div.menu-icon{
        float: left;
        display: inline-block;
		margin-left:20px;
		margin-top:30px;
    }
    ul.topnavs.responsive {
        position: relative;
}
    
    div.menu-icon a{
	
        text-align: center;
		
		display: block;
		padding: 0px;
		font-size: 14px;
		text-transform: uppercase;
		font-family: 'Open Sans', sans-serif;
		color: #fff;
		font-weight: bold;
        text-align: center;
		
    }
    
    div.menu-icon a i{
        font-size: 30px;
        vertical-align:middle;
		
		
    }
    .main-nav ul.topnavs.responsive>li {
        float: none;
        display: block;
		text-align:center;
		
		
    }
	.main-nav ul.topnavs.responsive>li.parent.open>ul{
        float: none;
        display: block;
		padding-left: 10px;
		position: static;
		background: transparent;
    }
	.main-nav ul.topnavs>li.parent:hover>ul{
		display: none;
	}
	.main-nav ul.topnavs.responsive>li.parent.open>a,
	.main-nav ul.topnavs.responsive>li.parent>a{
		background:transparent;
		padding: 0 0;
		float: left;
		display: block;
		text-align: left;
		
	}
	.main-nav ul.topnavs.responsive>li.parent>a.plusik
	{
		float:right;
		text-decoration:none;
	}
	.main-nav ul.topnavs>li.parent.open>ul>li {
		width: 100%;
		padding: 10px 0;
		float: none;
		display: block;
		text-align: left;
		background: transparent;
		margin: 2px;
	}
	
	.topnavs>li, .main-nav ul.topnavs>li.parent.open>ul>li
	{
		width: 200px;
	}
	
	.clearsky
	{
	display:block;
	}
	
	.main-nav ul.topnavs.responsive>li.parent.open>ul>li>a,
	.main-nav ul.topnavs.responsive>li.parent>ul>li>a	{
        text-align: left;
		background: transparent;
    }
    ul.topnavs.responsive>li>a {
        display: block;
        text-align: left;
		
    }
    .navigation{
        display: block;
        float: left!important;
        width: 100%;
		min-width: 234px;
        margin-left: 15px;
        margin: 5px 15px;
		height:100%;
    }
	
	.main-nav ul.topnavs>li>ul
	{
		position:static;
		margin-left:20px;
		margin-top:20px;
		width: 200px;
	}
	

	
	.main-nav ul.topnavs>li>ul>li>a
	{
		padding-top:40px;
		padding-bottom:0px;
	}
	
    .slider .container,
    .footer-nav .container{
        text-align: center;
    }
    .main-nav {
        display: inline-block;
    }
    .widget.news .news-item {
        width: 100%;
        height: 249px;
    }
    .widget .video-slider .video-item .video-element .mask {
        display: none;
    }
    .widget .photo-slider .photo-item .photo-element .opis a {    
        font-size: 12px;
    }
    .slide-wrap {
        padding: 0 80px;
    }
    .bat .pull-right{
        float: left!important;
    }
    .topnavs li {
        background: transparent;
    }
    ul.topnavs.responsive>li:first-child{
        padding-top: 20px;
    }
    .topnav .user-actions{
        margin-top: 15px;
    }
    .socials, .topnav .user-actions{
        text-align: center;
    }
    .topnav .user-actions a:first-child {
        margin-left: 0;
    }
    .topnav .socials a:last-child {
        margin-right: 0;
    }
    .logo {
        width: 100px;
    }
    .content-bblock, .form{
        padding: 20px 15px;
    }
    .content-bblock img{
        max-width: 100%;
    }
    .guest-tab .tabs-container ul li{
        width: 100%;
    }
	
	.guest-tab .tabs-container2 ul li{
        width: 100%;
    }
	
    .guest-tab .tabs-content-item {
        padding: 30px 15px;
    }    
    .match-tab .tabs-container ul li {
        width: 100%;
    }
    .sostavs .sostavs-item {
        width: 100%;
    }
    .gamermodal .tabs-container ul li{
        width: 100%;
    }
    .modal-dialog {
        max-width: 90%;
    }
    .gamers .gamers-item .game-item {
        padding: 30px 15px;
        width: 100%;
    }
    .gamers .gamers-item .game-item .photo,
    .gamers .gamers-item .game-item .text-block{
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .gamers .gamers-item .game-item .text-block span.number {
        font-size: 20px;
    }
    .gamers .gamers-item .game-item .text-block span {
        padding-bottom: 0px;
    }
    .meta-buttons{
        margin: 10px 0;
        text-align: center;
    }
	
	.guest-tab div.image
{
padding-right: 0px;

}


.video .video-item
{
	height:auto;
	margin-bottom:20px;
}


}
@media screen and (max-width:400px) {






    .tabs-container ul li {
        width: 100%;
    }
	
	.tabs-container2 ul.gb li {
        width: 100%;
    }
    .gamers .gamers-item .game-item .text-block span {
        padding-bottom: 5px;
    }
    .gamers .gamers-item .game-item .text-block span.name {
        font-size: 12px;
    }
    .gamers .tabs-container ul li {
        width: 100%;
    }
    .gamers .gamers-item .game-item .text-block span.flag img {
        width: 20px;
    }
    .widget.news .news-item {
        width: 100%;
        height: 160px;
    }
    .widget .match-item .match-content .match-row .match-cell .gol {
        font-size: 22px;
    }
    .widget .video-slider .video-item .video-element .opis a{
        display: none;
    }
    .widget .video-slider .video-item .video-element .mask {
        display: block;
    }
    .widget.votes .player .raiting-vote {
        padding: 15px 0;
    }
    .widget .photo-slider .photo-item .big-item {
        width: 100%;
        float: left;
    }
    .widget .photo-slider .photo-item .small-item {
        width: 50%;
        float: left;
    }
	
	.guest-tab div.image
{
padding-right: 0px;
width:16%;
}
}

.gb-image div
{
padding-right: 5px;
padding-left: 5px;
}



@media screen and (max-width:990px) {
.gb-image .col-xs-12
	{
		padding-bottom:10px;
	}
	
	
}





.file-input.file-input-new
{

}


.scrollup{
width:40px;
height:40px;
position:fixed;
bottom:50px;
right:100px;
display:none;
opacity:0.6;
font-size:26px;
text-align:center;
background-color:#ccc;
color: #fff;
}


.gb-image img
{
	width:100%;
}


@media screen and (max-width:450px) {

	
}



p.gbpodpis
{
	padding-top:10px;
	color:#777;
}



input.error, textarea.error  {

border: 1px solid #ff0000;
}

label.error {

color: #ff0000;

font-weight: normal;

}


.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




.text-widget .photos-sl{
    padding: 15px 15px;
}

.text-widget .photos-sl .photo-item-sl img
{
    max-width: 100%;
}

.text-widget .photos-sl .photo-item-sl>a{
    display: block;
    position: relative;
}

.text-widget .photos-sl .photo-item-sl .photo-content {
    padding: 15px 35px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.widget-content{
    overflow: hidden;
}

.text-widget .photos-sl .photo-item-sl .photo-content span.date,
.text-widget .photos-sl .photo-item-sl .photo-content p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    position: relative;
    color: #fff;
}

.text-widget .photos-sl .photo-item-sl .photo-content a {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-top: 17px;
    font-weight: bold;
    position: relative;
}

.text-widget .photos-sl .photo-item-sl .photo-content a:before {
    display: block;
    position: absolute;
    content: '';
    top: -10px;
    left: 0;
    height: 3px;
    width: 30px;
    background: #fff;
}


.photos-sl .owl-prev{
    top: 50%;
    left: -9px;
    margin-top: -27px;
    font-size: 40px;
    position: absolute;
}

.photos-sl .owl-next
{
    top: 50%;
    right: -9px;
    font-size: 40px; 
    position: absolute;
    margin-top: -27px;
}


.table > tbody > tr > td.tcontent {
	padding: 4px;
	font-size:12px;
	vertical-align: top;
	border-top: 1px solid #ddd;
}


.table > tbody > tr > td.theader
{
	padding: 4px;
	font-size:12px;
	vertical-align: top;
	border-top: 1px solid #ddd;
	text-align:center;
}

.histsm > tbody > tr > td.tcontent {
	padding: 2px;
	font-size:10px;
	vertical-align: top;
	border-top: 1px solid #ddd;
}


.owl-stage
{
	height:100%;
}

.owl-stage .owl-item
{
	height:100%;
}

div.photo-itm-img
{
	min-height:200px;
	position:relative;
	width:auto;
	
}



.photos2 .photo-item2>a{
    display: block;
    
}

.photos2 .photo-item2 .photo-content {
   
   background: rgba(212, 49, 41, 0.7);
    
   
    
   
       position: absolute;
    left: 0;
	   bottom: 0;
    right: 0;
    z-index: 1;
	padding:10px 15px;
   
}

.photos2 .photo-item2 .photo-content span.date,
.photos2 .photo-item2 .photo-content p {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;

    
    color: #fff;
}

.photos2 .photo-item2 .photo-content span {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
   
    
    position: relative;
	
}




.photos2 .photo-item2  a
{
 color: #fff;
  text-decoration:none;
}



.photos2 .photo-item2  a span.tit
{
 color: #fff;
 text-decoration:none;
 font-weight: bold;
}

.photos2 .photo-item2  a:hover span.tit
{
 color: #fff;
 
 font-weight: bold;
}




a:hover .photo-itm-img
{
	box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
}

.filt
{
	padding-left:5px;
	padding-right:5px;
	
	margin-bottom:10px;
}



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
  .pr-item
  {
	  margin-bottom:20px;
	  height:100%;
  }
  
  
  .sponsors .adv-item
  {
	 background-color:#fff;
	 text-align:center;
  }
  
  
  .sponsors h3
  {
	  
  }
  
  
  .sponsors .adv-item img
  {
	  padding:10px;
  }
  
  
 @media screen and (max-width:767px) { 
  .widget .photo-slider .photo-item .photo-element .opis a,.widget .video-slider .video-item .video-element .opis a
  {
	  font-size:12px;
  }
  
 }
 
 .quest
 {
	 -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;

background: rgba(255,255,255,.7);

	 
 }
 
 .answers-list
 {
	 padding:20px;
 }
 
 .q-desc
 {
	 padding-top:10px;
	 
	 font-style:  italic;
	 font-size:14px;
	 text-transform: uppercase;
 }
 
 .answer-one label{
	 padding-left:5px;
	 
 }
 
  .answer-one.ok label
  {
	  color:#da251d;
  }
  
  @media screen and (max-width:450px) {
  .topnav .socials .fa {
   font-size:20px;
}
  }
  
  
  
    .ratingmodal .modal-dialog
  {
	width:400px;
	text-align:center;
	
  }
  
  
  .rating-title
  {
	  background-color: #da251d; 
	  color:#fff;
	  text-align:center;
	  font-weight:bold;
	  margin-left:-15px;
	  margin-right:-15px;
	  margin-bottom:10px;
  }
  
  
   @media screen and (max-width:450px)
   {
	    .ratingmodal .modal-dialog
  {
	width:100%;

  }
   }
   
   
   
   
   
   
   a.ma-list:hover div
{
	box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.75);
}

.desc
{
	margin-bottom:40px;
}

.desc p
{
	font-size:16px;
}