@charset "utf-8";
body {
  background-color: #000;
  color: #fff;
  font-family: 'Roboto Mono', Consolas, Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  overflow-x: hidden;
  cursor: default;
}
body.popuped {
  overflow: hidden;
}
h1 {
  font-size: 27px;
  line-height: 31px;
  font-weight: 400;
}
.tour_hover {
  stroke: #009aff;
}
a {
  color: #fff;
  text-decoration: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  outline: none;
  transition: color 0.2s ease-out;
}
a:link {
  /*opacity: 1;*/
}
.history a:visited {
  /*opacity: 0.7 !important;*/
  color: #999;
}
.history a:visited:hover {
  /*opacity: 0.7 !important;*/
  color: #009aff;
}
/*lovehate*/
/*link*/
/*visited*/
/*hover */
/*active*/
a.pseudo {
  border-style: dotted;
}
h1 .pseudo {
  border-bottom: dotted 1.5px rgba(255, 255, 255, 0.2);
  cursor: pointer;
  /*color: blue;*/
}
h1 .pseudo:hover,
a:hover {
  color: #009aff;
  border-color: rgba(0, 154, 255, 0.3);
  transition: none;
}
nav {
  font-size: 18px;
  font-weight: 400;
}
nav a {
  color: #ff7200;
  border-color: rgba(255, 114, 0, 0.3);
}
.faded {
  opacity: 0.5;
}

.faded .faded{
  opacity: 1;
}

.fadedt {
  color: rgba(255, 255, 255, 0.4);
}
.superfadedt {
  color: rgba(255, 255, 255, 0.13);
}
.superfaded {
  opacity: 0.13;
}
.faded a {
  border-color: rgba(255, 255, 255, 0.4);
}
.invisible {
  display: none;
}
.cur {
  background-color: white;
  padding: 0 4px;
  margin-left: -8px;
  position: relative;
  left: 4px;
}
header {
  padding: 20px 30px;
  clear: both;
  position: relative;
  z-index: 20;
}
header #head_1 {
  width: 400px;
}
header #head_1 h1 {
  float: left;
  font-size: 0px;
  height: 54px;
  width: 54px;
  text-transform: uppercase;
/*  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAIAAAC1eHXNAAAC80lEQVR4Ab3VwcosNRDF8f+pvjvXrhR8PZ9CcOVbuhXXgqvbOTJ90iHhux/cHoihyNQEpvMjVekRv/6pEocoXrOkghJjFtCT87ef+O4h8f3ji44g+sa6Nd0hKKSe7BtfqBtxSLeGg1A0g7TVcUyIg8EaJvT/OAqlLsdwjOpcM2Rls+MjIkkcQ1Da69CEUJIFEdx+BwcfEaM0Q7DfUULpzQkR0HSHJZA2Ow6ULW9EkjgkVEJo73mItMh8U0ZF9AqkhDY61AVQdISYEVVI2+9tjV17hPIBceXa/14XqoBWREmiKpSt51Gg9TymhpBQjdDePkVIjALdhRjluL+Kf378Gal/mYZtEtit0dqV//2oPzRKg4TQHDeiijq4skMV4LVUx1hMN43kWV2mwwhCWudENBEEkb11JTH1XFKUz+syIlsmGY0iVTfdrRsX91W2bJoN0FChJh6fh5CWLgFpmMSgFOP+zOfB2kdRv1MXxCDcCiTpNvUkS3MPXxW5NVqCp457RCMQCylLqs4LZ2mImCQqUK75PYeYE60rkQQ6QqVxHh2H5mc9drw/Pj//LQ6DMb5TwMbQTtzc1zO//T7NMHNikElmo6SG5b15It0mO7J3TYW5wpnHoyIwd9LGydhuJFoPt75iJtMzR/YB8uHxOZ4JeXIXOBtfcb7CZ0yONwf27nlMZzA/bf56gvM3Ztp5RXvFORBL8tzBTFk6cpSe5mb64ft0B2XjNuV+JfnNk6FHP/j3j1+ovDnWG5v/l0vQj+f0D7//9ey+PBitYbnFcUvGPWpXuPlFMbDNcTYEVRgk+OAYDbTV4fNEkg1CYzWz3aLZ7+Bro+QWxAQxkPMgDue+bO0P9C2HfQXp1s11+XoiSUKaGaF46dbtfSrPiJUSQXpltyOIlWL32dzdytb70oKQ1nuL7VvTXmHvvS8gkC3AE/AKcC8Nu8/DCMQ33x+YhBt4730xkgR4dmS4AaaBw9joQL0ofOKAUZqd92UgxDqWupinjv8AZtMW2guRIZcAAAAASUVORK5CYII=');*/
  background-image: url('//st.valencianistas.ru/img/mono/vru-logo-vector2.svg'); 
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 150px 5px #ddd;
  margin-right: 20px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header #head_1 h1:hover{
  height: 60px;
  width: 60px;
  margin-left: -3px;
  margin-top: -3px;

}

.homepage header #head_1 h1{
  pointer-events: none;
}

header #head_1 h1 a {
  width: 54px;
  height: 54px;
  display: inline-block;
  border: none;
  background-color: #009aff;
  opacity: 0;
}
header #head_1 h1 a:hover {
  /*opacity: 0.5;*/
  
}
header #head_1 nav li {
  float: left;
  margin-right: 15px;
  margin-bottom: 17px;
  margin-top: -4px;
}
header #head_side {
  position: absolute;
  right: 30px;
}
header #head_side a {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}
header #head_side a:hover {
  color: #009aff;
  border-color: rgba(0, 154, 255, 0.3);
}

span.live {
    color: red;
    font-weight: bold;
} 

#content {
  clear: both;
  overflow-x: hidden;
}
#content #first_level {
  padding: 30px 30px;
}
#content #first_level #breaking_news {
  width: 250px;
  float: left;
  position: relative; 
  z-index: 30; 
  visibility: hidden;
}
#content #first_level #breaking_news li {
  margin-bottom: 20px;
}
#content #first_level #breaking_news img {
  max-width: 100%;
  height: auto;
}
#content #first_level #breaking_news .top_news {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}
#content #first_level #alpha {
  /*margin-top: -170px;*/
  margin-top: -100px;
  margin-left: 270px;
  /*position: relative;            */
}
#content #first_level #alpha #last_game {
  position: absolute;
  /*top: 260px;*/
  top: 350px;
  /*left: 22%;*/
  left: 4%;
  margin-left: 360px;
}
#content #first_level #alpha #next_game {
  position: absolute;
  right: 1%;
  /*top: 260px;*/
  top: 350px;
  width: 22%;
}
#content #first_level #alpha .game_info {
  display: inline;
}

.countdown {
  display: block;
}

#content #first_level #alpha .game_info sup {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
  margin-left: 1px;
  position: relative;
  bottom: 4px;
}
#content #first_level #alpha .more {
  /*opacity: @opacity;*/
  margin-top: 2em;
  width: 215px;
}
#content #first_level #alpha .more a {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.2);
}
#content #first_level #alpha .more a:hover {
  color: #009aff;
  border-color: rgba(0, 154, 255, 0.3);
}
#content #first_level #alpha #big_score {
  font-size: 670px;
  letter-spacing: -140px;
  line-height: 0.93;
  display: inline-block;
  font-weight: 400;
  position: absolute;
  /*left: 22%;*/
  left: 4%;
}


