/* Style reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: middle;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: Arial, sans-serif;
	color: #414042;
}
ol, ul {
	list-style: none;
}
a {
	color: #005499;
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
	font-weight: bold;
}
input {
	box-sizing: border-box;
}
p {
	line-height: 22px;
	margin-bottom: 20px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.columns {
	position: relative;
}
.box {
	box-shadow: 0 5px 24px rgba(0,0,0,0.08);
}
.clear {
	clear: both;
	display: block;
	height: 0;
	content: "";
}
h1 {
	font-size: 24px;
    /*font-weight: bold;*/
    color: #005499;
}
/* HEADER */

header {
	width: 100%;
	color: #fff;
	position: fixed;
	top: 0;
	z-index: 20;
}
.site-title {
	margin-top: 24px;
	margin-right: 30px;
	font-size: 24px;
	float: left;
	font-family: "Days", sans-serif;
}
#logo {
	position: absolute;
	left: 0;
}
.header-top {
	width: 100%;
	height: 73px;
	background-color: #001d48;
	/*line-height: 73px;*/
}
.header-bottom {
	width: 100%;
	height: 62px;
	background-color: #005499;
	line-height: 62px;
}
#main-nav {
	margin-left: 153px;
}
#main-nav li {
	margin-right: 15px; 
	display: inline-block;
	position: relative;
	top: -1px;
}
#main-nav li:last-child {
	margin-right: 0; 
}
#main-nav li:last-child:after {
	content: none;
}
#main-nav li:after {
	content: url('../img/border-v-dot.png');
	position: absolute;
	top: 6px;
	right: -10px;
}
#main-nav li a {
	height: 61px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
#main-nav li.selected a {
	color: #ffcb04;
}
.header-top-cont {
	margin-left: 153px;
}
#site-search {
	width: 210px;
	margin-top: 18px;
	padding: 10px;
	height: 37px;
	font-size: 14px;
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 2px;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.search-btn {
	/*margin-left: -2px;
	margin-right: 10px;*/
	width: 61px;
    height: 61px;
    background: url("../img/search-icon.png") no-repeat center center;
    /*background-color: #001d48;*/
    /*margin-top: 18px;*/
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
}
.search-btn.closed {
	background: url("../img/close-icon.png") no-repeat center center;
}
.watch-live {
	/*margin-top: 18px;
	margin-right: 10px;*/
	margin-top: 5px;
	padding: 0 10px;
	width: 160px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	display: inline-block;
	/*float: left;*/
	background-color: #001d48;
	font-size: 14px;
	/*border: 2px solid rgba(255,255,255,0.2);*/
	border-radius: 2px;
}
.watch-live img {
	width: auto !important;
	display: inline !important;
	margin-right: 6px;
	vertical-align: middle;
}
.watch-live.tv {
	width: 160px;
	/*font-weight: bold;*/
	color: #fff;
	line-height: 37px;
	text-align: center;
	font-size: 18px;
	border: 1px solid rgba(255,255,255,0.3);
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
	transition: all 300ms;
}
.watch-live.tv:hover {
	/*border-color: rgba(255,255,255,0.7);*/
	/*border-color: rgba(0,84,153,1);*/
	background-color: #005499;
	border-color: #005499;
	/*box-shadow: 0 0 30px #005499;*/
}
.watch-live.tv img {
	margin-top: -5px;
	margin-right: 10px;
}
.live-stream {
	height: 47px;
    line-height: 47px;
    padding: 0 20px;
    /*color: #fff;*/
    color: #001d48;
    /*background-color: #001d48;*/
    background-color: #ffcb04;
}
/*.live-stream h2 {
	font-size: 14px;
}*/
.live-stream a h2 {
	font-size: 14px;
	color: #001d47;
}
.live-stream a h2:hover {
	text-decoration: underline;
}
#lang-select {
	margin-top: 18px;
	margin-left: 10px;
}
#lang-select,
#lang-select li {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
}
#lang-select li {
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border: 1px solid rgba(255,255,255,0.2);
	cursor: pointer;
}
#lang-select li.selected {
	color: #ffcb04;
}
.profile-btn {
	width: 120px;
	height: 37px;
	padding: 0 10px;
	line-height: 37px;
	margin-top: 18px;
	margin-left: 10px;
	color: #fff;
	background-color: #005499;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
}
.profile-btn img {
	margin-right: 8px;
    vertical-align: middle;
}
.register {
	background-color: #06A7F3;
}

/* CONTENT */

