@charset "UTF-8";
a:hover, a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: initial;
}

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
:focus {
  outline: 0;
}

html {
  font-size: 62.5%;
  /* GrayScale */
  filter: grayscale(60%) !important; 
}

body {
  font-family: "db_helvethaica_x45_li";
  background: url("../images/home/top-bg-nav.jpg") center 0 repeat-y;
  background-size: 1220px;
  min-width: 320px;
  color: white;
  font-size: 1.4em;
  overflow-x: hidden;
  max-width: 1220px;
  width: 100%;
  padding-top: 184px;
  margin: 0 auto;
}

.line {
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 40px 0 0;
  float: left;
  background: #cacaca;
}

.spc25 {
  display: inline-block;
  width: 100%;
  height: 25px;
  line-height: 1;
}

.spc35 {
  display: inline-block;
  width: 100%;
  height: 35px;
  line-height: 1;
}

.spc45 {
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 1;
}

.container {
  max-width: 1220px;
  width: 100%;
}
.container.full-width {
  max-width: 100%;
}

.row.setZero {
  margin: 0;
}
.row.setZero [class^="col-"] {
  padding: 0;
}

.owl-theme .owl-controls .owl-prev img {
  z-index: 999;
}
.owl-theme .owl-controls .owl-next img {
  z-index: 999;
}