#textured-digit{
  position: absolute;
  background-image: url('//st.valencianistas.ru/img/head02_n.jpg');
  /*background-size: 689px;*/
  background-size: 850px;
  background-repeat: no-repeat;
  color: transparent;
  mix-blend-mode: multiply;
  pointer-events: none;
  background-position: center 90px;
  /*-webkit-background-clip: text;*/
}



#content #first_level #alpha #big_score svg {
  position: absolute;
  top: -28px;
  pointer-events: none;
}
#content #first_level #alpha #big_score.guestgame svg,
#content #first_level #alpha #big_score.guestgame #textured-digit{
  left: 524px;
}

{
  left: 524px;
}


#content #first_level #alpha #big_score.homegame svg,
#content #first_level #alpha #big_score.homegame #textured-digit{
  left: 0px;
}

#content #first_level #alpha #big_score svg {
  mix-blend-mode: multiply;
}

#content #first_level #alpha #big_score text {
  font-size: 670px;
  font-weight: 400;
  font-family: 'Roboto Mono';
  line-height: 0.93;
  mix-blend-mode: multiply;
}
#content #first_level #alpha #big_score a {
/*  border-bottom: 10px solid;*/
  border-bottom: none;
  color: #ff7200;
  display: inline-block;
  padding-right: 130px;
}
#content #first_level #alpha #big_score a:hover {
  color: #009aff;
}
#content #lenta{
  background-color: #ff7200;
  width: 100%;
  overflow: hidden;
  padding: 28px 0px 30px 30px;
  position: relative;
  box-sizing: border-box;
  margin-top: 520px;
  background-image: url('//st.valencianistas.ru/img/mono/talk_bg.jpg');
  background-size: cover;
  background-position: right top;
}

#content #lenta a:hover {
  color: #000;
  border-color: #000;
}
#content #lenta h2 {
  float: left;
}
#content #lenta.talk ul {
  width: 5000px;
  margin-left: 140px;
}
#content #lenta.talk li {
  display: inline-block;
  margin-right: 70px;
}

#content #lenta.main_links li {
  display: inline-block;
/*  margin-right: 70px;*/
  font-size: 22px;
  width: 33.33%;
  box-sizing: border-box;
  line-height: 1.4em;
  padding-right: 40px;
  font-weight: 400;
  vertical-align: top;
}

#content #lenta li .topictitle {
  font-size: 18px;
  font-weight: 400;
}
#content #lenta li .last_post {
  opacity: 0.6;
  margin-top: 2px;
}
figure {
  margin-bottom: 5px;
}
#kalinich .tint {
  width: auto;
  display: inline-block;
}
.tint {
  position: relative;
  width: 80%;
}
.tint::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 154, 255, 0.5);
  transition: background 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:hover .tint::before {
  background: rgba(0, 154, 255, 0.5);
}
.t6::before {
  background: none;
}
#alpha_bg_img {
  max-width: 82%;
  position: absolute;
  left: 9%;
  z-index: -1;
  top: 0px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all .3s linear;
}
#alpha_bg_img #bg {
  width: 100%;
  height: auto;
  opacity: 0.2;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#alpha_bg_img #bg.hover {
  opacity: 0.5;
}
#alpha_bg_img #mask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120%;
  height: 900px;
}
h2 {
  font-size: 27px;
  font-weight: 500;
}
h2 a {
  border-width: 2px;
}
i {
  font-style: normal;
  position: relative;
  right: 24px;
}
strong {
  font-weight: 500;
  letter-spacing: 0.04em;
}
b {
  font-weight: bold;
}
li.topic[class*="from_foro"] a.topictitle::before {
  content: '';
  background-position: left 7px;
  background-repeat: no-repeat;
  margin-left: -40px;
  padding-left: 40px;
  position: relative;
  bottom: 3px;
  padding-bottom: 10px;
}
@media not all, only screen and (min-resolution: 144dpi) {
  li.topic.from_foro1 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_games.png");
    background-size: 30px 18px;
  }
  li.topic.from_foro2 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_indaclub.png");
    background-size: 33px 18px;
  }
  li.topic.from_foro9 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_multimedia.png");
    background-size: 27px 27px;
  }
  li.topic.from_foro3 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_laliga.png");
    background-position: 13px 2px;
    background-size: 18px 28px;
  }
  li.topic.from_foro4 a.topictitle::before,
  .from_foro5 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_soccer.png");
    background-size: 32px 14px;
  }
  li.topic.from_foro6 a.topictitle::before,
  li.topic.from_foro37 a.topictitle::before,
  li.topic.from_foro40 a.topictitle::before,
  li.topic.from_foro43 a.topictitle::before,
  li.topic.from_foro45 a.topictitle::before,
  li.topic.from_foro46 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_pvr.png");
    background-size: 27px 27px;
  }
  li.topic.from_foro7 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_vru.png");
    background-size: 19px 22px;
  }
  li.topic.from_foro8 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_off.png");
    background-size: 25px 25px;
  }
  li.topic.from_foro11 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_toto.png");
    background-size: 33px 19px;
  }
  li.topic.from_foro13 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_foreign.png");
    background-position: 3px 1px;
    background-size: 32px 30px;
  }
  li.topic.from_foro10 a.topictitle::before {
    background-image: url("//foro.valencianistas.ru/images/foro/white/foro_closed.png");
    background-size: 20px 25px;
  }
  li.topic.from_foro1 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_games.png");
    background-size: 30px 18px;
  }
  li.topic.from_foro2 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_indaclub.png");
    background-size: 33px 18px;
  }
  li.topic.from_foro9 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_multimedia.png");
    background-size: 27px 27px;
  }
  li.topic.from_foro3 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_laliga.png");
    background-position: 13px 2px;
    background-size: 18px 28px;
  }
  li.topic.from_foro4 a.topictitle:hover::before,
  .from_foro5 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_soccer.png");
    background-size: 32px 14px;
  }
  li.topic.from_foro6 a.topictitle:hover::before,
  li.topic.from_foro37 a.topictitle:hover::before,
  li.topic.from_foro40 a.topictitle:hover::before,
  li.topic.from_foro43 a.topictitle:hover::before,
  li.topic.from_foro45 a.topictitle:hover::before,
  li.topic.from_foro46 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_pvr.png");
    background-size: 27px 27px;
  }
  li.topic.from_foro7 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_vru.png");
    background-size: 19px 22px;
  }
  li.topic.from_foro8 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_off.png");
    background-size: 25px 25px;
  }
  li.topic.from_foro11 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_toto.png");
    background-size: 33px 19px;
  }
  li.topic.from_foro13 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_foreign.png");
    background-position: 3px 1px;
    background-size: 32px 30px;
  }
  li.topic.from_foro10 a.topictitle:hover::before {
    background-image: url("//foro.valencianistas.ru/images/foro/black/foro_closed.png");
    background-size: 20px 25px;
  }
}
li.topic[class*="from_foro"] a.topictitle::before {
  background-position: left 7px;
  background-repeat: no-repeat;
  margin-left: -40px;
  padding-left: 40px;
}
li.topic.from_foro1 a.topictitle::before {
  background-position: 4px 8px;
}
li.topic.from_foro2 a.topictitle::before {
  background-position: 2px 9px;
}
li.topic.from_foro9 a.topictitle::before {
  background-position: 7px 3px;
}
li.topic.from_foro3 a.topictitle::before {
  background-position: 13px 6px;
}
li.topic.from_foro4 a.topictitle::before,
.from_foro5 a.topictitle::before {
  background-position: 2px 9px;
}
li.topic.from_foro6 a.topictitle::before,
li.topic.from_foro37 a.topictitle::before,
li.topic.from_foro40 a.topictitle::before,
li.topic.from_foro43 a.topictitle::before,
li.topic.from_foro45 a.topictitle::before,
li.topic.from_foro46 a.topictitle::before {
  background-position: 6px 3px;
}
li.topic.from_foro7 a.topictitle::before {
  background-position: 12px 6px;
}
li.topic.from_foro8 a.topictitle::before {
  background-position: 6px 5px;
}
li.topic.from_foro11 a.topictitle::before {
  background-position: 5px 8px;
}
li.topic.from_foro13 a.topictitle::before {
  background-position: 3px 4px;
}
li.topic.from_foro10 a.topictitle::before {
  background-position: 15px 4px;
}
@media not all, only screen and (min-resolution: 144dpi) {
  li.topic.from_foro1 a.topictitle::before {
    background-size: 30px 18px;
  }
  li.topic.from_foro2 a.topictitle::before {
    background-size: 33px 18px;
  }
  li.topic.from_foro9 a.topictitle::before {
    background-size: 27px 27px;
  }
  li.topic.from_foro3 a.topictitle::before {
    background-position: 13px 2px;
    background-size: 18px 28px;
  }
  li.topic.from_foro4 a.topictitle::before,
  .from_foro5 a.topictitle::before {
    background-size: 32px 14px;
  }
  li.topic.from_foro6 a.topictitle::before,
  li.topic.from_foro37 a.topictitle::before,
  li.topic.from_foro40 a.topictitle::before,
  li.topic.from_foro43 a.topictitle::before,
  li.topic.from_foro45 a.topictitle::before,
  li.topic.from_foro46 a.topictitle::before {
    background-size: 27px 27px;
  }
  li.topic.from_foro7 a.topictitle::before {
    background-size: 19px 22px;
  }
  li.topic.from_foro8 a.topictitle::before {
    background-size: 25px 25px;
  }
  li.topic.from_foro11 a.topictitle::before {
    background-size: 33px 19px;
  }
  li.topic.from_foro13 a.topictitle::before {
    background-position: 3px 1px;
    background-size: 32px 30px;
  }
}