.main-content {
	margin-top: 135px;
	/*background: url("../img/background.png") no-repeat center;*/
	/*background-attachment: fixed;*/
	padding-bottom: 30px;
}
.page-heading {
	height: 80px;
	line-height: 80px;
	position: relative;
	z-index: 1;
}
.page-heading img {
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -5px;
}
.page-heading > span {
	padding-right: 15px;
	color: #001d47;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
}
.page-heading > span span {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}
.page-heading:after {
	content: "";
    width: 100%;
    height: 1px;
    background-color: #EAEAEA;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}
.page-heading div {
	padding-left: 15px;
    background-color: #fff;
	float: right;
	height: 55px;
}
.page-heading div .watch-live {
	margin-top: 17px;
    height: 45px;
    line-height: 45px;
    width: 304px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.page-heading div span {
	margin-right: 10px;
	color: #001d47;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.page-heading div select {
	padding: 0 7px;
	height: 30px;
	color: #001d47;
	border: 1px solid #eaeaea;
}
.page-heading div .month {
	width: 130px;
}
.page-heading div .year {
	width: 90px;
}
.page-heading div .seasons {
	width: 140px;
}
#top-videos {
	/*padding: 20px;*/
	margin-bottom: 0;
}
#top-videos .main {
	position: relative;
}
#top-videos .main .preview-img {
	position: relative;
}
#top-videos .main h2 {
	padding: 15px 20px;
	color: #005499;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
}
#top-videos .date {
	font-size: 14px;
    font-style: italic;
    color: #596a84;
    display: inline-block;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
}
#top-videos .category {
	padding-top: 17px;
	padding-bottom: 17px;
    padding-right: 20px;
	float: right;
}
.item {
	margin-bottom: 30px;
	/*padding: 15px;*/
	display: block;
	background-color: #fff;
}
.item .preview-img {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
}
.item .preview-img img {
	min-height: 180px;
}
.item h2 {
	height: 65px;
	margin: 13px 15px 15px 15px;
	color: #005499;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	/*border-bottom: 1px solid #f2f2f2;*/
}
.item h2:before {
	content: '...';
	position: absolute;
	right: 0;
	bottom: -1px;
}
.item h2:after {
	content: '';
	position: absolute;
	right: 0;
	width: 13px;
  	height: 50px;
  	margin-top: 13px;
  	background: #fff;
}
.item .date {
	font-size: 14px;
	font-style: italic;
    color: #596a84;
    display: block;
    position: relative;
    padding: 17px 15px;
    border-top: 1px solid #f2f2f2;
}
.item .date:before {
	content: "";
	width: 70px;
	height: 1px;
	background-color: #ffcb04;
	display: block;
	position: absolute;
	top: -1px;
}
.item:hover .overlay {
	opacity: 0.9;
}
.overlay {
	width: 100%;
	height: 100%;
	background: url("../img/play-btn-m.png") no-repeat center;
	background-color: rgba(0,29,72,0.3);
	opacity: 0.7;
	position: absolute;
	top: 0;
}
.overlay {
	width: 100%;
	height: 100%;
	background: url("../img/play-btn-m.png") no-repeat center;
	background-color: rgba(0,29,72,0.3);
	opacity: 0.7;
	position: absolute;
	top: 0;
}
.overlay img {
	position: absolute;
	top: 50%;
    margin-top: -30px;
	left: 50%;
	margin-left: -30px;
	opacity: 0.7;
}
.pagination {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.pagination .pages li {
	display: inline-block;
}
.pagination .pages li a {
	width: 28px;
	height: 28px;
	line-height: 25px;
	display: block;
	text-align: center;
	border: 2px solid transparent;
}
.pagination a {
	font-size: 14px;
	color: #001d48;
	font-weight: bold;
}
.pagination .prev a,
.pagination .next a {

	width: auto !important;
}
.pagination .prev:hover a,
.pagination .next:hover a {
	border-color: transparent !important;
}
.pagination li.prev {
	float: left;
}
.pagination li.next {
	float: right;
}
.pagination .pages {
    margin: auto;
}
.pagination .pages li.selected a {
	border-color: #ffcb04;
}
.pagination .pages li.selected:hover a {
	border-color: #ffcb04
}
.pagination .pages li:hover a {
	border-color: #f2f2f2;
}
.widget-title {
	height: 58px;
	line-height: 58px;
	display: block;
	color: #001d47;
	text-align: center;
	background-color: #fff;
	text-transform: uppercase;
	/*font-size: 18px;*/
	font-weight: bold
}
.widget-cont {
	padding: 20px;
	text-align: center;
}
.widget-foot {
	padding: 18px 0;
	text-align: center;
	border-top: 1px solid #f2f2f2;
}
.widget-cont table td {
	background-color: transparent !important;
}
/*.cat-widget > ul {
	padding: 15px;
}*/
.cat-widget > ul {
	color: #ffca04;
	/*list-style-type: square;*/
    /*list-style-position: inside;*/
}
.cat-widget > ul li ul {
	background-color: #fafafa;
}
.cat-widget > ul li ul li {
	list-style-type: none;
}
.cat-widget > ul li ul li a {
	padding-left: 35px;
	font-size: 16px;
}
.cat-widget > ul li ul li:last-child a {
	border-bottom: 1px solid #f2f2f2;
} 
.cat-widget > ul li a {
	padding: 14px 20px;
	font-size: 18px;
	color: #001d47;
	display: block;
	border-bottom: 1px solid #f2f2f2;
}
.cat-widget > ul li:last-child a {
	border-bottom: none;
}

.section-title {
	margin-bottom: 25px;
	display: block;
    color: #001d47;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}
/*.section-title:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #DEDEDE;
	position: absolute;
	top: 8px;
    left: 0;
    z-index: -1;
}
.section-title span {
	background-color: #fff;
    padding-right: 10px;
}*/
article .date {
	margin-bottom: 20px;
	font-size: 14px;
    font-style: italic;
    color: #596a84;
    display: block;
}
article h1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #005499;
	border-bottom: 1px solid #f2f2f2;
}
.content {
	background-color: #fff;
}
article .content {
	padding: 20px;
}
article .content p,
article .content {
	margin-bottom: 20px;
	line-height: 22px;
	color: #414042;
}
article .content a {
	color: #0273d0;
}
article .social-share {
	margin-top: 20px; 
	margin-bottom: 25px;
	padding: 17px 0;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
article .social-share span,
article .tags span {
	margin-right: 20px;
	font-size: 14px;
	font-style: italic;
}
article .tags {
	padding-bottom: 30px;
}
article .tags .tag {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    color: #005499;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 5px 10px;
}
article .tags span {
    display: inline-block;
    float: left;
    line-height: 33px;
}
article .social-share .fb-share,
article .social-share .twitter-share,
article .social-share .gplus-share {
	width: 120px;
    height: 30px;
    margin-right: 5px;
    font-style: normal;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
}
article .social-share .fb-share {
	background: url("../img/fb-share-icon.png") no-repeat center left 10px;
	background-color: #39579a;
}
article .social-share .twitter-share {
	background: url("../img/twitter-share-icon.png") no-repeat center left 10px;
	background-color: #00abf0;
}
article .social-share .gplus-share {
	background-color: #df4a32;
}
#comments .not-logged {
	margin-bottom: 20px;
	height: 70px;
	text-align: center;
	border-bottom: 1px solid #f2f2f2;
}
#comments .not-logged p {
	line-height: 50px;
	font-style: italic;
}
#comments > span {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	border-bottom: 1px solid #f2f2f2;
}
#comments .badge {
	padding: 0px 7px;
    margin-left: 5px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    background-color: #005499;
    border-radius: 2px;
}
#comments .write-comment {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: table;
	border-bottom: 1px solid #f2f2f2;
}
#comments .write-comment form {
	padding-left: 20px;
	display: table-cell;
}
#comments .write-comment form input {
	width: 100%;
	margin-bottom: 5px;
	padding: 10px;
	border: 1px solid #d6d6d6;
}
#comments .comment .comment-content {
	padding-left: 20px;
	position: relative;
}
#comments .comment .comment-content .comment-number {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
    color: #596a84;
}
#comments .comment .comment-content .published {
	color: #596a84;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
}
#comments .write-comment form textarea {
	width: 100%;
	min-height: 100px;
	/*margin-top: -1px;*/
	padding: 10px;
	resize: none;
	/*font-size: 14px;*/
	border: 1px solid #d6d6d6;
}
#comments .comment-pic {
	width: 70px;
	height: 70px;
	/*background-color: #ccd2da;*/
	display: table-cell;
	vertical-align: top;
}
#comments .comment {
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: table;
	border-bottom: 1px solid #f2f2f2;
}
#comments .comment:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
#comments .comment div {
	display: table-cell;
	vertical-align: top;
}
#comments .comment div h4 {
	font-weight: bold;
	display: inline-block;
}
#comments .comment div p {
	margin-top: 10px;
	margin-bottom: 0;
}
#comments button {
	width: 105px;
	height: 30px;
	margin-top: 15px;
	color: #fff;
	background-color: #005499;
	font-size: 12px;
	text-transform: uppercase;
	/*font-weight: bold;*/
	border-radius: 2px;
}
#top-videos-slider {
	margin-top: 10px;
	margin-bottom: 10px;
}
#top-videos-slider .thumb {
	position: relative;
	height: 111px;
    overflow: hidden;
}
#top-videos-slider .thumb img {
	height: 100%;
}
#top-videos-slider li .caption h3 {
	height: 30px;
    overflow: hidden;
    line-height: 15px;
}
#top-videos-slider li .caption {
	padding: 7px;
	background-color: #001d48;
}
#top-videos-slider li h3 {
	font-size: 12px;
}
#top-videos-slider li a {
	display: block;
	color: #fff;
}
#home {
	background: url("../img/home-background.jpg") no-repeat;
	background-position: 0 -350px;
}
.dark-back-op {
	/*background-color: rgba(0,29,72,0.7);*/
}
#main-slider {
	margin-top: 20px;
	background-color: #fff;
}
#main-slider .caption {
	width: 100%;
	position: absolute;
	bottom: 0px;
	background-color: #fff;
	/*background-color: rgba(0,29,72,0.7);*/
}
#main-slider .caption h2 {
	padding: 20px;
	font-size: 20px;
	color: #005499;
	/*color: #fff;*/
	border-bottom: 1px solid #f2f2f2;
	/*border-bottom: 1px solid rgba(0,0,0,0.3);*/
}
#main-slider .caption .date {
	font-size: 14px;
	padding: 20px;
	display: block;
	font-style: italic;
    color: #596a84;
    /*color: #fff;*/
}
#main-slider .img-container {
	height: 475px;
	overflow: hidden;
}
#partners {
	/*margin-top: 30px;*/
	padding-bottom: 90px;
	background-color: #f7fafc;
	text-align: center;
	border-top: 1px solid #E7EEF1;
}
#partners .section-title {
	margin-top: 30px;
}
.partners-list {
	/*margin-top: 50px;*/
	margin-top: 100px;
}
.partners-list li {
	width: 160px;
	display: inline-block;
}
.partners-list li img {
	vertical-align: middle;
}
#home-videos {
	padding-top: 30px;
	background-color: #001d47;
}
#home-videos .section-title {
	color: #fff;
}
#home-gallery {
	padding-top: 30px;
	width: 100%;
	text-align: center;
}
#home-gallery-slider {
	margin: 0;
}
#home-gallery-slider img {
	min-height: 220px;
}
.button {
	/*margin-top: 18px;*/
	width: 160px;
    height: 37px;
    padding: 0 10px;
    line-height: 37px;
    color: #fff;
    background-color: #005499;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}
.video-overlay {
	width: 100%;
	height: 100%;
	background: url("../img/play-btn-s2.png") no-repeat center center;
	/*background-color: rgba(0,29,72,0.3);*/
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.next-match {
	/*margin-top: 20px;*/
	background-color: #fff;
}
.next-match .widget-cont > span {
	display: block;
	margin-bottom: 20px;
}
.next-match table {
	width: 100%;
	margin-bottom: 15px;
}
.next-match table img {
	vertical-align: middle;
}
.next-match table,
.next-match table td {
	border: none;
}
.match-date {
	width: 50%;
	padding-top: 20px;
	float: left;
	border-top: 1px solid #f2f2f2;
}
.match-hour {
	width: 50%;
	padding-top: 20px;
	float: right;
	border-top: 1px solid #f2f2f2;
}
.match-date strong,
.match-hour strong {
 	display: block;
 	margin-bottom: 8px;
}
.team-logo {
	height: 65px;
	/*margin-bottom: 10px;*/
}
.content-wrap {
	padding: 20px;
}
.title {
	border-bottom: 1px solid #f2f2f2;
}
.title .date {
	padding: 20px;
	display: block;
	font-size: 14px;
    font-style: italic;
    color: #596a84;
}
.title h1 {
	font-size: 22px;
	padding: 0 20px 20px 20px;
}
.title p {
	line-height: 22px;
    padding: 0 20px 20px 20px;
}
#home-news {
	margin-top: 10px;
	padding-bottom: 40px;
}
#home-news .button,
#home-videos .button {
	margin: 0 auto;
	display: block;
}
#home-videos {
	padding-bottom: 40px;
}
/* FOOTER */

