@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: #d42222;
}
.article a {
  color: #0095dc;
  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: #d42222;
  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: #d42222;
  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: #af1818;
  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;
}
.ad-skin-space {
  margin-top: 90px;
  height: 341px;
  /*
  margin-top: 100px;
  height: 100px;
  */
}
@media (max-width: 768px) {
  .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;
}
.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%;
}
.formatted_image figcaption {
  padding: 8px;
  margin: 0;
  background-color: #d42222;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.embed_after_click {
  position: relative;
  padding-bottom: 60%;
  margin: 0 auto;
  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;
}
.ad {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  overflow: visible !important;
  box-sizing: border-box;
}
.ad > span {
  position: absolute;
  font-size: 9px;
  opacity: .7;
  color: #333333;
  bottom: 0;
  right: 10px;
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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;*/
  background-color: #eeeeee;
  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: 768px) 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;
}
.pagination-centered .icount {
  font-size: 12px;
  color: #231f20;
  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: #d42222;
}
.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: #d42222 !important;
}
.pages a.active {
  background: #d42222;
  color: #FFFFFF !important;
  cursor: default;
  font-weight: bold;
}
.pages a.active:hover {
  background: #d42222 !important;
}
.yt-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.yt-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.title-404 {
  color: #d42222;
  text-align: center;
  font-weight: 300;
}
.title-404 h2 {
  font-size: 84px !important;
  letter-spacing: 18px;
  margin: 0;
}
.title-404 h3 {
  font-size: 36px !important;
  margin: 0; 
}
.animated-gif-404 {
  text-align: center;
}
.animated-gif-404 img {
  margin: 20px auto 0;
}
.content-404 {
  font-size: 16px;
  padding: 10px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: 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: 768px) {
  .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: 768px) {
  .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: 0 20px 10px;
  -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: #d42222;
  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: #231f20;
  border-bottom: 5px solid #d42222;
  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: #d42222;
}
.full-header .logo {
  width: 210px;
  height: 53px;
  margin: 16px 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;
}
.full-header .logo img {
  width: 210px;
  height: 53px;
}
@media (max-width: 1200px) {
  .full-header .logo {
    width: 195px;
    height: 47px;
    margin-top: 19px;
  }
}
@media (max-width: 992px) {
  .full-header .logo {
    width: 180px;
    height: 47px;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 20px;
    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 0 0 0;
  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;
  padding: 0 20px;
}
.full-header .navigation .menu li a:hover {
  color: #d42222;
  background: #fff;
}
.full-header .navigation .menu li:hover {
  color: #d42222;
}
.full-header .navigation .menu li:nth-child(6) a{
    padding-right:6px;
}
.full-header .navigation .menu li:nth-child(7) a,
.full-header .navigation .menu li:nth-child(8) a{
    padding: 0 6px;
}
.full-header .navigation .menu li .icon {
  margin: 0 0 -5px 0;
  fill: white;
}
.full-header .navigation .menu li.active {
  color: #d42222;
}
.full-header .navigation .menu li.active a {
  color: #d42222;
  background-color: #fff;
}
.full-header .navigation .menu li.icon-active svg {
  fill: #d42222;
}
.full-header .navigation .menu li#icon-rss,
.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 li#icon-rss a:hover,
.full-header .navigation .menu li#icon-user a:hover,
.full-header .navigation .menu li#icon-search a:hover,
.full-header .navigation .menu li#icon-user-loggedin a:hover {
  background:transparent;
}
.full-header .navigation .menu li svg:hover path{
  fill:#d42222;
}
.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: #231f20;
  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;
  color: #CCCCCC !important;
}
@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: #231f20;
  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: #d42222;
}
.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: #231f20;
  -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: 46px;
  margin-top: 7px;
  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: #231f20;
}
.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: #d42222;
}
.mobile-navigation .mobile-menu {
  display: none;
  width: 100% !important;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 90px;
  bottom: 0;
  background: #231f20;
  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: 768px) {
  .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 #d42222;
  background: #111111;
  color: #ffffff;
  margin-top: 30px;
  position: relative;
}
.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: #777777;
  text-shadow: 1px 1px 0px #000000;
}
.footer .author-footer .container p a {
  color: #777777;
  text-shadow: 1px 1px 0px #000000;
}
.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: 1;
  padding: 6px 12px;
  border-radius: 50%;
  background: #d42222;
  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: 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;
}
.button a {
  color: white;
  text-decoration: none;
}
.button a:hover {
  text-decoration: none;
  color: black;
}
.button.orange {
  background: #d42222;
  border: 1px solid #d42222;
}
.button.blue {
  background: #d42222;
  border: 1px solid #d42222;
}
.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: #d42222 !important;
}
.button.load-more-button .icon svg {
  margin: 0 0 -5px 0;
}
.button.load-more-button:hover {
  background: #af1818 !important;
  color: white;
}
.button.load-more-button:hover .icon svg {
  fill: #d42222;
}
.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: 768px) {
  .main {
    margin-top: 70px;
  }
}
.section-wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
  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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 #d42222;
  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;
  border: 1px solid #eee;
  box-shadow: 1px 1px 3px rgba(35, 31, 32, 0.12);
}
.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;
}
@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 .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: #d42222;
  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 (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: #d42222;
  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: #d42222;
}
.section-1-3 .box-news-list .element:hover .title a {
  color: #d42222;
}
@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: #d42222;
  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: #d42222;
}
.section-1-3 .box-news-list-cards .element:hover .title a {
  color: #d42222;
}
.section .section-page-title {
  font-size: 26px;
  background: #eeeeee;
  height: 55px;
  border-left: 10px solid #d42222;
  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: #d42222;
  height: 30px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .section .box .box-title-wrapper {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .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: 768px) {
  .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: #d42222;
  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: 354px;
  }
}
@media (min-width: 1201px) {
  .section .main-slider.main-slider-big .element .image img {
    height: 430px;
  }
}
.section .main-slider.main-slider-big .element .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 25px 25px;
  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;
  }
}
.section .main-slider.main-slider-big .element .text .title a {
  color: white;
}
.section .main-slider.main-slider-big .element .text .meta {
  color: #d42222;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-big .element .text .meta {
    font-size: 10px;
  }
}
.section .main-slider.main-slider-big .element .text .meta a {
  color: #d42222;
}
.section .main-slider.main-slider-big .element .text .lead {
  color: white;
  font-size: 16px;
}
@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: 50%;
  }
}
.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: #d42222;
  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);
}
.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 .title {
    font-size: 14px;
  }
}
.section .main-slider.main-slider-small .element .text .title a {
  color: white;
}
.section .main-slider.main-slider-small .element .text .meta {
  color: #d42222;
  margin: 10px 0;
  font-size: 12px;
}
@media (max-width: 992px) {
  .section .main-slider.main-slider-small .element .text .meta {
    font-size: 10px;
  }
}
.section .main-slider.main-slider-small .element .text .meta a {
  color: #d42222;
}
.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%;
  }
}
.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: #d42222;
  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;
  }
}
.section .box-pr .element .title a {
  color: black;
}
.section .box-pr .element .meta {
  color: #d42222;
  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: #d42222;
}
.section .box-pr .element:hover .image img {
  opacity: .9;
}
.section .box-pr .element:hover .title a {
  color: #d42222;
  background: none;
}
.section .box-news .element {
  padding: 5px 0;
  margin: 5px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  width: 98%;
}
@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: 30% !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: #d42222;
  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: 768px) {
  .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: 65%;
  }
}
.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: 768px) {
  .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: #d42222;
  margin: 5px 0 10px 0;
  font-size: 12px;
}
@media (max-width: 992px) {
  .section .box-news .element .text .meta {
    font-size: 10px;
  }
}
.section .box-news .element .text .meta a {
  color: #d42222;
}
.section .box-news .element .text .lead {
  font-size: 14px;
  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: 12px;
  }
}
@media (max-width: 768px) {
  .section .box-news .element .text .lead {
    display: none;
  }
}
.section .box-news .element:hover .text .title {
  color: #d42222;
}
.section .box-news .element:hover .text .title a {
  color: #d42222;
}
.section .box-news .element:hover .text .meta a {
  color: #d42222;
  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: #d42222;
  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: 768px) {
  .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: #d42222;
  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: #d42222;
}
.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: 768px) {
  .section .box-news-simple .element .text .lead {
    display: none;
  }
}
.section .box-news-simple .element:hover .text .title {
  color: #d42222;
}
.section .box-news-simple .element:hover .text .title a {
  color: #d42222;
}
.section .box-news-simple .element:hover .text .meta a {
  color: #d42222;
  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: 768px) {
  .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: #d42222;
  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: #d42222;
}
.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: 10px 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: #d42222;
}
.section .box-extranews .element .items-wrap .list h4:before {
  content: '\00b0';
  color: #d42222;
  margin: 0 10px 0 0;
}
.section-2-3 {
  width: 66.66666667%;
  float: left;
}
@media (max-width: 992px) {
  .section-2-3 {
    width: 100% !important;
  }
}
.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 #d42222;
  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: #d42222;
  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: #d42222;
  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: #d42222;
}
.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: #d42222;
  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: #d42222;
  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: #d42222;
}
.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: #d42222;
  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: #d42222;
  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: #d42222;
  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: #d42222;
  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: #d42222;
}
.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: #d42222;
  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: #d42222;
  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: #d42222;
}
.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 #d42222;
  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: #d42222;
}
.sidebar .box-news-list .element:hover .title a {
  color: #d42222;
}
.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: #d42222;
  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: #d42222;
}
.sidebar .box-news-list-cards .element:hover .title a {
  color: #d42222;
}
.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 {
  /*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: 24px;
  }
}
.single-article .meta {
  padding: 0 0 15px 0;
  margin: 0 0 15px 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: #d42222;
  display: inline-block;
  font-style: normal;
}
.single-article .meta .info a {
  color: #d42222;
  font-weight: bold;
}
.single-article .meta .comments {
  float: right;
}
.single-article .meta .comments a {
  color: #d42222;
}
.single-article .meta .comments .icon {
  float: left;
  margin: 0 5px;
}
.single-article .meta .comments .number {
  color: #d42222;
}
.single-article .lead {
  font-weight: bold;
  font-size: 20px;
}
.single-article .content {
  padding: 0 0 15px 0;
  font-size: 17px;
}
.single-article .content p {
  text-align: justify;
}
.single-article .content a {
  color: #d42222;
}
.single-article .content a:hover {
  background: #d42222;
  color: white;
}
.single-article .content p {
  line-height: 1.5em !important;
}
.single-article .softwarepackage .content img {
  max-width: 100% !important;
  height: auto !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: #d42222;
}
.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: #d42222;
}
.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: 768px) {
  .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: #d42222;
}
.single-article .related-articles .single-related-article:hover .title a {
  color: #d42222;
}
@media (max-width: 768px) {
  .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: #d42222;
}
.single-review .meta .info a {
  color: #d42222;
  font-weight: bold;
}
.single-review .meta .comments {
  float: right;
}
.single-review .meta .comments a {
  color: #d42222;
}
.single-review .meta .comments .icon {
  float: left;
  margin: 0 5px;
}
.single-review .meta .comments .number {
  color: #d42222;
}
.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: #d42222;
}
.single-review .content a:hover {
  background: #d42222;
  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: #d42222;
}
.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: #d42222;
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #d42222;
}
.single-review .related-articles .single-related-article:hover .title a {
  color: #d42222;
}
.softwarepackage_request_form {
  padding: 1em;
  background-color: #eee;
}
@media (min-width: 768px) {
  .softwarepackage_request_form {
    margin: 0 auto;
    width: 50%;
  }
}
.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%, #231f20 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4f4f4f 0%, #231f20 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4f4f4f 0%, #231f20 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f4f4f', endColorstr='#231f20', GradientType=0);
  /* IE6-9 */
  padding: 15px 10px;
  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: 768px) {
  .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 h1 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: 768px) {
  .review-pointbox .positive .title {
    text-align: center;
  }
}
.review-pointbox .positive .title:before {
  content: '/';
  font-weight: bold;
  color: #2093d2;
  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: 768px) {
  .review-pointbox .negative .title {
    text-align: center;
  }
}
.review-pointbox .negative .title:before {
  content: '/';
  font-weight: bold;
  color: #d42222;
  margin: 0 5px 0 0;
}
.review-pointbox .positive-list {
  list-style: none;
}
@media (max-width: 768px) {
  .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: 768px) {
  .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;
}
.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: 70%;
  background: white;
  padding: 20px 30px;
  bottom: 0;
  margin: 0 auto;
  margin-top: -80px;
  margin-bottom: 30px;
  display: inline;
}
@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: 768px) {
  .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: 768px) {
  .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: #d42222;
  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: 768px) {
  .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.pcworld.hu/images/Supershop-kupon-bevaltasa-pcw.png') no-repeat center bottom #003e7e;
}
.mindigtv-cashing {
  background: url('http://elofizetes.pcworld.hu/images/mindigtv-kupon-bevaltas-pcw.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: #d42222;
}
.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: #646464 !important;
  background: none !important;
}
textarea,
input {
  outline: none;
}
.notok {
  color: #d9534f;
  margin: 15px 0;
  background: #f2dede;
  border: 1px solid #d9534f;
  padding: 10px;
  box-sizing: border-box;
}
.notok ul {
  list-style: none;
}
.ok {
  color: #5cb85c;
  margin: 15px 0;
  background: #dff0d8;
  border: 1px solid #5cb85c;
  padding: 10px;
  box-sizing: border-box;
}
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: #d42222;
  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: #d42222;
}
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 10px 20px;
}
.gs-plus-header .plus-menu {
  background: #d42222;
  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: #d42222;
    text-align: center;
    position: relative;
    display: none;
    z-index: 999;
  }
}
.gs-plus-header .plus-menu ul li {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .gs-plus-header .plus-menu ul li {
      padding: 0 5px;
    }    
}
@media (max-width: 992px) {
  .gs-plus-header .plus-menu ul li {
    display: block;
    text-align: center;
    margin: 15px 0;
    padding: 0;
  }
}
.gs-plus-header .plus-menu ul li a {
  color: white;
}
.gs-plus-header .plus-menu ul li a:hover {
    text-decoration: underline;
}
.gs-plus-header .plus-menu ul li.active {
  background: #231f20;
  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;
  border: 2px solid #eee;
}
.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: inline;
  float: right;
  margin: 0 40px 0 100px;
  max-height: 250px;
}
.plus-content-main #products .buy{
    background-color: #d42222;
    margin-top: 20px;
    font-size: 20px;
    padding: 10px 50px;
    text-transform: uppercase;
}
.plus-content-main #products .button.buy:hover,
.plus-content-main #products .button.nobuy:hover{color: #fff;cursor: pointer;}
.plus-content-main #products .nobuy{
    background-color: #231f20;
    margin-top: 20px;
    font-size: 20px;
    padding: 10px 50px;
    text-transform: uppercase;
}
.plus-content-main #products p {
  display: table;
  width: 100%;
}
.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: #d42222;
  border: 1px solid #d42222;
  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: 768px) {
  .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{font-size: 120%;margin: 0;padding: 0 20px;font-weight: 300;font-style: italic;color: #888888;border-left: 5px solid #d42222;}

/* 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: 25px;color: #fff;}
.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;}

/* PC World Specific CSS */

.review-graph{list-style:none;}
.review-graph li{margin-bottom: 10px;}
.review-graph li:last-child{margin-bottom:0;}
.review-graph li div:first-child{width:25%;float:left;padding:5px 0;}
.review-graph li div:nth-child(2){width:75%;float:left;}
.review-graph p{margin: 0;padding: 5px 0 5px 5px;font-weight: bold;}
.review-graph-line{background-color:#2093d2;}

@media (max-width: 767px) {
    .review-graph li div:first-child{width:45%;}
    .review-graph li div:nth-child(2){width:55%;}
}

.review-info-data{margin: 0 0 20px 17px;}
.review-info-data li{float:left;width:50%;}

.plus-content-main{padding: 0;margin: 0 10px;}

#teljes_verzio{display: table;margin-bottom: 20px;padding-bottom: 20px;border-bottom: 1px solid #eee;}
#teljes_verzio h1{margin-top: 0;}
#teljes_verzio img{float: left;width: 30%;margin-right:5%;}
#teljes_verzio h1,
#teljes_verzio p,
#tv_link{float: right;width: 65%;padding: 0 !important;}
#tv_link a{display: inline-block;color: #fff;background-color: #d42222;padding: 10px 15px;width: 200px;text-align: center;}
#tv_link a:hover{background-color: #2f2f2f;}

.biztonsagi_form .button{color: #fff;background-color: #d42222;padding: 10px 15px;text-align: center;border:0;}
.biztonsagi_form .button:hover{background-color: #2f2f2f;}

#ajanlo {float: left;margin-top: 30px;min-height: 183px;width: 18%;margin: 0 8px 24px 8px;height: 450px;}
#ajanlo img{max-width: 100%;height: 100px;margin: 0 auto;display: block;}
#ajanlo #tv_link{float: left;width: 100%;text-align: center;}
#ajanlo #tv_link a{width: 50%;display: block;margin: 0 auto;}
#ajanlo #desc{height:170px;}

.plus-content-main p{display: block;float: left;margin-bottom: 10px;}
.plus-content-main .onethird{font-size: 14px;font-weight: normal;padding: 0;margin: 10px;width: 45%;}
.plus-content-main .yt-video-container{margin-bottom: 20px;}

@keyframes slidy {
0% { left: 0%; }
16% { left: 0%; }
33% { left: 0%; }
49% { left: -100%; }
66% { left: -100%; }
82% { left: -200%; }
100% { left: -200%; }
}

.plus-slider {overflow: hidden;}
.plus-slider figure img {width: 33.333333%; float: left;}
.plus-slider figure {position: relative;width: 300%;margin: 0;left: 0;text-align: left;font-size: 0;animation: 30s slidy infinite;}

.plus-box-item{float:left;text-align: center;width: 25%;text-transform: uppercase;}
.plus-box-item img{display: block;margin:20px auto 10px;max-width: 100%;}

.plus-faq-back {display: block;background-color: #eeeeee;padding: 20px;text-transform: uppercase;text-align: center;width: 60%;margin: 20px auto;}
.plus-faq-container { overflow:hidden;}
.plus-faq-btn { padding: 10px 20px;cursor: pointer;border-bottom: 1px solid #eeeeee;}
.plus-faq-content { height: 0px;overflow: hidden;}
.plus-faq-content-inner { padding: 20px;}
.plus-faq-open { height: auto;}
.plus-faq-selected { color:#d42222;}

@media (max-width: 767px) {
    #teljes_verzio img{width:100%;}
    #ajanlo {width: 45%;}
    .plus-box-item{width: 100%;}
}

@media (min-width: 768px) and (max-width: 991px) {
    #teljes_verzio img{width: 60%;}
    #ajanlo {width: 31%;}
    .plus-box-item{width: 50%;}
}

@media (max-width: 991px) {
    #teljes_verzio img{float: none;display: block;margin: 0 auto 10px auto;}
    #teljes_verzio h1{margin-bottom: 0;}
    #teljes_verzio h1, #teljes_verzio p, #tv_link{float: none;width: 100%;}
    #tv_link a{margin:0 auto;display: block;}
}

::-webkit-input-placeholder {color: #232323;}
:-moz-placeholder {color: #232323;opacity: 1;}
::-moz-placeholder {color: #232323;opacity: 1;}
:-ms-input-placeholder {color: #232323;}
:placeholder-shown {color: #232323;}

.awards {text-align:center;}
.badgesprite {
    background: url(../images/img_sprite_big.png);
    display: inline-block;
    margin: 15px 20px 5px;
    width: 50px;
    height: 75px;
}
.badgesprite a {
 display:block;
 width:50px;
 height:75px;
 cursor:help;
 background-color:transparent !important;
}
.badgesprite.badge {display: none;}
.badgesprite.badge1 {
 background-position:0px -219px;
}
.badgesprite.badge2 {
 background-position:-51px -219px;
}
.badgesprite.badge3 {
 background-position:-102px -219px;
}
.badgesprite.badge4 {
 background-position:-153px -219px;
}
.badgesprite.badge5 {
 background-position:-204px -219px;
}
.badgesprite.badge6 {
 background-position:-255px -219px;
}
.badgesprite.badge7 {
 background-position:-306px -219px;
}

#rendeles_form {
    clear: both;
    margin-bottom: 24px;
}
#rendeles_form p {
    display: table;
    width: 100%;
}
#rendeles_form label {
    margin-right: 12px;
    width: 200px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
}
#rendeles_form input {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: none;
    height: 16px;
    padding: 6px;
    border: 1px solid #000;
    background-color: #EFEFEF;
}
input#mehet {
    clear: both;
    background-color: #d42222;
    color: #fff !important;
    display: block;
    font-size: 20px;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 16px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    width: 120px;
    border: none;
    margin-left: 216px;
    height: 40px;
    cursor: pointer;
}

/* 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: #0095dc;
}
.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;
  }
}

/* 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;
  opacity: 1;
  cursor: pointer;
  font-size: 16px;
}
.ad-interstitial .interstitial-time {
  z-index: 4000;
  position: absolute;
  top: 40px;
  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;
}