#uber_statistic {
  padding-top: 100px; 
  clear: both; 
  position: relative;
  z-index: 200;
}

#lenta + #uber_statistic{
  padding-top: 30px;
}

#uber_statistic h2 {
  padding-left: 30px;
  padding-bottom: 35px;
}
.scheet tr {
  transition: opacity 0.3s ease-out 0s;
}
.scheet tbody tr:hover td:not(.nothover) {
  background-color: rgba(0, 154, 255, 0.15);
}
.scheet caption {
  text-align: left;
  margin-bottom: 10px;
}
.scheet.table td,
.scheet th {
  text-align: left;
}
.scheet.table .right {
  text-align: right;
}
.scheet.table .left {
  text-align: left;
}
.scheet.table .bold {
  font-weight: bold;
}
.scheet.table .cen {
  text-align: center;
}
.scheet .red,
.scheet .red a {
  color: #ff2400;
}
.scheet .yellow,
.scheet .yellow a {
  color: #9DB400;
}
.scheet .green,
.scheet .green a {
  color: #3ba900;
}
.scheet .grey,
.scheet .grey a {
  color: #a0a0a0;
}
.scheet td,
.scheet th {
  line-height: 24px;
  text-align: right;
  vertical-align: middle;
  padding: 0px 6px;
  white-space: nowrap;
}

.scheet.graph td{
  padding: 0;
  text-align: center;
  height: 24px;
}

.scheet.graph tr th:first-child, .scheet.graph tr td:first-child{
  /*width: 0;*/
  /*font-size: 0;*/
  /*padding:0;*/
  display: none;
}


.scheet th {
  text-align: center;
  font-weight: 500;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
th .row_name {
  position: relative;
}
th .row_name .full {
  position: absolute;
  background: #000 none repeat scroll 0% 0%;
  z-index: 10;
  left: -4px;
  padding: 0 4px;
  display: none;
}
.scheet th.dynamic {
  width: 100%;
}
.scheet th.last {
  padding-right: 36px;
}
.scheet th:hover .full {
  display: block;
}
.scheet .goals-equal,
.scheet .goals-minus,
.scheet .goals-dif {
  /*opacity: @opacity;*/
  color: rgba(255, 255, 255, 0.5);
  padding: 0 2px;
}
.scheet .goals-dif {
  padding-left: 5px;
}
.scheet .w,
.scheet .goals-pro,
.scheet .pts {
  padding-left: 35px;
}
.scheet .w,
.scheet .d,
.scheet .l {
  width: 14px;
}
.scheet td.name,
.scheet th.name {
  text-align: left;
  padding-right: 40px;
  /*padding-left: 5px;*/
}
.scheet.small td,
.scheet.small th {
  padding: 0px 3px;
}
.scheet.small td.name,
.scheet.small th.name {
  padding-right: 5px;
  padding-left: 8px;
}
.scheet.small .w,
.scheet.small .goals-pro,
.scheet.small .pts {
  padding-left: 15px;
}
.scheet .ho,
.scheet .gu {
  display: none;
}
.scheet .vcf {
  color: #ff7200 !important;
}




#equipo_statistic_game_by_game td.st_n{
  background-color: rgba(255,255,255,0.06);
  /*text-align: right;*/
}

#equipo_statistic_game_by_game tbody tr:hover td{
  /*background-color: rgba(0, 154, 255, 0.15);*/
  background: none;
}

#equipo_statistic_game_by_game td.st_y{
  /*text-align: left;*/
  background-color: rgba(255,255,255,0.06);
}

#equipo_statistic_game_by_game tr th{
  /*width: 40px;*/
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 0 3px;
  /*position: relative;*/
  border-left: solid 2px black;
  border-right: solid 1px black;
}

#equipo_statistic_game_by_game th > div{
  position:relative; 
  /*overflow: auto; */
  height: 100%;
}

#equipo_statistic_game_by_game .c2 > div {
    position: relative;
    top: -18px;
}

.two_in_one{
  margin-left: 30px;
  margin-right: 30px;
}

.two_in_one h2{
  text-align: left;
  float: left;
}

.players_stat_type{
  margin: -6px 0px 30px 20px;
  float: left;
}

.players_stat_hider{
  margin: 3px 0px 20px 30px;
  float: right;
}


.two_in_one td{
  vertical-align: top;
}

.two_in_one .fade{
  opacity: 0.2;
}

#equipo_statistic_game_by_game th.draw{
  border-bottom: solid 2px #a0a0a0;
}

#equipo_statistic_game_by_game th.win{
  border-bottom: solid 2px #3ba900;
}

#equipo_statistic_game_by_game th.lose{
  border-bottom: solid 2px #ff2400;
}

#equipo_statistic_game_by_game th.draw .minires{
  background-color: #a0a0a0;
}

#equipo_statistic_game_by_game th.win .minires{
  background-color: #3ba900;
}

#equipo_statistic_game_by_game th.lose .minires{
  background-color: #ff2400;
}

#equipo_statistic_game_by_game .minires{
  font-size: 10px;
  height: 13px;
  font-weight: 400;
  padding: 0 4px;
  line-height: 13px;
  position: absolute;
  bottom: 24px;
  right: -3px;
  display: none;
  z-index: 15;
}

#equipo_statistic_game_by_game th:hover .minires, 
#equipo_statistic_game_by_game th.hovered .minires{
  display: block;
}

#equipo_statistic_game_by_game .full, #equipo_statistic_game_by_game .short{
  display: none;
}

#equipo_statistic .out{
  opacity: 0;
}