footer {
	/*margin-top: 90px;*/
	padding-top: 60px;
	/*padding-bottom: 40px;*/
	padding-bottom: 0;
	color: #fff;
	background-color: #001d48;
	position: relative;
	/*font-family: "Myriad Pro", sans-serif;*/
}
footer .foot-logo {
	position: absolute;
	left: 50%;
	margin-left: -57px;
	top: -48px;
}
footer span.title {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	border-bottom: 0;
	position: relative;
	/*border-bottom: 1px dotted rgba(255,255,255,0.4);*/
}
footer span.title:after {
	content: "";
	width: 100%;
	height: 1px;
	background: url("../img/border-h-dot.png");
	display: block;
	position: absolute;
	bottom: 0;
}
footer ul li {
	margin-bottom: 10px;
	font-size: 14px;
}
footer ul li a {
	color: #fff;
	font-size: 14px;
}
footer ul li a:hover {
	color: #ffcb04;
}
/*footer ul li a:hover {
	color: #ffcb04;
}*/
footer p {
	line-height: 24px;
	font-size: 14px;
}

/* --- FLEXSLIDER Custom--- */

.flexslider {
	border: none;
	background-color: transparent;
}
.flex-control-thumbs {
	margin: 0;
	border-top: 1px solid #f2f2f2;
}
/*.flex-direction-nav {
	display: none;
}*/
/*.flexslider .slides img {
	height: 380px;
}*/
.flex-control-thumbs img {
	height: 75px;
	opacity: 0.4;
}
.flex-control-thumbs li {
	width: 20%;
	/*padding: 10px;*/
}
.flex-control-paging li a.flex-active {
	box-shadow: 0 0 0 3px #fff;
}
.heading {
	height: 80px;
	padding: 15px 20px;
    color: #005499;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
}
/*.flex-control-nav {
	display: none;
}*/

/*.flex-direction-nav a {
	margin: -30px 0 0;
	height: 60px;
	background-color: #001d48;
}
*/

/*.img-stack:before {
	content: "";
	width: 200px;
	height: 300px;
	background-color: #fff;
	display: block;
	position: absolute;
	box-shadow: 0 5px 24px rgba(0,0,0,0.08);
}*/
.flex-direction-nav a {
	height: auto !important;
}
.video {
	height: 373px !important;
	overflow: hidden;
}
.video > div {
	height: 100%;
	position: relative;
}

#videos-carousel {
	margin: 0;
	margin-bottom: 40px;
}
#videos-carousel h2 {
	padding: 10px;
	font-size: 12px;
	color: #005499;
}
#videos-carousel li {
	cursor: pointer;
}
#videos-carousel .preview-img {
	height: 125px;
	overflow: hidden;
	position: relative;
}
#videos-carousel .preview-img img {
	min-height: 100%;
}
#videos-carousel .preview-img .overlay {
	background: url("../img/play-btn-s2.png") no-repeat center;
	background-color: rgba(0,29,72,0.3);
}
table {
	font-size: 14px;
}
table td,
table th {
	padding: 10px;
	min-height: 30px;
}
table,
table td,
table th {
	background-color: #fff;
	border: 1px solid #e5e8ef;
}
.player-card {
	margin-bottom: 30px;
}
.player-img {
	padding: 20px;
	box-shadow: 0 5px 24px rgba(0,0,0,0.08);
}
.player-info {
	width: 100%;
	padding: 20px 20px 20px 0;
	float: left;
	position: relative;
}
.player-name {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.player-position {
	font-size: 18px;
}
.player-number {
	width: 70px;
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #001d48;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center;
	letter-spacing: -2px;
	border: 1px solid #eaeaea;
	border-radius: 3px;
}
.player-overview .number img {
	margin-right: 10px;
    margin-top: -7px;
}
.personal-info {
	margin-top: 35px;
	padding-top: 25px;
	border-top: 1px solid #f2f2f2;
}
.personal-info ul li {
	margin-bottom: 10px;
}
.personal-info ul li strong {
	width: 160px;
	display: inline-block;
}
.player-overview {
	margin-top: 25px;
	padding-top: 25px;
	text-align: center;
	border-top: 1px solid #f2f2f2;
}
.player-overview ul li {
	width: 25%;
	float: left;
}
.player-overview .number {
	margin-top: 15px;
	font-size: 48px;
	color: #001d48;
	letter-spacing: -2px;
	display: block;
}
.inner-section-title {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
}
.player-stats-nav li {
	padding: 15px 18px;
	float: left;
	color: #596a84;
	font-size: 14px;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	border-top: 3px solid transparent;
	cursor: pointer;
}
.player-stats-nav li:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.player-stats-nav li.selected {
	color: #001d47;
	border-top-color: #ffca04; 
	border-bottom-color: transparent; 
}
.player-stats {
	/*padding: 20px;*/
	margin-bottom: 40px;
	overflow: auto;
}
.player-stats table {
	width: 100%;
	text-align: center;
}
table th {
	height: 50px;
	font-weight: bold;
	font-size: 12px;
	background-color: #f5f6f8;
	text-transform: uppercase;
	border: 1px solid #f2f2f2;
}
.player-stats table td {
	height: 50px;
}
.player-stats table tfoot td {
	height: 60px;
	background-color: #f5f6f8;
	font-weight: bold;
	text-transform: uppercase;
}
.player-stats table tr:nth-of-type(even) td {
	background-color: #fcfcfd;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
}
.contact-data .section-title {
	margin-top: 20px;
	margin-bottom: 15px;
	text-transform: none;
}
.contact-data p, .contact-data h2 {
    padding: 0 0 10px 0 !important;
}
#lightgallery > a {
	height: 140px;
    overflow: hidden;
}
.creator {
	border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: none;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: right;
}
.creator a {
	color: #fff;
    font-weight: bold;
}
.creator span {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
	font-size: 14px;
}
article > img {
	width: 100%;
}
#home-gallery-slider .slides a {
	display: block;
	height: 220px;
	overflow: hidden;
	position: relative;
}
#home-gallery-slider .slides a h4 {
	width: 100%;
	padding: 15px;
	position: absolute;
	bottom: 0;
	background-color: rgba(0,29,72,0.7);
    color: #fff;
    text-align: left;
    line-height: 20px;
    opacity: 0;
    transition: all 300ms;
}
#home-gallery-slider .slides a:hover h4 {
	opacity: 1;
}



