@charset "UTF-8";
 @import url("media-queries.css");
/* *****************************************
 * ----------------------------------------------------------------
 *   Copyright (C) 2012 Artegence
 *                      All rights reserved.
 * ----------------------------------------------------------------
 *
 * @project   TVP - Sport
 * @author    Marcin Pajak
 * @copyright Copyright (C) 2012 Artegence
 *            All rights reserved.
 *

 CSS STRUCTURE:

    1. GLOBAL
    2. CONSTANTS
    3. COMMON
    4. COMPONENTS
    5. STRUCTURE
    6. MODULES
    7. EDITOR CONTENT
    8. CLEARFIX
    9. JS PLUGINS
   10. EXTERNAL
   11. COMPATIBILITY

**************************************** */
/* ----------------------------------------------------------------
    1. GLOBAL
        Reset / Normalize
        Font Faces
 * ---------------------------------------------------------------- */
/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block;  *display: inline;
 *zoom: 1;
}
audio:not([controls]) { display: none; }
 [hidden] {
 display: none;
}
/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; }
body { margin: 0; }
/* =============================================================================
   Links
   ========================================================================== */
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a.inactive, a.inactive:hover { cursor: default !important; text-decoration: none !important; }
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; }
/* =============================================================================
   Embedded content
   ========================================================================== */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }
/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal;  *margin-left: -7px;
}
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline;  *vertical-align: middle;
}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button;  *overflow: visible;
}
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0;  *height: 13px;
 *width: 13px;
}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
a img { border: none; }
ul { list-style: none; }
th, td { vertical-align: middle; }
th { text-align: center; }
form input { vertical-align: middle; }
textarea { overflow: auto; }
pre, code, var, samp, kbd { font-family: monospace, sans-serif; }
p, li { word-wrap: break-word; }
img { max-width: 100%; width: auto; }
::selection { background: #e78225; color: #fff; text-shadow: 0 0 transparent !important; }

::-moz-selection {
 background: #e78225;
 color: #fff;
 text-shadow: 0 0 transparent !important;
}
/* ----------------------------------------------------------------
    2. CONSTANTS
 * ---------------------------------------------------------------- */
.block { display: block !important; }
.hidden { display: none; }
.bolder { font-weight: bold !important; }
.italic { font-style: italic !important; }
.normal { font-weight: normal !important; }
.left { float: left !important; }
.right { float: right !important; }
.center { margin-left: auto; margin-right: auto; }
.left-text { text-align: left !important; }
.right-text { text-align: right !important; }
.center-text { text-align: center !important; }
.justify { text-align: justify !important; }
.font-9 { font-size: 9px !important; }
.font-10 { font-size: 10px !important; }
.font-11 { font-size: 11px !important; }
.font-12 { font-size: 12px !important; }
.font-14 { font-size: 14px !important; }
.font-16 { font-size: 16px !important; }
.font-18 { font-size: 18px !important; }
.font-21 { font-size: 21px !important; }
.font-24 { font-size: 24px !important; }
.color-white { color: #fff !important; }
.color-red { color: #ed162a !important; }
.color-grey { color: #808080 !important; }
.color-green { color: #95a323 !important; }
.color-azure { color: #007587 !important; }
.color-pink { color: #c71a78 !important; }
.color-blue { color: #3375b3 !important; }
.color-bluedark { color: #004087 !important; }
.color-black { color: #1a1a1a !important; }
.color-orange { color: #e78225 !important; }
.color-live { color: #d08a88; }
.highlight { color: #df9c0d !important; }
.with-border { border-top: 2px solid #ddd; }
.capitalize { text-transform: uppercase; }
.relative { position: relative; }
.bg-blue { background: #000d26; }
.bg-dark { background: #001102; color: #fff; }
.bg-grey { background: #e1e1e1; }
.bg-white { background: #fff; }
.bg-green { background: #5E6626; }
.plan-1 { position:relative; z-index: 1; }
.plan-2 { position:relative; z-index: 2; }
.plan-3 { position:relative; z-index: 3; }
.plan-4 { position:relative; z-index: 4; }
.h145 { min-height: 145px; }
.h395 { min-height: 395px; }
.w40 { margin: 0 auto; width: 40%; }
.w60 { margin: 0 auto; width: 60%; }
.w80 { margin: 0 auto; width: 80%; }
.adsense { text-align: center; }
.image-rounded { border-radius: 5px; }
.help { cursor: help; }
.dynamic-content { padding: 20px 5px; }
.no-js a[class*="js-"] { display: none; }
.js .js-hidden { display: none; }
/* Typography */
body { font: normal 0.750em/1.5em Arial, serif; }
html>body {  *font-size: 12px;
}
h1 { font-size: 2em; font-weight: bold; line-height: 0.9167em; margin: 0.83em 0; }
h2 { font-size: 1.6364em; font-weight: 300; line-height: 0.9167em; margin: 0.83em 0; }
h3 { font-size: 1.68em; font-weight: 300; line-height: 1.2em; }
h3.h-orange { border-bottom: 1px solid #e78225; color: #e78225; font-weight: bold; padding: .55em 0 .5em 22px; position: relative; }
h4 { font-size: 1.2em; line-height: 1.375em; margin: .5em 0; }
h5 { font-size: 1em; line-height: 1.5em; }
h6 { font-size: 1em; line-height: 1.5em; }
p { font-size: 1em; line-height: 1.375em; }
li { margin: 0; }
img { max-width: 100%}
/* Inline Elements */
.inline-two > div:first-child { float: left; width: 49%; }
.inline-two > div:first-child + div { float: right; width: 49%; }
/* Centered List */
.center-block { overflow: hidden; width: 100%; }
.center-block > ul { display: block; float: left; left: 50%; position: relative; }
.center-block > ul > li { display: block; float: left; position: relative; right: 50%; }
/* Truncate */
.truncate { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
/* ----------------------------------------------------------------
    3. COMMON
 * ---------------------------------------------------------------- */
 /* BUTTONS */
 button, .button { background: url("../gfx/btn/button.png") 0 bottom repeat-x #e98325; border: 0 none; color: #fff; cursor: pointer; font-size: 1em; font-weight: bold; overflow: visible; padding: 0 20px; position: relative; white-space: nowrap; text-shadow: 1px 1px #a55b15; }
button, .button { border-radius: 5px; display: inline-block !important; height: 30px; line-height: 30px; }
button:hover, .button:hover { background: #e98325; text-decoration: none; }
button.active,  button:active, .button.active, .button:active { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05); }
/* Button - Green */
 button.green, .button.green { background: url("../gfx/btn/button-green2.png") 0 bottom repeat-x #129062; text-shadow: none; }
button.green:hover, .button.green:hover { background: #129062; }
/* Button Small */
 button.small,  button.small > span, .button.small, .button.small > span { height: 22px; line-height: 22px; }
/* Button Icons */
 button.with-ico, .button.with-ico { padding-right: 40px; }
button .ico, .button .ico { bottom: 1px; position: absolute; right: 4px; }
button .ico,  button .ico span, .button .ico, .button .ico span { background: url("../gfx/sprite/button-icons.png") 0 0 no-repeat; display: inline-block; height: 26px; width: 26px; }
.button .ico .ico-video { background-position: 0 -26px; }
.button .ico .ico-photo { background-position: 0 -52px; }
/* Dropdown Button */
.button-dropdown { margin: 5px 0 0 10px; position: relative; z-index: 7; }
.button-dropdown + .button-dropdown { z-index: 6; }
.button-dropdown + .button-dropdown + .button-dropdown { z-index: 5 }
.button-dropdown + .button-dropdown + .button-dropdown + .button-dropdown { z-index: 4; }
.button-dropdown + .button-dropdown + .button-dropdown + .button-dropdown + .button-dropdown { z-index: 3; }
.button-dropdown:hover .button, .filters .button-dropdown:hover .button { background: #e98325; border-radius: 5px 5px 5px 0; }
.button-dropdown .button { font-size: 1.25em; padding: 0 12px; }
.button-dropdown .button:hover { opacity: 1; }
.button-dropdown .button .arrow { background: url("../gfx/bg/arrow-bottom.gif") right center no-repeat; display: inline-block; height: 27px; line-height: 27px; position: relative; text-indent: -9999em; padding-left: 11px; top: 0; width: 6px; }
.button-dropdown ul { background: #e98325; border-radius: 0 5px 5px 5px; display: none; left: 0; padding: 10px; position: absolute; min-width: 130px; top: 25px; z-index: 3; }
.button-dropdown ul a { color: #fff; white-space: nowrap }
.button-dropdown a:hover + ul, .button-dropdown ul:hover { display: block; }
.filters .button-dropdown .button { color: #fff; font-size: 1em; text-shadow: none; height: 27px; line-height: 27px; padding: 0 14px; }
.filters .button-dropdown .button, .filters .button-dropdown .button:hover { border-radius: 3px; }
.filters .button-dropdown .button .arrow { padding-left: 21px; }
/* Links */
a { color: #004087; text-decoration: none; }
a:hover { text-decoration: underline; }
a.color-black:hover { color: #7E8733 !important; }
a.block:hover { text-decoration: none; }
.more { background: url("../gfx/bg/section-header.png") no-repeat right center; color: #b2b2b2; display: inline-block; line-height: 18px; padding-right: 28px; }
.more:hover {  color: #004087:
}
/* BOXES */
.box + .box, .box + .columns, .columns + .box, .columns + .columns { margin: 15px 0 0; }
.inline-two .box + .box { margin-top: 0; }
.box { position: relative; }
.box-header, .entry-header, .section-header { border-bottom: 1px solid #D9D9D9; padding: 1px 0 0 21px; position: relative; }
.box-header h3, .entry-header h3, .section-header h3 { color: #000; font-weight: bold; line-height: 25px; margin: 11px 0; padding-right: 10px; }
.box-header p { margin-top: 1.3em; }
.box-body { padding: 10px; }
.box-popular .box-body, .box-related .box-body, .box-videos .box-body, .box-wide .box-body { padding: 10px 0; }
.box-ad { text-align: center; }
body div.box-ad img { float: none; margin: 0; }
/* Ribbons */
.ribbon { background: url("../gfx/sprite/ribbons.png") no-repeat 0 0 transparent; height: 49px; left: 0; overflow: hidden; position: absolute; top: 0; width: 6px; }
.ribbon.round { background: transparent; height: 41px; width: 7px; }
.ribbon.round span { border-radius: 7px 0 2px 2px; display: inline-block; height: 40px; overflow: hidden; width: 6px; }
.ribbon.orange { background-position: 0 0; }
.ribbon.blue { background-position: 0 -50px; }
.ribbon.green { background-position: 0 -100px; }
.ribbon.round .green { background: #04a43c; }
.ribbon.round .blue { background: #2e6bbd; }
.ribbon.round .pink { background: #ec1f4b; }
.ribbon.round .mint { background: #05b193; }
.ribbon.round .yellow { background: #ffcc00; }
.ribbon.round .red { background: #ff0000; }
.tab-f1 .ribbon { top: 61px; }
.stripped { background: url("../gfx/bg/pattern-line.png") repeat; color: #000; margin: 0; padding: .95em 20px; position: relative; }
.bar-blue { background: url("../gfx/bg/bar-blue.png") 0 0 repeat-x; color: #fff; }
/* COLUMNS */
.col-thin { float: left; width: 258px; }
.col-wide { float: right; width: 402px; }
.col-aside { float: right; width: 322px !important; }
.col-content { float: left; width: 658px !important; }
.col-wide .table-light-container.rounded-bottom { padding: 10px 0; }
.cols-two > .column { float: left; width: 50%; }
.cols-five > .column { float: left; width: 20%; }
.cols-three { position: relative; left: -2%; margin: 0 -2% 0 0; }
.cols-three > .column { float: left; margin-left: 2%; width: 31%; }
/* FORMS */
form fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
.form .element { clear: left; padding: 8px 0; }
.form .text label, .form .textarea label, .form .select label { float: left; font-size: 13px; padding: 5px 15px 0 0; text-align: right; width: 115px; }
.form .hint { padding-left: 130px; }
.form .text input, .form .textarea textarea, .form .select select { background: #fff; border: 1px solid; border-color: #999999 #d3d3d3 #d3d3d3; border-radius: 5px; float: left; padding: 5px 10px; width: 60%; }
.form .textarea textarea { height: 200px; min-width: 60%; max-width: 60%; }
.form .buttons-container { clear: left; margin: 10px 0 0 150px; text-align: right; width: 60%; }
.buttons-container .button + .button, .buttons-container .button + button, .buttons-container button + button, .buttons-container button + .button { margin-left: 10px; }
/* ICONS */
.ico { background: url("../gfx/sprite/icons.png") 0 -999px no-repeat; display: inline-block; height: 20px; line-height: 20px; margin: 0 0 0 5px; overflow: hidden; position: relative; vertical-align: -5px;  *vertical-align: middle;
width: 20px; }
a .ico { cursor: pointer; }
.ico-video { background-position: 0 0; }
.ico-video.white { background-position: 0 -20px; }
.ico-photo { background-position: 0 -40px; }
.ico-photo.white { background-position: 0 -60px; }
.ico-doc { background-position: 0 -80px; }
.ico-doc.white { background-position: 0 -100px; }
.ico-logo { width:0px;height:0px; }
h3 .ico { vertical-align: -3px;  *vertical-align: middle;
}
.ico-team { background: url("../gfx/ico/ico-team.png") center 0 no-repeat; display: inline-block; height: 15px; line-height: 15px; vertical-align: middle; width: 18px; }
a:hover .ico-team, .active .ico-team { background-position: center -15px; }
.rss { background: url("../gfx/ico/ico-rss.png") center center no-repeat; display: inline-block; height: 25px; margin: 0 10px; overflow: hidden; text-indent: 110%; white-space: nowrap; width: 25px; }
 [class*="icon-legend"] {
 border-radius: 2px;
 display: inline-block;
 height: 8px;
 margin: 0 3px 0 0;
 width: 8px;
}
 [class*="icon-stats-"] {
 background: url("../gfx/sprite/icons-stats.png") 0 -999px no-repeat;
 display: inline-block;
 height: 12px;
 margin: 0 1px;
 vertical-align: middle;
 width: 12px;
}
.icon-stats-up { background-position: 0 0; }
.icon-stats-down { background-position: 0 -12px; }
.icon-stats-none { background-position: 0 -24px; }
/* Icon Results */
.icon-result { margin-left: 3px; }
.icon-result [class*="ico-"] { background: url("../gfx/sprite/icons-results.png") 0 -999px no-repeat; display: inline-block; height: 20px; line-height: 20px; vertical-align: top; width: 20px; }
.icon-result .ico-goal { background-position: 0 0; }
.icon-result .ico-card-red { background-position: 0 -20px; }
.icon-result .ico-card-yellow { background-position: 0 -40px; }
.icon-result .ico-subout { background-position: 0 -60px; }
.icon-result .ico-subin { background-position: 0 -80px; }
.icon-result .ico-missed { background-position: 0 -100px; }
/* Icon Sliding */
.icon-sliding { background: url("../gfx/sprite/sliding-arrows.png") 0 0 no-repeat; display: inline-block; height: 13px; margin: 0 0 0 3px; position: relative; top: 2px; width: 13px; }
.ie7 + .site .section-table .icon-sliding { position: static; }
.hide .icon-sliding { background-position: 0 -13px; }
/* ----------------------------------------------------------------
    4. COMPONENTS
 * ---------------------------------------------------------------- */
 /* Video Container */
.video-container {height: 0; padding-top: 60%; position: relative;}
.video-container .inner {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #000;}
.video-container .inner iframe {display: block; width: 100%; height: 100%;}
.video-container .video-player {position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: #000;}
.video-container .video-player iframe {display: block; width: 100%; height: 100%;}
 /* Box Results */
.box-results { height: 37px; }
.promo-desc .box-results, .promo-desc .box-results div { margin: 5px 0; }
.promo-desc .box-results { padding: 0 5px 10px; }
.results-left, .results-right { background: url("../gfx/sprite/team-results.png") right 0 no-repeat; border-radius: 5px 0 0 5px; float: left; height: 37px; line-height: 37px; width: 49%; }
.results-right { background-position: 0 -40px; border-radius: 0 5px 5px 0; float: right; }
.box-results .team-logo { float: left; border-radius: 3px; margin: 3px 5px 3px 3px; padding: 2px; width: 27px; height: 27px; line-height: 27px; background: #fff; text-align: center }
.box-results .team-logo img { vertical-align: middle; }
.box-results .team-name { float: left; height: 2.8em; margin: 0 5px; overflow: hidden; }
.entry .box-results .team-name { font-size: 10px; }
.team-icons { left: -5px; margin-right: -5px; position: relative; white-space: nowrap; display: inline-block; width: 30px; }
.team-icons span + span { left: -20px; margin-right: -20px; position: relative; top: 5px; }
.box-results .team-result { float: right; font-size: 2em; margin: 0 15px 0 0; }
.results-right .team-logo { float: right; margin: 3px 3px 3px 5px; }
.results-right .team-name { float: right; }
.results-right .team-result { float: left; margin: 0 0 0 15px; }
.entry .box-results { color: #444; }
/* Big (Article Version) */
.box-results.big { max-height: 315px; }
.box-results.big, .box-results.big .results-left, .box-results.big .results-right { border-radius: 10px; height: auto; }
.box-results.big .team-result { margin: 0 21px 0 0; }
.box-results.big .results-right .team-result { margin: 0 0 0 21px; }
.box-results.big .team-logo { background: #fff; border-radius: 8px; height: 54px; line-height: 54px; margin: 5px 10px 5px 5px; padding: 5px; text-align: center; width: 54px; }
.box-results.big .team-logo img { display: inline; vertical-align: middle; }
.box-results.big .team-result { font-size:4em; padding:0.2em 0 0.1em; text-align:right; width:50px; }
.box-results.big .team-result.nohalf { padding: 0.4em 0; }
.box-results.big .team-result span { font-size: 16px; height: 25px; line-height: 25px; display: block; padding: 0 3px }
.box-results.big .team-name { font-size: 1.8em; height: auto; line-height: 1.2em; margin: 0; max-width: none; overflow: visible; padding: .3em 0; width: 162px; }
.box-results.big .team-list { margin: 0 80px; padding: 0 0 5px; line-height: 14px; display: block; width: 162px; }
.box-results .team-list li { line-height: 14px; }
.box-results.big .results-left { background: url("../gfx/bg/results-left.png") right 0 no-repeat; }
.box-results.big .results-right { background: url("../gfx/bg/results-right.png") left 0 no-repeat; }
.box-results.big .results-right .team-result { text-align: left; }
.box-results.big .results-right .team-logo { margin: 5px 5px 5px 10px; }
.box-results.big .results-right .team-name, .box-results.big .results-right .team-list { text-align: right; }
.sticky-bottom { bottom: 5px; position: absolute; right: 0; width: 425px; }
/* LISTS */
ul.inline li, .list.inline li { float: left; }
/* Inline 50% */
.list.cols-two li { float: left; width: 50%; }
.ie7 + .site .cols-two .column { width: 49%; }
.ie7 + .site .cols-two .column + .column { float: right; }
/* Labeled */
.list-labeled.big { margin: 4px 0; }
.list-labeled.big li { padding: 5px 0; }
.list-labeled.big .label { font-size: 1.2em; }
.related-articles li { font-weight: bold; line-height: 20px; padding: 5px 0; position: relative; }
.related-articles .ico { margin: 0 5px 0 0; }
.related-articles.bordered li + li { border-top: 1px solid #e2e2e2; }
.main-container .related-articles .entry { font-weight: normal; padding-top: 10px; }
.main-container .related-articles .entry + .entry { background: 0; border-top: 1px solid #e5e5e5; padding-top: 10px; }
.related-articles .entry .entry-author { margin-bottom: 0; }
.related-articles .entry .ico { margin: 0 0 0 5px; }
.expert-related-articles .entry-meta { height: auto; }
.expert-related-articles .entry-meta p { height: auto; width: 100%; }

.comments-counter { background: url("../gfx/bg/balloon-bg.png") 0 0 repeat-x; border-radius: 5px;  color: #;
display: inline-block; font-weight: normal; height: 19px; line-height: 19px; min-width: 16px; padding: 0 3px; position: relative; text-align: center; }
.comments-counter .bg { background: url("../gfx/bg/balloon-bottom.png") 0 0 no-repeat; bottom: -5px; height: 5px; overflow: hidden; position: absolute; right: 5px; width: 5px; }
.related-articles .comments-counter { position: absolute; right: 0; top: 13px; }
.related-articles .comments-counter + h4 { margin-right: 40px; }
/* LIVE BAR */
.bar-live, .bar-live > .inner, .bar-live p { background: url("../gfx/sprite/bar-live.png") 0 0 no-repeat; color: #fff; height: 33px; line-height: 23px; text-align: right; text-shadow: 1px 1px 1px #03376c; }
.bar-live { background-position: right -33px; left: -15px; margin: 0 -15px 0 0; padding-right: 10px; position: relative; }
.bar-live > .inner { background-repeat: repeat-x; }
.bar-live p { background-position: 0 -66px; font-weight: bold; padding: 0 5px 0 0; }
/* Bar New */
.bar-live.new, .bar-live.new > .inner, .bar-live.new p { background-image: url("../gfx/sprite/bar-new.png"); text-shadow: 1px 1px 1px #830808; }
/* GALLERIES */
.gallery-items { left: 0; position: absolute; top: 0; width: 99999em; }
.gallery-item { float: left; }
.gallery-item img {max-height: 100%}
/* Gallery Miniatures Nav */
.gallery-miniaure-nav { background: url("../gfx/sprite/gallery-miniatures-nav.png") -40px 0 no-repeat; cursor: pointer; display: none; height: 121px; position: absolute; top: 0; width: 40px; }
.gallery-miniaure-nav.prev { border-radius: 5px 0 0 5px; left: 0; }
.gallery-miniaure-nav.next { background-position: 0 0; right: 0; }
.gallery-miniaure-nav.prev:hover { background-position: -40px -121px; }
.gallery-miniaure-nav.next:hover { background-position: 0 -121px; }
.gallery-miniatures.nav-visible .gallery-miniaure-nav { display: block; }
.gallery-miniaure-nav.disabled { display: none !important; }
/* Article & VOD Gallery */
.gallery-article { clear: both; position: relative; }
.gallery-article .gallery-container, .gallery-article .gallery-item { height: 371px; overflow: hidden; position: relative; width: 658px; }
.gallery-article .gallery-item img { display: block; }
.gallery-article .gallery-nav { background: url("../gfx/sprite/gallery-article-nav.png") 0 0 no-repeat; cursor: pointer; display: block; height: 200px; margin: -100px 0 0; position: absolute; top: 45%; width: 50px; }
.gallery-article .gallery-nav.prev { background-position: 0 0; left: 0; }
.gallery-article .gallery-nav.next { background-position: right 0; right: 0; }
.gallery-article .gallery-nav.prev:hover { background-position: 0 -200px; }
.gallery-article .gallery-nav.next:hover { background-position: right -200px; }
.gallery-article .gallery-controls { bottom: 0; left: 0; padding: 35px 0 0; position: absolute; }
.gallery-article .gallery-miniatures { background: #000; background: rgba(0,0,0,.5); overflow: hidden; padding: 25px 0 0; position: relative; width: 658px; }
.gallery-article .gallery-miniatures-items { height: 78px; margin: 0 0 0 5px; overflow: hidden; position: relative; width: 650px; }
.gallery-article .gallery-miniatures ul { height: 78px; position: absolute; white-space: nowrap; width: 50000px; }
.gallery-article .gallery-miniatures li { border-radius: 5px; float: left; height: 71px; line-height: 71px; position: relative; text-align: center; white-space: nowrap; width: 130px; }
.gallery-article .gallery-miniatures li { line-height: 1.2em; }
.gallery-article .gallery-miniatures li img { padding: 2px; }
.gallery-article .gallery-miniatures li.active img { background: #e78225; }
.gallery-article .gallery-miniaure-nav { background: url("../gfx/sprite/gallery-miniatures-nav.png") -40px -1px no-repeat; cursor: pointer; display: none; height: 120px; position: absolute; top: 0; width: 40px; }
.gallery-article .gallery-miniaure-nav.next { background-position: 0 -1px; }
.gallery-article .gallery-miniaure-nav.next:hover { background-position: 0 -122px; }
.gallery-article .desc { display: inline-block; font-weight: bold; position: absolute; top: 0; left: 10px; text-align: right; max-width: 50px; }
.gallery-article .desc .counter { display: inline-block; }
.gallery-article .gallery-miniatures .gallery-toggle { left: 50%; margin: 0 0 0 -10px; position: absolute; top: 4px; }
.gallery-article .gallery-miniatures .icon-sliding { background-image: url("../gfx/sprite/sliding-arrows-white.png"); }
/* Big Gallery */
.gallery-big, .gallery-big .gallery-container { clear: both; overflow: hidden; position: relative; width: 996px; }
.gallery-big { height: 685px; }
.gallery-big .gallery-container, .gallery-big .gallery-items, .gallery-big .gallery-item { height: 561px; }
.gallery-big .gallery-container { border-radius: 5px; height: 561px; overflow: hidden; width: 996px; }
.gallery-big .gallery-item { background: #000; overflow: hidden; position: relative; text-align: center; width: 996px; }
.gallery-big .gallery-item, .gallery-big .gallery-item > a { line-height: 561px; }
.gallery-big .gallery-item img { vertical-align: middle; }
.gallery-big .gallery-item a, .gallery-big .gallery-item a:hover { text-decoration: none; }
.gallery-big .gallery-item .desc-bottom { background: #000; background: rgba(0,0,0,.4); border-radius: 0 0 5px 5px; bottom: 0; cursor: pointer; display: block; left: 0; line-height: 1.2em; position: absolute; width: 100%; z-index: 3; }
.gallery-big .gallery-item .desc-bottom p { color: #fff; margin: 0 0 0 100px; padding: 10px; text-align: left; }
.gallery-big .gallery-item .desc { font-size: 1.2em; font-weight: bold; left: 10px; margin: -15px 0 0; top: 50%; width: 80px; }
.gallery-big .gallery-item .desc .counter { display: inline; }
.gallery-big .gallery-controls { margin: 3px 0 0; }
/* Gallery Nav */
.gallery-big .gallery-nav { background: url("../gfx/sprite/gallery-big-nav.png") 0 0 no-repeat; background-color: rgba(0,0,0,.1); border-radius: 10px; cursor: pointer; display: block; height: 340px; margin: -170px 0 0; position: absolute; top: 50%; width: 110px; z-index: 3; }
.gallery-big .gallery-nav.prev { background-position: 0 0; left: 0; }
.gallery-big .gallery-nav.next { background-position: right 0; right: 0; }
.gallery-big .gallery-nav.prev:hover { background-position: 0 -340px; }
.gallery-big .gallery-nav.next:hover { background-position: right -340px; }
/* Gallery Miniatures */
.gallery-big .gallery-miniatures, .gallery-big .gallery-miniatures-items, .gallery-big .gallery-miniatures ul, .gallery-big .gallery-miniatures li, .gallery-big .gallery-miniatures li a { height: 121px; }
.gallery-big .gallery-miniatures { left: -2px; overflow: hidden; position: relative; width: 996px; }
.gallery-big .gallery-miniatures-items { overflow: hidden; position: relative; width: 996px; }
.gallery-big .gallery-miniatures ul { position: absolute; white-space: nowrap; width: 50000px; }
.gallery-big .gallery-miniatures li { float: left; line-height: 121px; position: relative; text-align: center; white-space: nowrap; width: 180px; }
.gallery-big .gallery-miniatures li span { line-height: 1.2em; }
.gallery-big .gallery-miniatures li .desc-bottom { display: none; margin: 0 2px; width: 176px; max-height: 45px; }
.gallery-big .gallery-miniatures li .desc-bottom strong { overflow: hidden; max-height: 28px; padding: 9px 10px 0; display: block; width: auto; margin-bottom: 9px; white-space: normal; }
.gallery-big .gallery-miniatures li.active .desc-bottom, .gallery-big .gallery-miniatures li a:hover .desc-bottom { display: block; }
.gallery-big .gallery-miniatures li a { display: block; }
.gallery-big .gallery-miniatures li img { border-radius: 5px; }
.gallery-big .gallery-miniature.active img { opacity: .5; filter: alpha(opacity=50); }
/* Big Video Gallery */
.gallery-big.gallery-video { height: 498px; }
.gallery-big.gallery-video .gallery-container, .gallery-big.gallery-video .gallery-items, .gallery-big.gallery-video .gallery-item { height: 370px; }
.gallery-video .video-desc { width: 321px; }
.gallery-video .video-body { width: 673px; }
.entry-video-desc { height: 409px; overflow: auto; padding: 1px 0; }
.gallery-video .video-desc .entry-excerpt { font-size: 1.5em; margin-top: 0; margin-bottom: 5px; }
.gallery-video .video-desc .entry-meta { margin-bottom: 5px; }
.gallery-video .video-desc .entry-meta p { width: 100%; }
.gallery-video .video-desc .entry-body { padding-bottom: 1em; }
.gallery-big .gallery-miniatures li.active .link-video .btn-media { background-position: 0 -44px; }
/* VOD Gallery */
.gallery-big.gallery-video.gallery-vod { height: 510px; }
.gallery-vod .gallery-container, .gallery-vod .gallery-controls { background: #fff; border-radius: 5px; padding: 3px; position: relative; }
.gallery-big.gallery-vod .gallery-container, .gallery-big.gallery-vod .gallery-miniatures, .gallery-big.gallery-vod .gallery-controls { width: 990px; }
.gallery-big.gallery-vod .gallery-miniaure-nav.prev { left: 2px; }
/* VOD Miniatures Gallery */
.gallery-slider { height: 155px; }
.gallery-slider .gallery-miniatures-items { width: 996px; }
.gallery-slider .gallery-miniatures, .gallery-slider .gallery-miniatures-items, .gallery-slider .gallery-miniatures ul, .gallery-slider .gallery-miniatures li, .gallery-slider .gallery-miniatures li a { height: 131px; }
.gallery-slider .gallery-miniatures li { line-height: 131px; width: 209px; }
.gallery-slider .gallery-miniatures li img { min-height: 131px; line-height: 131px; width: 205px; }
.gallery-slider .gallery-miniatures li .desc-bottom { width: 205px; }
.gallery-slider .link-video .desc-bottom span { padding-left: 10px; }
.gallery-slider .link-video .desc-bottom span:first-child { padding-top: 8px; }
.gallery-slider .link-video .desc-bottom strong { height: 14px; overflow: hidden; padding: 7px 10px 0; text-overflow: ellipsis; white-space: nowrap; }
.gallery-slider .link-video .desc-bottom .text { height: 28px; white-space: normal; }
.gallery-slider .gallery-miniatures li .link-video:hover .desc-bottom + .btn-media { background: url("../gfx/btn/btn-video-smallest.png") 0 -30px no-repeat; height: 30px; margin: -55px 0 0 -15px; width: 30px; }
.gallery-slider .gallery-miniaure-nav { background-image: url("../gfx/sprite/gallery-miniatures-nav2.png"); height: 131px; }
.gallery-slider .gallery-miniaure-nav.prev:hover { background-position: -40px bottom; }
.gallery-slider .gallery-miniaure-nav.next:hover { background-position: 0 bottom; }
.gallery-slider .track { bottom: 0; height: 22px; left: 0; position: absolute; width: 996px; }
.gallery-slider .track .bg { background: #000; display: block; height: 3px; line-height: 3px; left: 3px; position: absolute; top: 9px; width: 990px; }
.gallery-slider .scroll { background: url("../gfx/btn/slider.png") center 0 no-repeat; display: inline-block; height: 11px; position: absolute; top: 5px; width: 80px; z-index: 5; }
.gallery-slider .labels { height: 0; position: relative; }
.gallery-slider .labels a { display: inline-block; height: 0; position: absolute; width: 0; }
/* Gallery Article Video */
.gallery-article-video, .gallery-article-video .gallery-container { clear: both; overflow: hidden; position: relative;}
.gallery-article-video { margin-bottom: 10px }
.gallery-article-video .gallery-items, .gallery-article-video .gallery-item { height: 561px; }
.gallery-article-video .gallery-container { border-radius: 5px; overflow: hidden; }
.gallery-article-video .gallery-item { background: #000; overflow: hidden; position: relative; text-align: center; width: 658px; }
.gallery-article-video .gallery-item, .gallery-article-video .gallery-item > a { line-height: 561px; }
.gallery-article-video .gallery-item img { vertical-align: middle; }
.gallery-article-video .gallery-item a, .gallery-article-video .gallery-item a:hover { text-decoration: none; }
.gallery-article-video .gallery-item .desc-bottom { background: #000; background: rgba(0,0,0,.4); border-radius: 0 0 5px 5px; bottom: 0; cursor: pointer; display: block; left: 0; line-height: 1.2em; position: absolute; width: 100%; z-index: 3; }
.gallery-article-video .gallery-item .desc-bottom p { color: #fff; margin: 0 0 0 100px; padding: 10px; text-align: left; }
.gallery-article-video .gallery-item .desc { font-size: 1.2em; font-weight: bold; left: 10px; margin: -15px 0 0; top: 50%; width: 80px; }
.gallery-article-video .gallery-item .desc .counter { display: inline; }
.gallery-article-video .gallery-controls { margin: 3px 0 0; }
.gallery-article-video .gallery-nav { background: url("../gfx/sprite/gallery-big-nav.png") 0 0 no-repeat; background-color: rgba(0,0,0,.1); border-radius: 10px; cursor: pointer; display: block; height: 340px; margin: -170px 0 0; position: absolute; top: 50%; width: 110px; z-index: 3; }
.gallery-article-video .gallery-nav.prev { background-position: 0 0; left: 0; }
.gallery-article-video .gallery-nav.next { background-position: right 0; right: 0; }
.gallery-article-video .gallery-nav.prev:hover { background-position: 0 -340px; }
.gallery-article-video .gallery-nav.next:hover { background-position: right -340px; }
.gallery-article-video .gallery-miniatures, .gallery-article-video .gallery-miniatures-items, .gallery-article-video .gallery-miniatures ul, .gallery-article-video .gallery-miniatures li, .gallery-article-video .gallery-miniatures li a { height: 121px; }
.gallery-article-video .gallery-miniatures { left: -2px; overflow: hidden; position: relative; }
.gallery-article-video .gallery-miniatures-items { overflow: hidden; position: relative; }
.gallery-article-video .gallery-miniatures ul { position: absolute; white-space: nowrap; width: 50000px; }
.gallery-article-video .gallery-miniatures li { float: left; line-height: 121px; position: relative; text-align: center; white-space: nowrap; width: 180px; }
.gallery-article-video .gallery-miniatures li span { line-height: 1.2em; }
.gallery-article-video .gallery-miniatures li .desc-bottom { display: none; margin: 0 2px; width: 176px; }
.gallery-article-video .gallery-miniatures li.active .desc-bottom, .gallery-article-video .gallery-miniatures li a:hover .desc-bottom { display: block; }
.gallery-article-video .gallery-miniatures li a { display: block; }
.gallery-article-video .gallery-miniatures li img { border-radius: 5px; }
.gallery-article-video .gallery-miniature.active img { opacity: .5; filter: alpha(opacity=50); }
.gallery-article-video .gallery-items, .gallery-article-video .gallery-item { height: 373px; }
.gallery-video .video-body { width: 658px; }
.gallery-video .video-desc .entry-excerpt { font-size: 1.5em; margin-top: 0; }
.gallery-video .video-desc .entry-body { padding-bottom: 1em; }
.gallery-article-video .gallery-miniatures li.active .link-video .btn-media { background-position: 0 -44px; }
/* PAGINATION */
.pagination { background: url("../gfx/bg/pagination.png") center 0 no-repeat; font-size: 1.2em; font-weight: bold; padding: 24px 0 10px; position: relative; }
.pagination p { margin: 0; }
.pagination a { padding: 0 3px; }
.pagination .next, .pagination .prev { font-family: "Myriad Pro"; font-weight: normal; }
.pagination a:hover, .pagination .next:hover, .pagination .prev:hover { color: #e68124; text-decoration: none; }
.pagination .active { color: #e68124; text-decoration: underline; }
.pagination .ico-calendar { background: url("../gfx/btn/btn-calendar.png") center center no-repeat; display: inline-block; height: 32px; overflow: hidden; position: relative; top: -7px; width: 34px; }
.pagination .datepicker-container { margin: 0; position: relative; right: 10px; top: -5px; }
h4.shaded { background: url("../gfx/bg/content-shadow-height.png") center 0 no-repeat; margin: 0; padding: 1em 20px; }
/* POLL */
.box-poll { background: url("../gfx/bg/poll-bottom.png") center bottom no-repeat; padding: 0 0 20px; }
.poll-question { font-weight: bold; }
.poll-answers-form { padding: 0 0 10px; }
.poll-answers-form li { margin: 2px 0; padding: 0 0 0 20px; position: relative; }
.poll-answers-form li input { left: 0; position: absolute; top: 2px; }
/* SECTIONS */
.section-header { position: relative; }
/* SLIDER */
.slider .box-header { position: relative; }
.slider .slider-body { margin: 10px; padding: 0; position: relative; }
.slides { height: 116px; overflow: hidden; position: relative; width: 100%; }
.slides-list { left: 0; position: absolute; top: 0; width: 10000px; }
.slides-list li { float: left; width: 302px; }
.slider-nav { background: url("../gfx/sprite/slider-nav.png") 0 0 no-repeat; cursor: pointer; display: inline-block; height: 38px; margin: -17px 0 0 0; overflow: hidden; position: absolute; top: 50%; width: 42px; z-index: 1; }
.slider-nav.prev { left: 0px; }
.slider-nav.prev:hover { background-position: 0 -38px; }
.slider-nav.next { background-position: 0 -76px; right: 0; }
.slider-nav.next:hover { background-position: 0 -114px; }
.slider-pagination { margin: -6px 0 0; position: absolute; right: 10px; top: 50%; }
.slider-pagination li { float: left; margin: 0 2px; }
.slider-pagination li a { background: #aaa; border-radius: 2px; display: inline-block; height: 13px; overflow: hidden; width: 13px; }
 .slider-pagination li.active ~ li a {
 background: #e4e4e4;
}
.slider .cols-two .column img { border-radius: 0 5px 5px 0; width: 147px; }
.slider .cols-two .column:first-child { text-align: right; }
.slider .cols-two .column:first-child img { border-radius: 5px 0 0 5px; }
/* TABLES */
.table-light { width: 100%; }
.table-light td, .table-light th { padding: 5px; text-align: left; }
.table-light td:first-child, .table-light th:first-child { padding-left: 15px; }
.table-light .odd td { background: #ededed; }
.table-light .odd th { background: #dadada; color: #4a4a4a; }
.table-light .cell-match-team { width: 42%; text-align: left; font-weight: bold }
.table-light .cell-match-value { width: 16%; font-weight: bold }
.table-light .cell-match-header th { border-radius: 5px; background-color: #000; color: #fff; text-align: center }
.row-primary td:first-child, .row-secondary td:first-child, .row-tertiary td:first-child, .row-quaternary td:first-child, .row-beforelast td:first-child, .row-last td:first-child, .row-champions-league td:first-child, .row-champions-league-qual td:first-child, .row-european-league td:first-child, .row-european-league-qual td:first-child, .row-promotion td:first-child, .row-relegation td:first-child, .row-championship-playoff td:first-child, .row-relegation-playoff td:first-child, .table-light .odd td:first-child, .table-light .odd th:first-child { border-radius: 5px 0 0 5px; }
.row-primary td:last-child, .row-secondary td:last-child, .row-tertiary td:last-child, .row-quaternary td:last-child, .row-beforelast td:last-child, .row-last td:last-child, .row-champions-league td:last-child, .row-champions-league-qual td:last-child, .row-european-league td:last-child, .row-european-league-qual td:last-child, .row-promotion td:last-child, .row-relegation td:last-child, .row-championship-playoff td:last-child, .row-relegation-playoff td:last-child, .table-light .odd td:last-child, .table-light .odd th:last-child, .table-light .odd td.last-child, .table-light .odd th.last-child { border-radius: 0 5px 5px 0; }
/*
old colors
.row-primary td,
.icon-legend-primary,
.tab-table .cell-bg.row-primary {
    background: #53a5ff !important; }

.row-primary td,
.icon-legend-primary,
.row-primary td a,
.icon-legend-primary a {
    color: #fff; }

.row-secondary td,
.icon-legend-secondary,
.tab-table .cell-bg.row-secondary {
    background: #ffec1d !important; }

.row-tertiary td,
.icon-legend-tertiary,
.tab-table .cell-bg.row-tertiary {
    background: #a5ec1c !important; }
*/

.small-table-round-select { border: 1px solid #747474; font-size: 12px; margin-bottom: 3px; padding: 2px; width: 100%; font-weight: bold; color: #fff; background-color: #E78225 }
.row-primary td, .icon-legend-primary, .tab-table .cell-bg.row-primary { background-color: #dc7d26 !important; }
.row-secondary td, .icon-legend-secondary, .tab-table .cell-bg.row-secondary { background-color: #e39751 !important; }
.row-tertiary td, .icon-legend-tertiary, .tab-table .cell-bg.row-tertiary { background-color: #e6a467 !important; }
.row-quaternary td, .icon-legend-quaternary, .tab-table .cell-bg.row-quaternary { background-color: #e9b27f !important; }
.row-beforelast td, .icon-legend-beforelast, .tab-table .cell-bg.row-beforelast { background-color: #959595 !important; }
.row-last td, .icon-legend-last, .tab-table .cell-bg.row-last { background-color: #747474 !important; }
.row-champions-league td, .icon-legend-champions-league, .tab-table .cell-bg.row-champions-league { background-color: #95db95 !important; }
.row-champions-league-qual td, .icon-legend-champions-league-qual, .tab-table .cell-bg.row-champions-league-qual { background-color: #8acf8a !important; }
.row-european-league td, .icon-legend-european-league, .tab-table .cell-bg.row-european-league { background-color: #7dbb7d !important; }
.row-european-league-qual td, .icon-legend-european-league-qual, .tab-table .cell-bg.row-european-league-qual { background-color: #6ba26b !important; }
.row-promotion td, .icon-legend-promotion, .tab-table .cell-bg.row-promotion { background-color: #95db95 !important; }
.row-relegation td, .icon-legend-relegation, .tab-table .cell-bg.row-relegation { background-color: #f29f9f !important; }
.row-championship-playoff td, .icon-legend-championship-playoff, .tab-table .cell-bg.row-championship-playoff { background-color: #95db95 !important; }
.row-relegation-playoff td, .icon-legend-relegation-playoff, .tab-table .cell-bg.row-relegation-playoff { background-color: #f29f9f !important; }
.tab-table .cell-bg.row-primary[title], .tab-table .cell-bg.row-secondary[title], .tab-table .cell-bg.row-tertiary[title], .tab-table .cell-bg.row-quaternary[title], .tab-table .cell-bg.row-beforelast[title], .tab-table .cell-bg.row-last[title], .tab-table .cell-bg.row-champions-league[title], .tab-table .cell-bg.row-champions-league-qual[title], .tab-table .cell-bg.row-european-league[title], .tab-table .cell-bg.row-european-league-qual[title], .tab-table .cell-bg.row-promotion[title], .tab-table .cell-bg.row-relegation[title], .tab-table .cell-bg.row-championship-playoff[title], .tab-table .cell-bg.row-relegation-playoff[title] { cursor: help; }
.row-primary td, .row-primary td a, .row-secondary td, .row-secondary td a, .row-tertiary td, .row-tertiary td a, .row-quaternary td, .row-quaternary td a, .row-champions-league td a, .row-champions-league-qual td a, .row-european-league td a, .row-european-league-qual td a, .row-promotion td a, .row-relegation td a, .row-championship-playoff td a, .row-relegation-playoff td a { color: #fff !important; }
.row-beforelast td, .row-beforelast td a, .row-last td, .row-last td a { color: #bcbbbb !important; }
.js-toggle-legend { padding: 1em 0 0 1em; }
.entry .entry-body p.entry-bg { background: url("../gfx/bg/entry-sep.png") no-repeat center 0; margin-top: 10px; padding-top: 8px; }
.content-area .entry.js-toggle-container + .entry { background: none; margin-top: 0; padding-top: 1.5em; }
.content-area .entry.js-toggle-container + .entry.js-toggle-container { padding-top: 0; }
/* TABS */
.list-tabs { border-bottom: 3px solid #fff; border-radius: 0 0 0 4px; margin: 0 0 3px; }
.list-tabs li { float: left; height: 39px; line-height: 12px; position: relative; }
.list-tabs li + li { left: -11px; margin-right: -11px; }
.list-tabs li.active + li { left: -18px; margin-right: -18px; }
.list-tabs li.label { padding: 3px 10px 0 0; height: 28px; text-align: right; }
.list-tabs li.label.inline { line-height: 24px; }
.list-tabs a { background: url("../gfx/bg/tab-right.png") right bottom no-repeat; border-radius: 5px 15px 0 0; color: #bcbcbc; display: inline-block; height: 39px; overflow: hidden; padding: 0 12px 0 0; text-align: center; }
.list-tabs a > span { background: url("../gfx/bg/tab.png") 0 bottom repeat-x; cursor: pointer; display: inline-block; height: 33px; line-height: 33px; padding: 6px 3px 0 15px; }
.list-tabs a:hover, .list-tabs .active a { color: #2f2f2f; text-decoration: none; }
.list-tabs .active a { background: url("../gfx/bg/tab-active.png") right 0 no-repeat transparent; height: 39px; padding: 0 21px 0 0; }
.list-tabs .active a > span { background: #fff; border-radius: 0 5px 0 0; height: 33px; line-height: 33px; padding: 6px 3px 0 15px; }
.list-tabs.big { font-size: 1.2em; font-weight: bold; text-transform: uppercase; }
/* Z-indexes */
.list-tabs li:first-child { z-index: 10; }
.list-tabs li:first-child + li { z-index: 9; }
.list-tabs li:first-child + li + li { z-index: 8; }
.list-tabs li:first-child + li + li + li { z-index: 7; }
.list-tabs li:first-child + li + li + li + li { z-index: 6; }
.list-tabs li:first-child + li + li + li + li + li { z-index: 5; }
.list-tabs li:first-child + li + li + li + li + li + li { z-index: 4; }
.list-tabs li:first-child + li + li + li + li + li + li + li { z-index: 3; }
.list-tabs li:first-child + li + li + li + li + li + li + li + li { z-index: 2; }
.list-tabs li:first-child + li + li + li + li + li + li + li + li + li { z-index: 1; }
.wrapper ul.list-tabs li.active { z-index: 21; }
/* DATEPICKER */
.with-datepicker { overflow: visible !important; }
.datepicker-container { margin: 1em 1em 0 0; position: relative; }
.datepicker-container img, .ui-datepicker-next, .ui-datepicker-prev { cursor: pointer; }
/* Tooltip */
.tooltip-container { cursor: help; position: relative; }
.tooltip-container .tooltip, .tooltip-result { background: #fff; border: 1px solid #e38023; border-radius: 5px; color: #000; display: inline-block; font-size: 11px; font-weight: normal; left: 50%; line-height: 1.1em; max-width: 300px; padding: 5px 15px; position: absolute; text-align: left; white-space: normal; width: auto; z-index: 10; }
.tooltip-container .tooltip h4 { min-width: 200px; }
.tooltip-container .tooltip .bg { background: url("../gfx/bg/tooltip-bg.png") 0 0 no-repeat; bottom: -6px; display: inline-block; height: 6px; left: 50%; margin: 0 0 0 -5px; position: absolute; width: 11px; }
.tooltip-result a, .tooltip-result span, .tooltip-result strong { display: block; padding: 2px 0; }
.tooltip-result { display: none; }
.tooltip-result.hover, .tooltip-result:hover { display: block !important; }
.tickLabel { line-height: 1em; white-space: nowrap; }
/* ----------------------------------------------------------------
    5. STRUCTURE
 * ---------------------------------------------------------------- */
.wrapper { margin: 0 auto; width: 996px; }
.aside { width: 322px; }
.aside + .content { float: left; width: 658px; }
.message { font-size: 1.4em; padding: 15px; }
.main-container > .bg-grey { z-index: 2; }
.main-container > .bg-grey + .wrapper > .aside:first-child, .main-container > .bg-grey + .wrapper > .aside:first-child + .content { padding-top: 3em; }
.main-container > .wrapper:first-child > .content, .main-container > .wrapper:first-child > .aside { padding-top: 1em; }
.bottom-container .container-inner { position: relative; }
.container-inner:first-child { padding-top: 1.5em; }
/* --------------------------
   Static Sections
 * --------------------------- */
html { background: url("../gfx/bg/bg.png") 0 -130px repeat-x; }
.site { color: #626262; }
/* HEADER */
.header { position: relative; z-index: 2; }
.header .advertisement { margin: 35px 0; text-align: center; }
.header-inner { background: url("../gfx/bg/header-inner.png") 0 0 repeat-x #e1e1e1; min-height: 220px; }
.header .logo { display: block; float: left; padding: 16px 0 0 19px; }
/* Promo Boxes */
.promo-boxes { height: 118px; overflow: hidden; padding: 29px 0 0; float: right; }
.promo-box { float: left; padding: 12px 0 0 0; position: relative; width: 279px; }
.promo-box:first-child { z-index: 5; }
.promo-box:first-child + .promo-box { z-index: 4; }
.promo-box:first-child + .promo-box + .promo-box { z-index: 3; }
.promo-box .image { left: -10px; margin: 0 -15px 0 0; position: relative; text-align: center; width: 147px; }
.promo-box a.block { height: 106px; }
.promo-box .image, .promo-box .image a, .promo-box .image span, .promo-box .image img { cursor: pointer; display: block; height: 106px; width: 150px; }
.promo-box .image span { background: url("../gfx/bg/promo-box.png") 0 0 no-repeat; display: block; left: 0; position: absolute; top: 0; z-index: 2; }
.promo-box .image a { position: relative; z-index: 3; }
.promo-box .data { height: 106px; margin-left: 120px; position: relative; z-index: 4; }
.promo-box h4 { font-size: 1.11em; margin: 0; padding-right: 2px; }
.promo-box p { color: #626262; margin: .5em 0 0 0; max-height: 32px; overflow: hidden; }
.promo-box p + .info { margin-top: .3em; }
.promo-box .info { bottom: 16px; display: none; font-size: .92em; line-height: 18px; left: 5px; margin: .5em -5px .5em 0; max-height: 100px; overflow: visible; position: absolute; width: 149px; }
.promo-box .info .date { float: left; position: relative; white-space: nowrap; }
.promo-box .station-logo { background: url("../gfx/bg/station-small.png") center center no-repeat; display: inline-block; float: left; height: 21px; line-height: 21px; margin: 0 5px 3px 0; text-align: center; width: 46px; }
.promo-box .station-logo + .station-logo + .station-logo { left: -3px; position: relative; }
.promo-box .station-logo + .station-logo + .date { display: block; line-height: 1.2em; }
.promo-box .station-logo + .station-logo + .station-logo + .station-logo + .date { left: -3px; }
.promo-box .station-logo img { max-height: 18px; max-width: 40px; vertical-align: middle; }
.promo-box a:hover h4 { text-decoration: underline; }
.promo-box:hover .info, .promo-box a:hover .info { display: block; }
/* Promo Box with background */
.promo-box.special { background: url("../gfx/bg/promo-box-right.png") right 0 no-repeat; height: 106px; }
.promo-box.special h4 { padding-right: 7px; }
.promo-box.special .image { padding-top: 12px; top: -12px; }
.promo-box.special .image span { background: url("../gfx/bg/promo-box-special.png") 0 0 no-repeat; height: 118px; }
/* Variants */
.promo-box.a a:hover p, .promo-box.b a:hover p, .promo-box.c a:hover p { display: none; }
.promo-box.a a:hover p.info, .promo-box.b a:hover p.info, .promo-box.c a:hover p.info { display: block; }
.promo-box.c p { max-height: 54px; }
.promo-box.c .info, .promo-box.special.c .info { left: 15px; }
.promo-box.c .info .date { left: -5px; }
/* Header Bar */
.header-bar { background: url("../gfx/bg/header-bar.png") 0 0 no-repeat; height: 62px; position: relative; z-index: 3; }
.header-bar > .left { height: 57px; overflow: hidden; width: 814px; }
.header-right { position: absolute; right: 0; top: 0; width: 182px; z-index: 5; }
/* Navigation */
.nav { padding: 0 0 0 10px; width: 810px; }
.nav > li { float: left; font-size: 1.16em; line-height: 56px; padding: 0 12px; }
.nav > li > a { white-space: nowrap; }
.nav li a { color: #fff; }
.nav li.active a { text-decoration: underline; }
.nav li .counter { font-size: .84em; }
.nav li.show-all { cursor: pointer; }
.nav li.show-all > a { background: url("../gfx/ico/arrow-down-white.png") right center no-repeat; font-size: 1.15em; padding-right: 15px; }
 .nav li.show-all ~ li {
 float: right;
 padding: 0 12px 0 11px;
}
 .nav li.show-all ~ li a {
 color: #585858;
}
 .nav li.show-all ~ li.active a {
 color: #010101;
}
.nav .submenu { background: #c96e1a; border-radius: 5px; display: none; left: 5px; position: absolute; top: 54px; width: 950px; z-index: 15; }
.nav .submenu ul { float: left; margin: 1%; width: 23%; }
.nav .submenu ul li { float: none; line-height: 1.2em; padding: 3px 0; }
.nav li.show-all:hover .submenu, .nav .submenu:hover { display: block; }
/* Header User */
.header-user { float: left; padding: 0 0 0 7px; height: 27px; }
.user-facebook { float: left; margin: 2px 0 0 10px; width: 70px; }
.header-user .sign-in { background: url("../gfx/bg/user-login.png") center center no-repeat; color: #6d6d6d; display: inline-block; font-size: .92em; line-height: 19px; margin: 3px 0 0; text-align: center; width: 71px; }
.header-user .sign-in:hover { color: #222; text-decoration: none; }
/* Header Search */
.header-search { background: url("../gfx/bg/header-search2.png") 0 center no-repeat; float: right; height: 34px; position: relative; right: -1px; top: -2px; width: 182px; }
.header-search input { float: left; vertical-align: middle; }
.header-search input[type="text"] { background: transparent; border: 0; color: #707070; font-size: 11px; margin: 2px 0 0 5px; padding: 8px 7px 6px; width: 135px; }
.header-search input[type="image"] { margin: 3px 0 0; }
 .header-search input[type="text"]:focus::-webkit-input-placeholder, .header-search input[type="text"]:focus:-moz-placeholder, .header-search input[type="text"]:focus:-ms-input-placeholder {
 color: #222 !important;
}
/* @TODO PLACEHOLDER */

/* FOOTER */
.footer { background: url("../gfx/bg/footer.png") 0 0 repeat-x; }
.footer .column:first-child  { margin-top:6px; }
.footer .column:nth-child(2)  { margin-top:12px; }
.footer .column:nth-child(3)  { margin-top:12px; }
.footer .column:nth-child(4)  { margin-top:23px; }
.footer h3 { color: #b0b0b0; font-weight: normal; left: 15px; margin: 0; position: absolute; top: 25px; }
.footer a { color: #b0b0b0; }
.footer .columns { left: -15px; margin: 0 -15px 0 0; overflow: hidden; position: relative; }
.footer .column { position: relative; /* equal height */
    margin-bottom: -999em; padding-bottom: 999em;     /* ie7 */
    *min-height: 460px;
 *margin-bottom: 0;
 *padding-bottom: 0;
}
/*.footer .column:hover { background: #eee; background: rgba(85,85,85,.1); }*/
.footer .column:hover a, .footer .column:hover h3 { color: #828282; display: bo }
.footer .list-footer { padding: 15px 0 30px 15px; }
.footer .list-footer li { line-height: 2.5em; font-size:17px }
.footer .list-footer > li > ul > li { background: url("../gfx/bg/footer-li.gif") 0 9px no-repeat; padding: 0 0 0 35px; }
.footer .list-links li { font-size: 14px; font-weight: bold; line-height: 1.5em; }
.footer .list-logos { padding: 0 0 0 15px; }
.footer .list-logos li { height: 40px; line-height: 40px; text-align: center; width: 49%; }
.footer .list-logos li img { vertical-align: middle; }
/* CONTAINER */
.container { padding: 0 0 15px; position: relative; z-index: 1; }
/* Breadcrumbs */
.breadcrumbs { background: url("../gfx/bg/sep-full-bottom.png") 0 bottom no-repeat; color: #004087; font-size: .9em; margin: 0; padding: 1.5em 0 3em; }
.breadcrumbs.full { background-image: url("../gfx/bg/sep-full.png"); }
.breadcrumbs.full + .wrapper-header .entry-meta:first-child { margin: .5em 0 -1.5em; }
/* Wrapper Header */
.wrapper-header { background: url("../gfx/bg/sep-full.png") center bottom no-repeat; min-height: 71px; padding: 0 0 18px; position: relative; z-index: 2; }
.wrapper-header h1, .wrapper-header h2 { color: #000; font-size: 2.3em; font-weight: normal; }
.wrapper-header h1.left, .wrapper-header h2.left { max-width: 70%; }
.social-bar { height: 21px; }
.wrapper-header .social-bar { margin: -20px 0 0; position: absolute; right: 0; top: 50%; }
.social-bar > div { height: 21px; line-height: 21px; margin: 0 5px; }
.social-bar img { vertical-align: middle; }
.wrapper-header .go-back { margin: -25px 0 0; position: absolute; right: 0; top: 50%; }
.wrapper-header > .cf { min-height: 71px; }
.wrapper-header > .cf > .go-back { margin-top: -15px; }
.wrapper-header > .cf > .social-bar { margin-top: -14px; }
/* Box Special Content */
.box-specialcontent { background: url("../gfx/bg/section-promocontent.png") center bottom no-repeat; margin-top: -10px; padding: 0 0 30px; }
.ie7 + .site .box-specialcontent { margin-top: 0; }
.ie7 + .site .box-specialcontent > .inner { padding: 30px 0 0; }
.box-specialcontent > .inner { background: url("../gfx/bg/section-specialcontent-top.png") center 0 no-repeat; position: relative; padding: 10px 0 0; }
.box-specialcontent .list-articles { margin-top: 8px; }
.box-specialcontent .col-content .entry { width: 320px; }
.box-specialcontent .col-content .entry .ico { margin-left: 2px; }
.box-specialcontent .col-aside .h-orange { padding-left: 2px; }
/* ----------------------------------------------------------------
    5. MODULES
        Article
        Experts
        Discipline
        Homepage
        Magazines
        Media
        Person
        Reviews
        Search
        VOD
 * ---------------------------------------------------------------- */

 /* --------------------------
   Article
 * --------------------------- */
/* Entry */
.entry { padding: 0 0 10px; }
.entry > img, .entry > a > img { border-radius: 5px; float: left; margin: 5px 10px 5px 0}
#TimelineContainer .entry > img, #TimelineContainer .entry > a > img {width: 158px}
.entry-body + .entry-header { margin-top: 1.5em; }
.entry-title, .entry-excerpt { color: #000; }
.entry-title { font-size: 3em; margin: .4em 0; }
.entry-title .ico { margin-left: 7px; vertical-align: -2px;  *vertical-align: 8px;
}
.entry-excerpt { font-size: 1.3em; }
.entry h4, .entry-body p { margin: .1em 0; }
.entry h4 .expert-name {color: #E78225}
.entry-meta { height: 22px; overflow: hidden; }
.entry-meta p { font-size: 11px; height: 14px; line-height: 14px; margin: 4px 0; overflow: hidden; width: 48%; }
.entry-meta p + p { text-align: right; width: 52%; }
.section-search .entry-meta p { width: 100%; }
.entry-date { color: #a8a8a8; font-weight: normal; }
.entry-author { margin: .5em 0; }
.entry-object { color: #000; padding: 3px 0; position: relative; }
.entry-object img { border-radius: 5px; }
.entry-tags { background: url("../gfx/bg/tags-top.png") center 0 no-repeat; font-size: 1.1em; margin-top: 1.5em; padding-top: 1.3em; }
.entry-tags p { background: url("../gfx/bg/tags-bottom.png") center bottom no-repeat; margin-top: 0; padding: 0 0 1.3em .5em; }
.entry-meta .entry-tags { background: none; padding: 0; }
.entry .fb-like { margin-top: -1em; }
.entry-comments .fb-like { margin-top: 0; }
.entry-table h3.caption { text-align: center; text-transform: uppercase; }
.entry-table .column { width: 49%; }
.entry-table .column + .column { float: right; }
.entry-table .columns + h3 { margin-top: 45px; }
.entry-table .entry-bg { background: url("../gfx/bg/sep-full-bottom.png") no-repeat scroll center 0 transparent; margin-top: 10px; padding-top: 8px; }
/* Entry Gallery */
.entry-gallery .entry-data { float: left; width: 250px; }
.entry-gallery .entry-data .entry-meta { height: auto; overflow: visible; }
.entry-gallery .entry-data .entry-meta p { text-align: left; width: 100%; }
.entry-gallery .list-images { float: right; width: 397px; }
.entry-gallery .list-images li { float: left; margin: 1px 1px 2px 2px; position: relative; }
.entry-gallery .list-images li:first-child { margin-left: 0; }
.entry-gallery .list-images li img { border-radius: 5px; display: block; }
/* Articles List */
.list-articles { padding: 10px 0; }
.list-articles li { border-top: 1px solid #d2d2d2; display: block; margin-left: 58%; padding: 3px 0; width: 42%; }
.list-articles li h4 { font-size: 1em; }
.list-articles li p { font-size: 1.1em; line-height: 1.45em; margin: 0; padding: 0 5px 0 0; }
.list-articles li:first-child, .list-articles li.list-article-first + li { border-top: 0; }
.list-articles .list-article-first { float: left; margin: 0; min-height: 240px; padding-right: 5%; width: 53%; }
.list-articles .list-article-first h4 { font-size: 1.3em; margin: .1em 0; }
.list-article-first img { border-radius: 5px; float: left; margin: 5px 10px 5px 0; max-height: 195px; max-width: 342px; }
.column .list-articles li { width: 100%; }
/* ARTICLE */
.article h1 { font-weight: normal; margin: .2em 0; }
.article h1 + .entry-excerpt { margin-top: .5em; }
.article .entry-author.left { margin: 1.5em 1em .5em 0; }
.article .entry-author img { border-radius: 5px; }
.article .entry-object { clear: both; }
.article .entry-object img { display: block; }
.article .entry-object.video .link-video .btn-media { background: url("../gfx/btn/btn-video-big.png"); height: 148px; margin: -74px 0 0 -74px; width: 149px; }
.article .entry-object.video .link-video:hover .btn-media { background-position: 0 -148px; }
.article .entry-excerpt { font-size: 1.5em; }
.article .social-bar { margin: -.8em 0 1em; }
.article .social-bar .fb-like { margin-top: 0; }
.article .editor-content { clear: both; }
.article .media-desc { color: #000; display: block; padding-top: 5px; text-align: left; }
/* Media Object (in Articles) */
.widget { clear: left; margin: 5px 0; }
.widget.bordered { border: 1px solid #d3d3d3; border-radius: 5px; }
.widget.left, .widget.right { width: 320px; }
.widget.left { margin-right: 20px; }
.widhet.right { margin-left: 20px; }
.widget.related-item { position: relative; width: 320px; }
.widget.related-item img { border-radius: 5px; }
.widget .quote cite { font-family: Georgia, serif; font-size: 2.42em; line-height: 1.2em; }
.widget .quote span { display: block; font-family: Georgia, serif; font-size: 1.8em; line-height: 1.2em; font-style: italic; font-weight: bold; text-align: right; margin-top: 6px; }
.media-object { position: relative; text-align: center; }
.media-object a { display: block; position: relative; text-decoration: none; }
.media-object img { display: block; border-radius: 5px; }
.panel-grey { background: #ededed; border-radius: 5px; margin: 1.5em 0; padding: 5px; text-align: center; }
.panel-grey h3, .panel-grey h5 { margin: 0; padding: .3em 0; }
.panel-grey h5 { font-weight: normal; }
/* Article Table Team */
.table-light.table-team .cell-number { border-radius: 5px 0 0 5px; text-align: center; width: 44px; }
.table-light.table-team th, .table-light.table-team .odd th:last-child { border-bottom: 1px solid #fff; border-radius: 5px 5px 6px 6px; }
.table-light.table-team .team-height { background: #c1c1c1 !important; border: 1px #fff; border-style: solid solid none none; border-radius: 0; padding: 0; width: 8px; }
.table-light.table-team .team-even .team-height { background: #dadada !important; }
.table-light.table-team .team-height-1 .team-height { border-radius: 5px 6px 6px 5px; }
.table-light.table-team .team-height-2 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-2 + .team-odd.team-height-2 .team-height, .table-light.table-team .team-even.team-height-2 + .team-even.team-height-2 .team-height { border-top: 0; border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-3 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-3 + .team-odd.team-height-3 .team-height, .table-light.table-team .team-even.team-height-3 + .team-even.team-height-3 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-3 + .team-odd.team-height-3 + .team-odd.team-height-3 .team-height, .table-light.table-team .team-even.team-height-3 + .team-even.team-height-3 + .team-even.team-height-3 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-4 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-4 + .team-odd.team-height-4 .team-height, .table-light.table-team .team-even.team-height-4 + .team-even.team-height-4 .team-height, .table-light.table-team .team-odd.team-height-4 + .team-odd.team-height-4 + .team-odd.team-height-4 .team-height, .table-light.table-team .team-even.team-height-4 + .team-even.team-height-4 + .team-even.team-height-4 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-4 + .team-odd.team-height-4 + .team-odd.team-height-4 + .team-odd.team-height-4 .team-height, .table-light.table-team .team-even.team-height-4 + .team-even.team-height-4 + .team-even.team-height-4 + .team-even.team-height-4 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-5 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-5 + .team-odd.team-height-5 .team-height, .table-light.table-team .team-even.team-height-5 + .team-even.team-height-5 .team-height, .table-light.table-team .team-odd.team-height-5 + .team-odd.team-height-5 + .team-odd.team-height-5 .team-height, .table-light.table-team .team-even.team-height-5 + .team-even.team-height-5 + .team-even.team-height-5 .team-height, .table-light.table-team .team-odd.team-height-5 + .team-odd.team-height-5 + .team-odd.team-height-5 + .team-odd.team-height-5 .team-height, .table-light.table-team .team-even.team-height-5 + .team-even.team-height-5 + .team-even.team-height-5 + .team-even.team-height-5 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-5 + .team-odd.team-height-5 + .team-odd.team-height-5 + .team-odd.team-height-5 + .team-odd.team-height-5 .team-height, .table-light.table-team .team-even.team-height-5 + .team-even.team-height-5 + .team-even.team-height-5 + .team-even.team-height-5 + .team-even.team-height-5 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-6 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-6 + .team-odd.team-height-6 .team-height, .table-light.table-team .team-even.team-height-6 + .team-even.team-height-6 .team-height, .table-light.table-team .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 .team-height, .table-light.table-team .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 .team-height, .table-light.table-team .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 .team-height, .table-light.table-team .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 .team-height, .table-light.table-team .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 .team-height, .table-light.table-team .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 + .team-odd.team-height-6 .team-height, .table-light.table-team .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 + .team-even.team-height-6 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-7 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-7 + .team-odd.team-height-7 .team-height, .table-light.table-team .team-even.team-height-7 + .team-even.team-height-7 .team-height, .table-light.table-team .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 .team-height, .table-light.table-team .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 .team-height, .table-light.table-team .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 .team-height, .table-light.table-team .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 .team-height, .table-light.table-team .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 .team-height, .table-light.table-team .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 .team-height, .table-light.table-team .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 .team-height, .table-light.table-team .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 + .team-odd.team-height-7 .team-height, .table-light.table-team .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 + .team-even.team-height-7 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-8 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-8 + .team-odd.team-height-8 .team-height, .table-light.table-team .team-even.team-height-8 + .team-even.team-height-8 .team-height, .table-light.table-team .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 .team-height, .table-light.table-team .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 .team-height, .table-light.table-team .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 .team-height, .table-light.table-team .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 .team-height, .table-light.table-team .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 .team-height, .table-light.table-team .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 .team-height, .table-light.table-team .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 .team-height, .table-light.table-team .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 .team-height, .table-light.table-team .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 .team-height, .table-light.table-team .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 + .team-odd.team-height-8 .team-height, .table-light.table-team .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 + .team-even.team-height-8 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-9 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 .team-height, .table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 .team-height, .table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 .team-height, .table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 .team-height, .table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 .team-height, .table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 .team-height, .table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 + .team-odd.team-height-9 .team-height, .table-light.table-team .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 + .team-even.team-height-9 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-10 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 .team-height, .table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height, .table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height, .table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height, .table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height, .table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height, .table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height, .table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 + .team-odd.team-height-10 .team-height, .table-light.table-team .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 + .team-even.team-height-10 .team-height { border-radius: 0 0 6px 5px; }
.table-light.table-team .team-height-11 .team-height { border-radius: 5px 6px 0 0; }
.table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height, .table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height { border-top: 0; border-radius: 0; }
.table-light.table-team .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 + .team-odd.team-height-11 .team-height, .table-light.table-team .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 + .team-even.team-height-11 .team-height { border-radius: 0 0 6px 5px; }
/* Sections Live */
.panel-orange { background: url("../gfx/bg/bg-orange.png") 0 bottom repeat-x #e98325; border-radius: 5px; color: #fff; display: block !important; height: auto; line-height: 1em; padding: 0 0 .6em; text-align: center; }
.panel-orange h3 { font-weight: bold; margin: 0; padding: .3em 0 .1em; }
.entry-info { background: url("../gfx/bg/entry-sep-wide.png") center 0 no-repeat #f7f7f7; border-radius: 5px; color: #121212; margin: 1.5em 0; padding: 1em; text-align: left; }
.entry-info ul.inline li + li { margin-left: 1em; }
.entry-button-more { background: url("../gfx/bg/entry-sep-wide.png") center 0 no-repeat; padding: 2em 0 1em; }
.section-live div.bar-live.new { left: -5px; margin: 0 -5px -1em 0; max-width: 245px; position: relative; text-transform: uppercase; z-index: 2; }
/* Section Live */
.section-live { margin: 1.5em 0; }
.section-live .section-header h3, .section-live .section-header .icons { color: #004087; font-size: 2em; }
.section-live .section-header h3 small { font-size: .6em; }
.section-live .section-header .icons {margin-top: -5px;}
.section-live .section-header .icons .icon-liveblog { display: block; float: left; width: 50px; height: 50px; background: transparent url('../gfx/sprite/icons-liveblog.png') no-repeat 50px 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-goal { background-position: 0 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-subst { background-position: -50px 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-yc { background-position: -100px 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-rc { background-position: -150px 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-2yc { background-position: -200px 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-injury { background-position: -250px 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-time { background-position: -300px 0}
.section-live .section-header .icons .icon-liveblog.icon-liveblog-penalty { background-position: -350px 0}
.section-live .section-header .social-bar { margin: .8em 0 0; }
.section-live .section-body { font-size: 1.2em; margin: 1.5em 0 .5em; }
.section-live .section-body p:first-child, .section-live .section-body img:first-child + p, .section-live .section-body a:first-child + p { margin-top: 0; }
.section-live .section-body img.left { border-radius: 5px; margin: 0 1em .5em 0; }
.section-live .section-body img.right { border-radius: 5px; margin: 0 0 .5em 1em; }
.section-live .section-body .desc { font-size: .9em; }
.list-decorated li { background: url("../gfx/bg/dot-orange.png") 2px .48em no-repeat; margin: .2em 0; padding-left: 15px; }
.section-live.new { background: #f2f2f2; border-radius: 5px; padding-top: .5em; }
.section-live.new .section-body { background: url("../gfx/bg/entry-sep-wide.png") center 0 no-repeat; margin: 0; padding: 1em 1.5em .5em; }
/* --------------------------
   Sports
 * --------------------------- */
.placeholder-chart .placeholder { height: 300px; width: 600px; }
/* Section League */
.section-league { border-right: 1px solid #eaeaea; border-left: 1px solid transparent; height: 95px; }
.league-container { height: 110px; overflow: hidden; margin: 0 0 -10px; padding: 10px 0 0; position: relative; top: -10px; width: 100%; }
.list-league { border-top: 1px solid #dcdcdc; height: 110px; padding: 0; width: 100%; overflow: hidden; }
.list-league > li { border-left: 1px solid #eaeaea; float: left; height: 95px; position: relative; text-align: center; width: 65px; overflow: hidden }
.list-league > li.active { height: 110px; }
.list-league > li:hover { }
.list-league > li a { height: 95px; position: relative; }
.list-league a:hover { box-shadow: 0 0 7px rgba(0,0,0,.4); }
.list-league a span { cursor: pointer; }
.list-league .logo { display: block; height: 95px; line-height: 95px; margin: 0 auto; max-width: 30px; width: 60%; }
.ie7 + .site .list-league .logo { font-size: 80px; }
.ie7 + .site .list-league .active .logo { font-size: 50px; width: 60%; }
.list-league .logo img { vertical-align: middle; }
.list-league .name { color: #626262; display: none; font-size: .9em; line-height: 1.15em; padding: 0 2px; word-wrap: normal }
.list-league.thin .name { font-size: .7em; }
.list-league > li.active a.block, .list-league > li.active a.block:hover, .list-league > li.active span.block { background: #fff; box-shadow: 0 5px 14px rgba(0,0,0,.3); height: 110px; }
.list-league > li a:hover .logo, .list-league > li.active .logo { height: 65px; line-height: 65px; max-width: 80px; width: 90%; }
.list-league > li a:hover .logo img, .list-league > li.active .logo img { max-height: 50px; }
.list-league > li a:hover .name, .list-league > li.active .name { display: block; }
.list-league > li.active:hover { border-left: 1px solid #eaeaea; }
/* Section Statistics (General Container) */
.section-statistics .section-header { border-bottom: 0; }
.section-statistics .section-header .list-tabs, .section-statistics .section-header .list-tabs li { height: 39px; overflow: visible; position: relative; white-space: nowrap; }
.section-statistics .section-header.with-tabs { background: url("../gfx/bg/tabbed-header.png") 0 0 no-repeat; padding-right: 0; }
.section-statistics .section-header > .list-tabs-container { padding: 8px 0 0; width: 398px; }
.section-statistics .section-header.with-tabs.wide { background: url("../gfx/bg/tabbed-header.png") -90px 0 no-repeat; }
.section-statistics .section-header.wide > .list-tabs-container { width: 488px; }
/* Filters */
.section-statistics .filters { padding: .8em 0 1em; position: relative; z-index: 2; }
.filters p.left { color: #2f2f2f; font-size: 1.17em; font-weight: bold; margin: .7em 0; padding: 0 0 0 24px; }
.filters .loader { display: inline-block; margin-top: 9px; margin-left: 9px; margin-right: 0px; }
.section-statistics .filters .datepicker-container { margin: 0; padding: 5px 0 0 10px; }
.section-statistics .filters .datepicker-container img { cursor: pointer; }
/* Team Info */
.box-team.info { padding: 1.5em 0; }
.box-team .team-logo { width: 150px; }
.box-team .team-logo img { display: block; margin: 0px auto; }
.box-team .team-logo + .team-data { margin-left: 160px; }
/* Section Table (single) */
.section-table .section-header { background: url("../gfx/bg/discipline-caption.png") center 0 no-repeat; padding: 1em 0 .7em; }
.section-table .section-header h4 { background: url("../gfx/bg/caption-grey.png") 0 0 repeat-x #fefefe; border-radius: 5px; font-size: 2em; font-weight: normal; margin: 0; padding: .3em 0em .3em 1em; }
.tab-schedule .section-body { padding-bottom: 2em; }
.section-table h5 { background: #f1f1f1; border-radius: 5px 5px 0 0; color: #000; font-size: 1.1em; margin: 2px 0 0; padding: .75em 1.5em; position: relative; }
.section-table h5.sliding.show { border-radius: 5px; }
/* Section NOT FOUND */
.section-not-found { padding: 80px 0; text-align: center; text-transform: uppercase; color: #999; font-weight: bold; font-size: 18px; line-height: 24px }
/* Tables */
.table-stats { background: #f2f2f2; background: linear-gradient(top, rgb(242,242,242) 37%, rgb(255,255,255) 95%); background: -o-linear-gradient(top, rgb(242,242,242) 37%, rgb(255,255,255) 95%); background: -moz-linear-gradient(top, rgb(242,242,242) 37%, rgb(255,255,255) 95%); background: -webkit-linear-gradient(top, rgb(242,242,242) 37%, rgb(255,255,255) 95%); background: -ms-linear-gradient(top, rgb(242,242,242) 37%, rgb(255,255,255) 95%); background: -webkit-gradient(  linear,  left top,  left bottom,  color-stop(0.37, rgb(242,242,242)),  color-stop(0.95, rgb(255,255,255))  ); color: #a8a8a8; font-size: .95em; }
.table-stats th { color: #000; font-size: 1.2em; padding: 15px 0 10px; }
.table-stats td { border-radius: 0px !important }
/* Table cells*/
.table-stats .cell-age, .table-stats .cell-country, .table-stats .cell-person, .table-stats .cell-score, .table-stats .cell-report, .table-stats .cell-time, .table-stats .cell-team { color: #444; }
.table-stats .cell-team, .table-stats .cell-details, .table-stats .cell-time { text-align: right; }
.table-stats .cell-score + .cell-team, .table-stats .cell-icons + .cell-details { text-align: left; }
.table-stats .cell-action, .table-stats .cell-age, .table-stats .cell-country, .table-stats .cell-icons, .table-stats .cell-rank, .table-stats .cell-pos, .table-stats .cell-match-details, .table-stats .cell-score, .table-stats .cell-report { text-align: center; }
.table-stats .cell-icons { vertical-align: top; }
.table-stats .cell-auto { width: auto; }
.table-stats .cell-auto:first-child { padding-left: 10px; }
.table-stats .cell-team, .table-stats .cell-details { width: 30%; }
.table-stats [colspan="2"].cell-team { width: 40%; }
.table-stats .cell-score, .table-stats .cell-report { width: 15%; }
.table-stats .cell-time { padding-right: 2%; width: 18%; }
.table-stats .cell-action, .table-stats .cell-age, .table-stats .cell-country, .table-stats .cell-auto, .table-stats .cell-person, .table-stats .cell-player, .table-stats .cell-team, .table-stats .cell-rank, .table-stats .cell-score, .table-stats .cell-time, .table-stats .cell-value { font-size: 1.3em; font-weight: bold; padding-bottom: 10px; padding-top: 15px; }
.table-stats .cell-rank { font-weight: normal; }
.table-stats .cell-date { padding-left: .8em; width: 10%; vertical-align: top; }
.table-stats .cell-date span { display: block; }
.table-stats .cell-details { padding: 2px 0 15px; vertical-align: top; }
.table-stats .cell-match-details { padding-bottom: 1em; }
.table-stats .cell-match-details p { margin: .1em 0; }
.table-stats .cell-match-details p span, .table-stats .cell-match-details p strong { padding: 0 4px; }
.table-stats .cell-highlighted, .table-stats .cell-highlighted a { color: #f00 !important; }
.table-stats .row-highlighted { background-color: #ddddff !important; }
.table-stats .cell-team img { vertical-align: middle; }
.table-stats .cell-team .team-logo { margin: 0 .5em 0 0; }
.table-stats .cell-conference { font-size: 1.4em; font-weight: bold; background-color: #aaa; color: #fff; padding: 8px; text-transform: uppercase; text-align: center; }
.table-stats .cell-division { font-size: 1.2em; font-weight: bold; background-color: #ccc; color: #fff; padding: 4px 11px; text-transform: uppercase; }
/* Tables Bgs */
.table-stats .cell-team:first-child, .tab-table .table-stats .cell-bg + .cell-team, .tab-ranking .table-stats .cell-person, .table-stats.team .cell-person, .table-stats.team .cell-country, .table-stats.team.drivers .cell-person, .speedway .table-stats .cell-date + .cell-team, .tab-statistics .table-stats td.cell-action { background-image: url("../gfx/bg/table-sep.png"); background-position: 0 0; background-repeat: no-repeat; }
.table-stats .cell-auto, .table-stats .cell-team:first-child + .cell-score, .tab-ranking .table-stats .cell-team, .moto .table-stats .cell-team, .speedway .table-stats .cell-date + .cell-team + .cell-score, .tab-statistics .table-stats td.cell-player { background-image: url("../gfx/bg/table-sep.png"); background-position: center 0; background-repeat: no-repeat; }
.table-stats .cell-team:first-child + .cell-score + .cell-team, .tab-ranking .table-stats .cell-time, .moto .table-stats .cell-time, .speedway .table-stats .cell-date + .cell-team + .cell-score + .cell-team, .tab-statistics .table-stats td.cell-team { background-image: url("../gfx/bg/table-sep.png"); background-position: -350px 0; background-repeat: no-repeat; }
.tab-schedule .table-stats .cell-auto + td, .tab-schedule .table-stats .cell-time { background: none; }
.moto .tab-schedule .table-stats .cell-team:first-child { background-position: -60px 0; }
.tab-statistics .table-stats .cell-team { padding-left: 10px; text-align: left; }
/* Moto */
.moto .table-stats .cell-person { padding-left: 2%; width: 28%; }
.moto .tab-results .table-stats .cell-team { text-align: center; width: 50%; }
.moto .table-stats .cell-time { background-position: -480px 0; }
.ie8 + .site .moto .table-stats .cell-time { padding-right: 13px; }
/* Speedway */
.speedway .table-stats .cell-date + .cell-team { background-position: -30px 0; }
/* Tennis */
.tennis .tab-results .table-stats td.cell-team:first-child { width: 40%; }
/* Table Team - Drivers */
.table-stats.team .cell-rank { width: 9%; text-align: center; }
.table-stats.team .cell-pos { width: 30px; }
.table-stats.team .cell-country { background-position: -390px 0; }
.table-stats.team.drivers td { padding-top: 10px !important; padding-bottom: 10px !important; }
.table-stats.team.drivers .cell-person { background-position: center 0; width: auto; }
.table-stats.team.drivers .cell-time { padding-right: 2%; width: 20%; }
.table-stats.team.drivers .cell-sep { background: transparent none !important; padding-top: 11px !important; border-top: solid 1px #cacaca; }
/* Table in TABS */
  /* Tab Table */
.tab-table .cell-bg { padding: 0; width: 7px; }
.tab-table .cell-bg.row-secondary, .tab-table .cell-bg.row-tertiary, .tab-table .cell-bg.row-quaternary, .tab-table .cell-bg.row-beforelast, .tab-table .cell-bg.row-last { border-top: 1px solid #fff; }
.tab-table .table-stats .cell-bg + .cell-team, .tab-table .table-stats .cell-team:first-child { padding-left: 10px; text-align: left; width: auto; }
.tab-table .table-stats .cell-bg + .cell-team { padding-left: 5px; }
.tab-statistics .table-stats .cell-value, .tab-table .table-stats .cell-value { background-image: url("../gfx/bg/table-sep.png"); background-position: center 0; background-repeat: no-repeat; width: 45px; }
.section-header .cell-value { float: left; font-size: .8em; width: 47px; }
.section-header .cell-icons { float: left; font-size: .8em; margin-right: 52px; width: 92px; }
.table-stats .cell-stats-icons { background-image: url("../gfx/bg/table-sep.png"); background-position: -430px 0; background-repeat: no-repeat; width: 90px; }
.table-stats .cell-stats-toggle { padding-right: 15px; text-align: right; width: 60px; }
.tab-table .table-stats .team-details { display: none; }
.tab-table .table-stats .team-details.visible { display: block; display: table-row; }
.tab-table .table-stats .team-details-container { background: url("../gfx/bg/table-sep.png") center 0 no-repeat #fcfcfc; }
.team-header { color: #000; padding: 0 1em; }
.team-header p { margin-top: 2em; }
.team-header p span { padding: 0 .5em; }
.team-chart { text-align: center; }
/* Tab Ranking (and drivers) */
.tab-ranking { position: relative; }
/* Tab Statistics */
.tab-statistics .section-table { position: relative; }
.tab-statistics .table-stats .cell-action { color: #444; }
.tab-statistics .table-stats .cell-team { width: 40%; }
.tab-statistics .table-stats .cell-player { width: 30%; }
.tab-statistics .table-stats .cell-team, .tab-statistics .table-stats .cell-player { text-align: left; }
/* Table Results (Top) */
.table-results th { border: 1px #e7e7e7; border-style: solid none; font-size: 1.1em; padding: 8px; text-align: left; }
.table-results tr:first-child th { border-top: 0; }
.table-results td { color: #004087; font-size: 1.2em; font-weight: bold; padding: 5px 2px; vertical-align: top; }
.table-results .cell-team { text-align: right; width: 40%; }
.table-results .cell-time { text-align: right; }
.table-results .cell-score { text-align: center; width: 20%; }
.table-results .cell-score + .cell-team { text-align: left; }
.wrapper-header .button-dropdown { margin: 20px 0 0 15px; }
.table-results.moto .cell-team { text-align: left; width: 65%; }
.table-results.moto .cell-score { text-align: right; width: 35%; }
/* Table Results List */
.table-results-list td { padding: 5px 0; text-align: center; }
.table-results-list td:first-child { padding-left: 0; }
.cell-pos .pos { background: url("../gfx/sprite/table-pos.png") 0 -999px no-repeat; display: inline-block; height: 12px; margin: 3px 0 0; width: 12px; }
.cell-pos .pos.down { background-position: 0 0; }
.cell-pos .pos.up { background-position: 0 -12px; }
.cell-pos .pos.none { background-position: 0 -24px; }
.table-results-list .cell-person, .table-results-list .cell-team { color: #004087; font-weight: bold; text-align: left; width: auto; }
.table-results-list .cell-person + .cell-team { color: #444; font-weight: normal; font-size: .9em; line-height: 1.1em; padding: 0 2%; text-align: center; width: 39%; }
.table-results-list .cell-time { font-weight: bold; padding-right: 5px; text-align: right; width: 20%; }
.table-results-list .cell-rank, .table-results-list .cell-pos { width: 24px; }
.entry-header .cell-value, .cell-value { color: #444; font-weight: bold; text-align: center; width: 30px; }
.entry-header .cell-value { color: #010101; display: inline-block; margin: .5em 0 0; width: 28px; }
.entry-header .cell-value.wide { width: 58px; }
.cell-value.wide { width: 60px; }
/* Table Results List Truncated */
.table-results .truncated, .table-results-list .truncated { border-bottom: medium double #999; border-top: medium double #999; }
.table-results .truncated-top, .table-results-list .truncated-top { border-top: medium double #999; }
.table-results .truncated-bottom, .table-results-list .truncated-bottom { border-bottom: medium double #999; }
/* Table Results List - Current TD (with spans) */
.table-results-list .current td > span { border-style:solid; border-width: 2px 0px; border-color: #e78225; display: block; padding:5px 0; margin: -5px 0; }
.table-results-list .current td:first-child > span { border-style:solid; border-width: 2px 0 2px 2px; border-color: #e78225; border-radius: 5px 0 0 5px; }
.table-results-list .current td:last-child > span { border-style:solid; border-width: 2px 2px 2px 0; border-color: #e78225; border-radius: 0 5px 5px 0; }
/* Table Stats - Current TD (with spans) */
.table-stats .current td { border-style:solid; border-width: 2px 0px; border-color: #e78225; }
.table-stats .current td:first-child { border-style:solid; border-width: 2px 0 2px 2px; border-color: #e78225; }
.table-stats .current td:last-child { border-style:solid; border-width: 2px 2px 2px 0; border-color: #e78225; }
.table-stats .cell-score span { display: block; text-align: center; color: #004087; }
.table-stats .cell-score span.grey { font-size: 0.75em; line-height: 1.1em; color: #a8a8a8; }
.table-stats .cell-score span.bluedark { font-size: 0.75em; line-height: 1.1em; color: #004087; }
.table-stats .cell-score span span.won { display: inline; text-decoration: underline; }
.table-stats .cell-score span span.lost { display: inline; }
.table-stats .cell-score a:hover span span { text-decoration: none; }
/* Moto Table Results List */
.table-results-list.moto .cell-person 
 /* --------------------------
   Discipline (Bottom News)
 * --------------------------- */
.discipline { padding: 0 0 10px; }
.discipline .section-header { color: #000; border-bottom: 1px solid #d9d9d9; padding: 1px 0 1px 22px; }
.discipline .section-header h3 { font-weight: bold; margin: .5em 0; }
.discipline .section-header a { background: url("../gfx/bg/section-header.png") right center no-repeat; display: block; }
/* --------------------------
   Homepage
 * --------------------------- */
 /* Main Promo Box */
.tabber-main { padding: 0 0 21px 0; }
.tabber-main .tab { background: #fff; border-radius: 5px; padding: 3px; }
.tabber-main .tab#informacje { padding: 3px 0; }
.main-promo { height: 459px; overflow: hidden; padding: 0 3px; }
/* Promo A */
.promo-desc { background: url("../gfx/bg/trans-desc2.png") no-repeat right 0 transparent; border-radius: 0 5px 0 5px; bottom: 0; left: 0; max-height: 244px; max-width: 90%; position: absolute; width: 90%; }
.promo-desc.full { background-position: 0 0; }
.promo-desc.full, .promo-big .promo-desc.full, .promo-desc.blue { border-radius: 0 0 5px 5px; max-width: 100%; width: 100%; }
.promo-desc.blue { background: #12336c; background: rgba(0,49,137,.8); }
.promo-desc, .promo-desc a { color: #fff; display: block; }
.promo-desc a:hover { color: #e78225; text-decoration: none; }
.promo-desc .button:hover { color: #fff; }
.promo-desc div, .promo-desc h3, .promo-desc p { margin: 10px; }
.promo-desc h3 { font-weight: bold; text-transform: uppercase; }
.promo-desc .ico-live { background: url("../gfx/btn/btn-live.png") 0 0 no-repeat; color: #fff; display: inline-block; font-size: 1.4em; font-weight: bold; height: 47px; line-height: 42px; left: -8px; position: absolute; text-align: center; text-shadow: 1px 1px #001855; top: 12px; width: 109px; }
.promo-desc .ico-live + h3 { margin-left: 110px; }
.promo-big { float: left; height: 459px; position: relative; width: 495px; }
.promo-big .image { border-radius: 5px 0 0 5px; height: 459px; overflow: hidden; width: 495px; }
.promo-big .image img { border-radius: 5px 0 0 5px; display: block; min-height: 459px; width: 495px; }
.promo-big .promo-desc { border-radius: 0 0 0 5px; padding-right: 10%; max-width: 80%; width: 80%; }
.promo-big .promo-desc.full { padding-right: 0; }
.promo-big .promo-desc h3 { font-size: 2em; }
.promo-right { float: right; width: 492px; }
.promo-small { height: 229px; position: relative; width: 492px; }
.promo-small .image { height: 229px; overflow: hidden; width: 492px; }
.promo-small .image img { display: block; min-height: 229px; width: 492px; }
.promo-small + .promo-small { height: 227px; margin-top: 3px; }
.promo-small + .promo-small .image { height: 227px; }
.promo-small + .promo-small .image img { min-height: 227px; }
.promo-small .promo-desc h3 { font-size: 1.4em; padding: 0 5px; }
.promo-big .image img, .promo-small .image, .promo-small .image img { border-radius: 5px; }
/* Promo B */
.b .promo-big, .b .promo-big .image, .b .promo-big .image img { width: 595px; }
.b .promo-right, .b .promo-small, .b .promo-small .image, .b .promo-small .image img { width: 392px; }
/* Promo C */
.c .promo-big, .c .promo-big .image, .c .promo-big .image img { width: 742px; }
.c .promo-right, .c .promo-small, .c .promo-small .image, .c .promo-small .image img { width: 245px; }
.c .promo-big h3 { font-size: 3.5em }
.c .promo-big p { font-size: 1.2em }
.c .promo-small .promo-desc .ico-live + h3 { margin: 60px 0 0 5px; }
.c .promo-big .box-results .team-name { font-size: 1.25em; }
/* Promo D */
.d .promo-left { float: left; height: 459px; width: 494px; }
.d .promo-big, .d .promo-big .image, .d .promo-big .image img { border-radius: 5px; height: 228px; width: 494px; }
.d .promo-big .image img { height: auto; min-height: 228px; }
.d .promo-big + .promo-big, .d .promo-big + .promo-small { margin-top: 3px; }
.d .promo-right { height: 459px; width: 493px; }
.d .promo-right .promo-big, .d .promo-right .promo-big .image, .d .promo-right .promo-big .image img { width: 493px; }
.d .promo-small, .d .promo-small .image, .d .promo-small .image img { border-radius: 5px; width: 245px; }
.d .promo-small { float: left; }
.d .promo-small + .promo-small { margin-left: 3px; }
.d .promo-small, .d .promo-small .image, .d .promo-big + .promo-small + .promo-small, .d .promo-big + .promo-small + .promo-small .image { height: 228px; }
.d .promo-small .image img, .d .promo-big + .promo-small + .promo-small .image img { min-height: 228px; }
.d .promo-small .promo-desc .ico-live + h3 { margin: 60px 0 0 5px; }
/* Promo E (full width) */
.e .promo-big, .e .promo-big .image, .e .promo-big .image img { width: 990px; }
.e .promo-big h3 { font-size: 3em; }
.e .box-results .team-name { font-size: 1.3em; }
.promo-wrapper { position: relative; }
.ico-london { background: url("../gfx/bg/bg-london.png") right 0 no-repeat; color: #fff; font-size: 1.2em; font-weight: bold; height: 60px; padding: 9px 21px 0 0; position: absolute; right: -3px; text-align: right; top: 38px; width: 148px; z-index: 2; }
.ico-london strong { display: block; font-size: 1.6em; margin: .3em 0; }
/* Transmission Tab */
.ico-live { background: url("../gfx/ico/ico-live.png") center center no-repeat; display: inline-block; height: 26px; line-height: 26px; margin: -3px 0 0 5px; overflow: hidden; vertical-align: text-top; width: 25px; }
.transmission-body { height: 459px; overflow:hidden; position: relative; width: 655px; }
.transmission-body .image { border-radius: 5px; height: 459px; overflow: hidden; width: 655px; }
.transmission-body .image img { min-height: 459px; width: 655px; }
.transmission-min { border-radius: 5px; }
.transmission-body .trans-desc { background: url("../gfx/bg/trans-desc.png") 0 bottom no-repeat; border-radius: 5px 0 0 0; left: 0; max-height: 224px; padding: 10px; position: absolute; bottom: 0; width: 465px; }
.transmission-body .trans-desc h2 { color: #fff; font-size: 3.5em; margin: .4em 0; padding: 0 20px; }
.transmission-body .trans-desc .live span { color: #fff; background-color: #f00; padding: 2px 6px 1px; float: left; display: block; font-size: 10px; font-weight: bold; margin-left: 22px}
.trans-counter { position: absolute; right: 4px; bottom: 4px; width: 170px; }
.trans-counter, .trans-counter > span { display: block; }
.trans-counter .counter-date { background: #000; border-radius: 5px 5px 0 0; color: #fff; font-size: 1.6em; font-weight: bold; line-height: 35px; padding: 10px; text-align: center; text-transform: uppercase; width: 153px; }
.trans-counter .counter-date strong { display: block; font-size: 1.6em; }
.counter-date .button.massive { font-size: 12px; height: 63px; line-height: 63px; margin: 0 1%; padding: 0; text-align: center; width: 98%; }
.counter-orange { background: #e38229; border-radius: 0 0 5px 5px; color: #fff; padding: 5px; }
.counter-orange > span { display: inline-block; float: left; }
.counter-orange .counter-label { margin: 13px 10px 0 0; text-align: right; width: 55px; }
.counter-orange .counter-card { background: url("../gfx/bg/counter-card.png") 0 0 no-repeat; color: #000; height: 66px; margin: 0 -1px; text-align: center; width: 49px; }
.counter-orange .counter-card strong { display: block; font-size: 2em; padding: 16px 0 0 0; }
.transmission-list { width: 330px; }
.transmission-list li { background: url("../gfx/bg/li-transmissions.png") 0 0 repeat-x; padding: 5px 10px 0; }
.transmission-list li p { margin: .5em 0; }
.transmission-list .info { background: url("../gfx/bg/dot-orange.png") 0 5px no-repeat; padding-left: 13px; }
.transmission-list li p strong { margin: 0 3px; }
.transmission-list li, .transmission-list li a { color: #000; }
.transmission-list li.more-link { background: none; }
.transmission-list li.more-link .button { color: #fff; }
.transmission-list li .live span { color: #fff; background-color: #f00; padding: 2px 6px 1px; float: right; display: block; font-size: 10px; font-weight: bold}
.list-transmissions .stations { margin-bottom: .2em; }
.list-transmissions > li { margin: .2em 0; padding-bottom: 5px; }
/* Content Area (Ajax Lazy Loading) */
.content-area { height: 700px; margin: 10px 0 0 0; overflow: hidden; padding-bottom: 65px; position: relative; }
.content-area .wrapper { position: relative; }
.content-area .content-more { background: url("../gfx/bg/more-content.png") center 0 no-repeat; bottom: 0; height: 43px; left: 0; padding: 42px 0 0; position: absolute; width: 100%; z-index: 2; }
.content-area .content-more .wrapper { position: relative; z-index: 3; }
.content-more .more-bar { height: 30px; margin: 0 auto; width: 140px; }
.content-more .datepicker-container { float: right; width: 17px; }
.content-more .filters a { color: #4f4f4f; padding: 0 0 0 5px; }
.content-more .filters a span { margin-right: 5px; }
.content-more .filters a span.ico-doc { margin-right: 1px; }
.content-more .filters a:hover, .content-more .filters a.active { color: #004087; }
.content-more .filters a.active { font-weight: bold; }
.content-more .filters .close { border: 1px solid #d7d7d7; border-radius: 3px; color: #919191; cursor: pointer; display: inline-block; line-height: 12px; margin: 0 0 0 6px; padding: 2px 4px; }
.content-more .btn-more { color: #545454; display: inline-block; font-size: 1.2em; font-weight: bold; left: 50%; margin: 0 0 0 -20px; position: absolute; top: .7em; width: 60px; }
.content-more .datepicker-container { left: 50%; margin: 0 0 0 40px; position: absolute; top: .9em; }
.content-more .btn-more:hover { color: #000; text-decoration: none; }
.main-container .entry + .entry { background: url("../gfx/bg/entry-sep.png") center 0 no-repeat; margin-top: 10px; padding-top: 25px; }
.content-area .entry-body p { font-size: 1.1em; margin: .3em 0; }
/* Roller Content */
.roller-sliding { margin: 0; }
.roller-sliding > .inner { background: url("../gfx/bg/roller-bg.png") center 0 no-repeat; padding-top: 10px; }
.roller-sliding .wrapper, .roller-container { position: relative; }
.roller-content { position: absolute; top: 0; left: 0; z-index: 0; width: 100%; }
.roller-body { padding: 20px 0 0; visibility: hidden; }
.active .roller-body { visibility: visible; }
.roller-link-container { height: 100px; position: relative; }
.roller-title, .roller-link .label { color: #e31f16; font-size: 1.7em; font-weight: bold; margin: 5px 0; }
.roller-title { background: url("../gfx/bg/entry-sep-wide.png") center -999px no-repeat; margin-top: 8px; padding: 0 0 20px; }
.active .roller-title { background-position: center bottom; }
.roller-link { /*background: url("../gfx/bg/roller-link.png") 0 33px no-repeat;*/
    cursor: pointer; display: inline-block; height: 100px; left: -10px; padding: 33px 0 0 0; position: absolute; top: -35px; width: 350px; z-index: 2; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.roller-link:hover { text-decoration: none; }
.roller-link .label { display: none; }
.roller-hide .label { display: inline; }
.roller-link:hover .label { color: #004087; }
.roller-sliding .column .entry:first-child { margin-top: 20px; }
.rss-right { background: url("../gfx/bg/rss-bg.png") 0 0 no-repeat; display: inline-block; font-weight: bold; height: 40px; padding: 10px 0 0 45px; position: absolute; right: -13px; top: -10px; width: 60px; z-index: 20; }
.rss-right .rss-link { background: url("../gfx/ico/rss-small.png") 0 center no-repeat; color: #2a2a2a; padding: 0 0 0 20px; }
/* --------------------------
   Magazines
 * --------------------------- */
.content-area.big { height: 1100px; }
.list-episodes, .list-magazines { padding: 15px 0 0; }
.list-episodes .entry + .entry { background: url("../gfx/bg/entry-sep-wide.png") center 0 no-repeat; }
.list-episodes .entry-left { float: left; width: 322px; }
.list-episodes .entry-left img { border-radius: 3px; display: block; margin: 6px 0 0; }
.list-episodes .entry-data { margin-left: 343px; }
.list-magazines { padding: 15px 10px 0; }
.list-magazines > li { border-top: 1px solid #e5e5e5; padding: 1.5em 0; }
.list-magazines > li:first-child { border-top: 0; }
.list-magazines a, .list-magazines a:hover { text-decoration: none; }
.list-magazines h4, .list-magazines p { margin: 0 0 0 99px; }
.list-magazines h4 { color: #004087; }
.list-magazines p { color: #626262; padding-top: .1em; }
.list-magazines .magazine-logo { width: 92px; }
.list-magazines .magazine-logo img { padding: .2em 0 0; }
.list-magazines a:hover h4 { text-decoration: underline; }
.box-magazine { background: #f2f2f2; border-radius: 5px; padding: 1em 0; }
.box-magazine .magazine-info { width: 665px; }
.box-magazine .magazine-info .magazine-logo { margin: 15px 18px 10px 0; }
.box-magazine .magazine-info p { margin-left: 40px; }
.box-magazine .magazine-nextepisode { padding: 0 20px 0 0; width: 290px; }
.next-header { background: #e38229; border-radius: 5px 5px 0 0; color: #fff; font-size: 1.7em; line-height: 39px; margin: 0; padding: 0 0 0 .5em; }
.next-body { background: #000; border-radius: 0 0 5px 5px; color: #fff; padding: 10px; }
.next-body > .left { line-height: 57px; padding: 4px 0 0; text-align: center; width: 113px; }
.next-body > .left img { vertical-align: middle; }
.next-body > .right { width: 147px; }
.next-body .date { font-size: 2.4em; margin: 0; position: relative; white-space: nowrap; word-wrap: normal; }
.next-body .day { font-size: 1.3em; line-height: 30px; margin: 0; }
.next-body .hour { float: right; font-size: 1.3em; vertical-align: middle; }
.cols-magazine .link-video img { float: none; }
.cols-magazine .column.entry { height: 316px; margin-bottom: 10px; overflow: hidden; padding: 0; }
.cols-magazine .column.entry + .entry { background: none; margin-top: 0; }
.cols-magazine h4 { max-height: 39px; overflow: hidden; }
.cols-magazine .entry-body { height: 74px; overflow: hidden; }
/* --------------------------
   Media
 * --------------------------- */
.btn-media { background: center 0 no-repat; display: block; height: 66px; left: 50%; margin: -33px 0 0 -33px; position: absolute; top: 50%; width: 66px; }
.small > .btn-media { height: 44px; margin: -22px 0 0 -22px; width: 44px; }
.smallest .btn-media { height: 30px; margin: -15px 0 0 -15px; width: 30px; }
a:hover .btn-media { background-position: center -66px; }
a.small:hover .btn-media { background-position: center -44px; }
.smallest:hover .btn-media { background-position: center -30px; }
/*  Media - Video Button */
.link-video { display: block; min-height: 100px; position: relative; }
.link-video, .link-video:hover { text-decoration: none; }
.link-video span { cursor: pointer; }
.link-video .btn-media { background-image: url("../gfx/btn/btn-video.png"); }
.link-video.small .btn-media { background-image: url("../gfx/btn/btn-video-small.png"); }
.link-video.smallest .btn-media, .smallest > .link-video .btn-media { background-image: url("../gfx/btn/btn-video-smallest.png"); }
/* Media - Desciprions */
.desc, .desc-bottom { background: #000; background: rgba(0,0,0,.7); border-radius: 5px; display: inline-block; position: absolute; text-decoration: none; }
a .desc, a .desc-bottom { cursor: pointer; }
.desc { padding: 5px; right: 5px; top: 5px; }
.desc .ico { margin-left: 0; }
.desc .counter { color: #fff; display: none; padding: 0 5px 0 0; }
a:hover .desc .counter { display: inline; }
.desc-bottom { bottom: 0; color: #fff; display: none; font-weight: bold; left: 0; text-align: center; width: 100%; }
.desc-bottom.visible, a:hover .desc-bottom { display: block; }
.desc-bottom span { display: block; padding: 5px; }
.desc-bottom .desc span.ico { display: inline-block; padding: 0; }
.desc-bottom strong { display: inline-block; padding: 3px 5px; }
.desc-bottom .date, .desc-bottom .category { display: block; font-size: .85em; font-weight: normal; line-height: 1.4em; padding: 0 5px; }
.desc-bottom .date { color: #b3b3b3; }
.desc-bottom .category { padding-top: 2px; }
.desc-bottom .text { font-weight: normal; height: 54px; display: block; margin: 1px 0 10px; opacity: 0; overflow: hidden; padding: 0 10px; }
a:hover .desc-bottom .text { opacity: 1; }
.link-video .desc-bottom { display: block; max-height: 31px; overflow: hidden; text-align: left; }
.link-video .desc-bottom strong { /*
    height: 18px;
     */
    overflow: hidden; max-height: 36px; padding: 9px 10px 0; /*
    text-overflow: ellipsis;
    white-space: nowrap;
    */
    width: 93%; }
.link-video:hover .desc-bottom { max-height: 106px; }
.link-video:hover .desc-bottom.with-caption + .btn-media { margin-top: -83px; }
.link-video.small:hover .desc-bottom + .btn-media, .gallery-big .gallery-miniatures li.active .btn-media { margin-top: -35px; }
/* List Media */
.list.media li, .list.media li { margin: 0 0 15px 0; position: relative; }
.list.media img, .list.media img { border-radius: 5px; display: block; width: 100%; }
/* One Col (like Promoted Videos) */
.list.media.cols-one li { margin: .75em 0; }
.list.media.cols-one li:first-child { margin-top: 0; }
/* Two Cols (like Popular Videos) */
.list.media.cols-two { padding: 15px 0; }
.list.media.cols-two { left: -2%; margin-right: -2%; position: relative; }
.list.media.cols-two li { margin-left: 2%; width: 48%; }
.list.cols-two.media .desc-bottom { border-radius: 0 0 5px 5px; text-align: left; }
.section-live .list.cols-two.media.separated .desc-bottom { font-size: .8em; }
/* Three Cols (like Similar Galleries) */
.list.media.cols-three { position: relative; left: -2%; margin: 0 -2% 0 0;  *overflow: hidden;
}
.list.media.cols-three > li { float: left; margin-left: 2% !important; width: 31.3%; }
.list.media.cols-three .desc-bottom { text-align: left; }
.ie7 + .site .list.media.cols-two, .ie7 + .site .list.media.cols-three { overflow: hidden; }
/* ASIDE Galleries */
.aside .list.cols-two.media { left: auto; margin-right: 0; position: static; }
.aside .list.cols-two.media li { margin-left: 0; width: 50%; }
.aside .list.cols-two.media li, .aside .list.cols-two.media img { height: 130px; }
.aside .list.cols-three.media li, .aside .list.cols-three.media img { height: 141px; }
.aside .list.cols-two.media li:nth-child(2n+1) img, .aside .list.cols-two.media li:nth-child(2n+1) .desc-bottom { border-radius: 5px 0 0 5px; }
.aside .list.cols-two.media li:nth-child(2n) img, .aside .list.cols-two.media li:nth-child(2n) .desc-bottom { border-radius: 0 5px 5px 0; }
/* --------------------------
   Opinions
 * --------------------------- */
  /* List Opinions */
.list-opinions { left: -6px; margin: 0 -6px 0 0; position: relative; }
.list-opinions > li { float: left; height: 199px; margin-left: 6px;  *margin-left: 4px;
overflow: hidden; padding: 0; width: 325px; }
.list-opinions .entry h4 { font-size: 1.4em; max-height: 46px; overflow: hidden; }
.list-opinions .entry, .list-opinions .entry + .entry { background: none; margin-top: 18px; padding: 0; }
.list-opinions > li.promo { float: none; height: auto; margin-top: 0; width: 100%; }
.list-opinions > li.promo.entry h4 { max-height: 136px; }
.list-opinions > li.promo .entry-body p { margin: .5em 0 1.5em; }
.list-opinions .entry .entry-meta { height: auto; }
.list-opinions .entry .entry-meta { height: auto; }
.list-opinions .entry .entry-meta p { height: auto; width: 70%; }
.list-opinions .entry .entry-meta p +p { height: auto; width: 30%; }
/* List Experts */
.list-experts { padding: 15px 10px 0; }
.list-experts > li { border-top: 1px solid #e5e5e5; padding: 1.5em 0; }
.list-experts > li:first-child { border-top: 0; padding-top: .1em; }
.list-experts a, .list-experts a:hover { display: block; text-decoration: none; }
.list-experts h4, .list-experts p { margin: 0 0 0 92px; }
.list-experts h4 { color: #004087; }
.list-experts p { color: #626262; padding-top: .1em; }
.list-experts img { border-radius: 5px; float: left; padding: .2em 0 0; }
.list-experts a:hover h4 { text-decoration: underline; }
/* --------------------------
   Search
 * --------------------------- */
.section-search > .section-header { margin-bottom: 1em; }
/* Search Form */
.section-search .form-search { background: url("../gfx/bg/search-bg.png") 0 0 no-repeat; height: 48px; margin: 0 0 -1px; width: 384px; }
.section-search .form-search input[type="text"] { background: transparent; border: 0; color: #707070; float: left; font-size: 1.2em; font-weight: bold; padding: 13px; width: 300px; }
.section-search .form-search input[type="text"]:focus { color: #505050; }
.section-search .form-search input[type="image"] { float: right; margin: 13px 15px 0 0; }
/* Search Results */
.section-search .entry + .entry { background-image: url("../gfx/bg/entry-sep-wide.png"); }
.section-search .entry-person-player { position: relative; }
.section-search .entry-person-player h4 { font-size: 2.3em; }
.section-search .entry-person-player .entry-body { font-size: 1.5em; padding-bottom: 2.2em; }
.section-search .entry-person-player .sticky-bottom .entry-fb { margin-top: 1.3em; }
.section-search .entry-more { height: 30px; line-height: 30px; }
.section-search .no-results { padding-top: 150px; color: #999; font-weight: bold; text-align: center; }
/* --------------------------
   Person
 * --------------------------- */
.box-profile { margin: 0 0 1em; position: relative; }
.box-profile .profile-photo { float: left; margin: .2em 2em .5em 0; }
.box-profile .profile-photo img { border-radius: 5px; display: block; }
.box-profile .profile-body { font-size: 1.15em; }
.box-profile .profile-body p:first-child { margin-top: 0; }
.box-profile .profile-bottom { margin: 20px 0 0; width: 393px; height: 53px }
.box-profile .profile-bottom h6 { font-size: 1.2em; margin: .2em 0; }
.box-profile .profile-bottom + .profile-body { padding-bottom: 30px; min-height: 50px; }
/*
   Expert
 */
.box-profile.expert { margin: 0; }
/*
   Player
 */
.box-profile .bar-blue { border-radius: 5px; color: #fff; font-size: 1.3em; margin: 1em 0; }
.box-profile .bar-blue, .profile-info { height: 48px; }
.profile-info li { float: left; line-height: 48px; }
.profile-info li + li { margin-left: 21px; }
/* Awards */
.box-awards .box-header { border-radius: 5px; margin: 1.3em 0 0; }
.box-awards .box-header h3 { color: #fff; }
.box-awards .box-body { padding: 0; }
.list-awards li { background: url("../gfx/bg/li-transmissions.png") repeat-x 0 0; clear: both; margin: 0; padding: .5em 1.7em; }
.list-awards h4 { color: #000; font-size: 1.5em; font-weight: normal; margin: .1em 0; }
.list-awards p { color: #3c3c3c; margin: .4em 0; }
.list-awards .right { padding: 0 0 0 10px; text-align: right; }
.list-awards .year { display: block; margin: 0 0 .4em; }
/* Soon Events */
.box-soonevents .box-body { padding: 0; }
.table-soonevents td { border-top: 1px solid #e7e7e7; padding: 6px 0; }
.table-soonevents tr:first-child td { border-top: 0; }
.table-soonevents .cell-info { color: #000; width: 130px; }
.table-soonevents .cell-event { font-size: 1.2em; font-weight: bold; }
/* Entries Columns */
.box-entries > .columns { padding: 1em 0 0; }
.box-entries .cols-two { left: -2%; margin-right: -2%; position: relative; }
.box-entries .cols-two > .column { margin-left: 2%; width: 48%; }
.ie7 + .site .box-entries .cols-two { left: -13px; margin-right: -13px; }
.ie7 + .site .box-entries .cols-two > .column { margin-left: 13px; width: 322px; }
/* --------------------------
   VOD
 * --------------------------- */
.bg-grey .gallery-slider .gallery-miniatures li .link-video:hover .desc-bottom + .btn-media { margin-top: -63px; }
.bg-grey .box-videos { padding: 10px 0; }
.bg-grey .box-videos .box-body { background: #fff; border-radius: 5px; padding: 3px; }
.bg-grey .box-videos .gallery-big, .bg-grey .box-videos .gallery-big .gallery-miniatures-items, .bg-grey .box-videos .gallery-big .gallery-miniatures { width: 992px; }
.bg-grey .box-videos .gallery-slider .track { width: 988px; }
.bg-grey .box-videos .gallery-slider .track .bg { width: 984px; }
.box-wide .list.media.cols-two { padding: 8px 0; }
/* List VOD Aside */
.list-vod-mostviewed li { position:relative; }
.list-vod-mostviewed .counter { color:#525252; float:left; font-size:1.7em; font-weight:bold; margin:1.8em 0 0; text-align:right; width:23px; position:absolute; }
.list-vod-mostviewed .entry { margin-left: 28px; }
.list-vod-mostviewed .smallest { clear:both; display:block; }
.list-vod-mostviewed .entry .entry-meta { height: auto; overflow: visible; }
.list-vod-mostviewed .entry .entry-meta p { height: auto; overflow: visible; width: 65%; }
.list-vod-mostviewed .entry .entry-meta p + p { width: 35%; }
.list-vod-mostviewed .link-video { float: left; height: 61px; margin: .3em 0; min-height: 61px; width: 93px; }
.list-vod-mostviewed .link-video img { border-radius: 5px; margin: 0; }
.list-vod-mostviewed h4 { margin: .25em 0 0 100px; min-height: 63px; }
/* ----------------------------------------------------------------
    6. EDITOR CONTENT
 * ---------------------------------------------------------------- */
.editor-content > p, .editor-content > ol, .editor-content > ul { font-size: 1.1em; line-height: 1.5em; margin: 1.375em 0; }
.editor-content > ul > li { list-style-type: disc; margin-left: 20px; }
/* ----------------------------------------------------------------
    6. CLEARFIX
 * ---------------------------------------------------------------- */
.box .box-header:before, .box .box-header:after, .cf:before, .cf:after, .columns:before, .columns:after, .container:before, .container:after, .entry:before, .entry:after, .form:before, .form:after, .form .element:before, .form .element:after, .header > div:before, .header > div:after, .inline-two:before, .inline-two:after, .list-articles li:before, .list-articles li:after, .list-media:before, .list-media:after, .list-tabs:before, .list-tabs:after, .main-container:before, .main-container:after, .pagination:before, .pagination:after, .section-header:before, .section-header:after, .section-live .section-body:before, .section-live .section-body:after, .section:before, .section:after { content: ""; display: table; }
.box .box-header:after, .cf:after, .columns:after, .container:after, .entry:after, .form:after, .form .element:after, .header > div:after, .inline-two:after, .list-media:after, .list-tabs:after, .main-container:after, .pagination:after, .section-header:after, .section-live .section-body:after, .section:after { clear: both; }
.box .box-header, .cf, .columns, .container, .entry, .form, .form .element, .header > div, .inline-two, .list-media, .list-tabs, .main-container, .pagination, .section-header, .section-live .section-body, .section { zoom: 1; }
/* ----------------------------------------------------------------
    7. JS PLUGINS OVERRIDES
 * ---------------------------------------------------------------- */
 a img,  a.ico, .logo img, .list-logos a img, .promo-box .image a img, .entry > a > img, .entry-object .link-photo img, .rss, .pagination .ico-calendar, .footer .column, .ui-datepicker-trigger { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.desc-bottom { -webkit-transition: max-height 0.3s ease-in-out; -moz-transition: max-height 0.3s ease-in-out; -o-transition: max-height 0.3s ease-in-out; -ms-transition: max-height 0.3s ease-in-out; transition: max-height 0.3s ease-in-out; }
.desc-bottom + .btn-media { -webkit-transition: margin-top 0.3s ease-in-out; -moz-transition: margin-top 0.3s ease-in-out; -o-transition: margin-top 0.3s ease-in-out; -ms-transition: margin-top 0.3s ease-in-out; transition: margin-top 0.3s ease-in-out; }
a .desc-bottom .text { -webkit-transition: opacity 0.3s ease-in-out; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; -ms-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
a:hover img,  a.ico:hover, .logo:hover img, .list-logos a:hover img, .promo-box .image a:hover img, .entry > a:hover > img, .entry-object .link-photo:hover img, .rss:hover, .pagination .ico-calendar:hover, .ui-datepicker-trigger:hover { opacity: .8; }
.gallery-item a:hover img {opacity: 1 !important; cursor: default !important}
.skew { -ms-transform:skew(-12deg, 0); -moz-transform:skew(-12deg, 0); -webkit-transform:skew(-12deg, 0); -o-transform:skew(-12deg, 0); transform:skew(-12deg, 0); }
.skew > .skew-inner { -ms-transform:skew(12deg, 0); -moz-transform:skew(12deg, 0); -webkit-transform:skew(12deg, 0); -o-transform:skew(12deg, 0); transform:skew(12deg, 0); }
/* ----------------------------------------------------------------
    8. EXTERNAL
 * ---------------------------------------------------------------- */
/* EXTERNAL TVP Nav */
.top > .wrapper { width: 948px; }
.tvpTopNavVortal { background: url("../gfx/bg/tn_bg.png") repeat-x scroll 0 0 transparent; height: 30px; margin: 0 0 5px; overflow: hidden; }
.tvpTopNavVortal a { background: url("../gfx/bg/tn_i.png") no-repeat scroll right top transparent; color: #FFFFFF !important; display: block; float: left; font-size: 12px; height: 30px; line-height: 25px; padding: 0 32px 0 33px; }
.tvpTopNavVortal a.act { background: url("../gfx/bg/tn_act.png") no-repeat scroll center top transparent; }
.tvpTopNavVortal a.last { background: none repeat scroll 0 0 transparent; }
.tvpTopNavVortal a:hover { color: #CCCCCC !important; text-decoration: underline; }
/* ----------------------------------------------------------------
    9. Screening styles
 * ---------------------------------------------------------------- */

body.screening .site .header .header-inner, body.screening .site .main-container .bg-grey { margin: 0 auto; max-width: 1060px; }
.roller-container .roller-content { left: 50%; margin: 0 0 0 -530px; max-width: 1060px; padding: 0 0 81px; }
body.screening .site .main-container .bg-grey, .roller-container .roller-content { background: #fff; }
body.screening .site .content-area .wrapper { padding: 0 32px; }
body.screening .roller-sliding > .inner { margin: 0 auto; padding-top: 10px; width: 1060px; }
body.screening .bottom-container { background: #fff; }
body.screening .footer { background-color: #fff; padding: 15px 0 0; }
body.screening .container { padding: 0; }
.fixa:before, .fixa:after, .fixb:before, .fixb:after { content:""; display:table; }
.fixa:after, .fixb:before { clear:both; }
.clr:before, .clr:after { content:""; display:table; }
.clr:after { clear:both; }
.clr { clear:both; zoom:1; }

.beta-sport {
	background: #e1e1e1 none;
	padding: 5px 0px 18px;
}

.beta-sport a {
	display: block;
	border: solid 1px #e78225;
	background-color: #e78225;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
	-webkit-opacity: 0.5;
	filter: alpha(opacity=50);
    transition: all 500ms linear; 
	-moz-transition: all 500ms linear; 
	-webkit-transition: all 500ms linear; 
    -o-transition: all 500ms linear; 
}
.beta-sport	a:hover {
	text-decoration: none;
	opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