#equipo_statistic_game_by_game td:first-child{
  
  width: auto;
  white-space: nowrap;
  padding-right: 5px;
  max-width: none;
  text-align: left;
}

#equipo_statistic_game_by_game td{
  text-align: center;
  /*padding: 0 2px;*/
  /*width: 50px;*/
  /*max-width: 40px;*/
  /*position: relative;*/
  border-right: solid 1px black;
  z-index: -5;
  overflow: hidden;
}

#equipo_statistic_game_by_game td div{
  position:relative; 
  overflow: auto; 
  height: 100%;
}

#equipo_statistic_game_by_game table{
  table-layout: fixed;
  width: 100%;
}

.tdbg{
    height: 24px;
    position: absolute;
    z-index: -2;  
    background-color: rgba(255,255,255,0.2);
}

#equipo_statistic_game_by_game td.st_n .tdbg{
  right: 0;
}

.two_in_one.cards_only #equipo_statistic_game_by_game .cards{
  display: inline;
}
.two_in_one.cards_only #equipo_statistic_game_by_game .resu{
  display: none;
}


.two_in_one.cards_only #equipo_statistic tr td:nth-child(15),
.two_in_one.cards_only #equipo_statistic tr td:nth-child(16),
.two_in_one.cards_only #equipo_statistic tr th:nth-child(10),
.two_in_one.cards_only #equipo_statistic tr th:nth-child(11)
{
  display: table-cell;
}

.two_in_one.cards_only #equipo_statistic tr td:nth-child(10),
.two_in_one.cards_only #equipo_statistic tr td:nth-child(11),
.two_in_one.cards_only #equipo_statistic tr td:nth-child(12),
.two_in_one.cards_only #equipo_statistic tr td:nth-child(13),
.two_in_one.cards_only #equipo_statistic tr td:nth-child(14),
.two_in_one.cards_only #equipo_statistic tr th:nth-child(6),
.two_in_one.cards_only #equipo_statistic tr th:nth-child(7),
.two_in_one.cards_only #equipo_statistic tr th:nth-child(8),
.two_in_one.cards_only #equipo_statistic tr th:nth-child(9)
{
  display: none;
}

.two_in_one #equipo_statistic tr td:nth-child(15),
.two_in_one #equipo_statistic tr td:nth-child(16),
.two_in_one #equipo_statistic tr th:nth-child(10),
.two_in_one #equipo_statistic tr th:nth-child(11)
{
  display: none;
}

.two_in_one #equipo_statistic tr td:nth-child(10),
.two_in_one #equipo_statistic tr td:nth-child(11),
.two_in_one #equipo_statistic tr td:nth-child(12),
.two_in_one #equipo_statistic tr td:nth-child(13),
.two_in_one #equipo_statistic tr td:nth-child(14),
.two_in_one #equipo_statistic tr th:nth-child(6),
.two_in_one #equipo_statistic tr th:nth-child(7),
.two_in_one #equipo_statistic tr th:nth-child(8),
.two_in_one #equipo_statistic tr th:nth-child(9)
{
  display: table-cell;
}


.scheet.graph tr th:first-child, .scheet.graph tr td:first-child{
  /*width: 0;*/
  /*font-size: 0;*/
  /*padding:0;*/
  display: none;
}


#equipo_statistic_game_by_game .cards{
  display: none;
}
#equipo_statistic_game_by_game .resu{
  display: inline;
}

#equipo_statistic_game_by_game .rivals td{
  white-space: nowrap;
  overflow-x: hidden;
}

#equipo_statistic_game_by_game td:hover{
  opacity: 0.9;
}