/* New styles */

/*.team section {
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
}*/
.team section h3 {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	color: #001d48;
	font-weight: bold;
	border-bottom: 1px dotted #E2E2E2;
}
.team .player {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	/*margin-left: 10px;
	margin-right: 10px;*/
	position: relative;
}
.team .player h2 {
	/*margin-top: 15px;*/
	font-size: 14px;
	color: #005499;
	font-weight: bold;
	line-height: 20px;
}
.team .player img {
	width: 100%;
}
.team .player a {
	display: block;
}
.team .player a > div {
	padding: 15px;
	min-height: 90px;
}
.team .player a > div .number {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	color: #001d48;
	font-size: 16px;
	font-weight: bold;
}

.select {
	float: right;
}
.select span {
	margin-right: 8px;
	font-size: 14px;
}
.select select {
	padding: 5px;
	width: 130px;
	font-size: 18px;
	border: 1px solid #eaeaea;
}

.match {
	padding: 20px;
	display: block;
	color: #414042;
	background: url("../img/link-arrow.png") no-repeat center right 20px;
	/*border-left: 2px solid transparent;*/
	border-bottom: 1px solid #f2f2f2;
}
.match:hover {
	background-color: #F8FAFB;
	/*border-left-color: #ffca04;*/
}
.match h3 {
	margin-bottom: 20px;
	color: #005499;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.match strong {
	/*width: 75px;*/
	display: inline-block;
	vertical-align: top;
}
.match table {
	width: 100%;
	/*margin-right: 20px;*/
}
.match table,
.match table td {
	border: none;
	text-align: center;
}
.match ul li {
	margin-bottom: 7px;
	font-size: 14px;
}
.match ul li:last-child {
	margin-bottom: 0;
}
.match .date {
	/*margin-top: 3px;*/
	font-size: 14px;
	line-height: 20px;
}
.match .team-name {
	font-size: 14px;
}
.match .team-logo img {
	max-height: 55px;
}
.match .result {
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: bold;
}
.match table td {
	background-color: transparent !important;
}
.month-played {
	font-size: 18px;
	color: #001d48;
	padding: 20px;
	font-weight: bold;
}
.sub-menu {
	background-color: #fff;
}
.sub-menu li {
    /*float: left;*/
    display: inline-block;
    font-size: 14px;
    /*border-right: 1px solid #f2f2f2;*/
    border-bottom: 2px solid transparent;
    cursor: pointer;
    line-height: 20px;
}
.sub-menu li.selected {
	color: #001d47;
	font-weight: bold;
    border-bottom-color: #ffca04;
}
.sub-menu li a {
	padding: 15px 15px;
	color: #001d47;
	display: block;
}
.patron,
.gundi,
.the_club,
.management,
.treners,
.stadium,
.eurotours,
.dush {
	padding: 20px;
}
.patron h3,
.gundi h3,
.the_club h2,
.the_club h3,
.treners h3,
.management h3,
.championship h3 {
	margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #001d48;
    font-weight: bold;
    border-bottom: 1px dotted #E2E2E2;
}
.management ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
}
.management ul.managers li {
	cursor: pointer;
}
.management ul li p {
	margin-top: 20px;
	line-height: 20px;
}
.management strong {
	color: #005499;
}
.stadium table,
.stadium table th,
.stadium table td{
	border: none;
}
.the_club h4 {
	color: #005499;
    font-weight: bold;
    margin-bottom: 15px;
}
/*.the_club div > div {
	margin-bottom: 40px;
	border-bottom: 1px solid #f2f2f2;
}*/
.the_club img {
	margin-right: 20px;
    margin-bottom: 10px;
}
.eurotours div h3 {
	margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #001d48;
    font-weight: bold;
    border-bottom: 1px dotted #E2E2E2;
}
.eurotours table {
	width: 100%;
}
.eurotours table th {
	height: 40px;
	/*background-color: #E7EBF3;*/
	font-weight: bold;
}
.eurotours table td {
	height: 30px;
	text-align: center;
}
.eurotours table tr:nth-of-type(odd) td {
	background-color: #f5f6f8;
}
.championship table {
	width: 100%;
	margin-bottom: 20px;
}
.full-overlay {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
	background-color: rgba(0,29,72,0.7);
}
.profile-box {
	width: 400px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: 50%;
    margin-top: -320px;
}
.profile-box .close-btn {
	position: absolute;
    right: -53px;
    width: 53px;
    height: 53px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    line-height: 53px;
}
.profile-box .close-btn span {
	font-size: 31px;
    transform: rotate(45deg);
    display: block;
    top: 1px;
    left: 18px;
    position: absolute;
}
/*.profile-box #login {
	display: none;
}*/
.profile-box #register {
	display: none;
}
.profile-box .login-tab,
.profile-box .register-tab {
	width: 50%;
    float: left;
    text-align: center;
    height: 53px;
    line-height: 50px;
    cursor: pointer;
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
    border-top: 3px solid transparent;
    border-right: 1px solid #E4E4E4;
}
.profile-box .forgot-pass-tab {
	text-align: center;
    height: 53px;
    line-height: 50px;
    cursor: pointer;
    background-color: #f7f7f7;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #E4E4E4;
    border-top: 3px solid transparent;
    border-right: 1px solid #E4E4E4;
}
.profile-box .login-tab.selected,
.profile-box .register-tab.selected {
	color: #005499;
	background-color: #fff;
	border-bottom-color: transparent; 
	border-top-color: #ffca04;
	cursor: default;
}
.profile-box .forgot-pass-tab.selected {
	color: #005499;
	background-color: #fff;
	border-top-color: #ffca04;
	cursor: default;
}
.profile-box #login,
.profile-box #register,
.profile-box .forgot-password {
	padding: 20px 30px;
}
.profile-box #forgot-password {
	display: none;
}
.profile-box .forgot-password p {
	font-style: italic;
}
.profile-box #login a {
	margin-top: 3px;
	float: right;
    color: #005499;
}
.profile-box #remember-me {
	margin-right: 4px;
	width: 20px;
	height: 20px;
}
.profile-box label {
	margin-top: 3px;
	margin-bottom: 10px;
	display: inline-block;
	color: #001d47;
	cursor: pointer;
}
.profile-box input[type="text"],
.profile-box input[type="password"] {
	margin-bottom: 10px;
	padding: 0 15px;
	width: 100%;
	height: 40px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}
