/*@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,latin-ext);*/
body {
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  background: #eeeeee;
  position: relative;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
p {
  line-height: 1.2em;
}
a {
  color: black;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #ff3500;
}
.article a {
  color: #ff3500;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.article a:hover {
  background: #ff3500;
  color: white;
}
ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .mobile-navigation {
    display: none;
  }
}
form {
  margin: 0;
  padding: 0;
}
input[type="text"],
button[type="submit"],
input[type="email"] {
  padding: 15px;
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  border: none;
  box-sizing: border-box;
}
input[type="text"]:focus,
button[type="submit"]:focus,
input[type="email"]:focus {
  outline: none;
}
input[type="text"].wide,
button[type="submit"].wide,
input[type="email"].wide {
  padding: 15px 35px;
}
.pie {
  perspective: 1px;
}
button[type="submit"] {
  background: #007ab5;
  color: white;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
button[type="submit"]:hover {
  background: #005b86;
  color: white;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content iframe {
  margin: 0 auto !important;
  display: block;
}
.section-page-title-wrapper {
  padding: 10px;
}
@media (max-width:991.98px){
  .section-page-title-wrapper {
    padding: 10px 0;
  }
}
.ad-skin-space {
  margin-top: 90px;
  height: 341px;
  /*
  margin-top: 100px;
  height: 100px;
  */
}
@media (max-width: 767.98px) {
  .ad-skin-space {
    margin-top: 71px;
    height: 0 !important;
  }
}
.ad-skin-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.ads-skin .mcff {
  z-index: 1;
  position: relative;
  margin-top: 0;
}

.ad-header-after {
  margin-top: 100px;
  height: 150px;
}

@media (max-width:767.98){
    .ad-header-after {margin-top: 65px;}
}

.ad-header-after-article {
  background-color: #eeeeee;
  margin: 0;
  padding: 30px 0 25px;
}
.ads-header-after .mcff {
  margin-top: 0;
}
.ads-header-after .category-bg {
  top: 0;
}
.ads-skin,
.global-bg,
.ads-header-after,
.global-bg {
  margin-top: 0;
  -webkit-background-size: contain;
  background-size: contain;
}
.formatted_image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
}
.formatted_image img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.formatted_image figcaption {
  padding: 8px;
  margin: 0;
  background-color: #007ab5;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.formatted_image.gallery img {
  cursor: pointer;
}
.formatted_image picture + figcaption,
.formatted_image_caption{
  margin: -0.3rem 0 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
  font-weight: normal;
  color: #000;
  font-size: 15px;	
  font-style: italic;
  text-align: center !important;
}
.embed_after_click {
  position: relative;
  padding-bottom: 60%;
  margin: 0 auto 16px;
  max-width: 100%;
  height: 0;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  text-align: center;
  cursor: pointer;
}
.embed_after_click.embeded {
  padding-bottom: 0;
  height: auto;
}
.embed_after_click .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  background-image: url("../images/play-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.embed_after_click.youtube .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.25em;
  height: 3em;
  transform: translate(-50%, -50%);
  background: transparent;
  background-color: #424242;
  background-color: rgba(66, 66, 66, .75);
  border-radius: 20%;
}
.embed_after_click.youtube:hover .play {
  background-color: #bb0000;
  background-color: rgba(187, 0, 0, 1);
}
.embed_after_click.youtube .play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-30%, -50%);
  border-style: solid;
  border-color: #fff;
  border-width: .7em;
  border-left-width: 1.2em;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-width: 0;
}
.ads.in_gallery {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.ads.in_gallery .default {
  padding-bottom: 100%;
  height: auto;
  display: block;
}
.ads.in_gallery .default .clip {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
}
.ads.in_gallery .default .clip .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  line-height: 100vh;
}
.ads.in_gallery .default .clip .inner .lmnt {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
.ads.kotext {
  position: absolute;
  font-size: 9px;
  opacity: .7;
  color: #fff;
  bottom: 10px;
  right: 10px;
}
.ad {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: visible !important;
  box-sizing: border-box;
  padding: 15px 0;
  margin: 0 0 15px 0;
}

.ad-boost{position: relative;}
.ad-boost a{display: inline-block;margin: 0 0 -2rem -3rem;width: calc(100% - 1rem);background-color: #cfcfcf;padding: 2rem;color: #000;font-size: 1rem;line-height: 1.2rem;text-align: left;border: 0px solid #fff;box-shadow: 0 0 20px rgb(0 0 0 / 10%);}
.ad-boost span{display: block;font-weight: bold;}

@media (max-width:767.98px){
    .ad>div{margin: 0 -16px;width: auto;}
    #gamestar_nyito_fekvo_1,
    #gamestar_cikk_fekvo_1 {margin-top: 70px;}
}

@media (max-width:991.98px){
    .ad {overflow: hidden !important;}
    .ad-boost a{margin: 0 auto;padding: 1rem;width: auto;}
}

.ad > span {
  position: absolute;
  font-size: 9px;
  opacity: .7;
  color: #333333;
  bottom: 5px;
  right: 10px;
  display: none;
}
.padding {
  padding: 10px;
  box-sizing: border-box;
}
.social-likes a {
  color: white;
  font-weight: 300;
}
.social-likes .social-likes__widget {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .social-likes .social-likes__widget {
    display: block;
    margin: 5px 0;
  }
}
.social-likes .social-likes__widget .social-likes__counter {
  width: 30px;
  text-align: center;
  height: 27px;
  line-height: 30px;
  position: relative;
  border-radius: 0;
  font-size: 11px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
/*.social-likes .social-likes__widget .social-likes__counter:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 8px solid #d8e7ec;
  border-bottom: 4px solid transparent;
}*/

.social-likes__widget_facebook{
  background-color: #3b5998;
}

.social-likes__widget_plusone{
  background-color: #d14836;
}

@media (max-width: 767.98px) {
  .social-likes .social-likes__widget .social-likes__counter {
    display: none;
  }
}
.social-likes .social-likes__button {
  padding: 3px 10px 5px 5px;
  display: inline-block;
  -webkit-transition: all .4s ease;
  /* Safari and Chrome */
  -moz-transition: all .4s ease;
  /* Firefox */
  -o-transition: all .4s ease;
  /* IE 9 */
  -ms-transition: all .4s ease;
  /* Opera */
  transition: all .4s ease;
  cursor: pointer;
  color: white;
}
@media (max-width: 767.98px) {
  .social-likes .social-likes__button {
    width: 90%;
    padding: 10px;
  }
}
.social-likes .social-likes__button .social-likes__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px -5px 0;
}
.social-likes .social-likes__button.social-likes__button_facebook {
  background: #3B5998;
}
.social-likes .social-likes__button.social-likes__button_facebook .social-likes__icon_facebook {
  background: url("../images/facebook.svg") no-repeat;
}
.social-likes .social-likes__button.social-likes__button_facebook:hover {
  background: #253e73;
}
.social-likes .social-likes__button.social-likes__button_twitter {
  background: #00ACED;
}
.social-likes .social-likes__button.social-likes__button_twitter .social-likes__icon_twitter {
  background: url("../images/twitter.svg") no-repeat;
}
.social-likes .social-likes__button.social-likes__button_twitter:hover {
  background: #0685b5;
}
.social-likes .social-likes__button.social-likes__button_plusone {
  background: #D14836;
}
.social-likes .social-likes__button.social-likes__button_plusone .social-likes__icon_plusone {
  background: url("../images/google-plus.svg") no-repeat;
}
.social-likes .social-likes__button.social-likes__button_plusone:hover {
  background: #9d291a;
}
.background {
  width: 100% !important;
  /*margin-top: 80px !important;*/
  margin-top: 90px !important;
  background-repeat: no-repeat !important;
  background-position: top center;
  position: absolute !important;
  top: 0 !important;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .background {
    display: none;
  }
}
@media (min-width: 767.98px) and (max-width: 991px) {
  .ad-skin-space {
    margin-top: 0;
    height: 90px;
  }
}
.ad-skin-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hub-skin-space {
  height: 341px;
}
@media (max-width: 992px) {
  .hub-skin-space {
    height: 0 !important;
  }
}
.have-ad .main {
  margin-top: 0 !important;
}
.have-ad.pr .main {
  margin-top: 115px !important;
}

.pr .ad-skin-link,
.pr>.background,
.pr .ad-skin-space { /* PR Cikk hub - nincs skin */
    display: none;
}

.pr .ad { /* PR Cikk hub - nincs hirdetes */
    display: none;
}

.pagination-centered .icount {
  font-size: 16px;
  /*color: #2f2f2f;
  text-align: center;*/
}
.pagination {
  display: block;
  min-height: 1.33333rem;
  margin: 30px 0;
}
.pagination li {
  display: inline-block;
  float: none;
  color: #3F3F3F;
  font-size: 16px;
  padding: 5px 10px;
  margin-left: 0.27778rem;
  border-radius: 4px;
}
.pagination li.current {
  background: #008CBA;
}
.pagination li.current a {
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
}
.pagination li.arrow {
  font-size: 18px;
  color: #ccc;
}
.pagination li.arrow a {
  color: #3f3f3f;
}
.pages {
  margin: 30px 0;
}
.pages a {
  color: #3F3F3F !important;
  font-size: 16px;
  padding: 5px 10px;
  margin-left: 0.27778rem;
  border-radius: 4px;
}
.pages a:hover {
  background: none !important;
  color: #ff3500 !important;
}
.pages a.active {
  background: #008CBA;
  color: #FFFFFF !important;
  cursor: default;
  font-weight: bold;
}
.pages a.active:hover {
  background: #008CBA !important;
}
.iframe_container,
.yt-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.iframe_container iframe,
.yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.title-404 {
  color: red;
  text-align: center;
  font-weight: 300;
}
.title-404 h2 {
  font-size: 84px !important;
  letter-spacing: 18px;
}
.title-404 h3 {
  font-size: 36px !important;
}
.animated-gif-404 {
  text-align: center;
}
.animated-gif-404 img {
  margin: 0 auto;
}
.help-links-404 {
  text-align: center;
}
.help-links-404 a {
  color: #ff3500;
}
.content-404 {
  font-size: 22px;
  padding: 10px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 767.98px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.nopadding {
  padding: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding: 15px;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
@media (max-width: 767.98px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
}
.pie {
  background-color: #474747;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 20px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.pie:before,
.pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 4em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.full-header {
  width: 100%;
  height: 85px;
  background: #2f2f2f;
  border-bottom: 5px solid #007ab5;
  position: fixed;
  z-index: 999;
}
@media (max-width: 992px) {
  .full-header {
    height: 65px;
    transition: top 0.1s ease-in-out;
    top: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}
.full-header .container {
  position: relative;
}
.full-header .mobile-search-icon {
  display: none;
}
@media (max-width: 992px) {
  .full-header .mobile-search-icon {
    display: inline-block;
    float: right;
    right: 15px;
    margin: 18px 5px 0 0;
  }
  .full-header .mobile-search-icon svg {
    fill: white;
  }
}
.full-header .mobile-search-icon.icon-active svg {
  fill: #007ab5;
}
.full-header .logo {
  width: 244px;
  height: 42px;
  margin: 25px 0 0 0;
  display: inline-block;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .full-header .logo {
    width: 180px;
    height: 31px;
  }
}
@media (max-width: 992px) {
  .full-header .logo {
    width: 180px;
    height: 31px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 30px;
    margin-top: -10px;
  }
}
.full-header .navigation {
  display: inline-block;
  height: 85px;
  float: right;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
@media (max-width: 992px) {
  .full-header .navigation {
    display: none;
  }
}
.full-header .navigation .menu {
  list-style: none;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .full-header .navigation .menu {
    font-size: 14px;
  }
}
.full-header .navigation .menu li {
  display: inline-block;
  padding: 5px 6px 0 6px;
  line-height: 85px;
}
.full-header .navigation .menu li a {
  color: white;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.full-header .navigation .menu li a:hover {
  color: #007ab5;
  background: none !important;
}
.full-header .navigation .menu li:hover {
  color: #007ab5;
}
.full-header .navigation .menu li .icon {
  margin: 0 0 -5px 0;
  fill: white;
}
.full-header .navigation .menu li .icon:hover {
  fill: #007ab5 !important;
}
.full-header .navigation .menu li.active {
  color: #007ab5;
}
.full-header .navigation .menu li.active a {
  color: #007ab5;
}
.full-header .navigation .menu li.icon-active svg {
  fill: #007ab5;
}
.full-header .navigation .menu li#icon-user,
.full-header .navigation .menu li#icon-search,
.full-header .navigation .menu li#icon-user-loggedin {
  cursor: pointer;
}
.full-header .navigation .menu #icon-user-loggedin svg {
  margin: 0 0 -5px 0;
}
.full-header .search-wrapper {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  padding: 15px 10px;
  background: #2f2f2f;
  position: absolute;
  right: 0;
  top: 85px;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 18px 29px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 29px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 29px -18px rgba(0, 0, 0, 0.75);
}
@media (max-width: 992px) {
  .full-header .search-wrapper {
    width: 100%;
    top: 60px;
  }
}
.full-header .search-wrapper .search {
  width: 89% !important;
  display: inline-block;
  float: left;
}

.searchform input[type="text"]{
  color: #fff;
}

@media (max-width: 992px) {
  .full-header .search-wrapper .search {
    width: 75% !important;
  }
}
.full-header .search-wrapper .search-submit {
  width: 10%;
  display: inline-block;
  float: right;
}
@media (max-width: 992px) {
  .full-header .search-wrapper .search-submit {
    width: 20% !important;
  }
}
.full-header .search-wrapper.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.full-header .user-wrapper {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  padding: 15px 10px;
  background: #2f2f2f;
  position: absolute;
  right: 0;
  top: 85px;
  width: 300px;
  box-sizing: border-box;
  opacity: 0;
  z-index: -1;
  -webkit-box-shadow: 0px 18px 29px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 29px -18px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 29px -18px rgba(0, 0, 0, 0.75);
}
@media (max-width: 992px) {
  .full-header .user-wrapper {
    display: none;
  }
}
.full-header .user-wrapper .small-links {
  color: white;
  text-align: center;
}
.full-header .user-wrapper .small-links .login-link {
  display: block;
  margin: 5px 0;
}
.full-header .user-wrapper .small-links .login-link:hover {
  color: #ff3500;
}
.full-header .user-wrapper .small-links a {
  color: white;
}
.full-header .user-wrapper input {
  width: 100%;
  margin: 5px 0;
}
.full-header .user-wrapper button[type="submit"] {
  width: 100%;
  margin: 5px 0;
}
.full-header .user-wrapper.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.full-header.shrink {
  height: 60px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
  background: rgba(47, 47, 47, 0.98);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.full-header.shrink .search-wrapper,
.full-header.shrink .user-wrapper {
  top: 60px;
}
@media (max-width: 992px) {
  .full-header.shrink .menu-trigger,
  .full-header.shrink .mobile-search-icon {
    margin-top: 15px;
  }
}
.full-header.shrink .logo {
  width: 180px;
  height: 31px;
  margin-top: 15px;
  display: inline-block;
  float: left;
}
@media (max-width: 992px) {
  .full-header.shrink .logo {
    float: right;
    margin-right: 15px;
    margin-top: -15px;
  }
}
.full-header.shrink .navigation {
  height: 60px;
}
.full-header.shrink .navigation .menu li {
  line-height: 60px;
}
.full-header.shrink:hover {
  background: #2f2f2f;
}
.full-header.shrink #nav-icon4 {
  margin: 20px 0 0 15px;
}
.full-header.shrink .mobile-navigation #nav-icon4 {
  margin: 20px 0 0 15px;
}
.nav-up {
  top: -70px;
}
.mobile-navigation .menu-trigger {
  margin: 18px 0 0 5px;
  float: left;
  /* Icon 1 */
  /* Icon 4 */
}
.mobile-navigation .menu-trigger * {
  margin: 0;
  padding: 0;
}
.mobile-navigation .menu-trigger #nav-icon1,
.mobile-navigation .menu-trigger #nav-icon2,
.mobile-navigation .menu-trigger #nav-icon3,
.mobile-navigation .menu-trigger #nav-icon4 {
  width: 40px;
  height: 35px;
  position: relative;
  margin: 30px 0 0 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  -webkit-transform: translateZ(0);
}
.mobile-navigation .menu-trigger #nav-icon1 span,
.mobile-navigation .menu-trigger #nav-icon3 span,
.mobile-navigation .menu-trigger #nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.mobile-navigation .menu-trigger #nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-navigation .menu-trigger #nav-icon4 span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-navigation .menu-trigger #nav-icon4 span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-navigation .menu-trigger #nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
.mobile-navigation .menu-trigger #nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.mobile-navigation .menu-trigger #nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 7px;
}
.mobile-navigation .menu-trigger svg {
  fill: white;
}
.mobile-navigation .menu-trigger.icon-active svg {
  fill: #007ab5;
}
.mobile-navigation .mobile-menu {
  display: none;
  width: 100% !important;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  background: #2f2f2f;
  z-index: 500;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .mobile-navigation .mobile-menu {
    top: 50px;
  }
}
.mobile-navigation .mobile-menu .mobile-menu-list {
  transition: all ease 0.2s;
  opacity: 0;
}
.mobile-navigation .mobile-menu li {
  color: white;
  padding: 15px 0;
  text-align: center;
  margin: 5px 0;
  border-bottom: 1px solid #232323;
  font-size: 16px;
}
.mobile-navigation .mobile-menu li a {
  color: white;
}
.mobile-navigation .mobile-menu.active {
  z-index: 250;
  padding-top: 30px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  display: block;
  height: 370px;
  overflow-x: hidden;
}
.mobile-navigation .mobile-menu.active .mobile-menu-list {
  opacity: 1;
}
.mobile-navigation .mobile-menu .mobile-search {
  padding: 15px;
}
.mobile-navigation .mobile-menu .mobile-search input {
  width: 100%;
}
.mobile-menu-login-menu .login-button-mobile {
  color: white;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 0;
}
.mobile-menu-login-menu .login-button-mobile a {
  color: white;
}
.mobile-menu-login-menu .login-button-mobile svg {
  fill: white;
  margin: 0 0 -3px 0;
}
.mobile-menu-login-menu .login-button-mobile.login-button-mobile-loggedin svg {
  fill: white;
}
.footer {
  width: 100%;
  border-top: 5px solid #007ab5;
  background: #111111;
  color: #ffffff;
  margin-top: 30px;
  position: relative;
        z-index: 100;
}
.footer a {
  color: #ffffff;
}
.footer .row {
  margin-top: 20px;
}
.footer .footer-left {
  text-align: center;
}
.footer .footer-left .footermenu li {
  display: inline-block;
  margin: 0 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.footer .footer-right {
  text-align: right;
}
.footer .footer-right .footerright li {
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
}
.footer .copiryght {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  padding: 20px;
}
.footer .partners-footer {
  text-align: center;
  margin-top: 30px;
}
.footer .partners-footer .partner {
  background-image: url("../images/img_sprite_2017.png");
  display: inline-block;
  margin: 0 15px;
}
.footer .partners-footer .pcworld {
  width: 103px;
  height: 27px;
  background-position: 0 -85px;
}
.footer .partners-footer .macworld {
  width: 85px;
  height: 27px;
  background-position: -113px -85px;
}
.footer .partners-footer .gamestar {
  width: 129px;
  height: 27px;
  background-position: -208px -85px;
}
.footer .partners-footer .computerworld {
  width: 126px;
  height: 27px;
  background-position: -347px -85px;
}
.footer .partners-footer .cinestar {
  width: 138px;
  height: 27px;
  background-position: -675px -128px;
}
.footer .partners-footer .octv {
  width: 51px;
  height: 35px;
  background-position: -488px -80px;
  margin-bottom: -5px;
}
.footer .partners-footer .footer-divider {
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background: #999999;
}
.footer .author-footer {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.footer .author-footer .container p a {
  color: #fff;
}
.footer .author-footer .container p .logo-am {
  width: 108px;
  height: 30px;
  background-image: url("../images/img_sprite_2017.png");
  background-position: -415px -127px;
  display: inline-block;
  margin-bottom: -5px;
  margin-top: 10px;
}
.footer .superfooter {
  text-align: center;
  width: 100%;
  background: #333333;
  padding: 20px 0;
  bottom: 0;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .footer .superfooter {
    width: 100% !important;
  }
}
.footer .superfooter .container .project029 {
  width: 307px;
  height: 35px;
  background-image: url("../images/img_sprite_2017.png");
  background-position: 0 -127px;
  float: left;
}
.footer .superfooter .container .idg {
  float: right;
}
@media (max-width: 992px) {
  .footer .superfooter .container .idg {
    width: 100% !important;
  }
}
.footer .superfooter .container .idg .text {
  padding: 9px 110px 0 0;
  font-size: 13px;
  color: #cecdcd;
  text-align: right;
  text-shadow: 1px 1px 0px #000;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  display: inline-block;
  margin-right: -90px;
}
@media (max-width: 992px) {
  .footer .superfooter .container .idg .text {
    width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
  }
}
#back_top {
  opacity: .8;
  padding: 6px 12px;
  border-radius: 50%;
  background: #007ab5;
  color: white;
  font-size: 26px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
}
@media (max-width: 992px) {
  #back_top {
    display: none;
  }
}
#back_top a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
}
#back_top a svg {
  margin: 5px 0 0 0;
  fill: white;
}
.button-wrapper {
  width: 100%;
  text-align: center;
}
button {
  border: none;
  cursor: pointer;
}
.button {
  display: inline-block;
  padding: 5px 15px;
  color: white;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.button a {
  color: white;
  text-decoration: none;
}
.button a:hover {
  text-decoration: none;
  color: black;
}
.button.orange {
  background: #ff3500;
  border: 1px solid #ff3500;
}
.button.blue {
  background: #007ab5;
  border: 1px solid #007ab5;
}
.button:hover {
  background: none;
  color: black;
}
.button:hover a {
  color: black;
}
.button.load-more-button {
  font-size: 20px;
  margin: 15px 0;
  padding: 20px 45px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #007ab5 !important;
}
.button.load-more-button .icon svg {
  margin: 0 0 -5px 0;
}
.button.load-more-button:hover {
  background: #005b86 !important;
  color: white;
}
.button.load-more-button:hover .icon svg {
  fill: #007ab5;
}

.button-sm,
.button.load-more-button.button-sm{font-size: 18px;padding: 10px 20px;}

.sub-title {
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.main {
  background: white;
  margin-top: 115px;
  padding: 10px;
  min-height: 700px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767.98px) {
  .main {
    margin-top: 70px;
  }
}
.section-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  /*overflow: hidden;*/
}
@media (max-width: 991.98px) {
  .section-wrapper {
    overflow: hidden;
  }
}
.section-wrapper .section {
  padding: 0;
  margin: 0;
  position: relative;
}
.section-wrapper .section .box-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.section-wrapper .section .box-wrapper .box {
  overflow: hidden;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .section-wrapper .section .box-wrapper .box {
    padding: 0 !important;
  }
}
.section-wrapper .section .box-wrapper .box.nopadding {
  padding: 0;
}
.box-slider-unit {
  padding-bottom: 10px !important;
}
.sidebar .box {
  padding-top: 0 !important;
  padding-bottom: 30px !important;
}
.section-2-3 {
  width: 66.66666666%;
  float: left;
  box-sizing: border-box;
}
.section-3-3 {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.section-1-2 {
  width: 50%;
  float: left;
}
@media (max-width: 767.98px) {
  .section-1-2 {
    width: 100%;
  }
}
.section-1-3 {
  width: 33.33333333%;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .section-1-3 {
    width: 100%;
  }
  .section-1-3 .box .element {
    width: 48%;
    float: left;
    box-sizing: border-box;
    margin: 6px !important;
  }
  .section-1-3 .box .element .title {
    font-size: 14px;
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
  }
  .section-1-3 .box.box-actual-magazine {
    width: 100% !important;
  }
  .section-1-3 .box.box-actual-magazine .element {
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .section-1-3 {
    width: 100%;
  }
  .section-1-3 .box .element {
    width: 100%;
  }
}
.section-1-3 .title-box-wrapper {
  height: 24px;
  background: #eeeeee;
}
.section-1-3 .title-box-wrapper .box-title {
  font-size: 20px;
  margin: 0;
  padding: 0 15px;
  border-left: 5px solid #007ab5;
  text-transform: uppercase;
  font-weight: 300;
  background: white;
  display: inline;
}
.section-1-3 .title-box-wrapper .box-title-image {
  float: right;
  height: 24px;
}
.section-1-3 .title-box-wrapper .box-title-image img {
  margin: 2px 4px 0 0;
  max-height: 20px;
  width: auto;
  display: inline;
}
.section-1-3 .box-actual-magazine .element {
  text-align: center;
  padding: 10px;
}
.section-1-3 .box-actual-magazine .element .image {
  text-align: center;
}
.section-1-3 .box-actual-magazine .element .image img {
  margin: 0 auto;
}
.section-1-3 .box-actual-magazine .element .actions {
  margin: 10px 0;
}
.section-1-3 .box-actual-magazine .element .actions .button {
  margin: 0 10px;
}
.section-1-3 .box-related-game .element {
  background: #eeeeee;
  color: black;
  position: relative;
}
.box-related-game img{
  width: 100%;
}
@media (max-width: 992px) {
  .section-1-3 .box-related-game .element {
    margin: 0 auto !important;
    float: none !important;
  }
}
.section-1-3 .box-related-game .element .image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section-1-3 .box-related-game .element .image {
    height: 150px;
  }
}
@media (max-width: 992px) {
  .section-1-3 .box-related-game .element .image {
    height: 200px;
  }
}
.section-1-3 .box-related-game .element .image .title {
  font-size: 24px;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 10px;
}
.section-1-3 .box-related-game .element .image .overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+22,eeeeee+100&0+22,1+99 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 22%, #eeeeee 99%, #eeeeee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 22%, #eeeeee 99%, #eeeeee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 22%, #eeeeee 99%, #eeeeee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}
.section-1-3 .box-related-game .element .content {
  padding: 0 15px;
}
.section-1-3 .box-related-game .element .content .list {
  list-style: none;
}
.section-1-3 .box-related-game .element .content .list li {
  margin: 5px 0;
}
.section-1-3 .box-related-game .element .content .list span {
  font-weight: bold;
}
.section-1-3 .box-related-game .element .content .description {
  padding: 25px 0;
  color: #363636;
}
.section-1-3 .box-related-game .element .content .point {
  text-align: center;
  padding-bottom: 20px;
}
.section-1-3 .box-related-game .element .content .point img {
  width: auto;
  margin: 0 auto;
}
.section-1-3 .box-related-game .element .content .score {
  position: relative;
  display: block;
  padding: 100px 0;
}
.section-1-3 .box-related-game .element .content .score .review-points {
  position: absolute;
  left: 50%;
  margin-left: -75px;
  top: 50%;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  z-index: 995;
}
@media (max-width: 992px) {
  .section-1-3 .box-related-game .element .content .score .review-points {
    float: left;
  }
}
.section-1-3 .box-related-game .element .content .score .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
.section-1-3 .box-related-game .element .content .score .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-1-3 .box-related-game .element .content .score .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-1-3 .box-related-game .element .content .score .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-1-3 .box-related-game .element .content .score .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-1-3 .box-related-game .element .content .score .review-points .pie:before,
.section-1-3 .box-related-game .element .content .score .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-1-3 .box-related-game .element .content .score .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-1-3 .box-related-game .element .content .score .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 3em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section-1-3 .box-news-list .element {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.section-1-3 .box-news-list .element .image {
  width: 40%;
  display: inline-block;
  float: left;
  position: relative;
}
.section-1-3 .box-news-list .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  z-index: 995;
}
@media (min-width: 767.98px) and (max-width: 991px) {
  .section-1-3 .box-news-list .element {
    width: 48%;
  }
}
@media (max-width: 992px) {
  .section-1-3 .box-news-list .element .image .review-points {
    float: left;
  }
}
.section-1-3 .box-news-list .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
.section-1-3 .box-news-list .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-1-3 .box-news-list .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-1-3 .box-news-list .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-1-3 .box-news-list .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-1-3 .box-news-list .element .image .review-points .pie:before,
.section-1-3 .box-news-list .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-1-3 .box-news-list .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-1-3 .box-news-list .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section-1-3 .box-news-list .element .image .icon-play {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../images/play-icon.svg") no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 2;
}
.section-1-3 .box-news-list .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-1-3 .box-news-list .element .title {
  width: 55%;
  font-weight: 300;
  font-size: 18px;
  padding: 0 0 0 15px;
  display: inline-block;
  float: left;
  margin: 0;
}
@media (max-width: 1200px) {
  .section-1-3 .box-news-list .element .title {
    font-size: 14px;
  }
}
.section-1-3 .box-news-list .element .title a {
  color: black;
}
.section-1-3 .box-news-list .element:hover .image img {
  opacity: .9;
}
.section-1-3 .box-news-list .element:hover .title {
  color: #ff3500;
}
.section-1-3 .box-news-list .element:hover .title a {
  color: #ff3500;
}
@media (max-width: 992px) {
  .section-1-3 .box-news-list-cards {
    margin: 15px 0;
  }
}
.section-1-3 .box-news-list-cards .element {
  background: #eeeeee;
  margin: 15px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.section-1-3 .box-news-list-cards .element .meta,
.section-1-3 .box-news-list-cards .element .lead {
  display: none;
}
.section-1-3 .box-news-list-cards .element .text {
  position: relative !important;
  padding: 5px !important;
  bottom: 0 !important;
}
.section-1-3 .box-news-list-cards .element .text .title {
  font-size: 16px;
  color: black;
}
.section-1-3 .box-news-list-cards .element .text .title a {
  color: black;
}
.section-1-3 .box-news-list-cards .element .image {
  position: relative;
}
.section-1-3 .box-news-list-cards .element .image .overlay {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+97&0+29,0.47+60,0.94+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
}
.section-1-3 .box-news-list-cards .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  z-index: 995;
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .6;
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie:before,
.section-1-3 .box-news-list-cards .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-1-3 .box-news-list-cards .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section-1-3 .box-news-list-cards .element .image .icon-play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/play-icon.svg") no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}
.section-1-3 .box-news-list-cards .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.section-1-3 .box-news-list-cards .element .title {
  padding: 10px !important;
  margin: 0 !important;
  font-weight: 300 !important;
  font-size: 18px !important;
}
.section-1-3 .box-news-list-cards .element .title a {
  color: black !important;
}
.section-1-3 .box-news-list-cards .element:hover .image .overlay {
  opacity: .5;
}
.section-1-3 .box-news-list-cards .element:hover .image .pie {
  opacity: 9;
}
.section-1-3 .box-news-list-cards .element:hover .image img {
  opacity: .9;
}
.section-1-3 .box-news-list-cards .element:hover .title {
  color: #ff3500;
}
.section-1-3 .box-news-list-cards .element:hover .title a {
  color: #ff3500;
}
.section .section-page-title {
  font-size: 26px;
  background: #eeeeee;
  height: 55px;
  border-left: 10px solid #007ab5;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .section .section-page-title {
    height: 25px;
    font-size: 12px;
    font-weight: 300;
  }
}
.section .section-page-title h1 {
  margin: 0;
  background: white;
  padding: 0 15px 5px 15px;
  display: inline;
}
.section .box {
  text-rendering: optimizeLegibility;
  -webkit-transform: translate3d(0, 0, 0);
}
.section .box .box-title-wrapper {
  background: #007ab5;
  height: 30px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section .box .box-title-wrapper {
    height: 20px;
  }
}
@media (max-width: 767.98px) {
  .section .box .box-title-wrapper {
    height: auto !important;
  }
}
.section .box .box-title-wrapper .box-title {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  background: white;
  padding-right: 4px;
  line-height: 30px;
  display: inline;
}
@media (max-width: 992px) {
  .section .box .box-title-wrapper .box-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .section .box .box-title-wrapper .box-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.section .box .box-title-wrapper .box-title a {
  color: black;
}
.section .main-slider .element {
  position: relative;
}
.section .main-slider .element .image {
  position: relative;
}
.section .main-slider .element .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+97&0+29,0.47+60,0.94+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
}
.section .main-slider.main-slider-big {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 767px;
  float: left;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .section .main-slider.main-slider-big {
    width: 633px;
  }
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big {
    width: 100%;
  }
}
.section .main-slider.main-slider-big .element .image .icon-play {
  z-index: 2;
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  background: url("../images/play-icon.svg") no-repeat;
}
.section .main-slider.main-slider-big .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  z-index: 995;
}
.section .main-slider.main-slider-big .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big .element .image .review-points .pie {
    display: none;
  }
}
.section .main-slider.main-slider-big .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section .main-slider.main-slider-big .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section .main-slider.main-slider-big .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section .main-slider.main-slider-big .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section .main-slider.main-slider-big .element .image .review-points .pie:before,
.section .main-slider.main-slider-big .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .main-slider.main-slider-big .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section .main-slider.main-slider-big .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big .element .image .review-points {
    display: none;
  }
}
.section .main-slider.main-slider-big .element .image img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big .element .image img {
    width: 100% !important;
    height: auto !important;
    min-height: 1px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .section .main-slider.main-slider-big .element .image img {
    height: 356px;
  }
}
@media (min-width: 1201px) {
  .section .main-slider.main-slider-big .element .image img {
    height: 432px;
  }
}
.section .main-slider.main-slider-big .element .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 15px 15px 15px;
  z-index: 2;
}
.section .main-slider.main-slider-big .element .text .title {
  font-weight: 500;
  font-size: 28px;
  color: white;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big .element .text .title {
    font-size: 18px;
    margin: 10px 0;
  }
  .section .main-slider.main-slider-small .element .text{
    position: relative;
    padding: 0;
    margin: 10px 0;
  }
}
.section .main-slider.main-slider-big .element .text .title a {
  color: white;
}
.section .main-slider.main-slider-big .element .text .meta {
  color: #fff;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big .element .text {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
  }
  .section .main-slider.main-slider-big .element .text .meta {
    font-size: 10px;
    display: none;
  }
  .section .main-slider.main-slider-big .element .text .title a {
    color: black;
  }
}
.section .main-slider.main-slider-big .element .text .meta a {
  color: #fff;
}
.section .main-slider.main-slider-big .element .text .lead {
  color: white;
  font-size: 18px;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big .element .text .lead {
    display: none;
  }
}
.section .main-slider.main-slider-big .element .text .lead a {
  color: white;
}
.section .main-slider.main-slider-big .element:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section .main-slider.main-slider-small {
  display: inline-block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 383px;
}
@media (max-width: 1200px) {
  .section .main-slider.main-slider-small {
    width: 316px;
  }
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-small {
    width: 100%;
  }
  .section .main-slider.main-slider-small .element {
    float: left;
    width: 100%;
  }
}
.section .main-slider.main-slider-small .element .image {
  overflow: hidden;
}
.section .main-slider.main-slider-small .element .image .icon-play {
  z-index: 2;
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  background: url("../images/play-icon.svg") no-repeat;
}
.section .main-slider.main-slider-small .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 20%;
  width: 70px;
  height: 70px;
  z-index: 995;
}
.section .main-slider.main-slider-small .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-small .element .image .review-points .pie {
    display: none;
  }
}
.section .main-slider.main-slider-small .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section .main-slider.main-slider-small .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section .main-slider.main-slider-small .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section .main-slider.main-slider-small .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section .main-slider.main-slider-small .element .image .review-points .pie:before,
.section .main-slider.main-slider-small .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .main-slider.main-slider-small .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section .main-slider.main-slider-small .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-small .element .image .review-points {
    display: none;
  }
}
.section .main-slider.main-slider-small .element .image img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  min-height: 1px;
}
.section .main-slider.main-slider-small .element .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px 15px 15px;
  z-index: 2;
}
.section .main-slider.main-slider-small .element .text .title {
  font-weight: 500;
  font-size: 18px;
  color: white;
  padding: 0;
  margin: 0;
  height: 2.4em;
  overflow: hidden;
  line-height: 1.2em;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-small .element .text{
    bottom: auto;
    left: auto;
    padding: 0;
    position: relative;
  }
  .section .main-slider.main-slider-small .element .text .title {
    font-size: 18px;
    line-height: 1.4em;
    height: auto;
  }
}
.section .main-slider.main-slider-small .element .text .title a {
  color: white;
}
.section .main-slider.main-slider-small .element .text .meta {
  color: #ffffff;
  margin: 10px 0 0;
  font-size: 14px;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-small .element .text .meta {
    font-size: 10px;
    display: none;
  }
  .section .main-slider.main-slider-small .element .text .title a {
    color: black;
  }    
}
.section .main-slider.main-slider-small .element .text .meta a {
  color: #fff;
}
.section .main-slider.main-slider-small .element:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .9;
}
.section .box-pr {
  padding: 0 !important;
}
.section .box-pr .element {
  padding: 10px;
  width: 25%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .section .box-pr .element {
    /*width: 50%;*/
    width: 100%;
    padding: 0;
  }
}
.section .box-pr .element .icon-play {
  z-index: 2;
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -28px;
  background: url("../images/play-icon.svg") no-repeat;
}
.section .box-pr .element .image {
  position: relative;
}
.section .box-pr .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-rendering: optimizeLegibility;
  -webkit-transform: translate3d(0, 0, 0);
}
@media (max-width: 992px) {
  .section .box-pr .element .image img {
    width: 100%;
  }
}
.section .box-pr .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  z-index: 995;
}
.section .box-pr .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section .box-pr .element .image .review-points .pie {
    display: none;
  }
}
.section .box-pr .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section .box-pr .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section .box-pr .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section .box-pr .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section .box-pr .element .image .review-points .pie:before,
.section .box-pr .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .box-pr .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section .box-pr .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section .box-pr .element .title {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
  height: 3.4em;
  line-height: 1.2em;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section .box-pr .element .title {
    /*font-size: 14px;
    height: 3.4em;
    line-height: 1.2em;
    overflow: hidden;*/
    font-size: 18px;
    height: auto;
    line-height: 1.4em;
    overflow: visible;   
    margin: 15px 0;
  }
  .section .box-pr .element {
      border-top:1px solid #007ab5;
  }
  .section .box-pr .element:last-child {
      border-bottom:1px solid #007ab5;
  }
    
}
.section .box-pr .element .title a {
  color: black;
}
.section .box-pr .element .meta {
  color: #ff3500;
  margin: 10px 0;
  font-size: 12px;
  display: none;
}
@media (max-width: 992px) {
  .section .box-pr .element .meta {
    font-size: 10px;
  }
}
.section .box-pr .element .meta a {
  color: #ff3500;
}
.section .box-pr .element:hover .image img {
  opacity: .9;
}
.section .box-pr .element:hover .title a {
  color: #ff3500;
  background: none;
}
.section .box-news .element {
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  width: 98%;
}