.laliga_rank {
  width: 100%;
  /*    tbody tr:hover td:not(.nothover){
        background-color: fade(@color-blue,15);
    }*/
}
.laliga_rank tbody tr.hovered td:not(.nothover) {
  background-color: rgba(0, 154, 255, 0.15);
}
.laliga_rank #dynamic {
  width: 100%;
  /*height: 100%;*/
}
.laliga_rank #for_dynamic {
  padding: 0;
  height: 100%;
}
.laliga_rank #timeline {
  width: 100%;
  height: 22px;
  font-weight: 500;
}
.laliga_rank .dynamic {
  padding: 0;
}
.ml {
  margin-left: 30px;
  margin-bottom: 20px;
}
.n {
  opacity: 0.5;
  text-align: right;
  width: 1.2em;
  display: inline-block;
  margin-right: 0.7em;
}
.this_day {
  line-height: 1.7;
}
.this_day h2 span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  /*    a{
        border-width: 1px;
    }*/
}
h3 span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}
#omega_statistic {
  padding: 90px 30px;
}
#omega_statistic:empty{
  padding: 0;
}
#omega_statistic #player_stat {
  float: left;
  width: 50%;
  overflow: hidden;
  position: relative;
  left: -30px;
  padding-left: 30px;
}
#omega_statistic #player_stat ul {
  width: 3000px;
}
#omega_statistic #player_stat ul li {
  display: inline-block;
  margin-right: 20px;
  width: 80px;
  vertical-align: top;
}
#omega_statistic #player_stat ul li .userpic {
  background-color: #F8F8F8;
  background-position: center 7%;
  background-repeat: no-repeat;
  background-size: 180%;
  height: 60px;
  margin-bottom: -9px;
  width: 60px;
  position: relative;
  top: -13px;
}
#omega_statistic #player_stat ul li .userpic div {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAMAAACahl6sAAABAlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD+Tsa+AAAAVnRSTlP/89vJuqydj39wZF9PSj81LyIfFA8GAO3QtJd6XkYxGgf3zKJ+WjQQ8ohZKgPlp2wwAvzDe/2/Eb7YdBv+tUehJqCuKcs2awHEIIRQ5t4jiUVjSSETBVFBIE0AAAQrSURBVHgB7d2FUiRJGATg/HsnbF3/dWTd0UZ73PX8WU8e4dxdQs495FxqDFicMYaqjP6iXiBhDKlMwSDIFmifjYxpn80wAILenZdVv6Mfh82q74YcZFxafsGgnTItXwwhyJ1Pb4rI99hP2sjyyY0P9y/IQ2n4CsNx2TS8M/gg0yLf/4lhuxQx5nUMjj93eF4PyPzhBR+Dsbi0rAdqeWkRfQuiMbVALBqgH348oZZIJH30Kkil1SLpVICeZLJqmWwG3ZNcXq2Tzwm6VCiqlYoFdCMoPVBLPSgF6JiU1WJlQYcqI2q1kQo6Uq2p5WrVjnIsq/WWO0hSqakDahXsQUbUCSOCXQVldUQ5wG5K6owSdlF4oM54UMCOpKgOKQp2klOn5LCDTF6dks9gW0FWHZMNsJ2UOieFbfhpdU7ax1ZJdVAcWwQJdVAiwGZRdVIUm8XUSTFssqiOWsRGS+qoJWzgL6ujln2st6DOmsN6h9VZh7HO9Lw6a34aj82ow2bw2Kw6bBaPTarDRrDmoTrtIVY9Uqc9wqoJddoEx1NEdRJouzOlTpu6g7aIOi4CwANwE44ro+2eOu4e2u6r4+6jZfyBOu7BOJoy6rxraLquzrsOeIDAeYKmm+q8m2i6pc67habb6rzbaDivBM4DuKAELgC4qAQuwoOAgIRBLPMrgCeVwFUAI0pgBMCoEhgFMKYExgBRCgJPKXg4pBQOIaIUIp6AgoRB9hAGCYMUWIK8whLkV5YgOVAQHFcKx3FCKZzASaVwEs8ohVM4rRRO8wR5VimcwVmlcJYnyHNK4RyURBgkDBIGCYOEQcIgYZAwSBgkDBIGcQ7ND1bhz+y2BaH5dVD4m0bbgtD8Epvmzwo0f+ih+dOblwEF473EEuQkSxCfJcgLLEEMbBMGsUoYhObfZWn+gZnnX8pFKQjPtQueizA0V5NILot5eBUEfoYHAwInWYIYnkvHRNfAOS7ms1Ql0JRXENWJeICB8wxN5Q5NCRJNLRVLURhTdZsHwMBxhqbekKZwkqUClKaUlaYml6a4mKVKmqbcm6ZunbEAn2aSgGckgma2g2ZIhWfahmZsiGf+iWaQC0l1UJJ5tI5mRpBn2JFmapNn/JRnjpZmIJhnsplnRJtm1pxnaJ5n+h+o1tRytSo6UhlRq41U0CEpq8XKgo4FpQdqqQelAN0oFNVKxQK6JLm8WiefE3Qvk1XLZDPoSZBKq0XSqQC98pMJtUQi6aMfQTSmFohFA/RtcWlZD9Ty0iIGw184PK8HZP7wgo8OCDozLfLv1xi2SxFjXkdHBJ17KA1fYTgum4Z30DFBd+58elNEvsd+0kaET258iK4IejB+/Qtp+AWDdso0jH/2Bbon6N15aZp9XeR39OOwMdOvmqbv0DPBIMiqwiu/SgvaZyNj2qfppP+CWYUBqANaMK90yfZm5gAAAABJRU5ErkJggg==);
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
}
#omega_statistic #player_stat ul li .goals_count {
  color: #009aff;
  font-size: 18px;
  position: relative;
  left: 44px;
  z-index: 33;
  text-shadow: 0px 0px 12px #000, 0px 0px 16px #000, 0px 0px 20px #000, 0px 0px 24px #000;
  padding: 0px 6px;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 4px;
  border-radius: 20px;
  top: 54px;
}
#omega_statistic #player_stat ul li .pen {
  font-size: 12px;
  margin-left: -9px;
  vertical-align: top;
  position: relative;
  top: -1px;
  text-shadow: none;
}
#omega_statistic #player_stat ul li .pen::before {
  content: '(';
  font-size: 10px;
  vertical-align: top;
}
#omega_statistic #player_stat ul li .pen::after {
  content: ')';
  font-size: 10px;
  vertical-align: top;
}
#omega_statistic #player_stat > div {
  position: relative;
}
#omega_statistic #player_stat > div::before {
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  width: 300px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  right: 0px;
  z-index: 40;
  pointer-events: none;
}
#omega_statistic #coppa {
  float: left;
  margin-right: 60px;
}
#omega_statistic #eurocup {
  float: left;
}
#omega_statistic .scheet td:first-child {
  padding-left: 0;
}
.storycontent {
  max-width: 640px;
}
.cleared {
  clear: both;
}
.text blockquote,
.text q {
  font-size: 27px;
  line-height: 40px;
  font-family: 'Roboto mono';
  font-weight: 300;
  margin-bottom: 20px;
}
#info_soup {
  clear: both;
  padding: 90px 30px;
}
#info_soup .left_side {
  width: 54%;
  float: left;
  margin-right: 12%;
}
#info_soup #first_level_of_info {
  margin-bottom: 50px;
}
#info_soup #headliner {
  margin-top: 30px;
  margin-bottom: 90px;
}
#info_soup #headliner figure {
  margin-bottom: 20px;
  /*float: left;*/
  width: auto;
  /*margin-right: 20px;*/
}
#info_soup #headliner figure img {
  width: 100%;
  height: auto;
}
#info_soup #headliner h3 {
  border-width: 1px;
  display: inline;
  font-size: 27px;
  line-height: 31px;
  font-weight: 300;
}
#info_soup #headliner .storycontent {
  margin-top: 10px;
}
#info_soup #just_want_to_say {
  float: right;
  width: 30%;
  background-color: #f80;
  background-image: url('//st.valencianistas.ru/img/mono/promo_bg.jpg');
  background-size: cover;
  background-position: right top;
  padding: 30px 50px 30px 30px;
}
#info_soup #just_want_to_say h3 {
  font-size: 27px;
  line-height: 31px;
  margin-bottom: 30px;
  /*font-weight: 300;*/
}
#info_soup #just_want_to_say p {
  font-size: 18px;
  line-height: 24px;
}
#info_soup #just_want_to_say .faded {
  margin-top: 50px;
  display: inherit;
}
#info_soup #just_want_to_say .faded a:hover {
  opacity: 1;
  border-color: #009aff;
}
#info_soup #first_part_of_news {
  /*margin-top: 30px;*/
  width: 40%;
  float: left;
}
#info_soup #first_part_of_news .category-news {
  margin-bottom: 20px;
}
#info_soup #twitter_feed {
  width: 30%;
  float: left;
  margin-top: 25px;
}
#info_soup #articles {
  float: left;
  width: 33%;
  padding-right: 6%;
  margin-top: 50px;
  clear: both;
  position: relative;
  /*top: -480px;*/
}
#info_soup #articles img {
  width: 100%;
  height: auto;
}
#info_soup #articles .category-articles {
  margin-bottom: 85px;
}
#info_soup #articles figure {
  margin-bottom: 20px;
}
#info_soup #articles h3 {
  border-width: 1px;
  display: inline;
  font-size: 18px;
  line-height: 27px;
  /*font-weight: 300;*/
}
#info_soup #articles .storycontent {
  margin-top: 7px;
}
#info_soup #articles .tint {
  width: 100%;
}
#info_soup #kalinich {
  float: left;
  width: 60%;
  margin-top: 50px;
  position: relative;
}
#info_soup #kalinich .category-news {
  width: 40%;
  padding-right: 5%;
  float: left;
  padding-bottom: 40px;
}
#info_soup #kalinich .storycontent {
  display: none;
}
#info_soup #kalinich img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 300px;
}
#info_soup #kalinich h3 {
  border-width: 1px;
  display: inline;
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
}
#info_soup .post-edit-link,
#info_soup .permalink-arrow {
  display: none;
}
::-moz-selection {
  /* Code for Firefox */
  background: #009aff;
  color: #fff;
}
::selection {
  color: #fff;
  background: #009aff;
}
.def {
  position: relative;
}
dfn {
    border-bottom: 1px dotted rgba(51, 155, 6, 0.56);
    font-style: normal;
}