.profile-box button {
	margin: 0 auto;
	margin-top: 20px;
	width: 160px;
	background-color: #005499;
	color: #fff;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
}
.red {
	color: #fd2020;
}
.profile-box select {
	height: 40px;
	padding: 0 10px;
	border: 1px solid #cccccc;
}
.profile-box #register #birth-day {
	width: 80px;
}
.profile-box #register #birth-month {
	width: 141px;
}
.profile-box #register #birth-year {
	width: 110px;
}
.countdown-clock {
	margin-top: 20px;
    padding-top: 20px;
	border-top: 1px solid #f2f2f2;
}
.countdown-clock strong {
	display: block;
	margin-bottom: 10px;
}
#countdown > div,
#countdown-mobile > div {
	width: 25%;
	float: left;
}
#countdown span,
#countdown-mobile span  {
	font-size: 30px;
	color: #005499;
}
#countdown .smalltext,
#countdown-mobile .smalltext {
	font-size: 14px;
}
.person {
	border-bottom: 1px solid#E2E2E2;
    margin-bottom: 20px;
    cursor: pointer;
    background: url("../img/drop-arrow.png") no-repeat top 10px right;
}
.person .hidden-box {
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
}
.person:last-child {
	border-bottom: 0;
	background: none;
    cursor: default;
}



.profile.content,
.edit-profile.content,
.edit-profile-pic.content {
	padding: 20px;
}
.edit-profile form span {
	width: 30%;
	margin-right: 10px;
	display: inline-block;
	font-size: 14px;
}
.edit-profile form input[type="text"],
.edit-profile form input[type="password"] {
	width: 65%;
	margin-bottom: 10px;
    padding: 0 15px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.edit-profile select {
	margin-bottom: 10px;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #cccccc;
    border-radius: 2px;
}
.edit-profile #birth-day {
	width: 90px;
}
.edit-profile #birth-month {
	width: 169px;
}
.edit-profile #birth-year {
	width: 120px;
}
.edit-profile input[type="radio"] {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	position: relative;
	top: -1px;
    vertical-align: middle;
}
.edit-profile label {
	margin-right: 20px;
	vertical-align: middle;
    height: 40px;
    line-height: 40px;
    display: inline-block;
}
.edit-profile button,
.edit-profile-pic button {
	width: 160px;
	height: 40px;
	margin-top: 30px;
	vertical-align: 40px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #005499;
}
.edit-profile-pic button {
	margin: 0 auto;
	margin-top: 30px;
	display: block;
}
.edit-profile button[type="reset"]{
	background-color: #001d48;
}
.search-box {
	height: 60px;
	background-color: #fff;
	display: none;
	border-top: 1px solid #EAEAEA;
}
.search-box input {
	width: 90%;
	height: 59px;
	border: none;
	color: #000;
	font-size: 20px;
	outline: none;
	padding: 0;
}
.search-box button {
	width: 60px;
	height: 60px;
	background: url("../img/search-icon-dark.png") no-repeat center center;
	float: right;
}
.search-box.open {
	display: block;
}
.profile-pic {
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background: url("../img/default-profile.png") no-repeat center center;
	background-color: #EBEDEF;
	overflow: hidden;
	/*border: 1px solid #DEDEDE;*/
}
.profile-in {
	margin-top: 18px;
	padding-right: 20px;
	height: 37px;
    line-height: 35px;
    background: url("../img/drop-arrow-white.png") no-repeat center right 10px;
	font-size: 14px;
	display: inline-block;
	float: right;
	position: relative;
	border: 1px solid rgba(255,255,255,0.2);
    border-radius: 2px;
    cursor: default;
}
.profile-in span {
	padding: 0 10px;
}
.profile-in .profile-pic {
	width: 35px;
	height: 35px;
	overflow: hidden;
	border: none;
	margin: 0;
	float: left;
}
.profile-in .profile-pic img {
	float: left;
}
.profile-in ul {
	width: 100%;
	background-color: #001d48;
	position: absolute;
	z-index: 5;
	display: none;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(255,255,255,0.2);
}
.profile-in:hover ul {
	display: block;
}
.profile-in ul li {
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.profile-in ul li a {
	color: #fff;
	display: block;
}
.profile-in ul li:hover a {
	color: #ffcb04;
}
.profile ul li {
	margin-bottom: 15px;
}
.profile ul li strong {
	margin-right: 10px;
}
.schedule {
	padding: 20px;
}
.schedule li {
	padding: 20px 0;
	line-height: 22px;
	border-bottom: 1px dotted silver;
}
.schedule .hour {
	font-size: 14px;
	font-weight: bold;
	width: 80px;
    display: inline-block;
}
.news-list li {
	height: 65px;
	/*line-height: 60px;*/
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
}
.news-list li a {
	width: 100%;
	height: 100%;
	padding: 10px;
	display: table;
}
.news-list li a div {
    height: 44px;
	display: table-cell;
	vertical-align: top;
}
.news-list li a .image {
	width: 70px;
	overflow: hidden;
}
.news-list li a .image img {
	width: 70px;
	max-height: 44px;
}
.news-list li a h2 {
	height: 44px;
	padding: 0 10px;
	/*margin-left: 15px;*/
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	line-height: 20px;
	display: block;
    overflow: hidden;
}
.ranking table {
	width: 100%;
}
.ranking table td,
.ranking table th {
	height: 40px;
	padding: 5px 15px;
	font-size: 14px;
}
.ranking table th {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f5f6f8;
}
.ranking table th:nth-of-type(2) {
	text-align: left;
}
.ranking table td:first-of-type {
	width: 50px;
	text-align: center;
}
.ranking table td:last-of-type {
	width: 90px;
	text-align: center;
}
.randking table tr:nth-of-type(even) td {
	background-color: #f5f6f8;
}
/*.ranking .widget-title {
	background: url("../img/agroup.jpg") no-repeat center left 10px;
}*/
.mini_error{
  position: absolute;
  display: none;
  cursor: pointer;
}
#error_balon{
  position: absolute;
  width: 150px;
  min-height: 10px;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
}
#error_balon p{
  text-align: center;
  color:#122126 !important;
   margin-bottom: 0px;
}
#recaptcha{
    width: 300px;
    margin: 0 auto;
    margin-top: 15px;
}
#captcha_error{
	color: #fd2020;
	text-align: center;
	margin-top: 15px;
	display: none;
	font-size:12px;
}
#login_error{
	color: #fd2020;
	text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
	font-size:12px;
	display: none;
}
#edd_error{
	color: #fd2020;
	text-align: right;
    margin-bottom: 10px;
	font-size:12px;
	margin-right: 20px;
}
.dissab{
	display: none;
}
.activate{
	/*display: block;*/
}
#edir_pr_form{
	position: relative;
}

  #image_cr_cont{
    position: relative;
    /* top: 15px; */
    left: 20px;
    width: 455px;
    min-height: 330px;
    max-height: 330px;
  }
  