.main-header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}
.main-header-wrapper.on-scroll .logo-wrapper {
  position: relative;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.main-header-wrapper.on-scroll .logo img {
  max-width: 55px;
  margin-left: 45px;
}

i[class^="ico-"] {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ico-ball {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-ball.png") center center no-repeat;
}

.ico-star {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-star.png") center center no-repeat;
}

.ico-star2 {
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-star-3.png") center center no-repeat;
}

.ico-right {
  width: 15px;
  height: 25px;
  margin-left: 20px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-right.png") center center no-repeat;
}

.ico-caret {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  background: rgba(255, 255, 255, 0) url("../images/players/ico-caret.png") center center no-repeat;
}

.ico-vdo {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.65;
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-vdo.png") center center no-repeat;
  background-size: 100% auto;
}

.ico-gallery {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 40px;
  height: 30px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-gallery-2.png") center center no-repeat;
  background-size: 100% auto;
}

.ico-clock {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.50;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-clock.png") center center no-repeat;
}

.ico-shirts {
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-shirts.png") center center no-repeat;
}

.ico-caution {
  width: 30px;
  height: 30px;
  background: rgba(8, 48, 80, 0.1) url("../images/icons/ico-caution.png") center center no-repeat;
}

[class^="btn-"] {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
[class^="btn-"] span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.btn-view {
  font-size: 25px;
  font-size: 2.5rem;
  color: rgba(255, 255, 255, 0.65);
  font-family: "db_helvethaica_x47_licond";
  padding: 5px 15px;
  text-align: center;
  display: inline-block;
  min-width: 180px;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 0.3);
}
.btn-view:hover {
  color: white;
  background: #1b9aca;
  -webkit-box-shadow: inset 0px 0px 0px 2px #1b9aca;
  -moz-box-shadow: inset 0px 0px 0px 2px #1b9aca;
  box-shadow: inset 0px 0px 0px 2px #1b9aca;
}
.btn-view:hover i {
  opacity: 1;
}
.btn-view i {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.5;
}
.btn-view.borderStyle {
  min-width: 245px;
  font-family: "db_helvethaica_x57_cond";
  color: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 0px 0px 0px 1px #cacaca;
  -moz-box-shadow: inset 0px 0px 0px 1px #cacaca;
  box-shadow: inset 0px 0px 0px 1px #cacaca;
}
.btn-view.borderStyle span {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.btn-view.borderStyle:hover {
  -webkit-box-shadow: inset 0px 0px 0px 1px #1b9aca;
  -moz-box-shadow: inset 0px 0px 0px 1px #1b9aca;
  box-shadow: inset 0px 0px 0px 1px #1b9aca;
}
.btn-view.borderStyle:hover span {
  color: white;
}
.btn-view.fullWidth {
  width: 100%;
  max-width: 100%;
}

.btn-link {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "db_helvethaica_x57_cond";
  color: white;
  background: #1b9aca;
  padding: 5px 15px;
  min-width: 180px;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0px 0px 0px 2px transparent;
  -moz-box-shadow: inset 0px 0px 0px 2px transparent;
  box-shadow: inset 0px 0px 0px 2px transparent;
}
.btn-link:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  color: #1b9aca;
  -webkit-box-shadow: inset 0px 0px 0px 2px #1b9aca;
  -moz-box-shadow: inset 0px 0px 0px 2px #1b9aca;
  box-shadow: inset 0px 0px 0px 2px #1b9aca;
}
.btn-link.viewAll {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x57_cond";
  min-width: 150px;
}
.btn-link.vote {
  width: 100%;
  min-width: inherit;
}
.btn-link.vote span {
  font-size: 1.333em;
  font-family: "db_helvethaica_x87_blkcond";
}
.btn-link.vote .ico-right {
  width: 25px;
  height: 30px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-right-2.png") center center no-repeat;
}
.btn-link.vote:hover .ico-right {
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-right-3.png") center center no-repeat;
}

div.btn-login {
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
}
div.btn-login i {
  margin-right: 5px;
}
div.btn-login span {
  color: white;
  font-size: 20px;
  font-size: 2rem;
  font-family: "db_helvethaica_x47_licond";
}

div.btn-register {
  cursor: pointer;
  display: inline-block;
  padding: 0 7px;
}
div.btn-register i {
  margin-right: 5px;
}
div.btn-register span {
  color: white;
  font-size: 20px;
  font-size: 2rem;
  font-family: "db_helvethaica_x47_licond";
}

.button-control {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.button-control.align-right {
  text-align: right;
}
.button-control.align-left {
  text-align: left;
}

button.btn-login {
  border: none;
  background: #025783;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "db_helvethaica_x47_licond";
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 0px 15px;
}
button.btn-login:hover {
  background: #1b9aca;
}

.forget-password {
  font-size: 22px;
  font-size: 2.2rem;
  display: inline-block;
  color: black;
  margin-bottom: 5px;
  font-family: "db_helvethaica_x57_cond";
}
.forget-password:hover {
  text-decoration: underline;
  color: #1b9aca;
}

.button-register {
  display: inline-block;
  position: static;
  width: 100%;
  margin: 15px 0 0;
  text-align: center;
}
.button-register::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #052338;
  z-index: 0;
}
.button-register span {
  position: relative;
  z-index: 100;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "db_helvethaica_x37_thincond";
  color: white;
  display: inline-block;
}
.button-register span a {
  display: inline-block;
}
.button-register span a:hover {
  color: #1b9aca;
}

.social-control {
  display: inline-block;
  line-height: 1.7px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}
.social-control ul {
  padding: 0;
  margin: 0 auto;
}
.social-control ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1.7px;
}
.social-control ul li:last-child {
  margin: 0;
}
.social-control ul li [class^="link-"] {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 43px;
  height: 43px;
  display: block;
  position: relative;
}
.social-control ul li [class^="link-"]:hover {
  background: #585858;
}
.social-control ul li [class^="link-"] img {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 25px;
  width: 100%;
}
.social-control ul li .link-facebook {
  background: #3b5998;
}
.social-control ul li .link-twitter {
  background: #4fc0e8;
}
.social-control ul li .link-google {
  background: #fb6e52;
}

.form-custom {
  background: white;
  padding: 0 15px 15px;
  position: relative;
}
.form-custom .input-control {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.form-custom .input {
  font-size: 22px;
  font-size: 2.2rem;
  color: black;
  font-family: "db_helvethaica_x37_thincond";
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
  padding-top: 15px;
  margin: 5px 0;
  width: 100%;
  vertical-align: top;
}
.form-custom .input:last-child {
  margin-bottom: 0;
}
.form-custom .input__field {
  position: relative;
  display: inline-block;
  float: right;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 100%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: black;
  font-weight: normal;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.form-custom .input__field:focus {
  outline: none;
}
.form-custom .input__label {
  display: inline-block;
  float: right;
  padding: 0;
  margin: 0;
  font-weight: normal;
  width: 100%;
  font-family: "db_helvethaica_x37_thincond";
  font-size: 22pxpx;
  font-size: 2.2pxrem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-custom .input__label-content {
  position: relative;
  display: block;
  width: 100%;
  color: black;
}
.form-custom .graphic {
  position: absolute;
  top: 0;
  left: 0;
  fill: none;
}
.form-custom .icon {
  color: #ddd;
  font-size: 150%;
}
.form-custom .input--animate {
  overflow: hidden;
}
.form-custom .input--animate.input--filled .input__label-content--animate {
  top: -3px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #025783;
}
.form-custom .input__field--animate {
  padding: 0;
  width: 100%;
  background: transparent;
}
.form-custom .input__label--animate {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: 45px;
  text-align: left;
  pointer-events: none;
}
.form-custom .input__label-content--animate {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 15px;
}
.form-custom .input__label--animate::before,
.form-custom .input__label--animate::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #acc2cd;
}
.form-custom .input__label--animate::after {
  margin-top: 0;
  border-bottom: 4px solid red;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.form-custom .input__label--animate-color-1::after {
  border-color: #025783;
}
.form-custom .input__label--animate-color-2::after {
  border-color: #00ffaa;
}
.form-custom .input__label--animate-color-3::after {
  border-color: #ff5500;
}
.form-custom .input__field--animate:focus + .input__label--animate::after,
.form-custom .input--filled .input__label--animate::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes anim-1 {
  .form-custom 50%  {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  .form-custom 51%  {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  .form-custom 100%  {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
@-moz-keyframes anim-1 {
  .form-custom 50%  {
    opacity: 0;
    -moz-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  .form-custom 51%  {
    opacity: 0;
    -moz-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  .form-custom 100%  {
    opacity: 1;
    -moz-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
@keyframes anim-1 {
  .form-custom 50%  {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  .form-custom 51%  {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  .form-custom 100%  {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
header.top-header {
  display: inline-block;
  float: left;
  width: 100%;
  height: 30px;
  background: #025783 url("../images/home/top-bg.jpg") left center repeat-y;
}
header.top-header .left-nav {
  display: inline-block;
  float: left;
  margin-left: 130px;
}
header.top-header .left-nav ul {
  margin: 0;
  padding: 0;
}
header.top-header .left-nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
header.top-header .left-nav ul li:last-child {
  margin-right: 0;
}
header.top-header .left-nav ul li a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
  font-family: "db_helvethaica_x45_li";
  vertical-align: middle;
  display: inline-block;
  color: white;
  text-transform: uppercase;
}
header.top-header .left-nav ul li a:hover {
  text-decoration: underline;
}
header.top-header .right-nav {
  display: inline-block;
  float: right;
}
header.top-header .right-nav > ul {
  padding: 0;
  margin: 0;
}
header.top-header .right-nav > ul > li {
  list-style: none;
  display: inline-block;
  margin: 0;
  float: left;
  position: relative;
}
header.top-header .right-nav > ul > li .flagstrap.open button {
  background: #06273f;
}
header.top-header .right-nav > ul > li .language button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  height: 30px;
  width: 55px;
  background: #025783;
  position: relative;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
}
header.top-header .right-nav > ul > li .language button i {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  position: absolute;
}
header.top-header .right-nav > ul > li .language .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #025783;
  left: auto;
  right: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  padding: 0 10px 10px 10px;
}
header.top-header .right-nav > ul > li .language .dropdown-menu li {
  text-align: center;
  background: white;
  position: relative;
}
header.top-header .right-nav > ul > li .language .dropdown-menu li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 70%;
  height: 1px;
  background: #acc2cd;
}
header.top-header .right-nav > ul > li .language .dropdown-menu li:last-child::after {
  display: none;
}
header.top-header .right-nav > ul > li .language .dropdown-menu li .flagstrap-icon {
  width: 36px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
header.top-header .right-nav > ul > li .language .dropdown-menu a {
  font-size: 22px;
  font-size: 2.2rem;
  color: black;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
header.top-header .right-nav > ul > li .language .dropdown-menu a:hover {
  background: #f0f0f0;
}
header.top-header .right-nav [class^="flagstrap-selected-"] {
  text-indent: -9999px;
  overflow: hidden;
}
header.top-header .right-nav .flagstrap-icon.flagstrap-eng {
  background-position: 0 0;
  width: 24px;
  height: 16px;
  background-image: url("../images/flag/flag-en.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header.top-header .right-nav .flagstrap-icon.flagstrap-th {
  background-position: 0 0;
  width: 24px;
  height: 16px;
  background-image: url("../images/flag/flag-th.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
header.top-header .right-nav .login-form {
  -webkit-transition: all 0.05s ease-in-out 0s;
  -moz-transition: all 0.05s ease-in-out 0s;
  -o-transition: all 0.05s ease-in-out 0s;
  -ms-transition: all 0.05s ease-in-out 0s;
  transition: all 0.05s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 300px;
  padding: 0 10px 10px 10px;
  top: 100%;
  margin-top: 1px;
  right: 0;
  z-index: 500;
  background: #025783;
}
header.top-header .right-nav .login-form.active {
  opacity: 1;
  visibility: visible;
}
header.top-header .right-nav div.btn-login.active {
  background: #052338;
}
header.top-header .right-nav div.btn-login:hover, header.top-header .right-nav .btn-register:hover {
  background: #052338;
}
header.top-header .right-nav div.btn-login.active, header.top-header .right-nav .btn-register.active {
  background: #052338;
}
header.top-header .right-nav a.btn-search {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
}
header.top-header .right-nav a.btn-search:hover {
  background: #052338;
}
header.top-header .right-nav a.btn-search.active {
  background: #052338;
}

.main-header {
  display: inline-block;
  width: 100%;
  float: left;
}
.main-header .main-logo {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: white;
}
.main-header .main-logo > .container {
  position: relative;
}
.main-header .logo {
  top: -25px;
  left: 0;
  position: absolute;
  z-index: 100;
  width: 100%;
  max-width: 120px;
  text-align: center;
}
.main-header .logo a {
  display: inline-block;
}
.main-header .logo img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  max-width: 120px;
  width: 100%;
  margin: 0;
}
.main-header .logo-wrapper {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  float: left;
  width: 100%;
  height: 90px;
  line-height: 90px;
  padding-left: 130px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  visibility: visible;
  z-index: 0;
}
.main-header .logo-text {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  float: left;
  opacity: 1;
}
.main-header .logo-text h3 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  vertical-align: middle;
  margin: 0;
  color: #052338;
  font-family: "db_helvethaica_x77_bdcond";
  display: inline-block;
}
.main-header .logo-text span {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  line-height: 5rem;
  vertical-align: middle;
  margin: 0;
  color: #06273f;
  font-family: "db_helvethaica_x37_thincond";
  display: inline-block;
}
.main-header .logo-brand {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  position: absolute;
}
.main-header .logo-brand a {
  display: inline-block;
}
.main-header .main-nav {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  z-index: 50;
}
.main-header .main-nav::after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/home/top-bg-nav.jpg") center 0 repeat-y;
  position: absolute;
  z-index: -1;
  background-size: 1220px;
}
.main-header .main-nav ul {
  padding-left: 130px;
  margin: 0;
}
.main-header .main-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  position: relative;
}
.main-header .main-nav ul li.active.open-nav > a {
  text-decoration: none;
}
.main-header .main-nav ul li.active > a {
  color: #1b9aca;
}
.main-header .main-nav ul li.active:hover > a {
  text-decoration: none;
}
.main-header .main-nav ul li.open-nav > a, .main-header .main-nav ul li:hover > a {
  text-decoration: underline;
}
.main-header .main-nav ul li:first-child a {
  padding-left: 0;
}
.main-header .main-nav ul li:last-child a {
  padding-right: 0;
}
.main-header .main-nav ul li a {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "db_helvethaica_x37_thincond";
  color: white;
  padding: 12px 16px;
  display: inline-block;
  text-transform: uppercase;
}
.main-header .main-nav ul li .submenu {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 150px;
  left: 50%;
  right: -50%;
  margin: -10px auto 0;
  background: white;
  border: 1px solid #cacaca;
}
.main-header .main-nav ul li .submenu.active {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  margin-top: -5px;
  opacity: 1;
  visibility: visible;
}
.main-header .main-nav ul li .submenu a {
  font-family: "db_helvethaica_x57_cond";
  font-size: 22px;
  text-align: center;
  color: black;
  width: 100%;
  text-transform: uppercase;
  border-bottom: 1px solid #cacaca;
  position: relative;
}
.main-header .main-nav ul li .submenu a:hover:first-child::before {
  border-color: transparent transparent #ebeef1 transparent;
}
.main-header .main-nav ul li .submenu a.active {
  color: #1b9aca;
}
.main-header .main-nav ul li .submenu a.active:hover {
  color: #1b9aca;
}
.main-header .main-nav ul li .submenu a:first-child::before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  z-index: 10;
  border-color: transparent transparent #fff transparent;
}
.main-header .main-nav ul li .submenu a:first-child::after {
  content: "";
  width: 14px;
  height: 11px;
  position: absolute;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  z-index: 5;
  border-color: transparent transparent #cacaca transparent;
}
.main-header .main-nav ul li .submenu a:last-child {
  border-bottom: none;
}
.main-header .main-nav ul li .submenu a:hover {
  background: #ebeef1;
}

.mainpage-container {
  display: inline-block;
  position: relative;
  width: 100%;
  float: left;
}

.section-control {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
  padding: 80px 0;
  background: white;
}
.section-control .container {
  max-width: 1220px;
  width: 100%;
}
.section-control .banner-control {
  display: inline-block;
  width: 100%;
  float: left;
}
.section-control .banner-control .slider-control {
  width: 100%;
  float: left;
  display: inline-block;
}
.section-control .banner-control .main-banner {
  display: inline-block;
  float: left;
  width: 65%;
  position: relative;
}
.section-control .banner-control .main-banner .item {
  height: 750px;
  position: relative;
  overflow: hidden;
}
.section-control .banner-control .main-banner .item a {
  display: block;
  height: 100%;
  width: 100%;
}
.section-control .banner-control .main-banner .item:hover .image {
  -ms-transform: scale(1.2) rotate(0.02deg);
  -webkit-transform: scale(1.2) rotate(0.02deg);
  transform: scale(1.2) rotate(0.02deg);
}
.section-control .banner-control .main-banner .image {
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-control .banner-control .main-banner .image::after {
  content: "";
  background: url("../images/home/banner-shadow.png") center bottom repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
.section-control .banner-control .main-banner .caption {
  position: absolute;
  bottom: 60px;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
.section-control .banner-control .main-banner .caption h3 {
  font-size: 70px;
  font-size: 7rem;
  margin: 0;
  font-family: "db_helvethaica_x77_bdcond";
  color: white;
}
.section-control .banner-control .main-banner .owl-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  margin: 0;
  text-align: center;
  z-index: 100;
}
.section-control .banner-control .main-banner .owl-dots .owl-dot.active span, .section-control .banner-control .main-banner .owl-dots .owl-dot:hover span {
  background: url("../images/icons/ico-star-active.png") center center no-repeat;
}
.section-control .banner-control .main-banner .owl-dots .owl-dot span {
  width: 30px;
  height: 30px;
  background: url("../images/icons/ico-star-2.png") center center no-repeat;
}
.section-control .banner-control .banner-group {
  width: 35%;
  float: left;
  display: inline-block;
}
.section-control .banner-control .banner-group .thumbs {
  display: inline-block;
  width: 100%;
  height: 375px;
  float: left;
  position: relative;
  overflow: hidden;
}
.section-control .banner-control .banner-group .thumbs:hover .image {
  -ms-transform: scale(1.2) rotate(0.02deg);
  -webkit-transform: scale(1.2) rotate(0.02deg);
  transform: scale(1.2) rotate(0.02deg);
}
.section-control .banner-control .banner-group .thumbs a {
  display: block;
  height: 100%;
  width: 100%;
}
.section-control .banner-control .banner-group .image {
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-control .banner-control .banner-group .image::after {
  content: "";
  background: url("../images/home/banner-shadow.png") center bottom repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 350px;
}
.section-control .banner-control .banner-group .caption {
  position: absolute;
  bottom: 15px;
  width: 100%;
  max-width: 70%;
  padding: 0 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.section-control .banner-control .banner-group .caption h3 {
  font-size: 38px;
  font-size: 3.8rem;
  margin: 0;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-control.sec-banner {
  padding: 0;
  background: none;
}

.section-control.sec-cups {
  z-index: 500;
}

.section-control.sec-news .sponsored {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.section-control.sec-news .sponsored ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.section-control.sec-news .sponsored ul li {
  list-style: none;
  margin: 0;
  float: left;
  line-height: 60px;
  margin-right: 15px;
  vertical-align: middle;
}
.section-control.sec-news .sponsored ul li:last-child {
  margin: 0;
}
.section-control.sec-news .sponsored ul li > span {
  font-size: 45px;
  font-size: 4.5rem;
  display: inline-block;
  color: #74909D;
  font-family: "db_helvethaica_x67_medcond";
}
.section-control.sec-news .sponsored ul li .item-brand a {
  position: relative;
  display: inline-block;
}
.section-control.sec-news .sponsored ul li .item-brand a:hover .brand-color {
  opacity: 1;
  visibility: visible;
}
.section-control.sec-news .sponsored ul li .item-brand .brand-color {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.section-control.sec-news .sponsored ul li .btn-view {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #91aab7;
}
.section-control.sec-news .sponsored ul li .btn-view span {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 25px;
  font-size: 2.5rem;
  color: #91aab7;
}
.section-control.sec-news .sponsored ul li .btn-view:hover span {
  color: white;
}
.section-control.sec-news .sponsored ul li .btn-view:hover i.ico-caret {
  background: rgba(255, 255, 255, 0) url("../images/players/ico-caret-02.png") center center no-repeat;
}

.cups-slider {
  display: block;
  width: 100%;
}
.cups-slider .slider-control .item {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
}
.cups-slider .slider-control .item::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background: #cacaca;
}
.cups-slider .slider-control .item:hover .number::after {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}
.cups-slider .slider-control .image {
  width: 100%;
  max-width: 200px;
  display: inline-block;
}
.cups-slider .slider-control h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x55_regular";
  margin: 0;
  color: black;
  display: inline-block;
  min-height: 55px;
  width: 100%;
}
.cups-slider .slider-control .number {
  font-size: 100px;
  font-size: 10rem;
  display: inline-block;
  width: 125px;
  height: 125px;
  position: relative;
}
.cups-slider .slider-control .number::after {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.5;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 125px;
  height: 125px;
  background: url("../images/home/star-circle.png") center center no-repeat;
}
.cups-slider .slider-control .number span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-family: "db_helvethaica_x55_regular";
  color: black;
  position: absolute;
  z-index: 100;
}
.cups-slider .owl-theme .owl-controls .owl-prev {
  display: inline-block;
  position: absolute;
  left: -70px;
}
.cups-slider .owl-theme .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  right: -70px;
}
.cups-slider .owl-theme .owl-controls {
  margin-top: -28px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}

.hs-topic {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}
.hs-topic::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #cacaca;
}
.hs-topic h3 {
  font-size: 56px;
  font-size: 5.6rem;
  display: inline-block;
  position: relative;
  margin: 0;
  text-transform: uppercase;
  font-family: "db_helvethaica_x37_thincond";
  color: black;
}
.hs-topic h3::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  height: 6px;
  width: 100%;
  background: black;
}
.hs-topic.invert::before {
  opacity: 0.25;
  border-color: #025783;
}
.hs-topic.invert h3 {
  color: white;
}
.hs-topic.invert h3::after {
  background: rgba(80, 162, 196, 0.5);
}
.hs-topic.thin {
  text-align: center;
}
.hs-topic.thin::before {
  opacity: 0.25;
  border-color: white;
}
.hs-topic.thin h3 {
  color: rgba(159, 186, 198, 0.85);
}
.hs-topic.thin h3::after {
  background: #7197a8;
}

.ads-banner {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 30px 0;
  background: url("../images/ads/bg-ads.jpg") center center no-repeat;
}
.ads-banner .image {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.ads-banner .image img {
  width: 100%;
}

.section-control.sec-match {
  background: url("../images/bg/bg-macth.jpg") center center no-repeat;
  background-size: cover;
  border-bottom: 10px solid #1b9aca;
}

.match-control {
  display: inline-block;
  width: 100%;
}
.match-control .label-match {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.match-control .label-match h4 {
  font-size: 30px;
  font-size: 3rem;
  color: #1b9aca;
  margin: 0;
  font-family: "db_helvethaica_x57_cond";
  text-transform: uppercase;
}
.match-control .team-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
}
.match-control .match-result {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 55%;
  position: absolute;
  z-index: 100;
  width: 34%;
}
.match-control .match-result ul {
  padding: 0;
  margin: 0;
}
.match-control .match-result ul li {
  margin: 0;
  display: inline-block;
  list-style: none;
  height: 95px;
  width: 40%;
  background: #022c47;
  position: relative;
}
.match-control .match-result ul li span {
  font-size: 108px;
  font-size: 10.8rem;
  line-height: 95px;
  font-family: "db_helvethaica_x77_bdcond";
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.match-control .match-result ul li.tm-home {
  float: left;
  text-align: right;
  padding-right: 15px;
}
.match-control .match-result ul li.tm-home::after {
  content: "";
  position: absolute;
  right: -55px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 55px 0 0;
  -webkit-box-shadow: -3px 0px 0px 0px #022c47;
  -moz-box-shadow: -3px 0px 0px 0px #022c47;
  box-shadow: -3px 0px 0px 0px #022c47;
  border-color: #022c47 transparent transparent transparent;
}
.match-control .match-result ul li.tm-away {
  float: right;
  text-align: left;
  padding-left: 15px;
}
.match-control .match-result ul li.tm-away::after {
  content: "";
  position: absolute;
  left: -54px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 95px 55px;
  border-color: transparent transparent #022c47 transparent;
}
.match-control .team {
  width: 40%;
  display: inline-block;
  position: relative;
  z-index: 200;
}
.match-control .team .team-name {
  display: table;
  float: left;
  width: 60%;
  height: 200px;
}
.match-control .team .team-name:first-child {
  text-align: right;
}
.match-control .team .team-name:last-child {
  text-align: left;
}
.match-control .team .team-name h3 {
  font-size: 76px;
  font-size: 7.6rem;
  color: black;
  font-family: "db_helvethaica_x77_bdcond";
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
.match-control .team .team-name.dots {
  display: inline-block;
}
.match-control .team .team-name.dots h3 {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 200px;
  height: 200px;
  vertical-align: middle;
  text-overflow: ellipsis;
}
.match-control .team .team-logo {
  display: inline-block;
  float: left;
  width: 40%;
  text-align: center;
}
.match-control .team .team-logo img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}
.match-control .match-place {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.match-control .match-place .date {
  font-size: 77px;
  font-size: 7.7rem;
  line-height: 57px;
  color: black;
  font-family: "db_helvethaica_x77_bdcond";
  display: inline-block;
  width: 100%;
  margin: 0;
}
.match-control .match-place .time {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x57_cond";
  color: black;
  opacity: 0.8;
  display: inline-block;
  width: 100%;
}

.bg-blue-half {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0.1;
  background: #025783;
  z-index: -1;
}

.section-control.sec-result {
  background: transparent;
}
.section-control.sec-result .table-score {
  display: table;
  width: 100%;
}
.section-control.sec-result .table-score ul {
  padding: 0;
  margin: 0;
}
.section-control.sec-result .table-score ul li {
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 30px;
  padding: 25px 0;
  border-top: 1px solid rgba(27, 154, 202, 0.25);
  cursor: pointer;
}
.section-control.sec-result .table-score ul li:hover {
  background: rgba(23, 145, 187, 0.3);
}
.section-control.sec-result .table-score ul li:last-child {
  border-bottom: 1px solid rgba(27, 154, 202, 0.25);
}
.section-control.sec-result .table-score ul li span {
  display: inline-block;
  float: left;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x47_licond";
  color: #389cc4;
  vertical-align: middle;
  line-height: 30px;
}
.section-control.sec-result .table-score ul li span.date {
  width: 14%;
  text-align: left;
}
.section-control.sec-result .table-score ul li span.home-name {
  width: 30%;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  text-align: right;
  text-transform: uppercase;
}
.section-control.sec-result .table-score ul li span.result {
  text-align: center;
  width: 12%;
}
.section-control.sec-result .table-score ul li span.away-name {
  width: 30%;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  text-align: left;
  text-transform: uppercase;
}
.section-control.sec-result .table-score ul li span.time {
  width: 14%;
  text-align: right;
}

.match-score {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  margin-top: 10px;
}
.match-score .team-wrapper {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
}
.match-score .team-wrapper.tm-home {
  padding-right: 12%;
}
.match-score .team-wrapper.tm-away {
  padding-left: 12%;
}
.match-score .team-wrapper .tm-name {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.match-score .team-wrapper .tm-name h3 {
  font-size: 35px;
  font-size: 3.5rem;
  color: white;
  font-family: "db_helvethaica_x77_bdcond";
  margin: 0;
  text-transform: uppercase;
}
.match-score .team-wrapper .tm-logo {
  display: inline-block;
  width: 100%;
}
.match-score .team-wrapper .tm-logo img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
  width: 100%;
}
.match-score .score-wrapper {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 60%;
  left: 50%;
  position: absolute;
  max-width: 34%;
  width: 100%;
  text-align: center;
}
.match-score .score-wrapper ul {
  margin: 0;
  padding: 0;
}
.match-score .score-wrapper ul li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  line-height: 35px;
}
.match-score .score-wrapper ul.score li {
  font-size: 56px;
  font-size: 5.6rem;
  color: white;
  font-family: "db_helvethaica_x67_medcond";
}
.match-score .score-wrapper ul.place li {
  font-size: 25px;
  font-size: 2.5rem;
  color: #389cc4;
  font-family: "db_helvethaica_x47_licond";
}

.standings-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.standings-box .table thead th {
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
  background: #022c47;
  font-family: "db_helvethaica_x67_medcond";
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  text-align: center;
  padding: 7px 20px;
}
.standings-box .table thead th:first-child {
  text-align: left;
  padding-left: 25px;
}
.standings-box .table thead th.st-team {
  width: 50%;
}
.standings-box .table thead th.st-played {
  width: 10%;
}
.standings-box .table thead th.st-won {
  width: 10%;
}
.standings-box .table thead th.st-drawn {
  width: 10%;
}
.standings-box .table thead th.st-lost {
  width: 10%;
}
.standings-box .table thead th.st-points {
  width: 10%;
}
.standings-box .table tbody tr:hover td {
  background: #1887b3 !important;
}
.standings-box .table tbody td {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 40px;
  vertical-align: middle;
  font-family: "db_helvethaica_x47_licond";
  background: rgba(0, 0, 0, 0.3);
  border: none;
  color: white;
  padding: 5px 20px;
  text-align: center;
}
.standings-box .table tbody td.st-team [class^="tm-"] {
  display: inline-block;
  float: left;
}
.standings-box .table tbody td.st-team .tm-image {
  margin-right: 10px;
}
.standings-box .table tbody td.st-team .tm-pos {
  margin-right: 4px;
}
.standings-box .table-striped > tbody > tr:nth-child(2n+1) > td, .standings-box .table-striped > tbody > tr:nth-child(2n+1) > th {
  background: rgba(0, 0, 0, 0.1);
}

.tabs-control {
  display: inline-block;
  width: 100%;
}
.tabs-control .nav-tabs > li.active > a, .tabs-control .nav-tabs > li.active > a:focus, .tabs-control .nav-tabs > li.active > a:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  border: none;
}
.tabs-control .nav-tabs {
  border: none;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 50px;
}
.tabs-control .nav-tabs li {
  background: none;
  padding: 0;
  margin-right: 40px;
  margin-bottom: 0;
  position: relative;
}
.tabs-control .nav-tabs li::after {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(54, 78, 96, 0.5);
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -15px;
}
.tabs-control .nav-tabs li:last-child::after {
  display: none;
}
.tabs-control .nav-tabs li.active {
  background: none;
  padding: 0;
}
.tabs-control .nav-tabs li.active > a {
  color: black;
}
.tabs-control .nav-tabs li.active > a::after {
  display: block;
}
.tabs-control .nav-tabs li.active > a:hover {
  background: none;
}
.tabs-control .nav-tabs li a {
  font-size: 56px;
  font-size: 5.6rem;
  border: none;
  color: rgba(54, 78, 96, 0.5);
  font-family: "db_helvethaica_x37_thincond";
  padding: 0;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.tabs-control .nav-tabs li a::after {
  display: none;
  content: "";
  height: 6px;
  width: 100%;
  bottom: -6px;
  position: absolute;
  left: 0;
  background: black;
}
.tabs-control .nav-tabs li a:hover {
  background: none;
  border: none;
  color: black;
}
.tabs-control.news-tabs .item-news {
  margin-bottom: 40px;
}
.tabs-control.news-tabs .item-news .txt-box .title h3 {
  font-size: 0.9em;
  line-height: 1;
}
.tabs-control.contact-tabs .nav-tabs {
  margin-bottom: 30px;
}
.tabs-control.contact-tabs .nav-tabs li a {
  font-size: 45px;
  font-size: 4.5rem;
  text-transform: inherit;
}
.tabs-control.allTeams-tabs .nav-tabs {
  margin-bottom: 30px;
}
.tabs-control.allTeams-tabs .nav-tabs li::after {
  display: none;
}
.tabs-control.allTeams-tabs .nav-tabs li.active a {
  color: #1b9aca;
}
.tabs-control.allTeams-tabs .nav-tabs li.active a::after {
  background: #1b9aca;
}
.tabs-control.allTeams-tabs .nav-tabs li:hover a {
  color: #1b9aca;
}
.tabs-control.allTeams-tabs .nav-tabs li a {
  font-size: 36px;
  font-size: 3.6rem;
  color: black;
  text-transform: inherit;
}
.tabs-control.match-tabs .nav-tabs {
  margin-bottom: 30px;
}
.tabs-control.match-tabs .nav-tabs li::after {
  display: none;
}
.tabs-control.match-tabs .nav-tabs li.active a {
  color: #1b9aca;
}
.tabs-control.match-tabs .nav-tabs li.active a::after {
  background: #1b9aca;
}
.tabs-control.match-tabs .nav-tabs li:hover a {
  color: #1b9aca;
}
.tabs-control.match-tabs .nav-tabs li a {
  font-size: 36px;
  font-size: 3.6rem;
  color: black;
  text-transform: inherit;
}
.tabs-control.matchDetail-tabs .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(27, 254, 202, 0.25);
}
.tabs-control.matchDetail-tabs .nav-tabs li::after {
  display: none;
}
.tabs-control.matchDetail-tabs .nav-tabs li.active a {
  color: white;
}
.tabs-control.matchDetail-tabs .nav-tabs li.active a::after {
  background: rgba(80, 163, 196, 0.5);
}
.tabs-control.matchDetail-tabs .nav-tabs li:hover a {
  color: white;
}
.tabs-control.matchDetail-tabs .nav-tabs li a {
  font-size: 56px;
  font-size: 5.6rem;
  color: #4e6f80;
  text-transform: inherit;
}

.item-news {
  font-size: 38px;
  font-size: 3.8rem;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.item-news:hover .img-box img {
  -ms-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}
.item-news:hover .img-box .hoverStyle::before {
  width: 100%;
  height: 100%;
  border-left-width: 1px;
  border-top-width: 1px;
}
.item-news:hover .img-box .hoverStyle::after {
  width: 100%;
  height: 100%;
  border-right-width: 1px;
  border-bottom-width: 1px;
}
.item-news:hover .txt-box .title h3 {
  color: #1b9aca;
}
.item-news .img-box {
  position: relative;
  overflow: hidden;
}
.item-news .img-box img {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  max-width: 100%;
  width: auto;
}
.item-news .img-box .hoverStyle {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  z-index: 100;
}
.item-news .img-box .hoverStyle::before {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  border-top: 0 solid white;
  border-left: 0 solid white;
}
.item-news .img-box .hoverStyle::after {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 0;
  width: 0;
  border-bottom: 0 solid white;
  border-right: 0 solid white;
}
.item-news .txt-box {
  line-height: 1;
}
.item-news .txt-box span {
  font-size: 0.526em;
  font-family: "db_helvethaica_x47_licond";
  color: #585858;
}
.item-news .txt-box .title {
  display: block;
  height: 90px;
}
.item-news .txt-box .title h3 {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 1em;
  font-family: "db_helvethaica_x65_med";
  margin: 0;
  color: black;
}
.item-news.video .hoverBlue {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(2, 87, 131, 0.5);
}
.item-news.video .hoverBlue::before {
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0.65;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-vdo.png") center center no-repeat;
  background-size: 100% auto;
}
.item-news.video:hover .hoverBlue {
  background: none;
}
.item-news.video:hover .hoverBlue::before {
  width: 0;
  height: 0;
}
.item-news.video .txt-box .title {
  height: 73px;
}
.item-news.gallery .hoverBlue {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.35);
}
.item-news.gallery .hoverBlue::before {
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  bottom: 15px;
  right: 15px;
  position: absolute;
  opacity: 0.65;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0) url("../images/icons/ico-gallery.png") center center no-repeat;
  background-size: 100% auto;
}
.item-news.gallery:hover .hoverBlue {
  background: transparent;
}
.item-news.gallery .txt-box .title {
  height: 73px;
}

.section-control.sec-hilight {
  background: transparent;
}

.hasFade:hover .hoverFade {
  opacity: 1;
}

.hoverFade {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 154, 202, 0.5);
  z-index: 10;
}

.item-vdo {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.item-vdo:hover .img-box img {
  -ms-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}
.item-vdo .img-box {
  position: relative;
  overflow: hidden;
}
.item-vdo .img-box img {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  max-width: 100%;
  width: auto;
  position: relative;
  z-index: 0;
}
.item-vdo .img-box .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.item-vdo .caption-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.item-vdo .caption-box h3 {
  margin: 10px 0 0;
  font-family: "db_helvethaica_x67_medcond";
  font-size: 1em;
  color: white;
}
.item-vdo .caption-box span {
  display: inline-block;
  font-family: "db_helvethaica_x67_medcond";
  font-size: 1em;
  color: white;
}
.item-vdo .caption-box span.date {
  width: 100%;
  font-size: 0.821em;
  font-family: "db_helvethaica_x57_cond";
}

.item-stadium {
  font-size: 28px;
  font-size: 2.8rem;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.item-stadium:hover .img-box::before {
  opacity: 0;
}
.item-stadium:hover .img-box img {
  -ms-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}
.item-stadium .img-box {
  position: relative;
  overflow: hidden;
}
.item-stadium .img-box::before {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 20, 35, 0.25);
  z-index: 5;
}
.item-stadium .img-box img {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  max-width: 100%;
  width: auto;
  position: relative;
  z-index: 0;
}
.item-stadium .img-box .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.item-stadium .caption-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
  text-transform: uppercase;
}
.item-stadium .caption-box h3 {
  margin: 10px 0 0;
  font-family: "db_helvethaica_x57_cond";
  font-size: 1em;
  color: white;
}
.item-stadium .caption-box span {
  display: inline-block;
  font-family: "db_helvethaica_x67_medcond";
  font-size: 1em;
  color: white;
}
.item-stadium .caption-box span.date {
  width: 100%;
  font-size: 0.821em;
  font-family: "db_helvethaica_x57_cond";
}

.players-slider {
  display: block;
  width: 100%;
}
.players-slider .owl-theme .owl-controls .owl-prev {
  display: inline-block;
  position: absolute;
  left: -70px;
}
.players-slider .owl-theme .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  right: -70px;
}
.players-slider .owl-theme .owl-controls {
  margin-top: -28px;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
}

.item-player {
  font-size: 38px;
  font-size: 3.8rem;
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
  line-height: 1;
}
.item-player:hover .img-box img {
  -ms-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}
.item-player .btn-link.vote.fade-out {
  -webkit-transition: all 0s ease-in-out 0s;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  -ms-transition: all 0s ease-in-out 0s;
  transition: all 0s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.item-player .img-box {
  position: relative;
  overflow: hidden;
}
.item-player .img-box img {
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  max-width: 100%;
  width: auto;
  position: relative;
  z-index: 0;
}
.item-player .name {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.item-player .name h3 {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  font-size: 1em;
  color: black;
  font-family: "db_helvethaica_x65_med";
  text-transform: uppercase;
  max-width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item-player .name i {
  margin-top: -5px;
  margin-right: 5px;
}
.item-player .pos-number {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.item-player .pos-number .position {
  display: inline-block;
  text-align: left;
  font-family: "db_helvethaica_x57_cond";
  font-size: 0.658em;
  color: white;
  background: #022c47;
  float: left;
  width: 60%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  padding: 0 0 0 15px;
  position: relative;
}
.item-player .pos-number .position::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 25px 0 0;
  border-color: #022c47 transparent transparent transparent;
}
.item-player .pos-number .number {
  display: inline-block;
  text-align: right;
  font-family: "db_helvethaica_x57_cond";
  font-size: 0.658em;
  color: white;
  background: #071927;
  float: right;
  width: 28%;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  padding: 0 15px 0 0;
  position: relative;
}
.item-player .pos-number .number::after {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 25px;
  border-color: transparent transparent #071927 transparent;
}
.item-player .pos-number .number i {
  margin-right: 15px;
}
.item-player .pos-number .number span {
  display: inline-block;
  vertical-align: middle;
}
.item-player .vote-control {
  position: relative;
  overflow: hidden;
}
.item-player .vote-control .vote-bar {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
}
.item-player .vote-control .vote-bar.active {
  left: 0;
}
.item-player .vote-control .vote-bar .per-bar {
  width: 68%;
  height: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
.item-player .vote-control .vote-bar .per-bar .load-wrapper {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  float: left;
  height: 15px;
  width: 100%;
  background: #acc2cd;
  z-index: 100;
}
.item-player .vote-control .vote-bar .per-bar .load-wrapper .load-bar {
  -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  -ms-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #1b9aca;
}
.item-player .vote-control .vote-bar .count-wrapper {
  width: 32%;
  height: 100%;
  display: inline-block;
  position: relative;
  float: left;
}
.item-player .vote-control .vote-bar .count-wrapper .wrapper {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: right;
}
.item-player .vote-control .vote-bar .count-wrapper span.count {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.289em;
  font-family: "db_helvethaica_x87_blkcond";
  color: #1b9aca;
  opacity: 0;
}
.item-player .vote-control .vote-bar .count-wrapper span.count.active {
  opacity: 1;
}
.item-player .vote-control .vote-bar .count-wrapper i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.289em;
  font-family: "db_helvethaica_x87_blkcond";
  color: #1b9aca;
  font-style: normal;
  float: right;
}

.section-control.sec-partners {
  background: url("../images/bg/bg-partners.jpg") center center no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.section-control.sec-partners .partners-control {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 25px 0 0;
}
.section-control.sec-partners .partners-control .top-sponsors {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
.section-control.sec-partners .partners-control .item-brand {
  display: inline-block;
  margin: 0 8px 15px;
}
.section-control.sec-partners .partners-control .item-brand a {
  position: relative;
  display: inline-block;
}
.section-control.sec-partners .partners-control .item-brand a:hover .brand-color {
  opacity: 1;
  visibility: visible;
}
.section-control.sec-partners .partners-control .item-brand .brand-color {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.section-control.sec-partners .partners-control .item-brand.main-brand {
  width: 100%;
}

.main-footer {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
}
.main-footer .footer-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  background: url("../images/bg/bg-social.jpg") center center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.main-footer .footer-logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 200;
  margin-bottom: 30px;
}
.main-footer .footer-logo > a {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.main-footer .footer-logo > a img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.main-footer .footer-logo ul {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
  padding: 0;
  margin: 0;
  max-width: 75%;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}
.main-footer .footer-logo ul li {
  display: inline-block;
  list-style: none;
  width: 17%;
  float: left;
  text-align: center;
  min-height: 1px;
}
.main-footer .footer-logo ul li.space {
  width: 32%;
}
.main-footer .footer-logo ul li a {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 50px;
  height: 50px;
  line-height: 44px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.65);
}
.main-footer .footer-logo ul li a img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.65;
}
.main-footer .footer-logo ul li a:hover {
  border-color: rgba(255, 255, 255, 0);
  background: #1b9aca;
}
.main-footer .footer-logo ul li a:hover img {
  opacity: 1;
}
.main-footer h3 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "db_helvethaica_x37_thincond";
  text-transform: uppercase;
  color: white;
  opacity: 0.7;
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
}
.main-footer .nav-footer {
  display: inline-block;
  width: 100%;
  background: #030d17;
}
.main-footer .nav-footer ul {
  padding: 0;
  margin: 0;
}
.main-footer .nav-footer ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 0 0;
  list-style: none;
  line-height: 40px;
  vertical-align: middle;
}
.main-footer .nav-footer ul li a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  color: #bbbbbb;
  font-family: "db_helvethaica_x37_thincond";
}
.main-footer .nav-footer ul li a:hover {
  color: #1b9aca;
}
.main-footer .nav-footer ul li.copyright {
  font-size: 20px;
  font-size: 2rem;
  float: right;
  font-family: "db_helvethaica_x67_medcond";
  color: #bbbbbb;
}
.main-footer .contact-footer {
  display: inline-block;
  width: 100%;
  position: relative;
  background: url("../images/bg/bg-footer.jpg") center center no-repeat;
  background-size: cover;
  padding: 30px 0;
  text-align: center;
}
.main-footer .contact-footer p {
  font-size: 20px;
  font-size: 2rem;
  color: #bbbbbb;
  font-family: "db_helvethaica_x37_thincond";
  opacity: 0.65;
  margin: 0;
}

.breadCrumb {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.breadCrumb ul {
  padding: 0;
  margin: 0;
}
.breadCrumb ul li {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  list-style: none;
  display: inline-block;
  margin: 0 30px 0 0;
  position: relative;
}
.breadCrumb ul li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -7px;
  background: #585858;
  width: 1px;
  height: 15px;
}
.breadCrumb ul li:last-child::after {
  display: none;
}
.breadCrumb ul li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  color: #585858;
  display: inline-block;
  vertical-align: middle;
}
.breadCrumb ul li a:hover {
  color: #1b9aca;
}
.breadCrumb ul li span {
  color: #1b9aca;
  display: inline-block;
  vertical-align: middle;
}

.page-wrapper {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
  float: left;
  min-height: 300px;
  background: white;
}
.page-wrapper.pageCustom {
  display: block;
  float: none;
  padding: 0;
}

.title-page {
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}
.title-page h3 {
  font-size: 90px;
  font-size: 9rem;
  font-family: "db_helvethaica_x77_bdcond";
  color: black;
  margin: 0;
  line-height: 0.8;
}
.title-page span {
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1;
  font-family: "db_helvethaica_x57_cond";
  color: black;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.title-page p {
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1;
  font-family: "db_helvethaica_x67_medcond";
  color: black;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: none;
  margin: 0;
}
.title-page .search-result {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.title-page .search-result span, .title-page .search-result p {
  font-size: 39px;
  font-size: 3.9rem;
  font-family: "db_helvethaica_x57_cond";
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.title-page .search-result p {
  font-family: "db_helvethaica_x47_licond";
  color: #1b9aca;
  margin: 0 0 0 5px;
}

.pagination-control {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
  margin: 30px 0 0;
}
.pagination-control ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination-control ul li {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  float: left;
  width: 53px;
  height: 53px;
  line-height: 53px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #cacaca;
  margin: 0 15px 0 0;
}
.pagination-control ul li:last-child {
  margin: 0;
}
.pagination-control ul li a {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 30px;
  font-size: 3rem;
  font-family: "db_helvethaica_x57_cond";
  color: #cacaca;
  display: block;
  height: 100%;
  widows: 100%;
}
.pagination-control ul li span[class^="btn-"] {
  cursor: pointer;
  display: block;
}
.pagination-control ul li svg[class^="svg-"] {
  display: inline-block;
  vertical-align: middle;
}
.pagination-control ul li svg[class^="svg-"] .svg-path {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  fill: #868686;
}
.pagination-control ul li.active {
  background: #025783;
  border-color: #025783;
}
.pagination-control ul li.active a {
  color: white;
}
.pagination-control ul li:hover {
  background: #025783;
  border-color: #025783;
}
.pagination-control ul li:hover a {
  color: white;
}
.pagination-control ul li:hover svg[class^="svg-"] .svg-path {
  fill: white;
}

.news-feeds {
  position: relative;
  display: inline-block;
  height: 545px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-feeds .thumbs-big {
  position: absolute;
  float: left;
  width: 67%;
  right: 33%;
  height: 100%;
  left: 0;
  top: 0;
}
.news-feeds .thumbs-big .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.news-feeds .thumbs-big .wrapper:hover .image {
  -ms-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}
.news-feeds .thumbs-big .image {
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.news-feeds .thumbs-big .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.news-feeds .thumbs-big .txt-box {
  position: absolute;
  widows: 100%;
  display: inline-block;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 20px 20px;
}
.news-feeds .thumbs-big .txt-box span {
  font-size: 40px;
  font-size: 4rem;
  display: inline-block;
  font-family: "db_helvethaica_x65_med";
  color: white;
  line-height: 1;
}
.news-feeds .thumbs-small {
  position: absolute;
  float: left;
  width: 33%;
  height: 100%;
  left: 67%;
  right: 0;
  top: 0;
}
.news-feeds .thumbs-small .wrapper {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.news-feeds .thumbs-small .wrapper:nth-child(2) {
  top: 50%;
}
.news-feeds .thumbs-small .wrapper:hover .image {
  -ms-transform: scale(1.1) rotate(0.02deg);
  -webkit-transform: scale(1.1) rotate(0.02deg);
  transform: scale(1.1) rotate(0.02deg);
}
.news-feeds .thumbs-small .image {
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.news-feeds .thumbs-small .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(70%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.news-feeds .thumbs-small .txt-box {
  position: absolute;
  widows: 100%;
  display: inline-block;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 20px 20px;
}
.news-feeds .thumbs-small .txt-box span {
  font-size: 32px;
  font-size: 3.2rem;
  display: inline-block;
  font-family: "db_helvethaica_x65_med";
  color: white;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-feeds .thumbs-small .txt-box span i {
  opacity: 1;
  margin-right: 5px;
}

.content-wrapper {
  display: inline-block;
  width: 100%;
  float: left;
}
.content-wrapper .cover-image {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.content-wrapper .cover-image img {
  margin: 0 auto;
}
.content-wrapper .tags-wrapper .date {
  float: right;
  font-size: 24px;
  color: #585858;
  font-family: "db_helvethaica_x47_licond";
}
.content-wrapper .editor-wrapper {
  display: inline-block;
  widows: 100%;
  line-height: 1;
}
.content-wrapper .editor-wrapper .txt-topic {
  font-size: 24px;
  display: inline-block;
  width: 100%;
}
.content-wrapper .editor-wrapper .txt-topic h3 {
  margin: 0;
  font-family: "db_helvethaica_x55_regular";
  color: black;
  font-size: 1.25em;
}
/*.content-wrapper .editor-wrapper .txt-detail {
  font-size: 20px;
  font-family: tahoma;
  line-height: 1.5;
}*/
.content-wrapper .editor-wrapper .txt-detail img{
    margin: 0 auto;
    display: block;
}
.content-wrapper .editor-wrapper .txt-detail p {
  margin: 0;
  font-size: 1em;
  color: black;
  font-size: 1em;
}
.content-wrapper .txt-content {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.content-wrapper .txt-content > h4 {
  font-size: 30px;
  font-size: 3rem;
  font-family: "db_helvethaica_x55_regular";
  color: black;
  line-height: 1.4;
  margin: 0;
  display: inline-block;
}
.content-wrapper .txt-content > h4 span {
  font-family: "db_helvethaica_x65_med";
  display: inline-block;
  margin: 0 5px 0 0;
}
.content-wrapper .txt-content > p {
  font-size: 25px;
  font-size: 2.5rem;
  color: black;
  margin: 0;
  font-family: "db_helvethaica_x45_li";
}
.content-wrapper .txt-content > p span {
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
  margin-right: 5px;
}
.content-wrapper .txt-content > h3 {
  font-size: 40px;
  font-size: 4rem;
  font-family: "db_helvethaica_x55_regular";
  color: black;
  margin: 0;
}
.content-wrapper .cover-image {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.content-wrapper .cover-image img {
  max-width: 100%;
  width: auto;
}
.content-wrapper .block-item {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.content-wrapper .block-item h3 {
  font-size: 60px;
  font-size: 6rem;
  font-family: "db_helvethaica_x67_medcond";
  color: black;
  margin: 0 0 50px;
}
.content-wrapper .block-item h3 span {
  font-size: 40px;
  font-size: 4rem;
  color: black;
  font-family: "db_helvethaica_x67_medcond";
  margin-left: 5px;
}
.content-wrapper .block-item .item {
  display: inline-black;
  text-align: center;
  margin-bottom: 30px;
}
.content-wrapper .block-item .item img {
  width: auto;
  max-width: 100%;
}
.content-wrapper .block-item h4 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "db_helvethaica_x55_regular";
  color: black;
  display: inline-block;
}
.content-wrapper .block-item h4 span {
  font-size: 27px;
  font-size: 2.7rem;
  color: black;
  margin: 0;
  font-family: "db_helvethaica_x45_li";
  display: inline;
}
.content-wrapper .txt-caption {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.content-wrapper .txt-caption p {
  font-size: 30px;
  font-size: 3rem;
  color: black;
  margin: 0;
  font-family: "db_helvethaica_x45_li";
  display: inline-block;
  width: 100%;
}
.content-wrapper .txt-caption h4 {
  font-size: 40px;
  font-size: 4rem;
  color: black;
  margin: 0;
  font-family: "db_helvethaica_x55_regular";
  display: inline-block;
  width: 100%;
}
.content-wrapper .txt-caption h3 {
  font-size: 40px;
  font-size: 4rem;
  color: black;
  margin: 0;
  font-family: "db_helvethaica_x45_li";
  display: inline-block;
  width: 100%;
}
.content-wrapper .txt-caption h3 span {
  font-size: 56px;
  font-size: 5.6rem;
  color: black;
  margin: 0 0 0 5px;
  font-family: "db_helvethaica_x55_regular";
  display: inline;
}

.share-social {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  margin: 80px 0 40px;
}
.share-social ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.share-social ul li {
  display: inline-block;
  margin: 0 10px 0;
}
.share-social ul li:first-child {
  margin-right: 0;
}
.share-social ul li span {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "db_helvethaica_x47_licond";
  color: #4e4e4e;
}
.share-social ul li .social {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #3b5998;
  width: 43px;
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
.share-social ul li .social.facebook {
  background: #3b5998;
}
.share-social ul li .social.twister {
  background: #4fc0e8;
}
.share-social ul li .social.google-plus {
  background: #fb6e52;
}

.latest-news, .latest-vdo {
  display: inline-block;
  width: 100%;
}
.latest-news .owl-theme .owl-controls .owl-prev, .latest-vdo .owl-theme .owl-controls .owl-prev {
  display: inline-block;
  position: absolute;
  left: -70px;
}
.latest-news .owl-theme .owl-controls .owl-next, .latest-vdo .owl-theme .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  right: -70px;
}
.latest-news .owl-theme .owl-controls, .latest-vdo .owl-theme .owl-controls {
  margin-top: -28px;
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
}

.gallery-container {
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.gallery-container .lSSlideOuter .lSPager.lSGallery li.active, .gallery-container .lSSlideOuter .lSPager.lSGallery li:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gallery-container .lSSlideOuter .lSPager.lSGallery li.active img, .gallery-container .lSSlideOuter .lSPager.lSGallery li:hover img {
  opacity: 1;
}
.gallery-container .lSSlideOuter .lSPager.lSGallery li {
  background: black;
}
.gallery-container .lSSlideOuter .lSPager.lSGallery img {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.55;
}
.gallery-container .gallery-slider li img {
  max-width: 100%;
  width: 100%;
}
.gallery-container .ls-prev {
  cursor: pointer;
  position: absolute;
  width: 47px;
  height: 47px;
  left: -80px;
  bottom: 35px;
  background: url(../images/icons/nav-prev.png) center center no-repeat;
  background-size: 100% auto;
}
.gallery-container .ls-next {
  cursor: pointer;
  position: absolute;
  width: 47px;
  height: 47px;
  right: -80px;
  bottom: 35px;
  background: url(../images/icons/nav-next.png) center center no-repeat;
  background-size: 100% auto;
}

.vdo-control {
  display: block;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.vdo-control .vdo-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.vdo-control .vdo-wrapper .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.season-control {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
  padding: 0 0 80px;
  background: url("../images/bg/bg-macth.jpg") center center no-repeat;
  background-size: cover;
  border-bottom: 10px solid #1b9aca;
}
.season-control .label-match {
  margin-bottom: 30px;
}
.season-control .label-match h3 {
  font-size: 56px;
  font-size: 5.6rem;
  font-family: "db_helvethaica_x37_thincond";
  color: black;
  margin: 0;
}
.season-control .team .team-name h3 {
  font-size: 60px;
  font-size: 6rem;
}
.season-control .team-wrapper {
  margin-bottom: 20px;
}

.top-button {
  margin: 50px 0;
  display: inline-block;
  width: 100%;
  float: left;
}

.season-score {
  display: inline-block;
  width: 100%;
  float: left;
}
.season-score .standings-box .table tbody tr:hover td {
  background: #1b9aca;
  color: white;
}
.season-score .standings-box .sb-wrapper {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.season-score .standings-box ul {
  padding: 0;
  margin: 0;
}
.season-score .standings-box ul li {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 0 15px;
  vertical-align: middle;
  background: #f6f7f9;
  cursor: pointer;
}
.season-score .standings-box ul li:nth-child(2n+1) {
  background: #eaedf0;
}
.season-score .standings-box ul li:hover {
  background: rgba(23, 145, 187, 0.2) none repeat scroll 0 0;
}
.season-score .standings-box ul li span {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1em;
  font-family: "db_helvethaica_x57_cond";
  color: black;
  display: inline-block;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}
.season-score .standings-box ul li span.date {
  width: 8%;
}
.season-score .standings-box ul li span.time {
  width: 6%;
}
.season-score .standings-box ul li span.competition {
  width: 18%;
  text-align: left;
}
.season-score .standings-box ul li span.home-name {
  width: 12%;
  text-align: right;
}
.season-score .standings-box ul li span.home-image {
  width: 7%;
  text-align: right;
}
.season-score .standings-box ul li span.score {
  width: 5%;
}
.season-score .standings-box ul li span.away-image {
  width: 7%;
  text-align: left;
}
.season-score .standings-box ul li span.away-name {
  width: 12%;
  text-align: left;
}
.season-score .standings-box ul li span.caution {
  width: 25%;
  text-align: right;
}
.season-score .standings-box ul li span a {
  color: black;
  display: inline-block;
}
.season-score .standings-box ul li span a:hover {
  color: #1b9aca;
}
.season-score .standings-box ul li span a:hover .ico-caution {
  background-color: #1b9aca;
}

.season-table .table-bordered > thead > tr > td, .season-table .table-bordered > thead > tr > th {
  border-color: rgba(172, 194, 205, 0.5);
  border-width: 1px;
}
.season-table .table {
  border: none;
}
.season-table .table thead tr.tr-head th {
  padding: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.season-table .table thead tr th {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: #052338;
}
.season-table .table thead tr th.rang, .season-table .table thead tr th.team, .season-table .table thead tr th.point {
  background: #022d47;
  background: -moz-linear-gradient(top, #022d47 0%, #022d47 23%, #055f8c 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #022d47), color-stop(23%, #022d47), color-stop(100%, #055f8c));
  background: -webkit-linear-gradient(top, #022d47 0%, #022d47 23%, #055f8c 100%);
  background: -o-linear-gradient(top, #022d47 0%, #022d47 23%, #055f8c 100%);
  background: -ms-linear-gradient(top, #022d47 0%, #022d47 23%, #055f8c 100%);
  background: linear-gradient(to bottom, #022d47 0%, #022d47 23%, #055f8c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#022d47', endColorstr='#055f8c', GradientType=0 );
}
.season-table .table thead tr td {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: #05608c;
  border: none;
}
.season-table .table thead tr td.hm-ga, .season-table .table thead tr td.aw-ga, .season-table .table thead tr td.sm-ga {
  border-right: 1px solid rgba(172, 194, 205, 0.5);
}
.season-table .table tbody tr:hover td {
  background: #acc2cd;
}
.season-table .table tbody tr td {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x57_cond";
  color: black;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  background: #f6f7f9;
  border: none;
}
.season-table .table tbody tr td.team {
  text-align: left;
}
.season-table .table tbody tr td.team [class^="tm-"] {
  display: inline-block;
}
.season-table .table tbody tr td.team .tm-image {
  margin-right: 10px;
  float: left;
}
.season-table .table tbody tr td.team .tm-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
  vertical-align: middle;
}
.season-table .table tbody tr td.rang, .season-table .table tbody tr td.team, .season-table .table tbody tr td.hm-ga, .season-table .table tbody tr td.aw-ga, .season-table .table tbody tr td.sm-ga {
  border-right: 1px solid rgba(172, 194, 205, 0.5);
}
.season-table .table tbody tr td.point {
  font-family: "db_helvethaica_x67_medcond";
  color: #05608c;
}
.season-table .table tbody tr:nth-child(2n+2):hover td {
  background: #acc2cd;
}
.season-table .table tbody tr:nth-child(2n+2) td {
  background: #eaedf0;
}
.season-table .note-update {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: left;
}
.season-table .note-update p {
  font-size: 24px;
  font-size: 2.4rem;
  color: black;
  font-family: "db_helvethaica_x65_med";
}

.selectBox {
  display: inline-block;
  float: right;
  max-width: 380px;
  width: 100%;
}
.selectBox .caret {
  display: none !important;
}
.selectBox .bootstrap-select > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background-image: url(../images/icons/ico-caret.png);
  background-position: right center;
  background-repeat: no-repeat;
  border: 1px solid #cacaca;
}
.selectBox .bootstrap-select.btn-group .btn .filter-option {
  font-size: 25px;
  font-size: 2.5rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "db_helvethaica_x57_cond";
  padding: 5px 50px 5px 20px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectBox .bootstrap-select.btn-group.open .btn .filter-option {
  color: white;
}
.selectBox .bootstrap-select.btn-group:hover .btn .filter-option {
  color: white;
}
.selectBox .btn-default.active, .selectBox .btn-default:active, .selectBox .btn-default:focus, .selectBox .btn-default:hover, .selectBox .open > .dropdown-toggle.btn-default {
  background-color: #1b9aca;
  background-image: url(../images/icons/ico-caret-active.png);
}
.selectBox .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.selectBox .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 20px;
  font-size: 2rem;
}

.search-wrapper .item-news.gallery .txt-box .title, .search-wrapper .item-news.video .txt-box .title {
  height: 90px;
}

.stadium-cover {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
.stadium-cover .image {
  display: block;
  max-width: 1025px;
  margin: 0 auto;
}
.stadium-cover .image img {
  width: auto;
  max-width: 100%;
}

.striped-table {
  display: inline-block;
  width: 100%;
}
.striped-table .table-bordered > thead > tr > td, .striped-table .table-bordered > thead > tr > th {
  border: 1px solid #acc2cd;
}
.striped-table .table {
  font-size: 25px;
  font-size: 2.5rem;
}
.striped-table .table thead th {
  font-size: 1em;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  background: #05608c;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}
.striped-table .table tbody tr {
  background: #eaedf0;
}
.striped-table .table tbody tr:hover {
  background: #acc2cd !important;
}
.striped-table .table tbody tr:nth-child(2n+1) {
  background: #f6f7f9;
}
.striped-table .table tbody td {
  font-size: 1em;
  font-family: "db_helvethaica_x57_cond";
  color: black;
  text-align: center;
}
.striped-table .table tbody td:first-child {
  text-align: left;
}

.trophy-table .table tbody td {
  line-height: 1;
  vertical-align: middle;
  text-align: center;
}
.trophy-table .table tbody td:first-child {
  text-align: center;
}
.trophy-table .table tbody td:nth-child(2) {
  text-align: left;
}
.trophy-table .table tbody td .image {
  display: inline-block;
}
.trophy-table .table tbody td .image img {
  max-width: 60px;
  width: 100%;
}

.vote-player {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
.vote-player .hs-topic {
  text-align: center;
}
.vote-player .hs-topic::before {
  display: none;
}
.vote-player .hs-topic h3 {
  font-size: 89px;
  font-size: 8.9rem;
  font-family: "db_helvethaica_x77_bdcond";
}
.vote-player .hs-topic h3::after {
  display: none;
}
.vote-player .hs-topic .sponsored {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.vote-player .hs-topic .sponsored ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.vote-player .hs-topic .sponsored ul li {
  list-style: none;
  margin: 0;
  float: left;
  line-height: 60px;
  margin-right: 15px;
  vertical-align: middle;
}
.vote-player .hs-topic .sponsored ul li:last-child {
  margin: 0;
}
.vote-player .hs-topic .sponsored ul li > span {
  font-size: 45px;
  font-size: 4.5rem;
  display: inline-block;
  color: #74909D;
  font-family: "db_helvethaica_x67_medcond";
}
.vote-player .hs-topic .sponsored ul li .item-brand a {
  position: relative;
  display: inline-block;
}
.vote-player .hs-topic .sponsored ul li .item-brand a:hover .brand-color {
  opacity: 1;
  visibility: visible;
}
.vote-player .hs-topic .sponsored ul li .item-brand .brand-color {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.vote-player .hs-topic .sponsored ul li .btn-view {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  line-height: 25px;
  vertical-align: middle;
  border: 1px solid #91aab7;
}
.vote-player .hs-topic .sponsored ul li .btn-view span {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-size: 25px;
  font-size: 2.5rem;
  color: #91aab7;
}
.vote-player .hs-topic .sponsored ul li .btn-view:hover span {
  color: white;
}
.vote-player .hs-topic .sponsored ul li .btn-view:hover i.ico-caret {
  background: rgba(255, 255, 255, 0) url("../images/players/ico-caret-02.png") center center no-repeat;
}

.all-players {
  display: inline-block;
  width: 100%;
  padding: 50px 0;
}
.all-players .nav > li > a:focus, .all-players .nav > li > a:hover {
  background: none;
}
.all-players .hs-topic {
  text-align: center;
}
.all-players .hs-topic::before {
  display: none;
}
.all-players .hs-topic h3 {
  font-size: 89px;
  font-size: 8.9rem;
  font-family: "db_helvethaica_x77_bdcond";
}
.all-players .hs-topic h3::after {
  display: none;
}
.all-players .item-player {
  margin-bottom: 60px;
  line-height: 1;
}
.all-players .item-player .name {
  margin: 15px 0;
}
.all-players .vote-control .btn-link.vote {
  line-height: 1;
}

.lSSlideWrapper {
  cursor: pointer;
}
.lSSlideWrapper:hover::after {
  opacity: 1;
  -ms-transform: scale(1) rotate(0.02deg);
  -webkit-transform: scale(1) rotate(0.02deg);
  transform: scale(1) rotate(0.02deg);
}
.lSSlideWrapper::after {
  -ms-transform: scale(0) rotate(0.02deg);
  -webkit-transform: scale(0) rotate(0.02deg);
  transform: scale(0) rotate(0.02deg);
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.6) url(../images/icons/ico-zoom.png) center center no-repeat;
  background-size: 70%;
}

.teams-control {
  position: relative;
}
.teams-control .breadCrumb {
  position: relative;
  margin: 0;
  z-index: 500;
}
.teams-control .breadCrumb ul {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40px;
}
.teams-control .breadCrumb ul li a {
  color: #acc4ca;
}
.teams-control .teams-slider {
  overflow: hidden;
  background-size: cover;
  background-position: right center;
  position: relative;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .image {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  right: 40%;
  opacity: 1;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .pattern {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  opacity: 1;
  left: -210px;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .pattern .bg-after {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
  right: 0;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .pattern .bg-after .number {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
  right: 18px;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .pattern .fade-object {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
  right: 210px;
  opacity: 0.1;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .name .li-txt h3 p {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
  visibility: visible;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .name .li-txt h3 .bar {
  width: 100%;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .name .li-txt h2 p {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
  visibility: visible;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .name .li-txt h2 .bar {
  width: 100%;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .wrapper.active .name .li-txt .bar {
  left: 110% !important;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .wrapper.active .position {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
  left: 0;
  opacity: 1;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .wrapper.active .form {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
  left: 0;
  opacity: 1;
}
.teams-control .teams-slider .slider-control.animate-in .item.slick-active .player-detail .wrapper.active .button-control {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
  left: 0;
  opacity: 1;
}
.teams-control .teams-slider .item {
  overflow: hidden;
  height: 700px;
  position: relative;
}
.teams-control .teams-slider .item .image {
  -webkit-transition: all 0.65s ease-in-out 0s;
  -moz-transition: all 0.65s ease-in-out 0s;
  -o-transition: all 0.65s ease-in-out 0s;
  -ms-transition: all 0.65s ease-in-out 0s;
  transition: all 0.65s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 35%;
  opacity: 0;
  bottom: 0;
  z-index: 300;
}
.teams-control .teams-slider .item .image img {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.teams-control .teams-slider .item .pattern {
  -webkit-transition: all 0.55s ease-in-out 0s;
  -moz-transition: all 0.55s ease-in-out 0s;
  -o-transition: all 0.55s ease-in-out 0s;
  -ms-transition: all 0.55s ease-in-out 0s;
  transition: all 0.55s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -500px;
  top: 0;
  max-width: 80%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: skew(330deg, 0);
  -moz-transform: skew(330deg, 0);
  -ms-transform: skew(330deg, 0);
  -o-transform: skew(330deg, 0);
  transform: skew(330deg, 0);
}
.teams-control .teams-slider .item .pattern .bg-after {
  -webkit-transition: all 0.65s ease-in-out 0s;
  -moz-transition: all 0.65s ease-in-out 0s;
  -o-transition: all 0.65s ease-in-out 0s;
  -ms-transition: all 0.65s ease-in-out 0s;
  transition: all 0.65s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  position: absolute;
  right: -180px;
  width: 180px;
  z-index: 600;
  overflow: hidden;
}
.teams-control .teams-slider .item .pattern .bg-after img {
  position: absolute;
  top: 0;
  right: -210px;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-control .teams-slider .item .pattern .bg-after .number {
  -webkit-transition: all 0.85s ease-in-out 0s;
  -moz-transition: all 0.85s ease-in-out 0s;
  -o-transition: all 0.85s ease-in-out 0s;
  -ms-transition: all 0.85s ease-in-out 0s;
  transition: all 0.85s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 5%;
  right: -200px;
  z-index: 100;
  width: 145px;
  height: 145px;
  position: absolute;
  background: url(../images/players/ico-star.png) center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-control .teams-slider .item .pattern .bg-after .number span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 130px;
  font-size: 13rem;
  top: 50%;
  left: 50%;
  position: absolute;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  position: absolute;
}
.teams-control .teams-slider .item .pattern .fade-object {
  -webkit-transition: all 0.85s ease-in-out 0s;
  -moz-transition: all 0.85s ease-in-out 0s;
  -o-transition: all 0.85s ease-in-out 0s;
  -ms-transition: all 0.85s ease-in-out 0s;
  transition: all 0.85s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-control .teams-slider .item .pattern .fade-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -210px;
  z-index: 50;
  background: url(../images/players/bg-slider.png) right center no-repeat;
  background-size: cover;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-control .teams-slider .item .player-detail {
  position: absolute;
  max-width: 1220px;
  width: 100%;
  left: 0;
  right: 0;
  top: 20%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 700;
}
.teams-control .teams-slider .item .player-detail .wrapper {
  max-width: 70%;
  width: 100%;
  overflow: hidden;
}
.teams-control .teams-slider .item .player-detail .name .li-txt {
  display: inline-block;
  width: 100%;
}
.teams-control .teams-slider .item .player-detail .name .li-txt .bar {
  position: absolute;
  left: -10%;
  width: 0;
  height: 100%;
  background: #1b9aca;
  top: 0;
  z-index: 500;
  -webkit-transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -webkit-transform: skew(330deg, 0);
  -moz-transform: skew(330deg, 0);
  -ms-transform: skew(330deg, 0);
  -o-transform: skew(330deg, 0);
  transform: skew(330deg, 0);
}
.teams-control .teams-slider .item .player-detail .name .li-txt h3 {
  font-size: 107px;
  font-size: 10.7rem;
  line-height: 1.2 !important;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.teams-control .teams-slider .item .player-detail .name .li-txt h3 p {
  visibility: hidden;
  font-family: "db_helvethaica_x77_bdcond";
  margin: 0;
  padding-right: 70px;
  min-width: 300px;
  color: #1b9aca;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.teams-control .teams-slider .item .player-detail .name .li-txt h2 {
  display: inline-block;
  line-height: 1.2 !important;
  font-size: 128px;
  font-size: 12.8rem;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.teams-control .teams-slider .item .player-detail .name .li-txt h2 p {
  visibility: hidden;
  font-family: "db_helvethaica_x77_bdcond";
  margin: 0;
  padding-right: 85px;
  min-width: 360px;
  color: white;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
}
.teams-control .teams-slider .item .player-detail .name .li-txt h2 .bar {
  background: white;
}
.teams-control .teams-slider .item .player-detail .position {
  opacity: 0;
  left: -300px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
}
.teams-control .teams-slider .item .player-detail .position p {
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "db_helvethaica_x37_thincond";
  color: white;
  line-height: 45px;
  margin: 0;
}
.teams-control .teams-slider .item .player-detail .form {
  opacity: 0;
  left: -300px;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
}
.teams-control .teams-slider .item .player-detail .form ul {
  padding: 0;
  margin: 0;
}
.teams-control .teams-slider .item .player-detail .form ul li {
  margin: 0 0 5px;
  list-style: none;
}
.teams-control .teams-slider .item .player-detail .form ul li p {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  margin: 0 5px 0 0;
  line-height: 20px;
  color: #1b9aca;
  display: inline-block;
}
.teams-control .teams-slider .item .player-detail .form ul li span {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  line-height: 20px;
  color: white;
  display: inline-block;
}
.teams-control .teams-slider .item .player-detail .button-control {
  opacity: 0;
  left: -300px;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
}
.teams-control .teams-slider .item .player-detail .button-control a.btn-view {
  font-size: 48px;
  font-size: 4.8rem;
  padding: 5px 20px;
  line-height: 48px;
  color: white;
  background: #1b9aca;
  font-family: "db_helvethaica_x87_blkcond";
  border-color: #1b9aca;
  box-shadow: none;
}
.teams-control .teams-slider .item .player-detail .button-control a.btn-view .ico-right {
  margin-left: 5px;
  background: rgba(255, 255, 255, 0) url(../images/icons/ico-right-2.png) no-repeat scroll center center;
}
.teams-control .teams-slider .item .player-detail .button-control a.btn-view:hover {
  background: white;
  color: #1b9aca;
}
.teams-control .teams-slider .item .player-detail .button-control a.btn-view:hover .ico-right {
  background: rgba(255, 255, 255, 0) url(../images/icons/ico-right-3.png) no-repeat scroll center center;
}
.teams-control .arrows-control {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}
.teams-control .arrows-control [class^="slick-"] {
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.35;
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border: 1px solid white;
}
.teams-control .arrows-control [class^="slick-"]:hover {
  background: #1b9aca;
  opacity: 0.65;
}
.teams-control .arrows-control svg[class^="svg-"] {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.teams-control .arrows-control svg[class^="svg-"] .svg-path {
  fill: white;
}
.teams-control .arrows-control .slick-prev {
  left: 0;
}
.teams-control .arrows-control .slick-next {
  right: 0;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.position-wrapper {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  min-height: 300px;
}
.position-wrapper .hs-pos {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.position-wrapper .hs-pos h3 {
  font-size: 56px;
  font-size: 5.6rem;
  font-family: "db_helvethaica_x37_thincond";
  color: black;
  text-transform: uppercase;
  margin: 0;
}
.position-wrapper .item-player {
  margin-bottom: 60px;
  line-height: 1;
}
.position-wrapper .item-player .name {
  margin: 15px 0;
}
.position-wrapper .vote-control .btn-link.vote {
  line-height: 1;
}

.player-position {
  display: inline-block;
  width: 100%;
  float: left;
}
.player-position .stadium-wrapper {
  display: inline-block;
  position: relative;
  padding-top: 7%;
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
.player-position .stadium-wrapper .field {
  width: 100%;
}
.player-position .stadium-wrapper .field img {
  max-width: 100%;
  width: 100%;
}
.player-position .stadium-wrapper .main-pos {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 100;
}
.player-position .stadium-wrapper .main-pos span {
  font-size: 28px;
  font-size: 2.8rem;
  color: white;
  font-family: "db_helvethaica_x77_bdcond";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.player-position .stadium-wrapper .sub-pos {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 100;
}

.player-container {
  display: inline-block;
  width: 100%;
  float: left;
}
.player-container .player-detail {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  float: left;
}
.player-container .player-detail ul {
  display: table;
  width: 100%;
  background: #025783;
  padding: 20px;
  margin: 0;
}
.player-container .player-detail ul li {
  display: table-cell;
  text-align: left;
  word-wrap: break-word;
  padding: 0 20px;
  border-right: 1px solid rgba(145, 225, 255, 0.3);
}
.player-container .player-detail ul li:last-child {
  border-right: none;
}
.player-container .player-detail ul li .hs-tb {
  font-size: 24px;
  font-size: 2.4rem;
  color: #1b9aca;
  font-family: "db_helvethaica_x47_licond";
  margin: 0 0 5px;
  line-height: 1;
  width: 100%;
}
.player-container .player-detail ul li .txt-tb {
  font-size: 30px;
  font-size: 3rem;
  color: white;
  font-family: "db_helvethaica_x47_licond";
  margin: 0;
  line-height: 1;
  width: 100%;
}
.player-container .player-score {
  display: inline-block;
  width: 100%;
}
.player-container .player-score .rwd-table {
  margin: 0;
  min-width: 300px;
  width: 100%;
}
.player-container .player-score .rwd-table thead tr th {
  padding: 0 !important;
  height: 0;
  margin: 0;
  overflow: hidden;
}
.player-container .player-score .rwd-table tbody tr.tb-space {
  width: 100%;
  height: 20px;
}
.player-container .player-score .rwd-table tbody tr.topic th {
  font-size: 40px;
  font-size: 4rem;
  font-family: "db_helvethaica_x57_cond";
  font-weight: normal;
  color: #fff;
  margin: 0;
  padding: 10px 40px !important;
  text-align: center !important;
  text-transform: uppercase;
  background: #02324f;
}
.player-container .player-score .rwd-table tbody tr th {
  font-size: 24px;
  font-size: 2.4rem;
  color: white;
  font-weight: normal;
  font-family: "db_helvethaica_x57_cond";
  text-align: center;
  background: #97b2bf;
  padding: 15px 20px;
}
.player-container .player-score .rwd-table tbody tr th:first-child {
  padding-left: 40px;
  text-align: left;
}
.player-container .player-score .rwd-table tbody tr th:last-child {
  padding-right: 40px;
}
.player-container .player-score .rwd-table tbody tr td {
  font-size: 23px;
  font-size: 2.3rem;
  color: black;
  font-weight: normal;
  font-family: "db_helvethaica_x57_cond";
  text-align: center;
  background: rgba(172, 194, 205, 0.35);
  padding: 15px 20px;
}
.player-container .player-score .rwd-table tbody tr td:first-child {
  padding-left: 40px;
  text-align: left;
}
.player-container .player-score .rwd-table tbody tr td:last-child {
  padding-right: 40px;
}
.player-container .player-score .rwd-table th {
  display: none;
}
.player-container .player-score .rwd-table td {
  display: block;
}
.player-container .player-score .rwd-table td:first-child {
  padding-top: .5em;
}
.player-container .player-score .rwd-table td:last-child {
  padding-bottom: .5em;
}
.player-container .player-score .rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
@media (min-width: 500px) {
  .player-container .player-score .rwd-table td:before {
    display: none;
  }
}
.player-container .player-score .rwd-table th, .player-container .player-score .rwd-table td {
  text-align: left;
}
@media (min-width: 500px) {
  .player-container .player-score .rwd-table th, .player-container .player-score .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .player-container .player-score .rwd-table th:first-child, .player-container .player-score .rwd-table td:first-child {
    padding-left: 0;
  }
  .player-container .player-score .rwd-table th:last-child, .player-container .player-score .rwd-table td:last-child {
    padding-right: 0;
  }
}
.player-container .player-score .rwd-table {
  color: #fff;
  overflow: hidden;
}
.player-container .player-score .rwd-table th, .player-container .player-score .rwd-table td:before {
  color: #dd5;
}

.all-players [id^="tabs_slider-"] {
  display: none;
}
.all-players [id^="tabs_slider-"] .owl-theme .owl-controls .owl-prev {
  display: inline-block;
  position: absolute;
  left: -70px;
}
.all-players [id^="tabs_slider-"] .owl-theme .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  right: -70px;
}
.all-players [id^="tabs_slider-"] .owl-theme .owl-controls {
  margin-top: -28px;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
}

.teams-banner {
  overflow: hidden;
  background-size: cover;
  background-position: right center;
  position: relative;
}
.teams-banner .slider-control.animate-in .item .image {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  right: 40%;
  opacity: 1;
}
.teams-banner .slider-control.animate-in .item .pattern {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
  opacity: 1;
  left: -210px;
}
.teams-banner .slider-control.animate-in .item .pattern .bg-after {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
  right: 0;
}
.teams-banner .slider-control.animate-in .item .pattern .bg-after .number {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
  right: 18px;
}
.teams-banner .slider-control.animate-in .item .pattern .fade-object {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
  right: 210px;
  opacity: 1;
}
.teams-banner .slider-control.animate-in .item .player-detail .name .li-txt h3 p {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
  visibility: visible;
}
.teams-banner .slider-control.animate-in .item .player-detail .name .li-txt h3 .bar {
  width: 100%;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.teams-banner .slider-control.animate-in .item .player-detail .name .li-txt h2 p {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
  visibility: visible;
}
.teams-banner .slider-control.animate-in .item .player-detail .name .li-txt h2 .bar {
  width: 100%;
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.teams-banner .slider-control.animate-in .item .player-detail .wrapper.active .name .li-txt .bar {
  left: 110% !important;
}
.teams-banner .slider-control.animate-in .item .player-detail .wrapper.active .position {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
  left: 0;
  opacity: 1;
}
.teams-banner .slider-control.animate-in .item .player-detail .wrapper.active .form {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
  left: 0;
  opacity: 1;
}
.teams-banner .slider-control.animate-in .item .player-detail .wrapper.active .button-control {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
  left: 0;
  opacity: 1;
}
.teams-banner .item {
  overflow: hidden;
  height: 700px;
  position: relative;
}
.teams-banner .item .image {
  -webkit-transition: all 0.65s ease-in-out 0s;
  -moz-transition: all 0.65s ease-in-out 0s;
  -o-transition: all 0.65s ease-in-out 0s;
  -ms-transition: all 0.65s ease-in-out 0s;
  transition: all 0.65s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  right: 35%;
  opacity: 0;
  bottom: 0;
  z-index: 300;
}
.teams-banner .item .image img {
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.teams-banner .item .pattern {
  -webkit-transition: all 0.55s ease-in-out 0s;
  -moz-transition: all 0.55s ease-in-out 0s;
  -o-transition: all 0.55s ease-in-out 0s;
  -ms-transition: all 0.55s ease-in-out 0s;
  transition: all 0.55s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  left: -500px;
  top: 0;
  max-width: 80%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: skew(330deg, 0);
  -moz-transform: skew(330deg, 0);
  -ms-transform: skew(330deg, 0);
  -o-transform: skew(330deg, 0);
  transform: skew(330deg, 0);
}
.teams-banner .item .pattern .bg-after {
  -webkit-transition: all 0.65s ease-in-out 0s;
  -moz-transition: all 0.65s ease-in-out 0s;
  -o-transition: all 0.65s ease-in-out 0s;
  -ms-transition: all 0.65s ease-in-out 0s;
  transition: all 0.65s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  position: absolute;
  right: -180px;
  width: 180px;
  z-index: 600;
  overflow: hidden;
}
.teams-banner .item .pattern .bg-after img {
  position: absolute;
  top: 0;
  right: -210px;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-banner .item .pattern .bg-after .number {
  -webkit-transition: all 0.85s ease-in-out 0s;
  -moz-transition: all 0.85s ease-in-out 0s;
  -o-transition: all 0.85s ease-in-out 0s;
  -ms-transition: all 0.85s ease-in-out 0s;
  transition: all 0.85s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 5%;
  right: -200px;
  z-index: 100;
  width: 145px;
  height: 145px;
  position: absolute;
  background: url(../images/players/ico-star.png) center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-banner .item .pattern .bg-after .number span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 130px;
  font-size: 13rem;
  top: 50%;
  left: 50%;
  position: absolute;
  font-family: "db_helvethaica_x67_medcond";
  color: white;
  position: absolute;
}
.teams-banner .item .pattern .fade-object {
  -webkit-transition: all 0.85s ease-in-out 0s;
  -moz-transition: all 0.85s ease-in-out 0s;
  -o-transition: all 0.85s ease-in-out 0s;
  -ms-transition: all 0.85s ease-in-out 0s;
  transition: all 0.85s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 100;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-banner .item .pattern .fade-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -210px;
  z-index: 50;
  background: url(../images/players/bg-slider.png) right center no-repeat;
  background-size: cover;
  -webkit-transform: skew(-330deg, 0);
  -moz-transform: skew(-330deg, 0);
  -ms-transform: skew(-330deg, 0);
  -o-transform: skew(-330deg, 0);
  transform: skew(-330deg, 0);
}
.teams-banner .item .player-detail {
  position: absolute;
  width: 100%;
  max-width: 1220px;
  left: 0;
  right: 0;
  top: 20%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 700;
}
.teams-banner .item .player-detail .wrapper {
  max-width: 70%;
  width: 100%;
  overflow: hidden;
}
.teams-banner .item .player-detail .name .li-txt {
  display: inline-block;
  width: 100%;
}
.teams-banner .item .player-detail .name .li-txt .bar {
  position: absolute;
  left: -10%;
  width: 0;
  height: 100%;
  background: #1b9aca;
  top: 0;
  z-index: 500;
  -webkit-transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 400ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -webkit-transform: skew(330deg, 0);
  -moz-transform: skew(330deg, 0);
  -ms-transform: skew(330deg, 0);
  -o-transform: skew(330deg, 0);
  transform: skew(330deg, 0);
}
.teams-banner .item .player-detail .name .li-txt h3 {
  font-size: 107px;
  font-size: 10.7rem;
  line-height: 85px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.teams-banner .item .player-detail .name .li-txt h3 p {
  visibility: hidden;
  font-family: "db_helvethaica_x77_bdcond";
  margin: 0;
  padding-right: 70px;
  color: #1b9aca;
  text-transform: uppercase;
}
.teams-banner .item .player-detail .name .li-txt h2 {
  display: inline-block;
  line-height: 100px;
  font-size: 128px;
  font-size: 12.8rem;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.teams-banner .item .player-detail .name .li-txt h2 p {
  visibility: hidden;
  font-family: "db_helvethaica_x77_bdcond";
  margin: 0;
  padding-right: 85px;
  color: white;
  text-transform: uppercase;
}
.teams-banner .item .player-detail .name .li-txt h2 .bar {
  background: white;
}
.teams-banner .item .player-detail .position {
  opacity: 0;
  left: -300px;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
}
.teams-banner .item .player-detail .position p {
  font-size: 52px;
  font-size: 5.2rem;
  font-family: "db_helvethaica_x37_thincond";
  color: white;
  line-height: 45px;
  margin: 0;
}
.teams-banner .item .player-detail .form {
  opacity: 0;
  left: -300px;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
}
.teams-banner .item .player-detail .form ul {
  padding: 0;
  margin: 0;
}
.teams-banner .item .player-detail .form ul li {
  margin: 0 0 5px;
  list-style: none;
}
.teams-banner .item .player-detail .form ul li p {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  margin: 0 5px 0 0;
  line-height: 20px;
  color: #1b9aca;
  display: inline-block;
}
.teams-banner .item .player-detail .form ul li span {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  line-height: 20px;
  color: white;
  display: inline-block;
}
.teams-banner .item .player-detail .button-control {
  opacity: 0;
  left: -300px;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -moz-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  -o-transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
  transition: all 500ms cubic-bezier(0.685, 0.05, 0.61, 0.985);
}
.teams-banner .item .player-detail .button-control a.btn-view {
  font-size: 48px;
  font-size: 4.8rem;
  padding: 5px 20px;
  line-height: 48px;
  color: white;
  background: #1b9aca;
  font-family: "db_helvethaica_x87_blkcond";
  border-color: #1b9aca;
  box-shadow: none;
}
.teams-banner .item .player-detail .button-control a.btn-view .ico-right {
  margin-left: 5px;
  background: rgba(255, 255, 255, 0) url(../images/icons/ico-right-2.png) no-repeat scroll center center;
}
.teams-banner .item .player-detail .button-control a.btn-view:hover {
  background: white;
  color: #1b9aca;
}
.teams-banner .item .player-detail .button-control a.btn-view:hover .ico-right {
  background: rgba(255, 255, 255, 0) url(../images/icons/ico-right-3.png) no-repeat scroll center center;
}

.partner-group {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
}
.partner-group .hs-topic {
  margin-bottom: 50px;
}
.partner-group .partner-wrapper {
  padding: 40px;
  display: inline-block;
  border: 1px solid #cacaca;
  margin-bottom: 30px;
}
.partner-group .partner-wrapper.main img {
  max-width: 100%;
  width: auto;
}
.partner-group .partner-wrapper.fullWidth {
  width: 100%;
}
.partner-group .partner-wrapper.fullWidth .image {
  display: block;
  position: relative;
  height: 90px;
  line-height: 90px;
}
.partner-group .partner-wrapper.fullWidth .image img {
  max-height: 100%;
  width: auto;
  height: auto;
  max-width: 100%;
}

.register-wrapper {
  display: block;
  margin: 0 auto;
  max-width: 820px;
  padding-top: 40px;
  text-align: left;
}
.register-wrapper .hs-topic {
  margin-bottom: 40px;
  position: relative;
}
.register-wrapper .hs-topic .caption {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  color: #575757;
  position: absolute;
  right: 0;
  top: 30%;
  display: inline-block;
}

.formCustom {
  margin-bottom: 50px;
}
.formCustom .form-group {
  margin-bottom: 10px;
}
.formCustom .btn-link {
  font-size: 30px;
  font-size: 3rem;
  min-width: 240px;
}
.formCustom .inputCustom {
  position: relative;
  margin-top: 25px;
}
.formCustom .inputCustom.input--filled .input_label {
  top: -35px;
  padding-left: 15px;
}
.formCustom .inputCustom.input--filled .input_label span {
  font-size: 23px;
  font-size: 2.3rem;
  color: #303030;
}
.formCustom .inputCustom.input--filled .input__field {
  border-color: #303030;
}
.formCustom .inputCustom .input_label {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  margin: 0;
  z-index: 0;
  width: 100%;
  line-height: 45px;
  height: 45px;
  vertical-align: middle;
  padding: 0 30px;
}
.formCustom .inputCustom .input_label span {
  font-size: 25px;
  font-size: 2.5rem;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  font-family: "db_helvethaica_x47_licond";
  font-weight: normal;
  color: rgba(0, 0, 0, 0.7);
}
.formCustom .inputCustom .input__field {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x47_licond";
  background: none;
  border: 1px solid #cacaca;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  padding: 0 15px;
}
.formCustom .inputCustom .input__field:focus {
  box-shadow: none;
}
.formCustom .inputCustom .input__field.input-date {
  background: transparent url(../images/icons/ico-calendar.png) right center no-repeat;
}

.register-detail {
  display: inline-block;
  width: 100%;
}
.register-detail h3 {
  font-size: 28px;
  font-size: 2.8rem;
  color: black;
  font-family: "db_helvethaica_x55_regular";
  margin: 0 0 10px;
  line-height: 1;
}
.register-detail ul {
  padding: 0;
  margin: 0;
}
.register-detail ul li {
  display: inline-block;
  width: 100%;
  float: left;
  margin: 0;
  padding-left: 25px;
  position: relative;
}
.register-detail ul li span {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  position: absolute;
  left: 0;
  top: 0;
  color: black;
}
.register-detail ul li p {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "db_helvethaica_x47_licond";
  color: black;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "db_helvethaica_x45_li";
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "db_helvethaica_x77_bdcond";
  font-weight: normal;
  background: #052338;
  color: white;
  text-transform: uppercase;
  background: #052338;
  border: 1px solid #052338;
  border-bottom: none;
  padding: 3px 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1b9aca;
  opacity: 1;
}

.match-detail-wrapper {
  background: url(../images/bg/bg-score.jpg) center center repeat-y;
  display: inline-block;
  width: 100%;
  float: left;
  padding: 60px 0;
}
.match-detail-wrapper .match-events {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 20px 0;
}
.match-detail-wrapper .match-events ul {
  padding: 0;
  margin: 0;
}
.match-detail-wrapper .match-events ul li {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  position: relative;
}
.match-detail-wrapper .match-events ul li.half-break {
  margin: 10px 0 20px;
  text-align: center;
  overflow: hidden;
}
.match-detail-wrapper .match-events ul li.half-break span {
  font-size: 56px;
  font-size: 5.6rem;
  display: inline-block;
  color: rgba(56, 156, 196, 0.5);
  position: relative;
  font-family: "db_helvethaica_x37_thincond";
}
.match-detail-wrapper .match-events ul li.half-break span::after {
  content: "";
  height: 1px;
  width: 500px;
  position: absolute;
  top: 50%;
  right: -520px;
  background: rgba(56, 156, 196, 0.3);
}
.match-detail-wrapper .match-events ul li.half-break span::before {
  content: "";
  height: 1px;
  width: 500px;
  position: absolute;
  top: 50%;
  left: -520px;
  background: rgba(56, 156, 196, 0.3);
}
.match-detail-wrapper .match-events ul li.ev-home .event-wrapper {
  margin-right: 50%;
  float: left;
  padding: 10px 40px 10px 70px;
}
.match-detail-wrapper .match-events ul li.ev-home .event-wrapper i.status {
  left: 20px;
  top: 5;
}
.match-detail-wrapper .match-events ul li.ev-home .event-wrapper .ev-time {
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}
.match-detail-wrapper .match-events ul li.ev-away .event-wrapper {
  text-align: right;
  margin-left: 50%;
  float: right;
  padding: 10px 70px 10px 40px;
}
.match-detail-wrapper .match-events ul li.ev-away .event-wrapper i.status {
  right: 20px;
  top: 5;
}
.match-detail-wrapper .match-events ul li.ev-away .event-wrapper .ev-time {
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.match-detail-wrapper .match-events ul li.ev-away .event-wrapper .vdo-hilight {
  right: auto;
  left: 80px;
}
.match-detail-wrapper .match-events ul li.ev-away .event-wrapper .vdo-hilight i.ico-hilight {
  float: left;
}
.match-detail-wrapper .match-events ul li.ev-away .event-wrapper .ev-text span {
  float: right;
  margin-right: 0;
  margin-left: 10px;
}
.match-detail-wrapper .match-events ul li .event-wrapper {
  display: inline-block;
  width: 50%;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.match-detail-wrapper .match-events ul li .event-wrapper.statChange .ev-text {
  opacity: 0.7;
}
.match-detail-wrapper .match-events ul li .event-wrapper.statChange .status {
  background-image: url(../images/icons/ico-stat-change.png);
}
.match-detail-wrapper .match-events ul li .event-wrapper.statGoal .ev-time {
  background: #1b9aca;
}
.match-detail-wrapper .match-events ul li .event-wrapper.statGoal .status {
  background-image: url(../images/icons/ico-stat-ball.png);
}
.match-detail-wrapper .match-events ul li .event-wrapper.statYellow .ev-time {
  background: #eaca00;
}
.match-detail-wrapper .match-events ul li .event-wrapper.statYellow .ev-text {
  opacity: 0.7;
}
.match-detail-wrapper .match-events ul li .event-wrapper.statYellow .status {
  background-image: url(../images/icons/ico-yellow-card.png);
}
.match-detail-wrapper .match-events ul li .event-wrapper.statRed .ev-time {
  background: #ff0000;
}
.match-detail-wrapper .match-events ul li .event-wrapper.statRed .ev-text {
  opacity: 0.7;
}
.match-detail-wrapper .match-events ul li .event-wrapper.statRed .status {
  background-image: url(../images/icons/ico-red-card.png);
}
.match-detail-wrapper .match-events ul li .event-wrapper .ev-text span {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  font-family: "db_helvethaica_x65_med";
  color: white;
}
.match-detail-wrapper .match-events ul li .event-wrapper .ev-text p {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
  font-family: "db_helvethaica_x47_licond";
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
}
.match-detail-wrapper .match-events ul li .event-wrapper .ev-time {
  position: absolute;
  background: #022c47;
  width: 65px;
  height: 100%;
  top: 0;
}
.match-detail-wrapper .match-events ul li .event-wrapper .ev-time span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "db_helvethaica_x65_med";
  color: white;
}
.match-detail-wrapper .match-events ul li .event-wrapper .vdo-hilight {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "db_helvethaica_x47_licond";
  color: #1b9aca;
  text-transform: uppercase;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 80px;
  top: 50%;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
}
.match-detail-wrapper .match-events ul li .event-wrapper .vdo-hilight i.ico-hilight {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  vertical-align: middle;
  margin: 0 5px;
  float: right;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-image: url(../images/icons/ico-hilight.png);
}
.match-detail-wrapper .match-events ul li i.status {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.match-detail-wrapper .live-score {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 20px 0;
}
.match-detail-wrapper .live-score ul {
  padding: 0;
  margin: 0;
}
.match-detail-wrapper .live-score ul li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
  padding-left: 65px;
}
.match-detail-wrapper .live-score ul li.half-break {
  margin: 10px 0 20px;
  text-align: center;
  overflow: hidden;
  padding: 0;
}
.match-detail-wrapper .live-score ul li.half-break span {
  font-size: 56px;
  font-size: 5.6rem;
  display: inline-block;
  color: rgba(56, 156, 196, 0.5);
  position: relative;
  font-family: "db_helvethaica_x37_thincond";
}
.match-detail-wrapper .live-score ul li.half-break span::after {
  content: "";
  height: 1px;
  width: 500px;
  position: absolute;
  top: 50%;
  right: -520px;
  background: rgba(56, 156, 196, 0.3);
}
.match-detail-wrapper .live-score ul li.half-break span::before {
  content: "";
  height: 1px;
  width: 500px;
  position: absolute;
  top: 50%;
  left: -520px;
  background: rgba(56, 156, 196, 0.3);
}
.match-detail-wrapper .live-score ul li.statGoal .live-time {
  background: #1b9aca;
}
.match-detail-wrapper .live-score ul li.statGoal .content p {
  opacity: 1;
  text-indent: 32px;
}
.match-detail-wrapper .live-score ul li.statGoal .content p::before {
  background: url(../images/icons/ico-stat-ball.png) 0 0 no-repeat;
}
.match-detail-wrapper .live-score ul li.statRed .live-time {
  background: #ff0000;
}
.match-detail-wrapper .live-score ul li.statRed .content p {
  text-indent: 32px;
}
.match-detail-wrapper .live-score ul li.statRed .content p::before {
  background: url(../images/icons/ico-red-card.png) 0 0 no-repeat;
}
.match-detail-wrapper .live-score ul li.statYellow .live-time {
  background: #eaca00;
}
.match-detail-wrapper .live-score ul li.statYellow .content p {
  text-indent: 32px;
}
.match-detail-wrapper .live-score ul li.statYellow .content p::before {
  background: url(../images/icons/ico-yellow-card.png) 0 0 no-repeat;
}
.match-detail-wrapper .live-score ul li.statChange .content p {
  text-indent: 32px;
}
.match-detail-wrapper .live-score ul li.statChange .content p::before {
  background: url(../images/icons/ico-stat-change.png) 0 0 no-repeat;
}
.match-detail-wrapper .live-score ul li .live-time {
  position: absolute;
  background: #022c47;
  width: 65px;
  height: 53px;
  top: 0;
  left: 0;
}
.match-detail-wrapper .live-score ul li .live-time span {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "db_helvethaica_x65_med";
  color: white;
}
.match-detail-wrapper .live-score ul li .content {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  min-height: 53px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}
.match-detail-wrapper .live-score ul li .content p {
  display: inline-block;
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
  font-family: "db_helvethaica_x47_licond";
  line-height: 30px;
  vertical-align: middle;
  margin: 0;
  opacity: 0.7;
  position: relative;
}
.match-detail-wrapper .live-score ul li .content p::before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.match-detail-wrapper .game-plan {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 20px 0;
}
.match-detail-wrapper .game-plan #teamHome .field .py-pos span {
  background: #025783;
}
.match-detail-wrapper .game-plan #teamAway .field .py-pos span {
  background: #d39325;
}
.match-detail-wrapper .game-plan .playerGroup {
  margin-bottom: 30px;
}
.match-detail-wrapper .game-plan .team-plan {
  display: inline-block;
  float: left;
  width: 100%;
  text-align: center;
}
.match-detail-wrapper .game-plan .team-plan .field {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  max-width: 539px;
  margin-bottom: 50px;
  width: 100%;
}
.match-detail-wrapper .game-plan .team-plan .field .imgField {
  max-width: 100%;
  width: 100%;
}
.match-detail-wrapper .game-plan .team-plan .field .py-pos {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 3px;
  background: white;
  overflow: hidden;
  position: absolute;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.4);
}
.match-detail-wrapper .game-plan .team-plan .field .py-pos span {
  font-size: 27px;
  font-size: 2.7rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #025783;
  font-family: "db_helvethaica_x65_med";
  color: white;
  display: inline-block;
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  vertical-align: middle;
  overflow: hidden;
}
.match-detail-wrapper .game-plan .players-list {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
}
.match-detail-wrapper .game-plan .players-list .team-name {
  display: inline-block;
  width: 100%;
  float: left;
  background: #1b9aca;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 15px;
}
.match-detail-wrapper .game-plan .players-list .team-name h3 {
  font-size: 36px;
  font-size: 3.6rem;
  color: white;
  font-family: "db_helvethaica_x65_med";
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.match-detail-wrapper .game-plan .players-list ul {
  padding: 0;
  margin: 0;
}
.match-detail-wrapper .game-plan .players-list ul li {
  display: inline-block;
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
}
.match-detail-wrapper .game-plan .players-list ul li:nth-child(2n+2) {
  background: rgba(0, 0, 0, 0.1);
}
.match-detail-wrapper .game-plan .players-list ul li > div {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x65_med";
  color: white;
  line-height: 30px;
  vertical-align: middle;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}
.match-detail-wrapper .game-plan .players-list ul li .num {
  width: 10%;
}
.match-detail-wrapper .game-plan .players-list ul li .pos {
  width: 10%;
}
.match-detail-wrapper .game-plan .players-list ul li .name {
  width: 62%;
  text-align: left;
  font-family: "db_helvethaica_x47_licond";
}
.match-detail-wrapper .game-plan .players-list ul li .status {
  text-align: right;
  width: 18%;
  line-height: 1;
}
.match-detail-wrapper .game-plan .players-list ul li .status.statChange .icon {
  background-image: url(../images/icons/ico-stat-change.png);
}
.match-detail-wrapper .game-plan .players-list ul li .status.statGoal .icon {
  background-image: url(../images/icons/ico-stat-ball.png);
}
.match-detail-wrapper .game-plan .players-list ul li .status.statYellow .icon {
  background-image: url(../images/icons/ico-yellow-card.png);
}
.match-detail-wrapper .game-plan .players-list ul li .status.statRed .icon {
  background-image: url(../images/icons/ico-red-card.png);
}
.match-detail-wrapper .game-plan .players-list ul li .status .time {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x57_cond";
  line-height: 30px;
  color: white;
  display: inline-block;
  vertical-align: middle;
}
.match-detail-wrapper .game-plan .players-list ul li .status .icon {
  display: inline-block;
  width: 24px;
  height: 30px;
  position: relative;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.match-detail-wrapper .game-plan .players-list.subPlayer .team-name {
  background: #022c47;
}
.match-detail-wrapper .game-plan .players-list.subPlayer ul li .num {
  opacity: 0.7;
}
.match-detail-wrapper .game-plan .players-list.subPlayer ul li .pos {
  opacity: 0.7;
}
.match-detail-wrapper .game-plan .players-list.subPlayer ul li .name {
  opacity: 0.7;
}
.match-detail-wrapper .game-plan .players-list.subPlayer ul li .status .time {
  opacity: 0.7;
}
.match-detail-wrapper .game-plan .players-list.coach .team-name {
  background: #05608c;
}

.fancybox-close {
  background: url(../images/icons/ico-close.png) center center no-repeat;
  width: 48px;
  height: 48px;
  top: -24px;
  right: -24px;
}

.management-wrapper {
  display: table;
  width: 100%;
  text-align: center;
}
.management-wrapper .item-manage {
  display: inline-table;
  margin: 0 35px 60px;
  max-width: 320px;
  width: 100%;
}

/*edit*/

.management-wrapper .item-manage.item-sub{
  margin: 0 10px 60px;
  max-width: 277px;
}

.management-wrapper .item-manage.item-sub .name h3{
  font-size: 2.9rem;
}

/*edit*/

.management-wrapper .item-manage .image {
  position: relative;
}
.management-wrapper .item-manage .image img {
  width: 100%;
}
.management-wrapper .item-manage .name {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.management-wrapper .item-manage .name h3 {
  font-size: 38px;
  font-size: 3.8rem;
  color: black;
  font-family: "db_helvethaica_x65_med";
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  color: black;
  font-family: "db_helvethaica_x65_med";
  text-transform: uppercase;
}
.management-wrapper .item-manage .name i {
  margin-top: -5px;
  margin-right: 5px;
}
.management-wrapper .item-manage .position {
  display: table;
  width: 100%;
  text-align: center;
  height: 80px;
  background: #1b9aca;
  padding: 0 20px;
  border-top: 10px solid #022c47;
}
.management-wrapper .item-manage .position p {
  display: table-cell;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 30px;
  margin: 0;
  font-family: "db_helvethaica_x47_licond";
  color: white;
  vertical-align: middle;
}
.management-wrapper .newLine {
  display: table;
  width: 100%;
  height: 0;
}


.item-board{
  margin-bottom: 60px;
}

.item-board img{
  max-width: 100%;
}

.item-board .name h3 {
  font-size: 2.9rem;
  color: black;
  font-family: "db_helvethaica_x65_med";
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  color: black;
  font-family: "db_helvethaica_x65_med";
  text-transform: uppercase;
}
.item-board .name i {
  margin-top: -5px;
  margin-right: 5px;
}
.item-board .position {
  display: table;
  width: 100%;
  text-align: center;
  height: 80px;
  background: #1b9aca;
  padding: 0 20px;
  border-top: 10px solid #022c47;
}
.item-board .position p {
  display: table-cell;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 30px;
  margin: 0;
  font-family: "db_helvethaica_x47_licond";
  color: white;
  vertical-align: middle;
}

.item-board .name {
  text-align: center;
  margin: 15px 0;
}


.contact-wrapper {
  display: inline-block;
  width: 100%;
  float: left;
}
.contact-wrapper .stadium-tabs {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.contact-wrapper .stadium-tabs .tabs-control.contact-tabs .nav-tabs li a {
  font-size: 37px;
  font-size: 3.7rem;
}
.contact-wrapper .stadium-tabs .tabs-control .nav-tabs li {
  margin-right: 20px;
}
.contact-wrapper .stadium-tabs .tabs-control .nav-tabs li::after {
  right: -12px;
}
.contact-wrapper .maps-tabs {
  display: inline-block;
  width: 100%;
}
.contact-wrapper .maps-tabs .tabs-control .nav-tabs li a {
  font-size: 56px;
  font-size: 5.6rem;
  text-transform: uppercase;
}
.contact-wrapper .tab-content {
  text-align: center;
}
.contact-wrapper .tab-content .head {
  display: inline-block;
  width: 100%;
}
.contact-wrapper .tab-content .head h3 {
  font-size: 40px;
  font-size: 4rem;
  color: black;
  font-family: "db_helvethaica_x57_cond";
  margin: 0;
}
.contact-wrapper .tab-content .address {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.contact-wrapper .tab-content .address p {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "db_helvethaica_x47_licond";
  color: black;
  margin: 0;
}
.contact-wrapper .tab-content .contact {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.contact-wrapper .tab-content .contact .txt {
  font-size: 30px;
  font-size: 3rem;
  color: black;
  font-family: "db_helvethaica_x47_licond";
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
  box-sizing: border-box;
}
.contact-wrapper .tab-content .contact .txt span {
  display: inline-block;
  margin-right: 10px;
  color: #1b9aca;
}
.contact-wrapper .tab-content .cover {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contact-wrapper .tab-content .cover img {
  max-width: 100%;
  width: auto;
}
.contact-wrapper #map {
  width: 100%;
  height: 700px;
}
.contact-wrapper #local-maps {
  width: 100%;
  height: 700px;
  display: inline-block;
  position: relative;
  float: left;
  background: transparent url("../images/bg/bg-macth.jpg") no-repeat scroll center center/cover;
}
.contact-wrapper #local-maps .local-img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  max-width: 100%;
  width: auto;
  top: 50%;
  left: 50%;
}
.contact-wrapper #local-maps .local-img img {
  max-width: 100%;
  width: auto;
}

.contact-form {
  padding-top: 0;
}
.contact-form .store-wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.contact-form .store-wrapper .head {
  display: inline-block;
  width: 100%;
}
.contact-form .store-wrapper .head h3 {
  font-size: 40px;
  font-size: 4rem;
  color: black;
  font-family: "db_helvethaica_x57_cond";
  margin: 0;
}
.contact-form .store-wrapper .address {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.contact-form .store-wrapper .address p {
  font-size: 27px;
  font-size: 2.7rem;
  font-family: "db_helvethaica_x47_licond";
  color: black;
  margin: 0;
}
.contact-form .store-wrapper .contact {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
.contact-form .store-wrapper .contact .txt {
  font-size: 30px;
  font-size: 3rem;
  color: black;
  font-family: "db_helvethaica_x47_licond";
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
  line-height: 1;
  padding: 0 10px;
  box-sizing: border-box;
}
.contact-form .store-wrapper .contact .txt span {
  display: inline-block;
  margin-right: 10px;
  color: #1b9aca;
}
.contact-form .store-wrapper .contact .txt a {
  color: black;
}
.contact-form .store-wrapper .cover {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contact-form .store-wrapper .cover img {
  max-width: 100%;
  width: auto;
}
.contact-form .formCustom h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 15px;
  line-height: 1;
  color: #1b9aca;
  font-family: "db_helvethaica_x47_licond";
}
.contact-form .formCustom .form-group textarea {
  height: auto;
  min-height: 200px;
  padding: 0 15px;
  resize: none;
}
.contact-form .formCustom .capcha {
  padding-top: 20px;
  margin-bottom: 20px;
}
.contact-form .formCustom .capcha .image {
  text-align: right;
  max-width: 277px;
  float: right;
}
.contact-form .formCustom .capcha .image img {
  max-width: 100%;
  width: auto;
  border: 1px solid #cacaca;
}
.contact-form .formCustom .capcha .btn-refresh {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #cacaca;
  margin-bottom: 14px;
  background: url(../images/icons/ico-refresh.png) center center no-repeat;
}
.contact-form .formCustom .capcha .btn-refresh:hover {
  background: #1b9aca url(../images/icons/ico-refresh-02.png) center center no-repeat;
}
.contact-form .formCustom .capcha .input__field {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "db_helvethaica_x47_licond";
  background: none;
  border: 1px solid #cacaca;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  padding: 0 15px;
  max-width: 277px;
}
.contact-form .formCustom .capcha .input__field:focus {
  box-shadow: none;
}
.contact-form .formCustom .button-control [class^="btn-"] {
  border: none;
  background: #acc2cd;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "db_helvethaica_x87_blkcond";
  height: 55px;
  line-height: 55px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: none;
  text-transform: uppercase;
  text-align: center;
  min-width: 200px;
  padding: 0px 15px;
}
.contact-form .formCustom .button-control [class^="btn-"]:hover {
  background: #1b9aca;
}
.contact-form .formCustom .button-control .btn-submit {
  float: right;
}
.contact-form .formCustom .button-control .btn-cancel {
  float: left;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  max-width: 80%;
}

.nav-responsive {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 0;
}
.nav-responsive ul {
  display: inline-block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.nav-responsive ul li {
  display: inline-block;
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.nav-responsive ul li:first-child {
  text-align: left;
}
.nav-responsive ul li:last-child {
  text-align: right;
}
.nav-responsive ul li [class^="btn-"] {
  padding: 0;
}
.nav-responsive ul li .btn-search span {
  font-size: 20px;
  font-size: 2rem;
  color: white;
  display: inline-block;
  margin-left: 5px;
  font-family: "db_helvethaica_x47_licond";
}

.login-mobile {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 40px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  background: #acc2cd;
  z-index: 9999;
}
.login-mobile:hover, .login-mobile.active {
  background: #1b9aca;
}

#menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background: #083151;
  z-index: 99999;
}
#menu-toggle:hover {
  background: rgba(8, 49, 81, 0.9);
}
#menu-toggle * {
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#menu-toggle span {
  display: block;
  background: white;
  border-radius: 2px;
}
#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  top: 7px;
  left: 5px;
  margin: 4px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 4px;
  position: absolute;
  top: 10%;
  left: 18px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 4px;
  position: absolute;
  left: 10%;
  top: 18px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.search-popup .search-wrapper {
  position: absolute;
  display: table;
  max-width: 450px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-popup .search-wrapper .search-box {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  position: relative;
  width: 0;
  padding: 0 30px;
}
.search-popup .search-wrapper .search-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #fff;
  left: 30px;
  right: 30px;
}
.search-popup .search-wrapper .search-box.active {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  opacity: 1;
  width: 100%;
}
.search-popup .search-wrapper .search-box ::-webkit-input-placeholder {
  color: #fff;
}
.search-popup .search-wrapper .search-box ::-moz-placeholder {
  color: #fff;
}
.search-popup .search-wrapper .search-box :-ms-input-placeholder {
  color: #fff;
}
.search-popup .search-wrapper .search-box input:-moz-placeholder {
  color: #fff;
}
.search-popup .search-wrapper .search-box .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: "db_helvethaica_x45_li";
  color: #f0f0f0;
  line-height: 30px;
  height: 35px;
  font-weight: normal;
  vertical-align: middle;
  font-size: 25px;
  padding: 0 55px 0 15px;
  width: 100%;
  border: none;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.search-popup .search-wrapper .search-box .form-control:focus {
  box-shadow: none;
}
.search-popup .search-wrapper .search-box button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0.9;
  background-color: inherit;
  background-image: url(../images/icons/ico-search.png);
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 0;
  width: 40px;
  height: 35px;
  border: none;
  box-shadow: none;
}
.search-popup .search-wrapper .search-box button:hover {
  opacity: 1;
}

.menu-responsive {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  max-height: 100%;
  z-index: 900;
  padding: 15px 0;
  background: #030d17;
  overflow-x: hidden;
  overflow-y: auto;
  border-bottom: 3px solid #083151;
  visibility: hidden;
}
.menu-responsive.active {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: 0;
  padding-top: 95px;
  visibility: visible;
}
.menu-responsive .cd-accordion-menu {
  background: none;
}
.menu-responsive .cd-accordion-menu label::after {
  display: none;
}
.menu-responsive .cd-accordion-menu label, .menu-responsive .cd-accordion-menu a {
  background: none;
  font-size: 1.9rem;
  color: white;
  font-family: "db_helvethaica_x65_med";
  font-weight: normal;
  padding: 0 15px;
  text-transform: uppercase;
}
.menu-responsive .cd-accordion-menu label:hover, .menu-responsive .cd-accordion-menu a:hover {
  background: #1b9aca;
}
.menu-responsive .cd-accordion-menu label::before {
  left: 15px;
}
.menu-responsive .cd-accordion-menu ul label::before {
  left: 28px;
}
.menu-responsive .cd-accordion-menu ul li a {
  padding: 0 30px;
  position: relative;
  font-size: 1.75rem;
}
.menu-responsive .cd-accordion-menu ul li a::before {
  content: "•";
  color: white;
  position: absolute;
  left: 19px;
  top: -1px;
  font-size: 1.75rem;
}
.menu-responsive .cd-accordion-menu ul li a:hover {
  background: rgba(27, 154, 202, 0.5);
}
.menu-responsive .cd-accordion-menu a::after {
  display: none;
}
.menu-responsive .cd-accordion-menu label::before {
  left: auto;
  right: 15px;
}
.menu-responsive .cd-accordion-menu ul {
  border-top: 1px solid #41444a;
}
.menu-responsive .cd-accordion-menu ul label, .menu-responsive .cd-accordion-menu ul a {
  box-shadow: none;
}

.login-responsive {
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 900;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.login-responsive.active {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: 0;
  padding-top: 80px;
  visibility: visible;
}
.login-responsive .social-control ul li [class^="link-"] {
  width: 35px;
  height: 35px;
}
.login-responsive button.btn-login {
  font-size: 2.2rem;
  height: 35px;
  line-height: 35px;
}
.login-responsive .form-custom {
  padding-bottom: 10px;
}
.login-responsive .button-register {
  margin-top: 10px;
}
.login-responsive .button-register::after {
  height: 50px;
}
.login-responsive .form-custom {
  padding-bottom: 10px;
}

.tabs-onMobile {
  display: none;
  margin-bottom: 15px;
}
.tabs-onMobile .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.tabs-onMobile .caret {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid white;
}
.tabs-onMobile .dropup .caret, .tabs-onMobile .navbar-fixed-bottom .dropdown .caret {
  border-bottom: 7px solid white;
  border-top: 0 none;
}
.tabs-onMobile .bootstrap-select > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #06273f;
}
.tabs-onMobile .bootstrap-select.btn-group .btn .filter-option {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "db_helvethaica_x47_licond";
  color: white;
}
.tabs-onMobile .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 20px;
  font-size: 2rem;
  font-family: "db_helvethaica_x47_licond";
}
.tabs-onMobile .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.pop-product {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1500;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
}
.pop-product.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.pop-product.active .pop-container {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  visibility: visible;
  opacity: 1;
  left: 50%;
}
.pop-product .close-popup {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 60px;
  height: 60px;
  right: -20px;
  top: -20px;
  z-index: 500;
  cursor: pointer;
  opacity: 0.9;
  background: url(../images/icons/ico-close02.png) center center no-repeat;
}
.pop-product .close-popup:hover {
  opacity: 1;
}
.pop-product .pop-container {
  -webkit-transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
  -ms-transition: all 0.7s ease-in-out 0s;
  transition: all 0.7s ease-in-out 0s;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  padding: 10px;
  top: 50%;
  left: -50%;
  width: 880px;
  min-height: 300px;
  background: white;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.75);
}
.pop-product .pop-wrapper {
  padding: 30px;
  width: 100%;
  display: inline-block;
  float: left;
  -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.17);
  box-shadow: inset 0px 0px 17px 0px rgba(0, 0, 0, 0.17);
}
.pop-product .pop-wrapper p {
  font-size: 26px;
  font-size: 2.6rem;
  color: black;
}

/*
 * Style entry-pdpa
 */

 .entry-pdpa{
    background-color: #061928;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 1rem;
    z-index: 999;
    font-size: 2rem;
  }

  .entry-pdpa p{
    margin: 0;
  }

  .entry-pdpa a{
    color: #bce732;
  }

  .entry-pdpa a:hover{
    color: #bce732;
    text-decoration: underline;
  }

.txt-detail{
  font-size: 30px;
}
@media all and (max-width: 767px){
.txt-detail{
  font-size: 24px;
}
}