@font-face {
  font-family: 'Graphie Bold';
  src: url('fonts/Graphie-Bold.otf') format('opentype');
}
.flex-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column {
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.flex-row {
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.header {
  background: linear-gradient(to top,#fdca27,#fee934);
}
@media (min-width: 801px) {
  .header {
    padding-bottom: 53px;
  }
}
.products {
  padding-top: 198px;
}
.products h3 {
  margin-bottom: 89px;
}
.products h3:after {
  content: '';
  width: 20px;
  height: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  background: #900c0c;
}
@media (max-width: 800px) {
  .products {
    padding-top: 66px;
  }
  .products h3 {
    margin-bottom: -64px;
  }
  .products h3:after {
    margin-top: 7px;
  }
}
.games .inside .game:first-child,
.games .inside .game:nth-child(2) {
  display: none;
}
.product {
  background: 50% 0 no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 800px) {
  .product {
    padding-top: 62px;
    background-image: none !important;
  }
}
.product .white-shade {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to top,white,white,white,white,rgba(255,255,255,0));
  z-index: 1;
}
.product .content {
  position: relative;
  z-index: 2;
}
.product .inside-pr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-family: 'Roboto';
}
.product .inside-pr .description {
  margin: 0 46px 0 0;
  max-width: 490px;
}
.product .inside-pr .description .heading {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
}
.product .inside-pr .description .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  padding-top: 14px;
}
.product .inside-pr .info {
  margin: 3px 0 0 46px;
  max-width: 490px;
}
.product .inside-pr .info .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 44px;
}
.product .inside-pr .info .row:nth-child(3) {
  margin-bottom: 37px;
}
.product .inside-pr .info .row:nth-child(4) {
  margin-bottom: 24px;
}
.product .inside-pr .info .row .name {
  max-width: 125px;
  min-width: 125px;
  margin: auto 29px auto 0;
  font-weight: 300;
  font-size: 14px;
}
.product .inside-pr .info .row .value {
  margin: auto 0 auto 0;
  font-weight: 700;
  font-size: 14px;
}
.product .inside-pr .info .country {
  max-width: 230px;
  min-width: 230px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 45px;
}
.product .inside-pr .info .country .icon {
  max-width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: inset 0 0 2px 1px rgba(0,0,0,0.1);
  margin: auto 8px auto 0;
  background-size: cover;
  background-position: center;
}
.product .inside-pr .info .country .name {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 16px;
  margin: auto 0 auto 25px;
}
.product .inside-pr .info .rating-container {
  font-size: 22px;
}
.product .inside-pr .info .rating-container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product .inside-pr .info .rating-container > div > span {
  margin: auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product .inside-pr .info .rating-container > div > span .star {
  margin: auto 1px;
}
@media (max-width: 800px) {
  .product .inside-pr {
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .product .inside-pr .description {
    margin: 0;
  }
  .product .inside-pr .description .heading {
    font-size: 23px;
    text-align: center;
  }
  .product .inside-pr .description .text {
    font-size: 14px;
    line-height: 25px;
  }
  .product .inside-pr .info {
    margin: 0;
  }
  .product .inside-pr .info .row {
    margin-bottom: 22px;
    margin-top: 22px;
  }
  .product .inside-pr .info .row:nth-child(4) {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .product .inside-pr .info .row:nth-child(3) {
    margin-bottom: 12px;
  }
  .product .inside-pr .info .row:last-child {
    margin-top: 0;
  }
  .product .inside-pr .info .row:last-child .name {
    display: none;
  }
  .product .inside-pr .info .row:last-child .value {
    width: 100%;
  }
  .product .inside-pr .info .row .name {
    font-size: 14px;
  }
  .product .inside-pr .info .row .value {
    font-size: 14px;
  }
}
.product .citation-wrap {
  height: 222px;
  max-width: 774px;
  margin: 172px auto 0 auto;
}
.product .citation-wrap .quotes {
  height: 90px;
  width: 112px;
  background-image: url("/img/leap-c.png");
  margin-top: -34px;
}
@media (max-width: 800px) {
  .product .citation-wrap .quotes {
    width: 72px;
    height: 58px;
    margin-top: -17px;
  }
}
.product .citation-wrap .text {
  font-size: 16px;
  margin-top: -20px;
}
.product .citation-wrap .label {
  display: none;
}
.product .reviews {
  margin-bottom: 86px;
}
@media (max-width: 800px) {
  .product .reviews {
    margin-bottom: -51px;
  }
}
.game-slider {
  width: 880px;
  height: 615px;
  margin: 0 auto 193px auto;
  position: relative;
}
@media (max-width: 920px) {
  .game-slider {
    width: 100%;
    height: 200px;
    margin-top: 92px;
  }
}
@media (max-width: 800px) {
  .game-slider {
    margin-bottom: 59px;
  }
}
.game-slider .game-image {
  height: 100%;
}
.game-slider .link-arrow {
  position: absolute;
  top: 232px;
}
.game-slider .link-arrow-next {
  right: -96px;
}
.game-slider .link-arrow-prev {
  display: none;
  left: -96px;
}
@media (max-width: 1100px) {
  .game-slider .link-arrow-next {
    right: -50px;
  }
  .game-slider .link-arrow-prev {
    left: -50px;
  }
}
@media (max-width: 980px) {
  .game-slider .link-arrow {
    display: none;
  }
}
.game-slider .swiper-wrapper {
  height: 100%;
}
.game-slider .gallery-top {
  height: 500px;
  margin-bottom: 5px;
}
.game-slider .gallery-top .swiper-slide {
  height: 495px;
  margin-top: 0;
}
@media (max-width: 920px) {
  .game-slider .gallery-top {
    height: 200px;
  }
  .game-slider .gallery-top .swiper-slide {
    height: 155px;
  }
}
.game-slider .gallery-top .game-image {
  background: center no-repeat;
  background-size: contain;
  height: 100%;
}
.game-slider .gallery-top .swiper-pagination {
  display: none;
}
.game-slider .gallery-top .swiper-pagination-bullet {
  background: #d2d7db;
}
.game-slider .gallery-top .swiper-pagination-bullet-active {
  background: #78909c;
}
@media (max-width: 800px) {
  .game-slider .gallery-top .swiper-pagination {
    display: block;
  }
}
.game-slider .swiper-container-horizontal .swiper-scrollbar {
  background: #eceff1;
  height: 12px;
  bottom: 0;
}
.game-slider .swiper-container-horizontal .swiper-scrollbar-drag {
  background: #d2d7db;
  height: 10px;
  margin-top: 1px;
}
.game-slider .gallery-thumbs {
  height: 120px;
}
.game-slider .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 90px;
  margin-top: 0;
}
.game-slider .gallery-thumbs .game-image {
  background-size: cover;
}
.game-slider .gallery-thumbs .video-button {
  height: 30px;
  max-width: 30px;
  min-width: 30px;
}
@media (max-width: 800px) {
  .game-slider .gallery-thumbs {
    display: none;
  }
}
.next-product {
  height: 147px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.next-product h4 {
  color: white;
  margin: 0 auto;
}
.next-product .inner {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.next-product .inner .link {
  margin: 21px auto 0 auto;
}
.next-product .inner .link a {
  line-height: 35px;
  font-family: 'Roboto';
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #fee934;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 auto;
}
.next-product .inner .link a > span {
  display: block;
  margin: auto 0;
}
.next-product .inner .link a:after {
  display: block;
  content: '';
  min-width: 28px;
  max-width: 28px;
  height: 28px;
  margin: auto auto auto 15px;
  border-radius: 50%;
  border: 2px solid #fee934;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/arrow_y.png");
}
.next-product .inner .link a:hover {
  text-decoration: none;
  color: #900c0c;
}
.next-product .inner .link a:hover:after {
  border-color: #900c0c;
  background-image: url("/img/arrow_r.png");
}
.next-product-alt h4 {
  color: black;
}
.next-product-alt .inner .link a {
  color: #4e15a4;
}
.next-product-alt .inner .link a:after {
  border: 2px solid #4e15a4;
  background-image: url("/img/arrow_p.png");
}