/************************************************************* Edit profile cropper  ***************************************************************/
  #profile_cropper {
      width: 735px;
      height: 462px;
      background: #eff2f4;
       /*display: none; */

      position: absolute;
      top: 5px;
      visibility: hidden;
      -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
      -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
      box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  }
  #moment_crop_cont {
    width: 160px;
    height: 190px;
    margin: 0 auto;
    margin-right: 20px;
    background: gray;
    border: 3px solid white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  }

  #profile_cropper{
    position: absolute;
    left: 200px;
    top: 50px;
    z-index: 2;

     padding-bottom: 10px;
    box-sizing: content-box;
    /*background: gray;*/
  }
  #profile_cropper h1 {
    font-size: 16px;
    color: #1c3556;
    text-align: left;
    margin-left: 20px;
    margin-top: 25px;
    font-weight: 500;
  }
  #profile_cropper h1 {
    font-size: 16px;
    color: #1c3556;
    text-align: left;
    margin-left: 20px;
    margin-top: 25px;
    font-weight: 500;
    padding-bottom: 20px;
  }
  #image_cr_cont{
    position: relative;
    /* top: 15px; */
    left: 20px;
    width: 455px;
    min-height: 330px;
    max-height: 330px;
  }

  #cr_left{
    width: 476px;
    height: 395px;
    float: left;
  }
  #cr_right{
    width: 250px;
    height: 380px;
    float: right;
  }
  .action_ll {
    text-align: right;
    margin-top: 18px;
  }
  #moment_crop_cont {
      overflow: hidden;
  }
  .action_ll input[type = "file"]{
    visibility: hidden;
    position: absolute;
  }
  .action_ll input:not(input[type = "file"]){
    border-style: none;
    border-radius: 5px;
    color: #fff;
    width: 80px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
  }
  .action_ll input:nth-child(1) {
  	border:0;
    float: left;
    /*background: #6dbec4;*/
    margin-left: 20px;
  	width: 160px;
    height: 40px;
    vertical-align: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #005499;
  }
  .action_ll input:nth-child(3) {
  	border:0;
      	background: #1c3556;
      	margin-left: 6px;
      	margin-right: 20px;

	    width: 160px;
	    height: 40px;
	    vertical-align: 40px;
	    text-align: center;
	    display: inline-block;
	    color: #fff;
  }
  #closeCropper{
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	top: 10px;
  	right: 10px;
  	cursor: pointer;
  }
    #closeCropper{
  	position: absolute;
  	width: 20px;
  	height: 20px;
  	top: 10px;
  	right: 10px;
  	cursor: pointer;
  }
.avatar_thumb{
	width: 250px;
}
/*********************************************************** Edit profile cropper end *************************************************************/
.fb-side-box {
	width: 314px;
	position: fixed;
    left: -314px;
    top: 22%;
    border: 7px solid #3b5998;
    z-index: 20;
    transition: all 500ms;
}
.fb-btn {
	width: 126px;
    padding: 15px 25px;
    background-color: #3b5998;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -92px;
    top: 33px;
    transform: rotate(-90deg);
    cursor: pointer;
}
.fb-side-box:hover {
	left: 0;
}
.euro_contests table,
.euro_contests table td {
	border: none;
}
.euro_contests table td {
	height: 35px !important;
	line-height: 22px;
	
}
.euro_contests table td:first-child {
	font-weight: bold;
}
/*.euro_contests table td:nth-of-type(2) {
	color: #005499;
}*/

.gundi .seasons-table {
	text-align: center;
}
.gundi .seasons-table th:first-child {
	width: 100px;
}
.gundi .seasons-table td {
	height: 35px;
	font-size: 14px;
}