.def ul {
  text-align: left;
  background-color: #000;
  left: -10px;
  top: -5px;
  transition: opacity 0.3s ease-out 0s;
  box-shadow: 0px 5px 16px 0px rgba(124, 90, 55, 0.2);
  display: inline-block;
  position: absolute;
  min-width: 116px;
  padding: 0px;
  line-height: 1.7;
  opacity: 0;
  visibility: hidden;
}
.def:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 67;
}
.def ul li a {
  padding: 3px 10px;
  display: block;
}
.def ul li.now {
  padding: 3px 10px;
}
.def ul li a:hover {
  background-color: blue;
}
#game_stat,
.game_stat_column {
  margin-top: 50px;
}
.logo {
  -webkit-filter: drop-shadow(0px 0px 250px rgba(255, 255, 255, 0.4));
  filter: drop-shadow(0px 0px 250px rgba(255, 255, 255, 0.4));
  max-height: 170px;
  margin: 0 0 15px;
}
.game_stat td {
  text-align: center;
}
/*.game_stat td:first-child, .game_stat td:last-child{*/
/*text-align: right;*/
/*}*/
.singlenews {
  max-width: 600px;
  margin: 150px auto;
}
.text {
  font-size: 18px;
  line-height: 29px;
  margin-top: 40px;
  font-family: roboto;
  margin-bottom: 60px;
}
.text p {
  margin-bottom: 20px;
}
.discuss_on_foro {
  display: inline-block;
  position: relative;
  top: 6px;
  left: 10px;
}
.post_info {
  margin-top: 11px;
}
.post_header {
  margin-top: 25px;
}
.wp-caption-text {
  opacity: 0.5;
  font-style: italic;
  font-size: 13px;
  font-family: 'roboto mono';
}
#schedule {
  margin: 100px 30px;
}
#schedule .scheet th {
  text-align: left;
}
#schedule > table {
  display: inline-block;
  margin: 60px 70px 40px 0;
  width: 220px;
  vertical-align: top;
}
#ffffuuuuuuuuuter {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  margin-top: 100px;
}
#ffffuuuuuuuuuter > div {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
#ffffuuuuuuuuuter > :last-child {
  float: right;
}
#ffffuuuuuuuuuter > :nth-child(2) {
  margin-left: 6%;
}
#page:not(.homepage) #content {
  /*padding: 0 30px;*/
  margin-bottom: 150px;
}
#calendar {
  margin: 40px 30px 90px;
}
#calendar tr td:nth-child(3),
#calendar tr td:nth-child(5) {
  padding-right: 35px;
}
#calendar tr td:nth-child(1) {
  padding-right: 10px;
}
.players_list h1,
.seasons h1,
.player h1,
.game h1,
.page h1 {
  font-size: 120px;
  line-height: 120px;
  /*padd*/
  margin: 100px 30px 50px;
}
.special h1 {
  color: #ff7200;
  font-size: 250px;
  line-height: 220px;
  margin: 100px 30px 0px;
  padding-bottom: 40px;
  /*top:100px;*/
  word-break: break-all;
  /*position: absolute;   */
  z-index: -1;
  /*background: transparent -webkit-linear-gradient(left, rgb(238, 115, 27) 0%, rgb(223, 68, 41) 33%, rgb(72, 90, 165) 66%, rgb(67, 143, 205) 100%) repeat scroll 0% 0% padding-box text;*/
  /*background: transparent -o-linear-gradient(left, rgb(238, 115, 27) 0%, rgb(223, 68, 41) 33%, rgb(72, 90, 165) 66%, rgb(67, 143, 205) 100%) repeat scroll 0% 0% padding-box text;*/
  /*background: transparent linear-gradient(to right, rgb(238, 115, 27) 0%, rgb(223, 68, 41) 33%, rgb(72, 90, 165) 66%, rgb(67, 143, 205) 100%) repeat scroll 0% 0% padding-box text;*/
  /* Permalink - use to edit and share this gradient: //colorzilla.com/gradient-editor/#ee731b+0,e94429+34,485aa5+66,438fcd+100 */
  background: #ee731b;
  /* Old browsers */
  background: transparent -moz-linear-gradient(left, #ee731b 0%, #e94429 34%, #485aa5 66%, #438fcd 100%);
  /* FF3.6-15 */
  background: transparent -webkit-linear-gradient(left, #ee731b 0%, #e94429 34%, #485aa5 66%, #438fcd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: transparent linear-gradient(to right, #ee731b 0%, #e94429 34%, #485aa5 66%, #438fcd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee731b', endColorstr='#438fcd', GradientType=1);
  /* IE6-9 */
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.liga_info > h2 {
  margin-left: 30px;
  margin-bottom: 20px;
}
.yc {
  color: #9DB400;
}
.rc,
.out {
  color: #ff2400;
}
.in {
  color: #3ba900;
}
.goal,
.pen,
.owngoal {
  color: #009aff;
}
.r,
.r a,
.r .n {
  color: rgba(255, 255, 255, 0.4);
  border-color: rgba(255, 255, 255, 0.1);
  /*opacity: 0.5;*/
}
.r a:hover {
  color: #009aff;
  border-color: rgba(0, 154, 255, 0.3);
}
.h4 {
  margin-top: 1.4em;
  /*strong;*/
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 0.4em;
}
.hs {
  padding-right: 60px;
}
.gs .h4 {
  opacity: 0;
}
.player .player_news,
.game .player_news {
  margin-top: 40px;
}
.player #player_news,
.game #player_news {
  margin-top: 170px;
}
.player .foro_discuss,
.game .foro_discuss {
  margin-bottom: 50px;
  position: relative;
}
.player .foro_discuss h2 a,
.game .foro_discuss h2 a {
  /*border: solid 2px rgba(255, 255, 255, 0.2);*/
  /*border-radius: 20px;*/
}
.player .foro_discuss .uberbutton,
.game .foro_discuss .uberbutton {
  position: absolute;
  /*top:250px;*/
  bottom: -50px;
  left: 50%;
  margin-left: -200px;
}
.player .game_subinfo .foro_discuss .uberbutton,
.game .game_subinfo .foro_discuss .uberbutton {
  /*top:550px;*/
  bottom: -50px;
}
.player .preview,
.game .preview {
  padding-right: 5%;
  padding-bottom: 40px;
}
.player .shirt_num,
.game .shirt_num {
  color: #009aff;
  font-weight: 200;
  margin-left: 0.2em;
}
.player .names,
.game .names {
  margin-top: -30px;
  margin-left: 30px;
  opacity: 0.5;
}
.player .card,
.game .card {
  margin-left: 30px;
  margin-top: 60px;
}
.player .card .scheet td,
.game .card .scheet td {
  text-align: left;
  line-height: 30px;
}
.player .card .profile_photo,
.game .card .profile_photo {
  float: left;
  margin-right: 30px;
  max-width: 210px;
}
#game_header {
  margin-left: 30px;
  margin-bottom: 100px;
}
#game_header td {
  padding-right: 100px;
}
.flags {
  position: relative;
  top: -0.6em;
}
#select_season::after {
  content: '▼';
  font-size: 24px;
  vertical-align: middle;
  margin-left: 20px;
}


#years_selector {
  background-color: #000000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 50;
  padding: 0 30px;
  display: none;
  opacity: 0;
  line-height: 0;
}

#years_selector.normal{
  opacity:1; 
  display: block; 
  position:relative; 
  background:none;
  width: auto;
  padding-top: 30px;
  height: auto;
  overflow-y: initial; 
}


#years_selector a {
  font-size: 18px;
  line-height: 27px;
  display: inline-block;
  width: 200px; 
  /*  */
  height: 150px;
  text-align: center;
  border-collapse: collapse;
  position: relative;
  border: none;
  /*transition: opacity 0.3s ease-out 0s; */
}
#years_selector a.selected {
  /*pointer-events: none;*/
  background-size: 400px 300px;
  background-image: url('//st.valencianistas.ru/img/mono/cross3-4.png');
  background-position: center;
}
#years_selector a.selected .season_l {
  /*display: none;*/
  opacity: 0;
}
#years_selector a.selected .bg {
  opacity: 0.2;
}
#years_selector a.selected:hover .bg {
  opacity: 0;
}
#years_selector a.selected:hover .season_l {
  /*display: none;*/
  opacity: 1;
}
#years_selector a.selected:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
#years_selector a:hover .bg {
  opacity: 1;
}
#years_selector a:hover .season_l {
  opacity: 0;
}
#years_selector a .bg {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-size: cover;
  background-position: center;  
  transition: opacity 0.3s ease-out 0s;
}

