body {
  min-height: 100%;
  font-family: "Geneva", "Tahoma", "Tahoma Normal";
  font-size: 13px;
  color: #333;
}
.hide {
  display: none;
}
strong {
  font-weight: bold;
}
.center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
a {
  text-decoration: none;
}
a:active,
a:focus,
input {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
  background: #fff;
}
div.page {
  height: auto !important;
  min-height: 100%;
}
div.inner {
  width: 960px;
  margin: 0 auto;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
a.loading {
  padding-left: 20px;
  background: url('/image/main/loader.gif') 0 50% no-repeat;
}
a.loading-right {
  padding-right: 20px;
  background: url('/image/main/loader.gif') 100% 50% no-repeat;
}
.bold {
  font-weight: bold;
}
h1.page-title,
h2.page-title,
h3.page-title {
  color: #666666;
  font-family: "Verdana", "Geneva", "Tahoma";
  font-size: 28px;
  line-height: 22px;
  border-bottom: 1px solid #cacaca;
  padding: 10px 0;
  position: relative;
}
h1.page-title div.tools,
h2.page-title div.tools,
h3.page-title div.tools {
  background: #fff;
  position: absolute;
  right: 10px;
  padding: 0 5px;
  top: 60%;
}
h1.page-title div.tools a,
h2.page-title div.tools a,
h3.page-title div.tools a {
  text-transform: uppercase;
  font-size: 12px;
  color: #336699;
  font-family: Arial, Geneva, Tahoma;
  font-weight: bold;
}
h1.page-title div.tools a.with-icon,
h2.page-title div.tools a.with-icon,
h3.page-title div.tools a.with-icon {
  background: url('/image/main/dropdown.png') 100% 50% no-repeat;
  padding-right: 16px;
}
h1.page-title div.tools a:hover,
h2.page-title div.tools a:hover,
h3.page-title div.tools a:hover {
  text-decoration: underline;
}
h1.page-title div.date-added,
h2.page-title div.date-added,
h3.page-title div.date-added {
  color: #999999;
  font-size: 14px;
  float: right;
}
h3.page-title {
  font-size: 18px;
}
h2.blue {
  color: #336699;
  font-size: 20px;
  padding: 20px 0;
}
div.ajax-tools {
  text-align: center;
  padding: 20px 0 10px 0;
}
div.ajax-tools a {
  display: inline-block;
  vertical-align: top;
  color: #666666;
  padding: 6px 40px;
  border: 1px solid #666666;
  border-radius: 4px;
}
div.ajax-tools a.orange {
  color: #eb6a3e;
  border-color: #eb6a3e;
}
div.ajax-tools a:hover {
  text-decoration: underline;
}
div.ajax-tools a.loading-state {
  background-image: url('/image/main/big-loader.gif');
  background-position: 0 0;
  background-repeat: repeat;
}
div.gray-hint {
  font-size: 12px;
  color: #666666;
  padding: 5px;
  background: #f2f2f2;
  margin-top: 20px;
}
p.search-empty {
  padding: 20px 0;
  text-align: center;
}
svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
circle {
  fill: rgba(255,255,255,0.1);
}
header {
  background-color: #ece7e1;
}
header div.head-blocks {
  position: relative;
  height: 87px;
}
header div.head-blocks a.ca-logo {
  position: absolute;
  top: 20px;
  left: 10px;
}
header div.head-blocks form.search {
  background: white;
  border: 1px solid #999999;
  height: 24px;
  width: 401px;
  padding: 0;
  position: absolute;
  left: 240px;
  top: 30px;
}
header div.head-blocks form.search input {
  border: none;
  background: transparent;
  width: 352px;
  padding: 3px 10px;
  color: #999999;
}
header div.head-blocks form.search button {
  width: 24px;
  height: 24px;
  vertical-align: top;
  border: none;
  background: transparent url('/image/main/search.png') 0 0 no-repeat;
  cursor: pointer;
}
header div.head-blocks div.language-switch {
  position: absolute;
  left: 700px;
  top: 36px;
  z-index: 1000;
}
header div.head-blocks div.language-switch div.language-inner {
  position: relative;
}
header div.head-blocks div.language-switch div.language-inner a {
  color: #666666;
  text-decoration: none;
  font-size: 13px;
}
header div.head-blocks div.language-switch div.language-inner a.language-current:hover {
  text-decoration: none;
}
header div.head-blocks div.language-switch div.language-inner a:hover {
  text-decoration: underline;
}
header div.head-blocks div.language-switch div.language-inner li {
  padding: 3px 0;
}
header div.head-blocks div.language-switch div.language-inner li.separator {
  color: #999999;
  padding-bottom: 5px;
}
header div.head-blocks div.language-switch div.language-inner li.inactive {
  border-bottom: 1px solid #999999;
  padding-bottom: 5px;
}
header div.head-blocks div.language-switch div.language-inner li.inactive a:hover {
  text-decoration: none;
}
header div.head-blocks div.language-switch div.language-inner div.language-dropdown {
  position: absolute;
  width: 100px;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  left: -11px;
  top: -14px;
  background: #fff;
  display: none;
  -webkit-box-shadow: 0px 0px 5px 0px #9b9b9b;
  -moz-box-shadow: 0px 0px 5px 0px #9b9b9b;
  box-shadow: 0px 0px 5px 0px #9b9b9b;
}
.header-social-container {
  height: 40px;
  position: relative;
}
.header-social-container .header-social {
  height: 40px;
  background: #26a65b;
}
.header-social-container .header-social .link {
  width: 960px;
  margin: auto;
}
.header-social-container .header-social .link a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 5px;
}
.header-social-container .header-social .link a.facebook {
  background-image: url('/image/social/facebook.png');
  background-size: 30px;
}
.header-social-container .header-social .link a.twitter {
  background-image: url('/image/social/twitter.png');
  background-size: 30px;
}
.header-social-container .header-social .link a.telegram {
  background-image: url('/image/social/telegram.png');
  background-size: 30px;
}
.header-social-container .header-social .link a.instagram {
  background-image: url('/image/social/instagram.png');
  background-size: 30px;
}
div.header-menu-container {
  height: 45px;
  position: relative;
}
div.dropdown-types-menu {
  display: none;
  background-color: #505a68;
  z-index: 1000;
  position: absolute;
  width: 100%;
}
div.dropdown-types-menu.fixed {
  position: fixed;
  top: 45px;
}
div.dropdown-types-menu div.dropdown-types-inner {
  margin: 0 auto;
  width: 960px;
  padding: 20px 0;
  overflow: hidden;
}
div.dropdown-types-menu div.dropdown-types-inner ul.dropdown-types-list li {
  float: left;
  width: 220px;
  padding: 5px 20px 5px 0;
}
div.dropdown-types-menu div.dropdown-types-inner ul.dropdown-types-list li a {
  color: #ccc;
}
div.dropdown-types-menu div.dropdown-types-inner ul.dropdown-types-list li a:hover {
  color: #eb6a3e;
}
div.dropdown-types-menu div.dropdown-types-inner ul.dropdown-types-list li.active a {
  color: #eb6a3e;
  border-bottom: 2px solid #eb6a3e;
}
div.header-menu {
  background-color: #424242;
  height: 45px;
}
div.header-menu.fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}
div.header-menu ul li {
  float: left;
}
div.header-menu ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 5px 12px 5px;
  margin-right: 25px;
}
div.header-menu ul li a.setanta,
div.header-menu ul li a.fifa {
  padding: 0;
}
div.header-menu ul li a.setanta img,
div.header-menu ul li a.fifa img {
  vertical-align: middle;
}
div.header-menu ul li a.setanta {
  margin-right: 35px;
}
div.header-menu ul li a.fifa {
  margin-right: 0;
}
div.header-menu ul li.active a {
  color: #ff6600;
  border-bottom: 3px solid #ff6600;
  padding-bottom: 9px;
}
div.header-menu ul li:hover a {
  background: rgba(255,255,255,0.33);
}
div.header-menu ul li.blue a {
  color: #aed0f2;
  margin-right: 0;
  padding: 11px 0 6px 0;
}
div.footer-guard {
  clear: both;
  height: 90px;
}
div.footer {
  background: #424242;
  height: 70px;
  padding-top: 20px;
  margin-top: -90px;
  color: #f2f2f2;
}
div.footer a {
  color: #f2f2f2;
}
div.footer div.social-networks {
  float: right;
}
div.footer div.social-networks div.text {
  padding-bottom: 5px;
  text-align: right;
}
div.footer div.social-networks div.links a {
  display: inline-block;
  padding: 10px 0 10px 40px;
  background: none 0 50% no-repeat;
  margin-left: 20px;
}
div.footer div.social-networks div.links a.viber {
  background-image: url('/image/social/viberchat.png');
}
div.footer div.social-networks div.links a.facebook {
  background-image: url('/image/social/facebook.png');
}
div.footer div.social-networks div.links a.twitter {
  background-image: url('/image/social/twitter.png');
}
div.footer div.social-networks div.links a.googleplus {
  background-image: url('/image/social/googleplus.png');
}
div.footer div.social-networks div.links a.telegram {
  background-image: url('/image/social/telegram.png');
}
div.footer div.social-networks div.links a.instagram {
  background-image: url('/image/social/instagram.png');
}
div.footer div.copyrights-and-links div.copyrights {
  padding-bottom: 10px;
  position: relative;
}
div.footer div.copyrights-and-links div.copyrights span.agerestrict {
  width: 30px;
  height: 30px;
  background: url('/image/agerestrict.png') no-repeat;
  background-size: 30px;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 150px;
}
div.footer div.copyrights-and-links div.links span {
  margin: 0 15px;
}
div.ads-side {
  padding-top: 10px;
}
div.ads-bottom {
  padding: 20px 0;
}
.flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: url(/image/flags/flags.png) no-repeat;
}
.flag.as-template {
  background-image: url('/image/flags/flags-templates.png');
  height: 16px;
}
.flag.as-group {
  background-image: url('/image/flags/flags-groups.png');
  height: 16px;
}
.flag.as-group.flag-group-2 {
  background-position: 0 0;
}
.flag.as-template.flag-template-525 {
  background-position: -32px 0;
}
.flag.as-template.flag-template-45 {
  background-position: -64px 0;
}
.flag.as-template.flag-template-73 {
  background-position: -48px 0;
}
.flag.as-template.flag-template-42 {
  background-position: -16px 0;
}
.flag.as-template.flag-template-44 {
  background-position: -80px 0;
}
.flag.as-template.flag-template-50 {
  background-position: -96px 0;
}
.flag.flag-ad {
  background-position: -16px 0;
}
.flag.flag-ae,
.flag.flag-ep35 {
  background-position: -32px 0;
}
.flag.flag-af {
  background-position: -48px 0;
}
.flag.flag-ag {
  background-position: -64px 0;
}
.flag.flag-ai {
  background-position: -80px 0;
}
.flag.flag-al {
  background-position: -96px 0;
}
.flag.flag-am {
  background-position: -112px 0;
}
.flag.flag-an {
  background-position: -128px 0;
}
.flag.flag-ao {
  background-position: -144px 0;
}
.flag.flag-ar,
.flag.flag-ep48 {
  background-position: -160px 0;
}
.flag.flag-as {
  background-position: -176px 0;
}
.flag.flag-at {
  background-position: -192px 0;
}
.flag.flag-au,
.flag.flag-ep39 {
  background-position: -208px 0;
}
.flag.flag-aw {
  background-position: -224px 0;
}
.flag.flag-az,
.flag.flag-ep64 {
  background-position: -240px 0;
}
.flag.flag-ba {
  background-position: 0 -11px;
}
.flag.flag-bb {
  background-position: -16px -11px;
}
.flag.flag-bd {
  background-position: -32px -11px;
}
.flag.flag-be {
  background-position: -48px -11px;
}
.flag.flag-bf {
  background-position: -64px -11px;
}
.flag.flag-bg {
  background-position: -80px -11px;
}
.flag.flag-bh,
.flag.flag-ep144 {
  background-position: -96px -11px;
}
.flag.flag-bi {
  background-position: -112px -11px;
}
.flag.flag-bj {
  background-position: -128px -11px;
}
.flag.flag-bm {
  background-position: -144px -11px;
}
.flag.flag-bn {
  background-position: -160px -11px;
}
.flag.flag-bo {
  background-position: -176px -11px;
}
.flag.flag-br,
.flag.flag-ep51 {
  background-position: -192px -11px;
}
.flag.flag-bs {
  background-position: -208px -11px;
}
.flag.flag-bt {
  background-position: -224px -11px;
}
.flag.flag-bv {
  background-position: -240px -11px;
}
.flag.flag-bw {
  background-position: 0 -22px;
}
.flag.flag-by {
  background-position: -16px -22px;
}
.flag.flag-bz {
  background-position: -32px -22px;
}
.flag.flag-ca {
  background-position: -48px -22px;
}
.flag.flag-catalonia {
  background-position: -64px -22px;
}
.flag.flag-cd {
  background-position: -80px -22px;
}
.flag.flag-cf {
  background-position: -96px -22px;
}
.flag.flag-cg {
  background-position: -112px -22px;
}
.flag.flag-ch {
  background-position: -128px -22px;
}
.flag.flag-ci {
  background-position: -144px -22px;
}
.flag.flag-ck {
  background-position: -160px -22px;
}
.flag.flag-cl {
  background-position: -176px -22px;
}
.flag.flag-cm {
  background-position: -192px -22px;
}
.flag.flag-cn,
.flag.flag-ep125 {
  background-position: -208px -22px;
}
.flag.flag-co {
  background-position: -224px -22px;
}
.flag.flag-cr {
  background-position: -240px -22px;
}
.flag.flag-cu {
  background-position: 0 -33px;
}
.flag.flag-cv {
  background-position: -16px -33px;
}
.flag.flag-cw {
  background-position: -32px -33px;
}
.flag.flag-cy {
  background-position: -48px -33px;
}
.flag.flag-cz {
  background-position: -64px -33px;
}
.flag.flag-de,
.flag.flag-ep3 {
  background-position: -80px -33px;
}
.flag.flag-dj {
  background-position: -96px -33px;
}
.flag.flag-dk,
.flag.flag-ep1 {
  background-position: -112px -33px;
}
.flag.flag-dm {
  background-position: -128px -33px;
}
.flag.flag-do {
  background-position: -144px -33px;
}
.flag.flag-dz {
  background-position: -160px -33px;
}
.flag.flag-ec {
  background-position: -176px -33px;
}
.flag.flag-ee {
  background-position: -192px -33px;
}
.flag.flag-eg {
  background-position: -208px -33px;
}
.flag.flag-eh {
  background-position: -224px -33px;
}
.flag.flag-england,
.flag.flag-ep2 {
  background-position: -240px -33px;
}
.flag.flag-er {
  background-position: 0 -44px;
}
.flag.flag-es,
.flag.flag-ep8 {
  background-position: -16px -44px;
}
.flag.flag-et {
  background-position: -32px -44px;
}
.flag.flag-eu,
.flag.flag-ep11 {
  background-position: -48px -44px;
}
.flag.flag-fi {
  background-position: -64px -44px;
}
.flag.flag-fj {
  background-position: -80px -44px;
}
.flag.flag-fk {
  background-position: -96px -44px;
}
.flag.flag-fm {
  background-position: -112px -44px;
}
.flag.flag-fo {
  background-position: -128px -44px;
}
.flag.flag-fr,
.flag.flag-ep5 {
  background-position: -144px -44px;
}
.flag.flag-ga {
  background-position: -160px -44px;
}
.flag.flag-gb {
  background-position: -176px -44px;
}
.flag.flag-gd {
  background-position: -192px -44px;
}
.flag.flag-ge {
  background-position: -208px -44px;
}
.flag.flag-gf {
  background-position: -224px -44px;
}
.flag.flag-gg {
  background-position: -240px -44px;
}
.flag.flag-gh {
  background-position: 0 -55px;
}
.flag.flag-gi {
  background-position: -16px -55px;
}
.flag.flag-gl {
  background-position: -32px -55px;
}
.flag.flag-gm {
  background-position: -48px -55px;
}
.flag.flag-gn {
  background-position: -64px -55px;
}
.flag.flag-gp {
  background-position: -80px -55px;
}
.flag.flag-gq {
  background-position: -96px -55px;
}
.flag.flag-gr {
  background-position: -112px -55px;
}
.flag.flag-gs {
  background-position: -128px -55px;
}
.flag.flag-gt {
  background-position: -144px -55px;
}
.flag.flag-gu {
  background-position: -160px -55px;
}
.flag.flag-gw {
  background-position: -176px -55px;
}
.flag.flag-gy {
  background-position: -192px -55px;
}
.flag.flag-hk {
  background-position: -208px -55px;
}
.flag.flag-hm {
  background-position: -224px -55px;
}
.flag.flag-hn {
  background-position: -240px -55px;
}
.flag.flag-hr,
.flag.flag-ep44 {
  background-position: 0 -66px;
}
.flag.flag-ht {
  background-position: -16px -66px;
}
.flag.flag-hu {
  background-position: -32px -66px;
}
.flag.flag-ic {
  background-position: -48px -66px;
}
.flag.flag-id,
.flag.flag-ep141 {
  background-position: -64px -66px;
}
.flag.flag-ie {
  background-position: -80px -66px;
}
.flag.flag-il {
  background-position: -96px -66px;
}
.flag.flag-im {
  background-position: -112px -66px;
}
.flag.flag-in {
  background-position: -128px -66px;
}
.flag.flag-io {
  background-position: -144px -66px;
}
.flag.flag-iq,
.flag.flag-ep123 {
  background-position: -160px -66px;
}
.flag.flag-ir,
.flag.flag-ep122 {
  background-position: -176px -66px;
}
.flag.flag-is {
  background-position: -192px -66px;
}
.flag.flag-it,
.flag.flag-ep4 {
  background-position: -208px -66px;
}
.flag.flag-je {
  background-position: -224px -66px;
}
.flag.flag-jm {
  background-position: -240px -66px;
}
.flag.flag-jo,
.flag.flag-ep127 {
  background-position: 0 -77px;
}
.flag.flag-jp,
.flag.flag-ep25 {
  background-position: -16px -77px;
}
.flag.flag-ke {
  background-position: -32px -77px;
}
.flag.flag-kg {
  background-position: -48px -77px;
}
.flag.flag-kh {
  background-position: -64px -77px;
}
.flag.flag-ki {
  background-position: -80px -77px;
}
.flag.flag-km {
  background-position: -96px -77px;
}
.flag.flag-kn {
  background-position: -112px -77px;
}
.flag.flag-kp {
  background-position: -128px -77px;
}
.flag.flag-kr,
.flag.flag-ep88 {
  background-position: -144px -77px;
}
.flag.flag-kurdistan {
  background-position: -160px -77px;
}
.flag.flag-kw,
.flag.flag-ep87 {
  background-position: -176px -77px;
}
.flag.flag-ky {
  background-position: -192px -77px;
}
.flag.flag-kz,
.flag.flag-ep129 {
  background-position: -208px -77px;
}
.flag.flag-la {
  background-position: -224px -77px;
}
.flag.flag-lb,
.flag.flag-ep160 {
  background-position: -240px -77px;
}
.flag.flag-lc {
  background-position: 0 -88px;
}
.flag.flag-li {
  background-position: -16px -88px;
}
.flag.flag-lk {
  background-position: -32px -88px;
}
.flag.flag-lr {
  background-position: -48px -88px;
}
.flag.flag-ls {
  background-position: -64px -88px;
}
.flag.flag-lt {
  background-position: -80px -88px;
}
.flag.flag-lu {
  background-position: -96px -88px;
}
.flag.flag-lv {
  background-position: -112px -88px;
}
.flag.flag-ly {
  background-position: -128px -88px;
}
.flag.flag-ma {
  background-position: -144px -88px;
}
.flag.flag-mc {
  background-position: -160px -88px;
}
.flag.flag-md {
  background-position: -176px -88px;
}
.flag.flag-me {
  background-position: -192px -88px;
}
.flag.flag-mg {
  background-position: -208px -88px;
}
.flag.flag-mh {
  background-position: -224px -88px;
}
.flag.flag-mk {
  background-position: -240px -88px;
}
.flag.flag-ml {
  background-position: 0 -99px;
}
.flag.flag-mm {
  background-position: -16px -99px;
}
.flag.flag-mn {
  background-position: -32px -99px;
}
.flag.flag-mo {
  background-position: -48px -99px;
}
.flag.flag-mp {
  background-position: -64px -99px;
}
.flag.flag-mq {
  background-position: -80px -99px;
}
.flag.flag-mr {
  background-position: -96px -99px;
}
.flag.flag-ms {
  background-position: -112px -99px;
}
.flag.flag-mt {
  background-position: -128px -99px;
}
.flag.flag-mu {
  background-position: -144px -99px;
}
.flag.flag-mv {
  background-position: -160px -99px;
}
.flag.flag-mw {
  background-position: -176px -99px;
}
.flag.flag-mx {
  background-position: -192px -99px;
}
.flag.flag-my,
.flag.flag-ep89 {
  background-position: -208px -99px;
}
.flag.flag-mz {
  background-position: -224px -99px;
}
.flag.flag-na {
  background-position: -240px -99px;
}
.flag.flag-nc {
  background-position: 0 -110px;
}
.flag.flag-ne {
  background-position: -16px -110px;
}
.flag.flag-nf {
  background-position: -32px -110px;
}
.flag.flag-ng {
  background-position: -48px -110px;
}
.flag.flag-ni {
  background-position: -64px -110px;
}
.flag.flag-nl,
.flag.flag-ep9 {
  background-position: -80px -110px;
}
.flag.flag-no {
  background-position: -96px -110px;
}
.flag.flag-np {
  background-position: -112px -110px;
}
.flag.flag-nr {
  background-position: -128px -110px;
}
.flag.flag-nu {
  background-position: -144px -110px;
}
.flag.flag-nz {
  background-position: -160px -110px;
}
.flag.flag-om {
  background-position: -176px -110px;
}
.flag.flag-pa {
  background-position: -192px -110px;
}
.flag.flag-pe {
  background-position: -208px -110px;
}
.flag.flag-pf {
  background-position: -224px -110px;
}
.flag.flag-pg {
  background-position: -240px -110px;
}
.flag.flag-ph {
  background-position: 0 -121px;
}
.flag.flag-pk {
  background-position: -16px -121px;
}
.flag.flag-pl {
  background-position: -32px -121px;
}
.flag.flag-pm {
  background-position: -48px -121px;
}
.flag.flag-pn {
  background-position: -64px -121px;
}
.flag.flag-pr {
  background-position: -80px -121px;
}
.flag.flag-ps {
  background-position: -96px -121px;
}
.flag.flag-pt,
.flag.flag-ep12 {
  background-position: -112px -121px;
}
.flag.flag-pw {
  background-position: -128px -121px;
}
.flag.flag-py {
  background-position: -144px -121px;
}
.flag.flag-qa,
.flag.flag-ep91 {
  background-position: -160px -121px;
}
.flag.flag-re {
  background-position: -176px -121px;
}
.flag.flag-ro {
  background-position: -192px -121px;
}
.flag.flag-rs,
.flag.flag-ep20 {
  background-position: -208px -121px;
}
.flag.flag-ru,
.flag.flag-ep22 {
  background-position: -224px -121px;
}
.flag.flag-rw {
  background-position: -240px -121px;
}
.flag.flag-sa,
.flag.flag-ep63 {
  background-position: 0 -132px;
}
.flag.flag-sb {
  background-position: -16px -132px;
}
.flag.flag-sc {
  background-position: -32px -132px;
}
.flag.flag-scotland {
  background-position: -48px -132px;
}
.flag.flag-sd {
  background-position: -64px -132px;
}
.flag.flag-se {
  background-position: -80px -132px;
}
.flag.flag-sg {
  background-position: -96px -132px;
}
.flag.flag-sh {
  background-position: -112px -132px;
}
.flag.flag-si {
  background-position: -128px -132px;
}
.flag.flag-sk {
  background-position: -144px -132px;
}
.flag.flag-sl {
  background-position: -160px -132px;
}
.flag.flag-sm {
  background-position: -176px -132px;
}
.flag.flag-sn {
  background-position: -192px -132px;
}
.flag.flag-so {
  background-position: -208px -132px;
}
.flag.flag-somaliland {
  background-position: -224px -132px;
}
.flag.flag-sr {
  background-position: -240px -132px;
}
.flag.flag-ss {
  background-position: 0 -143px;
}
.flag.flag-st {
  background-position: -16px -143px;
}
.flag.flag-sv {
  background-position: -32px -143px;
}
.flag.flag-sx {
  background-position: -48px -143px;
}
.flag.flag-sy {
  background-position: -64px -143px;
}
.flag.flag-sz {
  background-position: -80px -143px;
}
.flag.flag-tc {
  background-position: -96px -143px;
}
.flag.flag-td {
  background-position: -112px -143px;
}
.flag.flag-tf {
  background-position: -128px -143px;
}
.flag.flag-tg {
  background-position: -144px -143px;
}
.flag.flag-th,
.flag.flag-ep50 {
  background-position: -160px -143px;
}
.flag.flag-tj {
  background-position: -176px -143px;
}
.flag.flag-tk {
  background-position: -192px -143px;
}
.flag.flag-tl {
  background-position: -208px -143px;
}
.flag.flag-tm {
  background-position: -224px -143px;
}
.flag.flag-tn {
  background-position: -240px -143px;
}
.flag.flag-to {
  background-position: 0 -154px;
}
.flag.flag-tr,
.flag.flag-ep13 {
  background-position: -16px -154px;
}
.flag.flag-tt {
  background-position: -32px -154px;
}
.flag.flag-tv {
  background-position: -48px -154px;
}
.flag.flag-tw {
  background-position: -64px -154px;
}
.flag.flag-tz {
  background-position: -80px -154px;
}
.flag.flag-ua,
.flag.flag-ep53 {
  background-position: -96px -154px;
}
.flag.flag-ug {
  background-position: -112px -154px;
}
.flag.flag-um {
  background-position: -128px -154px;
}
.flag.flag-us,
.flag.flag-ep16 {
  background-position: -144px -154px;
}
.flag.flag-uy {
  background-position: -160px -154px;
}
.flag.flag-uz,
.flag.flag-cs1000001 {
  background-position: -176px -154px;
}
.flag.flag-va {
  background-position: -192px -154px;
}
.flag.flag-vc {
  background-position: -208px -154px;
}
.flag.flag-ve {
  background-position: -224px -154px;
}
.flag.flag-vg {
  background-position: -240px -154px;
}
.flag.flag-vi {
  background-position: 0 -165px;
}
.flag.flag-vn,
.flag.flag-ep155 {
  background-position: -16px -165px;
}
.flag.flag-vu {
  background-position: -32px -165px;
}
.flag.flag-wales {
  background-position: -48px -165px;
}
.flag.flag-wf {
  background-position: -64px -165px;
}
.flag.flag-ws {
  background-position: -80px -165px;
}
.flag.flag-ye {
  background-position: -96px -165px;
}
.flag.flag-yt {
  background-position: -112px -165px;
}
.flag.flag-za {
  background-position: -128px -165px;
}
.flag.flag-zanzibar {
  background-position: -144px -165px;
}
.flag.flag-zm {
  background-position: -160px -165px;
}
.flag.flag-zw {
  background-position: -176px -165px;
}
div.content {
  padding: 20px 270px 30px 10px;
  overflow: hidden;
}
div.content div.right-panel {
  width: 240px;
  float: right;
  margin-right: -260px;
  padding-top: 10px;
}
div.content span.typeNew {
  border-radius: 20px;
  background: #eee;
  padding: 0 10px;
  color: green;
  margin-right: 10px;
  font-size: 14px;
}
div.page.branding {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
}
div.page.branding header {
  padding-top: 20px;
}
body.alternative header,
body.alternative div.best-weekly,
body.alternative div.filter-switch a {
  background: #fff;
}
body.alternative div.header-menu,
body.alternative div.league-tables table th,
body.alternative div.footer,
body.alternative div.filter-switch,
body.alternative div.stats-tab-switch a,
body.alternative div.match-center-list div.tourney-name,
body.alternative table.games-table a.load-incidents,
body.alternative div.transfers-block div.transfer-team-name div {
  background: #26a65b;
}
body.alternative div.latest-news p.widget-head,
body.alternative div.widget .head {
  background: #4d5764;
}
body.alternative h1.page-title,
body.alternative h2.page-title,
body.alternative h3.page-title {
  color: #6C7A89;
}
body.alternative div.stats-tab-switch a.active {
  background: #fd7d28;
}
body.alternative div.filter-switch a.active {
  background: #FFFFFF;
}
body.alternative div.header-menu ul li.active a {
  border-color: #E8F5E9;
  color: #E8F5E9;
}
div.best-weekly {
  height: 350px;
  background: #ece7e1;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.best-weekly p.heading {
  color: #666666;
  font-family: "Verdana", "Geneva", "Tahoma";
  font-size: 20px;
  margin-bottom: 15px;
}
div.best-weekly div.list div.news-item {
  width: 220px;
  float: left;
  margin-right: 20px;
}
div.best-weekly div.list div.news-item img {
  margin-bottom: 10px;
}
div.best-weekly div.list div.news-item a {
  color: #336699;
  font-size: 14px;
  display: block;
  padding: 5px 0 10px 0;
}
div.widget .head {
  text-align: center;
  display: block;
  background: #666666;
  color: #fff;
  font-family: "Verdana", "Geneva", "Tahoma";
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0;
}
div.widget a.row,
div.widget div.row {
  color: #333;
  background: #f2f2f2;
  border-top: 1px solid #fff;
  padding: 3px 0;
  display: block;
}
div.widget a.row.highlight,
div.widget div.row.highlight {
  background-color: #fee5e1;
  position: relative;
}
div.widget a.row.highlight img.highlight,
div.widget div.row.highlight img.highlight {
  position: absolute;
  top: -12px;
  left: 0;
}
div.widget a.row.button,
div.widget div.row.button {
  text-align: center;
  padding: 10px 0;
}
div.widget a.row.button a,
div.widget div.row.button a {
  color: #005392;
  font-size: 11px;
}
div.widget a.row.button a:hover,
div.widget div.row.button a:hover {
  text-decoration: underline;
}
div.widget a.row.with-icon,
div.widget div.row.with-icon {
  padding-left: 46px;
}
div.widget a.row.with-icon div.icon,
div.widget div.row.with-icon div.icon {
  width: 46px;
  line-height: 11px;
  font-size: 11px;
  float: left;
  margin-left: -46px;
  text-align: center;
  padding-top: 13px;
}
div.widget a.row div.score-cell,
div.widget div.row div.score-cell {
  overflow: hidden;
  padding-right: 50px;
  text-align: right;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 17px;
}
div.widget a.row div.score-cell.separator,
div.widget div.row div.score-cell.separator {
  height: 5px;
}
div.widget a.row div.score-cell img,
div.widget div.row div.score-cell img {
  vertical-align: middle;
}
div.widget a.row div.score-cell div.score,
div.widget div.row div.score-cell div.score {
  float: right;
  margin-right: -50px;
  text-align: center;
  width: 30px;
}
div.widget a.row div.score-cell div.score.separator,
div.widget div.row div.score-cell div.score.separator {
  line-height: 5px;
}
div.widget a.row div.score-cell div.logo,
div.widget div.row div.score-cell div.logo {
  float: right;
  margin-right: -20px;
  width: 20px;
}
div.widget a.row:hover {
  background: #cacaca;
}
div.selectors select {
  width: 100%;
  height: 25px;
  font-size: 14px;
  margin-top: 10px;
}
p.widget-head {
  font-family: "Verdana", "Geneva", "Tahoma";
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 5px;
}
p.widget-head.white-bordered {
  border-bottom: 2px solid #cacaca;
}
div.recommended-news {
  border: 1px solid #ff6600;
  padding: 14px;
  margin-top: 20px;
}
div.recommended-news div.head {
  font-family: "Verdana", "Geneva", "Tahoma";
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  background: url('/image/main/recommended-header.png') 50% 100% no-repeat;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
div.recommended-news a.item {
  display: block;
  font-size: 11px;
  color: #333;
  margin-top: 15px;
}
div.recommended-news a.item:first-child {
  margin-top: 0;
}
div.recommended-news a.item img {
  width: 100%;
}
div.recommended-news a.item div.summary {
  padding: 5px 60px 5px 0;
  position: relative;
}
div.recommended-news a.item div.summary span.comments-count {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
}
div.recommended-news a.item div.summary span.views-count {
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
}
span.comments-count,
span.views-count {
  display: inline-block;
  color: #ff6600;
  line-height: 16px;
  font-size: 14px;
  padding-left: 30px;
  vertical-align: middle;
}
span.comments-count.mini,
span.views-count.mini {
  font-size: 11px;
  background-position: 5px 50%;
  padding-left: 20px;
}
span.comments-count.mini.text-big,
span.views-count.mini.text-big {
  font-size: 14px;
}
div.league-tables {
  overflow: hidden;
}
div.league-tables table {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
}
div.league-tables table td,
div.league-tables table th {
  border-collapse: collapse;
  border: 1px solid #fff;
  background: #f2f2f2;
  color: #333;
}
div.league-tables table td.short,
div.league-tables table th.short {
  width: 32px;
  text-align: center;
}
div.league-tables table td.title,
div.league-tables table th.title {
  padding: 4px 9px;
}
div.league-tables table td.title div,
div.league-tables table th.title div {
  width: 132px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.league-tables table th {
  background: #666666;
  color: #fff;
}
div.league-tables table th.title {
  padding: 7px 9px;
}
div.league-tables table tfoot td {
  padding: 7px 9px;
  text-align: center;
}
div.league-tables table tfoot td a {
  font-size: 11px;
  color: #005392;
}
div.league-tables table tfoot td a:hover {
  text-decoration: underline;
}
div.league-tables div#league-tables-widget {
  position: relative;
}
div.loading-screen {
  background: #f5f5f5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  display: none;
}
div.team-news div.buttons {
  text-align: center;
  padding: 10px 0 0 0;
}
div.team-news div.buttons button {
  color: #ffffff;
  font-size: 12px;
  border: none;
  background: #ff9900;
  border-radius: 4px;
  padding: 5px 20px;
}
div.team-news div.change-team {
  border-top: 1px solid #cccccc;
  text-align: center;
  margin-top: 10px;
  padding: 10px 0;
}
div.team-news div.change-team a {
  color: #336699;
  font-size: 11px;
}
div.team-news div.change-team a:hover {
  text-decoration: underline;
}
div.widget-list div.inside {
  padding: 5px 5px 0 5px;
  background: #f2f2f2;
}
div.widget-list div.inside.no-bg {
  background: transparent;
}
div.widget-next-games {
  margin-top: 10px;
  background: #f2f2f2;
  overflow: hidden;
}
div.widget-next-games a.row {
  float: left;
  width: 193px;
  border-left: 1px solid #fff;
}
div.widget-next-games div.head {
  display: none;
}
div.widget-next-games div.row.button {
  border-top: 1px solid #fff;
  padding-top: 5px;
  clear: both;
}
div.pager-container {
  text-align: center;
  padding-top: 20px;
}
div.pager-container div.pagination {
  display: inline-block;
  vertical-align: top;
  background: #666666;
  padding: 9px;
  border-radius: 15px;
}
div.pager-container div.pagination div.counter {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  text-align: center;
  padding: 0 25px;
}
div.pager-container div.pagination div.next,
div.pager-container div.pagination div.prev {
  display: inline-block;
}
div.pager-container div.pagination div.next a,
div.pager-container div.pagination div.prev a,
div.pager-container div.pagination div.next span,
div.pager-container div.pagination div.prev span {
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  border-style: solid;
  font-size: 0;
}
div.pager-container div.pagination div.prev a,
div.pager-container div.pagination div.prev span {
  border-width: 8px 16px 8px 0;
  border-color: transparent #ffffff transparent transparent;
}
div.pager-container div.pagination div.prev span {
  border-color: transparent #999999 transparent transparent;
}
div.pager-container div.pagination div.next a,
div.pager-container div.pagination div.next span {
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #ffffff;
}
div.pager-container div.pagination div.next span {
  border-color: transparent transparent transparent #999999;
}
ul.pagination {
  display: block;
  overflow: hidden;
}
ul.pagination li {
  display: block;
  float: left;
  border: 1px solid #dddddd;
  margin-left: 2px;
  text-align: center;
  border-radius: 5px;
}
ul.pagination li.active a {
  background: #f2f2f2;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background: -o-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,#f2f2f2 0%,#ffffff 100%);
  background: linear-gradient(to bottom,#f2f2f2 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#ffffff',GradientType=0);
}
ul.pagination li span,
ul.pagination li a {
  display: block;
  width: 30px;
  height: 25px;
  padding-top: 5px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f2f2f2));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
}
ul.pagination li span {
  color: #dddddd;
}
ul.pagination li a {
  color: #575e66;
}
div.rating {
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid #cacaca;
  margin-top: 15px;
  padding-top: 15px;
}
div.rating a {
  background: url('/image/main/sprites/rating/sprite.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
div.rating a.plus {
  background-position: 0px 0px;
}
div.rating a.plus:hover {
  background-position: -32px 0;
}
div.rating a.minus {
  background-position: -16px 0px;
}
div.rating a.minus:hover {
  background-position: -48px 0;
}
div.rating span {
  border-radius: 4px;
  padding: 2px 5px;
  vertical-align: top;
}
div.rating span.positive {
  color: #008000;
}
div.rating span.negative {
  color: #b94a48;
}
div.rating span.error-message {
  text-transform: none;
  color: #b94a48;
  font-size: 11px;
}
div.share-box {
  overflow: hidden;
  padding: 15px 0 15px 371px;
  font-size: 12px;
}
div.share-box div.buttons {
  float: right;
  padding-top: 10px;
}
div.share-box a {
  background: url('/image/main/sprites/sharebox/sprite.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
div.share-box a.facebook {
  background-position: 0px 0px;
}
div.share-box a.twitter {
  background-position: -20px 0px;
}
div.share-box a.vkontakte {
  background-position: -40px 0px;
}
div.share-box a.odnoklassniki {
  background-position: -60px 0px;
}
div.share-box span.counter {
  background: #e4e4e4 url('/image/main/sprites/sharebox/corners.png') 0 0 no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 5px 2px 10px;
  width: 27px;
  text-align: center;
}
div.share-box div.notice {
  width: 341px;
  float: left;
  margin-left: -371px;
  padding: 4px 20px 4px 10px;
  background: url('/image/main/sprites/sharebox/notice.png') 0 0 no-repeat;
  background-size: 100% 100%;
  color: #ff6600;
}
div.latest-news p.widget-head {
  background: #666666;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0;
}
div.latest-news div.inside a.news-mini {
  padding: 6px 3px;
  margin: 0;
  background: #f2f2f2;
  font-size: 11px;
  border-top: 1px solid #fff;
}
div.latest-news div.inside a.news-mini:first-child {
  border-top: none;
}
div.latest-news div.inside a.news-mini.highlight {
  font-weight: bold;
  background-color: #FFFFFF;
}
div.latest-news div.change-team {
  margin: 0;
  padding: 5px 0;
  background: #f2f2f2;
  border-top-color: #fff;
}
div.tags-list {
  color: #333333;
  padding: 0 10px;
}
div.tags-list span {
  padding: 0 5px;
}
div.tags-list a {
  color: #336699;
}
div.similar-news {
  margin-top: 10px;
}
div.similar-news h3.header {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 20px;
}
div.similar-news div.similar-news-item {
  padding-bottom: 20px;
  padding-left: 50px;
  font-size: 14px;
}
div.similar-news div.similar-news-item div.item-date {
  margin-left: -50px;
  float: left;
  color: #999999;
}
div.similar-news div.similar-news-item a {
  color: #336699;
  font-size: 14px;
}
div.similar-news div.similar-news-item a:hover {
  text-decoration: underline;
}
div.similar-news div.similar-news-item span.comments-count {
  margin-left: 10px;
}
div.comments p.block-head {
  font-size: 18px;
  padding-bottom: 15px;
}
div.comments div.comments-list {
  padding: 0 10px;
}
div.comments div.comments-list div.comments-container div.comment-item:first-child {
  border-top: 1px solid #cccccc;
}
div.comments div.comments-stats {
  overflow: hidden;
  padding: 5px 0;
}
div.comments div.comments-stats span.count {
  color: #666666;
  font-size: 12px;
  float: right;
}
div.comments div.comments-stats a {
  color: #336699;
  font-size: 12px;
}
div.comments div.comments-stats a:hover {
  text-decoration: underline;
}
div.comments div.show-comment {
  color: #333333;
  font-size: 11px;
}
div.comments div.show-comment a {
  text-transform: lowercase;
  color: #003468;
}
div.comments div.comment-item {
  padding: 10px 0 10px 60px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}
div.comments div.comment-item.hidden {
  opacity: 0.3;
}
div.comments div.comment-item.hidden:hover {
  opacity: 1;
}
div.comments div.comment-item div.comment-text {
  padding: 5px 0;
  font-size: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
div.comments div.comment-item div.comment-status {
  overflow: hidden;
}
div.comments div.comment-item div.comment-status div.rating {
  border-top: none;
  padding: 0;
  margin: 0;
  float: right;
}
div.comments div.comment-item div.comment-status div.time {
  color: #868686;
  font-size: 11px;
}
div.comments div.comment-item div.comment-status div.name {
  color: #336699;
  font-size: 12px;
  font-weight: bold;
}
div.comments div.comment-item img {
  float: left;
  margin-left: -60px;
}
div.comments div.comment-item div.for-comment {
  padding-top: 5px;
  color: #868686;
  font-size: 12px;
}
div.comments div.comment-item div.for-comment span {
  color: #336699;
}
div.comments div.comment-item div.for-comment a.for span {
  border-bottom: 1px #336699 dotted;
}
div.comments div.comment-item div.for-comment a.for.active {
  display: inline-block;
  background: url('/image/main/comment-corner.png') 50% 100% no-repeat;
  padding-bottom: 15px;
}
div.comments div.comment-item div.for-comment div.for-comment-text {
  background: #e4e4e4;
  color: #333;
  padding: 10px;
  font-size: 12px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
div.comments div.no-comments {
  background: #e4e4e4;
  color: #666666;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
div.comments div.sign-in-notice {
  margin-top: 15px;
}
div.comments div.sign-in-notice a {
  border-bottom: 1px solid #0084ff;
  color: #0084ff;
}
div.comment-answer-form {
  overflow: hidden;
  padding-bottom: 1px;
}
div.comment-answer-form div.complain {
  float: right;
}
div.comment-answer-form div.complain a.dropdown,
div.comment-answer-form div.complain a.no-dropdown {
  color: #336699;
  font-size: 11px;
}
div.comment-answer-form a.open-form {
  color: #868686;
  font-size: 12px;
  border-bottom: 1px #868686 dashed;
}
div.comment-answer-form div.complain-answer,
div.comment-answer-form div.moderation-answer {
  color: #333333;
  font-size: 12px;
  padding-left: 10px;
  border-left: 1px solid #333333;
  font-weight: bold;
  margin: 10px 0;
}
form.answer-form {
  margin-top: 5px;
}
form.answer-form textarea {
  width: 568px;
  font-size: 13px;
  resize: none;
  height: 20px;
  padding: 5px;
}
form.answer-form div.send {
  padding: 10px 5px 0 5px;
  overflow: hidden;
  color: #868686;
  font-size: 11px;
}
form.answer-form div.send button {
  color: #336699;
  font-size: 12px;
  background: none;
  border: none;
  float: right;
}
div.comment-switch {
  padding: 10px 0;
  text-align: center;
}
div.comment-switch a {
  color: #666666;
  font-size: 12px;
  border-left: 1px solid #333;
  padding: 0 10px;
}
div.comment-switch a.active {
  color: #eb6a3e;
}
div.comment-switch a:first-child {
  border-left: none;
}
div.comment-switch a:hover {
  text-decoration: underline;
  color: #336699;
}
div.comment-main-answer {
  color: #868686;
  font-size: 11px;
  padding: 10px 10px 10px 70px;
  overflow: hidden;
  background: #f2f2f2;
}
div.comment-main-answer img {
  float: left;
  margin-left: -60px;
}
div.news-list div.news-list-item {
  padding-bottom: 10px;
  border-top: 1px solid #cccccc;
}
div.news-list div.news-list-item:first-child {
  border-top: none;
}
div.news-list div.news-summary-block {
  overflow: hidden;
  padding: 20px 0 0 240px;
}
div.news-list div.news-summary-block img {
  float: left;
  margin-left: -240px;
  margin-bottom: 10px;
}
div.news-list div.news-summary-block div.info {
  color: #999999;
  margin-top: 5px;
}
div.news-list div.news-summary-block div.info span.comments {
  float: right;
}
div.news-list div.news-summary-block div.info span.views {
  float: right;
  margin-right: 10px;
}
div.news-list div.news-summary-block div.info span.comments i,
div.news-list div.news-summary-block div.info span.views i {
  margin-right: 5px;
}
div.news-list div.news-summary-block div.info span.typeNew {
  border-radius: 20px;
  background: #eee;
  padding: 0 10px;
  color: green;
  float: none;
}
div.news-list div.news-summary-block a.main-link,
div.news-list div.news-summary-block h1.main-link {
  color: #336699;
  font-size: 15px;
  display: block;
  margin: 8px 0;
}
div.news-list div.news-summary-block div.buttons {
  overflow: hidden;
  padding-top: 10px;
}
div.news-list div.news-summary-block div.buttons a.open {
  display: block;
  width: 21px;
  height: 18px;
  background: url('/image/main/open.png') 0 0 no-repeat;
  float: right;
}
div.news-list div.news-summary-block div.buttons a.load-item {
  color: #ff6600;
  font-size: 12px;
}
div.tags {
  padding: 10px;
}
div.tags a {
  color: #336699;
  font-size: 13px;
  border-left: 1px solid #999;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  line-height: 13px;
}
div.tags a:first-child {
  border: none;
}
div.tags a:hover {
  text-decoration: underline;
}
div.news-description {
  padding-bottom: 10px;
}
div.news-description div.details {
  padding-bottom: 20px;
  padding-top: 10px;
}
div.news-description div.details p {
  font-size: 14px;
  padding: 5px 0;
}
div.news-description div.details img {
  max-width: 100%;
}
div.news-description div.source-link {
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  font-family: "Arial", "Geneva", "Tahoma";
  padding-top: 20px;
}
div.news-description div.source-link a {
  font-weight: normal;
  text-decoration: underline;
  color: #333;
}
div.news-description div.source-link div.link {
  float: right;
}
div.news-description div.source-link div.link input {
  font-size: 12px;
  font-weight: normal;
  height: 23px;
  width: 220px;
  padding: 0 5px;
}
div.news-view div.summary {
  font-size: 14px;
  border-left: 2px solid #000;
  padding: 8px 0 8px 8px;
}
div.news-view div.news-summary-block {
  height: auto;
}
a.go-back {
  margin-top: 20px;
  background: #666666;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 10px 30px 10px 10px;
  border: 1px solid #999999;
  border-left: none;
  position: relative;
  text-align: center;
  border-radius: 5px;
}
a.news-mini {
  display: block;
  font-size: 12px;
  color: #333333;
  margin-top: 5px;
}
a.news-mini span.time {
  color: #666666;
  padding-right: 15px;
}
a.news-mini span.comments-count {
  margin-left: 5px;
}
div.news-filter {
  padding: 15px;
  width: 650px;
}
div.news-filter div.hint {
  color: #333333;
  font-size: 14px;
  text-align: center;
  background: #ece7e1;
  padding: 5px;
  margin: 15px 0;
}
div.news-filter div.settings-group {
  margin-bottom: 15px;
}
div.news-filter div.settings-group p.head {
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
}
div.news-filter div.settings-group label {
  font-size: 14px;
  color: #333333;
}
div.news-filter div.settings-group label input {
  margin-right: 7px;
}
div.news-filter div.settings-group div.group {
  overflow: hidden;
  padding: 7px 0.5%;
  border-bottom: 1px solid #fff;
}
div.news-filter div.settings-group div.group .cell {
  float: left;
  width: 33%;
}
div.news-filter div.buttons-group {
  text-align: center;
}
div.news-filter div.buttons-group button {
  background: none repeat scroll 0 0 #dfdfdf;
  border: medium none;
  border-radius: 4px;
  color: #333333;
  font-size: 12px;
  padding: 5px 20px;
  margin: 0 5px;
}
div.news-filter div.buttons-group button.orange {
  background-color: #ff9900;
  color: #fff;
}
div.news-list div.separator {
  border-top: 1px solid #CCCCCC;
  padding: 10px 0 15px 0;
}
div.stats-tab-switch.equal a {
  margin: 0 20px 0 0;
  width: 160px;
  text-align: center;
  padding: 8px 0;
}
div.gallery-widget {
  border: 5px solid #cccccc;
  padding: 20px 12px 5px 12px;
  position: relative;
}
div.gallery-widget p.head {
  text-align: center;
  position: absolute;
  color: #666666;
  font-size: 20px;
  top: -17px;
  left: 0;
  width: 100%;
}
div.gallery-widget p.head span {
  background: #fff;
  padding: 0 15px;
}
div.gallery-widget div.row {
  padding-bottom: 15px;
}
div.gallery-widget a.hover-item {
  display: inline-block;
  position: relative;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
  height: 135px;
  margin-left: 15px;
}
div.gallery-widget a.hover-item div.video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/image/main/video.png') 50% 30% no-repeat;
}
div.gallery-widget a.hover-item div.hover {
  position: absolute;
  width: 92%;
  height: 92%;
  background: url('/image/main/transparent.png') 0 0 repeat;
  padding: 4%;
  color: #f2f2f2;
  left: 0;
  top: 85px;
}
div.gallery-widget a.hover-item div.hover div.title {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  height: 35px;
}
div.gallery-widget a.hover-item div.hover div.title div.crop {
  max-height: 35px;
  overflow: hidden;
}
div.gallery-widget a.hover-item div.hover div.announce {
  padding-top: 25px;
  font-size: 11px;
  display: none;
  height: 59px;
  overflow: hidden;
}
div.gallery-widget a.hover-item:hover div.hover {
  top: 0;
}
div.gallery-widget a.hover-item:hover div.hover div.title {
  font-size: 14px;
}
div.gallery-widget a.hover-item:hover div.hover div.announce {
  display: block;
}
div.gallery-widget a.hover-item:first-child {
  margin-left: 0;
}
div.gallery-view p.description {
  font-size: 14px;
  padding: 20px 0 10px 0;
}
div.gallery-view div.slideshow-container {
  padding: 20px 30px 10px 35px;
}
div.gallery-view button.slick-prev,
div.gallery-view button.slick-next {
  width: 28px;
  height: 28px;
  font-size: 0;
}
div.gallery-view button.slick-prev {
  background: url('/modules/slick/images/prev.png') 0 0 no-repeat;
  margin-right: 10px;
}
div.gallery-view button.slick-next {
  background: url('/modules/slick/images/next.png') 0 0 no-repeat;
}
div.gallery-view a.slick-slide.toggle {
  margin-top: -3px;
}
div.gallery-view a.slick-slide.toggle img {
  border: 3px solid #eb6a3e;
}
div.gallery-view div.counter {
  text-align: center;
  font-size: 14px;
  padding: 0 0 15px 0;
}
div.gallery-view div.image-overview {
  padding: 0 35px;
}
div.gallery-view div.image-overview div.image-view {
  width: 610px;
  text-align: center;
}
div.gallery-view div.image-overview div.image-description {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  margin-bottom: 15px;
}
div.gallery-view div.image-source {
  color: #333333;
  font-family: "Verdana";
  text-align: center;
  padding: 10px 0;
}
div.gallery-view div.video-frame {
  text-align: center;
  padding-top: 20px;
}
div.news-summary-block div.video-image {
  overflow: hidden;
  float: left;
  margin-left: -240px;
  position: relative;
}
div.news-summary-block div.video-image img {
  margin-left: 0;
}
div.news-summary-block div.video-image div.overlay-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('/image/main/video.png') 50% 50% no-repeat;
}
.fancybox-skin {
  background-color: #f2f2f2;
}
div.columns {
  padding: 0 10px;
}
div.columns-3 {
  overflow: hidden;
}
div.columns-3 div.column {
  width: 210px;
  float: left;
}
div.columns-3 div.column div.link {
  padding: 5px 0;
}
div.columns-3 div.column a {
  font-size: 14px;
  color: #333333;
}
div.columns-3 div.column a:hover {
  text-decoration: underline;
}
p.countries-heading {
  font-size: 14px;
  clear: both;
  font-family: Arial, Geneva, Tahoma;
  font-weight: bold;
  padding: 15px 0;
}
div.statistics-filter div.stats-selectors {
  text-align: center;
  padding-top: 20px;
}
div.statistics-filter select.selector {
  font-size: 13px;
  height: 25px;
  margin: 0 5px;
  max-width: 150px;
}
div.stats-tab-switch {
  text-align: center;
  padding-top: 10px;
}
div.stats-tab-switch a {
  display: inline-block;
  vertical-align: top;
  background: #666666;
  color: #fff;
  padding: 8px 20px;
  margin: 0 6px;
}
div.stats-tab-switch a.active {
  background: #eb6a3e;
  position: relative;
}
div.stats-tab-switch a.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #eb693e transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
}
div.stats-tab-switch a.inactive {
  opacity: 0.5;
}
div.stats-tab-switch-percent {
  text-align: center;
  padding-top: 10px;
}
div.stats-tab-switch-percent a {
  display: inline-block;
  vertical-align: top;
  background: #666666;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  width: 23.125%;
  margin-left: 2.5%;
}
div.stats-tab-switch-percent a:first-child {
  margin-left: 0;
}
div.stats-tab-switch-percent a.active {
  background: #eb6a3e;
  position: relative;
}
div.stats-tab-switch-percent a.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #eb693e transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -3px;
}
div.stats-tab-switch-percent a.inactive {
  opacity: 0.5;
}
table.stats-table {
  width: 100%;
}
table.stats-table td {
  border-collapse: collapse;
}
table.stats-table thead th {
  color: #333333;
  background: #cccccc;
  height: 30px;
  padding: 0 5px;
}
table.stats-table tbody td {
  height: 30px;
  background: #f2f2f2;
  border-top: 1px solid #ffffff;
}
table div.empty {
  text-align: center;
}
table tbody tr.game-incidents td {
  padding: 0;
  height: auto;
  background: none;
}
span.rank {
  display: inline-block;
  vertical-align: middle;
  background: #cccccc;
  width: 21px;
  height: 20px;
  padding-top: 1px;
  color: #333333;
}
span.rank.positive {
  background-color: #6b8445;
  color: #fff;
}
div.filter-switch {
  background: #666666;
  padding: 10px;
  margin-top: 20px;
}
div.filter-switch a {
  padding: 4px 20px;
  background: #cccccc;
  color: #333;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
div.filter-switch a.active {
  background-color: #fff;
}
table.games-table {
  font-size: 12px;
}
table.games-table tbody td {
  padding: 3px 0;
}
table.games-table tbody img {
  vertical-align: middle;
}
table.games-table a.load-incidents {
  display: inline-block;
  background: #666666;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
}
div.game-incident-list {
  padding: 4px 10px;
}
div.game-incident-list div.empty,
div.game-incident-list td {
  padding: 7px 0;
}
div#ajax-container div.game-incident-list {
  padding: 4px 0;
}
.green {
  color: #008200;
}
.gray {
  color: #a899b6;
}
table.incidents-table tbody tr td {
  font-size: 12px;
  padding: 7px 0;
  background-color: #f2f2f2;
}
table.incidents-table tbody tr td.table-separator {
  background-color: #bcbcbc;
  color: #333333;
  text-align: center;
  padding: 7px 0;
}
.table-separator {
  background-color: #bcbcbc;
  color: #333333;
  text-align: center;
  padding: 7px 0;
}
span.score {
  color: #333333;
  border: 1px solid #666666;
  border-radius: 4px;
  padding: 2px 8px;
}
table.matching {
  width: 100%;
  margin-top: 20px;
}
table.matching select {
  display: block;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}
table.matching p {
  font-size: 18px;
  font-weight: bold;
}
table.matching td.separator {
  font-weight: bold;
  font-size: 20px;
}
table.matching .select2-selection__rendered {
  text-align: left;
}
table.matching span.select2 {
  margin-top: 20px;
}
div.match-center-filter {
  margin-top: 20px;
}
div.match-center-filter div.input-container {
  display: inline-block;
}
div.match-center-filter input,
div.match-center-filter select {
  height: 23px;
  padding: 0 20px 0 10px;
  border: 1px solid #abadb3;
}
div.match-center-filter input {
  margin-left: 10px;
}
div.match-center-filter button.beatpicker-clear {
  font-size: 0;
  border: none;
  width: 24px;
  height: 24px;
  background: url('/image/match-center/datepicker.png') 50% 50% no-repeat;
  vertical-align: top;
  margin-left: 10px;
  display: none;
}
div.match-center-list {
  margin-top: 20px;
}
div.match-center-list div.tourney-name {
  background: #666666;
  color: #fff;
  padding: 8px 10px;
}
div.beatpicker .header {
  height: auto;
}
div.beatpicker .footer {
  height: auto;
  margin-top: auto;
}
table.event-teams {
  width: 100%;
  margin-top: 20px;
}
table.event-teams td.team {
  width: 35%;
  text-align: center;
  padding: 5% 1% 1% 1%;
}
table.event-teams td.team p.team-title {
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
table.event-teams td.team p.team-title.winner {
  font-weight: bold;
}
table.event-teams td.team p.incident-goals {
  margin-top: 10px;
  font-size: 12px;
}
table.event-teams p.tournament-title {
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
table.event-teams p.startdate {
  margin-top: 10px;
  font-size: 13px;
  font-style: normal;
  text-align: center;
}
table.event-teams td.event-info {
  vertical-align: top;
  text-align: center;
}
table.event-teams td.event-info div.score {
  display: inline-block;
  font-size: 20px;
  width: 140px;
  margin-top: 20px;
}
table.event-teams td.event-info div.score div.cell {
  display: inline-block;
  border: 1px solid #333;
  text-align: center;
  width: 39px;
  padding: 7px 0;
}
table.event-teams td.event-info div.score span {
  vertical-align: -5px;
}
table.event-teams td.event-info div.status-info {
  padding: 20px 0;
}
table.event-teams td.event-info div.status-info div.status-img {
  text-align: center;
}
table.event-teams td.event-info div.status-info div.status-title.orange {
  color: #ff6600;
}
div.event-property {
  font-size: 12px;
}
div.time-line {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 30px 0 30px 0;
}
div.time-line div.line {
  background: #6b8445;
  color: #fff;
  text-align: right;
  padding: 3px;
  display: inline-block;
}
div.time-line img.logo {
  position: absolute;
  left: 0;
}
div.time-line img.logo.home {
  top: 0;
}
div.time-line img.logo.away {
  bottom: 0;
}
div.time-line span.incident {
  position: absolute;
}
div.time-line span.incident.home {
  top: 10px;
}
div.time-line span.incident.away {
  bottom: 10px;
}
div.event-view {
  margin-top: 10px;
  padding-top: 10px;
}
div.event-view table.incidents-table tbody tr td {
  font-size: 12px;
  padding: 2px;
}
div.event-view table.incidents-table tbody tr td.table-separator {
  background: #666666;
  color: #fff;
}
table.lineup-table {
  font-size: 12px;
}
table.lineup-table span.rank {
  padding-top: 2px;
  height: 19px;
}
div.lineup-layout {
  padding-top: 5px;
  overflow: hidden;
}
div.lineup-layout div.lineup {
  float: left;
  width: 48%;
  margin: 0 1%;
}
div.lineup-layout div.lineup-separator {
  background: url('/image/match-center/shirt.png') 5px 50% no-repeat #666666;
  color: #fff;
  padding: 5px 5px 5px 30px;
}
div.lineup-layout div.lineup-separator.green {
  background-color: #6b8445;
}
div.field-layout {
  padding: 10px 0 20px 0;
}
div.field-layout div.field {
  width: 480px;
  height: 320px;
  background: url('/image/match-center/field.gif') 0 0 no-repeat;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
div.field-layout div.field div.player {
  width: 36px;
  height: 31px;
  position: absolute;
}
div.field-layout div.field div.player div.shirt-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
div.field-layout div.field div.player div.shirt-inner div.shirt-number {
  text-align: center;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin-top: 6px;
}
div.field-layout div.field div.team-lineup {
  width: 50%;
  height: 100%;
  float: left;
}
div.field-layout div.field div.home-team {
  position: relative;
}
div.field-layout div.field div.home-team .player {
  left: 4%;
}
div.field-layout div.field div.home-team .pos-row-1.pos-col-1 {
  top: 44.4444%;
}
div.field-layout div.field div.home-team .pos-col-2 {
  left: 15.6%;
}
div.field-layout div.field div.home-team .pos-col-3 {
  left: 23.4%;
}
div.field-layout div.field div.home-team .pos-col-4 {
  left: 31.2%;
}
div.field-layout div.field div.home-team .pos-col-5 {
  left: 39%;
}
div.field-layout div.field div.home-team .pos-col-6 {
  left: 46.8%;
}
div.field-layout div.field div.home-team .pos-col-7 {
  left: 54.6%;
}
div.field-layout div.field div.home-team .pos-col-8 {
  left: 62.4%;
}
div.field-layout div.field div.home-team .pos-col-9 {
  left: 70.2%;
}
div.field-layout div.field div.home-team .pos-col-10 {
  left: 78%;
}
div.field-layout div.field div.home-team .pos-col-11 {
  left: 85.8%;
}
div.field-layout div.field div.away-team {
  position: relative;
}
div.field-layout div.field div.away-team .player {
  right: 4%;
}
div.field-layout div.field div.away-team .pos-row-1.pos-col-1 {
  top: 44.4444%;
}
div.field-layout div.field div.away-team .pos-col-2 {
  right: 15.6%;
}
div.field-layout div.field div.away-team .pos-col-3 {
  right: 23.4%;
}
div.field-layout div.field div.away-team .pos-col-4 {
  right: 31.2%;
}
div.field-layout div.field div.away-team .pos-col-5 {
  right: 39%;
}
div.field-layout div.field div.away-team .pos-col-6 {
  right: 46.8%;
}
div.field-layout div.field div.away-team .pos-col-7 {
  right: 54.6%;
}
div.field-layout div.field div.away-team .pos-col-8 {
  right: 62.4%;
}
div.field-layout div.field div.away-team .pos-col-9 {
  right: 70.2%;
}
div.field-layout div.field div.away-team .pos-col-10 {
  right: 78%;
}
div.field-layout div.field div.away-team .pos-col-11 {
  right: 85.8%;
}
div.field-layout div.field .pos-row-2 {
  top: 11.1111%;
}
div.field-layout div.field .pos-row-3 {
  top: 22.2222%;
}
div.field-layout div.field .pos-row-4 {
  top: 33.3333%;
}
div.field-layout div.field .pos-row-5 {
  top: 44.4444%;
}
div.field-layout div.field .pos-row-6 {
  top: 55.5555%;
}
div.field-layout div.field .pos-row-7 {
  top: 66.6666%;
}
div.field-layout div.field .pos-row-8 {
  top: 77.7777%;
}
div.field-layout div.field .pos-row-9 {
  top: 88.8888%;
}
.event-icon {
  background: url('/image/events/sprite.png') 0 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: -999px 0px;
}
.event-icon.incident-7,
.event-icon.incident-18,
.event-icon.incident-lineup-7,
.event-icon.incident-lineup-18 {
  background-position: 0px 0px;
}
.event-icon.incident-8,
.event-icon.incident-12,
.event-icon.incident-28,
.event-icon.incident-lineup-8,
.event-icon.incident-lineup-12,
.event-icon.incident-lineup-28 {
  background-position: -16px 0px;
}
.event-icon.incident-10,
.event-icon.incident-lineup-10 {
  background-position: -32px 0px;
}
.event-icon.incident-14,
.event-icon.incident-lineup-14 {
  background-position: -48px 0px;
}
.event-icon.incident-15,
.event-icon.incident-lineup-15 {
  background-position: -64px 0px;
}
.event-icon.incident-16,
.event-icon.incident-lineup-16 {
  background-position: -80px 0px;
}
.event-icon.incident-20 {
  background-position: -96px 0px;
}
.event-icon.incident-9,
.event-icon.incident-11,
.event-icon.incident-lineup-9,
.event-icon.incident-lineup-11 {
  background-position: -112px 0px;
}
.event-icon.incident-lineup-20 {
  background-position: -128px 0px;
}
.event-icon.incident-lineup-32 {
  background-position: -144px 0px;
}
.event-icon.regulargoal {
  background-position: 0px 0px;
}
.event-icon.penalty {
  background-position: -16px 0px;
}
.event-icon.owngoal {
  background-position: -32px 0px;
}
.event-icon.yellowcard {
  background-position: -48px 0px;
}
.event-icon.yellowcard2 {
  background-position: -64px 0px;
}
.event-icon.redcard {
  background-position: -80px 0px;
}
.event-icon.subst {
  background-position: -144px 0px;
}
.event-icon.substOut {
  background-position: -128px 0px;
}
.event-icon.danger {
  background-position: -160px 0px;
}
.event-icon.substChange {
  background-position: -96px 0px;
}
ul.live-table {
  font-size: 12px;
}
ul.live-table li {
  list-style-type: none;
  overflow: hidden;
}
ul.live-table li.just-text-gray div.text {
  background: #666666;
  color: #fff;
  text-align: center;
  padding: 12px;
}
ul.live-table li.just-text {
  border-bottom: 1px solid #cacaca;
}
ul.live-table li.just-text div.time {
  width: 35px;
  text-align: center;
  padding: 12px 0;
  color: #008000;
  float: left;
}
ul.live-table li.just-text div.text {
  padding: 12px 15px 12px 110px;
}
ul.live-table li.incident {
  overflow: hidden;
  border-bottom: 1px solid #cacaca;
}
ul.live-table li.incident div.time {
  width: 35px;
  text-align: center;
  padding: 12px 0;
  color: #008000;
  float: left;
}
ul.live-table li.incident div.icon {
  padding: 12px 0;
  width: 75px;
  text-align: center;
  float: left;
}
ul.live-table li.incident div.text {
  padding: 12px 12px 12px 110px;
}
ul.live-table li.incident.highlight {
  background: #dadada;
}
div.stats-selectors.equal-width {
  padding-bottom: 20px;
}
div.stats-selectors.equal-width select {
  width: 30%;
  margin: 0 1.5%;
}
div.transfers-block div.transfer-team-name div {
  display: inline-block;
  padding: 6px 30px;
  font-size: 14px;
  background: #666666;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}
div.transfers-block div.transfer-team-changes {
  overflow: hidden;
  padding-bottom: 40px;
}
div.transfers-block div.transfer-team-changes div.head {
  font-size: 14px;
  color: #008000;
  border-bottom: 1px solid #008000;
  margin: 20px 0;
  padding: 3px 0 3px 10px;
}
div.transfers-block div.transfer-team-changes div.block {
  width: 47%;
  float: left;
  margin-left: 6%;
}
div.transfers-block div.transfer-team-changes div.block.transfer-team-gone div.head {
  color: #eb6a3e;
  border-color: #eb6a3e;
}
div.transfers-block div.transfer-team-changes div.block:first-child {
  margin-left: 0;
}
div.transfers-block div.transfer-team-changes div.block p {
  padding: 4px 10px;
}
div.transfers-block div.transfer-team-changes div.block p span {
  font-size: 11px;
}
.matchcenter-sprite-link,
.matchcenter-sprite-6,
.matchcenter-sprite-cancelled,
.matchcenter-sprite-finished,
.matchcenter-sprite-goals,
.matchcenter-sprite-halftime,
.matchcenter-sprite-live,
.matchcenter-sprite-mood-draw,
.matchcenter-sprite-mood-lost,
.matchcenter-sprite-mood-win,
.matchcenter-sprite-postponed,
.matchcenter-sprite-rank,
.matchcenter-sprite-red,
.matchcenter-sprite-redcard,
.matchcenter-sprite-shirt,
.matchcenter-sprite-yellow,
.matchcenter-sprite-yellowcard,
.matchcenter-sprite-yellowred {
  display: inline-block;
  background: url('/image/match-center/sprites/sprite.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.matchcenter-sprite-link {
  background-position: 0px 0px;
  width: 20px;
  height: 20px;
}
.matchcenter-sprite-6 {
  background-position: 0px -20px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-cancelled {
  background-position: 0px -36px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-finished {
  background-position: 0px -52px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-goals {
  background-position: 0px -68px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-halftime {
  background-position: 0px -84px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-live {
  background-position: 0px -100px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-mood-draw {
  background-position: 0px -116px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-mood-lost {
  background-position: 0px -132px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-mood-win {
  background-position: 0px -148px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-postponed {
  background-position: 0px -164px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-rank {
  background-position: 0px -180px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-red {
  background-position: 0px -196px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-redcard {
  background-position: 0px -212px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-shirt {
  background-position: 0px -228px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-yellow {
  background-position: 0px -244px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-yellowcard {
  background-position: 0px -260px;
  width: 16px;
  height: 16px;
}
.matchcenter-sprite-yellowred {
  background-position: 0px -276px;
  width: 16px;
  height: 16px;
}
.language-sprite-en,
.language-sprite-oz,
.language-sprite-ru,
.language-sprite-uz {
  display: inline-block;
  background: url('/image/lang/sprite.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.language-sprite-en {
  background-position: 0px 0px;
  width: 16px;
  height: 11px;
}
.language-sprite-oz {
  background-position: -16px 0px;
  width: 16px;
  height: 11px;
}
.language-sprite-ru {
  background-position: 0px -11px;
  width: 16px;
  height: 11px;
}
.language-sprite-uz {
  background-position: -16px -11px;
  width: 16px;
  height: 11px;
}
header a.login-popup {
  display: block;
  position: absolute;
  right: 10px;
  top: 30px;
  text-transform: uppercase;
  padding: 5px 10px;
  border: 1px solid #CACACA;
  background: #FFFFFF;
  color: #999999;
  border-radius: 4px;
}
header a.login-popup:hover {
  color: #333333;
  -webkit-box-shadow: 0px 0px 5px 0px #a0a0a0;
  -moz-box-shadow: 0px 0px 5px 0px #a0a0a0;
  box-shadow: 0px 0px 5px 0px #a0a0a0;
}
header div.cabinet-block {
  position: absolute;
  right: 10px;
  top: 32px;
}
header div.cabinet-block a {
  vertical-align: top;
}
header div.cabinet-block a.user-info {
  display: inline-block;
  color: #336699;
  font-weight: bold;
  max-width: 130px;
  padding: 3px;
  text-align: right;
  border-radius: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
header div.cabinet-block a.user-info:hover {
  -webkit-box-shadow: 0px 0px 5px 0px #a0a0a0;
  -moz-box-shadow: 0px 0px 5px 0px #a0a0a0;
  box-shadow: 0px 0px 5px 0px #a0a0a0;
  background: #f3f0eb;
}
header div.cabinet-block a.logout {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #CACACA;
  background: #FFFFFF;
  color: #999999;
  border-radius: 4px;
  margin-left: 10px;
}
header div.cabinet-block a.logout:hover {
  color: #666666;
  -webkit-box-shadow: 0px 0px 5px 0px #a0a0a0;
  -moz-box-shadow: 0px 0px 5px 0px #a0a0a0;
  box-shadow: 0px 0px 5px 0px #a0a0a0;
}
div.default-frame {
  padding: 0 35px 0 35px;
}
.form-default input[type="text"],
.form-default input[type="password"] {
  height: 30px;
  font-size: 13px;
  width: 96%;
  padding: 0 2%;
  border-radius: 4px;
  border: 1px solid #cacaca;
}
.form-default div.input-box input,
.form-default div.input-box button {
  margin-top: 20px;
}
.form-default div.input-box.captcha {
  text-align: center;
}
.form-default div.input-box.captcha img {
  cursor: pointer;
}
.form-default div.input-box.captcha input {
  text-align: left;
  margin-top: 0;
}
.form-default div.hint {
  font-size: 11px;
  color: #666666;
  padding: 3px 2% 0 2%;
}
.form-default div.error {
  padding: 5px 2% 0 2%;
  font-size: 11px;
  color: #d43f3f;
}
div.single-button button,
div.single-button a {
  width: 100%;
  color: #ff5a00;
  font-size: 18px;
  text-align: center;
  background-color: #b9b9b9;
  border: none;
  padding: 10px;
  cursor: pointer;
}
div.single-button a {
  display: block;
  text-decoration: none;
}
div.frame-header {
  font-size: 24px;
  color: #333333;
  padding: 35px 35px 0 35px;
}
div.frame-hint {
  padding: 10px 35px;
  font-size: 14px;
  color: #333333;
}
div.frame-hint a {
  text-decoration: underline;
}
div.bordered-hint {
  border: 1px solid #b9b9b9;
  padding: 5px;
  border-radius: 4px;
}
div.bottom-hint {
  border-top: 1px solid #b9b9b9;
  color: #333333;
  font-size: 11px;
  padding: 10px 35px;
  margin-top: 20px;
}
div.ajax-switch {
  padding: 10px;
  text-align: center;
}
div.ajax-switch a {
  color: #333333;
}
div.ajax-switch a:hover {
  text-decoration: underline;
}
div.bottom-switch {
  border-top: 1px solid #b9b9b9;
  padding: 10px 0;
  text-align: center;
  margin-top: 10px;
}
div.bottom-switch.no-border {
  border-top: none;
}
div.bottom-switch a {
  font-size: 18px;
  color: #333333;
}
div.bottom-switch a:hover {
  text-decoration: underline;
}
div.account-pro-info {
  background-color: #ece7e1;
  text-align: center;
  margin-top: 20px;
  padding: 25px 0;
}
div.account-pro-info p.agit {
  font-size: 16px;
}
div.account-pro-info ul.advantages {
  width: 380px;
  margin: 20px auto;
}
div.account-pro-info ul.advantages li {
  text-align: left;
  background: url('/image/account/advantage-mini.png') 0 50% no-repeat;
  padding: 6px 4px 6px 34px;
}
div.account-pro-info a.register-pro {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  background-color: #eb6a3e;
  padding: 15px 30px;
  border-radius: 4px;
}
div.channels-list {
  background: #e4e4e4;
  padding: 15px;
  margin-top: 1px;
}
div.channels-list p {
  color: #333333;
  font-weight: bold;
}
div.channels-list ul.channels {
  overflow: hidden;
  margin-top: 10px;
}
div.channels-list ul.channels li {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAsklEQVQ4Ec1QAQ2DQAz8KXgJk4AEJLwEJDAHZEqQgIRJeAkvAQnsbmlDIUsGhYRdcul96V0bQvg33JwHRfge4n06M0IFYwEnMHlDGhhHCaF2gUZeQZ4S0v86gz+QXIPbeQWZwW8zaM/gUAGrufXRI94MYbXfzNhSZjx1cwcdQZq110Jvwh1T1mj1a1OCGUrQeoFWBnLJbgxwaAhrtztBDBG1gAzJ0nOXWoJYDyMdTrg04A1x6i+uFnOBMwAAAABJRU5ErkJggg==) 0 50% no-repeat;
  padding: 5px 5px 5px 24px;
  width: 185px;
  float: left;
}
a.proceed {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #999999;
  border-radius: 5px;
}
div.has-pro {
  margin-top: 20px;
  background: #e4e4e4;
  color: #008000;
  font-size: 16px;
  text-align: center;
  padding: 15px 75px;
  height: 20px;
}
div.has-pro .pull-left,
div.has-pro .pull-right {
  width: 75px;
  height: 50px;
  margin-top: -15px;
}
div.has-pro .pull-left {
  margin-left: -75px;
  border-right: 1px solid #FFFFFF;
}
div.has-pro .pull-left img {
  margin: 5px 0 0 3px;
}
div.has-pro .pull-right {
  margin-right: -75px;
  border-left: 1px solid #FFFFFF;
}
div.has-pro .pull-right img {
  margin: 15px 3px 0 0;
}
div.change-avatar {
  color: #333333;
  padding: 20px 0 20px 130px;
  vertical-align: top;
}
div.change-avatar img {
  margin-left: -105px;
  float: left;
}
div.change-avatar button {
  color: #ffffff;
  background: #eb6a3e;
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
  cursor: pointer;
  vertical-align: top;
}
div.change-avatar form#avatar-form {
  height: 0;
  display: inline-block;
  vertical-align: top;
}
div.change-avatar form#avatar-form div.form-group {
  display: inline-block;
  width: 0;
}
div.change-avatar form#avatar-form input {
  width: 0;
}
div.change-avatar form#avatar-form button {
  background-color: #008200;
  display: none;
}
div.change-settings {
  margin-top: 20px;
}
div.change-settings table td.label {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding-right: 50px;
  width: 80px;
}
div.change-settings table td {
  padding-bottom: 20px;
  vertical-align: top;
}
div.change-settings div.option-value {
  background: #f2f2f2;
  text-align: center;
  padding: 4px 40px;
}
div.change-settings a.expand-form {
  display: block;
  text-align: center;
  margin-top: 5px;
}
a.btn-green {
  padding: 10px 30px;
  background: #66cc00;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
div.complaints-list {
  border: 1px solid #9e9e9e;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  background: #FFFFFF;
  z-index: 1000;
  min-width: 120px;
  display: none;
}
div.complaints-list div.relative {
  position: relative;
}
div.complaints-list a.complaint-close {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 13px;
  height: 13px;
  background: url('/image/account/close-mini.gif') 0 0 no-repeat;
}
div.complaints-list li {
  padding: 5px 0;
  text-align: right;
}
div.complaints-list a {
  font-size: 12px;
  color: #666666;
}
div.complaints-list a:hover {
  color: #b94a48;
}
span.button-separator {
  padding: 0 10px;
}
blockquote.twitter-tweet {
  display: block;
  padding: 10px 10px;
  margin: 10px 0;
  border: #ddd 1px solid;
  border-top-color: #eee;
  border-bottom-color: #bbb;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  font-size: 13px;
  color: #333;
  background: url('/image/social/twitter_bg.png') 100% 50% no-repeat;
}
blockquote.twitter-tweet p {
  font-size: 14px;
  font-weight: bold;
  margin: 0 5px 10px 0;
}
blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #336699;
  font-size: 12px;
  border-bottom: 1px #336699 dashed;
}
div.go-to-mobile-version {
  padding: 60px 40px 60px 300px;
  background: url('/image/mobile/go-to-mobile.png') 10px 50% no-repeat #a3c6ff;
  margin-bottom: 10px;
}
div.go-to-mobile-version a {
  font-size: 40px;
  font-weight: bold;
  color: #336699;
  border-bottom: 1px dashed #336699;
}
a.document-button {
  display: inline-block;
  border: 1px solid #ebebeb;
  background: #e74c3c;
  padding: 10px 20px 10px 100px;
  position: relative;
  width: 500px;
  border-radius: 5px;
  height: 20px;
  color: #ffffff;
  margin: 20px 0;
}
a.document-button.xls {
  background: #70b144;
}
a.document-button img {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -30px;
}
a.document-button div.title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 2px #000000;
  margin-top: -2px;
}
a.document-button div.title span {
  font-size: 11px;
  float: right;
  text-transform: lowercase;
  margin-top: 3px;
}
div.fbOverlay {
  background: url('/image/social/overlay/bg.png') 0 0 repeat;
  position: fixed;
  z-index: 1050;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
}
div.fbContainer {
  width: 445px;
  height: 308px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  margin: -154px 0 0 -222px;
}
div.fbHeader {
  background: url('/image/social/overlay/header2.png') 0 0 no-repeat;
  height: 95px;
  padding: 72px 20px 0 20px;
  position: relative;
}
div.fbHeader p {
  font-size: 20px;
  color: #fff;
}
a.fbCloseBtn {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  background: url('/image/social/overlay/close.png') 0 0 no-repeat;
  right: 5px;
  top: 5px;
}
div.fbBox {
  height: 74px;
  overflow: hidden;
  padding: 10px 20px;
}
div.fbClose {
  background: #cacaca;
  text-align: center;
  padding: 15px 10px;
}
div.fbClose a {
  color: #333;
  font-size: 12px;
  border-bottom: 1px dashed #333;
}
.social-link {
  height: 52px;
  padding: 5px;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none;
  margin-top: 20px;
  font-weight: normal;
  display: block;
}
.social-link .text-social {
  line-height: 52px;
  margin-left: 5px;
}
.social-link-telegram {
  background: #37aee2;
}
.social-link-facebook {
  background: #3c599d;
}
.social-link-instagram {
  background: #8e36b2;
}
.social-link-twitter {
  background: #00ace4;
}
.social-link .iconSprite {
  background: url('/image/social/socialIcon.png') no-repeat;
  background-size: 52px 208px;
  float: left;
}
.social-link .iconSprite-telegram {
  width: 52px;
  height: 52px;
  background-position: 0 0;
}
.social-link .iconSprite-twitter {
  width: 52px;
  height: 52px;
  background-position: 0 -52px;
}
.social-link .iconSprite-instagram {
  width: 52px;
  height: 52px;
  background-position: 0 -104px;
}
.social-link .iconSprite-facebook {
  width: 52px;
  height: 52px;
  background-position: 0 -156px;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0,0,0,0.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.blink-once td {
  -webkit-animation-name: blinkOnce;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  -moz-animation-name: blinkOnce;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: 1;
  animation-name: blinkOnce;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
@-moz-keyframes blinkOnce {
  0% {
    background: #fc9f43;
  }
  100% {
    background: #f2f2f2;
  }
}
@-webkit-keyframes blinkOnce {
  0% {
    background: #fc9f43;
  }
  100% {
    background: #f2f2f2;
  }
}
@keyframes blinkOnce {
  0% {
    background: #fc9f43;
  }
  100% {
    background: #f2f2f2;
  }
}
.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
