@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/firasanscondensed/v5/wEOuEADFm8hSaQTFG18FErVhsC9x-tarUfPVBMFEfj5a.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/firasanscondensed/v5/wEOjEADFm8hSaQTFG18FErVhsC9x-tarWZXdoeNU.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/firasanscondensed/v5/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWV3PuMp0dw.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/firasanscondensed/v5/wEOhEADFm8hSaQTFG18FErVhsC9x-tarUfjtqA.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/firasanscondensed/v5/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWQXOuMp0dw.ttf) format('truetype');
}
@font-face {
  font-family: 'Fira Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/firasanscondensed/v5/wEOsEADFm8hSaQTFG18FErVhsC9x-tarWU3IuMp0dw.ttf) format('truetype');
}
/* *********** RESET     ************* */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
.hidden {
  display: none !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
body {
  line-height: 1;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
input,
textarea,
select {
  font: 100% Helvetica, Arial, sans-serif;
  vertical-align: middle;
  color: #000;
}
figure {
  margin: 0;
  padding: 0;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type="image"] {
  padding: 0;
  border: none;
}
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == BUILDING == */
.content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.content:after {
  clear: both;
  display: table;
  content: " ";
}
/* == UTILITIES == */
.pr {
  position: relative!important;
}
.pa {
  position: absolute!important;
}
.fl {
  float: left!important;
}
.fr {
  float: right!important;
}
.oh {
  overflow: hidden!important;
}
.ov {
  overflow: visible!important;
}
.ib {
  display: inline-block !important;
}
.block {
  display: block!important;
}
.va-t {
  vertical-align: top!important;
}
.va-m {
  vertical-align: middle!important;
}
.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* == TEXTOS == */
.ta-r {
  text-align: right!important;
}
.ta-l {
  text-align: left!important;
}
.ta-c {
  text-align: center!important;
}
.t-uc {
  text-transform: uppercase;
}
.t-cz {
  text-transform: capitalize;
}
.t-lc {
  text-transform: lowercase;
}
.fs-1 {
  font-size: 20px;
}
.fs-2 {
  font-size: 18px;
}
.fs-3 {
  font-size: 16px;
}
.fs-4 {
  font-size: 14px;
}
.fs-t-1 {
  font-size: 42px;
}
.fs-t-2 {
  font-size: 36px;
}
.fs-t-3 {
  font-size: 26px;
}
.fs-t-4 {
  font-size: 24px;
}
.color-main {
  color: #009655;
}
a.color-main:hover {
  color: #00d176;
}
.color-main3 {
  color: #00d176;
}
.color-gray {
  color: #808080;
}
.color-black {
  color: #000;
}
.color-text {
  color: #585858;
}
.color-white {
  color: #FFF;
}
.hidden {
  display: none!important;
}
.main-content {
  width: calc(100% - 350px);
  min-height: 1px;
}
.main-content:after {
  clear: both;
  display: table;
  content: " ";
}
.sidebar-left {
  width: 320px;
  float: left;
  margin-right: 30px;
}
.sidebar-left + .sidebar-right + .main-content {
  float: right;
  width: calc(100% - 700px);
}
.sidebar-left + .main-content {
  float: right;
}
.sidebar-left.sticky {
  position: fixed;
}
.sidebar-right {
  width: 320px;
  float: right;
  margin-left: 30px;
}
.sidebar-right + .main-content {
  float: left;
}
.sidebar-right.sticky {
  position: fixed;
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.row:after {
  clear: both;
}
.row:after,
.row:before {
  display: table;
  content: " ";
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.clear-all {
  clear: left;
}
@media (max-width: 767px) {
  .clear-xs {
    clear: left;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-sm {
    clear: left;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .clear-md {
    clear: left;
  }
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.parallax-container {
  position: relative;
  overflow: hidden;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  max-width: none;
}
/* == def. padding and margin == */
.p0 {
  padding: 0px !important;
}
.ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.m0 {
  margin: 0px !important;
}
.mh0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mv0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.p5 {
  padding: 5px !important;
}
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.m5 {
  margin: 5px !important;
}
.mh5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.mv5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.m10 {
  margin: 10px !important;
}
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.ph15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.pv15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.m15 {
  margin: 15px !important;
}
.mh15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.mv15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.m20 {
  margin: 20px !important;
}
.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.p30 {
  padding: 30px !important;
}
.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.m30 {
  margin: 30px !important;
}
.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.m40 {
  margin: 40px !important;
}
.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.ph50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.pv50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.m50 {
  margin: 50px !important;
}
.mh50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mv50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.p100 {
  padding: 100px !important;
}
.ph100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.pv100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pt100 {
  padding-top: 100px !important;
}
.pr100 {
  padding-right: 100px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}
.pl100 {
  padding-left: 100px !important;
}
.m100 {
  margin: 100px !important;
}
.mh100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}
.mv100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.p120 {
  padding: 120px !important;
}
.ph120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.pv120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.pt120 {
  padding-top: 120px !important;
}
.pr120 {
  padding-right: 120px !important;
}
.pb120 {
  padding-bottom: 120px !important;
}
.pl120 {
  padding-left: 120px !important;
}
.m120 {
  margin: 120px !important;
}
.mh120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}
.mv120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mr120 {
  margin-right: 120px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.mauto {
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 20px;
  background-color: #FFF;
  font-weight: 300;
  color: #585858;
}
body .bg1 {
  background-color: #FFF;
}
body .bg2 {
  background-color: #eee;
}
body .bg3 {
  background-color: #009655;
}
body .bg4 {
  background-color: #062015;
}
body .bg5 {
  background-color: #e4f3ec;
}
input,
textarea,
select {
  font-family: 'Fira Sans Condensed', sans-serif;
  color: #585858;
}
a {
  color: inherit;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
b,
strong {
  font-weight: 400;
}
i {
  font-style: italic;
}
img {
  max-width: 100%;
}
::-moz-selection {
  background: rgba(0, 150, 85, 0.3);
  /* WebKit/Blink Browsers */
}
::selection {
  background: rgba(0, 150, 85, 0.3);
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: rgba(0, 150, 85, 0.3);
  /* Gecko Browsers */
}
.privacyPolicy {
  max-width: 420px;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  text-align: left;
  color: #FFF;
  font-size: 12px;
  padding: 20px;
  line-height: 1.4;
  z-index: 999;
  display: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.privacyPolicy h2 {
  color: #009655;
  font-size: 14px;
  font-weight: 700;
}
.error-404 h1 {
  font-size: 150px;
  letter-spacing: -2px;
}
/****************** BREADCRUMPB ******************/
.breadcrumb {
  font-size: 14px;
}
.breadcrumb:after {
  clear: both;
  display: table;
  content: " ";
}
.breadcrumb .home {
  background: #dfdfdf;
  font-weight: 400;
  padding-right: 10px;
  padding-left: 20px;
}
.breadcrumb .home:after {
  content: "";
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #dfdfdf;
  position: absolute;
  left: 100%;
  top: 0;
}
.breadcrumb .home + li {
  padding-left: 40px;
}
.breadcrumb a > * {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
}
.breadcrumb li span,
.breadcrumb li a {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb li:not(.home) + li:before {
  content: "//";
  margin: 0 15px;
  color: #009655;
  font-weight: 400;
}
.breadcrumb .breadcrumb-back {
  margin-left: 10px;
}
.breadcrumb .ico-house {
  width: 20px;
  height: 20px;
  background-position: -216px -215px;
}
/******************HEADER ******************/
.header-wrapper {
  position: relative;
}
.header-wrapper .flags {
  width: 60px;
  height: 22px;
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
  overflow: hidden;
  position: absolute;
  z-index: 999;
  top: 6px;
  right: 0;
  padding-right: 28px;
  background-color: #009655;
  border-radius: 5px;
}
.header-wrapper .flags a {
  width: 24px;
  background-color: #FFF;
  padding: 2px;
  border-radius: 2px;
  line-height: 0;
  margin-bottom: 10px;
}
.header-wrapper .flags a:after {
  content: attr(data-lang);
  position: absolute;
  right: -24px;
  top: 10px;
}
.header-wrapper .flags img {
  width: 20px;
}
.header-wrapper .flags .dp-arrow {
  position: absolute;
  top: 10px;
  right: 10px;
  border-color: #FFF;
}
.header-wrapper .flags.act {
  height: auto;
}
.header-wrapper .flags.act .dp-arrow {
  margin-top: -2px;
  border-width: 2px 0 0 2px;
}
.header-wrapper .bar-top {
  background-color: #009655;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.header-wrapper .bar-top .content {
  padding: 0 20px;
}
.header-wrapper .bar-top .bt-featured {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.header-wrapper .bar-top .bt-featured a {
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
  line-height: 19px;
  border-radius: 5px;
}
.header-wrapper .bar-top .bt-featured a:hover {
  color: #585858;
}
.header-wrapper .bar-top .bt-featured a.featured {
  background-color: #000;
  color: #009655;
}
.header-wrapper .bar-top .social-list {
  margin-left: 136px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-wrapper .bar-top .social-list li a {
  margin-top: 5px;
}
.header-wrapper .bar-top .bt-access {
  position: relative;
  padding-right: 64px;
  white-space: nowrap;
}
.header-wrapper .bar-top .bt-access a:hover {
  text-decoration: underline;
}
.header-wrapper .logo-wrapper {
  position: absolute;
  width: 12%;
  max-width: 140px;
}
.header-wrapper .logo-wrapper .logo-text {
  position: absolute;
  left: calc(100% + 20px);
  top: 30px;
  max-width: none;
}
.header-wrapper .menu-wrapper {
  width: calc(100% - 145px);
  margin-left: 140px;
  margin-bottom: 15px;
}
.header-wrapper .search-wrapper {
  height: 80px;
  border-bottom: 1px solid #dfdfdf;
  text-align: right;
  padding-top: 20px;
  padding-right: 40px;
}
.header-wrapper .search-wrapper label {
  position: relative;
  display: inline-block;
}
.header-wrapper .search-wrapper .ico-search {
  position: absolute;
  right: 10px;
  top: 0;
  width: 40px;
  height: 40px;
  background-position: -5px -5px;
}
.header-wrapper .search-wrapper .aft {
  display: none;
}
.header-wrapper .search-wrapper .search {
  display: block;
  line-height: 1.2;
  background-color: #eee;
  border-radius: 40px;
  color: #009655;
  border: none;
  font-size: 16px;
  padding: 10px 40px 10px 20px;
  width: 360px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header-wrapper .search-wrapper .search::-webkit-input-placeholder {
  color: #009655;
}
.header-wrapper .search-wrapper .search::-moz-placeholder {
  color: #009655;
}
.header-wrapper .search-wrapper .search:-ms-input-placeholder {
  color: #009655;
}
.header-wrapper .search-wrapper .search::-ms-input-placeholder {
  color: #009655;
}
.header-wrapper .search-wrapper .search::placeholder {
  color: #009655;
}
.header-wrapper .search-wrapper .search:-ms-input-placeholder {
  color: #009655;
}
.header-wrapper .search-wrapper .search::-ms-input-placeholder {
  color: #009655;
}
.header-wrapper .search-wrapper .search:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fafafa;
}
.header-wrapper .search-wrapper .search:focus + .bef {
  display: none;
}
.header-wrapper .search-wrapper .search:focus + .bef + .aft {
  display: block;
}
.header-wrapper .fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.header-wrapper .fixed-menu .logo-wrapper,
.header-wrapper .fixed-menu .hmenu,
.header-wrapper .fixed-menu .search-wrapper,
.header-wrapper .fixed-menu .hmenu,
.header-wrapper .fixed-menu .menu-wrapper {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.header-wrapper .fixed-menu .logo-wrapper {
  width: 58px;
}
.header-wrapper .fixed-menu .menu-wrapper {
  margin-left: 60px;
  margin-bottom: 0;
}
.header-wrapper .fixed-menu .logo-text {
  display: none;
}
.header-wrapper .fixed-menu .hmenu {
  border: none;
  line-height: 55px;
  margin-left: 0;
  padding-left: 0;
}
.header-wrapper .fixed-menu .hmenu .menuCols-5 .dropDown,
.header-wrapper .fixed-menu .hmenu .menuCols-6 .dropDown {
  top: calc(100% + 50px);
}
.header-wrapper .fixed-menu .hmenu .menuCols-5 .dropDown.open,
.header-wrapper .fixed-menu .hmenu .menuCols-6 .dropDown.open {
  top: calc(100% + 20px);
}
.header-wrapper .fixed-menu .search-wrapper {
  padding: 0;
  height: 5px;
  border: none;
}
.header-wrapper .fixed-menu .search-wrapper label {
  position: absolute;
  z-index: 2;
  right: -8%;
  top: 12px;
}
.header-wrapper .fixed-menu .search-wrapper .search {
  width: 0;
  background-color: transparent;
}
.header-wrapper .fixed-menu .search-wrapper .search:focus {
  background-color: #fafafa;
  width: 340px;
}
.header-wrapper .fixed-menu .forever-green {
  display: none;
}
.header-wrapper .fixed-menu .bar-top .social-list {
  margin-left: 56px;
}
.header-wrapper .fixed-menu .hmenu + .menu .dropDown.open {
  top: calc(100% + 20px);
}
.header-wrapper .side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
  height: 100%;
  padding-bottom: 60px;
  background-color: #FFF;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
      transform: translateX(-105%);
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  will-change: opacity;
}
.drag-target {
  height: 100%;
  width: 20px;
  position: fixed;
  top: 0;
  z-index: 998;
}
#menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
#menu_mobile .button-collapse {
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#menu_mobile .btn-bar {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #FFF;
}
#menu_mobile .btn-bar:before,
#menu_mobile .btn-bar:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: #FFF;
}
#menu_mobile .btn-bar:before {
  top: -7px;
}
#menu_mobile .btn-bar:after {
  bottom: -7px;
}
#menu_mobile .logo-wrapper {
  position: relative;
  width: 200px;
  margin: 7px 0;
}
#menu_mobile .search-wrapper {
  padding: 0;
  height: 0;
  border: none;
}
#menu_mobile .search-wrapper label {
  position: absolute;
  z-index: 2;
  right: 5px;
  top: 5px;
}
#menu_mobile .search-wrapper .ico-search {
  background-position: -5px -55px;
}
#menu_mobile .search-wrapper .aft {
  background-position: -5px -5px;
}
#menu_mobile .search-wrapper .search {
  width: 0;
  background-color: transparent;
}
#menu_mobile .search-wrapper .search:focus {
  background-color: #fafafa;
  width: 300px;
}
.hmenu {
  border-bottom: 1px solid #dfdfdf;
  line-height: 40px;
  margin-left: -40px;
  padding-left: 20px;
  white-space: nowrap;
}
.hmenu > li.act > a:before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 4px;
  background-color: #009655;
  position: absolute;
  left: -10px;
  bottom: 0;
}
.hmenu + .menu .dropDown {
  top: calc(100% + 35px);
}
.hmenu + .menu .dropDown.open {
  top: calc(100% + 5px);
}
.hmenu > li,
.menu > li {
  display: inline-block;
  padding: 0 0.5%;
  margin: 0 3px;
  white-space: normal;
}
.hmenu > li a,
.menu > li a {
  display: block;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.hmenu > li a:after,
.menu > li a:after {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  display: block;
  position: absolute;
  z-index: 1000;
  left: calc(50% - 8px);
  border: 0 solid transparent;
  border-width: 0 8px 12px;
  border-bottom-color: #009655;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.hmenu > li a:hover,
.menu > li a:hover {
  cursor: pointer;
  color: #009655;
}
.hmenu > li a:hover .dp-arrow,
.menu > li a:hover .dp-arrow {
  border-color: #009655;
}
.hmenu > li a:hover .dp-arrow.white,
.menu > li a:hover .dp-arrow.white {
  border-color: #FFF;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.hmenu > li a.act:after,
.menu > li a.act:after {
  bottom: -12px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.hmenu > li a.act .dp-arrow,
.menu > li a.act .dp-arrow {
  margin-top: -2px;
  border-width: 2px 0 0 2px;
}
.hmenu .dropDown,
.menu .dropDown {
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
  background-color: #fafafa;
  -webkit-transition: opacity 0.2s linear, top 0.2s linear;
  -o-transition: opacity 0.2s linear, top 0.2s linear;
  transition: opacity 0.2s linear, top 0.2s linear;
  line-height: 30px;
  margin: 0;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  top: calc(100% + 50px);
}
.hmenu .dropDown li,
.menu .dropDown li {
  width: 100%;
}
.hmenu .dropDown.open,
.menu .dropDown.open {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
  top: calc(100% + 20px);
}
.hmenu .dropDown.open .menuCols,
.menu .dropDown.open .menuCols {
  display: block;
}
.hmenu .menuCols,
.menu .menuCols {
  float: left;
  display: none;
}
.hmenu .menuCols + .menuCols,
.menu .menuCols + .menuCols {
  border-left: 1px solid #dfdfdf;
}
.hmenu .menuCols-1 .dropDown,
.menu .menuCols-1 .dropDown {
  width: 320px;
}
.hmenu .menuCols-1 .menuCols,
.menu .menuCols-1 .menuCols {
  width: 100%;
}
.hmenu .menuCols-2 .dropDown,
.menu .menuCols-2 .dropDown {
  width: 580px;
}
.hmenu .menuCols-2 .menuCols,
.menu .menuCols-2 .menuCols {
  width: 50%;
}
.hmenu .menuCols-3 .dropDown,
.menu .menuCols-3 .dropDown {
  width: 740px;
}
.hmenu .menuCols-3 .menuCols,
.menu .menuCols-3 .menuCols {
  width: 33.33%;
}
.hmenu .menuCols-5 .dropDown,
.menu .menuCols-5 .dropDown,
.hmenu .menuCols-6 .dropDown,
.menu .menuCols-6 .dropDown {
  width: 100%;
  left: 50%!important;
}
.hmenu .menuCols-5 .menuCols,
.menu .menuCols-5 .menuCols,
.hmenu .menuCols-6 .menuCols,
.menu .menuCols-6 .menuCols {
  width: 20%;
}
.hmenu .menuCols-6 .menuCols,
.menu .menuCols-6 .menuCols {
  width: 16.66%;
}
.hmenu-mobile .account .img-wrapper {
  width: 46px;
  height: 46px;
  border-radius: 46px;
  overflow: hidden;
  border: 3px solid #FFF;
}
.hmenu-mobile li:not(.account) b {
  width: calc(100% - 38px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 34px;
}
.hmenu-mobile .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #009655;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform-origin: 50% 25%;
      -ms-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
}
.hmenu-mobile .submenu {
  display: none;
  font-size: 14px;
}
.hmenu-mobile .open b {
  border-bottom: 1px solid #dfdfdf;
}
.hmenu-mobile .open b:after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #009655;
}
.hmenu-mobile .open .arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hmenu-mobile .open + .submenu {
  display: block;
}
.hmenu-mobile .open + .submenu .gray-line {
  font-weight: bold;
}
.hmenu-mobile .menu-btn {
  font-size: 16px;
}
.hmenu-mobile .menu-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.hmenu-mobile .submenu {
  line-height: 1.4;
  padding-left: 36px;
}
.dp-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-top: -7px;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #585858;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dp-arrow.white {
  border-color: #FFF;
}
/****************** FOOTER ******************/
.bar-legal {
  background-color: #1a7041;
  line-height: 30px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.bar-legal a {
  padding: 0 5px;
}
.bar-legal a + a {
  border-left: 1px solid #FFF;
}
.bar-legal a:hover {
  text-decoration: underline;
}
.footer-wrapper {
  line-height: 1.2;
  color: #FFF;
  font-size: 14px;
}
.footer-wrapper .logo-footer {
  margin-bottom: 30px;
  margin-top: -99px;
}
.footer-wrapper .appMobile {
  margin-right: 40px;
  margin-top: -70px;
}
.footer-wrapper p a:hover {
  text-decoration: underline;
}
/****************** COMUNES ******************/
.card-header {
  line-height: 48px;
  background-color: #009655;
  color: #FFF;
  border-radius: 5px 5px 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}
.card-header.menu {
  line-height: 46px;
}
.card-header.menu small {
  font-size: 14px;
}
.card {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.card.bg2 {
  background-color: #eee;
}
.menu {
  width: 100%;
  padding-bottom: 2px;
  line-height: 54px;
}
.menu li {
  position: relative;
}
.menu li.act:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 1px;
}
.menu li.act a {
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.menu.light {
  color: #FFF;
}
.menu.light li.act:after {
  background-color: #FFF;
}
.menu.light a {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.menu.light a:hover {
  color: #FFF;
}
.menu.dark {
  color: #585858;
}
.menu.dark li.act:after {
  background-color: #585858;
}
.menu.dark a {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.menu.dark a:hover {
  color: #585858;
}
.classification-table {
  padding-left: 10px;
  padding-right: 10px;
}
.classification-table table {
  width: 100%;
  font-size: 14px;
}
.classification-table thead {
  text-transform: uppercase;
  background-color: #fafafa;
  color: #009655;
}
.classification-table thead tr.tr-space {
  background-color: #FFF;
  height: 5px;
}
.classification-table tr {
  height: 30px;
  border: none;
  border-collapse: collapse;
}
.classification-table td {
  line-height: 15px;
}
.classification-table .td-rk {
  width: 40px;
}
.classification-table .td-rk[data-mark='1'] {
  background-color: #009655;
  color: #FFF !important;
}
.classification-table .td-rk[data-mark='2'] {
  background-color: #00d176;
  color: #FFF !important;
}
.classification-table .td-rk[data-mark='3'] {
  background-color: #eee;
}
.classification-table .td-rk[data-mark='down'] {
  background-color: #dfdfdf;
  color: #585858 !important;
}
.classification-table .td-dir {
  width: 20px;
}
.classification-table .td-dir span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.classification-table .td-dir .dir-u {
  border-bottom: 10px solid #009655;
}
.classification-table .td-dir .dir-d {
  border-top: 10px solid rgba(235, 23, 28, 0.2);
}
.classification-table .td-shield {
  width: 34px;
  padding: 0 4px;
}
.classification-table .td-shield img {
  width: 100%;
}
.classification-table .td-name {
  padding: 0 5px;
  text-align: left;
}
.classification-table .td-name div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.classification-table .td-name small {
  color: #808080;
}
.classification-table .td-streak {
  white-space: normal;
  width: 180px;
}
.classification-table .td-streak div {
  width: 22px;
  height: 22px;
  border-radius: 22px;
  line-height: 22px;
  font-weight: 400;
}
.classification-table .td-streak div:after {
  display: inline-block;
}
.classification-table .pos {
  color: #009655;
}
.classification-table .neg {
  color: #ffac33;
}
.classification-table .featured .td-rk {
  color: #009655;
}
.classification-table .featured .td-name,
.classification-table .featured .td-points {
  background-color: #009655;
  color: #FFF;
}
.br-r {
  border-right: 1px solid #dfdfdf;
}
.br-l {
  border-left: 1px solid #dfdfdf;
}
.streak-w {
  background-color: rgba(0, 209, 118, 0.8);
}
.streak-w:after {
  content: attr(data-w);
}
.streak-d {
  background-color: rgba(255, 172, 51, 0.6);
}
.streak-d:after {
  content: attr(data-d);
}
.streak-l {
  background-color: rgba(235, 23, 28, 0.2);
}
.streak-l:after {
  content: attr(data-l);
}
.banner {
  background-color: #FFF;
  display: block;
}
.banner img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.banner:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.banner01 .card {
  max-width: 320px;
  margin: auto;
}
.sb-menu .sbm-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.sb-menu li {
  line-height: 1.4;
}
.sb-menu li.act a span {
  background-color: #FFF;
}
.sb-menu li a {
  padding-left: 30px;
  display: block;
  color: #009655;
  position: relative;
}
.sb-menu li a span {
  position: absolute;
  left: -10px;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 28px;
}
.sb-menu li a p {
  color: #585858;
  font-size: 14px;
}
.sb-menu li a:hover {
  color: #00d176;
}
.grill a {
  display: block;
}
º .grill a:hover {
  background-color: rgba(0, 150, 85, 0.5);
}
.grill li {
  line-height: 30px;
}
.grill li .hour {
  width: 54px;
}
.grill li .text {
  font-size: 16px;
  line-height: 1.2;
  width: calc(100% - 60px);
  padding: 5px 0 5px 5px;
  border-bottom: 1px dotted #dfdfdf;
}
.grill li .desc {
  font-size: 14px;
  width: calc(100% - 60px);
}
.grill-2 .program-wrapper li {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}
.grill-2 .hour {
  width: 54px;
  background: #009655;
  color: white;
  text-align: center;
  font-weight: 400;
  padding: 5px 0;
  vertical-align: middle;
}
.grill-2 .text {
  vertical-align: middle;
}
.grill-2 .text-wrapper {
  padding-left: 70px;
  width: calc(100% - 60px);
}
.grill-2 .fm-title {
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.grill-2 .matches-list .result small {
  font-size: 20px;
}
.grill-2 .matches-list .marker {
  width: 100px;
}
.grill-2 .shield {
  width: 60px;
  line-height: 0;
  padding-bottom: 3px;
}
.grill-2 .tab {
  position: relative;
}
.grill-2 a:hover .title {
  text-decoration: underline;
}
.long-text {
  line-height: 1.2;
}
.long-text p {
  margin-bottom: 20px;
}
.gallery .gamma-description:after {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  border: 4px solid #009655;
  background: rgba(0, 0, 0, 0.6) url("https://thumb.besoccerapps.com/rbetis/img_web/ico-magnifyingGlass.png") no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.news-nav {
  background: #eee;
  font-size: 26px;
  line-height: 60px;
  white-space: nowrap;
}
.news-nav a.color-main {
  line-height: 60px;
}
.news-nav .pagination a {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  line-height: 36px;
  display: inline-block;
}
.news-nav .pagination a.act {
  background-color: #009655;
  color: #FFF;
}
.collapsible .ico-plus {
  width: 26px;
  height: 26px;
  border-radius: 5px;
  color: #009655;
  background-color: #eee;
  text-align: center;
  font-size: 46px;
  font-weight: 100;
  line-height: 26px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
}
.collapsible .ico-plus:after {
  display: block;
  content: attr(data-plus);
}
.collapsible li {
  border-bottom: 1px dashed #dfdfdf;
}
.collapsible .collapsible-body {
  padding-left: 36px;
}
.collapsible .collapsible-header.active .ico-plus {
  color: #eee;
  background-color: #009655;
}
.collapsible .collapsible-header.active .ico-plus:after {
  content: attr(data-menus);
}
.elem-list .el-img {
  border: 1px solid #dfdfdf;
}
.elem-list .el-img.br-n {
  border: none;
}
.elem-list .el-img img {
  max-height: 216px;
}
.elem-list .el-info {
  line-height: 1.2;
  padding-top: 10px;
  padding-bottom: 10px;
}
.elem-list .el-info a {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.elem-list .el-headline,
.elem-list .el-small {
  font-size: 14px;
}
.elem-list .el-name {
  font-size: 26px;
}
.header-section {
  width: 100%;
  position: fixed;
  top: 92px;
  left: 0;
  z-index: 1;
}
.header-section .image-wrapper {
  width: 100%;
  height: 300px;
  background-position: center;
}
.header-section .image-wrapper:before,
.header-section .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 20%;
  top: 0;
}
.header-section .image-wrapper:before {
  left: 0;
}
.header-section .image-wrapper:after {
  right: 0;
}
.header-section .br-t-w {
  border-top: 1px solid #FFF;
}
.header-section .menu {
  line-height: 40px;
}
.header-section .wrapper-logo {
  position: relative;
  z-index: 2;
  width: 280px;
}
.header-section .wrapper-logo img {
  max-height: 200px;
}
.header-section .wrapper-logo.left {
  float: left;
}
.header-section .wrapper-logo.center {
  margin: auto;
}
.header-section .wrapper-logo.right {
  float: right;
}
.header-section.fixed-menu {
  top: -180px;
  z-index: 9;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.header-section .hmenu > li a:hover .dp-arrow {
  border-color: #FFF;
}
.select-filter {
  border-radius: 40px;
  line-height: 40px;
}
.select-filter select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: transparent;
  width: calc(100% - 20px);
  border: none;
  outline: none;
  padding-right: 30px;
}
.select-filter select:focus,
.select-filter select:hover,
.select-filter select:active,
.select-filter select:selected {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select-filter i {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.popup-overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
  min-width: 300px;
  max-height: 80%;
  z-index: 10000;
}
.popup .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 1;
  padding: 5px 10px;
  font-weight: bold;
  color: #808080;
}
.popup .popup-close:hover {
  color: #000;
}
.popup.popup-scroll {
  overflow: auto;
}
.popup .popup-footer {
  border-top: 1px solid #dfdfdf;
}
.popup .popup-video {
  width: 80%;
  margin: 0 auto;
}
/****************** NEWS ******************/
.new-item .ni-figure {
  line-height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 52.09%;
}
.new-item .ni-image {
  min-width: 100%;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.new-item .ni-info {
  line-height: 1.2;
  padding: 0 10px;
  width: 100%;
}
.new-item .ni-category {
  border-color: #dfdfdf;
  border-width: 1px 0 1px 0;
  border-style: solid;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 -15px 10px -15px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.new-item .ni-headline {
  color: #009655;
  text-transform: uppercase;
  font-size: 18px;
}
.new-item .ni-title {
  max-height: 85px;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.new-item .ni-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.new-item .ni-date {
  font-size: 16px;
  color: #009655;
}
.new-item a.ni-date:hover {
  color: #00d176;
}
.new-item .ni-time {
  color: #808080;
  font-size: 14px;
}
.new-item.ni-align-h .ni-info {
  padding-top: 10px;
}
.new-item.ni-align-h:after {
  clear: both;
  display: table;
  content: " ";
}
.new-item.ni-align-h .ni-figure,
.new-item.ni-align-h .ni-info {
  display: inline-block;
  width: calc(50% - 3px);
  vertical-align: top;
}
.new-item.ni-align-h .ni-figure {
  padding-bottom: 26.01%;
}
.new-item.ni-align-h.square .ni-figure {
  padding-bottom: 51.3%;
}
.new-item.ni-align-h.square p {
  max-height: 130px;
  overflow: hidden;
  position: relative;
}
.new-item.ni-align-h.square p:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.new-item.ni-magazine a {
  display: block;
  position: relative;
}
.new-item.ni-magazine .ni-headline {
  color: #ffac33;
}
.new-item.ni-magazine .ni-info {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 150, 85, 0)), color-stop(80%, #009655), to(#009655));
  background: -o-linear-gradient(top, rgba(0, 150, 85, 0) 0%, #009655 80%, #009655 100%);
  background: linear-gradient(to bottom, rgba(0, 150, 85, 0) 0%, #009655 80%, #009655 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009655', endColorstr='#009655', GradientType=0);
  /* IE6-9 */
}
.new-item.ni-magazine .ni-info hgroup {
  position: absolute;
  bottom: 15%;
  left: 20px;
  width: calc(100% - 40px);
}
.new-item.ni-magazine .ni-title {
  color: #FFF;
  font-size: 26px;
  max-height: 85px;
}
.new-item.ni-magazine .ni-title:after {
  display: none;
}
.new-item.ytVideos .ni-image {
  height: 134%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-item.ni-live hgroup {
  padding-left: 20%;
}
.new-item.ni-live .nil-play {
  height: 70px;
  width: 56px;
  background-image: url("https://thumb.besoccerapps.com/rbetis/img_web/ico-play.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-item.ni-live .nil-social {
  position: absolute;
  top: 60%;
  left: 55%;
  -webkit-transform: translate(-60%, -55%);
      -ms-transform: translate(-60%, -55%);
          transform: translate(-60%, -55%);
}
.news_2col .new-item .ni-figure {
  padding-bottom: 63.11%;
}
.bg2 .new-item .ni-title:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 238, 238, 0)), to(#eeeeee));
  background: -o-linear-gradient(top, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.featured-news {
  margin: 0 -5px 0 -5px;
}
.featured-news a {
  display: block;
  position: relative;
}
.featured-news a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border: 5px solid #FFF;
}
.featured-news .ni-headline {
  color: #ffac33;
}
.featured-news .ni-title {
  color: #FFF;
  font-size: 24px;
  max-height: 85px;
}
.featured-news .ni-title:after {
  display: none;
}
.featured-news .ni-figure {
  margin-bottom: 0;
  padding-bottom: 62.91%;
}
.featured-news .ni-figure.vertical {
  padding-bottom: 126.89%;
}
.featured-news .new-item.ni-live .nil-play.nil-fix {
  top: 60%;
}
.featured-news .ni-info {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 150, 85, 0)), color-stop(32%, rgba(0, 150, 85, 0.8)), to(rgba(0, 150, 85, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 150, 85, 0) 0%, rgba(0, 150, 85, 0.8) 32%, rgba(0, 150, 85, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(0, 150, 85, 0) 0%, rgba(0, 150, 85, 0.8) 32%, rgba(0, 150, 85, 0.8) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009655', endColorstr='#b3009655', GradientType=0);
  /* IE6-9 */
}
.featured-news .ni-info hgroup {
  position: absolute;
  bottom: 15%;
  left: 20px;
  width: calc(100% - 40px);
}
.featured-news .nif-main .ni-title {
  font-size: 42px;
  max-height: 100px;
}
.sidebar-rtvLive .new-item.ni-live a {
  display: block;
  position: relative;
}
.sidebar-rtvLive .new-item.ni-live .ni-figure {
  margin-bottom: 0;
  padding-bottom: 62.91%;
}
.sidebar-rtvLive .new-item.ni-live .ni-title {
  font-size: 24px;
}
.sidebar-rtvLive .new-item.ni-live .ni-info {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 150, 85, 0)), color-stop(32%, rgba(0, 150, 85, 0.4)), to(rgba(0, 150, 85, 0.4)));
  background: -o-linear-gradient(top, rgba(0, 150, 85, 0) 0%, rgba(0, 150, 85, 0.4) 32%, rgba(0, 150, 85, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(0, 150, 85, 0) 0%, rgba(0, 150, 85, 0.4) 32%, rgba(0, 150, 85, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009655', endColorstr='#b3009655', GradientType=0);
  /* IE6-9 */
}
.featured-mobile .fm-rtv {
  font-size: 11px;
  letter-spacing: -0.5px;
  line-height: 0;
}
.featured-mobile .fm-rtv p {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}
.news-list .new-item .ni-info {
  padding-left: 20px;
}
.news-list .new-item .ni-title {
  font-size: 26px;
  max-height: none;
}
.news-list .new-item .ni-title:after {
  display: none;
}
.news-list .new-item .ni-subtitle {
  color: #808080;
}
.news-list .new-item.ni-align-v .ni-title {
  font-size: 42px;
}
.news-list .new-item.ni-align-v .ni-subtitle {
  font-size: 26px;
}
.news_detail .figcaption {
  background: #eee;
  font-size: 14px;
  text-align: center;
}
.news_detail .subtitle {
  font-size: 26px;
  color: #585858;
}
.news_detail .sub-info {
  border-color: #dfdfdf;
  border-width: 1px 0 1px 0;
  border-style: solid;
  line-height: 28px;
}
.news_detail .icons-wrapper span {
  display: inline-block;
  margin-right: 16px;
  margin-top: 3px;
}
.news_detail .related {
  border-bottom: none;
}
.news_detail .twitter-tweet,
.news_detail .instagram-media,
.news_detail .fb-iframe iframe,
.news_detail p img {
  margin: auto!important;
  display: block !important;
  width: 500px !important;
  max-width: 100% !important;
}
.news_detail .long-text a {
  color: #009655;
  word-break: break-all;
}
.news_detail .long-text a:hover {
  text-decoration: underline;
}
.news_detail .long-text h2 {
  font-size: 36px;
}
.news_detail .long-text h3 {
  font-size: 24px;
}
.news_detail .long-text ul {
  list-style-type: disc;
  margin-left: 40px;
}
.news_detail .long-text ol {
  list-style-type: decimal;
  margin-left: 40px;
}
.news_detail .share {
  display: inline-block;
}
.news_detail .wrapper {
  width: 50%;
}
.news_detail .wrapper.right {
  margin-left: -5px;
}
.new-loading {
  position: fixed;
  text-align: center;
  z-index: 99999;
  line-height: 1.2;
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  text-shadow: 0 0 15px white;
  font-size: 36px;
  padding-top: 20%;
}
.new-loading:after {
  display: block;
  content: '';
  background: url("../img/graphics/loading.gif") no-repeat center;
  background-size: 100%;
  width: 200px;
  height: 90px;
  margin: 10px auto 0;
}
.magazine-list.ml-13barras .last-published .ml-info {
  max-width: calc(100% - 360px);
}
.magazine-list.ml-13barras .last-published .img-wrapper {
  max-height: 340px;
  max-width: 340px;
  width: 100%;
}
.magazine-list.ml-13barras .img-wrapper {
  max-height: 238px;
}
.magazine-list.ml-13barras .ml-info {
  padding-top: 25px;
}
.magazine-list.ml-13barras .ml-info .share-wrapper {
  left: 0;
  top: -30px;
}
.magazine-list.ml-matchday .last-published .ml-info {
  max-width: calc(60% - 30px);
  padding-top: 40px;
}
.magazine-list.ml-matchday .img-wrapper {
  max-width: 240px;
  width: 40%;
  max-height: 296px;
  float: left;
  margin-right: 10px;
}
.magazine-list.ml-matchday .ml-info {
  padding-top: 60px;
}
.magazine-list.ml-matchday .ml-info .share-wrapper {
  width: calc(60% + 15px);
  left: calc(40% - 25px);
  top: 0;
}
.magazine-list .img-wrapper img {
  width: 100%;
}
.magazine-list .last-published {
  background: #fafafa url("https://thumb.besoccerapps.com/rbetis/img_web/bg/big-shield-gray.png") no-repeat bottom right;
  position: relative;
}
.magazine-list .last-published .ml-title {
  font-size: 42px;
}
.magazine-list .last-published .ml-date {
  font-size: 26px;
}
.magazine-list .last-published .ml-info,
.magazine-list .last-published .img-wrapper {
  float: none;
}
.magazine-list .last-published .share-wrapper {
  right: 10px;
  top: 10px;
}
.magazine-list .last-published .share-wrapper > * {
  float: right;
}
.magazine-list .last-published .share-menu {
  margin-left: 0;
  margin-right: -25px;
}
.magazine-list .last-published .ico-plus.act + .share-menu {
  width: 40%;
}
.magazine-list .ml-title {
  font-size: 26px;
}
.magazine-list .share-wrapper {
  width: 100%;
  white-space: nowrap;
  color: #FFF;
}
.magazine-list .ico-plus {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 80px;
  font-weight: 100;
  line-height: 35px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.magazine-list .ico-plus:after {
  display: block;
  content: attr(data-plus);
}
.magazine-list .ico-plus.act:after {
  content: attr(data-menus);
}
.magazine-list .ico-plus.act + .share-menu {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.magazine-list .share-menu {
  width: 0;
  height: 50px;
  margin-left: -25px;
  -webkit-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.magazine-list .share-menu li {
  width: 20%;
  padding-top: 4px;
}
.magazine-list .share-menu li div {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #009655;
  line-height: 40px;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.magazine-list .share-menu li .bg-fb {
  background-color: #3b5998;
}
.magazine-list .share-menu li .bg-tw {
  background-color: #55acee;
}
.magazine-list .share-menu li a:hover div {
  background-color: #00d176;
}
.magazine-list .share-menu li a:hover .bg-fb {
  background-color: #718dc8;
}
.magazine-list .share-menu li a:hover .bg-tw {
  background-color: #b2d9f7;
}
.magazine-list .ico-eye {
  background-position: -10px -210px;
  width: 30px;
  height: 30px;
}
/****************** PARTIDOS ******************/
.matches-list a {
  display: block;
}
.matches-list .title-date {
  background-color: #fafafa;
}
.matches-list .title-date + .match {
  border-top: 1px solid #dfdfdf;
}
.matches-list .match {
  padding: 12px 5px;
}
.matches-list .match + .match {
  border-top: 1px dotted #dfdfdf;
}
.matches-list .match a > div {
  display: inline-block;
  vertical-align: middle;
}
.matches-list .team {
  width: calc(50% - 120px);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  line-height: 26px;
}
.matches-list .shield {
  width: 40px;
  padding: 5px;
  overflow: hidden;
}
.matches-list .shield img {
  width: 100%;
}
.matches-list .shield.mainShield {
  padding: 0;
}
.matches-list .shield.mainShield img {
  margin-top: -3px;
}
.matches-list .marker {
  width: 120px;
}
.matches-list .date {
  color: #808080;
  font-size: 18px;
  text-transform: uppercase;
}
.matches-list .result {
  font-size: 36px;
}
.matches-list .result small {
  font-size: 26px;
}
.matches-list .result.hour {
  color: #999999;
}
.team-matches .title-date {
  border-top: 1px solid #dfdfdf;
  clear: right;
  float: left;
  width: 150px;
  position: relative;
  z-index: 1;
}
.team-matches .match {
  float: right;
  width: calc(100% - 150px);
  border-left: 1px solid #dfdfdf;
  position: relative;
  z-index: 0;
}
.team-matches .match:before {
  content: "";
  width: 150px;
  height: calc(100% + 2px);
  position: absolute;
  top: 0;
  right: calc(100% + 1px);
  background-color: #fafafa;
  z-index: 0;
}
.team-matches .shield {
  height: 36px;
}
.team-matches .club-forms .checkbox + span {
  font-size: 18px;
}
.featured-matches .fm-title {
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px 0 1px 0;
}
.featured-matches .matches-list .result small {
  font-size: 20px;
}
.featured-matches .matches-list .marker {
  width: 100px;
}
.featured-matches .shield {
  width: 60px;
  line-height: 0;
  padding-bottom: 3px;
}
.featured-matches .tab {
  position: relative;
  border-bottom: 1px solid #dfdfdf;
}
.featured-matches .tab:after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  background-color: #dfdfdf;
  position: absolute;
  top: 55px;
  left: 50%;
}
/****************** DETALLE PARTIDO ******************/
.match-events ul:before {
  content: "";
  height: 100%;
  width: 6px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -3px;
  border-right: 6px dotted #dfdfdf;
}
.match-events li:after {
  content: '';
  display: block;
  clear: both;
}
.match-events .min {
  background-color: #eee;
  color: #009655;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  position: absolute;
  top: 10px;
  z-index: 1;
}
.match-events .player-img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  overflow: hidden;
  border: 5px solid #eee;
}
.match-events .player-img + div {
  width: calc(100% - 80px);
}
.match-events .name {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.match-events .event {
  line-height: 35px;
}
.match-events .icon {
  position: absolute;
  top: 0;
}
.match-events .team {
  width: calc(50% - 40px);
  height: 70px;
}
.match-events .team:before {
  position: absolute;
  top: 0;
  border-bottom: 17px solid transparent;
  border-top: 17px solid transparent;
  height: 70px;
  width: 0;
}
.match-events .team:after {
  position: absolute;
  z-index: 0;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 25px;
  background-color: #eee;
}
.match-events .team:first-child:before,
.match-events .team:first-child:not(.visitor) + .visitor:before,
.match-events .team:first-child:not(.local) + .local:before,
.match-events .team:first-child:after,
.match-events .team:first-child:not(.visitor) + .visitor:after,
.match-events .team:first-child:not(.local) + .local:after {
  content: "";
}
.match-events .team[data-event="1"] .player-img {
  border-color: #009655;
}
.match-events .team[data-event="1"] .min {
  background-color: #009655;
  color: #FFF;
}
.match-events .team[data-event="1"]:after {
  background-color: #009655;
}
.match-events .local {
  float: left;
  clear: left;
}
.match-events .local > div {
  float: right;
  text-align: right;
}
.match-events .local .min,
.match-events .local:after {
  left: calc(100% + 15px);
}
.match-events .local .player-img {
  margin-left: 10px;
}
.match-events .local .event {
  padding-right: 35px;
}
.match-events .local .icon {
  right: -5px;
}
.match-events .local:before {
  border-left: 80px solid #eee;
  left: calc(100% - 30px);
}
.match-events .local[data-event="1"]:before {
  border-left: 80px solid #009655;
}
.match-events .visitor {
  float: right;
  clear: right;
}
.match-events .visitor > div {
  float: left;
  text-align: left;
}
.match-events .visitor .min,
.match-events .visitor:after {
  right: calc(100% + 15px);
}
.match-events .visitor .player-img {
  margin-right: 10px;
}
.match-events .visitor .event {
  padding-left: 35px;
}
.match-events .visitor .icon {
  left: -5px;
}
.match-events .visitor:before {
  border-right: 80px solid #eee;
  right: calc(100% - 30px);
}
.match-events .visitor[data-event="1"]:before {
  border-right: 80px solid #009655;
}
.match-alignment .match-titles {
  font-size: 26px;
}
.match-alignment .bg2.order {
  line-height: 54px;
}
.match-alignment .bg2.order div {
  width: 49%;
  line-height: 1;
}
.match-alignment .no-alignment {
  width: 360px;
  font-size: 42px;
  top: 45%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.match-alignment .player_img {
  line-height: 0;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.match-alignment .num {
  position: absolute;
  left: -17px;
  bottom: 4px;
  display: block;
  width: 20px;
}
.match-alignment .out-icon {
  bottom: 10px;
  left: -25px;
}
.match-alignment .goal-icon {
  top: -10px;
  right: -15px;
}
.match-alignment .cards-icon {
  bottom: -10px;
  right: -20px;
  z-index: 1;
}
.match-alignment .box-name {
  border-radius: 10px;
  line-height: 18px;
  width: 70px;
  background: #343434;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 35px);
  z-index: 3;
  color: #FFF;
  padding: 0 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.match-alignment [data-card='3'] .box-name,
.match-alignment [data-card='4'] .box-name {
  color: #eb171c;
}
.match-alignment [data-card='5'] .box-name {
  color: #ffd331;
}
.match-alignment [data-out="true"] .player_img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.match-alignment .list-players:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dfdfdf;
  position: absolute;
  left: 50%;
  top: 0;
}
.match-alignment .list-players li {
  line-height: 60px;
}
.match-alignment .list-players li:after {
  content: "";
  display: block;
  clear: both;
}
.match-alignment .list-players .local li > div {
  float: left;
}
.match-alignment .list-players .local .events {
  float: right;
  text-align: right;
}
.match-alignment .list-players .local .nick {
  text-align: left;
}
.match-alignment .list-players .visitor li > div {
  float: right;
}
.match-alignment .list-players .visitor .events {
  float: left;
  text-align: left;
}
.match-alignment .list-players .visitor .nick {
  text-align: right;
}
.match-alignment .list-players .events {
  line-height: 0;
  margin-top: 10px;
  max-width: 115px;
}
.match-alignment .list-players .number {
  width: 35px;
}
.match-alignment .list-players .role {
  width: 45px;
}
.match-alignment .list-players .nick {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 255px);
}
.match-alignment .lineup {
  width: 100%;
  max-width: 620px;
  height: 48%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.match-alignment .lineup,
.match-alignment .lineup * {
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.match-alignment .lineup.local {
  top: 0;
}
.match-alignment .lineup.local li {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.match-alignment .lineup.visitor {
  bottom: 15px;
}
.match-alignment .lineup.visitor li {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
.match-alignment .lineup li {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.match-stats .ms-num {
  font-size: 24px;
}
.match-stats .ms-name {
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.match-stats .bar {
  height: 5px;
}
.match-stats .bar div {
  top: 0;
  height: 100%;
  background-color: #dfdfdf;
}
.match-stats .win .ms-num {
  font-weight: normal;
}
.match-stats .win .bar div {
  background-color: #009655;
}
.match-stats .team-local {
  padding-right: 5px;
  padding-left: 0;
}
.match-stats .team-local .bar div {
  right: 0;
}
.match-stats .team-visitor {
  padding-right: 0;
  padding-left: 5px;
}
.match-stats .team-visitor .bar div {
  left: 0;
}
.match-info .countdown {
  font-size: 42px;
}
.match-info .general-info {
  line-height: 1.2;
}
.match-info .general-info span {
  display: inline-block;
}
.match-info .general-info span + span {
  border-left: 1px solid #dfdfdf;
}
.match-info .borders {
  border-color: #dfdfdf;
  border-width: 1px 0 1px 0;
  border-style: solid;
  line-height: 28px;
}
.match-info .stats {
  font-size: 36px;
}
.match-info .player_img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
.match-info .player-info {
  width: calc(100% - 55px);
}
.match-info .player-info div {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.match-info .num {
  width: 40px;
  bottom: 0;
}
.match-info .no-data {
  height: 45px;
  float: none;
}
.match-info .m-info {
  width: calc(100% - 100px);
}
.match-info .team-name,
.match-info .match-date {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.match-info .shield_img {
  width: 40px;
  height: 40px;
}
.match-info .streak {
  white-space: normal;
}
.match-info .streak div {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  font-weight: 400;
}
.match-info .streak div:after {
  display: inline-block;
}
.match-info .ico-info {
  top: 0;
}
.match-info [data-team="local"] .stat-name {
  padding-left: 35px;
}
.match-info [data-team="local"] .num {
  left: 0;
}
.match-info [data-team="local"] li > div {
  float: left;
  text-align: left;
}
.match-info [data-team="local"] .streak {
  float: right;
}
.match-info [data-team="local"] .ico-info {
  left: auto;
  right: 30px;
}
.match-info [data-team="visitor"] .stat-name {
  padding-right: 35px;
}
.match-info [data-team="visitor"] .num {
  right: 0;
}
.match-info [data-team="visitor"] li > div {
  float: right;
  text-align: right;
}
.match-info [data-team="visitor"] .streak {
  float: left;
}
.match-info [data-team="visitor"] .ico-info {
  left: 30px;
}
.msg-noData {
  font-size: 50px;
  display: block;
  text-align: center;
}
.comments li {
  border-top: 1px solid #dfdfdf;
}
.comments li ul {
  padding-left: 60px;
}
.comments li ul li {
  padding-left: 15px;
  background-color: #fafafa;
  border-left: 4px solid #009655;
}
.comments textarea {
  color: #808080;
  border: none;
  width: 100%;
  overflow-y: hidden;
  height: 36px;
  min-height: 36px;
  max-height: 300px;
  resize: vertical;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comments textarea,
.comments textarea:focus {
  outline: none;
  border-bottom: 1px solid #009655;
  -webkit-box-shadow: 0 1px 0 0 #009655;
          box-shadow: 0 1px 0 0 #009655;
}
.comments input[type="submit"] {
  border: none;
  outline: none;
}
.comments .msg-alert {
  position: relative;
  background-color: #009655;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 2px;
}
.comments .msg-alert:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #009655 transparent;
}
.comments .user-img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  border: 2px solid #009655;
  background-color: #1a7041;
}
.comments .user-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.comments .user-name {
  font-size: 26px;
}
.comments .user-name span {
  font-size: 14px;
}
.comments .wrapper-comment {
  width: calc(100% - (60px + 5px));
  padding: 0 15px;
}
.comments .actions a:hover {
  text-decoration: underline;
}
.ticket-detail {
  background-color: #FFF;
  position: relative;
  min-height: 960px;
}
.ticket-detail .header {
  background: #fafafa url("https://thumb.besoccerapps.com/rbetis/img_web/bg/big-shield-gray.png") no-repeat top right;
  position: relative;
  line-height: 1.2;
}
.ticket-detail .header .btn {
  font-size: 36px;
}
.ticket-detail .header .btn span {
  max-width: 240px;
}
.ticket-detail .note {
  font-size: 11px;
}
.ticket-detail .ico-ticket {
  background-image: url("https://thumb.besoccerapps.com/rbetis/img_web/ico-tickets.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 90px;
  height: 90px;
}
.ticket-detail .table-prices {
  width: 100%;
}
.ticket-detail .table-prices tbody tr:nth-child(even) {
  background-color: #dfdfdf;
}
.ticket-detail .table-prices td {
  padding: 5px;
}
.ticket-detail .table-prices .zone-color {
  height: 20px;
  width: 100%;
}
.ticket-detail .btn-popup {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.ticket-detail .stadium-wrapper {
  padding-top: 30px;
}
.ticket-detail .stadium-wrapper .stadium-img {
  max-width: 420px;
}
.ticket-detail .stadium-wrapper .top {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ticket-detail .stadium-wrapper .left {
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.ticket-detail .stadium-wrapper .bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.ticket-detail .stadium-wrapper .right {
  right: -15px;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(90deg);
  -ms-transform: translate(50%, -50%) rotate(90deg);
  transform: translate(50%, -50%) rotate(90deg);
}
.ticket-detail .check-list li {
  display: inline-block;
  font-size: 14px;
}
.ticket-detail .check-list li + li {
  margin-left: 10px;
}
.ticket-detail .check-list li:before {
  display: inline-block;
  margin-right: 5px;
}
.ticket-detail .check-list li.li-ok:before {
  content: '✓';
  color: #009655;
}
.ticket-detail .check-list li.li-no {
  color: rgba(128, 128, 128, 0.5);
}
.ticket-detail .check-list li.li-no:before {
  content: '×';
}
.h2c-popup.popup-scroll {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 500px;
  overflow: auto;
}
.h2c-popup .h2c-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.h2c-popup .h2c-content {
  width: 960px;
  height: 960px;
  background-image: url('https://thumb.besoccerapps.com/rbetis/img_web/bg/h2c-bg.jpg');
  position: relative;
}
.h2c-popup .wp-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  font-size: 24px;
  width: 100%;
  height: 100%;
}
.h2c-popup .wp-text div {
  padding: 4px;
  position: absolute;
  border: 2px solid #FFF;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.h2c-popup .match-box {
  width: 434px;
  height: 270px;
  top: 44.5%;
  left: 50%;
  background-color: rgba(26, 94, 42, 0.8);
  line-height: 1.2;
}
.h2c-popup .match-box .shield {
  background-image: url('http://thumb.besoccerapps.com/rbetis/img_web/bg/shield_bg.png?size=100');
  width: 100px;
  height: 100px;
  margin: -50px 40px 0;
  position: relative;
}
.h2c-popup .match-box .shield span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h2c-popup .match-box .teams {
  font-size: 36px;
}
.h2c-popup .h2c-stadium,
.h2c-popup .match-box .shield span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h2c-popup .p-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.h2c-popup .F-2A {
  background-color: #581258;
  top: 9%;
  left: 50%;
}
.h2c-popup .F-1A {
  background-color: #9152a3;
  top: 16%;
  left: 50%;
}
.h2c-popup .F-TBc {
  background-color: #c07fff;
  top: 21%;
  left: 50%;
}
.h2c-popup .F-TBl {
  background-color: #d5aaff;
  top: 21%;
  left: 17%;
  max-width: 100px;
}
.h2c-popup .F-TBr {
  background-color: #d5aaff;
  top: 21%;
  left: 83%;
  max-width: 100px;
}
.h2c-popup .N-2A {
  background-color: #a36e1a;
  top: 36%;
  left: 7%;
  max-width: 100px;
}
.h2c-popup .N-1A {
  background-color: #c5812f;
  top: 45%;
  left: 14%;
  max-width: 100px;
}
.h2c-popup .N-TB {
  background-color: #deaa4c;
  top: 59%;
  left: 19%;
  max-width: 110px;
}
.h2c-popup .P-TB {
  background-color: #79c4db;
  top: 72%;
  left: 50%;
}
.h2c-popup .P-1A {
  background-color: #28a6d3;
  top: 81.5%;
  left: 50%;
}
.h2c-popup .P-V {
  background-color: #0070a0;
  top: 89%;
  left: 50%;
}
.h2c-popup .S-2A {
  background-color: #0f5e29;
  top: 32%;
  left: 91%;
  max-width: 100px;
}
.h2c-popup .S-1AT {
  background-color: #35d46e;
  top: 44%;
  left: 86%;
  max-width: 100px;
}
.h2c-popup .S-1A {
  background-color: #2caf5b;
  top: 62%;
  left: 85%;
  max-width: 100px;
}
.buy-tickets .ico-ticket {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-position: -54px -55px;
}
.buy-tickets .team {
  width: calc(50% - 95px);
  position: relative;
}
.buy-tickets .team span {
  width: auto;
  position: absolute;
  top: 100%;
  color: #009655;
  font-size: 26px;
  line-height: 1.2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 195px;
  min-width: 100%;
}
.buy-tickets .team:first-child span {
  left: 0;
}
.buy-tickets .team:last-child span {
  right: 0;
}
.buy-tickets .marker {
  width: 180px;
}
.buy-tickets .date {
  color: #808080;
  font-size: 18px;
  text-transform: uppercase;
}
.buy-tickets .hour {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.6);
}
.buy-tickets .hour b {
  display: inline-block;
  vertical-align: middle;
  width: calc(25% - 5px);
}
.buy-tickets .hour span {
  font-size: 18px;
}
.bet {
  padding: 10px 0;
}
.bet:after {
  clear: both;
}
.bet:after,
.bet:before {
  display: table;
  content: " ";
}
.bet > div {
  float: left;
  min-height: 1px;
  line-height: 36px;
  padding: 2px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.bet > div + div {
  margin-left: 10px;
}
.bet .bet-img {
  width: 100px;
}
.bet .bet-col {
  width: calc(33.33% - (130px / 3));
}
.bet .bet-col small {
  display: block;
  width: 30px;
  float: left;
  background-color: #009655;
  border-radius: 5px;
  color: #FFF;
  font-size: 26px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bet .bet-col a:hover small {
  background-color: rgba(0, 150, 85, 0.6);
}
.bet.williamhill .bet-img {
  background-color: #011d4d;
  background-image: url("https://thumb.resfu.com/media/img/wbets/bet_williamhill_75x25.png");
}
.bet.bet365 .bet-img {
  background-color: #017B5B;
  background-image: url("https://thumb.resfu.com/media/img/wbets/bet_bet365_75x25.png");
}
.bet .bet-img {
  text-indent: -900px;
  background-position: center;
  background-repeat: no-repeat;
}
.sidebar-right .buy-tickets .team span,
.sidebar-left .buy-tickets .team span {
  font-size: 20px;
  top: 110%;
  width: auto;
  max-width: 140px;
}
.sidebar-right .buy-tickets .team .hour,
.sidebar-left .buy-tickets .team .hour {
  font-size: 22px;
}
.sidebar-right .bet .bet-img,
.sidebar-left .bet .bet-img {
  width: 90px;
}
.sidebar-right .bet .bet-col,
.sidebar-left .bet .bet-col {
  width: calc(33.33% - (105px / 3));
}
.sidebar-right .bet .bet-col small,
.sidebar-left .bet .bet-col small {
  font-size: 16px;
  width: 25px;
}
.sidebar-right .bet .bet-col span,
.sidebar-left .bet .bet-col span {
  font-size: 15px;
}
.sidebar-right .bet > div,
.sidebar-left .bet > div {
  line-height: 30px;
}
.sidebar-right .bet > div + div,
.sidebar-left .bet > div + div {
  margin-left: 5px;
}
.playWithUs {
  position: relative;
}
.playWithUs .line {
  border-top: 1px solid #dfdfdf;
}
.playWithUs .parallax img {
  background-color: #009655;
}
.playWithUs .green-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 96%;
  top: 2%;
  left: calc(50% - 1px);
  background-color: rgba(0, 0, 0, 0.5);
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #00d176;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.playWithUs .field {
  position: relative;
  line-height: 0;
  display: inline-block;
}
.playWithUs .field + .btn {
  left: 20px;
}
.playWithUs .lineup {
  position: absolute;
  width: 80%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.playWithUs .lineup li {
  position: absolute;
  max-width: 90px;
  width: 20%;
  max-height: 85px;
  height: 30%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.playWithUs .play-forecast {
  color: #FFF;
  padding-top: 50px;
  overflow: hidden;
  white-space: nowrap;
}
.playWithUs .play-forecast .pf-title {
  font-size: 24px;
}
.playWithUs .play-forecast .pf-title span {
  font-weight: 100;
}
.playWithUs .play-forecast .img-box {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border-radius: 100%;
  padding: 3px;
  background: #FFF;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.playWithUs .play-forecast .shield-box {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  border-radius: 100%;
  background: #FFF;
}
.playWithUs .team {
  font-size: 36px;
  width: 20%;
}
.playWithUs .usable-marker {
  border-radius: 50%;
  padding: 40px 20px;
  overflow: hidden;
  position: relative;
  background-color: #009655;
}
.playWithUs .usable-marker:before,
.playWithUs .usable-marker:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 20px;
  height: 0;
  -webkit-box-shadow: 0 0 60px 50px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 60px 50px rgba(0, 0, 0, 0.4);
}
.playWithUs .usable-marker:before {
  left: 40px;
}
.playWithUs .usable-marker:after {
  right: 40px;
}
.playWithUs .mpr-inputs {
  font-size: 60px;
  position: relative;
  z-index: 1;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.playWithUs .mpr-inputs input {
  display: inline-block;
  text-align: center;
  width: 70px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.playWithUs .mpr-inputs input::-webkit-input-placeholder {
  color: #FFF;
}
.playWithUs .mpr-inputs input::-moz-placeholder {
  color: #FFF;
}
.playWithUs .mpr-inputs input:-ms-input-placeholder {
  color: #FFF;
}
.playWithUs .mpr-inputs input::-ms-input-placeholder {
  color: #FFF;
}
.playWithUs .mpr-inputs input::placeholder {
  color: #FFF;
}
.playWithUs .mpr-inputs input:-ms-input-placeholder {
  color: #FFF;
}
.playWithUs .mpr-inputs input::-ms-input-placeholder {
  color: #FFF;
}
.playWithUs .mpr-controls {
  font-size: 130px;
  position: relative;
  z-index: 1;
}
.playWithUs .mpr-controls label {
  background-color: #FFF;
  color: #585858;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  line-height: 60px;
  display: block;
  font-weight: 100;
  overflow: hidden;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.playWithUs .mpr-controls label:hover {
  background-color: #009655;
  color: #FFF;
  cursor: pointer;
  border: 2px solid #FFF;
  text-indent: -1px;
  line-height: 57px;
}
.playWithUs .wrapper-anim {
  height: 210px;
  max-width: 365px;
  width: 60%;
}
.playWithUs .wrapper-anim > div {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  height: 100%;
}
.playWithUs .forecastPlayed {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
  height: 0;
}
.playWithUs .anim .forecastNotPlayed {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
}
.playWithUs .anim .forecastPlayed {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.playWithUs .forecast-stats {
  line-height: 20px;
}
.playWithUs .forecast-stats > div > div {
  width: calc(50% - 30px);
}
.playWithUs .forecast-stats .num {
  font-size: 16px;
  display: inline-block;
  width: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #1a7041;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.playWithUs .forecast-stats small {
  display: inline-block;
  width: 40px;
  color: #00d176;
  font-size: 16px;
}
.playWithUs .forecast-stats .bar {
  position: relative;
  height: 10px;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  margin-right: -4px;
}
.playWithUs .forecast-stats .bar span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #00d176;
}
.live-marquee {
  white-space: nowrap;
  line-height: 40px;
  font-size: 18px;
}
.live-marquee .corner {
  background-color: #009655;
  width: 100px;
  height: 40px;
  font-weight: 100;
  color: #FFF;
  position: relative;
  z-index: 1;
}
.live-marquee .corner:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.live-marquee .corner:first-child {
  float: left;
}
.live-marquee .corner:first-child:after {
  border-top: 40px solid #009655;
  border-right: 40px solid transparent;
  left: 100%;
}
.live-marquee .corner:last-child {
  float: right;
}
.live-marquee .corner:last-child:after {
  border-bottom: 40px solid #009655;
  border-left: 40px solid transparent;
  right: 100%;
}
.live-marquee .marquee {
  color: #009655;
}
.live-marquee .marquee b {
  margin-right: 5px;
}
.live-marquee .marquee .m-title {
  color: #000;
  text-transform: uppercase;
}
.live-marquee .marquee-move {
  position: absolute;
  z-index: 0;
  top: 0;
}
.live-marquee .marquee-move:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.others .gray-line {
  margin-bottom: 20px;
}
.home-poll {
  font-size: 16px;
}
.home-poll .question {
  font-size: 18px;
}
.home-poll .question-wrapper {
  border-bottom: 1px solid #dfdfdf;
}
.home-poll .question-wrapper img {
  width: 36%;
  min-width: 120px;
}
.home-poll .question-wrapper p {
  width: 62%;
  max-width: calc(100% - 125px);
}
.home-poll .option {
  position: relative;
  line-height: 24px;
}
.home-poll .option > * {
  -webkit-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.home-poll .option label {
  position: relative;
  z-index: 1;
  padding-left: 25px;
  width: calc(100% - 25px);
  display: block;
}
.home-poll .option label:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
  background: #FFF;
}
.home-poll .option label:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #009655;
  position: absolute;
  top: 6px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
      transform: scale(0);
}
.home-poll .option input {
  position: absolute;
  left: 0;
  display: none;
}
.home-poll .option input:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
}
.home-poll .option span {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding: 1px 0;
}
.home-poll .option span i {
  background-color: rgba(0, 150, 85, 0.3);
  height: 100%;
  display: block;
}
.home-poll .option small {
  right: 0;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 25px;
}
.home-poll .option.voted span {
  width: 100%;
}
.home-poll .option.voted small {
  opacity: 1;
  filter: alpha(opacity=100);
}
.home-poll .option.voted input:not(:checked) + label:after,
.home-poll .option.voted input:not(:checked) + label:before {
  display: none;
}
.squad-stats {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.squad-stats .title {
  font-size: 42px;
}
.squad-stats .wrapper-bar {
  position: absolute;
  z-index: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0;
}
.squad-stats .wrapper-bar div {
  height: 40px;
  width: 120px;
  position: relative;
}
.squad-stats .wrapper-bar .bar {
  width: 10px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
}
.squad-stats .nav {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #009655;
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 15px;
}
.squad-stats .nav:hover {
  background-color: #00d176;
}
.squad-stats .next {
  right: 0;
  -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.4);
}
.squad-stats .next .arrow {
  background-position: -200px -50px;
}
.squad-stats .prev {
  left: 0;
  -webkit-box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.4);
}
.squad-stats .prev .arrow {
  background-position: -150px -50px;
}
.squad-stats .arrow {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.squad-stats .slider-wrapper.slice-left {
  -webkit-animation: animToLeft 0.6s linear;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animToLeft 0.6s linear;
}
.squad-stats .slider-wrapper.slice-right {
  -webkit-animation: animToRight 0.6s linear;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: animToRight 0.6s linear;
}
.squad-stats .player {
  font-weight: bold;
}
.squad-stats .player:nth-child(odd) {
  text-align: left;
}
.squad-stats .player:nth-child(odd) .player-info > div:not(.info) > div {
  margin-right: 10px;
}
.squad-stats .player:nth-child(odd) > div,
.squad-stats .player:nth-child(odd) .player-info > div > div,
.squad-stats .player:nth-child(odd) .stats i {
  float: left;
}
.squad-stats .player:nth-child(odd) .name small {
  left: 0;
}
.squad-stats .player:nth-child(odd) .num {
  margin: 0 10px 0 -30px;
}
.squad-stats .player:nth-child(odd) .info {
  white-space: nowrap;
}
.squad-stats .player:nth-child(even) {
  text-align: right;
}
.squad-stats .player:nth-child(even) .player-info > div:not(.info) > div {
  margin-left: 10px;
}
.squad-stats .player:nth-child(even) > div,
.squad-stats .player:nth-child(even) .player-info > div > div,
.squad-stats .player:nth-child(even) .stats i {
  float: right;
}
.squad-stats .player:nth-child(even) .name small {
  right: 0;
}
.squad-stats .player:nth-child(even) .num {
  margin: 0 -30px 0 10px;
}
.squad-stats .name {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  max-width: calc(100% - 75px);
}
.squad-stats .name p {
  padding-top: 10px;
  line-height: 85px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.squad-stats .name small {
  position: absolute;
  top: 0;
  display: block;
  color: #00d176;
  font-size: 26px;
  line-height: 1.2;
  white-space: nowrap;
}
.squad-stats .num {
  font-size: 110px;
  line-height: 0.6;
  color: rgba(255, 172, 51, 0.9);
  letter-spacing: -20px;
  padding-right: 20px;
  max-width: 100px;
}
.squad-stats .datas {
  font-size: 24px;
}
.squad-stats .datas span {
  color: #00d176;
  font-size: 18px;
}
.squad-stats .stats {
  font-size: 36px;
  line-height: 35px;
  margin-top: 20px;
}
.squad-stats .player-info {
  width: 63%;
  margin-top: 40px;
}
.squad-stats .player-info > div:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}
.squad-stats .player-img {
  position: relative;
  line-height: 0;
  width: 37%;
}
.squad-stats .player-img:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-radial-gradient(center, ellipse, #ffffff 0%, rgba(255, 255, 255, 0) 65%);
  background: radial-gradient(ellipse at center, #ffffff 0%, rgba(255, 255, 255, 0) 65%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.squad-stats .player-img img {
  position: relative;
  z-index: 1;
}
@keyframes animToLeft {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  51% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animToLeft {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  51% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animToRight {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  51% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes animToRight {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  49% {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  50% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  51% {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.club-boardOfDirectors .name {
  font-size: 26px;
  line-height: 1.2;
}
.club-boardOfDirectors .image {
  overflow: hidden;
  line-height: 0;
}
.club-boardOfDirectors .long-text .name {
  font-size: 42px;
}
.club-boardOfDirectors.cbod-detail .header {
  background: #fafafa url("https://thumb.besoccerapps.com/rbetis/img_web/bg/big-shield-gray_2.png") no-repeat center;
  position: relative;
}
.club-boardOfDirectors.cbod-detail img,
.club-boardOfDirectors.cbod-detail figcaption {
  display: inline-block;
  vertical-align: middle;
}
.club-boardOfDirectors.cbod-detail figcaption {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  margin-left: 10px;
}
.club-boardOfDirectors.cbod-detail .name {
  font-size: 42px;
}
.club-boardOfDirectors.cbod-detail i {
  font-size: 26px;
}
.club-boardOfDirectors.cbod-detail a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.club-sponsors .cs-img {
  border: 1px solid #dfdfdf;
}
.club-sponsors .cs-type {
  font-size: 26px;
}
.team-squad .br-b {
  border-bottom: 1px dashed #dfdfdf;
}
.team-squad .name,
.team-squad .roles {
  font-size: 26px;
}
.team-squad .player-img {
  position: relative;
}
.team-squad .player-img .img {
  line-height: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  max-width: 256px;
  border: 1px solid #dfdfdf;
}
.team-squad .player-img .num {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  line-height: 50px;
  color: #FFF;
  background-color: #009655;
  border: 2px solid #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.team-subTeams-list .list-title {
  font-size: 26px;
}
.team-subTeams-list .sb-menu b,
.team-subTeams-list .sb-menu p {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.calendar .month {
  font-size: 24px;
}
.calendar .day {
  width: calc(100% / 7);
  min-height: 40px;
  line-height: 40px;
}
.calendar .day.empty {
  background-color: rgba(128, 128, 128, 0.5);
}
.calendar .day.today {
  background-color: rgba(255, 172, 51, 0.2) !important;
}
.calendar .day.act {
  background-color: #1a7041 !important;
  color: #FFF;
}
.calendar .day a {
  display: block;
}
.calendar .day a:hover {
  background-color: rgba(0, 150, 85, 0.2);
}
.calendar .day span {
  width: 0;
  height: 0;
  right: 2px;
  top: 4px;
  border-style: solid;
  border-width: 10px;
  border-color: #009655 transparent transparent transparent;
}
.calendar .day span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #ffac33;
  position: absolute;
  left: -3px;
  top: -14px;
}
.calendar .calendar-wrapper .day:not(.empty) {
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0 1px 1px 0;
}
.calendar .calendar-wrapper .day:not(.empty):nth-child(7n +1) {
  border-width: 0 1px 1px 1px;
}
.calendar .calendar-wrapper .day:not(.empty):nth-child(7n - 1),
.calendar .calendar-wrapper .day:not(.empty):nth-child(7n) {
  background-color: #fafafa;
}
.calendar .days-wrapper .day {
  background-color: #009655;
  color: #FFF;
  font-size: 14px;
}
.calendar .days-wrapper .day p:after {
  content: attr(data-large);
  display: inline-block;
}
.match-day-promo .team {
  width: calc(50% - 60px);
}
.match-day-promo .team p {
  color: #009655;
  font-size: 26px;
}
.bsk-fansclub .ni-headline {
  font-size: 26px;
}
.carousel-wrapper {
  overflow: hidden;
  padding-bottom: 15px;
}
.carousel-wrapper.featured-news a:after {
  display: none;
}
.carousel {
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
      transform-origin: 0% 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 4px;
  background-color: rgba(0, 150, 85, 0.5);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.carousel .indicators .indicator-item.active {
  background-color: #009655;
}
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}
.rtv-live .warning-sesion {
  border: 2px solid #009655;
  background: #eee;
  padding: 20px;
}
.rtv-live .warning-sesion .input-field input {
  background: #eee;
}
.rtv-live .btn-wrapper {
  width: 170px;
  margin: 0 auto;
}
.rtv-live .btn-wrapper.big {
  width: 300px;
}
.rtv-live .btn.btn-white {
  color: white;
}
.desktop {
  top: 0;
  right: 0;
  width: 80px;
}
.related-videos .magazine-list div.social-icos {
  margin-top: -3px;
}
.related-videos .magazine-list .w-ico-whatsapp {
  background-position: -118px 0;
}
.related-videos .magazine-list span {
  width: 100%;
  margin-bottom: 10px;
}
.social-list {
  /*el num de redes sociales que estamos mostrando en el menú*/
  overflow: hidden;
  width: 300px;
}
.social-list li {
  float: left;
  width: 16.66666667%;
}
.social-list li a {
  display: block;
}
.social-list li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.social-list.min {
  width: 220px;
}
.social-list.min.bg-white {
  width: 115px;
}
.social-icos .s-ico {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/graphics/sprite-social-new.png?v=3");
  background-size: 270px;
  background-repeat: no-repeat;
}
.social-icos .w-ico-facebook {
  background-position: 0 0;
}
.social-icos .w-ico-twitter {
  background-position: -30px 0;
}
.social-icos .w-ico-instagram {
  background-position: -60px 0;
}
.social-icos .w-ico-youtube {
  background-position: -90px 0;
}
.social-icos .w-ico-whatsapp {
  background-position: -120px 0;
}
.social-icos .w-ico-linkedin {
  background-position: -150px 0;
}
.social-icos .w-ico-share {
  background-position: -180px 0;
}
.social-icos .w-ico-twitch {
  background-position: -210px 0;
}
.social-icos .w-ico-tiktok {
  background-position: -240px 0;
}
.social-icos .g-ico-facebook {
  background-position: 0 -30px;
}
.social-icos .g-ico-twitter {
  background-position: -30px -30px;
}
.social-icos .g-ico-instagram {
  background-position: -60px -30px;
}
.social-icos .g-ico-youtube {
  background-position: -90px -30px;
}
.social-icos .g-ico-whatsapp {
  background-position: -120px -30px;
}
.social-icos .g-ico-linkedin {
  background-position: -150px -30px;
}
.social-icos .g-ico-share {
  background-position: -180px -30px;
}
.social-icos .g-ico-twitch {
  background-position: -210px -30px;
}
.social-icos .g-ico-tiktok {
  background-position: -240px -30px;
}
.social-icos .grey-ico-facebook {
  background-position: 0 -30px;
}
.social-icos .grey-ico-twitter {
  background-position: -30px -60px;
}
.social-icos .grey-ico-instagram {
  background-position: -60px -60px;
}
.social-icos .grey-ico-youtube {
  background-position: -90px -60px;
}
.social-icos .grey-ico-whatsapp {
  background-position: -120px -60px;
}
.social-icos .grey-ico-linkedin {
  background-position: -150px -60px;
}
.social-icos .grey-ico-share {
  background-position: -180px -60px;
}
.social-icos .grey-ico-twitch {
  background-position: -210px -60px;
}
.social-icos .grey-ico-tiktok {
  background-position: -240px -60px;
}
.social-icos.min .s-ico {
  width: 20px;
  height: 20px;
  background-size: 180px;
}
.social-icos.min .s-ico.w-ico-whatsapp {
  background-size: 125px;
}
.social-icos.min.bg-white li div {
  border-radius: 50%;
  width: 25px;
  background: white;
}
.social-icos.min.bg-white li div .g-ico-facebook {
  background-position: 0 -19px;
}
.social-icos.min.bg-white li div .g-ico-twitter {
  background-position: -20px -19px;
}
.social-icos.min.bg-white li div a {
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.social-icos.min.bg-white li div:hover {
  background: #009655;
}
.social-icos.min.bg-white li div:hover .g-ico-facebook {
  background-position: 0 0;
}
.social-icos.min.bg-white li div:hover .g-ico-twitter {
  background-position: -20px 1px;
}
.social-icos.min.bg-white li div:hover a {
  opacity: 1;
}
.social-icos.min .w-ico-facebook {
  background-position: 0 0;
}
.social-icos.min .w-ico-twitter {
  background-position: -20px 0;
}
.social-icos.min .w-ico-instagram {
  background-position: -40px 0;
}
.social-icos.min .w-ico-youtube {
  background-position: -60px 0;
}
.social-icos.min .w-ico-whatsapp {
  background-position: -80px 0;
}
.social-icos.min .w-ico-linkedin {
  background-position: -100px 0;
}
.social-icos.min .w-ico-share {
  background-position: -120px 0;
}
.social-icos.min .w-ico-twitch {
  background-position: -140px 0;
}
.social-icos.min .w-ico-tiktok {
  background-position: -160px 0;
}
.social-icos.min .g-ico-facebook {
  background-position: 0 -20px;
}
.social-icos.min .g-ico-twitter {
  background-position: -20px -20px;
}
.social-icos.min .g-ico-instagram {
  background-position: -40px -20px;
}
.social-icos.min .g-ico-youtube {
  background-position: -60px -20px;
}
.social-icos.min .g-ico-whatsapp {
  background-position: -80px -20px;
}
.social-icos.min .g-ico-linkedin {
  background-position: -100px -20px;
}
.social-icos.min .g-ico-share {
  background-position: -120px -20px;
}
.social-icos.min .g-ico-twitch {
  background-position: -140px -20px;
}
.social-icos.min .g-ico-tiktok {
  background-position: -160px -20px;
}
.social-icos.min .grey-ico-facebook {
  background-position: 0 -20px;
}
.social-icos.min .grey-ico-twitter {
  background-position: -20px -40px;
}
.social-icos.min .grey-ico-instagram {
  background-position: -40px -40px;
}
.social-icos.min .grey-ico-youtube {
  background-position: -60px -40px;
}
.social-icos.min .grey-ico-whatsapp {
  background-position: -80px -40px;
}
.social-icos.min .grey-ico-linkedin {
  background-position: -100px -40px;
}
.social-icos.min .grey-ico-share {
  background-position: -120px -40px;
}
.social-icos.min .grey-ico-twitch {
  background-position: -140px -40px;
}
.social-icos.min .grey-ico-tiktok {
  background-position: -160px -40px;
}
.social-icos .s-ico.g-ico-whatsapp,
.social-icos li.whatsApp {
  display: none;
}
.u-ico {
  background-image: url("https://thumb.besoccerapps.com/rbetis/img_web/sprite-utilities.png?ch=2");
}
.menu-ico {
  background-image: url("https://thumb.besoccerapps.com/rbetis/img_web/sprite-menu.png?ch=2");
  background-size: 34px;
  width: 34px;
  height: 34px;
}
.mi-11 {
  background-position: 0 -340px;
}
.mi-10 {
  background-position: 0 -306px;
}
.mi-9 {
  background-position: 0 -272px;
}
.mi-8 {
  background-position: 0 -238px;
}
.mi-7 {
  background-position: 0 -204px;
}
.mi-6 {
  background-position: 0 -170px;
}
.mi-5 {
  background-position: 0 -136px;
}
.mi-4 {
  background-position: 0 -102px;
}
.mi-3 {
  background-position: 0 -68px;
}
.mi-2 {
  background-position: 0 -34px;
}
.mi-1 {
  background-position: 0 0px;
}
.event-ico {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background: url("https://thumb.besoccerapps.com/rbetis/img_web/sprite-events.png");
  background-size: 210px;
}
.event-ico.min-ico {
  width: 20px;
  height: 20px;
  background-size: 120px;
}
.event-ico.min-ico small {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  font-size: 8px;
  line-height: 12px;
  right: -5px;
}
.event-ico.big-ico {
  width: 85px;
  height: 85px;
  background-size: 510px;
}
.event-ico small {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #585858;
  color: #FFF;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  right: -5px;
}
.event_1,
.event_11,
.event_12 {
  background-position: 0px 0px;
}
.event_1.min-ico,
.event_11.min-ico,
.event_12.min-ico {
  background-position: 0px 0px;
}
.event_1.big-ico,
.event_11.big-ico,
.event_12.big-ico {
  background-position: 0px 0px;
}
.event_2 {
  background-position: -35px 0px;
}
.event_2.min-ico {
  background-position: -20px 0px;
}
.event_2.big-ico {
  background-position: -85px 0px;
}
.event_3 {
  background-position: 0px -35px;
}
.event_3.min-ico {
  background-position: 0px -20px;
}
.event_3.big-ico {
  background-position: 0px -85px;
}
.event_3b {
  background-position: 0px -70px;
}
.event_3b.min-ico {
  background-position: 0px -40px;
}
.event_3b.big-ico {
  background-position: 0px -170px;
}
.event_4 {
  background-position: -35px -35px;
}
.event_4.min-ico {
  background-position: -20px -20px;
}
.event_4.big-ico {
  background-position: -85px -85px;
}
.event_4b {
  background-position: -35px -70px;
}
.event_4b.min-ico {
  background-position: -20px -40px;
}
.event_4b.big-ico {
  background-position: -85px -170px;
}
.event_5 {
  background-position: -70px -35px;
}
.event_5.min-ico {
  background-position: -40px -20px;
}
.event_5.big-ico {
  background-position: -170px -85px;
}
.event_5b {
  background-position: -70px -70px;
}
.event_5b.min-ico {
  background-position: -40px -40px;
}
.event_5b.big-ico {
  background-position: -170px -170px;
}
.event_6 {
  background-position: -70px 0px;
}
.event_6.min-ico {
  background-position: -40px 0px;
}
.event_6.big-ico {
  background-position: -170px 0px;
}
.event_13 {
  background-position: -175px 0px;
}
.event_13.min-ico {
  background-position: -100px 0px;
}
.event_13.big-ico {
  background-position: -425px 0px;
}
.event_14 {
  background-position: -140px 0px;
}
.event_14.min-ico {
  background-position: -80px 0px;
}
.event_14.big-ico {
  background-position: -340px 0px;
}
.event_15 {
  background-position: -175px -35px;
}
.event_15.min-ico {
  background-position: -100px -20px;
}
.event_15.big-ico {
  background-position: -425px -85px;
}
.event_16 {
  background-position: -105px -35px;
}
.event_16.min-ico {
  background-position: -60px -20px;
}
.event_16.big-ico {
  background-position: -255px -85px;
}
.event_penaltinoparado {
  background-position: -140px -35px;
}
.event_penaltinoparado.min-ico {
  background-position: -80px -20px;
}
.event_penaltinoparado.big-ico {
  background-position: -340px -85px;
}
.event_17 {
  background-position: -175px -105px;
}
.event_17.min-ico {
  background-position: -100px -60px;
}
.event_17.big-ico {
  background-position: -425px -255px;
}
.event_18 {
  background-position: -140px -70px;
}
.event_18.min-ico {
  background-position: -80px -40px;
}
.event_18.big-ico {
  background-position: -340px -170px;
}
.event_19 {
  background-position: -105px -70px;
}
.event_19.min-ico {
  background-position: -60px -40px;
}
.event_19.big-ico {
  background-position: -255px -170px;
}
.event_20,
.event_42 {
  background-position: -140px -105px;
}
.event_20.min-ico,
.event_42.min-ico {
  background-position: -80px -60px;
}
.event_20.big-ico,
.event_42.big-ico {
  background-position: -340px -255px;
}
.event_21,
.event_27,
.event_37,
.event_38 {
  background-position: -175px -70px;
}
.event_21.min-ico,
.event_27.min-ico,
.event_37.min-ico,
.event_38.min-ico {
  background-position: -100px -40px;
}
.event_21.big-ico,
.event_27.big-ico,
.event_37.big-ico,
.event_38.big-ico {
  background-position: -425px -170px;
}
.event_22 {
  background-position: 0px -105px;
}
.event_22.min-ico {
  background-position: 0px -60px;
}
.event_22.big-ico {
  background-position: 0px -255px;
}
.event_22w {
  background-position: 0px -140px;
}
.event_22w.min-ico {
  background-position: 0px -80px;
}
.event_22w.big-ico {
  background-position: 0px -340px;
}
.event_23 {
  background-position: -35px -105px;
}
.event_23.min-ico {
  background-position: -20px -60px;
}
.event_23.big-ico {
  background-position: -85px -255px;
}
.event_24,
.event_28,
.event_30 {
  background-position: -105px -105px;
}
.event_24.min-ico,
.event_28.min-ico,
.event_30.min-ico {
  background-position: -60px -60px;
}
.event_24.big-ico,
.event_28.big-ico,
.event_30.big-ico {
  background-position: -255px -255px;
}
.event_25 {
  background-position: -105px 0px;
}
.event_25.min-ico {
  background-position: -60px 0px;
}
.event_25.big-ico {
  background-position: -255px 0px;
}
.event_26,
.event_36,
.event_39,
.event_40 {
  background-position: -70px -105px;
}
.event_26.min-ico,
.event_36.min-ico,
.event_39.min-ico,
.event_40.min-ico {
  background-position: -40px -60px;
}
.event_26.big-ico,
.event_36.big-ico,
.event_39.big-ico,
.event_40.big-ico {
  background-position: -170px -255px;
}
.event_31 {
  background-position: -70px -140px;
}
.event_31.min-ico {
  background-position: -40px -80px;
}
.event_31.big-ico {
  background-position: -170px -340px;
}
.event_35 {
  background-position: -35px -140px;
}
.event_35.min-ico {
  background-position: -20px -80px;
}
.event_35.big-ico {
  background-position: -85px -340px;
}
.event_time {
  background-position: -105px -140px;
}
.event_time.min-ico {
  background-position: -60px -80px;
}
.event_time.big-ico {
  background-position: -255px -340px;
}
.event_change {
  background-position: -140px -140px;
}
.event_change.min-ico {
  background-position: -80px -80px;
}
.event_change.big-ico {
  background-position: -340px -340px;
}
.parallax.texture:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.social .parallax.texture:after {
  background: #000 url("https://thumb.besoccerapps.com/rbetis/img_web/bg/home-parallax-bg.png");
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.playWithUs .parallax.texture:after {
  background: url("https://thumb.besoccerapps.com/rbetis/img_web/bg/home-parallax-bg2.png");
}
.squad-stats .parallax.texture:after,
.member-campaign .parallax.texture:after {
  background: #009655 url("https://thumb.besoccerapps.com/rbetis/img_web/bg/home-parallax-bg3.png");
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.match-header .parallax.texture:after {
  background: rgba(0, 150, 85, 0.7) url("https://thumb.besoccerapps.com/rbetis/img_web/bg/home-parallax-bg3.png");
}
.club-boardOfDirectors a img,
.new-item a img,
.team-squad a img,
.magazine-list a img,
.foundation-board a img,
.club-boardOfDirectors a .ni-image,
.new-item a .ni-image,
.team-squad a .ni-image,
.magazine-list a .ni-image,
.foundation-board a .ni-image,
.club-boardOfDirectors a .img-wrapper img,
.new-item a .img-wrapper img,
.team-squad a .img-wrapper img,
.magazine-list a .img-wrapper img,
.foundation-board a .img-wrapper img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.club-boardOfDirectors a:hover .image img,
.new-item a:hover .image img,
.team-squad a:hover .image img,
.magazine-list a:hover .image img,
.foundation-board a:hover .image img,
.club-boardOfDirectors a:hover .ni-image,
.new-item a:hover .ni-image,
.team-squad a:hover .ni-image,
.magazine-list a:hover .ni-image,
.foundation-board a:hover .ni-image,
.club-boardOfDirectors a:hover .ni-figure .ni-image,
.new-item a:hover .ni-figure .ni-image,
.team-squad a:hover .ni-figure .ni-image,
.magazine-list a:hover .ni-figure .ni-image,
.foundation-board a:hover .ni-figure .ni-image,
.club-boardOfDirectors a:hover .img img,
.new-item a:hover .img img,
.team-squad a:hover .img img,
.magazine-list a:hover .img img,
.foundation-board a:hover .img img,
.club-boardOfDirectors a:hover .img-wrapper img,
.new-item a:hover .img-wrapper img,
.team-squad a:hover .img-wrapper img,
.magazine-list a:hover .img-wrapper img,
.foundation-board a:hover .img-wrapper img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.club-boardOfDirectors .ni-figure a .ni-image,
.new-item .ni-figure a .ni-image,
.team-squad .ni-figure a .ni-image,
.magazine-list .ni-figure a .ni-image,
.foundation-board .ni-figure a .ni-image {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.club-boardOfDirectors .ni-figure a:hover,
.new-item .ni-figure a:hover,
.team-squad .ni-figure a:hover,
.magazine-list .ni-figure a:hover,
.foundation-board .ni-figure a:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.new-item.ytVideos a:hover .ni-image {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
      -ms-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
}
/* Dejo esto comentado porque hay que revisarlo, pisa algunos estilos del resto de la web
.hoverGreen{
	&:hover{
		cursor:pointer;
		background: #00d176;
		p{
			color:#fff;
		}
		img{
			padding: 4px 4px;
		}
	}
}
.hoverGreen .green{
	color: #00d176;
}
.inscription{
	background-color: #00d176;
	background-image: url("../img/trash/hero_pic copia.png");
	background-size:50%;
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	padding: 30px;
	h3{
		font-size: 42px;
	}
}
.glass:hover{
	opacity: 1;
	&:after {
	background-color: #00d176;
	background-image: url("https://thumb.besoccerapps.com/rbetis/img_web/ico-magnifyingGlass.png") no-repeat center;
	position: absolute;
	content: '';
	display: block;
	opacity: 0;
	}
}
.gamma-description:after{
	content: "";
    display: block;
    width: 120px;
    height: 120px;
	position: absolute;
	opacity: 0;
    top: 50%;
    left: 50%;

	}
.gamma-description:hover{
	color: transparent;
	background: rgba(0,150,85,0.5) url(../img/trash/ico-magnifyingGlass-white.png) no-repeat center;
	position: absolute;
	top: 0px;
	left: 10px;
	bottom: 0px;
	right: 7px;
	text-align: center;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	opacity: 1;
}
.card p{
	height: 150px;
}
.ni-headline{
	color: #009655;
    text-transform: uppercase;
	font-size: 30px;
}
.m-t{
	margin-top: 10px;
}
.media-yx{
	padding-bottom: 66.6666%;
	overflow: hidden;
	position: relative;
	height: 0;
	&.big{
		padding-bottom: 62.91%;
	}
	&.median{
		padding-bottom: 46.7%;
	}
	&.small{
		padding-bottom: 93%;
	}
	img{
		width: 100%;
		position: absolute;
		height: 100%;
	}
}
.media-responsive.square{
	padding-bottom: 100%
}
.paddingRL{
	padding: 0 5px;
}

.b-white{
	background: white;
}
.bg2{
	height: 100%;
}
*/
.content .fw {
  width: 100%;
}
.images-footer-instam {
  height: 35%;
}
.images-footer-instam ul {
  height: 96%;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  font-size: 100%;
  line-height: 1.5;
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  vertical-align: baseline;
}
.images-footer-instam ul li {
  -ms-flex-preferred-size: 33.33%;
      flex-basis: 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  padding: 10px;
  float: left;
}
.images-footer-instam ul li .box-photo-instam img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.images-footer-instam ul li .box-photo-instam .btnplay img {
  width: 20px;
  height: 25px;
}
.br-white {
  border: 4px solid white;
}
.btnplay {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
  max-width: 20%;
  min-width: 40px;
}
.tickets-rb img {
  max-height: 300px;
}
.tickets-rb .ticket-detail {
  min-height: auto;
}
.tickets-rb .ticket-detail .header input.btn {
  font-size: 16px;
}
/****************** GENÉRICOS ******************/
.gray-line {
  border-bottom: 1px solid #dfdfdf;
}
.gray-line.green {
  border-color: #009655;
}
.main-title {
  text-align: center;
  font-size: 42px;
  color: #009655;
}
.main-title.white {
  color: #FFF;
}
.titles {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 36px;
}
.titles:after {
  content: '';
  width: 180px;
  height: 4px;
  background-color: #009655;
  display: block;
}
.titles.no-after:after {
  display: none;
}
.titles .info {
  top: 0;
  right: 0;
  font-family: serif;
}
.titles .info .btn {
  padding: 4px 12px;
}
.login-title {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 36px;
}
.info-dropdown {
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
  width: 100%;
  margin-bottom: 20px;
}
.info-dropdown.closed {
  height: 0;
  margin-bottom: 0;
}
.info-dropdown.sb-menu .sbm-title {
  font-size: 16px;
}
.info-dropdown.sb-menu li a span {
  width: 22px;
  height: 22px;
  left: -5px;
}
.btn {
  background-color: #009655;
  border-radius: 5px;
  padding: 8px;
  color: #FFF;
  font-size: 16px;
  position: relative;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.btn:hover {
  background-color: #00b063;
}
.btn a {
  display: block;
}
.btn.small {
  width: 90px;
}
.btn.large {
  display: block;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn.white {
  background: #FFF;
  color: #009655;
}
.btn.white:hover {
  background-color: #f2f2f2;
}
.btn.gray {
  background: #808080;
  color: #FFF;
}
.btn.gray:hover {
  background-color: #999999;
}
.btn.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.media-responsive {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.media-responsive video,
.media-responsive img,
.media-responsive iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hr-shadow {
  margin: 40px 0;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
  background: url("https://thumb.besoccerapps.com/rbetis/img_web/divider.png") no-repeat center;
  border: none;
  width: 100%;
  height: 38px;
}
.hr-gray {
  border: 1px solid #dfdfdf;
}
.hr-dotted {
  border: none;
  border-bottom: 1px dotted #dfdfdf;
}
.list1 {
  color: #009655;
  list-style-type: disc;
  margin-left: 40px;
}
.list1 p {
  color: #585858;
}
.list1.number {
  list-style-type: decimal;
}
.list2 li {
  color: #009655;
  list-style-type: circle !important;
  margin-left: 60px;
}
.list2 li p {
  color: #585858;
}
.fluid-table {
  overflow: auto;
  overflow-y: hidden;
  width: 100%;
}
.tdu {
  text-decoration: underline;
}
.error-message {
  color: #eb171c;
}
.g-recaptcha {
  float: right;
}
.google-map-container {
  width: 1050;
  height: 380px;
}
.common-tooltip:after {
  content: attr(title);
  background: #009655;
  border-radius: 20px;
  position: absolute;
  display: block;
  color: #fff;
  padding: 8px 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  font-size: 12px;
}
/****************** ICONOS ******************/
.ico-info {
  position: absolute;
  bottom: 10px;
  width: 30px;
  height: 30px;
  top: 11px;
  left: 0;
}
.ico-info.match {
  top: -10px;
}
.ico-info.match.right {
  left: -19px;
}
.ico-info.match.left {
  left: -8px;
}
.ico-static {
  position: static;
}
.company {
  background-position: -261px -61px;
}
.tel {
  background-position: -60px -110px;
}
.pencil {
  background-position: -160px -110px;
}
.mail {
  background-position: -111px -110px;
}
.person {
  background-position: -11px -110px;
}
.calendar {
  background-position: -211px -110px;
}
.calendar2 {
  background-position: -211px -161px;
}
.clock {
  background-position: -261px -110px;
}
.select {
  background-position: -11px -160px;
}
.mini-arrow {
  background-position: -111px -160px;
}
.lock {
  background-position: -61px -160px;
}
.check {
  background-position: -160px -161px;
}
.smartphone {
  background-position: -262px -159px;
}
.plane {
  background-position: -110px -210px;
}
.house {
  background-position: -211px -205px;
}
.gray-house {
  background-position: -160px -210px;
}
.calendar,
.clock,
.select {
  margin-left: 10px;
}
/****************** VIDEOS ******************/
.videos .title-wrapper {
  margin-bottom: 20px;
}
.videos .title-wrapper .btn {
  vertical-align: super;
}
.videos .related-videos span {
  font-size: 26px;
  color: #585858;
}
.videos .related-videos p {
  font-size: 14px;
}
.videos .video-list div:nth-child(n+11) {
  display: none;
}
.videos .video-list img {
  -o-object-fit: cover;
     object-fit: cover;
}
.videos .video-list small {
  font-size: 14px;
  height: 14px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.other-videos .btn {
  vertical-align: middle;
}
.other-videos .gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
  border-radius: 5px 0 0 5px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, #009655), to(rgba(0, 150, 85, 0)));
  background: -o-linear-gradient(left, #009655 85%, rgba(0, 150, 85, 0) 100%);
  background: linear-gradient(to right, #009655 85%, rgba(0, 150, 85, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009655', endColorstr='#b3009655', GradientType=1);
  /* IE6-9 */
}
.other-videos .gradient:before {
  content: '';
  background: url('https://thumb.besoccerapps.com/rbetis/img_web/white_bars.png') no-repeat;
  position: absolute;
  width: 39px;
  height: 12px;
  bottom: 0;
  left: calc(50% - 39px);
}
.other-videos .number {
  font-size: 14px;
}
.other-videos .img-wrapper {
  min-height: 100%;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.other-videos .img-wrapper > div:not(.gradient):not(.info-wrapper) {
  line-height: 0;
}
.other-videos .media-responsive {
  max-width: 220px;
  padding-bottom: 40.25%;
}
.other-videos .info-wrapper {
  font-size: 14px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  line-height: 1.3;
  background-color: rgba(0, 150, 85, 0.9);
  -webkit-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
.other-videos .info-wrapper span {
  display: block;
  width: 100%;
}
.other-videos .icon-wrapper:hover + .info-wrapper {
  height: 100%;
}
.other-videos .ico-info {
  position: absolute;
  z-index: 3;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #009655;
  background-position: -111px -61px;
}
/****************** PRODUCTOS ******************/
.products:before,
.products:after {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  background-size: contain;
}
.products:before {
  left: 0;
}
.products:after {
  right: 0;
}
.products .content {
  z-index: 2;
  padding-left: 40px;
  padding-right: 40px;
}
.products .media-responsive {
  border: 4px solid #FFF;
  padding-bottom: 51.57%;
  border-radius: 5px;
}
.products .btn {
  padding: 12px;
}
/****************** PROMOS ******************/
.promo1 .media-responsive {
  padding-bottom: 52.17%;
}
.promo2 .media-responsive {
  padding-bottom: 17.14%;
}
/****************** SOCIAL ******************/
.social .sub-title {
  color: white;
  font-size: 36px;
}
.social .icons-wrapper {
  border: 4px solid #FFF;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  padding: 11px;
  background-color: #eee;
}
.social .instagram-wrapper {
  margin: 5px auto 0;
  height: 300px;
}
.social #twitter-wrapper {
  height: 300px;
  overflow: hidden;
}
.social #twitter-wrapper li {
  height: 110px;
  width: 100%;
  background: #009655;
  color: white;
  padding: 10px;
  margin-bottom: 40px;
  position: relative;
}
.social #twitter-wrapper li:before {
  content: '';
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 92px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 150, 85, 0)), to(#009655));
  background: -o-linear-gradient(top, rgba(0, 150, 85, 0) 0%, #009655 100%);
  background: linear-gradient(to bottom, rgba(0, 150, 85, 0) 0%, #009655 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00009655', endColorstr='#009655', GradientType=0);
}
.social #twitter-wrapper li:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  left: 20px;
  top: 100%;
  border-top: 18px solid #009655;
  border-right: 18px solid transparent;
}
.social #twitter-wrapper img {
  width: 38px;
  height: 38px;
  margin-right: 7px;
  vertical-align: middle;
  float: left;
  margin-left: 5px;
}
.social #twitter-wrapper .user {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
}
.social #twitter-wrapper .user span {
  color: #fafafa;
  display: inline-block;
}
.social #twitter-wrapper .tweet {
  text-align: left;
  margin-left: 50px;
  line-height: 1.2;
  max-height: 62px;
  overflow: hidden;
}
.social #twitter-wrapper .tweet a {
  color: #ffac33;
}
.social #twitter-wrapper [data-scribe="element:verified_badge"],
.social #twitter-wrapper [data-scribe="element:screen_name"] {
  font-size: 18px;
}
/****************** LEGAL ******************/
.legal {
  /*h4 {
		text-transform: uppercase;
		color: @textColor;
		font-size: @fs_title4;
		font-weight: 400;
	}*/
}
.legal h2 {
  margin: 20px 0px 20px 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
}
.legal h3 {
  margin: 30px 0 20px;
  font-weight: 400;
}
.legal h2,
.legal h3,
.legal a,
.legal .sidebar-box {
  color: #009655;
}
.legal a:hover,
.legal .tdu {
  text-decoration: underline;
}
.legal span {
  border-bottom: 1px solid transparent;
  display: block;
}
.legal .no-deco li {
  list-style-type: none;
}
.legal .sidebar-box {
  border-radius: 5px;
  position: fixed;
  z-index: 3;
  width: 268px;
  height: 142px;
  background: #eee;
  padding: 25px 10px 10px 20px;
  -webkit-box-shadow: 2px 2px 2px 2px #dfdfdf;
  box-shadow: 1px 1px 2px 2px #dfdfdf;
}
.legal.cookies h2 {
  color: #585858;
  font-size: 20px;
}
.legal.cookies .numbers {
  width: calc(100% - 30px);
}
.legal.cookies table,
.legal.cookies th,
.legal.cookies td {
  border-collapse: collapse;
  border: 1px solid #000;
}
.legal.cookies thead {
  background: #009655;
  color: #FFF;
}
.legal.cookies td {
  padding: 10px 5px;
}
.legal.cookies .name,
.legal.cookies .server {
  width: 20%;
  word-wrap: break-word;
  max-width: 200px;
}
.legal.cookies .owner,
.legal.cookies .time,
.legal.cookies .aim,
.legal.cookies .third,
.legal.cookies .exclude {
  width: 10%;
}
.legal.cookies .fluid-table {
  overflow: auto;
  overflow-y: hidden;
}
.legal.privacy h3 {
  font-size: 24px;
}
.legal.stockholders .note {
  font-style: italic;
  font-size: 14px;
}
/****************** LAST NEWS ******************/
.last-news .media-responsive {
  padding-bottom: 56%;
}
.last-news .new {
  border-color: #dfdfdf;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-top: none;
}
.last-news .title {
  font-size: 18px;
}
.last-news .category,
.last-news .date {
  font-size: 16px;
}
.last-news p:hover {
  text-decoration: underline;
}
/****************** BANNER EDITABLE ******************/
.banner_editable .media-responsive {
  padding-bottom: 22.85%;
  margin-right: -5px;
  width: 50%;
  color: #FFF;
  font-weight: 400;
}
.banner_editable .media-responsive.right {
  background: #009655 url("https://thumb.besoccerapps.com/rbetis/img_web/banner_shadow.png") no-repeat center;
  background-size: cover;
}
.banner_editable .text-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.banner_editable .title {
  font-size: 44px;
  font-weight: 500;
  text-shadow: 2px 2px 4px #000;
}
.banner_editable .sub-title {
  font-size: 30px;
  text-shadow: 2px 2px 4px #000;
}
.banner_editable.campaign .title,
.banner_editable.campaign .sub-title {
  font-size: 36px;
  font-weight: normal;
}
.banner_editable.campaign .title2 {
  font-size: 48px;
  font-weight: bold;
}
.banner_editable.campaign p {
  margin-bottom: 10px;
}
.news_3col .banner_editable.campaign .title,
.news_3col .banner_editable.campaign .sub-title {
  font-size: 28px;
}
.news_3col .banner_editable.campaign .title2 {
  font-size: 38px;
}
/****************** FOOTER SPONSORS ******************/
.sponsors-wrapper a {
  position: relative;
  display: inline-block;
  background-position: center;
  background-size: contain;
}
.sponsors-wrapper a:hover img:nth-child(1),
.sponsors-wrapper a.active img:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.sponsors-wrapper a:hover img:nth-child(2),
.sponsors-wrapper a.active img:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.sponsors-wrapper .level-1 a {
  width: 300px;
}
.sponsors-wrapper .level-2 a {
  width: 190px;
}
.sponsors-wrapper .level-3 a {
  width: 120px;
}
.sponsors-wrapper img {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sponsors-wrapper img:nth-child(1) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.sponsors-wrapper img:nth-child(2) {
  position: absolute;
  opacity: 0.6;
  filter: alpha(opacity=60);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/****************** CLUB FORMULARIOS ******************/
.club-forms {
  /* CHECKBOX */
  /* RADIO */
}
.club-forms .low {
  top: 30px;
}
.club-forms .warning {
  font-weight: bold;
  font-size: 26px;
}
.club-forms .note {
  font-style: italic;
  font-size: 14px;
}
.club-forms .note2 {
  font-size: 14px;
}
.club-forms .note2 a {
  cursor: pointer;
}
.club-forms .alert {
  padding: 8px 35px 8px 14px;
  background-color: #009655;
  border: 1px solid #009655;
  border-radius: 5px;
}
.club-forms .alert-success {
  color: #009655;
  background-color: rgba(0, 150, 85, 0.3);
  border-color: rgba(0, 150, 85, 0.4);
}
.club-forms .z-label {
  z-index: 1;
}
.club-forms .hide {
  visibility: hidden;
}
.club-forms .tooltip:after {
  background: #009655;
  border-radius: 2px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  right: 10px;
  padding: 8px 15px;
  position: absolute;
  z-index: 5;
  width: calc(100% - 60px);
  top: -8px;
  height: 35px;
  text-align: center;
  font-size: 16px;
}
.club-forms .tooltip:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 27px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: #009655 transparent transparent transparent;
}
.club-forms .section-title {
  text-transform: uppercase;
  font-size: 26px;
}
.club-forms input:not([type="radio"]),
.club-forms textarea.materialize-textarea {
  color: #808080;
  border: none;
  border-bottom: 1px solid #808080;
  width: calc(100% - 40px);
  min-width: calc(100% - 40px);
  resize: vertical;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 40px;
}
.club-forms input:not([type="radio"]) {
  height: 48px;
  min-height: 48px;
}
.club-forms textarea.materialize-textarea {
  overflow-y: hidden;
  resize: none;
  height: 36px;
  min-height: 36px;
}
.club-forms input:not([type="radio"]):focus:not([readonly]),
.club-forms textarea.materialize-textarea:focus:not([readonly]) {
  outline: none;
  border-bottom: 1px solid #009655;
  -webkit-box-shadow: 0 1px 0 0 #009655;
          box-shadow: 0 1px 0 0 #009655;
}
.club-forms .input-field {
  position: relative;
  margin-top: 16px;
}
.club-forms .input-field label {
  color: #808080;
  position: absolute;
  top: 18px;
  left: 0;
  margin-left: 40px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.club-forms .input-field label.active {
  font-size: 14px;
  color: #009655;
  -webkit-transform: translate(0, -140%);
  -ms-transform: translate(0, -140%);
  transform: translate(0, -140%);
}
.club-forms select:not(.browser-default) {
  width: 100%;
  min-width: 100px;
  border: none;
  outline: none;
  color: #808080;
  border-radius: 0;
  height: 48px;
  min-height: 48px;
  font-size: 20px;
  /*border-bottom:1px solid @gray;*/
  -webkit-box-shadow: 0 1px 0 0 #808080;
          box-shadow: 0 1px 0 0 #808080;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  max-width: calc(100% - 40px);
}
.club-forms select:not(.browser-default):focus {
  border-bottom: 2px solid #009655;
  -webkit-box-shadow: 0 1px 0 0 #009655;
          box-shadow: 0 1px 0 0 #009655;
}
.club-forms select:not(.browser-default)[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.club-forms select:not(.browser-default) option {
  color: #009655;
  font-size: 20px;
}
.club-forms .checkbox:not(:checked),
.club-forms .checkbox:checked {
  position: absolute;
  opacity: 0;
}
.club-forms .checkbox + span {
  padding-left: 25px;
  cursor: pointer;
  font-size: 14px;
}
.club-forms .checkbox + span:before,
.club-forms .checkbox:not(.filled-in) + span:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  margin-top: 3px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.club-forms .checkbox + span:before,
.club-forms .checkbox + span:after {
  content: '';
  left: 0;
  position: absolute;
  z-index: 1;
}
.club-forms .checkbox:not(:checked) + span:before {
  width: 0;
  height: 0;
}
.club-forms .checkbox:not(:checked) + span:after {
  height: 25px;
  width: 25px;
  border: 2px solid #808080;
  margin-left: 50px;
  border-radius: 5px;
  z-index: 0;
  top: 0;
  left: -30px;
}
.club-forms .checkbox:checked + span:before {
  left: 3px;
  width: 8px;
  height: 15px;
  margin-left: 50px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotateZ(37deg);
  -ms-transform: rotate(37deg);
      transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
      transform-origin: 100% 100%;
  top: 1px;
  left: -27px;
}
.club-forms .checkbox:checked + span:after {
  width: 25px;
  height: 25px;
  background-color: #009655;
  margin-left: 50px;
  border-radius: 5px;
  z-index: 0;
  top: 1px;
  left: -30px;
}
.club-forms .checkbox-read {
  margin-top: 20px;
}
.club-forms [type="radio"]:not(:checked),
.club-forms [type="radio"]:checked {
  opacity: 0;
}
.club-forms [type="radio"] + span:before,
.club-forms [type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s ease;
  -o-transition: 0.28s ease;
  transition: 0.28s ease;
  border-radius: 50%;
}
.club-forms [type="radio"]:not(:checked) + span:before,
.club-forms [type="radio"]:not(:checked) + span:after {
  border: 2px solid #808080;
  background-color: #FFF;
}
.club-forms [type="radio"]:checked + span:after,
.club-forms [type="radio"].with-gap:checked + span:before,
.club-forms [type="radio"].with-gap:checked + span:after {
  border: 2px solid #009655;
  background-color: #FFF;
}
.club-forms [type="radio"]:checked + span:after,
.club-forms [type="radio"].with-gap:checked + span:after {
  background-color: #009655;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
      transform: scale(0.5);
}
.tour-experience iframe,
.pictures-with-the-team iframe,
.contact iframe {
  border: 1px solid #808080;
}
/****************** TOUR EXPERIENCE ******************/
.tour-experience .list1 {
  font-size: 18px;
}
.tour-experience.club-forms .input-field label.mini-label {
  top: -14px;
  font-size: 16px;
  width: 100%;
}
.tour-experience .visit-type-title {
  margin-left: 20px;
}
.tour-experience .visit-type-input {
  text-align: center;
}
.tour-experience .link {
  color: white;
  text-decoration: none;
}
.tour-experience select:not(.browser-default) {
  padding-left: 48%;
  max-width: 100%;
}
/****************** CONTACTO ******************/
.contact {
  /*.checkbox:checked+span, .checkbox:not(:checked)+span {
		&:before, &:after {
			margin-left: 0;
			top:1px;
			left: 0;
		}
	}
	.checkbox:checked + span:before {
		width: 10px;
	}*/
}
.contact .logo-container {
  position: relative;
  max-width: 320px;
  height: 140px;
}
.contact .logo-container:before {
  content: '';
  width: 140px;
  height: 140px;
  display: block;
  background: url("https://thumb.besoccerapps.com/rbetis/img_web/logo_shield.png") no-repeat center;
  position: absolute;
  top: -15px;
  right: 174px;
}
.contact .logo-container:after {
  content: '';
  width: 174px;
  height: 105px;
  display: block;
  background: url("https://thumb.besoccerapps.com/rbetis/img_web/logo_text.png") no-repeat center;
  position: absolute;
  right: 0;
}
.contact .address-container {
  border-left: 2px solid #009655;
}
.contact .file-size {
  margin-left: 210px;
}
.contact .file-path-wrapper {
  overflow: hidden;
}
.contact input[type=file] {
  position: absolute;
  right: 0;
  left: 0;
  top: 20px;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.contact .file-field .btn {
  position: static;
  min-width: 170px;
}
.contact .error-message {
  color: #eb171c;
}
.contact .br-transparent {
  border: 1px solid transparent;
}
.contact .success-message {
  color: #FFF;
  padding: 15px;
  border-radius: 5px;
  background: rgba(0, 150, 85, 0.8);
}
/****************** LOGIN - REGISTER ******************/
.login {
  margin-top: -68px;
  margin-bottom: -40px;
}
.login .no-password,
.login .social-btn {
  line-height: 1.4;
}
.login .line-text {
  width: 100%;
}
.login .line-text p {
  position: absolute;
  top: -12px;
  left: 50%;
  background: #FFF;
  width: 40px;
  margin-left: -20px;
}
.login .register-box {
  border: 2px solid #009655;
  background: #eee;
  color: #000;
}
.login .register-title {
  font-size: 36px;
  color: #000;
}
.login .advantages {
  line-height: 1.2;
}
.login .advantages .check {
  height: 20px;
}
.login .min-btn {
  width: 100%;
  max-width: 325px;
}
.login .checkbox + span.big {
  padding-left: 25px;
  cursor: pointer;
  font-size: 20px;
}
.login .checkbox:checked + span:before,
.login .checkbox:not(:checked) + span:before,
.login .checkbox:checked + span:after,
.login .checkbox:not(:checked) + span:after {
  margin-left: 0;
  top: 1px;
  left: 0;
}
.login .checkbox:checked + span:before {
  width: 11px;
}
.login .older-label {
  top: 0 !important;
}
.login .calendar2 {
  top: -5px;
  left: -10px;
}
.login .carnet-wrapper {
  display: none;
}
.login .show + .carnet-wrapper {
  display: block;
}
/****************** MATCH LIVESCORE ******************/
.match-livescore .minute,
.match-livescore .icon {
  width: 60px;
}
.match-livescore .text {
  width: calc(100% - 130px);
}
.match-livescore .box-simple,
.match-livescore .box-event {
  padding: 20px;
  border-radius: 5px;
}
.match-livescore .box-event {
  font-size: 26px;
}
.match-livescore .livescore-card {
  font-size: 20px;
}
.match-livescore .goal {
  font-size: 24px;
}
.match-livescore .goal-local {
  background: #009655;
  color: #FFF;
}
.match-livescore .goal-visitor {
  background: #eee;
}
.match-livescore .yellow {
  background: #ffe999;
}
.match-livescore .red {
  background: #de6255;
  color: #FFF;
}
/****************** MATCH LIVESCORE HEADER ******************/
.match-header {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 92px;
  left: 0;
  color: #00d176;
}
.match-header .parallax-container {
  padding-top: 40px;
  height: 300px;
}
.match-header .img-box {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  border-radius: 100%;
  padding: 3px;
  background: #FFF;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.match-header .competition,
.match-header .state,
.match-header .date {
  font-size: 26px;
}
.match-header .shield {
  width: 134px;
  padding: 10px;
}
.match-header .round-shield {
  width: 124px;
  height: 124px;
  border-radius: 124px;
  overflow: hidden;
  background: #FFF;
  padding: 10px;
}
.match-header .round-shield img {
  position: relative;
  z-index: 1;
}
.match-header .round-shield:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.match-header .team-name {
  font-size: 36px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /*mixin*/
  min-width: 200%;
}
.match-header .team-name:before {
  content: attr(data-name);
  font-weight: 400;
}
.match-header .result {
  color: #dfdfdf;
  margin: 0 25px;
  width: 33%;
  max-width: 180px;
}
.match-header .result .state {
  border-bottom: 2px solid #ffac33;
  line-height: 1.5;
}
.match-header .result .marker {
  font-size: 48px;
}
.match-header .result .marker small {
  font-size: 20px;
}
.match-header .menu {
  line-height: 40px;
}
.match-header.fixed-menu {
  width: 100%;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.match-header.fixed-menu .parallax-container {
  padding-top: 206px;
}
.match-header.fixed-menu .shield {
  width: 40px;
  padding: 0;
}
.match-header.fixed-menu .team1 {
  display: block;
}
.match-header.fixed-menu .team-name {
  position: static;
}
.match-header.fixed-menu .state,
.match-header.fixed-menu .date {
  visibility: hidden;
}
.match-header.fixed-menu .team-name,
.match-header.fixed-menu .shield {
  vertical-align: middle;
}
.match-header.fixed-menu .result {
  margin: 0px;
}
.match-header.fixed-menu .team-name,
.match-header.fixed-menu .marker {
  font-size: 26px;
}
.match-header.fixed-menu .state {
  border: none;
  line-height: 1;
}
.match-header.fixed-menu .round-shield {
  width: 40px;
  height: 40px;
}
/****************** FOUNDATION ******************/
.foundation-statutes h2 {
  text-transform: capitalize;
}
.foundation-contact .foundation-title {
  font-size: 24px;
}
.foundation-board .name {
  font-size: 26px;
  line-height: 1.2;
}
.foundation-board .image {
  overflow: hidden;
  line-height: 0;
}
.foundation-board.cbod-detail .header {
  background: #fafafa url("https://thumb.besoccerapps.com/rbetis/img_web/bg/big-shield-gray_2.png") no-repeat center;
  position: relative;
}
.foundation-board.cbod-detail img,
.foundation-board.cbod-detail figcaption {
  display: inline-block;
  vertical-align: middle;
}
.foundation-board.cbod-detail figcaption {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  margin-left: 10px;
}
.foundation-board.cbod-detail .name {
  font-size: 42px;
}
.foundation-board.cbod-detail i {
  font-size: 26px;
}
.foundation-board.cbod-detail a {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.foundation-clients .card {
  max-width: 320px;
  margin: auto;
}
.foundation-clients .title {
  font-size: 24px;
}
.foundation-clients.box {
  display: none;
}
.foundation-header .bg4 {
  background: #6dac51;
}
/****************** BALONCESTO ******************/
.bsk-jeronimo h2,
.bsk-sport-hall h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.card-header .dropDown {
  color: #585858;
  text-align: left;
  text-transform: capitalize;
  font-size: 20px;
}
.header-section .hmenu > li a:hover {
  color: #dfdfdf;
}
.header-section .hmenu .menuCols li a:hover {
  color: #009655;
}
.header-section .hmenu li.act > a:before {
  background-color: #FFF;
}
/****************** MEMBER AREA ******************/
.member-area .members-box {
  background: #dfdfdf;
  color: #808080;
}
.member-area .bt-border {
  border-bottom: 1px solid #fafafa;
  padding-bottom: 5px;
  min-height: 40px;
}
.member-area .bt-border span {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 100%;
}
.member-area .bt-border span.left {
  left: -5px;
}
.member-area .bt-border span.right {
  left: 5px;
}
.member-vip .video-background {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}
.member-vip article {
  font-size: 40px;
  font-weight: bold;
  height: 560px;
}
.member-vip .v-center {
  position: absolute;
  top: 60%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 100%;
}
.member-vip .graybutton {
  border: 2px solid #FFF;
  padding: 10px 40px;
  background: #808080;
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: inline-block;
}
.member-vip .graybutton:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.member-campaign .big-text {
  font-size: 26px;
}
.member-campaign .stadium-text {
  width: 50%;
}
.member-campaign .member-anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
.member-campaign .member-subscription table,
.member-campaign .member-subscription td,
.member-campaign .member-subscription th {
  border-collapse: collapse;
  border: 1px solid #009655;
  padding: 5px 10px;
}
.member-campaign .member-subscription table.br-gr,
.member-campaign .member-subscription td.br-gr,
.member-campaign .member-subscription th.br-gr {
  border-top: none;
  border-left: none;
  border-right: none;
}
.member-campaign .member-subscription table.br-gr tbody,
.member-campaign .member-subscription td.br-gr tbody,
.member-campaign .member-subscription th.br-gr tbody {
  border-left: 2px solid #000;
}
.member-campaign .member-subscription table.br-gr td,
.member-campaign .member-subscription td.br-gr td,
.member-campaign .member-subscription th.br-gr td,
.member-campaign .member-subscription table.br-gr th,
.member-campaign .member-subscription td.br-gr th,
.member-campaign .member-subscription th.br-gr th {
  border-color: #000;
}
.member-campaign .member-subscription .fluid-table {
  overflow: auto;
  overflow-y: hidden;
}
.member-campaign .member-subscription .white {
  color: white;
}
.member-campaign .member-subscription .bg-blue {
  background: #509ac7;
}
.member-campaign .member-subscription .bg-blue.light {
  background: #8dcae5;
}
.member-campaign .member-subscription .bg-blue.dark {
  background: #006897;
}
.member-campaign .member-subscription .bg-purple {
  background: #a24f9f;
}
.member-campaign .member-subscription .bg-purple.light {
  background: #ae7aba;
}
.member-campaign .member-subscription .bg-purple.dark {
  background: #6c0b58;
}
.member-campaign .member-subscription .bg-orange {
  background: #e39f30;
}
.member-campaign .member-subscription .bg-orange.light {
  background: #eeb75a;
}
.member-campaign .member-subscription .bg-orange.dark {
  background: #b85418;
}
.member-campaign .member-subscription .bg-green {
  background: #2ca548;
}
.member-campaign .member-subscription .bg-green.light {
  background: #7cbc76;
}
.member-campaign .member-subscription .bg-green.dark {
  background: #22752d;
}
.member-campaign .member-subscription .br-n {
  border: none;
}
.member-campaign .member-subscription .br-rn {
  border-right: none;
}
.member-campaign .member-subscription .tb-title {
  font-size: 24px;
}
.member-campaign .member-subscription .tb-names {
  width: 10%;
  min-width: 90px;
}
.member-campaign .member-subscription .bg-l-g {
  background: #e4f3ec;
}
.member-campaign .member-subscription .bg-gr {
  background: #c6c6c6;
}
.member-campaign .member-subscription .tb-3,
.member-campaign .member-subscription .tb-4 {
  display: inline-block;
}
.member-campaign .member-subscription .tb-3 p,
.member-campaign .member-subscription .tb-4 p {
  text-align: left;
}
.member-campaign .member-subscription .tb-3 {
  margin-right: -5px;
}
.member-campaign .member-subscription .w-50 {
  width: 50%;
}
.member-campaign .member-subscription .media-responsive {
  max-width: 456px;
  max-height: 428px;
  padding-bottom: 93.85%;
}
.member-campaign .member-stories {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.member-campaign .member-stories #slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}
.member-campaign .member-stories #slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
.member-campaign .member-stories #slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 930px;
  height: 320px;
  text-align: center;
  top: -22px;
}
.member-campaign .member-stories .slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
.member-campaign .member-stories .stories-text {
  width: 70%;
  position: absolute;
  top: 45%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  left: 15%;
  font-size: 30px;
  min-height: 224px;
}
.member-campaign .member-stories .stories-title {
  font-size: 72px;
  border-bottom: 1px solid #FFF;
}
.member-campaign .member-stories .nav {
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: #009655;
  display: block;
  position: absolute;
  z-index: 9;
  top: 45%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 15px;
  z-index: 3;
}
.member-campaign .member-stories .nav:hover {
  background-color: #00d176;
}
.member-campaign .member-stories .next {
  right: 0;
  -webkit-box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.4);
}
.member-campaign .member-stories .next .arrow {
  background-position: -200px -50px;
}
.member-campaign .member-stories .prev {
  left: 0;
  -webkit-box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: -1px 0 5px 0 rgba(0, 0, 0, 0.4);
}
.member-campaign .member-stories .prev .arrow {
  background-position: -150px -50px;
}
.member-campaign .member-stories .arrow {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.member-campaign .member-stories .box-stories {
  position: absolute;
  top: -10px;
  left: 0;
  text-shadow: none;
  color: #FFF;
  background: #009655;
  opacity: 1;
  width: 100%;
  padding: 18px;
  border-radius: 10px;
  font-size: 24px;
}
.member-campaign .member-stories .box-stories .close {
  position: absolute;
  top: 0;
  right: -6px;
  background: #FFF;
  color: #009655;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 1.4em;
}
.member-campaign .member-share img {
  width: 100%;
}
.member-campaign .member-share .hashtag-wrapper {
  width: 100%;
  position: absolute;
  top: 45%;
  -webkit-transform: translatey(-50%);
      -ms-transform: translatey(-50%);
          transform: translatey(-50%);
  font-size: 68px;
}
.member-campaign .member-share .hashtag-text {
  width: 95%;
  margin: 0 auto;
  font-size: 66px;
}
.member-campaign .member-share .title {
  margin-bottom: 20px;
}
/****************** RTV DETAIL ******************/
.rtv-detail .sub-info {
  border-color: #dfdfdf;
  border-width: 1px 0 1px 0;
  border-style: solid;
  line-height: 28px;
}
.rtv-detail .icons-wrapper span {
  display: inline-block;
  margin-right: 16px;
  margin-top: 3px;
}
.rtv-detail .twitter-tweet,
.rtv-detail .instagram-media,
.rtv-detail .fb-iframe iframe,
.rtv-detail p img {
  margin: auto!important;
  display: block !important;
  width: 500px !important;
  max-width: 100% !important;
}
.rtv-detail .share {
  display: inline-block;
}
.rtv-detail .wrapper {
  width: 50%;
}
.rtv-detail .wrapper.right {
  margin-left: -5px;
}
.rtv-detail .media-responsive {
  padding-bottom: 56.25%;
}
/****************** TWITTER LIVESCORE ******************/
.twitter-livescore .time,
.twitter-livescore .text {
  display: inline-block;
}
.twitter-livescore .time {
  width: 150px;
}
.twitter-livescore .text {
  width: calc(100% - 160px);
}
.twitter-livescore .img-container {
  max-width: 500px;
  margin-top: 10px;
}
/****************** TICKETS ******************/
.tickets .note {
  font-style: italic;
  font-size: 14px;
}
/****************** RBB-PLAY ******************/
.rbb-play .main-v-date {
  font-size: 22px;
}
.rbb-play .main-v-title {
  font-size: 30px;
}
.rbb-play .ni-figure {
  margin-bottom: 10px;
  padding-bottom: 44.09%;
}
.rbb-play .ni-info hgroup {
  font-size: 16px;
}
/****************** BSK-HISTORY ******************/
.bsk-history li:before {
  content: "";
  height: 100%;
  width: 6px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  margin-left: -3px;
  border-right: 6px dotted #dfdfdf;
}
.bsk-history .no-dots:before {
  height: 0%;
  border: none;
}
.bsk-history .history-box {
  width: calc(50% - 100px);
  display: inline-block;
  padding: 10px;
  margin: 3px;
}
.bsk-history .history-box.left {
  float: left;
  clear: left;
}
.bsk-history .history-box.right {
  float: right;
  clear: right;
}
.bsk-history .history-box .btn {
  cursor: pointer;
}
.bsk-history .history-text p {
  font-size: 16px;
}
.bsk-history .history-year {
  left: calc(50% - 28px);
  padding: 8px 12px;
  top: 0;
  background: #009655;
  color: white;
  font-weight: bold;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.2);
  z-index: 0;
  width: 60px;
  text-align: center;
}
.bsk-history .history-box-full {
  position: fixed;
  width: 90%;
  max-width: 1400px;
  max-height: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%);
      -ms-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
  background: #009655;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 10px;
  z-index: 6;
  top: 40%;
  line-height: 1.1;
  opacity: 1;
  -webkit-transition: opacity 0.5s linear, visibility 0.5s ease-out;
  -o-transition: opacity 0.5s linear, visibility 0.5s ease-out;
  transition: opacity 0.5s linear, visibility 0.5s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
}
.bsk-history .history-box-full p {
  margin-bottom: 10px;
}
.bsk-history .history-box-full h2 {
  margin-bottom: 20px;
}
.bsk-history .history-box-full .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #FFF;
  color: #009655;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 1.4em;
  text-align: center;
}
.bsk-history h2 {
  font-size: 28px;
  margin-bottom: 10px;
  text-align: center;
}
.bsk-history .vi-hidden {
  visibility: hidden;
  opacity: 0;
}
/****************** PLAYER DETAIL ******************/
.player-detail header {
  background: #fafafa url("https://thumb.besoccerapps.com/rbetis/img_web/bg/big-shield-gray_2.png") no-repeat center;
  position: relative;
  background-position: right;
}
.player-detail header h3 {
  font-size: 42px;
}
.player-detail header .birth-info {
  font-size: 26px;
}
.player-detail header .number {
  font-size: 72px;
}
.player-detail .basic-info {
  border-bottom: 1px solid #FFF;
}
.player-detail .stats-info .stats-container {
  width: 100%;
}
.player-detail .stats-info .stats-titles {
  font-size: 22px;
}
.player-detail .stats-info .stats-col span:after {
  content: attr(data-name);
}
.player-detail .stats-info .left-box,
.player-detail .stats-info .right-box {
  width: 50%;
  height: 92px;
  font-size: 26px;
  padding-bottom: 40px;
}
.player-detail .stats-info .left-box {
  margin-right: -5px;
}
.player-detail .stats-info .right-box span:first-child {
  font-size: 36px;
}
.player-detail .stats-info .left-box .flag-container,
.player-detail .stats-info .right-box[data-content]:after {
  border: 2px solid #FFF;
  color: #FFF;
  line-height: 2;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-size: 30px;
  font-weight: 400;
}
.player-detail .stats-info .flag-container img {
  position: absolute;
  left: 50%;
  top: -2px;
  max-width: none;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
.player-detail .stats-info .img-box {
  border: 4px solid #FFF;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
}
.player-detail .stats-info .right-box[data-content]:after {
  content: attr(data-content);
  background: #009655;
}
.player-detail .stats-info .text-left,
.player-detail .stats-info .text-right {
  position: absolute;
  width: 100%;
  left: 0;
}
.player-detail .stats-info .text-left {
  top: 25%;
  -webkit-transform: translatey(-25%);
      -ms-transform: translatey(-25%);
          transform: translatey(-25%);
}
.player-detail .stats-info .text-right {
  font-size: 26px;
  top: 10%;
  -webkit-transform: translatey(-10%);
      -ms-transform: translatey(-10%);
          transform: translatey(-10%);
}
.player-detail .player-list-box {
  width: 25%;
  margin-right: -4px;
}
/****************** PLAYER DETAIL TABLE ******************/
.player-detail-table table {
  width: 100%;
  font-size: 14px;
}
.player-detail-table thead {
  text-transform: uppercase;
  background-color: #fafafa;
  color: #009655;
}
.player-detail-table tr {
  height: 30px;
  border: none;
  border-collapse: collapse;
}
.player-detail-table th span:before {
  content: attr(data-name);
}
.player-detail-table .td-competition {
  width: 40%;
}
.player-detail-table .td-games-played {
  width: 15%;
}
.player-detail-table .td-yellow-cards,
.player-detail-table .td-red-cards {
  width: 12.5%;
}
.player-detail-table .td-shield,
.player-detail-table .td-goals {
  width: 10%;
}
.player-detail-table .shield-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border-radius: 100%;
}
.player-detail-table .shield-wrapper img {
  padding: 9px;
}
/****************** INDEX-SECTION ******************/
.index-section .main-v-date {
  font-size: 22px;
}
.index-section .main-v-title {
  font-size: 30px;
}
.index-section .ni-figure {
  margin-bottom: 10px;
}
/****************** LAST RBB PLAY ******************/
.last-rbb .media-responsive {
  padding-bottom: 56%;
}
.last-rbb .new {
  boder-bottom: 1px solid #dfdfdf;
}
.last-rbb .row + .row {
  border-top: 1px solid #dfdfdf;
}
.last-rbb .title {
  font-size: 16px;
}
.last-rbb .category {
  font-size: 14px;
}
.last-rbb a:hover p {
  text-decoration: underline;
}
/****************** ACCIONISTAS ******************/
.stockholders .bt-l {
  position: absolute;
  top: 45%;
  right: 0;
}
.stockholders .li1,
.stockholders .li2,
.stockholders .li3,
.stockholders .li4,
.stockholders .li5 {
  position: absolute;
}
.bg-img-white {
  position: fixed;
  z-index: -1;
  left: 32%;
  -webkit-transform: translateX(-32%);
      -ms-transform: translateX(-32%);
          transform: translateX(-32%);
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/****************** ESCUELA ******************/
.school small {
  font-size: 18px;
}
.school h2 {
  color: #009655;
  margin: 20px 0 20px 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 26px;
}
.christmasCampus thead {
  background: #009655;
  color: #FFF;
}
.christmasCampus td,
.christmasCampus th {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 10px;
}
/****************** TICKET LIST ******************/
.ticket-list .list-heading {
  background-color: #fafafa;
  font-size: 14px;
}
.ticket-list .list-heading .list-row {
  width: calc(100% - 310px);
}
.ticket-list .br-b {
  border-bottom: 1px solid #dfdfdf;
}
.ticket-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ticket-list ul div {
  display: inline-block;
  vertical-align: middle;
}
.ticket-list .td-btn {
  width: auto;
  text-align: right;
}
.ticket-list .td-date {
  width: 20%;
}
.ticket-list .td-hour {
  width: 22%;
}
.ticket-list .td-competition {
  width: 50%;
}
.ticket-list .td-team {
  width: 50%;
  max-width: calc(100% - 190px);
}
.ticket-list .td-team span {
  width: calc(100% - 55px);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ticket-list .td-team.local {
  width: 140px;
}
.ticket-list .list-row {
  width: calc(100% - 310px);
}
.ticket-list .mobile-row {
  width: calc(50% - 10px);
}
/****************** CLUB TRANSPARENCY ******************/
.club-transparencyLaw p {
  margin-left: 20px;
}
.club-transparencyLaw .list1 {
  margin-left: 60px;
}
.club-transparencyLaw .list1 p {
  margin-left: 5px;
}
/****************** FAQS ******************/
.faqs .media-responsive,
.sidebar-faqs .media-responsive {
  padding-bottom: 75.25%;
}
/****************** RTV PROGRAM LIST ******************/
.rtv-programList .related-videos .podcast-info {
  width: calc(100% - 65px);
}
.rtv-programList .magazine-list {
  display: none;
}
.rtv-programList .magazine-list .share-menu {
  margin-left: 0;
}
.rtv-programList .magazine-list .share-wrapper {
  padding: 5px;
}
/****************** BANNERS MÓVIL ******************/
.banner-baloncesto {
  display: none;
}
.sidebar-right .banner-baloncesto {
  display: block;
}
/****************** MATCH DAY ******************/
.table-previous-stats {
  width: 100%;
}
.table-previous-stats tbody tr:last-child td {
  border-bottom: none;
}
.table-previous-stats tbody td {
  padding: 5px 20px;
  border-bottom: 1px solid #c3c3c3;
}
.table-previous-stats .win {
  background-color: #009655;
  color: white;
  padding-bottom: 5px;
  padding-top: 5px;
  display: list-item;
}
.last-matches {
  margin-right: -5px;
  margin-left: -5px;
}
.last-matches .row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  height: 100%;
}
.last-matches .num {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
}
.last-matches .num.streak-color-w {
  color: #009655;
}
.last-matches .num.streak-color-d {
  color: #c3c3c3;
}
.last-matches .num.streak-color-l {
  color: #eb171c;
}
.last-matches .visitor .col-date {
  text-align: right;
}
.last-matches .visitor .col-shield {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.last-matches .visitor .col-date {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.last-matches .visitor .col-streak {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.last-matches .logo {
  max-width: 60px;
}
.last-matches .match {
  border-top: 1px solid #c3c3c3;
}
.last-matches .match .col-date {
  color: #c3c3c3;
  width: 60px;
}
.last-matches .match .col-team {
  width: calc(50% - 98px);
  margin: auto;
}
.last-matches .match .col-result {
  width: 80px;
  padding-right: 10px;
  padding-left: 10px;
}
.last-matches .match .col-result .marker {
  line-height: 30px;
  background: #009655;
  color: #FFF;
}
.last-matches .match .col-streak {
  width: 40px;
}
.last-matches .match .col-streak .elem {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 20px;
  color: #FFF;
}
.last-matches .match .col-streak .elem.s-l {
  background-color: #eb171c !important;
}
.last-matches .match .col-streak .elem.s-d {
  background-color: #c3c3c3;
}
.last-matches .match .col-streak .elem.s-w {
  background-color: #009655 !important;
}
/****************** ESPORTS ******************/
.esports .team-logo {
  max-width: 140px;
}
.esports .esport-sponsors-wrapper .box {
  display: block;
  background: white;
  text-align: center;
  border: 3px solid white;
  border-radius: 6px;
}
.esports .esport-sponsors-wrapper .box:hover {
  border: 3px solid #009655;
}
.esports .esport-sponsors-wrapper .box img {
  max-width: 230px;
  width: 100%;
}
.esports.teams {
  background: url('https://thumb.besoccerapps.com/rbetis/img_web/esports/bg_esports_games_01.jpg?v=1');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.esports.social .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esports.social #twitter-wrapper,
.esports.social .icons-wrapper {
  margin-top: 10px;
}
.esports.social .twitter .icons-wrapper {
  margin-right: 20px;
}
.esports.social .instagram .icons-wrapper {
  margin-left: 20px;
}
.esports.last-videos .ni-title {
  font-size: 18px;
}
.esports.menu-teams {
  margin-top: -25px;
  margin-bottom: 40px;
}
.esports.menu-teams .sponsors-wrapper {
  overflow-x: auto;
  white-space: nowrap;
}
.esports.active-leagues {
  font-size: 16px;
  line-height: 1.2;
}
.esports.active-leagues .category {
  font-size: 18px;
  color: #009655;
  font-weight: bold;
  margin-bottom: 5px;
}
.esports.active-leagues p {
  font-weight: 400;
}
.esports.active-leagues .box + .box {
  border-top: 1px solid #dfdfdf;
}
.esports.active-leagues a + a {
  margin-top: 5px;
}
.esports.active-leagues a:hover {
  color: #009655;
}
.esports.active-leagues a {
  word-break: break-all;
}
.esports.medals {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.esports.medals li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esports.medals li + li {
  margin-top: 8px;
}
.esports.medals .year {
  margin-right: 10px;
  color: #009655;
  font-weight: 700;
}
.esports-teams .title-second {
  color: #009655;
  font-size: 24px;
}
.esports-teams .title-second .name {
  font-weight: bold;
}
.esports-teams .team-container {
  margin-top: 50px;
}
.esports-teams .players-container {
  margin: 0;
}
.esports-teams .player-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  padding: 0;
  padding-top: 12px;
  margin-bottom: 20px;
}
.esports-teams .player-img {
  -ms-flex-preferred-size: 36%;
      flex-basis: 36%;
  position: relative;
}
.esports-teams .player-img img:first-child {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.esports-teams .player-info {
  -ms-flex-preferred-size: 64%;
      flex-basis: 64%;
  font-size: 16px;
  line-height: 1.2;
}
.esports-teams .flag {
  position: absolute;
  right: 0;
  width: 40px;
  top: 5px;
}
.esports-teams .name-box {
  background: #eaf1ea;
  padding: 5px;
  padding-left: 10px;
  min-height: 62px;
}
.esports-teams .name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}
.esports-teams .subname {
  font-size: 16px;
}
.esports-teams .bg-esport {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}
.esports-teams .bg-esport:after {
  content: '';
  background: url('https://thumb.besoccerapps.com/rbetis/img_web/esports/logo_esports_betis_g.png');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -25px;
  opacity: 0.1;
  z-index: -1;
}
.esports-teams .green-icos {
  display: none;
}
.esports-teams .social-icos a:hover .green-icos {
  display: inline-block;
}
.esports-teams .social-icos a:hover .grey-icos {
  display: none;
}
.view-more:not(.active) .vmore-hide,
.view-more.active .vmore-initial {
  display: none;
}
/****************** FOREVERGREEN ******************/
.forever-green {
  position: absolute;
  top: 28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.forever-green img {
  max-width: 200px;
}
/****************** GALERÍAS DE NOTICIAS CON SLIDER ******************/
.popup-gallery-slider .h2c-popup {
  border-radius: 4px;
  border: 3px solid white;
}
.popup-gallery-slider .h2c-popup.popup-scroll {
  max-height: 700px;
}
.popup-gallery-slider .popup-close {
  top: -14px;
  font-size: 28px;
}
.popup-gallery-slider .popup-close:hover {
  color: #fff;
}
.charts {
  max-width: 100%;
}
.charts.pie-graph {
  position: relative;
  height: 420px;
}
.rect-auto,
.c100.per51 .slice,
.c100.per52 .slice,
.c100.per53 .slice,
.c100.per54 .slice,
.c100.per55 .slice,
.c100.per56 .slice,
.c100.per57 .slice,
.c100.per58 .slice,
.c100.per59 .slice,
.c100.per60 .slice,
.c100.per61 .slice,
.c100.per62 .slice,
.c100.per63 .slice,
.c100.per64 .slice,
.c100.per65 .slice,
.c100.per66 .slice,
.c100.per67 .slice,
.c100.per68 .slice,
.c100.per69 .slice,
.c100.per70 .slice,
.c100.per71 .slice,
.c100.per72 .slice,
.c100.per73 .slice,
.c100.per74 .slice,
.c100.per75 .slice,
.c100.per76 .slice,
.c100.per77 .slice,
.c100.per78 .slice,
.c100.per79 .slice,
.c100.per80 .slice,
.c100.per81 .slice,
.c100.per82 .slice,
.c100.per83 .slice,
.c100.per84 .slice,
.c100.per85 .slice,
.c100.per86 .slice,
.c100.per87 .slice,
.c100.per88 .slice,
.c100.per89 .slice,
.c100.per90 .slice,
.c100.per91 .slice,
.c100.per92 .slice,
.c100.per93 .slice,
.c100.per94 .slice,
.c100.per95 .slice,
.c100.per96 .slice,
.c100.per97 .slice,
.c100.per98 .slice,
.c100.per99 .slice,
.c100.per100 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.c100 .bar,
.c100.per51 .fill,
.c100.per52 .fill,
.c100.per53 .fill,
.c100.per54 .fill,
.c100.per55 .fill,
.c100.per56 .fill,
.c100.per57 .fill,
.c100.per58 .fill,
.c100.per59 .fill,
.c100.per60 .fill,
.c100.per61 .fill,
.c100.per62 .fill,
.c100.per63 .fill,
.c100.per64 .fill,
.c100.per65 .fill,
.c100.per66 .fill,
.c100.per67 .fill,
.c100.per68 .fill,
.c100.per69 .fill,
.c100.per70 .fill,
.c100.per71 .fill,
.c100.per72 .fill,
.c100.per73 .fill,
.c100.per74 .fill,
.c100.per75 .fill,
.c100.per76 .fill,
.c100.per77 .fill,
.c100.per78 .fill,
.c100.per79 .fill,
.c100.per80 .fill,
.c100.per81 .fill,
.c100.per82 .fill,
.c100.per83 .fill,
.c100.per84 .fill,
.c100.per85 .fill,
.c100.per86 .fill,
.c100.per87 .fill,
.c100.per88 .fill,
.c100.per89 .fill,
.c100.per90 .fill,
.c100.per91 .fill,
.c100.per92 .fill,
.c100.per93 .fill,
.c100.per94 .fill,
.c100.per95 .fill,
.c100.per96 .fill,
.c100.per97 .fill,
.c100.per98 .fill,
.c100.per99 .fill,
.c100.per100 .fill {
  position: absolute;
  border: 0.08em solid #009655;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pie-fill,
.c100.per51 .bar:after,
.c100.per51 .fill,
.c100.per52 .bar:after,
.c100.per52 .fill,
.c100.per53 .bar:after,
.c100.per53 .fill,
.c100.per54 .bar:after,
.c100.per54 .fill,
.c100.per55 .bar:after,
.c100.per55 .fill,
.c100.per56 .bar:after,
.c100.per56 .fill,
.c100.per57 .bar:after,
.c100.per57 .fill,
.c100.per58 .bar:after,
.c100.per58 .fill,
.c100.per59 .bar:after,
.c100.per59 .fill,
.c100.per60 .bar:after,
.c100.per60 .fill,
.c100.per61 .bar:after,
.c100.per61 .fill,
.c100.per62 .bar:after,
.c100.per62 .fill,
.c100.per63 .bar:after,
.c100.per63 .fill,
.c100.per64 .bar:after,
.c100.per64 .fill,
.c100.per65 .bar:after,
.c100.per65 .fill,
.c100.per66 .bar:after,
.c100.per66 .fill,
.c100.per67 .bar:after,
.c100.per67 .fill,
.c100.per68 .bar:after,
.c100.per68 .fill,
.c100.per69 .bar:after,
.c100.per69 .fill,
.c100.per70 .bar:after,
.c100.per70 .fill,
.c100.per71 .bar:after,
.c100.per71 .fill,
.c100.per72 .bar:after,
.c100.per72 .fill,
.c100.per73 .bar:after,
.c100.per73 .fill,
.c100.per74 .bar:after,
.c100.per74 .fill,
.c100.per75 .bar:after,
.c100.per75 .fill,
.c100.per76 .bar:after,
.c100.per76 .fill,
.c100.per77 .bar:after,
.c100.per77 .fill,
.c100.per78 .bar:after,
.c100.per78 .fill,
.c100.per79 .bar:after,
.c100.per79 .fill,
.c100.per80 .bar:after,
.c100.per80 .fill,
.c100.per81 .bar:after,
.c100.per81 .fill,
.c100.per82 .bar:after,
.c100.per82 .fill,
.c100.per83 .bar:after,
.c100.per83 .fill,
.c100.per84 .bar:after,
.c100.per84 .fill,
.c100.per85 .bar:after,
.c100.per85 .fill,
.c100.per86 .bar:after,
.c100.per86 .fill,
.c100.per87 .bar:after,
.c100.per87 .fill,
.c100.per88 .bar:after,
.c100.per88 .fill,
.c100.per89 .bar:after,
.c100.per89 .fill,
.c100.per90 .bar:after,
.c100.per90 .fill,
.c100.per91 .bar:after,
.c100.per91 .fill,
.c100.per92 .bar:after,
.c100.per92 .fill,
.c100.per93 .bar:after,
.c100.per93 .fill,
.c100.per94 .bar:after,
.c100.per94 .fill,
.c100.per95 .bar:after,
.c100.per95 .fill,
.c100.per96 .bar:after,
.c100.per96 .fill,
.c100.per97 .bar:after,
.c100.per97 .fill,
.c100.per98 .bar:after,
.c100.per98 .fill,
.c100.per99 .bar:after,
.c100.per99 .fill,
.c100.per100 .bar:after,
.c100.per100 .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #eee;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.rad-1 {
  font-size: 400px;
}
.c100.rad-1 .bar,
.c100.rad-1 .fill {
  border-color: #009655;
}
.c100.rad-2 {
  font-size: 360px;
}
.c100.rad-2 .bar,
.c100.rad-2 .fill {
  border-color: #00844b;
}
.c100.rad-3 {
  font-size: 320px;
}
.c100.rad-3 .bar,
.c100.rad-3 .fill {
  border-color: #f29e30;
}
.c100.rad-4 {
  font-size: 280px;
}
.c100.rad-4 .bar,
.c100.rad-4 .fill {
  border-color: #00ba57;
}
.c100.rad-5 {
  font-size: 240px;
}
.c100.rad-5 .bar,
.c100.rad-5 .fill {
  border-color: #009f5a;
}
.c100.rad-6 {
  font-size: 204px;
}
.c100.rad-6 .bar,
.c100.rad-6 .fill {
  border-color: #008b4f;
}
.c100:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #FFF;
  width: 0.84em;
  height: 0.84em;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.per1 .bar {
  -webkit-transform: rotate(-3.6deg);
  -ms-transform: rotate(-3.6deg);
  transform: rotate(-3.6deg);
}
.c100.per2 .bar {
  -webkit-transform: rotate(-7.2deg);
  -ms-transform: rotate(-7.2deg);
  transform: rotate(-7.2deg);
}
.c100.per3 .bar {
  -webkit-transform: rotate(-10.8deg);
  -ms-transform: rotate(-10.8deg);
  transform: rotate(-10.8deg);
}
.c100.per4 .bar {
  -webkit-transform: rotate(-14.4deg);
  -ms-transform: rotate(-14.4deg);
  transform: rotate(-14.4deg);
}
.c100.per5 .bar {
  -webkit-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.c100.per6 .bar {
  -webkit-transform: rotate(-21.6deg);
  -ms-transform: rotate(-21.6deg);
  transform: rotate(-21.6deg);
}
.c100.per7 .bar {
  -webkit-transform: rotate(-25.2deg);
  -ms-transform: rotate(-25.2deg);
  transform: rotate(-25.2deg);
}
.c100.per8 .bar {
  -webkit-transform: rotate(-28.8deg);
  -ms-transform: rotate(-28.8deg);
  transform: rotate(-28.8deg);
}
.c100.per9 .bar {
  -webkit-transform: rotate(-32.4deg);
  -ms-transform: rotate(-32.4deg);
  transform: rotate(-32.4deg);
}
.c100.per10 .bar {
  -webkit-transform: rotate(-36deg);
  -ms-transform: rotate(-36deg);
  transform: rotate(-36deg);
}
.c100.per11 .bar {
  -webkit-transform: rotate(-39.6deg);
  -ms-transform: rotate(-39.6deg);
  transform: rotate(-39.6deg);
}
.c100.per12 .bar {
  -webkit-transform: rotate(-43.2deg);
  -ms-transform: rotate(-43.2deg);
  transform: rotate(-43.2deg);
}
.c100.per13 .bar {
  -webkit-transform: rotate(-46.8deg);
  -ms-transform: rotate(-46.8deg);
  transform: rotate(-46.8deg);
}
.c100.per14 .bar {
  -webkit-transform: rotate(-50.4deg);
  -ms-transform: rotate(-50.4deg);
  transform: rotate(-50.4deg);
}
.c100.per15 .bar {
  -webkit-transform: rotate(-54deg);
  -ms-transform: rotate(-54deg);
  transform: rotate(-54deg);
}
.c100.per16 .bar {
  -webkit-transform: rotate(-57.6deg);
  -ms-transform: rotate(-57.6deg);
  transform: rotate(-57.6deg);
}
.c100.per17 .bar {
  -webkit-transform: rotate(-61.2deg);
  -ms-transform: rotate(-61.2deg);
  transform: rotate(-61.2deg);
}
.c100.per18 .bar {
  -webkit-transform: rotate(-64.8deg);
  -ms-transform: rotate(-64.8deg);
  transform: rotate(-64.8deg);
}
.c100.per19 .bar {
  -webkit-transform: rotate(-68.4deg);
  -ms-transform: rotate(-68.4deg);
  transform: rotate(-68.4deg);
}
.c100.per20 .bar {
  -webkit-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
.c100.per21 .bar {
  -webkit-transform: rotate(-75.6deg);
  -ms-transform: rotate(-75.6deg);
  transform: rotate(-75.6deg);
}
.c100.per22 .bar {
  -webkit-transform: rotate(-79.2deg);
  -ms-transform: rotate(-79.2deg);
  transform: rotate(-79.2deg);
}
.c100.per23 .bar {
  -webkit-transform: rotate(-82.8deg);
  -ms-transform: rotate(-82.8deg);
  transform: rotate(-82.8deg);
}
.c100.per24 .bar {
  -webkit-transform: rotate(-86.4deg);
  -ms-transform: rotate(-86.4deg);
  transform: rotate(-86.4deg);
}
.c100.per25 .bar {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c100.per26 .bar {
  -webkit-transform: rotate(-93.6deg);
  -ms-transform: rotate(-93.6deg);
  transform: rotate(-93.6deg);
}
.c100.per27 .bar {
  -webkit-transform: rotate(-97.2deg);
  -ms-transform: rotate(-97.2deg);
  transform: rotate(-97.2deg);
}
.c100.per28 .bar {
  -webkit-transform: rotate(-100.8deg);
  -ms-transform: rotate(-100.8deg);
  transform: rotate(-100.8deg);
}
.c100.per29 .bar {
  -webkit-transform: rotate(-104.4deg);
  -ms-transform: rotate(-104.4deg);
  transform: rotate(-104.4deg);
}
.c100.per30 .bar {
  -webkit-transform: rotate(-108deg);
  -ms-transform: rotate(-108deg);
  transform: rotate(-108deg);
}
.c100.per31 .bar {
  -webkit-transform: rotate(-111.6deg);
  -ms-transform: rotate(-111.6deg);
  transform: rotate(-111.6deg);
}
.c100.per32 .bar {
  -webkit-transform: rotate(-115.2deg);
  -ms-transform: rotate(-115.2deg);
  transform: rotate(-115.2deg);
}
.c100.per33 .bar {
  -webkit-transform: rotate(-118.8deg);
  -ms-transform: rotate(-118.8deg);
  transform: rotate(-118.8deg);
}
.c100.per34 .bar {
  -webkit-transform: rotate(-122.4deg);
  -ms-transform: rotate(-122.4deg);
  transform: rotate(-122.4deg);
}
.c100.per35 .bar {
  -webkit-transform: rotate(-126deg);
  -ms-transform: rotate(-126deg);
  transform: rotate(-126deg);
}
.c100.per36 .bar {
  -webkit-transform: rotate(-129.6deg);
  -ms-transform: rotate(-129.6deg);
  transform: rotate(-129.6deg);
}
.c100.per37 .bar {
  -webkit-transform: rotate(-133.2deg);
  -ms-transform: rotate(-133.2deg);
  transform: rotate(-133.2deg);
}
.c100.per38 .bar {
  -webkit-transform: rotate(-136.8deg);
  -ms-transform: rotate(-136.8deg);
  transform: rotate(-136.8deg);
}
.c100.per39 .bar {
  -webkit-transform: rotate(-140.4deg);
  -ms-transform: rotate(-140.4deg);
  transform: rotate(-140.4deg);
}
.c100.per40 .bar {
  -webkit-transform: rotate(-144deg);
  -ms-transform: rotate(-144deg);
  transform: rotate(-144deg);
}
.c100.per41 .bar {
  -webkit-transform: rotate(-147.6deg);
  -ms-transform: rotate(-147.6deg);
  transform: rotate(-147.6deg);
}
.c100.per42 .bar {
  -webkit-transform: rotate(-151.2deg);
  -ms-transform: rotate(-151.2deg);
  transform: rotate(-151.2deg);
}
.c100.per43 .bar {
  -webkit-transform: rotate(-154.8deg);
  -ms-transform: rotate(-154.8deg);
  transform: rotate(-154.8deg);
}
.c100.per44 .bar {
  -webkit-transform: rotate(-158.4deg);
  -ms-transform: rotate(-158.4deg);
  transform: rotate(-158.4deg);
}
.c100.per45 .bar {
  -webkit-transform: rotate(-162deg);
  -ms-transform: rotate(-162deg);
  transform: rotate(-162deg);
}
.c100.per46 .bar {
  -webkit-transform: rotate(-165.6deg);
  -ms-transform: rotate(-165.6deg);
  transform: rotate(-165.6deg);
}
.c100.per47 .bar {
  -webkit-transform: rotate(-169.2deg);
  -ms-transform: rotate(-169.2deg);
  transform: rotate(-169.2deg);
}
.c100.per48 .bar {
  -webkit-transform: rotate(-172.8deg);
  -ms-transform: rotate(-172.8deg);
  transform: rotate(-172.8deg);
}
.c100.per49 .bar {
  -webkit-transform: rotate(-176.4deg);
  -ms-transform: rotate(-176.4deg);
  transform: rotate(-176.4deg);
}
.c100.per50 .bar {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.c100.per51 .bar {
  -webkit-transform: rotate(-183.6deg);
  -ms-transform: rotate(-183.6deg);
  transform: rotate(-183.6deg);
}
.c100.per52 .bar {
  -webkit-transform: rotate(-187.2deg);
  -ms-transform: rotate(-187.2deg);
  transform: rotate(-187.2deg);
}
.c100.per53 .bar {
  -webkit-transform: rotate(-190.8deg);
  -ms-transform: rotate(-190.8deg);
  transform: rotate(-190.8deg);
}
.c100.per54 .bar {
  -webkit-transform: rotate(-194.4deg);
  -ms-transform: rotate(-194.4deg);
  transform: rotate(-194.4deg);
}
.c100.per55 .bar {
  -webkit-transform: rotate(-198deg);
  -ms-transform: rotate(-198deg);
  transform: rotate(-198deg);
}
.c100.per56 .bar {
  -webkit-transform: rotate(-201.6deg);
  -ms-transform: rotate(-201.6deg);
  transform: rotate(-201.6deg);
}
.c100.per57 .bar {
  -webkit-transform: rotate(-205.2deg);
  -ms-transform: rotate(-205.2deg);
  transform: rotate(-205.2deg);
}
.c100.per58 .bar {
  -webkit-transform: rotate(-208.8deg);
  -ms-transform: rotate(-208.8deg);
  transform: rotate(-208.8deg);
}
.c100.per59 .bar {
  -webkit-transform: rotate(-212.4deg);
  -ms-transform: rotate(-212.4deg);
  transform: rotate(-212.4deg);
}
.c100.per60 .bar {
  -webkit-transform: rotate(-216deg);
  -ms-transform: rotate(-216deg);
  transform: rotate(-216deg);
}
.c100.per61 .bar {
  -webkit-transform: rotate(-219.6deg);
  -ms-transform: rotate(-219.6deg);
  transform: rotate(-219.6deg);
}
.c100.per62 .bar {
  -webkit-transform: rotate(-223.2deg);
  -ms-transform: rotate(-223.2deg);
  transform: rotate(-223.2deg);
}
.c100.per63 .bar {
  -webkit-transform: rotate(-226.8deg);
  -ms-transform: rotate(-226.8deg);
  transform: rotate(-226.8deg);
}
.c100.per64 .bar {
  -webkit-transform: rotate(-230.4deg);
  -ms-transform: rotate(-230.4deg);
  transform: rotate(-230.4deg);
}
.c100.per65 .bar {
  -webkit-transform: rotate(-234deg);
  -ms-transform: rotate(-234deg);
  transform: rotate(-234deg);
}
.c100.per66 .bar {
  -webkit-transform: rotate(-237.6deg);
  -ms-transform: rotate(-237.6deg);
  transform: rotate(-237.6deg);
}
.c100.per67 .bar {
  -webkit-transform: rotate(-241.2deg);
  -ms-transform: rotate(-241.2deg);
  transform: rotate(-241.2deg);
}
.c100.per68 .bar {
  -webkit-transform: rotate(-244.8deg);
  -ms-transform: rotate(-244.8deg);
  transform: rotate(-244.8deg);
}
.c100.per69 .bar {
  -webkit-transform: rotate(-248.4deg);
  -ms-transform: rotate(-248.4deg);
  transform: rotate(-248.4deg);
}
.c100.per70 .bar {
  -webkit-transform: rotate(-252deg);
  -ms-transform: rotate(-252deg);
  transform: rotate(-252deg);
}
.c100.per71 .bar {
  -webkit-transform: rotate(-255.6deg);
  -ms-transform: rotate(-255.6deg);
  transform: rotate(-255.6deg);
}
.c100.per72 .bar {
  -webkit-transform: rotate(-259.2deg);
  -ms-transform: rotate(-259.2deg);
  transform: rotate(-259.2deg);
}
.c100.per73 .bar {
  -webkit-transform: rotate(-262.8deg);
  -ms-transform: rotate(-262.8deg);
  transform: rotate(-262.8deg);
}
.c100.per74 .bar {
  -webkit-transform: rotate(-266.4deg);
  -ms-transform: rotate(-266.4deg);
  transform: rotate(-266.4deg);
}
.c100.per75 .bar {
  -webkit-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.c100.per76 .bar {
  -webkit-transform: rotate(-273.6deg);
  -ms-transform: rotate(-273.6deg);
  transform: rotate(-273.6deg);
}
.c100.per77 .bar {
  -webkit-transform: rotate(-277.2deg);
  -ms-transform: rotate(-277.2deg);
  transform: rotate(-277.2deg);
}
.c100.per78 .bar {
  -webkit-transform: rotate(-280.8deg);
  -ms-transform: rotate(-280.8deg);
  transform: rotate(-280.8deg);
}
.c100.per79 .bar {
  -webkit-transform: rotate(-284.4deg);
  -ms-transform: rotate(-284.4deg);
  transform: rotate(-284.4deg);
}
.c100.per80 .bar {
  -webkit-transform: rotate(-288deg);
  -ms-transform: rotate(-288deg);
  transform: rotate(-288deg);
}
.c100.per81 .bar {
  -webkit-transform: rotate(-291.6deg);
  -ms-transform: rotate(-291.6deg);
  transform: rotate(-291.6deg);
}
.c100.per82 .bar {
  -webkit-transform: rotate(-295.2deg);
  -ms-transform: rotate(-295.2deg);
  transform: rotate(-295.2deg);
}
.c100.per83 .bar {
  -webkit-transform: rotate(-298.8deg);
  -ms-transform: rotate(-298.8deg);
  transform: rotate(-298.8deg);
}
.c100.per84 .bar {
  -webkit-transform: rotate(-302.4deg);
  -ms-transform: rotate(-302.4deg);
  transform: rotate(-302.4deg);
}
.c100.per85 .bar {
  -webkit-transform: rotate(-306deg);
  -ms-transform: rotate(-306deg);
  transform: rotate(-306deg);
}
.c100.per86 .bar {
  -webkit-transform: rotate(-309.6deg);
  -ms-transform: rotate(-309.6deg);
  transform: rotate(-309.6deg);
}
.c100.per87 .bar {
  -webkit-transform: rotate(-313.2deg);
  -ms-transform: rotate(-313.2deg);
  transform: rotate(-313.2deg);
}
.c100.per88 .bar {
  -webkit-transform: rotate(-316.8deg);
  -ms-transform: rotate(-316.8deg);
  transform: rotate(-316.8deg);
}
.c100.per89 .bar {
  -webkit-transform: rotate(-320.4deg);
  -ms-transform: rotate(-320.4deg);
  transform: rotate(-320.4deg);
}
.c100.per90 .bar {
  -webkit-transform: rotate(-324deg);
  -ms-transform: rotate(-324deg);
  transform: rotate(-324deg);
}
.c100.per91 .bar {
  -webkit-transform: rotate(-327.6deg);
  -ms-transform: rotate(-327.6deg);
  transform: rotate(-327.6deg);
}
.c100.per92 .bar {
  -webkit-transform: rotate(-331.2deg);
  -ms-transform: rotate(-331.2deg);
  transform: rotate(-331.2deg);
}
.c100.per93 .bar {
  -webkit-transform: rotate(-334.8deg);
  -ms-transform: rotate(-334.8deg);
  transform: rotate(-334.8deg);
}
.c100.per94 .bar {
  -webkit-transform: rotate(-338.4deg);
  -ms-transform: rotate(-338.4deg);
  transform: rotate(-338.4deg);
}
.c100.per95 .bar {
  -webkit-transform: rotate(-342deg);
  -ms-transform: rotate(-342deg);
  transform: rotate(-342deg);
}
.c100.per96 .bar {
  -webkit-transform: rotate(-345.6deg);
  -ms-transform: rotate(-345.6deg);
  transform: rotate(-345.6deg);
}
.c100.per97 .bar {
  -webkit-transform: rotate(-349.2deg);
  -ms-transform: rotate(-349.2deg);
  transform: rotate(-349.2deg);
}
.c100.per98 .bar {
  -webkit-transform: rotate(-352.8deg);
  -ms-transform: rotate(-352.8deg);
  transform: rotate(-352.8deg);
}
.c100.per99 .bar {
  -webkit-transform: rotate(-356.4deg);
  -ms-transform: rotate(-356.4deg);
  transform: rotate(-356.4deg);
}
.c100.per100 .bar {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.c100 span,
.c100 small {
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.c100 span {
  right: 51%;
  font-size: 18px;
}
.c100 small {
  left: 51%;
  color: #FFF;
  font-size: 16px;
}
.c100 .graph-name {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  text-align: center;
}
.c100 .graph-name b {
  line-height: 1;
  display: block;
}
.lineup.local > li:first-child {
  top: 5px;
  left: 50%;
}
.lineup.local[data-tactic="1"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 21% */
  /* top: 23% */
}
.lineup.local[data-tactic="1"] > li:nth-child(5) {
  top: 26%;
  left: 13.5%;
}
.lineup.local[data-tactic="1"] > li:nth-child(3) {
  top: 24%;
  left: 37.75%;
}
.lineup.local[data-tactic="1"] > li:nth-child(2) {
  top: 24%;
  left: 62.25%;
}
.lineup.local[data-tactic="1"] > li:nth-child(4) {
  top: 26%;
  left: 86.5%;
}
.lineup.local[data-tactic="1"] > li:nth-child(9) {
  top: 52%;
  left: 12.5%;
}
.lineup.local[data-tactic="1"] > li:nth-child(7) {
  top: 50%;
  left: 37.5%;
}
.lineup.local[data-tactic="1"] > li:nth-child(6) {
  top: 50%;
  left: 62.5%;
}
.lineup.local[data-tactic="1"] > li:nth-child(8) {
  top: 52%;
  left: 87.5%;
}
.lineup.local[data-tactic="1"] > li:nth-child(11) {
  top: 80%;
  left: 37%;
}
.lineup.local[data-tactic="1"] > li:nth-child(10) {
  top: 80%;
  left: 63%;
}
.lineup.local[data-tactic="2"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 21% */
  /* top: 23% */
}
.lineup.local[data-tactic="2"] > li:nth-child(5) {
  top: 26%;
  left: 13.5%;
}
.lineup.local[data-tactic="2"] > li:nth-child(3) {
  top: 24%;
  left: 37.75%;
}
.lineup.local[data-tactic="2"] > li:nth-child(2) {
  top: 24%;
  left: 62.25%;
}
.lineup.local[data-tactic="2"] > li:nth-child(4) {
  top: 26%;
  left: 86.5%;
}
.lineup.local[data-tactic="2"] > li:nth-child(8) {
  top: 51%;
  left: 22.5%;
}
.lineup.local[data-tactic="2"] > li:nth-child(6) {
  top: 48%;
  left: 50%;
}
.lineup.local[data-tactic="2"] > li:nth-child(7) {
  top: 51%;
  left: 77.5%;
}
.lineup.local[data-tactic="2"] > li:nth-child(11) {
  top: 78%;
  left: 24.5%;
}
.lineup.local[data-tactic="2"] > li:nth-child(10) {
  top: 81%;
  left: 50%;
}
.lineup.local[data-tactic="2"] > li:nth-child(9) {
  top: 78%;
  left: 75.5%;
}
.lineup.local[data-tactic="3"] > li {
  /* top: 23% */
}
.lineup.local[data-tactic="3"] > li:nth-child(4) {
  top: 25%;
  left: 19.5%;
}
.lineup.local[data-tactic="3"] > li:nth-child(2) {
  top: 26%;
  left: 50%;
}
.lineup.local[data-tactic="3"] > li:nth-child(3) {
  top: 25%;
  left: 80.5%;
}
.lineup.local[data-tactic="3"] > li:nth-child(8) {
  top: 49%;
  left: 12.5%;
}
.lineup.local[data-tactic="3"] > li:nth-child(6) {
  top: 52%;
  left: 37.5%;
}
.lineup.local[data-tactic="3"] > li:nth-child(5) {
  top: 52%;
  left: 62.5%;
}
.lineup.local[data-tactic="3"] > li:nth-child(7) {
  top: 49%;
  left: 87.5%;
}
.lineup.local[data-tactic="3"] > li:nth-child(11) {
  top: 80%;
  left: 22.5%;
}
.lineup.local[data-tactic="3"] > li:nth-child(10) {
  top: 78%;
  left: 50%;
}
.lineup.local[data-tactic="3"] > li:nth-child(9) {
  top: 80%;
  left: 77.5%;
}
.lineup.local[data-tactic="4"] > li {
  /* top: 23% */
  /* bottom:49 */
  /* bottom:49 */
}
.lineup.local[data-tactic="4"] > li:nth-child(4) {
  top: 25%;
  left: 19.5%;
}
.lineup.local[data-tactic="4"] > li:nth-child(2) {
  top: 26%;
  left: 50%;
}
.lineup.local[data-tactic="4"] > li:nth-child(3) {
  top: 25%;
  left: 80.5%;
}
.lineup.local[data-tactic="4"] > li:nth-child(9) {
  top: 53.5%;
  left: 11.5%;
}
.lineup.local[data-tactic="4"] > li:nth-child(6) {
  top: 45%;
  left: 31%;
}
.lineup.local[data-tactic="4"] > li:nth-child(7) {
  top: 52%;
  left: 50%;
}
.lineup.local[data-tactic="4"] > li:nth-child(5) {
  top: 45%;
  left: 69%;
}
.lineup.local[data-tactic="4"] > li:nth-child(8) {
  top: 53.5%;
  left: 88.5%;
}
.lineup.local[data-tactic="4"] > li:nth-child(11) {
  top: 80%;
  left: 37%;
}
.lineup.local[data-tactic="4"] > li:nth-child(10) {
  top: 80%;
  left: 63%;
}
.lineup.local[data-tactic="5"] > li:nth-child(5) {
  top: 27%;
  left: 13.5%;
}
.lineup.local[data-tactic="5"] > li:nth-child(3) {
  top: 25%;
  left: 37.75%;
}
.lineup.local[data-tactic="5"] > li:nth-child(2) {
  top: 25%;
  left: 62.25%;
}
.lineup.local[data-tactic="5"] > li:nth-child(4) {
  top: 27%;
  left: 86.5%;
}
.lineup.local[data-tactic="5"] > li:nth-child(10) {
  top: 55%;
  left: 11.5%;
}
.lineup.local[data-tactic="5"] > li:nth-child(7) {
  top: 49%;
  left: 31%;
}
.lineup.local[data-tactic="5"] > li:nth-child(8) {
  top: 55%;
  left: 50%;
}
.lineup.local[data-tactic="5"] > li:nth-child(6) {
  top: 49%;
  left: 69%;
}
.lineup.local[data-tactic="5"] > li:nth-child(9) {
  top: 55%;
  left: 88.5%;
}
.lineup.local[data-tactic="5"] > li:nth-child(11) {
  top: 80%;
  left: 50%;
}
.lineup.local[data-tactic="6"] > li,
.lineup.local[data-tactic="21"] > li {
  /* top:23 */
  /* top:21.5 */
  /* top: 21% */
  /* top:21.5 */
  /* top:23 */
}
.lineup.local[data-tactic="6"] > li:nth-child(5),
.lineup.local[data-tactic="21"] > li:nth-child(5) {
  top: 31%;
  left: 11.5%;
}
.lineup.local[data-tactic="6"] > li:nth-child(3),
.lineup.local[data-tactic="21"] > li:nth-child(3) {
  top: 26.5%;
  left: 31%;
}
.lineup.local[data-tactic="6"] > li:nth-child(2),
.lineup.local[data-tactic="21"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="6"] > li:nth-child(4),
.lineup.local[data-tactic="21"] > li:nth-child(4) {
  top: 26.5%;
  left: 69%;
}
.lineup.local[data-tactic="6"] > li:nth-child(6),
.lineup.local[data-tactic="21"] > li:nth-child(6) {
  top: 31%;
  left: 88.5%;
}
.lineup.local[data-tactic="6"] > li:nth-child(10),
.lineup.local[data-tactic="21"] > li:nth-child(10) {
  top: 52.5%;
  left: 12.5%;
}
.lineup.local[data-tactic="6"] > li:nth-child(8),
.lineup.local[data-tactic="21"] > li:nth-child(8) {
  top: 50.5%;
  left: 37.5%;
}
.lineup.local[data-tactic="6"] > li:nth-child(7),
.lineup.local[data-tactic="21"] > li:nth-child(7) {
  top: 50.5%;
  left: 62.5%;
}
.lineup.local[data-tactic="6"] > li:nth-child(9),
.lineup.local[data-tactic="21"] > li:nth-child(9) {
  top: 52.5%;
  left: 87.5%;
}
.lineup.local[data-tactic="6"] > li:nth-child(11),
.lineup.local[data-tactic="21"] > li:nth-child(11) {
  top: 80%;
  left: 50%;
}
.lineup.local[data-tactic="7"] > li,
.lineup.local[data-tactic="22"] > li {
  /* top:23 */
  /* top:21.5 */
  /* top: 21% */
  /* top:21.5 */
  /* top:23 */
}
.lineup.local[data-tactic="7"] > li:nth-child(5),
.lineup.local[data-tactic="22"] > li:nth-child(5) {
  top: 31%;
  left: 11.5%;
}
.lineup.local[data-tactic="7"] > li:nth-child(3),
.lineup.local[data-tactic="22"] > li:nth-child(3) {
  top: 26.5%;
  left: 31%;
}
.lineup.local[data-tactic="7"] > li:nth-child(2),
.lineup.local[data-tactic="22"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="7"] > li:nth-child(4),
.lineup.local[data-tactic="22"] > li:nth-child(4) {
  top: 26.5%;
  left: 69%;
}
.lineup.local[data-tactic="7"] > li:nth-child(6),
.lineup.local[data-tactic="22"] > li:nth-child(6) {
  top: 31%;
  left: 88.5%;
}
.lineup.local[data-tactic="7"] > li:nth-child(9),
.lineup.local[data-tactic="22"] > li:nth-child(9) {
  top: 52%;
  left: 22.5%;
}
.lineup.local[data-tactic="7"] > li:nth-child(7),
.lineup.local[data-tactic="22"] > li:nth-child(7) {
  top: 50%;
  left: 50%;
}
.lineup.local[data-tactic="7"] > li:nth-child(8),
.lineup.local[data-tactic="22"] > li:nth-child(8) {
  top: 52%;
  left: 77.5%;
}
.lineup.local[data-tactic="7"] > li:nth-child(11),
.lineup.local[data-tactic="22"] > li:nth-child(11) {
  top: 80%;
  left: 37%;
}
.lineup.local[data-tactic="7"] > li:nth-child(10),
.lineup.local[data-tactic="22"] > li:nth-child(10) {
  top: 80%;
  left: 63%;
}
.lineup.local[data-tactic="8"] > li,
.lineup.local[data-tactic="23"] > li {
  /* top: 23% */
  /* top: 23% */
}
.lineup.local[data-tactic="8"] > li:nth-child(5),
.lineup.local[data-tactic="23"] > li:nth-child(5) {
  top: 26%;
  left: 12%;
}
.lineup.local[data-tactic="8"] > li:nth-child(3),
.lineup.local[data-tactic="23"] > li:nth-child(3) {
  top: 19%;
  left: 32.75%;
}
.lineup.local[data-tactic="8"] > li:nth-child(2),
.lineup.local[data-tactic="23"] > li:nth-child(2) {
  top: 19%;
  left: 67.25%;
}
.lineup.local[data-tactic="8"] > li:nth-child(4),
.lineup.local[data-tactic="23"] > li:nth-child(4) {
  top: 26%;
  left: 88%;
}
.lineup.local[data-tactic="8"] > li:nth-child(8),
.lineup.local[data-tactic="23"] > li:nth-child(8) {
  top: 48.5%;
  left: 21.5%;
}
.lineup.local[data-tactic="8"] > li:nth-child(6),
.lineup.local[data-tactic="23"] > li:nth-child(6) {
  top: 38%;
  left: 50%;
}
.lineup.local[data-tactic="8"] > li:nth-child(9),
.lineup.local[data-tactic="23"] > li:nth-child(9) {
  top: 58.5%;
  left: 50%;
}
.lineup.local[data-tactic="8"] > li:nth-child(7),
.lineup.local[data-tactic="23"] > li:nth-child(7) {
  top: 48.5%;
  left: 78.5%;
}
.lineup.local[data-tactic="8"] > li:nth-child(11),
.lineup.local[data-tactic="23"] > li:nth-child(11) {
  top: 80%;
  left: 37%;
}
.lineup.local[data-tactic="8"] > li:nth-child(10),
.lineup.local[data-tactic="23"] > li:nth-child(10) {
  top: 80%;
  left: 63%;
}
.lineup.local[data-tactic="9"] > li,
.lineup.local[data-tactic="24"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 21% */
  /* top: 23% */
  /* top: 53.5%; */
  /* top: 50%; */
  /* top: 47.5%; */
  /* top: 50%; */
  /* top: 53.5%; */
}
.lineup.local[data-tactic="9"] > li:nth-child(5),
.lineup.local[data-tactic="24"] > li:nth-child(5) {
  top: 26%;
  left: 13.5%;
}
.lineup.local[data-tactic="9"] > li:nth-child(3),
.lineup.local[data-tactic="24"] > li:nth-child(3) {
  top: 24%;
  left: 37.75%;
}
.lineup.local[data-tactic="9"] > li:nth-child(2),
.lineup.local[data-tactic="24"] > li:nth-child(2) {
  top: 24%;
  left: 62.25%;
}
.lineup.local[data-tactic="9"] > li:nth-child(4),
.lineup.local[data-tactic="24"] > li:nth-child(4) {
  top: 26%;
  left: 86.5%;
}
.lineup.local[data-tactic="9"] > li:nth-child(9),
.lineup.local[data-tactic="24"] > li:nth-child(9) {
  top: 62.5%;
  left: 11.5%;
}
.lineup.local[data-tactic="9"] > li:nth-child(7),
.lineup.local[data-tactic="24"] > li:nth-child(7) {
  top: 56%;
  left: 31%;
}
.lineup.local[data-tactic="9"] > li:nth-child(6),
.lineup.local[data-tactic="24"] > li:nth-child(6) {
  top: 50.5%;
  left: 50%;
}
.lineup.local[data-tactic="9"] > li:nth-child(8),
.lineup.local[data-tactic="24"] > li:nth-child(8) {
  top: 56%;
  left: 69%;
}
.lineup.local[data-tactic="9"] > li:nth-child(10),
.lineup.local[data-tactic="24"] > li:nth-child(10) {
  top: 62.5%;
  left: 88.5%;
}
.lineup.local[data-tactic="9"] > li:nth-child(11),
.lineup.local[data-tactic="24"] > li:nth-child(11) {
  top: 80%;
  left: 50%;
}
.lineup.local[data-tactic="10"] > li,
.lineup.local[data-tactic="25"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 21% */
  /* top: 23% */
  /* top: 80% */
  /* top: 78% */
  /* top: 78% */
  /* top: 80% */
}
.lineup.local[data-tactic="10"] > li:nth-child(5),
.lineup.local[data-tactic="25"] > li:nth-child(5) {
  top: 26%;
  left: 15%;
}
.lineup.local[data-tactic="10"] > li:nth-child(3),
.lineup.local[data-tactic="25"] > li:nth-child(3) {
  top: 24%;
  left: 38.5%;
}
.lineup.local[data-tactic="10"] > li:nth-child(2),
.lineup.local[data-tactic="25"] > li:nth-child(2) {
  top: 24%;
  left: 61.5%;
}
.lineup.local[data-tactic="10"] > li:nth-child(4),
.lineup.local[data-tactic="25"] > li:nth-child(4) {
  top: 26%;
  left: 85%;
}
.lineup.local[data-tactic="10"] > li:nth-child(7),
.lineup.local[data-tactic="25"] > li:nth-child(7) {
  top: 50%;
  left: 35.5%;
}
.lineup.local[data-tactic="10"] > li:nth-child(6),
.lineup.local[data-tactic="25"] > li:nth-child(6) {
  top: 50%;
  left: 64.5%;
}
.lineup.local[data-tactic="10"] > li:nth-child(11),
.lineup.local[data-tactic="25"] > li:nth-child(11) {
  top: 82%;
  left: 21.5%;
}
.lineup.local[data-tactic="10"] > li:nth-child(9),
.lineup.local[data-tactic="25"] > li:nth-child(9) {
  top: 76%;
  left: 40.25%;
}
.lineup.local[data-tactic="10"] > li:nth-child(8),
.lineup.local[data-tactic="25"] > li:nth-child(8) {
  top: 76%;
  left: 59.75%;
}
.lineup.local[data-tactic="10"] > li:nth-child(10),
.lineup.local[data-tactic="25"] > li:nth-child(10) {
  top: 82%;
  left: 78.5%;
}
.lineup.local[data-tactic="11"] > li,
.lineup.local[data-tactic="26"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 23% */
  /* left:10% */
}
.lineup.local[data-tactic="11"] > li:nth-child(4),
.lineup.local[data-tactic="26"] > li:nth-child(4) {
  top: 26%;
  left: 19%;
}
.lineup.local[data-tactic="11"] > li:nth-child(2),
.lineup.local[data-tactic="26"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="11"] > li:nth-child(3),
.lineup.local[data-tactic="26"] > li:nth-child(3) {
  top: 26%;
  left: 81%;
}
.lineup.local[data-tactic="11"] > li:nth-child(7),
.lineup.local[data-tactic="26"] > li:nth-child(7) {
  top: 50%;
  left: 11%;
}
.lineup.local[data-tactic="11"] > li:nth-child(9),
.lineup.local[data-tactic="26"] > li:nth-child(9) {
  top: 63%;
  left: 30%;
}
.lineup.local[data-tactic="11"] > li:nth-child(6),
.lineup.local[data-tactic="26"] > li:nth-child(6) {
  top: 42%;
  left: 36.5%;
}
.lineup.local[data-tactic="11"] > li:nth-child(5),
.lineup.local[data-tactic="26"] > li:nth-child(5) {
  top: 42%;
  left: 63.5%;
}
.lineup.local[data-tactic="11"] > li:nth-child(10),
.lineup.local[data-tactic="26"] > li:nth-child(10) {
  top: 63%;
  left: 70%;
}
.lineup.local[data-tactic="11"] > li:nth-child(8),
.lineup.local[data-tactic="26"] > li:nth-child(8) {
  top: 50%;
  left: 90%;
}
.lineup.local[data-tactic="11"] > li:nth-child(11),
.lineup.local[data-tactic="26"] > li:nth-child(11) {
  top: 80%;
  left: 50%;
}
.lineup.local[data-tactic="12"] > li,
.lineup.local[data-tactic="27"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 23% */
  /* top:80% */
  /* top:82% */
  /* top:82% */
  /* top:80% */
}
.lineup.local[data-tactic="12"] > li:nth-child(4),
.lineup.local[data-tactic="27"] > li:nth-child(4) {
  top: 26%;
  left: 18%;
}
.lineup.local[data-tactic="12"] > li:nth-child(2),
.lineup.local[data-tactic="27"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="12"] > li:nth-child(3),
.lineup.local[data-tactic="27"] > li:nth-child(3) {
  top: 26%;
  left: 82%;
}
.lineup.local[data-tactic="12"] > li:nth-child(7),
.lineup.local[data-tactic="27"] > li:nth-child(7) {
  top: 52%;
  left: 16%;
}
.lineup.local[data-tactic="12"] > li:nth-child(5),
.lineup.local[data-tactic="27"] > li:nth-child(5) {
  top: 50%;
  left: 50%;
}
.lineup.local[data-tactic="12"] > li:nth-child(6),
.lineup.local[data-tactic="27"] > li:nth-child(6) {
  top: 52%;
  left: 84%;
}
.lineup.local[data-tactic="12"] > li:nth-child(11),
.lineup.local[data-tactic="27"] > li:nth-child(11) {
  top: 76%;
  left: 18%;
}
.lineup.local[data-tactic="12"] > li:nth-child(9),
.lineup.local[data-tactic="27"] > li:nth-child(9) {
  top: 82%;
  left: 39%;
}
.lineup.local[data-tactic="12"] > li:nth-child(8),
.lineup.local[data-tactic="27"] > li:nth-child(8) {
  top: 82%;
  left: 61%;
}
.lineup.local[data-tactic="12"] > li:nth-child(10),
.lineup.local[data-tactic="27"] > li:nth-child(10) {
  top: 76%;
  left: 82%;
}
.lineup.local[data-tactic="17"] > li,
.lineup.local[data-tactic="32"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 23% */
}
.lineup.local[data-tactic="17"] > li:nth-child(6),
.lineup.local[data-tactic="32"] > li:nth-child(6) {
  top: 26%;
  left: 11.5%;
}
.lineup.local[data-tactic="17"] > li:nth-child(4),
.lineup.local[data-tactic="32"] > li:nth-child(4) {
  top: 21.5%;
  left: 31%;
}
.lineup.local[data-tactic="17"] > li:nth-child(2),
.lineup.local[data-tactic="32"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="17"] > li:nth-child(3),
.lineup.local[data-tactic="32"] > li:nth-child(3) {
  top: 21.5%;
  left: 69%;
}
.lineup.local[data-tactic="17"] > li:nth-child(5),
.lineup.local[data-tactic="32"] > li:nth-child(5) {
  top: 26%;
  left: 88.5%;
}
.lineup.local[data-tactic="17"] > li:nth-child(9),
.lineup.local[data-tactic="32"] > li:nth-child(9) {
  top: 49%;
  left: 24.5%;
}
.lineup.local[data-tactic="17"] > li:nth-child(7),
.lineup.local[data-tactic="32"] > li:nth-child(7) {
  top: 59%;
  left: 50%;
}
.lineup.local[data-tactic="17"] > li:nth-child(8),
.lineup.local[data-tactic="32"] > li:nth-child(8) {
  top: 49%;
  left: 75.5%;
}
.lineup.local[data-tactic="17"] > li:nth-child(11),
.lineup.local[data-tactic="32"] > li:nth-child(11) {
  top: 80%;
  left: 35%;
}
.lineup.local[data-tactic="17"] > li:nth-child(10),
.lineup.local[data-tactic="32"] > li:nth-child(10) {
  top: 80%;
  left: 65%;
}
.lineup.local[data-tactic="18"] > li,
.lineup.local[data-tactic="33"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 23% */
}
.lineup.local[data-tactic="18"] > li:nth-child(6),
.lineup.local[data-tactic="33"] > li:nth-child(6) {
  top: 26%;
  left: 11.5%;
}
.lineup.local[data-tactic="18"] > li:nth-child(4),
.lineup.local[data-tactic="33"] > li:nth-child(4) {
  top: 21.5%;
  left: 31%;
}
.lineup.local[data-tactic="18"] > li:nth-child(2),
.lineup.local[data-tactic="33"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="18"] > li:nth-child(3),
.lineup.local[data-tactic="33"] > li:nth-child(3) {
  top: 21.5%;
  left: 69%;
}
.lineup.local[data-tactic="18"] > li:nth-child(5),
.lineup.local[data-tactic="33"] > li:nth-child(5) {
  top: 26%;
  left: 88.5%;
}
.lineup.local[data-tactic="18"] > li:nth-child(8),
.lineup.local[data-tactic="33"] > li:nth-child(8) {
  top: 50%;
  left: 35%;
}
.lineup.local[data-tactic="18"] > li:nth-child(7),
.lineup.local[data-tactic="33"] > li:nth-child(7) {
  top: 50%;
  left: 65%;
}
.lineup.local[data-tactic="18"] > li:nth-child(11),
.lineup.local[data-tactic="33"] > li:nth-child(11) {
  top: 80%;
  left: 22.5%;
}
.lineup.local[data-tactic="18"] > li:nth-child(9),
.lineup.local[data-tactic="33"] > li:nth-child(9) {
  top: 80%;
  left: 50%;
}
.lineup.local[data-tactic="18"] > li:nth-child(10),
.lineup.local[data-tactic="33"] > li:nth-child(10) {
  top: 80%;
  left: 77.5%;
}
.lineup.local[data-tactic="19"] > li,
.lineup.local[data-tactic="34"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 21% */
  /* top: 23% */
}
.lineup.local[data-tactic="19"] > li:nth-child(5),
.lineup.local[data-tactic="34"] > li:nth-child(5) {
  top: 26%;
  left: 13.5%;
}
.lineup.local[data-tactic="19"] > li:nth-child(3),
.lineup.local[data-tactic="34"] > li:nth-child(3) {
  top: 24%;
  left: 37.75%;
}
.lineup.local[data-tactic="19"] > li:nth-child(2),
.lineup.local[data-tactic="34"] > li:nth-child(2) {
  top: 24%;
  left: 62.25%;
}
.lineup.local[data-tactic="19"] > li:nth-child(4),
.lineup.local[data-tactic="34"] > li:nth-child(4) {
  top: 26%;
  left: 86.5%;
}
.lineup.local[data-tactic="19"] > li:nth-child(8),
.lineup.local[data-tactic="34"] > li:nth-child(8) {
  top: 52%;
  left: 11.5%;
}
.lineup.local[data-tactic="19"] > li:nth-child(10),
.lineup.local[data-tactic="34"] > li:nth-child(10) {
  top: 57%;
  left: 31%;
}
.lineup.local[data-tactic="19"] > li:nth-child(6),
.lineup.local[data-tactic="34"] > li:nth-child(6) {
  top: 47%;
  left: 50%;
}
.lineup.local[data-tactic="19"] > li:nth-child(9),
.lineup.local[data-tactic="34"] > li:nth-child(9) {
  top: 57%;
  left: 69%;
}
.lineup.local[data-tactic="19"] > li:nth-child(7),
.lineup.local[data-tactic="34"] > li:nth-child(7) {
  top: 52%;
  left: 88.5%;
}
.lineup.local[data-tactic="19"] > li:nth-child(11),
.lineup.local[data-tactic="34"] > li:nth-child(11) {
  top: 80%;
  left: 50%;
}
.lineup.local[data-tactic="20"] > li,
.lineup.local[data-tactic="35"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 23% */
  /* top:45% left: 10%*/
  /* top:45% */
  /* top:45% */
  /* top:45% */
  /* top:45% */
  /* top:63% */
  /* top:80% */
}
.lineup.local[data-tactic="20"] > li:nth-child(4),
.lineup.local[data-tactic="35"] > li:nth-child(4) {
  top: 24%;
  left: 19%;
}
.lineup.local[data-tactic="20"] > li:nth-child(2),
.lineup.local[data-tactic="35"] > li:nth-child(2) {
  top: 22%;
  left: 50%;
}
.lineup.local[data-tactic="20"] > li:nth-child(3),
.lineup.local[data-tactic="35"] > li:nth-child(3) {
  top: 24%;
  left: 81%;
}
.lineup.local[data-tactic="20"] > li:nth-child(9),
.lineup.local[data-tactic="35"] > li:nth-child(9) {
  top: 42%;
  left: 11%;
}
.lineup.local[data-tactic="20"] > li:nth-child(7),
.lineup.local[data-tactic="35"] > li:nth-child(7) {
  top: 42%;
  left: 30%;
}
.lineup.local[data-tactic="20"] > li:nth-child(5),
.lineup.local[data-tactic="35"] > li:nth-child(5) {
  top: 41%;
  left: 50%;
}
.lineup.local[data-tactic="20"] > li:nth-child(6),
.lineup.local[data-tactic="35"] > li:nth-child(6) {
  top: 42%;
  left: 70%;
}
.lineup.local[data-tactic="20"] > li:nth-child(8),
.lineup.local[data-tactic="35"] > li:nth-child(8) {
  top: 42%;
  left: 90%;
}
.lineup.local[data-tactic="20"] > li:nth-child(10),
.lineup.local[data-tactic="35"] > li:nth-child(10) {
  top: 62%;
  left: 50%;
}
.lineup.local[data-tactic="20"] > li:nth-child(11),
.lineup.local[data-tactic="35"] > li:nth-child(11) {
  top: 82%;
  left: 50%;
}
.lineup.local[data-tactic="36"] > li {
  /* top: 21% */
  /* top: 21% */
  /* top: 21% */
  /* left:10% */
  /* top:40% */
  /* top:60% */
  /* top:80% */
}
.lineup.local[data-tactic="36"] > li:nth-child(4) {
  top: 22%;
  left: 19%;
}
.lineup.local[data-tactic="36"] > li:nth-child(2) {
  top: 22%;
  left: 50%;
}
.lineup.local[data-tactic="36"] > li:nth-child(3) {
  top: 22%;
  left: 81%;
}
.lineup.local[data-tactic="36"] > li:nth-child(7) {
  top: 42%;
  left: 11%;
}
.lineup.local[data-tactic="36"] > li:nth-child(5) {
  top: 41%;
  left: 50%;
}
.lineup.local[data-tactic="36"] > li:nth-child(6) {
  top: 42%;
  left: 90%;
}
.lineup.local[data-tactic="36"] > li:nth-child(8) {
  top: 61%;
  left: 50%;
}
.lineup.local[data-tactic="36"] > li:nth-child(11) {
  top: 80%;
  left: 22.5%;
}
.lineup.local[data-tactic="36"] > li:nth-child(9) {
  top: 81%;
  left: 50%;
}
.lineup.local[data-tactic="36"] > li:nth-child(10) {
  top: 80%;
  left: 77.5%;
}
.lineup.local[data-tactic="37"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 23% */
  /* left:10% */
}
.lineup.local[data-tactic="37"] > li:nth-child(4) {
  top: 26%;
  left: 19%;
}
.lineup.local[data-tactic="37"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="37"] > li:nth-child(3) {
  top: 26%;
  left: 81%;
}
.lineup.local[data-tactic="37"] > li:nth-child(9) {
  top: 60%;
  left: 11%;
}
.lineup.local[data-tactic="37"] > li:nth-child(7) {
  top: 52.5%;
  left: 30%;
}
.lineup.local[data-tactic="37"] > li:nth-child(5) {
  top: 45%;
  left: 50%;
}
.lineup.local[data-tactic="37"] > li:nth-child(6) {
  top: 52.5%;
  left: 70%;
}
.lineup.local[data-tactic="37"] > li:nth-child(8) {
  top: 60%;
  left: 90%;
}
.lineup.local[data-tactic="37"] > li:nth-child(11) {
  top: 80%;
  left: 37%;
}
.lineup.local[data-tactic="37"] > li:nth-child(10) {
  top: 80%;
  left: 63%;
}
.lineup.local[data-tactic="38"] > li {
  /* top: 23% */
  /* top: 21% */
  /* top: 23% */
  /* left:10% */
}
.lineup.local[data-tactic="38"] > li:nth-child(4) {
  top: 26%;
  left: 19%;
}
.lineup.local[data-tactic="38"] > li:nth-child(2) {
  top: 24%;
  left: 50%;
}
.lineup.local[data-tactic="38"] > li:nth-child(3) {
  top: 26%;
  left: 81%;
}
.lineup.local[data-tactic="38"] > li:nth-child(7) {
  top: 42%;
  left: 11%;
}
.lineup.local[data-tactic="38"] > li:nth-child(5) {
  top: 42%;
  left: 50%;
}
.lineup.local[data-tactic="38"] > li:nth-child(6) {
  top: 42%;
  left: 90%;
}
.lineup.local[data-tactic="38"] > li:nth-child(9) {
  top: 60%;
  left: 37%;
}
.lineup.local[data-tactic="38"] > li:nth-child(8) {
  top: 60%;
  left: 63%;
}
.lineup.local[data-tactic="38"] > li:nth-child(11) {
  top: 80%;
  left: 37%;
}
.lineup.local[data-tactic="38"] > li:nth-child(10) {
  top: 80%;
  left: 63%;
}
.lineup.local[data-tactic="39"] > li {
  /* top: 21% */
  /* top: 21% */
}
.lineup.local[data-tactic="39"] > li:nth-child(5) {
  top: 25%;
  left: 13.5%;
}
.lineup.local[data-tactic="39"] > li:nth-child(3) {
  top: 24%;
  left: 37.75%;
}
.lineup.local[data-tactic="39"] > li:nth-child(2) {
  top: 24%;
  left: 62.25%;
}
.lineup.local[data-tactic="39"] > li:nth-child(4) {
  top: 25%;
  left: 86.5%;
}
.lineup.local[data-tactic="39"] > li:nth-child(8) {
  top: 48%;
  left: 22.5%;
}
.lineup.local[data-tactic="39"] > li:nth-child(6) {
  top: 55%;
  left: 50%;
}
.lineup.local[data-tactic="39"] > li:nth-child(7) {
  top: 48%;
  left: 77.5%;
}
.lineup.local[data-tactic="39"] > li:nth-child(11) {
  top: 76%;
  left: 24.5%;
}
.lineup.local[data-tactic="39"] > li:nth-child(9) {
  top: 81%;
  left: 50%;
}
.lineup.local[data-tactic="39"] > li:nth-child(10) {
  top: 76%;
  left: 75.5%;
}
.lineup.visitor {
  /* bottom: 23 */
  /* bottom: 21.5 */
  /* bottom: 21% */
  /* bottom: 21.5 */
  /* bottom: 23 */
  /* bottom: 23 */
  /* bottom: 21.5 */
  /* bottom: 21% */
  /* bottom: 21.5 */
  /* bottom: 23 */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* bottom:80% */
  /* bottom:82% */
  /* bottom:82% */
  /* bottom:80% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 23% */
  /* top:45% */
  /* top:45% */
  /* top:45% */
  /* top:45% */
  /* top:45% */
  /* top:61% */
  /* top:80% */
}
.lineup.visitor > li:first-child {
  bottom: 5px;
  right: 50%;
}
.lineup.visitor[data-tactic="1"] > li {
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 21% */
  /* bottom: 23% */
}
.lineup.visitor[data-tactic="1"] > li:nth-child(5) {
  bottom: 26%;
  right: 13.5%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(3) {
  bottom: 24%;
  right: 37.75%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(2) {
  bottom: 24%;
  right: 62.25%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(4) {
  bottom: 26%;
  right: 86.5%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(9) {
  bottom: 52%;
  right: 12.5%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(7) {
  bottom: 50%;
  right: 37.5%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(6) {
  bottom: 50%;
  right: 62.5%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(8) {
  bottom: 52%;
  right: 87.5%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(11) {
  bottom: 80%;
  right: 37%;
}
.lineup.visitor[data-tactic="1"] > li:nth-child(10) {
  bottom: 80%;
  right: 63%;
}
.lineup.visitor[data-tactic="2"] > li {
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 21% */
  /* bottom: 23% */
}
.lineup.visitor[data-tactic="2"] > li:nth-child(5) {
  bottom: 26%;
  right: 13.5%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(3) {
  bottom: 24%;
  right: 37.75%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(2) {
  bottom: 24%;
  right: 62.25%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(4) {
  bottom: 26%;
  right: 86.5%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(8) {
  bottom: 51%;
  right: 22.5%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(6) {
  bottom: 48%;
  right: 50%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(7) {
  bottom: 51%;
  right: 77.5%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(11) {
  bottom: 78%;
  right: 24.5%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(10) {
  bottom: 81%;
  right: 50%;
}
.lineup.visitor[data-tactic="2"] > li:nth-child(9) {
  bottom: 78%;
  right: 75.5%;
}
.lineup.visitor[data-tactic="3"] > li {
  /* bottom: 23% */
}
.lineup.visitor[data-tactic="3"] > li:nth-child(4) {
  bottom: 25%;
  right: 19.5%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(2) {
  bottom: 26%;
  right: 50%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(3) {
  bottom: 25%;
  right: 80.5%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(8) {
  bottom: 49%;
  right: 12.5%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(6) {
  bottom: 52%;
  right: 37.5%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(5) {
  bottom: 52%;
  right: 62.5%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(7) {
  bottom: 49%;
  right: 87.5%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(11) {
  bottom: 80%;
  right: 22.5%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(10) {
  bottom: 78%;
  right: 50%;
}
.lineup.visitor[data-tactic="3"] > li:nth-child(9) {
  bottom: 80%;
  right: 77.5%;
}
.lineup.visitor[data-tactic="4"] > li {
  /* bottom: 23% */
  /* bottom:49 */
  /* bottom:49 */
}
.lineup.visitor[data-tactic="4"] > li:nth-child(4) {
  bottom: 25%;
  right: 19.5%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(2) {
  bottom: 26%;
  right: 50%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(3) {
  bottom: 25%;
  right: 80.5%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(9) {
  bottom: 53.5%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(6) {
  bottom: 45%;
  right: 31%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(7) {
  bottom: 52%;
  right: 50%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(5) {
  bottom: 45%;
  right: 69%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(8) {
  bottom: 53.5%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(11) {
  bottom: 80%;
  right: 37%;
}
.lineup.visitor[data-tactic="4"] > li:nth-child(10) {
  bottom: 80%;
  right: 63%;
}
.lineup.visitor[data-tactic="5"] > li {
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 21% */
  /* bottom: 23% */
}
.lineup.visitor[data-tactic="5"] > li:nth-child(5) {
  bottom: 26%;
  right: 13.5%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(3) {
  bottom: 24%;
  right: 37.75%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(2) {
  bottom: 24%;
  right: 62.25%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(4) {
  bottom: 26%;
  right: 86.5%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(10) {
  bottom: 53.5%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(7) {
  bottom: 47%;
  right: 31%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(8) {
  bottom: 52%;
  right: 50%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(6) {
  bottom: 47%;
  right: 69%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(9) {
  bottom: 53.5%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="5"] > li:nth-child(11) {
  bottom: 80%;
  right: 50%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(6),
.lineup.visitor[data-tactic="21"] > li:nth-child(5) {
  bottom: 31%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(4),
.lineup.visitor[data-tactic="21"] > li:nth-child(3) {
  bottom: 26.5%;
  right: 31%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(2),
.lineup.visitor[data-tactic="21"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(3),
.lineup.visitor[data-tactic="21"] > li:nth-child(4) {
  bottom: 26.5%;
  right: 69%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(5),
.lineup.visitor[data-tactic="21"] > li:nth-child(6) {
  bottom: 31%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(9),
.lineup.visitor[data-tactic="21"] > li:nth-child(10) {
  bottom: 52.5%;
  right: 12.5%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(7),
.lineup.visitor[data-tactic="21"] > li:nth-child(8) {
  bottom: 50.5%;
  right: 37.5%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(8),
.lineup.visitor[data-tactic="21"] > li:nth-child(7) {
  bottom: 50.5%;
  right: 62.5%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(6),
.lineup.visitor[data-tactic="21"] > li:nth-child(9) {
  bottom: 52.5%;
  right: 87.5%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(10) {
  bottom: 31%;
  right: 12.5%;
}
.lineup.visitor[data-tactic="6"] > li:nth-child(11),
.lineup.visitor[data-tactic="21"] > li:nth-child(11) {
  bottom: 80%;
  right: 50%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(6),
.lineup.visitor[data-tactic="22"] > li:nth-child(5) {
  bottom: 31%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(4),
.lineup.visitor[data-tactic="22"] > li:nth-child(3) {
  bottom: 26.5%;
  right: 31%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(2),
.lineup.visitor[data-tactic="22"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(3),
.lineup.visitor[data-tactic="22"] > li:nth-child(4) {
  bottom: 26.5%;
  right: 69%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(5),
.lineup.visitor[data-tactic="22"] > li:nth-child(6) {
  bottom: 31%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(8),
.lineup.visitor[data-tactic="22"] > li:nth-child(9) {
  bottom: 52%;
  right: 22.5%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(7),
.lineup.visitor[data-tactic="22"] > li:nth-child(7) {
  bottom: 50%;
  right: 50%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(9),
.lineup.visitor[data-tactic="22"] > li:nth-child(8) {
  bottom: 52%;
  right: 77.5%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(11),
.lineup.visitor[data-tactic="22"] > li:nth-child(11) {
  bottom: 80%;
  right: 37%;
}
.lineup.visitor[data-tactic="7"] > li:nth-child(10),
.lineup.visitor[data-tactic="22"] > li:nth-child(10) {
  bottom: 80%;
  right: 63%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(4),
.lineup.visitor[data-tactic="23"] > li:nth-child(5) {
  bottom: 26%;
  right: 12%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(2),
.lineup.visitor[data-tactic="23"] > li:nth-child(3) {
  bottom: 19%;
  right: 32.75%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(3),
.lineup.visitor[data-tactic="23"] > li:nth-child(2) {
  bottom: 19%;
  right: 67.25%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(5),
.lineup.visitor[data-tactic="23"] > li:nth-child(4) {
  bottom: 26%;
  right: 88%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(7),
.lineup.visitor[data-tactic="23"] > li:nth-child(8) {
  bottom: 48.5%;
  right: 21.5%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(6),
.lineup.visitor[data-tactic="23"] > li:nth-child(6) {
  bottom: 38%;
  right: 50%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(9),
.lineup.visitor[data-tactic="23"] > li:nth-child(9) {
  bottom: 58.5%;
  right: 50%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(8),
.lineup.visitor[data-tactic="23"] > li:nth-child(7) {
  bottom: 48.5%;
  right: 78.5%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(11),
.lineup.visitor[data-tactic="23"] > li:nth-child(11) {
  bottom: 80%;
  right: 37%;
}
.lineup.visitor[data-tactic="8"] > li:nth-child(10),
.lineup.visitor[data-tactic="23"] > li:nth-child(10) {
  bottom: 80%;
  right: 63%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(4),
.lineup.visitor[data-tactic="24"] > li:nth-child(5) {
  bottom: 26%;
  right: 13.5%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(2),
.lineup.visitor[data-tactic="24"] > li:nth-child(3) {
  bottom: 24%;
  right: 37.75%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(3),
.lineup.visitor[data-tactic="24"] > li:nth-child(2) {
  bottom: 24%;
  right: 62.25%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(5),
.lineup.visitor[data-tactic="24"] > li:nth-child(4) {
  bottom: 26%;
  right: 86.5%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(10),
.lineup.visitor[data-tactic="24"] > li:nth-child(9) {
  bottom: 62.5%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(8),
.lineup.visitor[data-tactic="24"] > li:nth-child(7) {
  bottom: 56%;
  right: 31%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(6),
.lineup.visitor[data-tactic="24"] > li:nth-child(6) {
  bottom: 50.5%;
  right: 50%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(7),
.lineup.visitor[data-tactic="24"] > li:nth-child(8) {
  bottom: 56%;
  right: 69%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(9),
.lineup.visitor[data-tactic="24"] > li:nth-child(10) {
  bottom: 62.5%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="9"] > li:nth-child(11),
.lineup.visitor[data-tactic="24"] > li:nth-child(11) {
  bottom: 80%;
  right: 50%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(4),
.lineup.visitor[data-tactic="25"] > li:nth-child(5) {
  bottom: 26%;
  right: 15%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(2),
.lineup.visitor[data-tactic="25"] > li:nth-child(3) {
  bottom: 24%;
  right: 38.5%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(3),
.lineup.visitor[data-tactic="25"] > li:nth-child(2) {
  bottom: 24%;
  right: 61.5%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(5),
.lineup.visitor[data-tactic="25"] > li:nth-child(4) {
  bottom: 26%;
  right: 85%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(6),
.lineup.visitor[data-tactic="25"] > li:nth-child(7) {
  bottom: 50%;
  right: 35.5%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(7),
.lineup.visitor[data-tactic="25"] > li:nth-child(6) {
  bottom: 50%;
  right: 64.5%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(10),
.lineup.visitor[data-tactic="25"] > li:nth-child(11) {
  bottom: 82%;
  right: 21.5%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(8),
.lineup.visitor[data-tactic="25"] > li:nth-child(9) {
  bottom: 76%;
  right: 40.25%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(9),
.lineup.visitor[data-tactic="25"] > li:nth-child(8) {
  bottom: 76%;
  right: 59.75%;
}
.lineup.visitor[data-tactic="10"] > li:nth-child(11),
.lineup.visitor[data-tactic="25"] > li:nth-child(10) {
  bottom: 82%;
  right: 78.5%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(3),
.lineup.visitor[data-tactic="26"] > li:nth-child(4) {
  bottom: 26%;
  right: 19%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(2),
.lineup.visitor[data-tactic="26"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(4),
.lineup.visitor[data-tactic="26"] > li:nth-child(3) {
  bottom: 26%;
  right: 81%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(8),
.lineup.visitor[data-tactic="26"] > li:nth-child(7) {
  bottom: 50%;
  right: 10%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(10),
.lineup.visitor[data-tactic="26"] > li:nth-child(9) {
  bottom: 63%;
  right: 30%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(5),
.lineup.visitor[data-tactic="26"] > li:nth-child(6) {
  bottom: 42%;
  right: 36.5%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(6),
.lineup.visitor[data-tactic="26"] > li:nth-child(5) {
  bottom: 42%;
  right: 63.5%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(9),
.lineup.visitor[data-tactic="26"] > li:nth-child(10) {
  bottom: 63%;
  right: 70%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(7),
.lineup.visitor[data-tactic="26"] > li:nth-child(8) {
  bottom: 50%;
  right: 90%;
}
.lineup.visitor[data-tactic="11"] > li:nth-child(11),
.lineup.visitor[data-tactic="26"] > li:nth-child(11) {
  bottom: 80%;
  right: 50%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(3),
.lineup.visitor[data-tactic="27"] > li:nth-child(4) {
  bottom: 26%;
  right: 18%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(2),
.lineup.visitor[data-tactic="27"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(4),
.lineup.visitor[data-tactic="27"] > li:nth-child(3) {
  bottom: 26%;
  right: 82%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(6),
.lineup.visitor[data-tactic="27"] > li:nth-child(7) {
  bottom: 52%;
  right: 16%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(5),
.lineup.visitor[data-tactic="27"] > li:nth-child(5) {
  bottom: 50%;
  right: 50%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(7),
.lineup.visitor[data-tactic="27"] > li:nth-child(6) {
  bottom: 52%;
  right: 84%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(10),
.lineup.visitor[data-tactic="27"] > li:nth-child(11) {
  bottom: 76%;
  right: 18%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(8),
.lineup.visitor[data-tactic="27"] > li:nth-child(9) {
  bottom: 82%;
  right: 39%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(9),
.lineup.visitor[data-tactic="27"] > li:nth-child(8) {
  bottom: 82%;
  right: 61%;
}
.lineup.visitor[data-tactic="12"] > li:nth-child(11),
.lineup.visitor[data-tactic="27"] > li:nth-child(10) {
  bottom: 76%;
  right: 82%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(5),
.lineup.visitor[data-tactic="32"] > li:nth-child(6) {
  bottom: 26%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(3),
.lineup.visitor[data-tactic="32"] > li:nth-child(4) {
  bottom: 21.5%;
  right: 31%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(2),
.lineup.visitor[data-tactic="32"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(4),
.lineup.visitor[data-tactic="32"] > li:nth-child(3) {
  bottom: 21.5%;
  right: 69%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(6),
.lineup.visitor[data-tactic="32"] > li:nth-child(5) {
  bottom: 26%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(8),
.lineup.visitor[data-tactic="32"] > li:nth-child(9) {
  bottom: 49%;
  right: 24.5%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(7),
.lineup.visitor[data-tactic="32"] > li:nth-child(7) {
  bottom: 59%;
  right: 50%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(9),
.lineup.visitor[data-tactic="32"] > li:nth-child(8) {
  bottom: 49%;
  right: 75.5%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(11),
.lineup.visitor[data-tactic="32"] > li:nth-child(11) {
  bottom: 80%;
  right: 35%;
}
.lineup.visitor[data-tactic="17"] > li:nth-child(10),
.lineup.visitor[data-tactic="32"] > li:nth-child(10) {
  bottom: 80%;
  right: 65%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(5),
.lineup.visitor[data-tactic="33"] > li:nth-child(6) {
  bottom: 26%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(3),
.lineup.visitor[data-tactic="33"] > li:nth-child(4) {
  bottom: 21.5%;
  right: 31%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(2),
.lineup.visitor[data-tactic="33"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(4),
.lineup.visitor[data-tactic="33"] > li:nth-child(3) {
  bottom: 21.5%;
  right: 69%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(6),
.lineup.visitor[data-tactic="33"] > li:nth-child(5) {
  bottom: 26%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(8),
.lineup.visitor[data-tactic="33"] > li:nth-child(8) {
  bottom: 50%;
  right: 35%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(7),
.lineup.visitor[data-tactic="33"] > li:nth-child(7) {
  bottom: 50%;
  right: 65%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(10),
.lineup.visitor[data-tactic="33"] > li:nth-child(11) {
  bottom: 80%;
  right: 22.5%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(9),
.lineup.visitor[data-tactic="33"] > li:nth-child(9) {
  bottom: 80%;
  right: 50%;
}
.lineup.visitor[data-tactic="18"] > li:nth-child(11),
.lineup.visitor[data-tactic="33"] > li:nth-child(10) {
  bottom: 80%;
  right: 77.5%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(4),
.lineup.visitor[data-tactic="34"] > li:nth-child(5) {
  bottom: 26%;
  right: 13.5%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(2),
.lineup.visitor[data-tactic="34"] > li:nth-child(3) {
  bottom: 24%;
  right: 37.75%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(3),
.lineup.visitor[data-tactic="34"] > li:nth-child(2) {
  bottom: 24%;
  right: 62.25%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(5),
.lineup.visitor[data-tactic="34"] > li:nth-child(4) {
  bottom: 26%;
  right: 86.5%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(7),
.lineup.visitor[data-tactic="34"] > li:nth-child(8) {
  bottom: 52%;
  right: 11.5%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(9),
.lineup.visitor[data-tactic="34"] > li:nth-child(10) {
  bottom: 57%;
  right: 31%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(6),
.lineup.visitor[data-tactic="34"] > li:nth-child(6) {
  bottom: 47%;
  right: 50%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(10),
.lineup.visitor[data-tactic="34"] > li:nth-child(9) {
  bottom: 57%;
  right: 69%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(8),
.lineup.visitor[data-tactic="34"] > li:nth-child(7) {
  bottom: 52%;
  right: 88.5%;
}
.lineup.visitor[data-tactic="19"] > li:nth-child(11),
.lineup.visitor[data-tactic="34"] > li:nth-child(11) {
  bottom: 80%;
  right: 50%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(3),
.lineup.visitor[data-tactic="35"] > li:nth-child(4) {
  bottom: 24%;
  right: 19%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(2),
.lineup.visitor[data-tactic="35"] > li:nth-child(2) {
  bottom: 22%;
  right: 50%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(4),
.lineup.visitor[data-tactic="35"] > li:nth-child(3) {
  bottom: 24%;
  right: 81%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(8),
.lineup.visitor[data-tactic="35"] > li:nth-child(9) {
  bottom: 42%;
  right: 10%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(6),
.lineup.visitor[data-tactic="35"] > li:nth-child(7) {
  bottom: 42%;
  right: 30%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(5),
.lineup.visitor[data-tactic="35"] > li:nth-child(5) {
  bottom: 41%;
  right: 50%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(7),
.lineup.visitor[data-tactic="35"] > li:nth-child(6) {
  bottom: 42%;
  right: 70%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(9),
.lineup.visitor[data-tactic="35"] > li:nth-child(8) {
  bottom: 42%;
  right: 90%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(10),
.lineup.visitor[data-tactic="35"] > li:nth-child(10) {
  bottom: 62%;
  right: 50%;
}
.lineup.visitor[data-tactic="20"] > li:nth-child(11),
.lineup.visitor[data-tactic="35"] > li:nth-child(11) {
  bottom: 82%;
  right: 50%;
}
.lineup.visitor[data-tactic="36"] > li {
  /* bottom: 21% */
  /* bottom: 21% */
  /* bottom: 21% */
  /* top:42% */
  /* bottom:60% */
  /* bottom:80% */
}
.lineup.visitor[data-tactic="36"] > li:nth-child(4) {
  bottom: 22%;
  right: 19%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(2) {
  bottom: 22%;
  right: 50%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(3) {
  bottom: 22%;
  right: 81%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(7) {
  bottom: 42%;
  right: 10%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(5) {
  bottom: 41%;
  right: 50%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(6) {
  bottom: 42%;
  right: 90%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(8) {
  bottom: 61%;
  right: 50%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(11) {
  bottom: 80%;
  right: 22.5%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(9) {
  bottom: 81%;
  right: 50%;
}
.lineup.visitor[data-tactic="36"] > li:nth-child(10) {
  bottom: 80%;
  right: 77.5%;
}
.lineup.visitor[data-tactic="37"] > li {
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 23% */
}
.lineup.visitor[data-tactic="37"] > li:nth-child(4) {
  bottom: 26%;
  right: 19%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(3) {
  bottom: 26%;
  right: 81%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(9) {
  bottom: 60%;
  right: 10%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(7) {
  bottom: 52.5%;
  right: 30%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(5) {
  bottom: 45%;
  right: 50%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(6) {
  bottom: 52.5%;
  right: 70%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(8) {
  bottom: 60%;
  right: 90%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(11) {
  bottom: 80%;
  right: 37%;
}
.lineup.visitor[data-tactic="37"] > li:nth-child(10) {
  bottom: 80%;
  right: 63%;
}
.lineup.visitor[data-tactic="38"] > li {
  /* bottom: 23% */
  /* bottom: 21% */
  /* bottom: 23% */
}
.lineup.visitor[data-tactic="38"] > li:nth-child(4) {
  bottom: 26%;
  right: 19%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(2) {
  bottom: 24%;
  right: 50%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(3) {
  bottom: 26%;
  right: 81%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(7) {
  bottom: 42%;
  right: 10%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(5) {
  bottom: 42%;
  right: 50%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(6) {
  bottom: 42%;
  right: 90%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(9) {
  bottom: 60%;
  right: 37%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(8) {
  bottom: 60%;
  right: 63%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(11) {
  bottom: 80%;
  right: 37%;
}
.lineup.visitor[data-tactic="38"] > li:nth-child(10) {
  bottom: 80%;
  right: 63%;
}
.lineup.visitor[data-tactic="39"] > li {
  /* bottom: 21% */
  /* bottom: 21% */
}
.lineup.visitor[data-tactic="39"] > li:nth-child(5) {
  bottom: 25%;
  right: 13.5%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(3) {
  bottom: 24%;
  right: 37.75%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(2) {
  bottom: 24%;
  right: 62.25%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(4) {
  bottom: 25%;
  right: 86.5%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(8) {
  bottom: 48%;
  right: 22.5%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(6) {
  bottom: 55%;
  right: 50%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(7) {
  bottom: 48%;
  right: 77.5%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(11) {
  bottom: 76%;
  right: 24.5%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(9) {
  bottom: 81%;
  right: 50%;
}
.lineup.visitor[data-tactic="39"] > li:nth-child(10) {
  bottom: 76%;
  right: 75.5%;
}
/* ==========================================================================
$BASE-PICKER
========================================================================== */
/**
* Note: the root picker element should *NOT* be styled more than what's here.
*/
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #585858;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/**
* The picker input element.
*/
.picker__input {
  cursor: default;
}
/**
* When the picker is opened, the input element is "activated".
*/
/**
* The holder is the only "scrollable" top-level container element.
*/
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
/**
* Note: the root picker element should *NOT* be styled more than what's here.
*/
/**
* Make the holder and frame fullscreen.
*/
.picker__holder,
.picker__frame {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
/**
* The holder should overlay the entire screen.
*/
.picker__holder {
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
  -o-transition: background 0.15s ease-out, top 0s 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
* The frame that bounds the box contents of the picker.
*/
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
* The wrapper sets the stage to vertically align the box contents.
*/
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
* The box contains all the picker contents.
*/
.picker__box {
  background: #FFF;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
/**
* When the picker opens...
*/
.picker--opened .picker__holder {
  top: 0;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: background 0.15s ease-out;
  -o-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
/**
* For `large` screens, transform into an inline picker.
*/
/* ==========================================================================
CUSTOM MATERIALIZE STYLES
========================================================================== */
.picker__input.picker__input--active {
  border-color: #E3F2FD;
}
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
@media only screen and (min-width: 601px) {
  .picker__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .picker__frame {
    width: 80%;
    max-width: 600px;
  }
}
/* ==========================================================================
$BASE-DATE-PICKER
========================================================================== */
/**
* The picker box.
*/
.picker__box {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}
/**
* The header containing the month and year stuff.
*/
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
/**
* The month and year labels.
*/
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
/**
* The month and year selectors.
*/
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.browser-default {
  display: inline-block;
  background-color: transparent;
  color: #585858;
  border-radius: 5px;
}
.picker__select--month.browser-default {
  width: 40%;
}
.picker__select--year.browser-default {
  width: 26%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
/**
* The month navigation buttons.
*/
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: -0.25em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
* The calendar table of dates
*/
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.picker__table th,
.picker__table td {
  text-align: center;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
* The weekday labels
*/
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding: 0.25em 0;
  background-color: #fafafa;
  color: #009655;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding: 0.5em 0;
  }
}
/**
* The days on the calendar
*/
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  font-weight: 400;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--infocus:hover {
  cursor: pointer;
  color: #585858;
  font-weight: 500;
}
.picker__day--outfocus {
  display: none;
  padding: 0.75rem 0;
  color: #FFF;
}
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #dddddd;
  font-weight: 500;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
      transform: scale(0.75);
  background: #0089ec;
  color: #FFF;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
* The footer containing the "today", "clear", and "close" buttons.
*/
.picker__footer {
  text-align: right;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #FFF;
  background: #FFF;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #dfdfdf;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
CUSTOM MATERIALIZE STYLES
========================================================================== */
.picker__date-display {
  text-align: left;
  background-color: #009655;
  color: #FFF;
  padding: 18px;
}
.picker__container__wrapper {
  padding: 10px;
}
@media only screen and (min-width: 601px) {
  .picker__date-display {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .picker__weekday-display {
    display: block;
  }
  .picker__container__wrapper {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #009655;
}
.picker__weekday-display {
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 5px;
  margin-top: 4px;
}
.picker__month-display {
  font-size: 2.8rem;
  font-weight: 500;
}
.picker__day-display {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 5px;
}
.picker__year-display {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.picker__calendar-container thead {
  border: none;
}
.picker__table {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.picker__day--infocus {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -0.3px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  font-weight: 400;
  margin: 5px 0;
  border: 1px solid transparent;
  display: inline-block;
}
.picker__day.picker__day--today {
  color: #009655;
}
.picker__day.picker__day--today.picker__day--selected {
  color: #FFF;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
      transform: scale(0.9);
  background-color: #009655;
  color: #FFF;
}
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}
.picker__close,
.picker__today,
.picker__clear {
  background-color: #009655;
  border-radius: 5px;
  padding: 8px 20px;
  color: #FFF;
  font-size: 16px;
  position: relative;
  border: none;
  margin-left: 10px;
  -webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.picker__close:hover,
.picker__today:hover,
.picker__clear:hover {
  background-color: #00b063;
}
.picker__clear {
  float: left;
  margin-left: 0;
  background: #FFF;
  color: #808080;
}
.picker__clear:hover {
  background-color: #f2f2f2;
}
.btn__cancel {
  background: #ffac33;
  color: #FFF;
}
.btn__cancel:hover {
  background-color: #ff9700;
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #585858;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #585858;
}
button.picker__today:focus,
button.picker__clear:focus,
button.picker__close:focus {
  background-color: #a1ded8;
}
/* ==========================================================================
$BASE-TIME-PICKER
========================================================================== */
/**
* The list of times.
*/
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
* The times on the clock.
*/
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #FFF;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #585858;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #585858;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #FFF;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
* The clear button
*/
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #585858;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #FFF;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #FFF;
}
/* ==========================================================================
$DEFAULT-TIME-PICKER
========================================================================== */
/**
* The frame the bounds the time picker.
*/
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
* The picker box.
*/
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
/* ==========================================================================
$DEFAULT-TIME-PICKER
========================================================================== */
.clockpicker-display {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  clear: both;
  position: relative;
}
.clockpicker-span-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  line-height: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 601px) {
  .clockpicker-display {
    top: 32%;
  }
  .clockpicker-span-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}
.text-primary {
  color: white;
}
.clockpicker-span-hours {
  margin-right: 3px;
}
.clockpicker-span-minutes {
  margin-left: 3px;
}
.clockpicker-span-hours,
.clockpicker-span-minutes,
.clockpicker-span-am-pm div {
  cursor: pointer;
}
.clockpicker-moving {
  cursor: move;
}
.clockpicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
  width: 270px;
  height: 270px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.clockpicker-minutes {
  visibility: hidden;
}
.clockpicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}
.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  -o-transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}
.clockpicker-dial-out {
  opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
      transform: scale(0.8, 0.8);
}
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms;
}
.clockpicker-canvas-out {
  opacity: 0.25;
}
.clockpicker-canvas-bearing {
  stroke: none;
  fill: #009655;
}
.clockpicker-canvas-bg {
  stroke: none;
  fill: #009655;
}
.clockpicker-canvas-bg-trans {
  fill: #009655;
}
.clockpicker-canvas line {
  stroke: #009655;
  stroke-width: 4;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}