#years_selector a .season_l {
  transition: opacity 0.3s ease-out 0s;
  opacity: 1;
  position: absolute;
  bottom: 2px;
  left: 2px;
  line-height: 1em;
  font-size: 16px;
  text-align: left;
}
/*
#years_selector a .season_l {
  transition: opacity 0.3s ease-out 0s;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  line-height: 150px;
  font-size: 24px;
}*/

.head_img {
  position: relative;
  /*top: -90px;*/
}
.head_img::before {
  left: 0px;
  top: 0px;
  content: "";
  display: block;
  height: 260px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  /*z-index: 40;*/
  pointer-events: none;
}
.head_img img {
  width: 100%;
}
.head_img.under {
  position: absolute;
  top: 0;
  opacity: 0.25;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -4;
}
.head_img.under::before {
  bottom: 0;
  top: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#soccer_field {
  background-repeat: no-repeat;
  background-image: url('//st.valencianistas.ru/img/mono/field.png');
  background-size: 100.2%;
  background-position: top center;
  position: relative;
  top: -90px;
  padding-top: 1px;
}
#soccer_field #equipo_players {
  padding-left: 30px;
  margin-top: 100px;
}
#soccer_field #equipo_players h3 {
  margin-left: 1.15em;
}
.game_subinfo_sidebar {
  line-height: 1.7;
  margin-right: 50px;
}
.uberbutton {
  font-size: 27px;
  border: solid 2px #009aff;
  padding: 14px 23px 18px;
  text-align: center;
  border-radius: 50px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
}
#last_topics {
  max-width: 600px;
  margin-top: 40px;
  /*opacity: 0.35;*/
}
#last_topics blockquote {
  opacity: 0.75;
  font-style: italic;
  padding-left: 15px;
  border-left: 1px solid #00b9ee;
  margin-left: 6px;
}
#last_topics cite {
  display: none;
}
#last_topics .foro_userpic {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: white;
  height: 60px;
  width: 60px;
  float: left;
  position: relative;
  top: 4px;
}
#last_topics .post.line {
  margin-bottom: 30px;
  min-height: 60px;
}
#last_topics .post_user {
  margin-left: 75px;
}
#last_topics .post_text {
  margin-left: 75px;
  margin-top: 6px;
}
#last_topics .profile-link {
  font-weight: bold;
  letter-spacing: 0.04em;
}
.game_subinfo {
  margin-right: 20px;
}
.player_subinfo {
  overflow-y: hidden;
  position: relative;
  min-height: 700px;
}
.player_subinfo::before {
  bottom: 0px;
  content: "";
  display: block;
  height: 300px;
  width: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  right: 0px;
  z-index: 40;
  pointer-events: none;
}
#last_topics {
  overflow-y: hidden;
  position: relative;
  min-height: 700px;
}
#last_topics::before {
  bottom: 0px;
  content: "";
  display: block;
  height: 300px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  right: 0px;
  z-index: 40;
  pointer-events: none;
}
.game_subinfo::before {
  left: 0;
}
.game_subinfo_main {
  /*margin-top: 140px;*/
  /*margin-left: 30px;*/
}
.half_table.stat {
  width: 100%;
}
.half_table.bio {
  max-width: 650px;
  padding-right: 50px;
}
.half_table {
  /*width: 50%;*/
  float: left;
  box-sizing: border-box;
  margin-top: 100px;
  padding-left: 30px;
}


.video_embed{
  margin-bottom:60px;
}

.player_stat_table tr.newcompetition {
  color: rgba(255, 255, 255, 0.4);
  /*line-height: 22px;*/
}
.player_stat_table tr.newseason td {
  padding-top: 10px;
}
.player_stat_table tr.newclub {
  padding-top: 20px;
}
.player_stat_table tr td {
  line-height: 22px;
}
.player_stat_table tr td:nth-child(2),
.player_stat_table tr td:nth-child(3),
.player_stat_table tr td:nth-child(8),
.player_stat_table tr td:nth-child(13) {
  padding-right: 35px;
}
.player_stat_table tr th:nth-child(2),
.player_stat_table tr th:nth-child(3),
.player_stat_table tr th:nth-child(4),
.player_stat_table tr th:nth-child(8) {
  padding-right: 35px;
}
.player_stat_table tr .clubname {
  float: left;
}
.player_stat_table tr .condition {
  float: right;
  margin-left: 20px;
}
.equipo .half_table {
  /*margin-top: -170px;        */
  padding-right: 2%;
}
.equipo #soccer_field + .half_table {
  padding-left: 30px;
}
.equipo #equipo_coaches {
  clear: both;
  margin-left: 30px;
  margin-top: 120px;
  padding-bottom: 0px;
}
.equipo #equipo_coaches li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 12px;
  max-width: 200px;
  vertical-align: top;
  line-height: 20px;
}
.equipo .position {
  float: left;
  /*margin-right: 10%;*/
  width: 25%;
  min-width: 200px;
  padding-bottom: 40px;
}
.equipo .equipo_list {
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.equipo .n {
  width: 1.15em;
  display: inline-block;
  text-align: right;
}
.equipo .equipo_statistic tr td:nth-child(3),
.equipo .equipo_statistic tr td:nth-child(4),
.equipo .equipo_statistic tr td:nth-child(9),
.equipo .equipo_statistic tr td:nth-child(14) {
  padding-right: 25px;
}
.equipo .equipo_statistic tr th:nth-child(3),
.equipo .equipo_statistic tr th:nth-child(4),
.equipo .equipo_statistic tr th:nth-child(5),
.equipo .equipo_statistic tr th:nth-child(9) {
  padding-right: 25px;
}

.equipo .equipo_statistic tr th:nth-child(11) {
  padding-right: 25px;
}
.equipo .equipo_statistic tr td:nth-child(16) {
  padding-right: 25px;
}


.equipo .equipo_statistic tr .pen {
  font-size: 9px;
  margin-left: -1px;
  vertical-align: top;
  position: absolute;
  top: -8px;
}
.equipo .equipo_statistic tr .pen::before {
  content: '(';
  font-size: 7px;
  opacity: 0.5;
}
.equipo .equipo_statistic tr .pen::after {
  content: ')';
  font-size: 7px;
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  #content #first_level #breaking_news li {
    float: left;
    width: 200px;
    margin-right: 40px;
  }
  #content #first_level #breaking_news li figure {
    display: none;
  }
  #content #first_level #breaking_news li.top_news {
    width: 250px;
  }
  #content #first_level #breaking_news {
    width: 3000px;
  }
  #content #first_level #alpha {
    margin: 0;
    clear: both;
    position: relative;
  }
  #content #first_level #alpha #big_score {
    position: relative;
    left: 0;
  }
  #content #first_level #alpha #last_game {
    top: 210px;
    left: 0%;
    left: 0;
    top: 280px;
  }
  #content #first_level #alpha #next_game {
    left: 0;
    top: 420px;
    width: 33%;
    margin-left: 360px;
  }
  #content #lenta {
    margin-top: 0px;
  }
}


#content.players_list{
  position: relative;
}

#players_list_shirt, #players_list_global{
  position: relative; 
}

.player_line{
  position: relative;
}

.player_line p{
  position: absolute;
  top:0;
  width: 100px;
  background-color: red;
}


