.tickets {
  background-image: url('../img/tickets-bg.png');
  width: 270px;
  height: 450px;
  position: relative;
  box-shadow: 0 2px 0 0 #c9c9c9;
  margin-bottom: 30px;
}

.tickets .tickets-title {
  height: 48px;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 24px;
  padding-left: 16px;
}

.tickets .tickets-tournament {
  height: 84px;
  display: table;
  margin-bottom: 32px;
}

.tickets .tickets-tournament .tickets-tournament-title {
  width: 154px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 16px;
}

.tickets .tickets-tournament .tickets-tournament-title span.text {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #5b0000;
  box-shadow: 7px 0 0 #5b0000, -15px 0 0 #5b0000;
  padding: 7px 0;
  line-height: 22px;
}

.tickets .tickets-tournament .tickets-tournament-logo {
  width: 100px;
  text-align: center;
  height: inherit;
}

.tickets .tickets-tournament .tickets-tournament-logo img {
  max-width: 100%;
  max-height: 100%;
}

.tickets .tickets-match {
  margin: 0 23px 18px;
  height: 95px;
}

.tickets .tickets-match .tickets-match-team2,
.tickets .tickets-match .tickets-match-team1 {
  width: 107px;
  text-align: center;
}

.tickets .tickets-match .tickets-match-team2 .tickets-match-team2-logo,
.tickets .tickets-match .tickets-match-team1 .tickets-match-team1-logo {
  width: 75px;
  height: 75px;
  border-radius: 38px;
  margin: auto;
  background-color: #ffffff;
}

.tickets .tickets-match .tickets-match-team2 .tickets-match-team2-logo img,
.tickets .tickets-match .tickets-match-team1 .tickets-match-team1-logo img {
  width: 75px;
  height: 75px;
  border-radius: 38px;
}

.tickets .tickets-match .tickets-match-team2 .tickets-match-team2-title,
.tickets .tickets-match .tickets-match-team1 .tickets-match-team1-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tickets .tickets-match .tickets-match-sep {
  height: 100%;
  width: 10px;
  position: relative;
}

.tickets .tickets-match .tickets-match-sep:before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  width: 10px;
  height: 17px;
  background-image: url('../img/flash-icon.png');
}

.tickets .tickets-place,
.tickets .tickets-date {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
}

.tickets .tickets-place {
  margin-bottom: 20px;
}

.tickets-slider .tickets-slider-cont {
  width: 100%;
  overflow: hidden;
}

.tickets-slider .tickets-slider-cont .tickets-slider-cont-matches {
  overflow: hidden;
  height: 100%;
  width: 100000%;
  min-width: 100%;
  position: relative;
  left: 0;
}

.tickets-slider .tickets-slider-cont .tickets-slider-cont-matches .tickets-slider-cont-matches-m {
  float: left;
  width: 270px;
}

.tickets .tickets-slider-right-arrow-cont,
.tickets .tickets-slider-left-arrow-cont {
  position: absolute;
  top: calc(50% - 26px);
  width: 32px;
  height: 52px;
  cursor: pointer;
  z-index: 2;
}

.tickets .tickets-slider-left-arrow-cont {
  left: 0;
}

.tickets .tickets-slider-right-arrow-cont {
  right: 0;
}

.tickets .tickets-slider-right-arrow-cont .tickets-slider-cont-right-arrow {
  border-radius: 4px 0 0 4px;
}

.tickets .tickets-slider-left-arrow-cont .tickets-slider-cont-left-arrow {
  border-radius: 0 4px 4px 0;
}

.tickets .tickets-slider-right-arrow-cont .tickets-slider-cont-right-arrow,
.tickets .tickets-slider-left-arrow-cont .tickets-slider-cont-left-arrow {
  height: 100%;
  width: 100%;
}

.tickets .tickets-slider-right-arrow-cont:hover .tickets-slider-cont-right-arrow,
.tickets .tickets-slider-left-arrow-cont:hover .tickets-slider-cont-left-arrow {
  background-color: #cfd1d3;
}

.tickets .tickets-slider-right-arrow-cont .tickets-slider-cont-right-arrow > .fa,
.tickets .tickets-slider-left-arrow-cont .tickets-slider-cont-left-arrow > .fa {
  font-size: 13px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -6.5px;
  left: 50%;
  margin-left: -4.65px;
}

.tickets .tickets-slider-right-arrow-cont:hover .tickets-slider-cont-right-arrow > .fa,
.tickets .tickets-slider-left-arrow-cont:hover .tickets-slider-cont-left-arrow > .fa {
  color: #5b0000;
}

.tickets .tickets-slider-indicators {
  text-align: center;
  margin-bottom: 20px;
}

.tickets .tickets-slider-indicators > .fa {
  margin: 0 3px;
  color: #ffffff;
  cursor: pointer;
}

.tickets .tickets-slider-indicators > .fa.active:before {
  content: "\f111";
}

.tickets .tickets-button {
  width: 170px;
  height: 38px;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  border-radius: 2px;
  background-color: #ff6000;
  display: block;
  cursor: pointer;
}
