body {
  font-family: "Roboto", sans-serif;
  background: #3e3e3e;
  color: #fff;
}

img {
  width: 100%;
  height: auto;
}

.show-review-modal {
  cursor: pointer;  
}

a:hover {
  text-decoration: none;
}

.bg-overlay {
  background-image: url(/wp-content/themes/berlin-east-60fg/images/bg-overlay.jpg?x64524);
  background-repeat: no-repeat;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: top center;
  background-size: cover;
}

.main {
  background: #2a3d49;
  padding: 20px 40px;
  z-index: 2;
  position: relative;
}

/* header block */
img.logo-img {
  width: 390px;
}
.event-wrapper {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.event-wrapper {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
}

.header-menu {
  padding: 0;
  list-style: none;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0;
}

.header-menu li {
  display: inline-block;
  padding-right: 15px;
}

.header-menu li a {
  color: #5fc2fa;
}

.top-header {
  padding-bottom: 15px;
  position: relative;
}

/* end header block */

/* top 1 block */
.main-content {
  margin-top: 15px;
}
.ttl-blk {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 15px;
}
.top-one {
  margin-bottom: 30px;
}
.top-one-img img {
  width: 100%;
}
.top-one-img video {
  background: #000;
  object-fit: fill;
  max-width: 100%;
}
.top-one-inner {
  background: #1f292f;
  border: 3px solid #ff8f28;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  position: relative;
}
.top-one-box {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 80;
  background-color: #ff8f28;
  padding: 10px;
  left: -82px;
  top: 20px;
  border-radius: 6px 0px 0px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-one-box .top-box-inner h5.rank {
  font-family: "Enriqueta", serif;
  font-weight: 700;
  border-top: none;
  border-right: none;
  color: #fff;
  position: relative;
  font-size: 100px;
  text-align: center;
  margin: 0;
  line-height: 40px;
}
.ribbon-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  right: 0;
  height: 100%;
}
.ribbon {
  margin: 0;
  padding: 0;
  background: #ff8f28;
  color: #fff;
  padding: 1em 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
  font-size: 13px;
  font-weight: 500;
  width: 80px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: #ff8f28;
}
.ribbon:before {
  right: 100%;
}
.ribbon:after {
  left: 100%;
}
.top-one-capt {
  padding: 30px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  position: relative;
}
.top-one-capt .teaser-ct {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-one-capt .teaser-ct.has-bullet-points{
  -webkit-line-clamp: initial;
}
.top-one-ttl h3 a {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.top-one-ttl h3 a:hover {
  text-decoration: none;
}
.top-one-ttl .title-tag {
  display: flex;
}
.top-one-ttl .tag-wrapper {
  flex: 1;
  text-align: right;
  border-bottom: 1px solid #d2d2cb;
  height: 30px;
  margin-left: 30px;
  margin-top: -2px;
}
.top-one-header {
  position: relative;
  z-index: 99;
}
.ad-block {
  font-size: 11px;
  opacity: 0.7;
  font-weight: 100;
  margin-bottom: 25px;
}
.ad-block.ad-block-mb {
  margin-bottom: 15px;
}
.a-advertiser-disclosure {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  color: #fff;
}
.a-advertiser-disclosure:hover {
  text-decoration: underline;
  color: #fff;
}
a.browser-game,
a.download-game {
  font-weight: 400;
  font-size: 14px;
  color: #d2d2cb;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 24px;
}
a.browser-game:after {
  content: "";
  margin-left: 5px;
  background: url(../images/icons/browser.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
a.download-game:after {
  content: "";
  margin-left: 5px;
  background: url(../images/icons/download.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.votes-wrapper {
  margin-top: -10px;
}
.rate-star {
  display: inline-block;
}
.rate-star img {
  width: 16px;
  height: 16px;
}
.vote-count {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  color: #55aee9;
  padding-left: 5px;
}
.top-one-teaser {
  margin-top: 20px;
}
.top-one-teaser ul {
  padding-left: 0;
}
.top-one-teaser ul li {
  list-style: disc;
}
.top-one-teaser .bullet-points ul li {
  position: relative;
  padding-left: 30px;
  list-style: none;
}
.top-one-teaser .bullet-points ul li::before {
  content: url('../images/icons/bi-controller.svg');
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #ff8f28;
}
.top-one-btn {
    min-height: 180px;
}
.top-one-btn .play-button {
  font-weight: 900;
  font-size: 35px;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.play-button {
  background: #93c412;
  border: 1px solid #93c412;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25), inset 0px 8px 20px #e3ff75;
  border-radius: 6px;
  text-align: center;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  height: 51px;
}
.play-button:hover {
  background: #82b223;
  border-color: #82b223;
  color: #fff;
}
.top-one-btn .other-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  align-items: flex-end;
}
.top-one-btn .other-btn .col-md-6.video-wrap {
  padding-right: 0;
}
a.video-button {
  color: #d2d2cb;
}
.video-button p {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.video-button .video-image {
    position: relative;
}
.video-button .video-image:after {
  content: url("../images/icons/play.svg");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}
a.info-button:not([href]):not([tabindex]){
  color: #3e3e3e;
}
.info-button {
  background: #d2d2cb;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25), inset 0px 8px 20px #f4f4f3;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #3e3e3e;
  width: 100%;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
}
.info-button::before {
  content: "";
  margin-right: 5px;
  background: url(../images/icons/info.svg);
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.info-button:hover {
  color: #3e3e3e;
}
/* end top 1 block */

/* top 2 block */
.top-four-header {
  position: relative;
}
.top-ttl {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}
.updated-claim-text {
  position: absolute;
  top: 10px;
  right: 0;
  font-weight: 300;
  font-size: 16px;
}
.top-four-itm {
  position: relative;
  background: #435d6d;
  border: 3px solid #026be7;
  border-radius: 6px;
  margin-bottom: 30px;
}
.rank {
  border-top: 70px solid #435d6d;
  border-right: 70px solid transparent;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.rank span {
  position: absolute;
  top: -64px;
  left: 0;
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  color: #fff;
  width: 40px;
}
.top-four-itm .rank span {
  top: -72px;
  left: 5px;
  font-size: 24px;
}
.top-four-itm .img-col {
  padding-right: 50px;
}
.top-four-itm .info-col {
  padding: 20px 0 20px 0;
  margin-left: -35px;
}
.top-four-itm .rank {
  border-top-width: 79px;
  border-right-width: 79px;
  width: 79px;
  height: 79px;
}
.top-four-itm.darkblue .rank {
  border-top-color: #026be7;
}
.top-four-itm.darkblue .ribbon,
.top-four-itm.darkblue .ribbon::before,
.top-four-itm.darkblue .ribbon::after {
  background: #026be7;
}
.top-four-itm.blue {
  border-color: #29aaff;
}
.top-four-itm.blue .rank {
  border-top-color: #29aaff;
}
.top-four-itm.blue .ribbon,
.top-four-itm.blue .ribbon::before,
.top-four-itm.blue .ribbon::after {
  background: #29aaff;
}
.top-four-itm.lightblue {
  border-color: #5fc2fa;
}
.top-four-itm.lightblue .rank {
  border-top-color: #5fc2fa;
}
.top-four-itm.lightblue .ribbon,
.top-four-itm.lightblue .ribbon::before,
.top-four-itm.lightblue .ribbon::after {
  background: #5fc2fa;
}
.top-four-itm .video-button .video-image {
    position: relative;
    height: 51px;
    background: #c4c4c4;
    width: auto;
}
.top-four-itm .c2a-btn-col {
  padding-right: 0;
  max-width: calc(58.333333% + 15px);
  -ms-flex: 0 0 calc(58.333333% + 15px);
  flex: 0 0 calc(58.333333% + 15px);
}
.top-four-itm .other-btn {
  max-width: calc(41.666667% - 15px);
  -ms-flex: 0 0 calc(41.666667% - 15px);
  flex: 0 0 calc(41.666667% - 15px);
}
.t-f-ttl {
  border-bottom: 1px solid #d2d2cb;
  margin-bottom: 15px;
}
.t-f-ttl h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px;
  color: #fff;
}
.t-f-ttl h3 a {
  color: #fff;
}
.rate-vote {
  margin-bottom: 10px;
}
.t-f-teaser {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.t-f-btn.no-video {
  align-items: flex-end;
}
.top-four-itm .video-button {
  margin-bottom: 10px;
  display: block;
}
/* end top 2 block */

/* the list block */
.banner-wrapper {
  float: right;
  position: relative;
}
.banner-ads-rotation {
  width: 160px;
  height: 600px;
  background-color: #a8a8a8;
}
.banner-wrapper-inner.is_stuck {
  top: 15px !important;
}
.game-blk {
  width: calc(100% - 180px);
  float: left;
}
.game-ranking-header {
  z-index: 99;
  position: relative;
}
.game-ranking-headline {
  font-weight: 300;
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.game-itm {
  position: relative;
  margin-bottom: 15px;
  background: #c4c4c4;
  border-radius: 6px;
  border: solid 1px #435d6d;
}
.game-itm-inner {
  margin-right: 0;
}
.game-itm .game-img {
  padding-right: 0;
}
.game-itm .game-ttl h3 {
  margin-bottom: 0;
}
.game-itm .game-ttl h3 a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.game-itm .game-capt {
  padding: 10px 15px;
  background: #435d6d;
}
.game-itm .game-ttl {
  border-bottom: 1px solid #d2d2cb;
  margin-bottom: 10px;
}
.game-itm .rate-star img {
  width: 14px;
  height: 14px;
}
.game-itm .vote-count {
  font-size: 12px;
}
.game-itm .rating-tag {
  position: relative;
}
.game-itm .tag-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.game-itm .game-teaser {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.game-itm .game-btn {
    align-items: flex-end;
}
.game-itm .game-btn .other-btn {
    padding-left: 0px;
}
/* end the list block */
/* footer */
.footer {
  background: #2a3d49;
  border-top: 1px solid #d2d2cb;
  padding: 15px 40px;
  position: relative;
  z-index: 1;
}
.footer-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-menu li {
  display: inline-block;
  padding-right: 15px;
}
.footer-menu li a {
  color: #fff;
}
/* end footer */
/* review modal */
.site-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.site-loading .spinner {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
/* spinner */
.spinner {
    margin: 10px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner > div {
    background-color: #ff8f28;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    margin: 0 1px;
  }
  
  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }
  
  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }
.fade.in {
  opacity: 1;
}
.review-modal {
  width: 800px;
  max-width: 800px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 45px auto;
}
.star-rating-single img {
  width: 16px;
  height: 16px;
}
.review-modal .modal-content {
  height: calc(100vh - 90px);
  border: none;
  position: relative;
}
.review-modal .modal-header {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 15px 15px 15px;
  border: none;
}
.review-modal .modal-title {
  font-weight: bold;
  font-size: 30px;
}
.review-modal .modal-header .row {
  width: 100%;
}
.review-modal .modal-body {
  padding-left: 30px;
  padding-right: 15px;
  height: calc(100vh - 96px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.review-modal .close {
  position: absolute;
  right: 24px;
  top: 24px;
  color: #abb5b6;
  border: solid;
  padding: 5px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  z-index: 9;
}
.review-modal .inf-main-img {
  border-radius: 6px;
  border: solid 1px #2A3D49;
  background: #2A3D49;
}
.review-modal .game-slide-thumb {
  padding: 15px;
}
.arrow {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.arrow-right {
  transform: rotate(45deg);
}
.arrow-left {
  transform: rotate(-135deg);
}
.flex-direction-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a:before {
  content: '';
}
.review-modal .game-slide-thumb .arrow {
  width: 20px;
  height: 20px;
}
.review-modal .game-slide-thumb .flex-direction-nav a {
  margin-top: -30px;
}
.review-modal .game-slide-thumb:hover .flex-direction-nav .flex-next {
  right: 20px;
}
.review-modal .game-slide-thumb:hover .flex-direction-nav .flex-prev {
  left: 20px;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.review-modal .subtitle-section {
  margin: 30px auto;
}
.review-modal .subtitle-section h1 {
  font-weight: 500;
  font-size: 25px;
}
.review-modal .subtitle-section .short-desc p {
  margin-bottom: 0;
}
.review-modal .subtitle-section .buzzwords ul {
  padding-left: 0;
  list-style: none;
}
.review-modal .subtitle-section .buzzwords ul li {
  display: flex;
  border-bottom: solid 1px #435D6D;
  width: 100%;
  height: 40px;
  align-items: center;
  position: relative;
}
.review-modal .subtitle-section .buzzwords label {
  color: #435D6D;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
}
.review-modal .subtitle-section .buzzwords img {
  height: 20px;
  width: auto;
  position: absolute;
  right: 0;
}
.review-modal h2 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.review-modal .star-rating-wrap-single img{
  width: 30px;
  height: 30px;
}
.review-modal .vote-count {
  font-size: 14px;
  padding-left: 0;
  margin-top: 10px;
}
.review-modal .m-rate-itm {
  font-size: 14px;
  font-weight: 400;
  color: #435D6D;
  text-transform: uppercase;
  border-bottom: solid 1px #435D6D;
  padding-top: 15px;
  padding-bottom: 5px;
  position: relative;
}
.review-modal .m-rate-itm .star-rating-single{
  position: absolute;
  top: 10px;
  right: 0;
}
.review-modal .star-video {
  margin-bottom: 30px;
}
.btn-shortcode {
  margin: 15px auto;
}
.inf-main-content .wp-caption {
  width: auto !important;
}
.inf-main-content img {
  border-radius: 6px;
}
.inf-main-content .wp-caption-text {
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
}
.videoModal .modal-dialog {
  width: 800px;
  max-width: 800px;
  margin: 20% auto;
}
.videoModal .modal-content {
  background-color: transparent;
  border: none;
}
.vid-modal {
  position: relative;
}
.vid-modal .close {
  position: absolute;
  top: -5px;
  right: 15px;
  color: #1f292f;
  text-shadow: 0 1px 0 #1f292f;
  opacity: 1;
}
.page-content {
  min-height: 68vh;
}
.page-content h2 {
  font-size: 26px;
}

.page-content h3 {
  font-size: 20px;
}
.page-content img {
  width: auto;
  height: auto;
}



#backToTop {
  background-color: #ff8f28;
  color: white;
  padding: 13px 15px;
  position: fixed;
  line-height: 16px;
  bottom: 20px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
  border: none;
  display: none;
  text-align: center;
  opacity: 0.5;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1030px;
  }
}

@media (min-width: 2000px) {
  .bg-overlay {
    background-size: auto;
    background-repeat: repeat-y;
  }
}