.players_list p{
  position: absolute;
  width: 130px;
  background-color: red;
  /*background: linear-gradient(to right, #f00, #ff00004d);*/
  height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 5px;
  white-space: nowrap;
  /*border-left: solid 0.1px black;*/
  border-bottom: solid 0.4px rgba(0, 0, 0, 0.3);
  /*transition: opacity 0.3s ease-out 0s;*/
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIIAAAACCAYAAACUswQlAAAAFElEQVR4AWMAglEwCv6DyVEwmhAADSUB/8FT5HUAAAAASUVORK5CYII=');*/
}

.players_list p.coach{
  background-color: blue;
  /*opacity: 1 !important;*/
}

.players_list p::before {
    bottom: 0px;
    content: "";
    display: block;
    height: 20px;
    width: 33%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: absolute;
    right: 0px;
    z-index: 40;
    pointer-events: none;
}

.players_list p.coach::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}


.players_list p.active{
  overflow: visible;
  opacity: 1;
  z-index: 42;
}

.players_list p.inactive{
  overflow: hidden;
  opacity: 0.2;
}

.players_list .ths p.active{
  overflow: hidden;
  opacity: 1;
  /*z-index: 42;*/
  color: #fff;
}

.players_list .ths p.inactive{
  overflow: hidden;
  opacity: 1;
  /*color: #333;*/
}

.players_list .ths p.inactive span.years{
  color: rgba(255,255,255,0.2);
}

.players_list .ths p.inactive span{
  /*opacity: 0.2;*/
}

.players_list .ths .place{ 
  /*position: absolute;*/
  /*left: 0;*/
  /*top: -20px;*/
  /*opacity: 0.5;*/
  /*margin-left: 3px;*/
}

.players_list .ths .place.gold{
  color: rgba(255, 215, 0, 1);
}
.players_list .ths p.inactive .place.gold{
  color: rgba(255, 215, 0, 0.2);
}

.players_list .ths .place.silver{
  color: rgba(230, 232, 250, 1);
}

.players_list .ths p.inactive .place.silver{
  color: rgba(230, 232, 250, 0.2);
}

.players_list .ths .place.bronze{
  color: rgba(201, 137, 16, 1);
}

.players_list .ths p.inactive .place.bronze{
  color: rgba(201, 137, 16, 0.2);
}


.players_list .ths .place.bad{
  color: rgba(255,255,255,0.5);
}

.players_list .ths p.inactive .place.bad{
  color: rgba(255,255,255,0.1);
}



.players_list::after{
  display: block;
  content: ' ';
  clear: both;
  float: none;
}

.players_list p.active.th{
  /*background-color: rgba(0, 154, 255, 0.15);*/
}

.players_list p.th{
  background: none;
  z-index: 70;
  /*border-right: solid 0.4px rgba(0, 0, 0, 0.1);*/
  /*border-left: solid 0.2px rgba(0, 0, 0, 0.1);*/
  /*border-bottom: solid 1px rgba(255,255,255,0.3);*/
}

.players_list p.tv{
  background: none;
  /*border-right: solid 1px rgba(255,255,255,0.3);*/
  text-align: right;
  padding-right: 5px;
  
}

.sizer{
  position: relative;
  left: 30px;
}

.coaches{
  position: relative;
  top: 45px;
}

.sticked .coaches{
    position: fixed;
    top: 45px;
    background-color: black;
    width: 200%;
    height: 20px;
    z-index: 400;
}

.sticked .ths span{
    position: fixed;
    background-color: black;
    width: 100%;
    height: 25px;
    z-index: 400;
}
.sticked .ths span.years{
  top: 20px;
}
.sticked .ths span.place{
  top: 0px;
}

    


.tvs {
  position: absolute;
  z-index: 700;
}

.tvs p{
    /*position: fixed;*/
    left: 0;
    background-color: black !important;
    width: 30px;
    height: 20px;
    z-index: 400;  
}

.players_list .tvs p.inactive{
  opacity: 1;
}

.segmented label, 
.switch label{
  cursor: pointer;
  color: #fff;  
}

.segmented label {
  background-color: black;
  border-bottom: 1px solid #ff7200;
  border-left: 1px solid #ff7200;
  border-top: 1px solid #ff7200;
  display: block;
  float: left;
  padding: 4px 15px;
  position: relative;
  text-align: center;
}

.segmented label:hover,
.switch label:hover {
  opacity: 0.8;
}

.segmented label.checked {
  color: #ff6600;
  cursor: default;
  font-weight: 400;
  pointer-events: none;
}

.segmented label:first-child {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.segmented label:last-child {
    border-bottom-right-radius: 25px;
    border-right: 1px solid #ff7200;
    border-top-right-radius: 25px;
}

.segmented.big label,
.switch.big label{
  font-size: 150%;
}

.segmented.medium label,
.switch.medium label{
  font-size: 125%;
}

.segmented.big label {
  border-width: 2px;
  padding: 6px 21px 9px;
  border-color: rgba(255,114,0,0.4);
}

.segmented input[type="checkbox"], 
.switch input[type="checkbox"], 
.segmented input[type="radio"], 
.form_string input[type="radio"], 
.form_string label input[type="checkbox"] {
    left: -9999px;
    position: absolute;
}


.switch-wrapper > span {
  border-color: rgba(255,114,0,0.4);
  border-radius: 20px;
  border-width: 2px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 31px;
  position: relative;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 50px;
  border-style: solid;
  padding: 3px;
}

.medium .switch-wrapper > span {
  height: 25px;
  width: 40px;
}

.medium .switch-wrapper > span > small{
  width: 15px;
  height: 15px;
  right: 18px;
}


.switch-wrapper input:checked + span {
  border-color: rgba(255,114,0,1);
}

.switch-wrapper input:checked + span small {
  right: 3px;
}

.switch-wrapper > span > small{
  background: none repeat scroll 0 0 #FF7B00;
  border-radius: 100%;
  height: 21px;
  position: absolute;
  right: 22px;
  transition: right 0.3s ease 0s;
  width: 21px;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  color: #f60;
}



.line:after {
    clear: both;
    content: "";
    display: block;
}

.players_list_type, 
.players_list_shirt, 
.players_list_global{
  margin: 40px 30px 90px;
}

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

  header{
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
  }

  header #head_1{
    width: auto;
    flex: 1;
    padding-left: 45px;
  }

  header #head_1 h1{
    height: 43px;
    width: 43px;
    margin-right: 15px;
    margin-left: -45px;
  }

  header #head_1 nav li{
      margin-bottom: 10px;
  }

  header #head_side{
    position: relative;
    right: 0;
    text-align: right;
    line-height: 1;
    flex: 0 0 auto;
  }

  nav {
    font-size: 16px;
  }


  #content #first_level{
    padding: 0 5%;
  }

  #content #first_level #alpha #big_score{
    font-size: 65vw;
    letter-spacing: -0.2em;
  }

  #content #first_level #alpha #last_game,
  #content #first_level #alpha #next_game{
    margin-left: 0;
    position: relative;
    top: 0;
    width: auto;
    margin-bottom: 4em;
  }

  #content #lenta{
    padding: 28px 5% 20px 5%;
  }

  #content #lenta.main_links li{
    font-size: 16px;
    width: auto;
    padding-bottom: 15px;
    padding-right: 0;
  }

  #ffffuuuuuuuuuter{
    font-size: 90%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: space-between;
  }

  #ffffuuuuuuuuuter > div{
    margin-right: 10px;
  }

  #ffffuuuuuuuuuter > :nth-child(2) {
    margin-left: 0;
    margin-right: 0;
  }

  #ffffuuuuuuuuuter > :last-child{
    display: none;
  }


}