.match-details {
	min-height: 400px;
	margin-bottom: 20px;
	padding: 30px;
	color: #fff;
	background:url(../img/grass-background.png) no-repeat top center;
	background-size: cover;
}
.match-details.positions {
	height: 500px;
	background:url(../img/positions-background2.jpg) no-repeat top center;
	background-size: 100%;
}
.match-details .top-section {
	height: 70px;
	line-height: 70px;
	padding-bottom: 30px;
    box-sizing: content-box;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.match-details .top-section div.team1,
.match-details .top-section div.team2,
.match-details .top-section div.match-result {
	width: 33.333%;
	float: left;
}
.match-details .top-section div.team1 {
	font-size: 20px;
}
.match-details .top-section div.team2 {
	font-size: 20px;
	text-align: right;
}
.match-details .top-section div.match-result {
	text-align: center;
	font-size: 36px;
}
.match-details .top-section div.team1 .team-name,
.match-details .top-section div.team2 .team-name {
	display: inline-block;;
}
.match-details .top-section div.team1 .team-logo {
	margin-right: 20px;
}
.match-details .top-section div.team2 .team-logo {
	margin-left: 20px;
}
.match-details .middle-section {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.match-details .middle-section .team1,
.match-details .middle-section .team2 {
	width: 50%;
	padding: 0 20px;
	float: left;
}
.match-details .middle-section .team1 {
	text-align: right;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.match-details .middle-section .team1 span {
	margin-right: 10px;
}
.match-details .middle-section .team2 span {
	margin-left: 10px;
}
.match-details .middle-section ul li{
	margin-bottom: 7px;
}
.match-comments {
	padding: 20px;
}
.match-comments h3 {
	margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #001d48;
    font-weight: bold;
    border-bottom: 1px dotted #E2E2E2;
}
.match-comments ul li {
	display: table;
	margin-bottom: 15px;
}
.match-comments .time {
	width: 60px;
	display: table-cell;
	vertical-align: top;
    font-style: italic;
    font-size: 14px;
    position: relative;
    text-align: center;
}
/*.match-comments .time:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	background-color: #e4e4e4;
}*/
.match-comments p {
	padding-left: 20px;
	display: table-cell;
}
.match-players {
	margin-bottom: 20px;
	padding: 20px;

}
.match-players h3 {
	margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #001d48;
    font-weight: bold;
    border-bottom: 1px dotted #E2E2E2;
}
.match-players .team1,
.match-players .team2 {
	width: 50%;
	float: left;
}
.match-players .team1 {
	border-right: 1px solid #e4e4e4;
}
.match-players .team2 {
	text-align: right;
}
.match-players ul li {
	margin-bottom: 10px;
}
.match-center-top {
	padding: 20px;
}
.match-center-top h2 {
	margin-bottom: 15px;
	color: #005499;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	float: right;
}
.match-center-top span {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.match-center-top span:last-child {
	margin-bottom: 0;
}
.match-center-top span strong {
	vertical-align: top;
}
.nav-tabs {
	height: 50px;
	line-height: 46px;
	text-align: center;
	background-color: #fff;
}
.nav-tabs li {
	width: 25%;
	display: block;
	float: left;
	/*background-color: #f7f7f7;*/
	border-top: 3px solid #E4E4E4;
	cursor: pointer;
	border-right: 1px solid #E4E4E4;
}
.nav-tabs li:last-child {
	border-right: none;
}
.nav-tabs li.selected {
	border-top-color: #ffcb04;
	cursor: default;
	font-weight: bold;
	background-color: #fff;
}
.match-details .bottom-section .timeline {
	margin: 30px 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
	position: relative;
}
.match-details .bottom-section .timeline .event {
	width: 11px;
    height: 11px;
    background-color: #fff;
    position: absolute;
    top: -3px;
    border-radius: 5px;
}
.match-details .bottom-section .timeline .event.pos20 {
	left: 20%;
	margin-left: -6px;
}
.match-details .bottom-section .timeline .event.pos45 {
	left: 50%;
	margin-left: -6px;
}
.match-details .bottom-section .timeline .event.pos90 {
	left: 100%;
	margin-left: -6px;
}

.part1, .part2 {
	margin-top: 20px;
	padding-top: 30px;
	width: 50%;
	float: left;
	font-size: 12px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.3);
}



.match-details .bottom-section .timeline .event.team1.type1:after {
	content: "";
	background: url(../img/goal-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team1.type2:after {
	content: "";
	background: url(../img/yellow-flag-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team1.type3:after {
	content: "";
	background: url(../img/red-flag-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team1.type4:after {
	content: "";
	background: url(../img/autogoal-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team1.type5:after {
	content: "";
	background: url(../img/duzpa-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -10px;
}




.match-details .bottom-section .timeline .event.team2.type1:after {
	content: "";
	background: url(../img/goal-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team2.type2:after {
	content: "";
	background: url(../img/yellow-flag-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team2.type3:after {
	content: "";
	background: url(../img/red-flag-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team2.type4:after {
	content: "";
	background: url(../img/autogoal-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -10px;
}
.match-details .bottom-section .timeline .event.team2.type5:after {
	content: "";
	background: url(../img/duzpa-icon.png) no-repeat center;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -10px;
}

.main-section  .team1,
.main-section  .team2 {
	width: 50%;
	float: left;
}
.main-section  .team1 {
	border-right: 1px solid rgba(255,255,255,0.3);
}
.main-section  .team2 {
	text-align: right;
}
.main-section ul li {
	margin-bottom: 12px;
	font-size: 18px;
}

.main-section .number {
	width: 40px;
	display: inline-block;
}
.match-details.positions .top-section {
	border-bottom: none;
	margin-bottom: 0;
}
.match-details.positions .badge {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	border-radius: 2px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.25);
	cursor: pointer;
}
.match-details.positions .badge .player-name {
	position: absolute;
    background-color: #fff;
    color: #000;
    padding: 0 10px;
    border-radius: 2px;
    left: 31px;
    font-size: 14px;
    font-weight: normal;
    display: none;
    z-index: 99;
}
.match-details.positions .badge:hover .player-name {
	display: inline-block;
}
.match-details.positions .field {
	height: 200px;
	position: relative;
}
.match-details.positions .team1.badge {
	color: #fff;
	background-color: #005499;
}
.match-details.positions .team2.badge {
	color: #2e2e2e;
	background-color: #fff;
}
.match-details.positions .team1.badge.goalkeeper {
	top: 59px;
	left: 139px;
}
.match-details.positions .team1.badge.defender1 {
	top: -11px;
    left: 240px;
}
.match-details.positions .team1.badge.defender2 {
	top: 36px;
    left: 214px;
}
.match-details.positions .team1.badge.defender3 {
	top: 83px;
    left: 188px;
}
.match-details.positions .team1.badge.defender4 {
	top: 133px;
    left: 157px;
}
.match-details.positions .team1.badge.half1 {
	top: 23px;
    left: 292px;
}
.match-details.positions .team1.badge.half2 {
	top: 99px;
    left: 259px;
}
.match-details.positions .team1.badge.attack1 {
	top: -8px;
    left: 368px;
}
.match-details.positions .team1.badge.attack2 {
	top: 59px;
    left: 350px;
}
.match-details.positions .team1.badge.attack3 {
	top: 134px;
    left: 333px;
}
.match-details.positions .team1.badge.main-attack {
	top: 59px;
	left: 404px;
}


.match-details.positions .team2.badge.goalkeeper {
	top: 59px;
	right: 139px;
}
.match-details.positions .team2.badge.defender1 {
	top: -11px;
    right: 240px;
}
.match-details.positions .team2.badge.defender2 {
	top: 36px;
    right: 214px;
}
.match-details.positions .team2.badge.defender3 {
	top: 83px;
    right: 188px;
}
.match-details.positions .team2.badge.defender4 {
	top: 133px;
    right: 157px;
}
.match-details.positions .team2.badge.half1 {
	top: 23px;
    right: 292px;
}
.match-details.positions .team2.badge.half2 {
	top: 99px;
    right: 259px;
}
.match-details.positions .team2.badge.attack1 {
	top: -8px;
    right: 368px;
}
.match-details.positions .team2.badge.attack2 {
	top: 59px;
    right: 350px;
}
.match-details.positions .team2.badge.attack3 {
	top: 134px;
    right: 333px;
}
.match-details.positions .team2.badge.main-attack {
	top: 59px;
    right: 404px;
}


.qualify {
	padding: 15px;
}
.qualify table {
	width: 100%;
}
.qualify table th {
	padding: 5px 10px;
	height: 50px;
	font-weight: bold;
	background-color: #f5f6f8;
}
.qualify table th:nth-of-type(2){
	text-align: left;
}
.qualify table td {
	padding: 5px 10px;
	height: 50px;
	text-align: center;
}
.qualify table td:nth-of-type(2){
	text-align: left;
}
table tr:nth-of-type(odd) td{
	    background-color: #f5f6f8;
}
.qualify table td img {
	width: 40px;
	margin-right: 10px;
}

.championship {
	padding: 20px;
}
.gundi .stat td {
	height: 40px;
}
.gundi .stat td:first-child {
	font-weight: bold;
}
.stadium table td {
	background-color: transparent !important;
}
.news-list {
	background-color: #fff;

}
.dush h3 {
	margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    color: #001d48;
    font-weight: bold;
    border-bottom: 1px dotted #E2E2E2;
}
.cat-widget > ul li.selected a {
	/*background-color: #F9F9F9;*/
    font-weight: bold;
    border-left: 3px solid #ffcb04;
}
.page-heading .cat-name {
	font-weight: normal;
    vertical-align: top;
    text-transform: initial;
}

.live-watch a {
    padding: 20px 0;	
	font-size: 18px;
	text-align: center;
	display: block;
}
.video_right_col .watch-live {
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 304px;
    margin-bottom: 15px;
}
.overlay.gallery{
	background: rgba(0, 29, 72, 0.3) url("../img/photo-btn.png") no-repeat scroll center center;
}

.gallery_cont .tags span {
	margin-right: 20px;
	font-size: 14px;
	font-style: italic;
}
.gallery_cont .tags {
	padding-bottom: 30px;
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
	padding-left: 20px;
}
.gallery_cont .tags .tag {
	margin-right: 6px;
	padding: 5px 10px;
	font-size: 14px;
	font-style: normal;
	border: 1px solid #E2E2E2;
	border-radius: 2px;
}

.cat{
	margin-left: 5px;
	margin-top: -3px;
	padding: 0 15px;
    height: 25px;
    line-height: 25px;
    font-size: 14px !important;
    display: inline-block;
    background-color: #005499;
    color: #fff;
    position: relative;
    border-radius: 2px;
}
/*.cat:after {
	content: "";
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	right: -19px;
	top: 0;
	border-top: 25px solid transparent;
	border-left: 10px solid #005499;
	border-right: 10px solid transparent;
}*/

.levski-stats {
	font-weight: bold;
}
.levski-stats td {
	background-color: #e5e8ef;
}
#live-slider {
	margin: 0;
}
#live-slider h2 strong {
	vertical-align: top;
}
.player-thumb {
	padding: 0 !important;
	overflow: hidden;
}
.player-thumb img {
	width: 137px !important;
	height: 182px !important;
}
.dush .player img {
	width: 137px !important;
    height: 182px !important;
    float: left;
}
.dush .player div {
	width: 152px;
	padding: 20px;
	float: left;
}
.dush .player div h2 {
	margin-bottom: 15px;
}
.dush .player div span {
	font-size: 13px;
    line-height: 20px;
}
.mob-live-btn, .mob-categories {
	display: none;
}
.mobile-link {
	display: none !important;
}
.mob-show {
	display: none !important;
}
.ranking {
	background-color: #fff;
}
@media (max-width: 1023px) {
	::-webkit-scrollbar {
	    display: none;
	}
	#logo {
  		width: 90px;
  	}
  	.site-title {
		margin-left: 90px;
		font-size: 18px;
		margin-top: 27px;
		display: none;
  	}
  	#top-videos-slider .flex-direction-nav .flex-prev {
  		left: 0px !important
  	}
  	#top-videos-slider .flex-direction-nav .flex-next {
  		right: 0px !important
  	}
  	.header-top-cont {
    	margin: 0;
    	height: 73px;
	}
	.page-heading > span {
		font-size: 18px;
	}
	.mob-profile-btn {
		width: 60px;
	    height: 73px;
	    line-height: 73px;
	    position: absolute;
	    text-align: center;
	    right: 60px;
	    display: block;
	    background: url(../img/profile-btn.png) no-repeat center;
	}
	.mob-search {
		width: 60px;
	    height: 73px;
	    line-height: 73px;
	    position: absolute;
	    text-align: center;
	    right: 120px;
	    display: block;
	    background: url("../img/search-icon.png") no-repeat center center;
	}
	.profile-btn {
		display: none;
	}
	.main-content {
		margin-top: 73px;
		/*margin-top: 0px !important;*/
		padding-bottom: 0;
	}
	.header-bottom, .live-stream, .fb-side-box {
		display: none;
	}
	.header-bottom {
		height: auto;
	}
	.full-overlay {
		position: static;
	}
	.profile-box {
		width: 100%;
    	margin: 0 auto;
    	margin-top: 73px;
    	position: static;
	}
	.profile-box .close-btn {
		display: none;
	}
	.profile-box #register #birth-day,
	.profile-box #register #birth-month,
	.profile-box #register #birth-year {
		width: 100%;
		margin-bottom: 10px;
	}
	#main-nav {
		margin-left: 0;
	}
	#main-nav li {
		margin-right: 0;
		top: 0;
		display: block;
	}
	#main-nav li a {
		height: 45px;
    	line-height: 45px;
	}
	#main-nav li:after {
		display: none;
	}
	.sub-menu {
		width: 100%;
    	height: 52px;
    	overflow: auto;
	}
	.matches-categories {
		width: 960px;
	}
	.history-categories {
		width: 820px;
	}
	.search-btn {
		display: none;
	}
	.search-box input {
		width: 80%;
	}
	.mob-menu {
		width: 60px;
	    height: 73px;
	    line-height: 73px;
	    position: absolute;
	    text-align: center;
	    right: 0;
	    display: block;
	    background: url(../img/mob-menu.png) no-repeat center;
	}
	.mob-hidden {
		display: none !important;
	}
	.mob-show {
		display: block !important;
		margin-bottom: 20px !important;
	}
	#home {
		background: none;
	}
}
@media (max-width: 768px) {
  	
	#main-slider {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#main-slider .img-container {
		height: 200px;
	}

	#main-slider .caption {
		position: static;
		box-shadow: none;
	}
	#main-slider .flex-direction-nav a {
		top: 100px;
	}
	#top-videos-slider {
		display: none;
	}
	.video {
		height: 230px !important;
	}
	#videos-carousel {
		margin-bottom: 30px;
	}
	#videos-carousel li {
		width: 100% !important;
		margin-right: 0 !important;
	}
	#videos-carousel .preview-img {
		height: 200px;
	}
	#home-news {
		margin-top: 28px;
	}
	.news-list {
		margin-bottom: 20px;
	}
	.section-title {
		text-align: center;
	}
	.match h3 {
		float: none;
    	margin-bottom: 5px;
	}
	.match .result {
		display: block;
		width: 61px;
	}
	/*.team-logo {
		height: auto;
		display: none;
	}*/
	.team .large-2 {
		width: 50%;
	}
	#home-gallery-slider .slides a h4 {
		opacity: 1;
	}
	.flex-direction-nav .flex-prev {
	    opacity: 1;
	    left: 0px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
    	right: 0px;
	}
	.flex-direction-nav a {
		background-color: transparent;
	}
	.flex-control-nav {
		position: static;
	    padding-top: 10px;
	    padding-bottom: 20px;
	    text-align: center;
	}
	.item {
		margin-bottom: 10px;
	}
	/*.item h2 {
		height: auto;
	}*/
	
	#lightgallery > a {
		height: 180px;
	}
	.qualify {
		overflow-x: scroll; 
	}
	.partners-list {
		margin-top: 60px;
	}
	.partners-list li {
	    margin: 0 auto;
	    margin-bottom: 30px;
	}
	table {
		width: 100%;
		/*display: block;*/
		overflow-x: scroll; 
	}
	#partners {
		padding-bottom: 60px;
	}
	article .social-share .fb-share, article .social-share .twitter-share, article .social-share .gplus-share {
		display: block;
		margin-bottom: 10px;
	}
	article .social-share span, article .tags span {
		/*margin-bottom: 15px;*/
    	display: block;
	}
	footer span.title {
		margin-top: 27px;
	}
	/*footer span.title:first-of-type {
		margin-top: 0;
	}*/
	object {
		display: none;
	}
	.player-thumb {
		height: 220px !important;
	}
	.player-thumb img {
		width: 100% !important;
		height: auto !important;
	}
	iframe {
		width: 100%;
	}
	article .tags .tag {
		font-size: 12px;
		padding: 3px 8px;
	}
	article .tags {
		padding-bottom: 0;
	}
	#home-videos {
		padding-bottom: 0;
	}
}
@media (max-width: 599px) { 
	.page-heading {
		height: auto;
		line-height: 60px;
	}
	.page-heading div {
		float: none;
		height: auto;
		padding-left: 0;
	}
	.page-heading:after {
		display: none;
	}
	.watch-live.tv {
		/*display: none;*/
		margin-left: 90px;
	    font-size: 0;
	    width: 42px;
	}
	.player-info {
		padding: 20px 10px;
	}
	.player-img {
		padding: 0;
	}
	.player-img img {
		display: block;
		margin: 0 auto;
	}
	.player-name {
		font-size: 20px;
	}
	.player-position {
		font-size: 14px;
	}
	.player-number {
		font-size: 20px;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	}
	.player-overview ul li {
		width: 50%;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.player-overview .number {
		font-size: 30px;
	}
	.personal-info ul li {
		font-size: 14px;
	}
	.flexslider .slides img {
		min-height: 100%;
	}
	.profile-box #login, .profile-box #register, .profile-box .forgot-password {
		font-size: 14px;
	}
	.flowplayer {
		height: auto !important;
	}
	.mob-live-btn {
		margin-top: 20px;
		display: block;
	}
	.mob-live-btn .watch-live {
		width: 100%;
		height: 50px;
    	line-height: 50px;
    	text-align: center;
	}
	.mob-categories {
		display: block;
		line-height: 35px;
	}
	.mobile-link {
		display: block !important;
	}
	#main-slider {
		display: none;
	}
}
@media (min-width: 600px) and (max-width: 1023px) {
	.watch-live.tv {
		margin-left: 90px;
	}
	.player-thumb {
		height: 200px !important;
	}
	.player-thumb img {
		width: 100% !important;
		height: auto !important;
	}
	.player-info {
		padding: 20px;
	}
}


.yt-link {
	width: 126px;
    padding: 15px 25px;
    background-color: #2ea3e2;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: -92px;
    top: 160px;
    transform: rotate(-90deg);
    cursor: pointer;
}