.section .box-news .element:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
    
@media (max-width: 992px) {
  .section .box-news .element {
    width: 100% !important;
  }
}
.section .box-news .element .image {
  float: left;
  width: 222px;
  display: inline-block;
  position: relative;
}
@media (max-width: 1200px) {
  .section .box-news .element .image {
    width: 200px !important;
  }
}
@media (max-width: 992px) {
  .section .box-news .element .image {
    width: 100% !important;
  }
}
.section .box-news .element .image .icon-play {
  z-index: 2;
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -28px;
  background: url("../images/play-icon.svg") no-repeat;
}
.section .box-news .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  z-index: 995;
}
.section .box-news .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section .box-news .element .image .review-points .pie {
    display: none;
  }
}
.section .box-news .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section .box-news .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section .box-news .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section .box-news .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section .box-news .element .image .review-points .pie:before,
.section .box-news .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .box-news .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section .box-news .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section .box-news .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.section .box-news .element .image .comment {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  right: 10px;
  text-shadow: 1px 1px 2px #000000;
}
@media (max-width: 767.98px) {
  .section .box-news .element .image .comment {
    display: none;
  }
}
.section .box-news .element .image .comment a {
  color: white;
}
.section .box-news .element .image .comment a:hover {
  text-decoration: none;
  color: white;
}
.section .box-news .element .image .comment .icon {
  margin: 0 3px 0 0;
  display: inline-block;
  float: left;
}
.section .box-news .element .image .comment .number {
  color: white;
  display: inline-block;
}
.section .box-news .element .text {
  float: left;
  margin-left: 15px;
  display: inline-block;
  width: 65%;
}
@media (max-width: 1200px) {
  .section .box-news .element .text {
    width: 390px;
  }
}
@media (max-width: 992px) {
  .section .box-news .element .text {
    width: 100%;
    margin: 10px 0 0;
  }
}
.section .box-news .element .text .title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .section .box-news .element .text .title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .section .box-news .element .text .title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .section .box-news .element .text .title {
    font-size: 18px;
  }
}
.section .box-news .element .text .title a {
  color: black;
}
.section .box-news .element .text .meta {
  color: #007ab5;
  margin: 5px 0 10px 0;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .section .box-news .element .text .meta {
    font-size: 14px;
    margin: 5px 0 -10px;
  }
}
.section .box-news .element .text .meta a {
  color: #007ab5;
}
.section .box-news .element .text .lead {
  font-size: 16px;
  color: #404040;
}
@media (max-width: 1200px) {
  .section .box-news .element .text .lead {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .section .box-news .element .text .lead {
    font-size: 16px;
  }
}
/*@media (max-width: 767.98px) {
  .section .box-news .element .text .lead {
    display: none;
  }
}*/
.section .box-news .element:hover .text .title {
  color: #ff3500;
}
.section .box-news .element:hover .text .title a {
  color: #ff3500;
}
.section .box-news .element:hover .text .meta a {
/*  color: #ff3500;
  background: none;*/
}
.section .box-news .element:hover .image img {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.31);
  opacity: .9;
}
.section .box-news-simple .element {
  display: flex;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  width: 98% !important;
  margin: 10px 0 !important;
  padding: 10px 0 !important;
}
@media (max-width: 992px) {
  .section .box-news-simple .element {
    width: 100% !important;
  }
}
.section .box-news-simple .element .icon-play {
  z-index: 2;
  margin-right: 15px;
  float: left;
  width: 40px;
  height: 40px;
  background: url("../images/play-icon.svg") no-repeat;
}
@media (max-width: 992px) {
  .section .box-news-simple .element .icon-play {
    display: none;
  }
}
.section .box-news-simple .element .review-points {
  margin-right: 15px;
  float: left;
  width: 40px;
  height: 40px;
  z-index: 995;
}
@media (max-width: 992px) {
  .section .box-news-simple .element .review-points {
    display: none;
  }
}
.section .box-news-simple .element .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section .box-news-simple .element .review-points .pie {
    display: none;
  }
}
.section .box-news-simple .element .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section .box-news-simple .element .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section .box-news-simple .element .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section .box-news-simple .element .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section .box-news-simple .element .review-points .pie:before,
.section .box-news-simple .element .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section .box-news-simple .element .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section .box-news-simple .element .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section .box-news-simple .element .text {
  width: auto !important;
  margin: 0 !important;
}
.section .box-news-simple .element .text .title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1200px) {
  .section .box-news-simple .element .text .title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .section .box-news-simple .element .text .title {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .section .box-news-simple .element .text .title {
    font-size: 18px;
  }
}
.section .box-news-simple .element .text .title a {
  color: black;
}
.section .box-news-simple .element .text .meta {
  color: #ff3500;
  margin: 5px 0 10px 0;
  font-size: 12px;
}
@media (max-width: 992px) {
  .section .box-news-simple .element .text .meta {
    font-size: 10px;
  }
}
.section .box-news-simple .element .text .meta a {
  color: #ff3500;
}
.section .box-news-simple .element .text .lead {
  font-size: 14px;
  color: #404040;
}
@media (max-width: 1200px) {
  .section .box-news-simple .element .text .lead {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .section .box-news-simple .element .text .lead {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .section .box-news-simple .element .text .lead {
    display: none;
  }
}
.section .box-news-simple .element:hover .text .title {
  color: #ff3500;
}
.section .box-news-simple .element:hover .text .title a {
  color: #ff3500;
}
.section .box-news-simple .element:hover .text .meta a {
  color: #ff3500;
  background: none;
}
.section .box-news-simple .element:hover .image img {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.31);
  opacity: .9;
}
.section .box-extranews {
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .section .box-extranews {
    margin: 15px 0;
    display: block;
  }
}
.section .box-extranews .element {
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .section .box-extranews .element {
    width: 100%;
  }
}
.section .box-extranews .element .items-wrap {
  background: #eeeeee;
}
.section .box-extranews .element .items-wrap .first-on-list .image img {
  width: 100%;
}
.section .box-extranews .element .items-wrap .first-on-list .title {
  padding: 5px 10px;
  font-size: 20px;
  margin: 0;
  height: 3.2em;
  line-height: 1.2em;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section .box-extranews .element .items-wrap .first-on-list .title {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.section .box-extranews .element .items-wrap .first-on-list .meta {
  color: #ff3500;
  margin: 5px 5px 0 10px;
  font-size: 12px;
  display: none;
}
@media (max-width: 992px) {
  .section .box-extranews .element .items-wrap .first-on-list .meta {
    font-size: 10px;
  }
}
.section .box-extranews .element .items-wrap .first-on-list .meta a {
  color: #ff3500;
}
.section .box-extranews .element .items-wrap .list {
  padding: 0 15px 15px 15px;
}
.section .box-extranews .element .items-wrap .list h4 {
  font-weight: normal;
  color: #464646;
  margin: 16px 0;
    font-size: 16px;
}
.section .box-extranews .element .items-wrap .list h4:last-child {
  margin-bottom: 0;
}
.section .box-extranews .element .items-wrap .list h4:first-child {
  margin-top: 0;
}
.section .box-extranews .element .items-wrap .list h4 a {
  color: #464646;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section .box-extranews .element .items-wrap .list h4 a:hover {
  color: #ff3500;
}
.section .box-extranews .element .items-wrap .list h4:before {
  content: '\00b0';
  color: #007ab5;
  margin: 0 10px 0 0;
}
.section-2-3 {
  width: 66.66666667%;
  float: left;
}
@media (max-width: 992px) {
  .section-2-3 {
    width: 100% !important;
    overflow-x: hidden;
  }
}
.section-2-3 .title-box-wrapper {
  height: 24px;
  background: #eeeeee;
}
.section-2-3 .title-box-wrapper .box-title {
  font-size: 20px;
  margin: 0;
  padding: 0 15px;
  border-left: 5px solid #007ab5;
  text-transform: uppercase;
  font-weight: 300;
  background: white;
  display: inline;
}
.section-2-3 .title-box-wrapper .box-title-image {
  float: right;
  height: 24px;
}
.section-2-3 .title-box-wrapper .box-title-image img {
  margin: 2px 4px 0 0;
  max-height: 20px;
  width: auto;
  display: inline;
}
.section-2-3 .main-slider .element {
  position: relative;
}
.section-2-3 .main-slider .element .image {
  position: relative;
}
.section-2-3 .main-slider .element .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+97&0+29,0.47+60,0.94+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
}
.section-2-3 .main-slider.main-slider-big {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
  float: left;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-big {
    width: 100%;
  }
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  z-index: 995;
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-big .element .image .review-points .pie {
    display: none;
  }
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie:before,
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-2-3 .main-slider.main-slider-big .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-big .element .image .review-points {
    display: none;
  }
}
.section-2-3 .main-slider.main-slider-big .element .image img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-height: none !important;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-big .element .image img {
    width: 100% !important;
    height: auto !important;
  }
}
.section-2-3 .main-slider.main-slider-big .element .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px 15px 15px;
  z-index: 2;
}
.section-2-3 .main-slider.main-slider-big .element .text .title {
  font-weight: 500;
  font-size: 28px;
  color: white;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-big .element .text .title {
    font-size: 18px;
  }
}
.section-2-3 .main-slider.main-slider-big .element .text .title a {
  color: white;
}
.section-2-3 .main-slider.main-slider-big .element .text .meta {
  color: #ff3500;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-big .element .text .meta {
    font-size: 10px;
  }
}
.section-2-3 .main-slider.main-slider-big .element .text .meta a {
  color: #ff3500;
}
.section-2-3 .main-slider.main-slider-big .element .text .lead {
  color: white;
  font-size: 16px;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-big .element .text .lead {
    display: none;
  }
}
.section-2-3 .main-slider.main-slider-big .element .text .lead a {
  color: white;
}
.section-2-3 .main-slider.main-slider-big .element:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-2-3 .main-slider.main-slider-small {
  display: block;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-small {
    width: 100%;
  }
}
.section-2-3 .main-slider.main-slider-small .element {
  display: inline-block;
  width: 50%;
  float: left;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-small .element {
    width: 100%;
  }
}
.section-2-3 .main-slider.main-slider-small .element .image {
  overflow: hidden;
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 20%;
  width: 70px;
  height: 70px;
  z-index: 995;
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-small .element .image .review-points .pie {
    display: none;
  }
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie:before,
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-2-3 .main-slider.main-slider-small .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-small .element .image .review-points {
    display: none;
  }
}
.section-2-3 .main-slider.main-slider-small .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-2-3 .main-slider.main-slider-small .element .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px 15px 15px;
  z-index: 2;
}
.section-2-3 .main-slider.main-slider-small .element .text .title {
  font-weight: 500;
  font-size: 18px;
  color: white;
  padding: 0;
  margin: 0;
}
.section-2-3 .main-slider.main-slider-small .element .text .title a {
  color: white;
}
.section-2-3 .main-slider.main-slider-small .element .text .meta {
  color: #ff3500;
  margin: 10px 0;
  font-size: 12px;
}
@media (max-width: 992px) {
  .section-2-3 .main-slider.main-slider-small .element .text .meta {
    font-size: 10px;
  }
}
.section-2-3 .main-slider.main-slider-small .element .text .meta a {
  color: #ff3500;
}
.section-2-3 .main-slider.main-slider-small .element:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .9;
}
.section-2-3 .box-pr {
  padding: 0 !important;
}
.section-2-3 .box-pr .element {
  padding: 10px;
  width: 50%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .section-2-3 .box-pr .element {
    width: 50%;
  }
}
.section-2-3 .box-pr .element .icon-play {
  z-index: 2;
  position: absolute;
  display: block;
  width: 56px;
  height: 56px;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -28px;
  background: url("../images/play-icon.svg") no-repeat;
}
.section-2-3 .box-pr .element .image {
  position: relative;
}
.section-2-3 .box-pr .element .image img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 992px) {
  .section-2-3 .box-pr .element .image img {
    width: 100%;
  }
}
.section-2-3 .box-pr .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  z-index: 995;
}
.section-2-3 .box-pr .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
@media (max-width: 992px) {
  .section-2-3 .box-pr .element .image .review-points .pie {
    display: none;
  }
}
.section-2-3 .box-pr .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-2-3 .box-pr .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-2-3 .box-pr .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-2-3 .box-pr .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-2-3 .box-pr .element .image .review-points .pie:before,
.section-2-3 .box-pr .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-2-3 .box-pr .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-2-3 .box-pr .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section-2-3 .box-pr .element .title {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 500;
  height: 3.4em;
  line-height: 1.2em;
  overflow: hidden;
}
@media (max-width: 992px) {
  .section-2-3 .box-pr .element .title {
    font-size: 14px;
    height: 30px;
    overflow: hidden;
  }
}
.section-2-3 .box-pr .element .title a {
  color: black;
}
.section-2-3 .box-pr .element:hover .image img {
  opacity: .9;
}
.section-2-3 .box-pr .element:hover .title a {
  color: #ff3500;
  background: none;
}
.section-2-3 .box-news-list-cards .element {
  background: #eeeeee;
  margin: 15px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.section-2-3 .box-news-list-cards .element .image {
  position: relative;
  overflow: hidden;
}
.section-2-3 .box-news-list-cards .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-2-3 .box-news-list-cards .element .image .overlay {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+97&0+29,0.47+60,0.94+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
}
.section-2-3 .box-news-list-cards .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  z-index: 995;
}
@media (max-width: 992px) {
  .section-2-3 .box-news-list-cards .element .image .review-points {
    display: none;
  }
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .6;
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie:before,
.section-2-3 .box-news-list-cards .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-2-3 .box-news-list-cards .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section-2-3 .box-news-list-cards .element .image .icon-play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/play-icon.svg") no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
  opacity: .6;
}
.section-2-3 .box-news-list-cards .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.section-2-3 .box-news-list-cards .element .text {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 25px 25px 25px;
  z-index: 2;
}
@media (max-width: 992px) {
  .section-2-3 .box-news-list-cards .element .text {
    bottom: 15px;
    padding: 0 10px 10px 10px;
  }
}
.section-2-3 .box-news-list-cards .element .text .title {
  font-weight: 500;
  font-size: 28px;
  color: white;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .section-2-3 .box-news-list-cards .element .text .title {
    font-size: 18px;
  }
}
.section-2-3 .box-news-list-cards .element .text .title a {
  color: white;
}
.section-2-3 .box-news-list-cards .element .text .meta {
  color: #ff3500;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .section-2-3 .box-news-list-cards .element .text .meta {
    display: none;
  }
}
.section-2-3 .box-news-list-cards .element .text .meta a {
  color: #ff3500;
}
.section-2-3 .box-news-list-cards .element .text .lead {
  color: white;
  font-size: 16px;
}
@media (max-width: 992px) {
  .section-2-3 .box-news-list-cards .element .text .lead {
    display: none;
  }
}
.section-2-3 .box-news-list-cards .element .text .lead a {
  color: white;
}
.section-2-3 .box-news-list-cards .element:hover .text .title a {
  color: white;
}
.section-2-3 .box-news-list-cards .element:hover .icon-play {
  opacity: .8;
}
.section-2-3 .box-news-list-cards .element:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-2-3 .box-news-list-cards .element:hover .image .pie {
  opacity: 9;
}
.section-2-3 .box-news-list-cards .element:hover .image img {
  opacity: .9;
}
.section-3-3 .box-news-list-cards .element {
  background: #eeeeee;
  margin: 15px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.section-3-3 .box-news-list-cards .element .image {
  position: relative;
  overflow: hidden;
}
.section-3-3 .box-news-list-cards .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section-3-3 .box-news-list-cards .element .image .overlay {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+97&0+29,0.47+60,0.94+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
}
.section-3-3 .box-news-list-cards .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  width: 100px;
  height: 100px;
  z-index: 995;
}
@media (max-width: 992px) {
  .section-3-3 .box-news-list-cards .element .image .review-points {
    display: none;
  }
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .6;
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie:before,
.section-3-3 .box-news-list-cards .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.section-3-3 .box-news-list-cards .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.section-3-3 .box-news-list-cards .element .image .icon-play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/play-icon.svg") no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}
.section-3-3 .box-news-list-cards .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.section-3-3 .box-news-list-cards .element .text {
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 35px 35px 35px;
  z-index: 2;
}
@media (max-width: 992px) {
  .section-3-3 .box-news-list-cards .element .text {
    bottom: 15px;
    padding: 0 10px 10px 10px;
  }
}
.section-3-3 .box-news-list-cards .element .text .title {
  font-weight: 500;
  font-size: 32px;
  color: white;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .section-3-3 .box-news-list-cards .element .text .title {
    font-size: 18px;
  }
}
.section-3-3 .box-news-list-cards .element .text .title a {
  color: white;
}
.section-3-3 .box-news-list-cards .element .text .meta {
  color: #ff3500;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .section-3-3 .box-news-list-cards .element .text .meta {
    display: none;
  }
}
.section-3-3 .box-news-list-cards .element .text .meta a {
  color: #ff3500;
}
.section-3-3 .box-news-list-cards .element .text .lead {
  color: white;
  font-size: 18px;
}
@media (max-width: 992px) {
  .section-3-3 .box-news-list-cards .element .text .lead {
    display: none;
  }
}
.section-3-3 .box-news-list-cards .element .text .lead a {
  color: white;
}
.section-3-3 .box-news-list-cards .element:hover .text .title a {
  color: white;
}
.section-3-3 .box-news-list-cards .element:hover .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.section-3-3 .box-news-list-cards .element:hover .image .pie {
  opacity: 9;
}
.section-3-3 .box-news-list-cards .element:hover .image img {
  opacity: .9;
}
.sidebar {
  padding: 0 0 0 15px;
}
@media (max-width: 992px) {
  .sidebar {
    display: none;
  }
}
.sidebar .title-box-wrapper {
  height: 24px;
  background: #eeeeee;
}
.sidebar .title-box-wrapper .box-title {
  font-size: 20px;
  margin: 0;
  padding: 0 15px;
  border-left: 5px solid #007ab5;
  text-transform: uppercase;
  font-weight: 300;
  background: white;
  display: inline;
}
.sidebar .title-box-wrapper .box-title-image {
  float: right;
  height: 24px;
}
.sidebar .title-box-wrapper .box-title-image img {
  margin: 2px 4px 0 0;
  max-height: 20px;
  width: auto;
  display: inline;
}
.sidebar .box-actual-magazine .element {
  text-align: center;
  padding: 10px;
}
.sidebar .box-actual-magazine .element .image {
  text-align: center;
}
.sidebar .box-actual-magazine .element .image img {
  margin: 0 auto;
}
.sidebar .box-actual-magazine .element .actions {
  margin: 10px 0;
}
.sidebar .box-actual-magazine .element .actions .button {
  margin: 0 10px;
}
.sidebar .box-news-list .element {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.sidebar .box-news-list .element .image {
  width: 40%;
  display: inline-block;
  float: left;
  position: relative;
}
.sidebar .box-news-list .element .image .icon-play {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("../images/play-icon.svg") no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  z-index: 2;
}
.sidebar .box-news-list .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .box-news-list .element .title {
  width: 55%;
  font-weight: 300;
  font-size: 18px;
  padding: 0 0 0 15px;
  display: inline-block;
  float: left;
  margin: 0;
}
@media (max-width: 1200px) {
  .sidebar .box-news-list .element .title {
    font-size: 14px;
  }
}
.sidebar .box-news-list .element .title a {
  color: black;
}
.sidebar .box-news-list .element:hover .image img {
  opacity: .9;
}
.sidebar .box-news-list .element:hover .title {
  color: #ff3500;
}
.sidebar .box-news-list .element:hover .title a {
  color: #ff3500;
}
.sidebar .box-news-list-cards .element {
  background: #eeeeee;
  margin: 15px 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.sidebar .box-news-list-cards .element .image {
  position: relative;
}
.sidebar .box-news-list-cards .element .image .overlay {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+97&0+29,0.47+60,0.94+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 29%, rgba(0, 0, 0, 0.32) 50%, rgba(0, 0, 0, 0.47) 60%, rgba(0, 0, 0, 0.9) 97%, rgba(0, 0, 0, 0.94) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#f0000000', GradientType=0);
  /* IE6-9 */
}
.sidebar .box-news-list-cards .element .image .review-points {
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  z-index: 995;
}
.sidebar .box-news-list-cards .element .image .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .6;
}
.sidebar .box-news-list-cards .element .image .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.sidebar .box-news-list-cards .element .image .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.sidebar .box-news-list-cards .element .image .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.sidebar .box-news-list-cards .element .image .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.sidebar .box-news-list-cards .element .image .review-points .pie:before,
.sidebar .box-news-list-cards .element .image .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sidebar .box-news-list-cards .element .image .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.sidebar .box-news-list-cards .element .image .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 2em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.sidebar .box-news-list-cards .element .image .icon-play {
  position: absolute;
  width: 80px;
  height: 80px;
  background: url("../images/play-icon.svg") no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 2;
}
.sidebar .box-news-list-cards .element .image img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 100%;
}
.sidebar .box-news-list-cards .element .title {
  padding: 10px;
  margin: 0;
  font-weight: 300;
  font-size: 18px;
}
.sidebar .box-news-list-cards .element .title a {
  color: black;
}
.sidebar .box-news-list-cards .element:hover .image .overlay {
  opacity: .5;
}
.sidebar .box-news-list-cards .element:hover .image .pie {
  opacity: 9;
}
.sidebar .box-news-list-cards .element:hover .image img {
  opacity: .9;
}
.sidebar .box-news-list-cards .element:hover .title {
  color: #ff3500;
}
.sidebar .box-news-list-cards .element:hover .title a {
  color: #ff3500;
}
.box-html .element .title-box-wrapper {
  margin-bottom: 15px;
}
.box-html .element img {
  max-width: 100%;
}
.single-article {
  padding: 10px !important;
}
@media (max-width: 992px) {
  .single-article {
    padding: 0 !important;
  }
}
.single-article .section-2-3 {
  padding: 10px;
  box-sizing: border-box;
}
.single-article h1 {
  font-size: 36px;
}
.single-article h2 {
  font-size: 24px;
  margin: 5px 0;
}
.single-article .image {
  width: 100%;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
}
.single-article .image .icon-play {
  z-index: 2;
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  background: url("../images/play-icon.svg") no-repeat;
}
.single-article .image img {
  max-width: 100%;
}
.single-article .title {
  font-size: 36px;
  font-weight: 500;
  padding: 10px 0 20px 0;
  margin: 0;
}
@media (max-width: 992px) {
  .single-article .title {
    font-size: 30px;
    line-height: 1.4;
  }
  .single-article .image img {
    width: 100%;
  }
}
.single-article .meta {
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.single-article .meta .info {
  float: left;
  color: #575757;
  font-weight: 300;
}
.single-article .meta .info .author {
  color: #007ab5;
  font-weight: bold;
  display: inline-block;
  font-style: normal;
}
.single-article .meta .info a {
  color: #ff3500;
  font-weight: bold;
}
.single-article .meta .comments {
  float: right;
}
.single-article .meta .comments a {
  color: #ff3500;
}
.single-article .meta .comments .icon {
  float: left;
  margin: 0 5px;
}
.single-article .meta .comments .number {
  color: #ff3500;
}
.single-article .lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
}
.single-article .content {
  padding: 0 0 15px 0;
  font-size: 17px;
}
.single-article .content p {
  text-align: justify;
}
.single-article .content a,
form a {
  color: #007ab5;
  text-decoration: underline;
  font-weight: 500;
}
.single-article .content a:hover,
form a:hover {
  background: #ff3500;
  color: white;
  text-decoration: none;
  box-shadow: 5px 0 0 #ff3500, -5px 0 0 #ff3500;
}
.single-article .content p {
  line-height: 1.5em !important;
}
.single-article .tags {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #606060;
}
.single-article .tags .tags-title {
  margin: 0 15px 0 0;
  font-weight: 300;
}
.single-article .tags a {
  color: #606060;
}
.single-article .tags a:hover {
  color: #ff3500;
}
.single-article .tags .tag {
  margin: 0 10px;
  line-height: 32px;
}
.single-article .platforms {
  padding: 15px 0;
  margin: -10px 0 0 0;
  border-bottom: 1px solid #eee;
  color: black;
  font-weight: bold;
}
.single-article .platforms .platforms-title {
  margin: 0 15px 0 0;
  font-weight: 300;
  color: #606060;
}
.single-article .platforms a {
  color: black;
}
.single-article .platforms a:hover {
  color: #ff3500;
}
.single-article .platforms .platform {
  margin: 0 10px;
}
.single-article .share-article {
  margin: 30px 0;
  text-align: center;
}
.single-article .related-articles {
  overflow: hidden;
  padding-bottom: 15px;
}
.single-article .related-articles .single-related-article {
  padding: 10px !important;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .single-article .related-articles .single-related-article {
    padding: 0 !important;
  }
}
.single-article .related-articles .single-related-article .inner-card {
  background: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.single-article .related-articles .single-related-article .image {
  padding: 0;
}
.single-article .related-articles .single-related-article .image img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-article .related-articles .single-related-article .title {
  font-size: 14px !important;
  padding: 10px;
  margin: 0;
  height: 2.5em !important;
  line-height: 1.5em !important;
  overflow: hidden !important;
}
.single-article .related-articles .single-related-article:hover .image img {
  opacity: .9;
}
.single-article .related-articles .single-related-article:hover .title {
  color: #ff3500;
}
.single-article .related-articles .single-related-article:hover .title a {
  color: #ff3500;
}
@media (max-width: 767.98px) {
  .single-article .related-articles .single-related-article {
    padding-bottom: 10px !important;
  }
  .single-article .related-articles .single-related-article .inner-card:after {
    content: "";
    clear: both;
    float: none;
    display: table;
  }
  .single-article .related-articles .single-related-article .image {
    float: left;
    width: 30%;
  }
}
.single-review-top {
  position: relative;
  padding: 10px;
}
.single-review-top .embed {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}
.single-review-top .image {
  position: relative;
  opacity: 1;
  padding-bottom: 0 !important;
}
.single-review-top .image .icon-play {
  z-index: 2;
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  background: url("../images/play-icon.svg") no-repeat;
}
.single-review-top.showvideo {
  position: relative;
  box-sizing: border-box;
}
.single-review-top.showvideo .embed {
  display: block !important;
  opacity: 1;
  max-height: 645px;
}
.single-review-top.showvideo .embed iframe {
  width: 100%;
  max-height: 645px;
}
.single-review-top.showvideo .image {
  position: absolute;
  top: 10px;
  width: 98.2%;
}
.single-review-top.havelink .image {
  cursor: pointer;
}
.single-review .image {
  position: relative;
}
.single-review .image img {
  width: 100%;
}
.single-review .title {
  font-size: 36px;
  font-weight: 500;
  margin: 0 !important;
}
.single-review .meta {
  padding: 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.single-review .meta .info {
  float: left;
  color: #575757;
  font-weight: 300;
}
.single-review .meta .info .author {
  color: #ff3500;
}
.single-review .meta .info a {
  color: #ff3500;
  font-weight: bold;
}
.single-review .meta .comments {
  float: right;
}
.single-review .meta .comments a {
  color: #ff3500;
}
.single-review .meta .comments .icon {
  float: left;
  margin: 0 5px;
}
.single-review .meta .comments .number {
  color: #ff3500;
}
.single-review .lead {
  font-weight: bold;
  font-size: 20px;
}
.single-review .content {
  padding: 15px 0;
  font-size: 16px;
}
.single-review .content h1 {
  font-size: 24px !important;
  font-weight: bold !important;
}
.single-review .content a {
  color: #ff3500;
}
.single-review .content a:hover {
  background: #ff3500;
  color: white;
}
.single-review .content p {
  line-height: 1.5em !important;
}
.single-review .tags {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #606060;
}
.single-review .tags .tags-title {
  margin: 0 15px 0 0;
  font-weight: 300;
}
.single-review .tags a {
  color: #606060;
}
.single-review .tags a:hover {
  color: #ff3500;
}
.single-review .tags .tag {
  margin: 0 10px;
}
.single-review .platforms {
  padding: 15px 0;
  margin: -10px 0 0 0;
  border-bottom: 1px solid #eee;
  color: black;
  font-weight: bold;
}
.single-review .platforms .platforms-title {
  margin: 0 15px 0 0;
  font-weight: 300;
  color: #606060;
}
.single-review .platforms a {
  color: black;
}
.single-review .platforms a:hover {
  color: #ff3500;
}
.single-review .platforms .platform {
  margin: 0 10px;
}
.single-review .share-article {
  margin: 30px 0;
  text-align: center;
}
.single-review .share-article .social-likes a {
  color: white;
  font-weight: 300;
}
.single-review .share-article .social-likes .social-likes__widget {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 767.98px) {
  .single-review .share-article .social-likes .social-likes__widget {
    display: block;
    margin: 5px 0;
  }
}
.single-review .share-article .social-likes .social-likes__widget .social-likes__counter {
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #d8e7ec;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 8px;
  display: inline-block;
}
.single-review .share-article .social-likes .social-likes__widget .social-likes__counter:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 8px solid #d8e7ec;
  border-bottom: 4px solid transparent;
}
@media (max-width: 767.98px) {
  .single-review .share-article .social-likes .social-likes__widget .social-likes__counter {
    display: none;
  }
}
.single-review .share-article .social-likes .social-likes__button {
  padding: 3px 10px 5px 5px;
  display: inline-block;
  -webkit-transition: all .4s ease;
  /* Safari and Chrome */
  -moz-transition: all .4s ease;
  /* Firefox */
  -o-transition: all .4s ease;
  /* IE 9 */
  -ms-transition: all .4s ease;
  /* Opera */
  transition: all .4s ease;
  cursor: pointer;
  color: white;
}
@media (max-width: 767.98px) {
  .single-review .share-article .social-likes .social-likes__button {
    width: 90%;
    padding: 10px;
  }
}
.single-review .share-article .social-likes .social-likes__button .social-likes__icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 5px -5px 0;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_facebook {
  background: #3B5998;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_facebook .social-likes__icon_facebook {
  background: url("../images/facebook.svg") no-repeat;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_facebook:hover {
  background: #253e73;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_twitter {
  background: #00ACED;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_twitter .social-likes__icon_twitter {
  background: url("../images/twitter.svg") no-repeat;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_twitter:hover {
  background: #0685b5;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_plusone {
  background: #D14836;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_plusone .social-likes__icon_plusone {
  background: url("../images/google-plus.svg") no-repeat;
}
.single-review .share-article .social-likes .social-likes__button.social-likes__button_plusone:hover {
  background: #9d291a;
}
.single-review .related-articles {
  overflow: hidden;
}
.single-review .related-articles .single-related-article {
  padding: 10px !important;
  display: inline-block;
  width: 30% !important;
}
.single-review .related-articles .single-related-article .inner-card {
  background: white;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
.single-review .related-articles .single-related-article .image img {
  width: 100%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.single-review .related-articles .single-related-article .title {
  font-size: 18px !important;
  padding: 15px;
  margin: 0;
}
.single-review .related-articles .single-related-article:hover .image img {
  opacity: .9;
}
.single-review .related-articles .single-related-article:hover .title {
  color: #ff3500;
}
.single-review .related-articles .single-related-article:hover .title a {
  color: #ff3500;
}
.review-pointbox {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,2f2f2f+100 */
  background: #4f4f4f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4f4f4f 0%, #2f2f2f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #2f2f2f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4f4f4f 0%, #2f2f2f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#2f2f2f', GradientType=0);
  /* IE6-9 */
  padding: 30px 15px;
  overflow: hidden;
  color: white;
  border-radius: 4px;
  margin: 0 0 15px 0;
}
.review-pointbox .col-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .review-pointbox .point {
    text-align: center;
    width: 100%;
    padding: 0;
  }
  .review-pointbox .point .pie {
    left: 50%;
    margin-left: -75px;
  }
}
.review-pointbox h1 {
  padding: 0;
  margin: 0;
  font-size: 28px !important;
}
.review-pointbox .title a {
  color: white;
}
.review-pointbox .short-desc {
  opacity: .9;
  margin: 10px 0 15px 0;
  font-size: 16px;
}
.review-pointbox .about-game .game-title {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.review-pointbox .about-game .game-lead {
  font-size: 12px;
}
.review-pointbox .positive {
  padding-left: 15px;
}
.review-pointbox .positive .title {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .review-pointbox .positive .title {
    text-align: center;
  }
}
.review-pointbox .positive .title:before {
  content: '/';
  font-weight: bold;
  color: #007ab5;
  margin: 0 5px 0 0;
}
.review-pointbox .negative .title {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .review-pointbox .negative .title {
    text-align: center;
  }
}
.review-pointbox .negative .title:before {
  content: '/';
  font-weight: bold;
  color: #ff3500;
  margin: 0 5px 0 0;
}
.review-pointbox .positive-list {
  list-style: none;
}
@media (max-width: 767.98px) {
  .review-pointbox .positive-list {
    text-align: center;
  }
}
.review-pointbox .positive-list li {
  margin: 10px 0;
}
.review-pointbox .positive-list li:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("../images/positive-list.svg");
  margin: 0 5px 0 0;
}
.review-pointbox .negative-list {
  list-style: none;
}
@media (max-width: 767.98px) {
  .review-pointbox .negative-list {
    text-align: center;
  }
}
.review-pointbox .negative-list li {
  margin: 10px 0;
}
.review-pointbox .negative-list li:before {
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-image: url("../images/negative-list.svg");
  margin: 0 5px 0 0;
}

.review-pointbox-v2 {
    background: none;
    border: 2px solid #007ab5;
    color: black;
    border-radius: 8px;
    padding: 30px 30px 0;
    margin: 0 0 20px;
}

.review-pointbox-v2 .title a {
    color: black;
}

.review-pointbox-v2 .point.col-4,
.review-pointbox-v2 .point.col-2 {
    width: 100%;
    text-align: center;
}

.review-pointbox-v2 .point.col-4 img {
    width: auto;
    margin: 0 auto;
}

.review-pointbox-v2 .positive.col-4,
.review-pointbox-v2 .negative.col-4{
    width: 50%;
}

.review-pointbox-v2 .positive .title:before,
.review-pointbox-v2 .negative .title:before{display: none;}
.review-pointbox-v2 .positive .title,
.review-pointbox-v2 .negative .title{text-transform: none;border-bottom: 2px solid #007ab5;margin-bottom: 30px;}
.review-pointbox-v2 .positive-list,
.review-pointbox-v2 .negative-list{padding: 0;}
.review-pointbox-v2 .positive-list li,
.review-pointbox-v2 .negative-list li{font-size: 17px;}
.review-pointbox-v2 .short-desc{background-color: #007ab5;font-weight: bold;color: white;margin: 30px -30px 0;padding: 15px 30px;font-size: 17px;}
.review-pointbox-v2 .positive-list li:before {height: 16px;width: 16px;background-image: url(../images/positive-list2.svg);margin: 0 10px 0 0;position: relative;top: 1px;}
.review-pointbox-v2 .negative-list li:before {height: 16px;width: 16px;background-image: url(../images/negative-list2.svg);margin: 0 10px 0 0;position: relative;top: 1px;}

@media (max-width: 576.98px) {
    .review-pointbox-v2{padding: 15px 15px 0;}
    .review-pointbox-v2 .positive.col-4,
    .review-pointbox-v2 .negative.col-4{
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .review-pointbox-v2 .point {padding: 15px;}
}

.tag-top {
  text-align: center;
  font-size: 48px;
  font-weight: 300;
  margin: 30px 0;
}
.search-top {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0;
  padding: 10px;
}
.search-top #searchform .s_1 input {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #ccc;
  font-size: 36px;
  -webkit-appearance: none;
  margin: 0 0 15px 0;
  text-align: center;
}
.search-top #searchform .s_2 {
  background: #eeeeee;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.search-top #searchform .s_2 ._prompt {
  display: inline-block;
  margin: 0 15px;
}
.search-top #searchform .s_2 ._prompt select {
  border: 1px solid #ccc;
  color: #7d7d7d;
  font-size: 16px;
  padding: 10px;
  min-width: 150px;
}
.search-top #searchform .s_2 ._prompt label {
  margin: 10px;
}
.search-top #searchform ._button {
  background: #eeeeee;
  padding: 10px 0;
  box-sizing: border-box;
}
.search-top #searchform ._button button {
  padding: 15px 35px;
}
.search-top .asterix {
  display: none;
}
.search-top .search-filter {
  background: #eeeeee;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.search-top .search-filter .search-filter-select {
  display: inline-block;
  margin: 0 15px;
}
.search-top .search-filter .search-filter-select select {
  border: 1px solid #ccc;
  color: #7d7d7d;
  font-size: 16px;
  padding: 10px;
}
.search-top .search-filter .search-filter-select label {
  margin: 10px;
}
.search-top .search {
  border: 0;
  outline: 0;
  border-bottom: 1px solid #ccc;
  font-size: 36px;
  -webkit-appearance: none;
  margin: 0 0 15px 0;
}
.search-top .submit-button {
  width: 50px;
  height: 50px;
}
.search-top .submit-button svg {
  fill: #ccc;
}
.search-info {
  font-size: 22px;
  margin: 15px 0;
}
.gameinfo-top {
  padding: 10px;
}
.gameinfo-top .image {
  text-align: center;
}
.gameinfo-top .image .game-title-wrap .game-title {
  font-size: 36px;
  text-align: center;
  max-width: 80%;
  background: white;
  bottom: 0;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .gameinfo-top .game-details .cover {
    width: 50% !important;
    box-sizing: border-box;
  }
  .gameinfo-top .game-details .cover img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .gameinfo-top .game-details .cover {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
  }
}
.gameinfo-top .game-details .platform-info ul {
  list-style: none;
}
.gameinfo-top .game-details .platform-info ul li {
  margin: 10px 0;
}
.gameinfo-top .game-details .platform-info ul li span {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .gameinfo-top .game-details .desc {
    width: 30% !important;
  }
}
@media (max-width: 992px) {
  .gameinfo-top .game-details .desc {
    width: 50% !important;
    box-sizing: border-box;
  }
}
@media (max-width: 767.98px) {
  .gameinfo-top .game-details .desc {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
  }
}
.gameinfo-top .game-details .desc p {
  line-height: 1.4em;
  text-align: justify;
}
.gameinfo-top .game-details .point {
  width: 13% !important;
  text-align: center;
}
@media (max-width: 1200px) {
  .gameinfo-top .game-details .point {
    margin-left: 5%;
  }
}
@media (max-width: 992px) {
  .gameinfo-top .game-details .point {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
  }
}
.gameinfo-top .game-details .point .review-points {
  width: 150px;
  height: 150px;
  z-index: 995;
  float: right;
}
@media (max-width: 992px) {
  .gameinfo-top .game-details .point .review-points {
    float: left;
  }
}
.gameinfo-top .game-details .point .review-points .pie {
  background-color: #474747;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 !important;
  float: left;
  opacity: .9;
}
.gameinfo-top .game-details .point .review-points .pie > div {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.gameinfo-top .game-details .point .review-points .pie span {
  background-color: #007ab5;
  display: block;
  width: 100%;
  height: 100%;
}
.gameinfo-top .game-details .point .review-points .pie .left span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.gameinfo-top .game-details .point .review-points .pie .right span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.gameinfo-top .game-details .point .review-points .pie:before,
.gameinfo-top .game-details .point .review-points .pie:after {
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.gameinfo-top .game-details .point .review-points .pie:before {
  background-color: #2f2f2e;
  content: "";
  width: 85%;
  height: 85%;
  z-index: 100;
}
.gameinfo-top .game-details .point .review-points .pie:after {
  content: attr(data-percent);
  font-family: Arial, sans-serif;
  font-size: 3em;
  font-weight: bold;
  z-index: 200;
  text-align: center;
  color: white;
}
.gameinfo-top .game-details .point .button {
  margin: 0 auto;
  margin-top: 15px;
}
@media (max-width: 767.98px) {
  .gameinfo-top .game-details .point .button {
    display: none;
  }
}
.gameinfo-top .game-details .game-share {
  text-align: center;
  margin: 15px 0;
}
.info .cover {
  width: 24.5%;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  padding: 10px;
}
.info .cover img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.info .cover:hover img {
  opacity: .8;
}
.codecashing-content .validator input.txt_input {
  border-bottom: 1px solid #ccc !important;
}
.codecashing-container {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#10606f+0,ffffff+83 */
  background: #10606f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #10606f 0%, #ffffff 83%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #10606f 0%, #ffffff 83%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #10606f 0%, #ffffff 83%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#10606f', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.codecashing-title {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  text-align: center;
  margin: 20px 0 !important;
}
.supershop-cashing {
  background: url('http://elofizetes.gsplus.hu/images/Supershop-kupon-bevaltasa-gs.png') no-repeat center bottom #003e7e;
}
.mindigtv-cashing {
  background: url('http://elofizetes.gsplus.hu/images/mindigtv-kupon-bevaltas-gs.jpg') no-repeat center bottom #003e7e;
}
.newsletter-content .content {
  margin: 30px 0;
}
.newsletter_form ._multicheckbox label {
  display: block;
  margin: 5px 0;
  font-size: 16px;
}
.newsletter_form ._name {
  font-size: 20px;
  font-weight: bold;
}
.newsletter_form ._button {
  text-align: center;
}
.newsletter_form ._button button {
  margin: 20px 0;
}
.newsletter_form.asterix {
  font-size: 12px;
  opacity: .8;
  text-align: center;
}
.adblocker {
  display: none;
}
.adblocker .info {
  padding: 30px;
  font-size: 18px;
  position: fixed;
  z-index: 1000;
  top: 12em;
  bottom: 12em;
  left: 10em;
  right: 10em;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  border-radius: 4px;
}
.adblocker .info .smiley {
  background: url("../images/sad_smiley.svg") no-repeat;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.adblocker .info a {
  color: #ff3500;
}
.adblocker .info .close {
  position: absolute;
  right: 5px;
  top: 5px;
  background: white;
  padding: 4px;
  cursor: pointer;
}
.adblocker .mask {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
  top: 0;
  left: 0;
}
.platform-xbox-one header {
  border-bottom: 5px solid #007E3B !important;
}
.platform-xbox-one .section-page-title {
  border-left: 10px solid #007E3B;
}
.platform-xbox-one .box-title {
  border-left: 5px solid #007E3B !important;
}
.platform-xbox-one .footer {
  border-top: 5px solid #007E3B !important;
}
.platform-pc header {
  border-bottom: 5px solid #616360 !important;
}
.platform-pc .section-page-title {
  border-left: 10px solid #616360;
}
.platform-pc .box-title {
  border-left: 5px solid #616360 !important;
}
.platform-pc .footer {
  border-top: 5px solid #616360 !important;
}
.platform-xbox-360 header {
  border-bottom: 5px solid #42AF4A !important;
}
.platform-xbox-360 .section-page-title {
  border-left: 10px solid #42AF4A;
}
.platform-xbox-360 .box-title {
  border-left: 5px solid #42AF4A !important;
}
.platform-xbox-360 .footer {
  border-top: 5px solid #42AF4A !important;
}
.platform-playstation-3 header {
  border-bottom: 5px solid #2973AF !important;
}
.platform-playstation-3 .section-page-title {
  border-left: 10px solid #2973AF;
}
.platform-playstation-3 .box-title {
  border-left: 5px solid #2973AF !important;
}
.platform-playstation-3 .footer {
  border-top: 5px solid #2973AF !important;
}
.platform-playstation-4 header {
  border-bottom: 5px solid #0D8BD5 !important;
}
.platform-playstation-4 .section-page-title {
  border-left: 10px solid #0D8BD5;
}
.platform-playstation-4 .box-title {
  border-left: 5px solid #0D8BD5 !important;
}
.platform-playstation-4 .footer {
  border-top: 5px solid #0D8BD5 !important;
}
.platform-nintendo-wii header {
  border-bottom: 5px solid #65A8D3 !important;
}
.platform-nintendo-wii .section-page-title {
  border-left: 10px solid #65A8D3;
}
.platform-nintendo-wii .box-title {
  border-left: 5px solid #65A8D3 !important;
}
.platform-nintendo-wii .footer {
  border-top: 5px solid #65A8D3 !important;
}
.platform-playstation-2 header {
  border-bottom: 5px solid #7698af !important;
}
.platform-playstation-2 .section-page-title {
  border-left: 10px solid #7698af;
}
.platform-playstation-2 .box-title {
  border-left: 5px solid #7698af !important;
}
.platform-playstation-2 .footer {
  border-top: 5px solid #7698af !important;
}
.platform-xbox header {
  border-bottom: 5px solid #97af00 !important;
}
.platform-xbox .section-page-title {
  border-left: 10px solid #97af00;
}
.platform-xbox .box-title {
  border-left: 5px solid #97af00 !important;
}
.platform-xbox .footer {
  border-top: 5px solid #97af00 !important;
}
.platform-gamecube header {
  border-bottom: 5px solid #463763 !important;
}
.platform-gamecube .section-page-title {
  border-left: 10px solid #463763;
}
.platform-gamecube .box-title {
  border-left: 5px solid #463763 !important;
}
.platform-gamecube .footer {
  border-top: 5px solid #463763 !important;
}
.platform-sony-psp header {
  border-bottom: 5px solid #005463 !important;
}
.platform-sony-psp .section-page-title {
  border-left: 10px solid #005463;
}
.platform-sony-psp .box-title {
  border-left: 5px solid #005463 !important;
}
.platform-sony-psp .footer {
  border-top: 5px solid #005463 !important;
}
.platform-nintendo-ds header {
  border-bottom: 5px solid #908f94 !important;
}
.platform-nintendo-ds .section-page-title {
  border-left: 10px solid #908f94;
}
.platform-nintendo-ds .box-title {
  border-left: 5px solid #908f94 !important;
}
.platform-nintendo-ds .footer {
  border-top: 5px solid #908f94 !important;
}
.platform-gba header {
  border-bottom: 5px solid #942b39 !important;
}
.platform-gba .section-page-title {
  border-left: 10px solid #942b39;
}
.platform-gba .box-title {
  border-left: 5px solid #942b39 !important;
}
.platform-gba .footer {
  border-top: 5px solid #942b39 !important;
}
.platform-playstation-vita header {
  border-bottom: 5px solid #506694 !important;
}
.platform-playstation-vita .section-page-title {
  border-left: 10px solid #506694;
}
.platform-playstation-vita .box-title {
  border-left: 5px solid #506694 !important;
}
.platform-playstation-vita .footer {
  border-top: 5px solid #506694 !important;
}
.platform-nintendo-3ds header {
  border-bottom: 5px solid #946636 !important;
}
.platform-nintendo-3ds .section-page-title {
  border-left: 10px solid #946636;
}
.platform-nintendo-3ds .box-title {
  border-left: 5px solid #946636 !important;
}
.platform-nintendo-3ds .footer {
  border-top: 5px solid #946636 !important;
}
.platform-nintendo-wii-u header {
  border-bottom: 5px solid #65A8D3 !important;
}
.platform-nintendo-wii-u .section-page-title {
  border-left: 10px solid #65A8D3;
}
.platform-nintendo-wii-u .box-title {
  border-left: 5px solid #65A8D3 !important;
}
.platform-nintendo-wii-u .footer {
  border-top: 5px solid #65A8D3 !important;
}
.platform-ios header {
  border-bottom: 5px solid #212122 !important;
}
.platform-ios .section-page-title {
  border-left: 10px solid #212122;
}
.platform-ios .box-title {
  border-left: 5px solid #212122 !important;
}
.platform-ios .footer {
  border-top: 5px solid #212122 !important;
}
.platform-android header {
  border-bottom: 5px solid #1ac537 !important;
}
.platform-android .section-page-title {
  border-left: 10px solid #1ac537;
}
.platform-android .box-title {
  border-left: 5px solid #1ac537 !important;
}
.platform-android .footer {
  border-top: 5px solid #1ac537 !important;
}
.platform-windows-phone header {
  border-bottom: 5px solid #af530f !important;
}
.platform-windows-phone .section-page-title {
  border-left: 10px solid #af530f;
}
.platform-windows-phone .box-title {
  border-left: 5px solid #af530f !important;
}
.platform-windows-phone .footer {
  border-top: 5px solid #af530f !important;
}
input[type="text"],
.txt_input {
  width: 100% !important;
  font-size: 16px !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  /*color: #ccc !important;*/
  background: none !important;
}
textarea,
input {
  outline: none;
}
.notok {
  color: #d42222;
  margin: 0 0 1rem;
  background: #f2dede;
  border: 1px solid #d42222;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 16px;
}
.notok ul {
  list-style: none;
  padding: 0;
}
.ok {
  color: #218e21;
  margin: 0 0 1rem;
  background: #dff0d8;
  border: 1px solid #218e21;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 16px;
}
.ok ul {
  list-style: none;
  padding: 0;
}
form ._form ._section {
  margin: 50px 0;
}
form ._form ._section .error ._value input[type="text"],
form ._form ._section .error ._value input[type="password"],
form ._form ._section .error ._value input[type="email"] {
  border-bottom: 1px solid red;
}
form ._form ._section ._title {
  font-size: 24px;
  font-weight: normal;
  margin: 15px 0;
}
form ._form ._section ._name label,
form ._form ._section ._type label {
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0;
}
form ._form ._section ._name .erroricon,
form ._form ._section ._type .erroricon {
  background: url("../images/close-circle-outline.svg") no-repeat;
  background-size: 16px 16px;
  fill: red;
  width: 16px;
  height: 16px;
  margin: 0 0 -2px 5px;
}
form ._form ._section ._value {
  margin: 0 0 15px 0;
}
form ._form ._section ._value input[type="text"],
form ._form ._section ._value input[type="email"],
form ._form ._section ._value input[type="password"] {
  width: 100%;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #646464;
  background: none;
}
form ._form ._section ._value textarea {
  resize: vertical;
  width: 100%;
  min-height: 150px;
  height: auto;
  border: 1px solid #ccc;
  padding: 10px;
}
form ._form ._section ._value ._sidetip {
  font-size: 14px;
  font-weight: 300;
  color: #a5a5a5;
}
form ._form ._section ._value select {
  border: 1px solid #ccc;
  color: #7d7d7d;
  font-size: 16px;
  padding: 10px;
}
form ._form ._section ._value ._multicheckbox label {
  margin: 0 10px !important;
}
form ._form ._section ._value ._multicheckbox input[type="checkbox"] {
  float: left;
  display: inline-block;
}
form ._form ._section ._value ._multicheckbox span {
  display: inline-block;
  margin: 0 5px;
}
form ._form ._section ._value .button {
  padding: 5px 10px;
  color: #929292;
  background: #eee;
  border: 1px solid #ccc;
  display: inline-block;
  margin: 10px 5px;
  cursor: pointer;
}
form ._form ._section ._value ._sidetip {
  display: inline-block;
  margin: 0 0 0 10px;
}
form ._form .s_more ._name {
  display: inline-block;
}
form ._form .s_more .checkbox {
  display: inline-block;
}
form ._form .s_more .checkbox input[type="checkbox"] {
  margin: 0 0 0 20px;
}
form ._form .s_more .spam {
  width: 250px;
  margin: 30px 0 0 0;
}
form ._form ._button button[type="submit"] {
  background: #007ab5;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  border: 0;
  /* Safari and Chrome */
  /* Firefox */
  /* IE 9 */
  /* Opera */
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s ease;
  /* Safari and Chrome */
  -moz-transition: all .4s ease;
  /* Firefox */
  -o-transition: all .4s ease;
  /* IE 9 */
  -ms-transition: all .4s ease;
  /* Opera */
  transition: all .4s ease;
}
form ._form ._button button[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.5);
  background: #007ab5;
}
form ._section .error ._name .erroricon,
form ._section .error ._type .erroricon {
  display: inline-block;
}
form ._section .error ._name label,
form ._section .error ._type label {
  color: #b32727;
}
form ._section ._value .channel_thumb {
  margin-left: -40px;
  width: 35px;
}
@media (max-width: 992px) {
  form ._section ._value .channel_thumb {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
._form.asterix {
  font-size: 13px;
  margin: 20px 0;
}
.preorder_form,
.subscription_form {
  padding: 10px;
}
.preorder_form #_p_same ._name,
.subscription_form #_p_same ._name {
  display: inline-block;
}
.preorder_form #_p_same .checkbox,
.subscription_form #_p_same .checkbox {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 50px;
  height: 50px;
}
.preorder_form ._button,
.subscription_form ._button {
  text-align: center;
}
.preorder_form ._button button,
.subscription_form ._button button {
  padding: 25px 50px;
}
.preorder_form textarea,
.subscription_form textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  resize: none;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.preorder_form select,
.subscription_form select {
  border: 1px solid #ccc;
  color: #7d7d7d;
  font-size: 16px;
  padding: 10px;
}
.preorder_form .s_3 input,
.subscription_form .s_3 input {
  width: 100px;
}
.preorder_form .s_3 label,
.subscription_form .s_3 label {
  font-size: 16px;
  font-weight: normal !important;
}
.preorder_form ._title,
.subscription_form ._title {
  font-size: 28px;
  font-weight: bold;
  margin: 25px 0;
}
.preorder_form ._prompt,
.subscription_form ._prompt {
  margin: 30px 0;
}
.preorder_form label,
.subscription_form label {
  font-size: 16px;
  margin: 10px 0;
  font-weight: bold;
}
.preorder_form input,
.subscription_form input {
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
}
.preorder_form.asterix {
  margin: 15px 0;
  text-align: center;
}
.gs-plus-header {
  padding: 10px;
}
.gs-plus-header .plus-menu {
  background: #ff3500;
  height: 50px;
  width: 100%;
  color: white;
}
.gs-plus-header .plus-menu .mobile-plus-menu-title {
  font-size: 24px;
  text-align: center;
  height: 35px;
  line-height: 50px;
}
@media (min-width: 992px) {
  .gs-plus-header .plus-menu .mobile-plus-menu-title {
    display: none;
  }
}
@media (max-width: 992px) {
  .gs-plus-header .plus-menu ul {
    width: 100%;
    padding-top: 15px;
    background: #ff3500;
    text-align: center;
    position: relative;
    display: none;
    z-index: 999;
  }
}
.gs-plus-header .plus-menu ul li {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .gs-plus-header .plus-menu ul li {
    display: block;
    text-align: center;
    margin: 15px 0;
  }
}
.gs-plus-header .plus-menu ul li a {
  color: white;
}
.gs-plus-header .plus-menu ul li a:hover {
  color: black;
}
.gs-plus-header .plus-menu ul li.active {
  background: #2f2f2f;
  color: white;
}
.gs-plus-header .plus-menu ul li.active a {
  color: white;
}
.gs-plus-header .plus-menu ul li.active a:hover {
  color: white;
}
.gs-plus-content {
  box-sizing: border-box;
}
.gs-plus-content .single-plus-magazine {
  width: 25%;
  text-align: center;
  float: left;
  margin: 15px 0;
}
@media (max-width: 992px) {
  .gs-plus-content .single-plus-magazine {
    width: 100%;
  }
}
.gs-plus-content .single-plus-magazine img {
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translate3d(0, 0, 0);
  text-rendering: optimizeLegibility;
}
.gs-plus-content .single-plus-magazine:hover img {
  opacity: .8;
}
.gs-plus-content .single-plus-magazine.inactive {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.gs-plus-content .game-title {
  font-size: 36px;
}
.gs-plus-content .game-description .game {
  width: 50%;
  display: inline-block;
  padding: 0 10px 10px 0;
  box-sizing: border-box;
  float: left;
  font-size: 16px;
}
@media (max-width: 992px) {
  .gs-plus-content .game-description .game {
    width: 100%;
  }
}
.gs-plus-content .game-description .game .activate-button {
  font-size: 20px;
}
.gs-plus-content .game-description .video {
  width: 50%;
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .gs-plus-content .game-description .video {
    width: 100%;
  }
}
.plus-content-main {
  padding: 10px;
}
.plus-content-main .fg_image {
  display: block;
  float: right;
  margin-left: 20px;
  max-width: 460px;
}
.plus-content-main p {
  margin-bottom: 24px;
  min-height: 280px;
}
.plus-content-main .fg_active {
  display: block;
  padding: 10px 15px;
  color: white;
  text-align: center;
  font-weight: 300;
  background: #ff3500;
  border: 1px solid #ff3500;
  width: 120px;
  font-size: 18px;
  margin: 15px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.plus-content-main .fg_active:hover {
  text-decoration: none;
  color: black;
  background: none;
}
.plus-content-main .onethird {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  float: left;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .plus-content-main .onethird {
    width: 100%;
  }
}
.plus-content-main .onethird img {
  width: 100%;
  height: auto;
}
.plus-content-main .tbl a {
  width: 300px;
}
.loginreq {
  margin: 30px 0;
  font-size: 24px;
  text-align: center;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 767.98px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
#overlay-intro {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  opacity: .9;
  width: 100%;
  height: 100%;
  display: none;
  background-position: initial initial;
  background-repeat: initial initial;
}
.overlay-box {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1999;
  width: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  display: none;
  transform: translate(-50%, -50%);
  border: 10px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 992px) {
  .overlay-box {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    box-sizing: border-box;
    border-radius: 0;
  }
}
.overlay-box .layer-close {
  z-index: 4000;
  position: absolute;
  top: -30px;
  right: -10px;
  margin: 0px;
  padding: 5px 10px;
  height: 1em;
  text-align: right;
  text-transform: uppercase;
  background: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .overlay-box .layer-close {
    top: 0;
    display: inline;
    right: 0;
    border-radius: 0;
    font-size: 32px;
  }
}
.overlay-box .inside-video {
  position: absolute;
  z-index: 9998;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 25vh;
}
.overlay-box .inside-video .player-icon {
  z-index: 9999;
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  background: url("../images/player-icon-black.svg") no-repeat;
  background-size: 100px 100px;
  cursor: pointer;
}
.overlay-box .inside-video .embed {
  margin: 0 auto;
  width: 450px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 992px) {
  .overlay-box .inside-video .embed {
    width: 100%;
    height: 100%;
  }
}
.overlay-box .inside-video .video {
  width: 100%;
}
.overlay-box .player-video {
  width: 990px;
  height: 500px;
  z-index: 9999;
}

.sticky_bottom_box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1999;
  background-color: #fff;
}
.sticky_bottom_box .sticky_bottom_close {
  z-index: 4000;
  position: absolute;
  top: -1em;
  right: 0;
  margin: 0px;
  padding: 5px 10px;
  height: 1em;
  text-align: right;
  text-transform: uppercase;
  background: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .sticky_bottom_box .sticky_bottom_close {
    display: inline;
    border-radius: 0;
    font-size: 32px;
  }
}

blockquote{padding: 0;margin: 0;}
blockquote p{font-size: 17px;margin: 0;padding: 0 20px;font-weight: 400;font-style: italic;color: #565656;border-left: 5px solid #007ab5;}

.icon-comment{background-size: 16px 15px;padding-left: 18px;background-image: url("../images/comment-icon.svg");background-repeat: no-repeat;}

/* Gallery override */

.pswp__ui--idle .pswp__top-bar {opacity:1;}
.pswp__counter{font-size: 30px;}
img.pswp__img, .pswp img {object-fit: contain;}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption{background-color: rgba(0, 0, 0, 0.7);}
.pswp__caption__center{text-align: center;font-size: 16px;color: #fff;max-width: none;line-height: 24px;padding: 1rem;}
.pswp__button--openoriginal {font-size: 20px;font-weight: bold;color: #fff;text-align: center;line-height: 44px;background:transparent;}
.pswp__button--openoriginal:hover {color: #fff;}
.pswp__ui--fit .pswp__caption{min-height: 0;}

/* Event Calendar */
.calendar .event {
  margin: .5em 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: stretch;
  background-color: #efefef;
}

.calendar .event .date {
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 0;
  padding: .5em;
  background-color: #fff;
  font-size: 150%;
  text-align: center;
  color: #ccc;
  border-left: 5px solid #2f2f2f;
}

.calendar .event .date span {
  padding-top: .5em;
  display: block;
  font-size: 50%;
  text-transform: uppercase;
}
.calendar .event .cont {
  margin: .5em 0;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.calendar .event .cont .title {
  flex-basis: 100%;
  padding: 0 .5em;
  font-size: 100%;
  color: #2f2f2f;
}

.calendar .event .cont .title span {
  font-size: 75%;
  font-weight: normal;
}

.calendar .event .cont .location {
  flex-basis: 100%;
  padding: .4em .5em 0;
  font-size: 75%;
  color: #2f2f2f;
}

@media (min-width: 401px) {
  .calendar .event .cont {
    flex-wrap: nowrap;
  }

  .calendar .event .cont .title,
  .calendar .event .cont .location {
    flex-basis: 50%;
    padding: .5em;
  }
}

@media (min-width: 641px) {
  .calendar .event .date {
    flex-basis: 10%;
  }
}

.calendar_links {
  padding:1rem 0;
  flex-wrap:nowrap;
  display:flex;
  justify-content:space-between;
}
.calendar_links .before,
.calendar_links .after {
  background-color: #007ab5;
}
.calendar_links .after {
  text-align:right;
}
.calendar_links > form select {
  margin: .5em 0;
  width: 100%;
}
@media (max-width: 460px) {
  .calendar_links {
    flex-wrap: wrap;
  }
  .calendar_links > form {
    flex-basis: 100%;
    order: 3;
  }
}

/* Optionless Bottom */
.ad-optionless_bottom {
  display: none;
}

/* Intersticial */
.ad-interstitial {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  display: none;
}
.ad-interstitial .interstitial-close {
  z-index: 4000;
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0px;
  padding: 5px 10px;
  height: 1em;
  text-align: right;
  background: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px;
  box-shadow: 0 0 20px 10px #000;
  box-shadow: 0 0 20px 10px rgba(0,0,0,.5);
  opacity: 1;
  cursor: pointer;
  font-size: 24px;
  color: #007ab5;
}
.ad-interstitial .interstitial-time {
  z-index: 4000;
  position: absolute;
  top: 50px;
  right: 10px;
  margin: 0px;
  padding: 5px 10px;
  height: 1em;
  text-align: right;
  background: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px;
  opacity: 1;
  cursor: pointer;
  font-size: 10px;
  opacity: .5;
}
.ad-interstitial .interstitial-link {
  z-index: 3000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
}

/* Web Push Popup */
#web-push-popup {
    display: none;
    width: 360px;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 10001;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.42);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.42);
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 15px;
}
#web-push-popup p{
    margin-top: 0;
}
#web-push-popup img{
    float:left;
    margin-right: 15px;
}
.web-push-popup-footer{
    text-align: right;
}
.web-push-popup-footer .btn{
    margin: 0 10px;
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.web-push-popup-footer .btn-default{
    color: black;
    background: #fff;
    border: 1px solid #007ab5;
}
.web-push-popup-footer .btn-primary{
    color: white;
    background: #007ab5;
    border: 1px solid #007ab5;
    margin-right:0;
}

.cc-revoke{display: none !important;}


.goa-customlayer{/*left: 0 !important;right: 0 !important;text-align: center !important;margin: 0 auto !important;width: 800px !important;*/border: 20px solid #fff !important;box-shadow: 0 0 100px #000 !important;}

/* Leporello */

.leporello{position: relative;display: inline-block;}
.leporello img{max-width: 100%;display: block;}
.leporello div:last-child a img{position: absolute;opacity: 0;transition: all .3s;max-width: none;transform: scale(0);transition-delay: 2s;}
.leporello:hover div:last-child a img{opacity: 1;transition: all .3s;transform: scale(1);}
.leporello-jobbfentrol div:last-child a img{transform-origin: right top;right:0;top:0;}
.leporello-jobblentrol div:last-child a img{transform-origin: right bottom;right:0;bottom:0;}
.leporello-balfentrol div:last-child a img{transform-origin: left top;left:0;top:0;}
.leporello-ballentrol div:last-child a img{transform-origin: left bottom;left:0;bottom:0;}

.content.elrejtes .ad-article-inside,
.p30hd .box.ad,
.p30hd #KcBXr5WyIQ-1x1,
.p30hd .ad-sticky_bottom,
.p30hd .background,
.p30hd .ad-skin-link,
.p30hd .goAdverticum{display: none;}
.p30hd .ad-skin-space{height: auto !important;}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767.98px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

article ul{padding: 0 0 0 20px;}
article ul li,
article ol li{padding: 0 0 10px 0;line-height: 1.5;}
article ul li:last-child,
article ol li:last-child{padding-bottom: 0;}
article .text-highlight{display: inline-block;background-color: #007ab5;color: #fff;padding: 7px 10px;line-height: 1em;border-radius: 10px;font-weight: bold;}
.single-article .content .text-highlight a{color: #fff;text-decoration:none;}
.single-article .content .text-highlight a:hover{background-color:transparent;box-shadow: none;}

.section.depth_3.section-1-2 .google-auto-placed{display: none;}

.twitter-tweet,
.instagram-media{margin: 20px auto;}

.text-center{text-align: center;}

/* Plus billing data modal */

/* The Modal (background) */
.billing-modal {
  display: none; /* Hidden by default */
  z-index: 999 !important;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.billing-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  margin-top: 30vh !important;
}

/* The Close Button */
.billing-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.billing-close:hover,
.billing-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Header */
.billing-modal-header {
  padding: 2px 16px;
  background-color: #ff8080;
  color: white;
}

/* Modal Body */
.billing-modal-body {padding: 2px 16px;}

/* Modal Footer */
.billing-modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.billing-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

/* Modifiocations on mobile index */

@media (max-width:767.98px){
    .box-html .element .title-box-wrapper {margin: 15px 0 10px;}
    .section .box-news .element{border-bottom: 1px solid #008cba;}
    .section .box-pr{margin-bottom: 15px;}
    .section .box-pr .image{display: none;}
    
    .section-3-3 .title-box-wrapper {height: 24px;background: #eeeeee;}
    .section-3-3 .title-box-wrapper .box-title {font-size: 20px;margin: 0;padding: 0 15px;border-left: 5px solid #007ab5;text-transform: uppercase;font-weight: 300;background: white;display: inline;}
}

.flipper {max-width: 640px;margin: 0 auto;;overflow:hidden}
.flipper img{display: block;max-width: 100%;}
.flipper-card {width: 100%;height: 0;padding-bottom: 100%;transition: transform 1s;transform-style: preserve-3d;cursor: pointer;position: relative;}
.flipper-card.is-flipped {transform: rotateY(180deg);}
.flipper-face {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.back {transform: rotateY(180deg);}

.flipper {max-width: 640px;margin: 40px auto;perspective: 600px;}
.not-flipped:hover{transform: rotateY(5deg);cursor: pointer;}
.flipper-card {width: 100%;height: 100%;transition: transform 1s;transform-style: preserve-3d;cursor: pointer;position: relative;}
.flipper-card p{position: absolute;background-color: rgba(0,0,0,.55);color: #fff;bottom: 0;left: 0;right: 0;width: 100%;height: auto;padding: 15px 0;margin: 0;outline: 0;border: 0;font-size: 100%;opacity: .9;display: block;text-align: center!important;transition: all .3s;}
.is-flipped.flipper-card p{opacity: 0;transition: all .3s;}
.flipper-card.is-flipped {transform: rotateY(180deg);}
.flipper-face {position: absolute;width: 100%;height: 100%;-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.flipper-back {transform: rotateY(180deg);}

/* UIBox Modifications */

body.uibox_platform_desktop{background: none !important;}
.uibox_platform_desktop .main{margin-top: 115px !important;}
.uibox_platform_desktop #at_bg_skin{display: none !important;}
.uibox_platform_mobile{}
.uibox_console{padding-top: 100px;}
.uibox_console_show {margin-top: 118px;}

/* Atmedia specific */

#gamestar_rovatszponzoracio_jobb{overflow: hidden;margin-top: -20px;}
#gamestar_rovatszponzoracio_jobb:before{display: none;}
#gamestar_rovatszponzoracio_fekvo{clear: both;margin-bottom: -37px;}

/* Atmedia cookie consent */
/*
.qc-cmp2-main>div {background-color: transparent !important;height: auto !important;width: 100% !important;top: auto !important;bottom: 0 !important;}

@media (max-width:767.98px){
    .qc-cmp2-main>div{box-shadow: 0 27px 50px #000;}
    .qc-cmp2-summary-section{height: 300px !important;}
}*/

@media (max-width:767.98px){
  .qc-cmp2-header-links{display: block !important;}
  .qc-cmp2-header-links>button{margin: 0 !important;}
}

/* Strossle Modifications */

@media (max-width:767.98px){
    .strossle-widget{overflow: scroll;margin: 0 -15px;padding: 0 25px;height: 350px;}
    .strossle-widget .col-sm-4{max-width: 250px;}
    .strossle-widget>.strossle{width: calc(9 * 250px + 16px);padding-right: 16px;} /* 9 tartalom szorozva az oszlopszelesseggel és az eltartással */
    .strossle-widget>.strossle .col-12{padding: 0;margin-top: -16px;}
}

/* In article highlight - newsletter, personal ads, Youtube, Facebook */

.inarticle-highlight {display: inline-block;padding: 1rem 0;color: #000;font-size: 17px;line-height: 1.2rem;text-align: left;border-top: 1px solid #007ab5;border-bottom: 1px solid #007ab5;margin: 1rem 0;}
.inarticle-highlight input{width: 100%;}
.inarticle-highlight input[type="checkbox"]{margin: 0;width: 20px;height: 20px;position: absolute;top: 47px;left: 0;}
.inarticle-highlight a{text-decoration: underline;}
.inarticle-highlight b{line-height: 1.5em;}
.inarticle-highlight button{padding: 15px 32px;font-size: 18px;border-radius: 6px;}
.inarticle-highlight a.button{background-color: #007ab5;color: #fff;text-decoration: none;font-weight: 400;padding: 15px 32px;font-size: 18px;font-style: normal;transition: all 0.2s linear;margin-right: 1rem;border-radius: 6px;}
.inarticle-highlight a.button-last{margin-right: 0rem;}
.inarticle-highlight a.button:hover{background-color: #005b86;box-shadow: none;}
.inarticle-highlight a.button-gold{background-color: #d4af37;}
.inarticle-highlight a.button-gold:hover{background-color: #c6a436;}
.inarticle-highlight form{position:relative;}
.inarticle-highlight form label{padding: 15px 0 0 29px;display: block;line-height: 1.5em;font-weight: normal;font-size: 12px;}
.inarticle-highlight .success-message {color: #007800;background-color: #e5ffeb;margin-bottom: 1rem;padding: 1rem;}
.inarticle-highlight .error-message {color: #992727;background-color: #ffd9d9;margin-bottom: 1rem;padding: 1rem;}
.single-article .content .inarticle-highlight p{text-align: left;}
                
@media (max-width:991.98px){
    .inarticle-highlight{margin: 0 -1rem;width: auto;padding: 1rem 2rem;}
    .inarticle-highlight button,
    .inarticle-highlight a.button{display: block;margin:0 0 1rem 0;}
    .inarticle-highlight button{width: 100%;}
    .inarticle-highlight button:last-child,
    .inarticle-highlight a.button:last-child{margin-bottom:0;}
}

/* Layout shift optimization */

/*
.cls{position:relative;overflow:hidden;}
.cls .ads_show_ad_title::before{position: absolute;top:0;left: 0;right: 0;}
.cls [id*="gamestar"]>div{position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);margin: 7px auto 0;}
#gamestar_skin{height: 0;overflow: hidden;}
#gamestar_skin:before{display: none;}

@media (max-width:991.98px){
    .ad-boost{min-height:212px;}
    .cls.gamestar_nyito_fekvo_1{height:265px;margin-top: 70px;}
    .cls.gamestar_nyito_fekvo_2,
    .cls.gamestar_nyito_fekvo_3,
    .cls.gamestar_nyito_fekvo_4{height:355px;}
    .cls.gamestar_nyito_jobb_1,
    .cls.gamestar_nyito_jobb_2{height:614px;}
    .cls.gamestar_cikk_fekvo_1{height:265px;}
    .cls.gamestar_cikk_jobb_1,
    .cls.gamestar_cikk_jobb_2{height:614px;}
}

@media (min-width:992px){
    .ad-boost{min-height:136px;}
    .cls.gamestar_nyito_fekvo_1{height:265px;}
    .cls.gamestar_nyito_fekvo_2,
    .cls.gamestar_nyito_fekvo_3,
    .cls.gamestar_nyito_fekvo_4{height:378px;}
    .cls.gamestar_nyito_jobb_1,
    .cls.gamestar_nyito_jobb_2{height:614px;}
    .cls.gamestar_cikk_fekvo_1{height:265px;}
    .cls.gamestar_cikk_jobb_1,
    .cls.gamestar_cikk_jobb_2{height:614px;}
}

*/

/* Login */

.site-login .row {margin-left: -10px;margin-right: -10px;}
.site-login a{color: #007ab5;}
.site-login .col-sm-6{position: relative;min-height: 1px;padding: 40px 8%;}
.site-login h3{font-size: 20px;margin: 0;padding: 0 15px;border-left: 5px solid #007ab5;text-transform: uppercase;font-weight: 300;display: block;height: 24px;background: #eeeeee;margin-bottom: 15px;}
.site-login h3 span{display: inline-block;background-color: #fff;margin: 0 0 0 -15px;padding: 0 15px;}
.site-login .btn-default{display: inline-block;margin-bottom: 0;font-weight: normal;text-align: center;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;border-radius: 4px;user-select: none;color: #333;background-color: #fff;border-color: #ccc;border-radius: 0;background-color: #eeeeee;}
    
.form-group {margin-bottom: 15px;}
label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;}
input[type="email"],input[type="password"] {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-sizing: border-box;}
    
@media (max-width: 767.98px){
    .site-login .row {margin-left: 0;margin-right: 0;}
}
    
@media (min-width: 768px){
    .site-login .col-sm-6{float: left;width: 33%;}
}

.auth-message {
    text-align: center;
    padding: 15px;
    border-radius: .25rem;
    border: 1px solid transparent;
}
.auth-message.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;

}
.auth-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
/*
.full-header .logo{margin: 8px 0 0 0;width: 200px;height: 66px;}
.full-header.shrink .logo{width: 150px;margin: 5px 0 0 0;}
@media (max-width: 992px){
    .full-header .logo {top: -1px;margin-left: -75px;height: 49px;width: 150px;}
    .full-header.shrink .logo {top: -1px;margin-left: -75px;height: 49px;width: 150px;}
}*/


.adult_alert_modal {width: 100vw;height: 100vh;position: fixed;top: 0;left: 0;z-index: 1000000;background-color: #dbdbdb;text-align: center;display: none;}
.adult_alert_modal.show {display: block;}
.adult_alert_modal_content {position: fixed;max-width: 500px;margin: 0 auto;left: 0;right: 0;top: 50%;transform: translateY(-50%);z-index: 100001;background: #2f2f2f;padding: 74px 24px 24px;font-size: 18px;color: #fff;line-height: 28px;}
.adult_alert_modal_body {position: relative;}
.adult-alert{position: absolute;width: 100px;height: 100px;background-color: #e81212;left: 0;right: 0;margin: 0 auto;top:-123px;border-radius: 100%;}
.adult-alert p{line-height: 60px;padding: 0;font-size: 32px;font-weight: bold;border: 10px solid #2f2f2f;border-radius: 100%;width: 60px;height: 60px;margin: 10px;color: #2f2f2f;}
.adult_alert_modal_footer .approval{border-radius: 6px;}
.adult_alert_modal_footer .refusal{font-size: 16px; display: block;max-width: 288px;margin: 32px auto 0;border: 0;background-color: transparent;color:#fff;}
.adult_alert_modal_footer .refusal:hover{text-decoration: underline;}
    
