.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
h1 {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 44px;
  }
}
h2 {
  font-weight: bolder;
}
footer {
  height: 75px;
}
.rowEmphasis {
  background-color: #f1f1f1;
  padding: 0 0 1em;
}
.homePage {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 0;
  margin-top: -80px;
}
.homePage .row {
  margin-bottom: 0;
  margin-top: 5px;
}
.homePage hr {
  position: relative;
  height: 1px;
  margin: 0;
  z-index: 5;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0)), color-stop(0.5, #333333), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(left, #ffffff 0%, #2989d8 25%, #207cca 75%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(left, rgba(0, 0, 0, 0), #333333, rgba(0, 0, 0, 0));
  border: 0;
}
.homePage hr:after {
  display: block;
  content: '';
  height: 15px;
  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 116, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 767px) {
  .homePage .heroCopy {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .homePage .heroCopy {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .homePage .heroCopy {
    margin-bottom: 8vw;
  }
}
.homePage .heroCopy .heroHeader {
  margin-bottom: 2em;
}
.homePage .heroCopy h1 {
  margin: 0;
  padding-left: 0;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 1px 0 rgba(255, 255, 255, 0.5), -1px 0 rgba(255, 255, 255, 0.5), 0 1px rgba(255, 255, 255, 0.5), 0 -1px rgba(255, 255, 255, 0.5);
}
.homePage .heroCopy h1.thin {
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .homePage .heroCopy .heroButton {
    max-width: 200px;
  }
}
.homePage .recentGamesRow {
  background-color: transparent;
  padding: 1em 0 1.7em;
}
.homePage .recentGamesRow .container {
  padding-left: 0;
  padding-right: 0;
}
.homePage .recentGamesRow .load-more-games {
  border-radius: 0 0 5px 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.homePage .recentGamesRow .load-more-games .icon-arrow-open {
  font-size: 0.8em;
}
.homePage .recentGamesRow hr + .load-more-games {
  border-top-width: 0;
}
.homePage .recentGamesRow .text-center .load-more-games {
  border-top-width: 0;
  display: inline-block;
}
.homePage .recentGamesRow .recentGames .image-container {
  -webkit-box-shadow: 0px -6px 31px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -6px 31px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -6px 31px -8px rgba(0, 0, 0, 0.75);
}
.homePage .recentGamesRow .recentGames,
.homePage .recentGamesRow .games {
  padding-left: 0;
  padding-right: 0;
  z-index: 49;
}
.gameCategory {
  padding: 1em 0;
}
.gameCategory .load-more-games {
  border-radius: 0 0 5px 5px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.gameCategory .load-more-games .icon-arrow-open {
  font-size: 0.8em;
}
.gameCategory hr + .load-more-games {
  border-top-width: 0;
}
.gameCategory .text-center .load-more-games {
  border-top-width: 0;
  display: inline-block;
}
.unsupported-os {
  margin-top: 6em;
}
.carouselContainer {
  margin-top: 1em;
}
.carouselContainer h2 {
  margin: 0 0 0 0.1em;
}
.carouselContainer .carousel {
  padding-top: 0.3em;
  margin-bottom: 16px;
}
.carouselContainer .carousel .viewer:hover .control,
.carouselContainer .carousel .viewer:focus .control {
  opacity: 0.5;
}
.carouselContainer .carousel .viewer .slides {
  margin-right: -8px;
  margin-left: -10px;
}
.carouselContainer .carousel .viewer img {
  display: inline-block;
  width: 100%;
}
.carouselContainer .carousel .viewer video {
  position: relative;
  width: 100%;
  margin-bottom: -6px;
  z-index: 9;
}
@media only screen and (max-width: 767px) {
  .carouselContainer .carousel .viewer video {
    max-height: 376px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carouselContainer .carousel .viewer video {
    max-height: 376px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carouselContainer .carousel .viewer video {
    max-height: 479px;
  }
}
@media only screen and (min-width: 1200px) {
  .carouselContainer .carousel .viewer video {
    max-height: 479px;
  }
}
@media only screen and (max-width: 767px) {
  .carouselContainer .carousel .thumbnails {
    box-sizing: content-box;
    webkit-box-sizing: content-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carouselContainer .carousel .thumbnails {
    box-sizing: content-box;
    webkit-box-sizing: content-box;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carouselContainer .carousel .thumbnails {
    box-sizing: inherit;
    webkit-box-sizing: inherit;
  }
}
@media only screen and (min-width: 1200px) {
  .carouselContainer .carousel .thumbnails {
    box-sizing: inherit;
    webkit-box-sizing: inherit;
  }
}
.carouselContainer .carousel .thumbnails .slidePreview {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .carouselContainer .carousel .thumbnails .slidePreview {
    width: 9em;
    display: inline-block;
    margin: 1em 0.6em 0 0.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .carouselContainer .carousel .thumbnails .slidePreview {
    width: 10em;
    display: inline-block;
    margin: 1em 1.9em 0 1.3em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .carouselContainer .carousel .thumbnails .slidePreview {
    width: 10em;
    padding-bottom: 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .carouselContainer .carousel .thumbnails .slidePreview {
    width: 12em;
    padding-bottom: 3.5em;
  }
}
.carouselContainer .carousel .thumbnails .slidePreview:before {
  position: absolute;
  width: inherit;
  padding: 3px;
  color: #fff;
  font-size: 1.5em;
}
.carouselContainer .carousel .thumbnails .slidePreview.selected:before {
  color: #2db0ea;
  text-shadow: -1px 0 #666, 0 1px #666, 1px 0 #666, 0 -1px #666;
}
.carouselContainer .carousel .thumbnails .slidePreview > .selected {
  outline: solid 5px #2db0ea;
}
.carouselContainer .carousel .thumbnails .slidePreview video,
.carouselContainer .carousel .thumbnails .slidePreview img {
  width: 100%;
}
.rating {
  color: #ccc;
  font-size: 1.8em;
  line-height: 1.25em;
}
.rating:focus {
  outline: none;
}
.rating .icon-star-half::before,
.rating .icon-star::before {
  vertical-align: bottom;
}
.rating .backgroundStars {
  display: inline-block;
}
.rating .ratingMessage {
  color: #555;
  display: inline-block;
  font-size: 0.5em;
  margin: 0 0 0 0.5em;
}
.rating .ratingStars {
  display: inline-block;
}
.rating .ratingStars > span {
  position: absolute;
}
.rating .ratingStars .active {
  position: relative;
  color: #555;
}
.rating .ratingStars .active .icon-star.inactive {
  color: #ccc;
}
.rating.writable:hover .ratingStars .active {
  color: #f47c15;
  cursor: pointer;
}
.rating.writable:hover .ratingStars .active .icon-star.inactive {
  color: #f3c5b0;
}
.playerRating .ratingMessage {
  border-left: 1px solid #ccc;
  display: inline-block;
  font-size: 0.9em;
  margin-left: 1em;
  padding-left: 1em;
  width: 9em;
}
.notification.success {
  color: #00b029;
}
.notification.information {
  color: #3489e0;
}
.notification.warning {
  color: #fc6620;
}
.notification.error {
  color: #e01616;
}
.notification a,
.notification a:focus,
.notification a:hover,
.notification a:visited {
  color: #fff;
}
.recentGamesPage .container {
  padding-left: 0;
  padding-right: 0;
}
@keyframes fading-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation: fading-out 1s linear forwards;
  -moz-animation: fading-out 1s linear forwards;
  animation: fading-out 1s linear forwards;
}
.gamebox .image-container .overlay .play,
.gamebox .image-container .overlay .trashcan-icon {
  display: none;
}
.gamebox .image-container:hover .overlay .trashcan-icon {
  display: block;
}
a.trashcan-icon {
  position: relative;
  height: 24px;
  width: 24px;
  margin: 50px auto;
  border: none;
  background-image: url("../../images/trashcan.png");
  text-decoration: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  a.trashcan-icon {
    margin: 10px auto;
  }
}
@media only screen and (min-width: 992px) {
  a.trashcan-icon {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 1200px) {
  a.trashcan-icon {
    margin: 50px auto;
  }
}
a.trashcan-icon:hover {
  text-decoration: none;
}
.can-highlight {
  transition: all 0.5s ease;
}
.can-highlight:focus {
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 9999;
  pointer-events: auto;
  outline: none;
}
.label-category {
  background-color: #e0ebf0;
  color: #656a6c;
  font-family: 'Arial', sans-serif;
  font-size: 90%;
  font-weight: 300;
}
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.search .navbar-form {
  border: none;
  margin: 0;
  padding: 1rem 1.2rem;
}
.search .navbar-form .formgroup {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  display: block;
  position: relative;
  width: 16rem;
}
@media (min-width: 768px) {
  .search .navbar-form .formgroup {
    width: 20rem;
  }
}
@media (min-width: 992px) {
  .search .navbar-form .formgroup {
    width: 20rem;
  }
}
@media (min-width: 1200px) {
  .search .navbar-form .formgroup {
    width: 34rem;
  }
}
.search .navbar-form label {
  margin: 0;
}
.search .navbar-form input {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 100%;
  height: 3.6rem;
  background: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  box-shadow: inset 0 0 transparent;
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0 3rem;
}
.search .navbar-form input:-ms-input-placeholder {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
.search .navbar-form input::-webkit-input-placeholder {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
.search .navbar-form input:-moz-placeholder {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
.search .navbar-form input::-moz-placeholder {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
.search .navbar-form input + label > .icon-menu-search,
.search .navbar-form input + label + label > .icon-close-circle {
  color: #333;
}
.search .navbar-form .icon-menu-search,
.search .navbar-form .icon-close-circle {
  position: absolute;
  top: -0.25rem;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #fff;
  font-size: 2rem;
}
.search .navbar-form .icon-menu-search:before,
.search .navbar-form .icon-close-circle:before {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  vertical-align: bottom;
}
.search .navbar-form .icon-menu-search {
  left: 0.6rem;
}
.search .navbar-form .icon-close-circle {
  right: 0.6rem;
}
.search .navbar-form .icon-close-circle:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #cc640a;
}
.search .search-results {
  width: 42rem;
  height: auto;
  position: absolute;
  top: 100%;
  background: #fff;
  display: block;
  clear: left;
  max-height: 50vh;
  margin: 0 .5rem;
  z-index: 500;
}
.search .search-results.expanded {
  max-height: 80vh;
}
.search .search-results.expanded ul {
  max-height: 80vh;
}
.search .search-results ul {
  background: #fff;
  max-height: 50vh;
  overflow: auto;
}
.search .search-results ul li .media {
  width: 100%;
  height: auto;
  color: #333;
  display: block;
  line-height: normal;
}
.search .search-results ul li .media,
.search .search-results ul li .media:focus {
  padding: 1.2rem 2.4rem 0;
}
.search .search-results ul li .media .media-left,
.search .search-results ul li .media .media-body {
  float: left;
  padding-bottom: 1.2rem;
}
.search .search-results ul li .media .media-left {
  width: 25%;
  height: auto;
}
.search .search-results ul li .media .media-body {
  width: 75%;
  height: auto;
}
.search .search-results ul li .media .media-object {
  width: 82%;
  height: auto;
}
.search .search-results ul li .media .media-object {
  border-radius: 4px;
  overflow: hidden;
}
.search .search-results ul li .media .media-heading {
  margin-top: 0;
  min-height: 39.6px;
  font-size: 18px;
}
.search .search-results ul li .media:hover {
  background-color: #2db0ea;
  color: #fff;
  text-decoration: none;
}
.search .search-results ul li .media:hover .label {
  background: #fff;
  color: #2db0ea;
}
.search .search-results ul a.show-all-results {
  border-bottom: 1px solid #eee;
  display: block;
  padding: 1.2rem 2.4rem 0;
}
.search .search-results ul a.show-all-results .icon-menu-search::before {
  font-size: 14px;
  margin-right: 12px;
  -webkit-transform: translate(0, 1px);
  -ms-transform: translate(0, 1px);
  -o-transform: translate(0, 1px);
  transform: translate(0, 1px);
}
.search .search-results .no-results-msg {
  padding: 1.2rem 2.4rem;
  font-size: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-nav > li > .search-results.dropdown-menu {
  border-radius: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.game-added {
  width: 50rem;
  height: auto;
  position: absolute;
  top: 100%;
  background: #fff;
  display: none;
  clear: left;
  max-height: 50vh;
  z-index: 500;
}
.game-added.expanded {
  max-height: 80vh;
}
.game-added.expanded ul {
  max-height: 80vh;
}
.game-added ul {
  background: #fff;
  max-height: 50vh;
  overflow: auto;
}
.game-added ul li a,
.game-added ul li a:focus {
  color: #2db0ea;
  font-size: 16px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.game-added ul li:hover a {
  color: #2db0ea;
  background-color: #fff;
}
.game-added ul li .boxed {
  float: left;
  width: 100%;
  min-height: 12rem;
}
.game-added ul li .boxed.white {
  background-color: #FFFFFF;
  -webkit-transition: background-color 550ms linear;
  -moz-transition: background-color 550ms linear;
  -o-transition: background-color 550ms linear;
  -ms-transition: background-color 550ms linear;
  transition: background-color 550ms linear;
}
.game-added ul li .boxed.blue {
  background-color: #2db0ea;
  -webkit-transition: background-color 550ms linear;
  -moz-transition: background-color 550ms linear;
  -o-transition: background-color 550ms linear;
  -ms-transition: background-color 550ms linear;
  transition: background-color 550ms linear;
}
.game-added ul li .boxed.red {
  background-color: #fa941c;
  -webkit-transition: background-color 550ms linear;
  -moz-transition: background-color 550ms linear;
  -o-transition: background-color 550ms linear;
  -ms-transition: background-color 550ms linear;
  transition: background-color 550ms linear;
}
.game-added ul li .media {
  width: 100%;
  height: auto;
  color: #333;
  display: block;
  line-height: normal;
}
.game-added ul li .media .subscription {
  text-align: center;
}
.game-added ul li .media .close-icon {
  display: block;
  float: right;
  height: 15px;
  width: 15px;
  margin-top: 5px;
  cursor: pointer;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.game-added ul li .media .close-icon .close-bar {
  background-color: #b1b1b1;
  display: block;
  height: 3px;
  left: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 8px;
  width: 12px;
}
.game-added ul li .media .close-icon .close-bar:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.game-added ul li .media .close-icon:hover .close-bar {
  background-color: #f47c15;
}
.game-added ul li .media,
.game-added ul li .media:focus {
  padding: 1.2rem 3.2rem 0;
}
.game-added ul li .media .media-left,
.game-added ul li .media .media-body {
  float: left;
  padding-bottom: 1.2rem;
}
.game-added ul li .media .media-left {
  width: 25%;
  height: auto;
}
.game-added ul li .media .media-body {
  width: 75%;
  height: auto;
}
.game-added ul li .media .media-body .info-color {
  color: #999;
  display: block;
  float: left;
  line-height: 1em;
}
.game-added ul li .media .media-body .separator {
  margin: 0 1em;
}
.game-added ul li .media .media-body .line {
  line-height: 2.2em;
}
.game-added ul li .media .media-body .progress {
  float: left;
  width: 35%;
  height: 15px;
  display: inline-block;
  margin: 0 2em 0 0;
  border-radius: 10px;
}
.game-added ul li .media .media-body .progress-bar-striped {
  background-image: -webkit-linear-gradient(#c4e9f8, #94d7f4 3%, #289cd0 97%, #1887b8 100%);
  background-image: -moz-linear-gradient(#c4e9f8, #94d7f4 3%, #289cd0 97%, #1887b8 100%);
  background-image: -ms-linear-gradient(#c4e9f8, #94d7f4 3%, #289cd0 97%, #1887b8 100%);
  background-image: -o-linear-gradient(#c4e9f8, #94d7f4 3%, #289cd0 97%, #1887b8 100%);
  background-image: linear-gradient(#c4e9f8, #94d7f4 3%, #289cd0 97%, #1887b8 100%);
}
.game-added ul li .media .media-body span.trashcan-icon {
  background-image: url("../../images/trashcan.png");
  background-color: transparent;
  background-size: contain;
  display: block;
  float: left;
  height: 18px;
  width: 18px;
  border: none;
  text-decoration: none;
  margin-top: -3px;
  margin-left: -20px;
}
.game-added ul li .media .media-body span.trashcan-icon:hover {
  text-decoration: none;
  cursor: pointer;
}
.game-added ul li .media .media-body .btn {
  height: 3rem;
  line-height: 3rem;
  margin: 0 1em 0 0;
  float: left;
}
.game-added ul li .media .media-body .btn-container {
  margin-top: -0.8em;
}
.game-added ul li .media .media-body .action-link {
  display: block;
  padding-left: 0px;
  line-height: 0;
  color: #2db0ea;
  background-color: transparent;
  text-decoration: underline;
}
.game-added ul li .media .media-body .action-link:hover {
  color: #f47c15;
}
.game-added ul li .media .media-body .info-text {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
  margin-top: -1.7em;
}
.game-added ul li .media .media-object {
  width: 82%;
  height: auto;
}
.game-added ul li .media .media-object {
  border-radius: 4px;
  overflow: hidden;
}
.game-added ul li .media .media-heading {
  margin-top: 0;
  min-height: 59.4px;
  font-size: 18px;
}
.game-added ul li .media .media-heading .highlight {
  color: #f47c15;
}
.game-added ul li .emptylist-body {
  padding: 0 0 0 2.4em;
  width: 100%;
  height: auto;
}
.game-added ul li .emptylist-body .info-link {
  margin: 0;
  padding: 0;
  line-height: 2em;
  text-decoration: underline;
}
.game-added ul li .emptylist-body .info-header {
  display: block;
  font-size: 1.5em;
  line-height: 2em;
}
.game-added ul li .emptylist-body .info-color {
  display: block;
  font-size: 1.2em;
  line-height: 1em;
  color: #999;
}
.modal-dialog {
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  width: 800px;
}
.modal-dialog .modal-content {
  background: #fff;
}
.modal-dialog .modal-content .modal-header,
.modal-dialog .modal-content .modal-body,
.modal-dialog .modal-content .modal-footer {
  padding: 36px;
}
.modal-dialog .modal-content .modal-header {
  border: 0;
  padding-bottom: 0;
}
.modal-dialog .modal-content .modal-header .modal-title {
  margin-top: 0;
}
.modal-dialog .modal-content .modal-header .close-modal {
  margin: 0;
  position: absolute;
  right: 36px;
  top: 36px;
  z-index: 1060;
}
.modal-dialog .modal-content .modal-header .close-modal .close-modal-icon {
  display: block;
  height: 24px;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 24px;
}
.modal-dialog .modal-content .modal-header .close-modal .close-modal-icon .close-bar {
  background-color: #b1b1b1;
  display: block;
  height: 3px;
  left: 2px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  width: 20px;
}
.modal-dialog .modal-content .modal-header .close-modal .close-modal-icon .close-bar:first-of-type {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-dialog .modal-content .modal-header .close-modal:hover .close-modal-icon .close-bar {
  background-color: #f47c15;
}
.modal-dialog .modal-content .modal-footer {
  padding-top: 24px;
  padding-bottom: 24px;
}
.modal-dialog .modal-content .modal-footer > div {
  height: 24px;
  position: relative;
  width: 50%;
}
.modal-dialog .modal-content .modal-footer > div.pull-left {
  text-align: left;
}
.mimic-table {
  display: table;
  width: 100%;
}
.mimic-table .mimic-table-col {
  display: table-cell;
  padding: 0 15px;
  float: none;
  vertical-align: top;
}
.mimic-table .mimic-table-col.character {
  line-height: 0;
  vertical-align: bottom;
}
.mimic-table .mimic-table-col.character img {
  position: absolute;
  top: 0;
}
.mimic-table .mimic-table-col.character img.emily-oops {
  left: -10px;
}
.mimic-table .mimic-table-col.character img.angela-fantastic {
  margin-bottom: -20px;
  margin-top: -80px;
  position: relative;
}
.sidebar-page {
  display: table;
}
.sidebar-page .main-pane {
  display: table-cell;
  padding-left: 0;
  padding-right: 5em;
  float: none;
}
.sidebar-page .side-pane {
  display: table-cell;
  padding: 1.5em;
  float: none;
  background-color: #f1f1f1;
}
.sidebar-page .side-pane a.btn {
  float: left;
}
/**
 * Derived from vAccordion - AngularJS multi-level accordion component
 * @version v1.2.7
 * @link http://lukaszwatroba.github.io/v-accordion
 * @author Łukasz Wątroba <l@lukaszwatroba.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
v-accordion {
  margin: 2em 0 0;
  display: block;
}
v-accordion h2 {
  margin-top: 1em;
}
v-pane {
  display: block;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
v-pane.is-expanded > v-pane-header::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
v-pane.is-expanded > v-pane-header::before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
v-pane.is-expanded > v-pane-header h4 {
  color: #2db0ea;
  font-weight: 700;
}
v-pane.is-expanded > v-pane-header:hover::before,
v-pane.is-expanded > v-pane-header:hover::after {
  background-color: #e27517;
}
v-pane.is-expanded > v-pane-content {
  display: block;
}
v-pane.is-expanded > v-pane-content > div {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
v-pane.is-expanded-add v-pane.is-expanded-remove > v-pane-content {
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
v-pane-header {
  border-bottom: 1px solid #cecece;
  color: #fff;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 1em 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
v-pane-header h4.ng-binding {
  color: #333;
  font-weight: 300;
  margin: 0;
}
v-pane-header::after,
v-pane-header::before {
  background-color: #cecece;
  content: '';
  display: block;
  height: 3px;
  margin-left: 3px;
  position: absolute;
  top: 47%;
  width: 13px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
v-pane-header:hover,
v-pane-header:hover h4 {
  color: #2db0ea;
}
v-pane-header:hover:after,
v-pane-header:hover:before {
  background-color: #2db0ea;
}
v-pane-header::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
v-pane-header > div {
  display: block;
  padding-left: 2.5em;
}
v-pane-content {
  border-bottom: 1px solid #cecece;
  background-color: #fff;
  display: none;
  max-height: 0;
  overflow: hidden;
  padding: 0 0 1.5em 2.5em;
  position: relative;
}
v-pane-content span {
  display: block;
  margin-top: 5px;
}
v-pane-content span p {
  color: #fff;
}
v-pane-content > div {
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: transform 1s ease, opacity 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease;
  transition: transform 1s ease, opacity 1s ease;
}
.gametrack {
  position: relative;
  z-index: 2;
}
.homePage .gametrack .gametrack-track {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #ffffff 35%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #ffffff 35%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, #ffffff 35%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#ffffffff', GradientType=0);
  padding: 2rem 2rem 0;
  margin: 0;
  border-radius: 4px;
}
.gametrack-title {
  margin-left: 17px;
}
.hero {
  margin-bottom: -15rem;
  min-height: 70rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1600px) {
  .hero {
    margin-bottom: -25rem;
    min-height: 80rem;
  }
}
.hero-slide {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1600px) {
  .hero-slide {
    height: 80rem;
  }
}
.hero-slide.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hero-slide:not(.active) {
  pointer-events: none;
}
.hero-content {
  position: absolute;
  right: 0;
  bottom: 17rem;
  left: 0;
}
@media (min-width: 1600px) {
  .hero-content {
    bottom: 27rem;
  }
}
.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
}
@media (min-width: 1600px) {
  .hero-overlay {
    height: 50%;
  }
}
.hero-heading,
.hero-title,
.hero-body {
  position: relative;
  text-align: center;
}
.hero-title,
.hero-title a {
  color: #fff;
  font: 400 5rem 'Source Sans Pro', Arial, sans-serif;
  line-height: 1.1;
  margin: 0 0 1.8rem;
  text-shadow: 0px 0px 10px #000, 0px 0px 20px #000, 0px 0px 50px #000, 0px 0px 75px #000;
  text-decoration: none;
}
.hero-body {
  font-size: 1.8rem;
  color: #fff;
}
.caption .caption-body {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 1.5rem;
  color: #fff;
  display: inline-block;
  font: 300 1.8rem 'Source Sans Pro', Arial, sans-serif;
  padding: .05rem 1.2rem .35rem;
}
.caption .caption-body.featured {
  background: rgba(244, 124, 21, 0.85);
}
.caption .caption-logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  padding: .05rem 1.2rem .35rem;
}
.caption .caption-logo.aghos {
  width: 174.24px;
  height: 72.6px;
  background-image: url('../../images/logo-a-gamehouse-original-story.png');
}
.caption .caption-logo.gotm {
  width: 160px;
  height: 128px;
  background-image: url('../../images/logo-game-of-the-month.png');
  margin-bottom: -1rem;
}
.hero-controls {
  position: absolute;
  right: 0;
  bottom: 14.5rem;
  left: 0;
}
@media (min-width: 1600px) {
  .hero-controls {
    bottom: 24.5rem;
  }
}
.hero-controls .container {
  position: relative;
}
.carousel-indicators {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
}
.carousel-indicators li {
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.35);
  border-color: transparent;
  display: inline-block;
  margin: 0 .6rem !important;
}
.carousel-indicators li:focus,
.carousel-indicators li.active {
  background: #fff;
}
.upcoming .hero-title {
  margin-bottom: 3rem;
}
.upcoming .hero-body {
  padding-bottom: 10px;
}
.upcoming .hero-body .btn {
  position: relative;
}
.upcoming .hero-body .btn img {
  position: absolute;
  right: -7px;
  top: -8px;
  width: 100px;
}
/*
Default game box styling

Use the Angular "gamebox" directive to create the markup.

Styleguide 2.1.2
*/
.gamebox {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.gamebox .sticker-new {
  background: url('../../images/logo-new.svg') no-repeat;
  height: 70px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 71px;
}
.gamebox .sticker-new span {
  color: #fff;
  display: inline-block;
  font-family: 'Arial', sans-serif;
  padding: 15px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.7), -1px -1px 2px rgba(150, 150, 150, 0.7);
  transform: rotate(-45deg);
}
.gamebox .image-container {
  position: relative;
  background-color: #000;
  border-radius: 4px;
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.7);
  outline: 1px solid #fff;
  min-height: 300px;
}
@media only screen and (min-width: 480px) {
  .gamebox .image-container {
    min-height: 480px;
  }
}
@media only screen and (min-width: 624px) {
  .gamebox .image-container {
    min-height: 624px;
  }
}
@media only screen and (min-width: 768px) {
  .gamebox .image-container {
    min-height: 167px;
  }
}
@media only screen and (min-width: 880px) {
  .gamebox .image-container {
    min-height: 195px;
  }
}
@media only screen and (min-width: 992px) {
  .gamebox .image-container {
    min-height: 221px;
  }
}
@media only screen and (min-width: 1096px) {
  .gamebox .image-container {
    min-height: 247px;
  }
}
@media only screen and (min-width: 1200px) {
  .gamebox .image-container {
    min-height: 266px;
  }
}
.gamebox .image-container img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.gamebox .image-container:hover img {
  opacity: 0.3;
}
.gamebox .image-container:hover .overlay .tooltip {
  opacity: 1;
}
.gamebox .image-container:hover .overlay .btn {
  display: block;
}
.gamebox .image-container:hover .game-info,
.gamebox .image-container:hover .sticker-new {
  display: none;
}
.gamebox .image-container.inactive img {
  opacity: 0.3;
}
.gamebox .image-container .overlay {
  position: absolute;
  width: 100%;
  top: 20vw;
}
@media only screen and (min-width: 384px) {
  .gamebox .image-container .overlay {
    top: 35vw;
  }
}
@media only screen and (min-width: 768px) {
  .gamebox .image-container .overlay {
    top: 15%;
  }
}
@media only screen and (min-width: 992px) {
  .gamebox .image-container .overlay {
    top: 22%;
  }
}
@media only screen and (min-width: 1200px) {
  .gamebox .image-container .overlay {
    top: 26%;
  }
}
.gamebox .image-container .overlay .tooltip {
  position: relative;
  margin: -10px auto 6px auto;
  width: 15em;
  opacity: 0;
  font-family: 'Arial', sans-serif;
}
.gamebox .image-container .overlay .tooltip .tooltip-arrow {
  border-top-color: #FFFFFF;
}
.gamebox .image-container .overlay .tooltip .tooltip-inner {
  padding: 16px 14px 10px 14px;
  color: #000000;
  background-color: #FFFFFF;
}
.irregular.gamebox .image-container .overlay {
  top: 5vw;
}
@media only screen and (min-width: 384px) {
  .irregular.gamebox .image-container .overlay {
    top: 13vw;
  }
}
@media only screen and (min-width: 768px) {
  .irregular.gamebox .image-container .overlay {
    top: 15%;
  }
}
@media only screen and (min-width: 992px) {
  .irregular.gamebox .image-container .overlay {
    top: 22%;
  }
}
@media only screen and (min-width: 1200px) {
  .irregular.gamebox .image-container .overlay {
    top: 26%;
  }
}
.gamebox .image-container .overlay .play,
.gamebox .image-container .overlay .more-info {
  display: none;
  margin: 0 auto;
  width: 11em;
}
.gamebox .image-container .overlay .play {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.gamebox .image-container .overlay.continue-playing .play,
.gamebox .image-container .overlay.continue-playing .more-info {
  width: 13em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gamebox .image-container .overlay.continue-playing .play,
  .gamebox .image-container .overlay.continue-playing .more-info {
    padding-left: 0.7em;
    padding-right: 0.7em;
    width: 10em;
  }
}
.gamebox .image-container .overlay .percentage {
  position: absolute;
  left: 0;
  right: 0;
  margin: 1.3em auto;
  padding: 0.7em 1em 0.4em 1.2em;
  color: #fff;
  font-weight: 600;
  font-size: 1.8em;
  text-align: center;
}
.gamebox .image-container .overlay .round-progress-wrapper {
  width: 10em !important;
  margin: 0 auto !important;
  padding-bottom: 10em !important;
}
.gamebox .image-container .overlay .round-progress-wrapper:after {
  content: '';
  background: transparent;
  width: 81%;
  height: 81%;
  position: absolute;
  border-radius: 50%;
  top: 13px;
  left: 13px;
  opacity: 1;
  border: 6px solid #2db0ea;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation: rotate 2s infinite linear;
}
.gamebox .image-container .overlay .loader {
  font-size: 10px;
  border-width: 1.4em;
  margin: 0 auto;
  height: 14em;
  width: 14em;
}
.gamebox .game-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1.2rem 1.2rem;
  z-index: 2;
}
.gamebox .game-info:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  content: " ";
  z-index: 2;
}
.gamebox .game-info div {
  color: #fff;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  position: relative;
  z-index: 102;
}
.gamebox .game-info div.title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: .6rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gamebox .game-info div.title {
    font-size: 16px;
  }
}
.gamebox .game-info div.rating {
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.3em;
  line-height: 1em;
  margin-top: 5px;
}
.gamebox .game-info div.rating .ratingStars .active {
  color: #f47c15;
}
.gamebox .game-info div.rating .ratingStars .active .inactive {
  opacity: 0;
}
.gamebox .game-info div.rating .ratingMessage {
  display: none;
}
/*
Default serie box styling

Use the Angular "seriebox" directive to create the markup.

Styleguide 2.1.2
*/
.seriebox {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  z-index: 2;
}
.seriebox .image-container {
  position: relative;
  background-color: #000;
  border-radius: 4px;
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.7);
  outline: 1px solid #fff;
  min-height: 300px;
}
@media only screen and (min-width: 480px) {
  .seriebox .image-container {
    min-height: 480px;
  }
}
@media only screen and (min-width: 624px) {
  .seriebox .image-container {
    min-height: 624px;
  }
}
@media only screen and (min-width: 768px) {
  .seriebox .image-container {
    min-height: 167px;
  }
}
@media only screen and (min-width: 880px) {
  .seriebox .image-container {
    min-height: 195px;
  }
}
@media only screen and (min-width: 992px) {
  .seriebox .image-container {
    min-height: 221px;
  }
}
@media only screen and (min-width: 1096px) {
  .seriebox .image-container {
    min-height: 247px;
  }
}
@media only screen and (min-width: 1200px) {
  .seriebox .image-container {
    min-height: 266px;
  }
}
.seriebox .image-container img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.seriebox .image-container:hover img {
  opacity: 0.3;
}
.seriebox .image-container:hover .overlay .tooltip {
  opacity: 1;
}
.seriebox .image-container:hover .overlay .btn {
  display: block;
}
.seriebox .image-container:hover .serie-info {
  display: none;
}
.seriebox .image-container.inactive img {
  opacity: 0.3;
}
.seriebox .image-container .overlay {
  position: absolute;
  width: 100%;
  top: 42%;
}
@media only screen and (min-width: 384px) {
  .seriebox .image-container .overlay {
    top: 35vw;
  }
}
@media only screen and (min-width: 768px) {
  .seriebox .image-container .overlay {
    top: 42%;
  }
}
@media only screen and (min-width: 992px) {
  .seriebox .image-container .overlay {
    top: 42%;
  }
}
@media only screen and (min-width: 1200px) {
  .seriebox .image-container .overlay {
    top: 42%;
  }
}
.seriebox .image-container .overlay .more-info {
  display: none;
  margin: 0 auto;
  width: 11em;
}
.seriebox .serie-info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 1.2rem 1.2rem;
  z-index: 2;
}
.seriebox .serie-info:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  content: " ";
  z-index: 2;
}
.seriebox .serie-info div {
  color: #fff;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  position: relative;
  z-index: 102;
}
.seriebox .serie-info div.title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: .6rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .seriebox .serie-info div.title {
    font-size: 16px;
  }
}
notification-banner {
  bottom: 0;
  color: #FFF;
  display: block;
  left: 0;
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 1em;
  position: fixed;
  right: 0;
  text-align: center;
  transform: translateY(5em);
  transition: transform 0.5s;
  z-index: 1060;
}
notification-banner.is-open {
  transform: translateY(0);
}
notification-banner.confirm {
  background: #00b21c;
}
notification-banner.error {
  background: #f60;
}
notification-banner b {
  cursor: pointer;
  font-size: 1.1em;
  font-weight: normal;
  right: 1em;
  position: absolute;
}
.tab-navigation ol,
.text-only .tab-navigation ol {
  border-bottom: 1px solid #d9d9d9;
  margin: 0;
  padding: 0;
  text-align: center;
}
.tab-navigation ol li,
.text-only .tab-navigation ol li {
  display: inline-block;
  margin: 0 0 -1px;
  text-transform: uppercase;
}
.tab-navigation ol li.active,
.text-only .tab-navigation ol li.active {
  border: 1px solid #d9d9d9;
  border-bottom-color: #fff;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  color: #333;
  text-decoration: none;
}
.tab-navigation ol li a,
.text-only .tab-navigation ol li a,
.tab-navigation ol li span,
.text-only .tab-navigation ol li span {
  display: inline-block;
  line-height: 1.125;
  margin: 0;
  padding: 1em 2em;
}
.tab-navigation ol li:last-child,
.text-only .tab-navigation ol li:last-child {
  margin-bottom: -1px;
}
/* Progress bar */
ol.signup-progress[data-steps="2"] li {
  width: 49%;
}
ol.signup-progress[data-steps="3"] li {
  width: 33%;
}
ol.signup-progress[data-steps="4"] li {
  width: 24%;
}
ol.signup-progress[data-steps="5"] li {
  width: 19%;
}
ol.signup-progress[data-steps="6"] li {
  width: 16%;
}
ol.signup-progress[data-steps="7"] li {
  width: 14%;
}
ol.signup-progress[data-steps="8"] li {
  width: 12%;
}
ol.signup-progress[data-steps="9"] li {
  width: 11%;
}
.signup-progress {
  width: 90%;
  list-style: none;
  list-style-image: none;
  margin: 20px auto;
  padding: 0;
}
.signup-progress li {
  float: left;
  text-align: center;
  position: relative;
}
.signup-progress li:first-of-type .step:before,
.signup-progress li:last-of-type .step:after {
  display: none;
}
.signup-progress .name {
  display: block;
  vertical-align: bottom;
  text-align: center;
  margin: 0.5em 0 -2.4em 0;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.3;
}
.signup-progress .step {
  display: inline-block;
  z-index: 0;
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  border: 3px solid silver;
  background-color: silver;
  color: #fff;
  line-height: 2.1em;
  font-weight: 600;
  font-size: 2.2em;
}
.signup-progress .step:before {
  content: "";
  display: block;
  background-color: silver;
  height: 0.3em;
  width: 50%;
  position: absolute;
  bottom: 0.6em;
  left: 0;
  z-index: -1;
}
.signup-progress .step:after {
  content: "";
  display: block;
  background-color: silver;
  height: 0.3em;
  width: 50%;
  position: absolute;
  bottom: 0.6em;
  right: 0;
  z-index: -1;
}
.signup-progress .active .name {
  opacity: 1;
  color: #2db0ea;
}
.signup-progress .done .step,
.signup-progress .done .step:before,
.signup-progress .done .step:after,
.signup-progress .active .step,
.signup-progress .active .step:before {
  background-color: #2db0ea;
}
.signup-progress .done .step,
.signup-progress .active .step {
  border: 3px solid #2db0ea;
}
.back-to-top,
.back-to-top:hover {
  bottom: 20px;
  display: none;
  font-size: 50px;
  position: fixed;
  right: 20px;
  text-decoration: none;
  will-change: transform;
  z-index: 10;
}
.modal-cancellation .question {
  font-weight: bold;
  margin-bottom: 0;
}
.modal-cancellation .survey {
  max-width: 40em;
  text-align: left;
}
.modal-cancellation .survey input {
  padding: 0 0 0 0.25em;
  width: auto;
}
.modal-cancellation .survey label {
  display: inline;
  padding-left: 0.3em;
  margin: 0;
}
.modal-cancellation .survey textarea {
  min-height: 50px;
  max-height: 500px;
  resize: vertical;
  width: 100%;
}
.modal-cancellation .survey .shift {
  margin-left: 1.4em;
}
.modal-cancellation .container-buttons .btn {
  margin: 2.4em 1.2em 0;
}
.end-of-trial .gamebox-thumbnail {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
  float: left;
  padding: 1em;
}
.end-of-trial .gamebox-thumbnail .image-container {
  background-color: #000;
  border-radius: 3px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 34%;
}
.end-of-trial .gamebox-thumbnail .image-container img {
  width: 100%;
}
.end-of-trial .gamebox-thumbnail .image-container.inactive img {
  opacity: 0.3;
}
.end-of-trial .gamebox-thumbnail .image-container .overlay {
  position: absolute;
  width: 100%;
  top: 0;
}
.end-of-trial .gamebox-thumbnail .image-container .overlay .percentage {
  position: absolute;
  left: 0;
  right: 0;
  margin: 1.3em auto;
  padding: 0.7em 1em 0.4em 1.2em;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  text-align: center;
}
.end-of-trial .gamebox-thumbnail .image-container .overlay .round-progress-wrapper {
  width: 108px !important;
  margin: 0 auto !important;
}
.end-of-trial .gamebox-thumbnail .image-container .overlay .round-progress-wrapper svg {
  width: 90% !important;
  height: 90% !important;
  margin: 5%;
}
.end-of-trial .gamebox-thumbnail .image-container .overlay .round-progress-wrapper:after {
  content: '';
  background: transparent;
  width: 76%;
  height: 76%;
  position: absolute;
  border-radius: 50%;
  top: 13px;
  left: 14px;
  opacity: 1;
  border: 4px solid #2db0ea;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation: rotate 2s infinite linear;
}
.end-of-trial .gamebox-thumbnail .image-container .overlay .loader {
  font-size: 10px;
  margin: 19px auto;
}
.end-of-trial .gamebox-thumbnail .game-info {
  float: left;
  margin-left: 3%;
  width: 63%;
}
.end-of-trial .gamebox-thumbnail .game-info .title-container {
  font-size: 16px;
  height: 2.25em;
}
.end-of-trial .gamebox-thumbnail .game-info .title {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 2.5em;
  line-height: 1.125em;
  margin: 0 0 8px;
  overflow: hidden;
  position: relative;
}
.end-of-trial .gamebox-thumbnail .game-info .rating {
  line-height: 0.7em;
  margin: 8px 0 0;
}
.end-of-trial .gamebox-thumbnail .game-info .rating .icon-star:before,
.end-of-trial .gamebox-thumbnail .game-info .rating .icon-star-half:before {
  vertical-align: baseline;
}
.end-of-trial .gamebox-thumbnail .game-info .rating .ratingStars {
  font-size: 0.7em;
}
.end-of-trial .gamebox-thumbnail .game-info .rating .ratingMessage {
  display: none;
}
.end-of-trial .gamebox-thumbnail .game-info .play-info {
  color: #999;
  display: block;
  float: right;
  line-height: 1.3em;
  width: 7em;
  padding-top: 0.6em;
  margin-right: 1em;
}
.end-of-trial .gamebox-thumbnail .game-info button {
  margin-top: 8px;
}
.signup {
  margin: 0 auto;
  max-width: 83em;
  padding: 2em 0;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.signup h1 {
  text-align: center;
}
.signup .show-passwords {
  text-align: center;
}
.signup .show-passwords span {
  display: block;
  padding-left: 5em;
  text-align: left;
  line-height: 1.7em;
}
.signup section {
  border: 1px solid #d9d9d9;
  padding: 3em 2em 6em;
}
.signup section h2 {
  color: #777;
  margin: 1em 0 2.5em 0;
  text-align: center;
}
.signup section > p {
  color: #777;
  margin-top: 0.25em;
  text-align: center;
}
.signup section .btn-primary {
  margin-bottom: 1.5em;
}
.signup navigation {
  margin: 0 0 10em 0;
  display: block;
}
.payment {
  margin: 0 auto;
  max-width: 83em;
  padding: 2em 0;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.payment h1 {
  text-align: center;
}
.payment section {
  border: 1px solid #d9d9d9;
  padding: 3em 2em 6em;
}
.payment section h2 {
  color: #777;
  margin: 1em 0 1em 0;
  text-align: center;
}
.payment section > p {
  color: #777;
  margin-top: 0.25em;
  text-align: center;
}
.payment section #paymentForm {
  max-width: 38.5em;
}
.payment section .form-control {
  border-color: #ddd;
}
.payment section .paymentMethodSelector {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bolder;
  color: #777;
}
.payment section .paymentMethodSelector > div {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  width: 38.5em;
  display: inline-block;
}
.payment section .paymentMethodSelector > div .paymentMethodHeader {
  font-size: 18px;
}
.payment section .paymentMethodSelector > div .paymentMethod {
  background-color: #f5f5f5;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  margin: 5px 0 0 0;
}
.payment section .paymentMethodSelector > div .paymentMethod > div {
  display: block;
  margin-bottom: 10px;
}
.payment section .paymentMethodSelector > div .paymentMethod .form-control {
  margin-top: 0;
}
.payment section .paymentMethodSelector > div .paymentMethod .form-group-lg {
  width: 100%;
}
.payment section .paymentMethodSelector label {
  margin-left: 5px;
}
.payment section .error-field {
  font-size: 13px;
  color: #ff6c42;
  margin: -1px 5px 9px 0;
  position: absolute;
}
.payment section .payment-error-message {
  color: #ff6c42;
  background-color: #f9dbd3;
  padding: 5px 10px 5px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: bolder;
  font-size: 14px;
}
.payment section label {
  color: #777;
  font-size: 14px;
  margin-top: 14px;
  margin-bottom: 3px;
}
.payment section .bottom {
  margin-top: 25px;
  text-align: center;
}
.payment section .btn-payment {
  width: 200px;
}
.payment section .payment-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  align-items: center;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
}
.payment section input#input_cardSecurityCode {
  width: 70px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.payment section .paypal-note {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: #777;
  margin-bottom: 0;
}
.payment navigation {
  margin: 0 0 10em 0;
  display: block;
}
.success {
  margin: 0 auto;
  max-width: 83em;
  padding: 2em 0;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.success h1 {
  text-align: center;
}
.success .show-passwords {
  text-align: center;
}
.success section {
  border: 1px solid #d9d9d9;
  padding: 3em 2em 6em;
}
.success section h2 {
  color: #777;
  margin: 1em 0 2.5em 0;
  text-align: center;
}
.success section h2 a {
  color: #2db0ea;
}
.success section > p {
  color: #777;
  margin-top: 0.25em;
  text-align: center;
}
.success section .btn {
  display: block;
  margin-bottom: 2.5em;
  margin: 0 auto;
}
.success section .paypal {
  margin: 1em 0 3.5em 0;
}
.success navigation {
  margin: 0 0 10em 0;
  display: block;
}
.contact-page {
  max-width: 480px;
}
.contact-page form {
  margin: 0;
}
.contact-page form.ng-submitted .ng-invalid {
  border-color: #ff6c42;
}
.contact-page form.ng-submitted .ng-invalid:focus {
  border-color: #2db0ea;
}
.contact-page form h2 {
  margin-left: 0;
}
.contact-page form .inputContainer {
  margin-top: 2em;
}
.contact-page form input,
.contact-page form select,
.contact-page form textarea,
.contact-page form input {
  font-size: 1em;
  border-color: #e0e0e0;
  width: 100%;
}
.contact-page form select + .error-msg {
  margin-top: 3px;
}
.contact-page form button {
  margin-top: 2px;
}
.contact-page form .form-control {
  height: auto;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.gamePage {
  margin-top: -80px;
}
.gamePage .tooltip-holder .tooltip {
  margin-top: -10px;
  width: 100%;
  opacity: 1;
  pointer-events: none;
}
.gamePage .tooltip-holder .tooltip .tooltip-inner {
  background-color: #ffffff;
  min-width: 40em;
  padding: 20px 0 17px 0;
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 26px 9px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 8px 26px 9px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 8px 26px 9px rgba(0, 0, 0, 0.18);
}
.gamePage .tooltip-holder .tooltip .tooltip-arrow {
  border-bottom-color: #ffffff;
  top: -4px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 10px;
}
.gamePage .btn-play {
  position: relative;
}
.gamePage .sticker-new {
  background: url('../../images/logo-new.svg') no-repeat;
  background-size: 57px 56px;
  height: 56px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 57px;
}
.gamePage .sticker-new span {
  color: #fff;
  display: inline-block;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px 15px 15px;
  text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.7), -1px -1px 2px rgba(150, 150, 150, 0.7);
  transform: rotate(-45deg);
}
.gamePage .btn.btn-review {
  width: 15em;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #00b3ee;
  color: #00b3ee;
  display: block;
  outline: none;
}
.gamePage .btn.btn-review:hover {
  background-color: #efefef;
}
.gamePage .more-reviews,
.gamePage .row.review {
  margin: 20px 0;
}
.gamePage .more-reviews .review-column:nth-child(1),
.gamePage .row.review .review-column:nth-child(1) {
  padding-right: 40px;
}
.gamePage .more-reviews .review-column:nth-child(2),
.gamePage .row.review .review-column:nth-child(2) {
  padding-left: 40px;
}
.gamePage .fullWidthBackground {
  position: relative;
  background: #ffffff no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: inset 0 -300px 300px -1900px #000000;
  -moz-box-shadow: inset 0 -300px 300px -190px #000000;
  box-shadow: inset 0 -300px 300px -190px #000000;
}
.gamePage .container.unavailable h1 {
  color: #000000;
  font-size: 36px;
  margin: 150px 0 100px 0;
}
.gamePage .gameTitle {
  padding: 2em 0 0;
  text-align: center;
}
.gamePage .gameTitle h1 {
  margin: 0;
  padding-bottom: 0.2em;
  font-weight: 400;
  color: #fff;
  line-height: 1.1em;
}
.gamePage .ratingsContainer {
  padding: 2em 0 1em 0;
}
.gamePage .ratingsContainer h4 {
  margin-right: 20px;
}
.gamePage .tagContainer {
  padding: 1em 0 0 0;
}
.gamePage .descriptionContainer {
  margin: 2.4rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gamePage .descriptionContainer {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 1200px) {
  .gamePage .descriptionContainer {
    font-size: 1.2em;
  }
}
.gamePage .spacer {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .gamePage .spacer {
    height: 24em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gamePage .spacer {
    height: 24em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gamePage .spacer {
    height: 34em;
  }
}
@media only screen and (min-width: 1200px) {
  .gamePage .spacer {
    height: 45em;
  }
}
.gamePage .holder {
  position: absolute;
  bottom: 2em;
  width: 100%;
  text-align: center;
}
.gamePage .holder .play-count-holder {
  margin-top: 10px;
}
.gamePage .holder .play-count-holder p,
.gamePage .holder .play-count-holder h5 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  color: white;
  text-shadow: 0px 0px 10px #000000;
  padding: 0;
  margin: 0;
}
.gamePage .holder .play-count-holder h5 {
  line-height: 35px;
  font-weight: bold;
  font-size: 3em;
}
.gamePage .messageContainer {
  background-color: #fff;
  padding: 1.2em;
}
.gamePage .tagContainer .label-tag,
.gamePage .tagContainer a.label-tag {
  background-color: #e0ebf0;
  color: #656a6c;
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.gamePage .tagContainer .label-tag,
.gamePage .tagContainer a.label-tag,
.gamePage .tagContainer .label-tag:focus,
.gamePage .tagContainer a.label-tag:focus,
.gamePage .tagContainer .label-tag:hover,
.gamePage .tagContainer a.label-tag:hover,
.gamePage .tagContainer .label-tag:visited,
.gamePage .tagContainer a.label-tag:visited {
  color: #656a6c;
  text-decoration: none;
}
.gamePage .tagContainer a.label-tag:hover {
  background-color: #bed5df;
}
.gamePage .series-games {
  margin-bottom: 60px;
}
.gamePage .series-games h2 {
  margin: 5px 0 10px 0;
}
.gamePage .series-games h2 a,
.gamePage .series-games h2 a:focus,
.gamePage .series-games h2 a:visited {
  color: #2db0ea;
  text-decoration: none;
}
.gamePage .series-games h2 a:hover {
  color: #f47c15;
}
.gamePage .series-games .series-game {
  background-color: #ffffff;
  padding: 10px 0;
}
.gamePage .series-games .series-game .unavailable span,
.gamePage .series-games .series-game .unavailable p {
  text-align: right;
  display: block;
}
.gamePage .series-games .series-game .unavailable span {
  width: 10%;
  font-size: 3em;
}
.gamePage .series-games .series-game .unavailable p {
  margin-top: 2em;
}
.gamePage .series-games .series-game h3 {
  font-weight: 500;
}
.gamePage .series-games .series-game img {
  max-width: 100%;
  max-height: auto;
}
.gamePage .series-games .series-game p {
  color: #777777;
  min-height: 1.2em;
  font-size: 0.9em;
}
.gamePage .series-games .series-game .rating {
  font-size: 1.2em;
}
.gamePage .series-games .series-game .rating .ratingMessage {
  font-size: 0.6em;
}
.gamePage .series-games .series-game button {
  margin-top: 1.4em;
  float: right;
}
.gamePage .series-games .series-game:nth-child(even) {
  background-color: #f3f2f2;
}
.genre-page .genre-description {
  position: relative;
}
.genre-page .genre-description h1 {
  margin-top: 2.4rem;
}
.genre-page .genre-description .genre-icon {
  color: #999;
}
.genre-page .genre-description .genre-icon:before {
  vertical-align: bottom;
  margin-bottom: 4px;
}
.genre-page .genre-description .icon-mygames {
  padding-right: 0.5em;
}
.genre-page .genre-description p {
  margin-top: 0;
}
.genre-page .dropdown {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.genre-page .dropdown label {
  color: #999;
}
.genre-page .dropdown .sorting-option {
  cursor: pointer;
}
.genre-page .dropdown .sorting-option .description {
  color: #999;
  font-style: italic;
}
.genre-page .dropdown .icon-arrow-open {
  color: #999;
  font-size: 0.8rem;
  margin: 0 1.5rem 0 1rem;
}
.genre-page .dropdown ul.dropdown-menu-right {
  margin-top: 0.5rem;
  padding-left: 0;
}
.genre-page .dropdown ul.dropdown-menu-right:after,
.genre-page .dropdown ul.dropdown-menu-right:before {
  bottom: 100%;
  right: 1.8rem;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.genre-page .dropdown ul.dropdown-menu-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 8px;
  margin-right: -8px;
}
.genre-page .dropdown ul.dropdown-menu-right:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #ccc;
  border-width: 9px;
  margin-right: -9px;
}
.genre-page .dropdown ul.dropdown-menu-right li {
  cursor: pointer;
  list-style: none;
  padding: 0.4rem 1.6rem;
  margin: 0;
}
.genre-page .dropdown ul.dropdown-menu-right li:hover,
.genre-page .dropdown ul.dropdown-menu-right li:hover .description {
  background-color: #2db0ea;
  color: #fff;
}
.genre-page hr {
  margin: 0.6rem 0 2.4rem;
}
.my-account {
  padding: 2em 0;
}
.my-account h1 {
  text-align: center;
}
.my-account h1 em {
  font-style: normal;
  font-weight: 500;
}
.my-account myaccountnavigation {
  display: block;
}
.my-account section {
  border: 1px solid #d9d9d9;
  border-top: none;
  padding: 3em 2em 6em;
}
.my-account section h2 {
  text-align: center;
}
.my-account section p {
  text-align: center;
}
.my-account form {
  margin-top: 2em;
}
.my-account .show-passwords {
  text-align: center;
}
.my-account .show-passwords span {
  display: block;
  padding-left: 5em;
  text-align: left;
}
.my-account h3 em {
  font-style: normal;
}
.my-account .membership-information {
  width: 100%;
  overflow: auto;
  margin-top: 3em;
}
.my-account .membership-information .payment-details,
.my-account .membership-information .billing-info {
  padding: 1em;
  margin: 0;
  text-align: center;
  float: left;
}
.my-account .membership-information .payment-details {
  padding: 1em 5em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-account .membership-information .payment-details {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .my-account .membership-information .payment-details {
    padding: 1em 2em;
  }
}
.my-account .membership-information .payment-details a {
  text-transform: uppercase;
}
.my-account .membership-information .payment-details .credit-card-wrapper {
  background: linear-gradient(#3b4753, #2f3942);
  box-shadow: 0.1em 0.1em 0.15em rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #d8e5f2;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 61.8% 0 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .my-account .membership-information .payment-details .credit-card-wrapper {
    padding-top: 20em;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .my-account .membership-information .payment-details .credit-card-wrapper {
    font-size: 0.8em;
    padding-top: 70%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .my-account .membership-information .payment-details .credit-card-wrapper {
    font-size: 0.9em;
  }
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card {
  display: block;
  bottom: 0;
  height: 100%;
  left: 0;
  padding: 2.5em 2em 2em;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card span[class*="icon-cc-"] {
  font-size: 3em;
  margin: 1em 0 0 0.3em;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .card-number,
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .card-name,
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .card-expiration {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .name {
  width: 65%;
  float: left;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .date {
  text-align: right;
  float: right;
  width: 35%;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .card-number {
  font-size: 2.2em;
  margin-bottom: 1em;
  display: block;
  white-space: nowrap;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .card-label {
  font-size: 0.9em;
  display: block;
  color: #7a899a;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .card-name,
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .card-expiration {
  font-size: 1.4em;
}
.my-account .membership-information .payment-details .credit-card-wrapper .credit-card .process-message {
  font-size: 1.4em;
}
.my-account .membership-information .payment-details .paypal {
  background: 50% 10% no-repeat url("../../images/pp-logo_38.png");
  padding: 1em 1em 4em 1em;
}
.my-account .membership-information .billing-info .bill-wrapper {
  max-width: 30em;
  margin: 0 auto;
}
.my-account .membership-information .billing-info .bill-wrapper .zigzag {
  background: 0 center repeat-x url("../../images/zigzag.svg");
  background-size: 0.6em auto;
  width: 100%;
  height: 0.7em;
}
.my-account .membership-information .billing-info .bill-wrapper .zigzag-bottom {
  background: 0 center repeat-x url("../../images/zigzag_shadow.svg");
  background-size: 0.6em auto;
  width: 100%;
  height: 0.8em;
}
.my-account .membership-information .billing-info .bill-wrapper .bill {
  margin-top: -0.4em;
  margin-bottom: -0.3em;
  box-shadow: 0.2em 0.1em 0.15em -0.15em rgba(0, 0, 0, 0.1);
  font-family: 'Courier', monospace;
  text-align: left;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 3em 2em 2em 2em;
}
.my-account .membership-information .billing-info .bill-wrapper .bill span {
  display: block;
}
.my-account .membership-information .billing-info .bill-wrapper .bill dt {
  font-size: 0.9em;
  color: #999;
  font-weight: normal;
}
.my-account .membership-information .billing-info .bill-wrapper .bill dd {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.my-account .membership-information .billing-info .bill-wrapper .bill dd.big {
  font-size: 1.6em;
}
.my-account .membership-cancelled .membership-information .credit-card-wrapper {
  opacity: 0.5;
}
.my-account .membership-cancelled .membership-information .billing-info .bill-wrapper .bill dt.big {
  text-decoration: line-through;
}
.my-account .membership-cancelled .membership-information .billing-info .bill-wrapper .bill dt.end-date {
  color: #fc6620;
}
.my-account .legacy-games-table {
  width: 80%;
  margin: 0 auto;
}
.my-account .legacy-games-table .legacy-game-col {
  text-align: left;
  font-size: 14px;
  padding: 0 1.2rem;
}
.my-account .legacy-games-table .legacy-game-col.row-image {
  width: 120px;
}
.my-account .legacy-games-table .legacy-game-col.row-image img {
  width: 120px;
}
.my-account .legacy-games-table .legacy-game-col.row-controls {
  text-align: right;
}
.my-account .legacy-games-table tr:nth-child(odd) .legacy-game-col {
  background: #f4f6fb;
}
.text-only h1,
.text-only h2,
.text-only h3,
.text-only .h1,
.text-only .h2,
.text-only .h3,
.text-only .h4 {
  font-weight: 400;
  line-height: 1.125;
  margin: 1.2rem 0;
  text-transform: none;
}
.text-only h1,
.text-only .h1 {
  font-size: 4.5rem;
}
.text-only h2,
.text-only .h2 {
  font-size: 3.2rem;
}
.text-only h3,
.text-only .h3 {
  font-size: 2.3rem;
}
.text-only h4,
.text-only .h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 2.4rem 0 0;
}
.text-only p,
.text-only a {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 2.4rem;
}
.text-only p:first-child,
.text-only a:first-child {
  margin-top: 2.4rem;
}
.text-only label {
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-only ul,
.text-only ol,
.text-only .list {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
  margin-top: 0;
  padding-left: 3.6rem;
}
.text-only ul li,
.text-only ol li,
.text-only .list li,
.text-only ul .list-item,
.text-only ol .list-item,
.text-only .list .list-item {
  list-style: disc;
  line-height: 1.125;
  margin-bottom: 0.8rem;
}
.text-only ul > li:last-child,
.text-only ol > li:last-child,
.text-only .list > li:last-child,
.text-only ul > .list-item:last-child,
.text-only ol > .list-item:last-child,
.text-only .list > .list-item:last-child {
  margin-bottom: 0;
}
.text-only ul ul,
.text-only ol ul,
.text-only .list ul,
.text-only ul ol,
.text-only ol ol,
.text-only .list ol,
.text-only ul .list,
.text-only ol .list,
.text-only .list .list {
  margin: 0;
}
.plan-page h1 {
  text-align: center;
}
.plan-page p {
  text-align: center;
  font-size: 1.4em;
  color: #999;
}
.plan-page .p-bottom {
  margin-bottom: 5em;
}
.plan-page section {
  margin: 2em 0 6em 0;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .plan-page section {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-page section {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plan-page section {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1200px) {
  .plan-page section {
    font-size: 1.1em;
  }
}
.plan-page section h2 {
  text-align: center;
}
.plan-page section p {
  font-size: 1.2rem;
  margin: 2em;
  color: #777;
}
.plan-page section .plan-image-holder {
  text-align: center;
  height: 425px;
  margin-bottom: 1em;
}
.plan-page section .plan-image-holder span {
  display: block;
  margin-top: 90%;
  font-size: 3.5em;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
@media only screen and (max-width: 767px) {
  .plan-page section .plan-image-holder {
    height: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-page section .plan-image-holder {
    height: 315px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plan-page section .plan-image-holder {
    height: 395px;
  }
}
.plan-page section .plan-image-holder .plan-option-one {
  float: right;
}
@media only screen and (max-width: 767px) {
  .plan-page section .plan-image-holder .plan-option-one {
    margin-left: 7em;
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-page section .plan-image-holder .plan-option-one {
    margin-left: 7em;
    width: 75%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plan-page section .plan-image-holder .plan-option-one {
    margin-left: 7em;
    width: 75%;
  }
}
.plan-page section .plan-image-holder .plan-option-two {
  float: left;
}
@media only screen and (max-width: 767px) {
  .plan-page section .plan-image-holder .plan-option-two {
    margin-right: 4em;
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-page section .plan-image-holder .plan-option-two {
    margin-right: 4em;
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plan-page section .plan-image-holder .plan-option-two {
    margin-right: 4em;
    width: 85%;
  }
}
.plan-page section .scale {
  width: 25%;
  transform: scale(1.1);
  border-radius: 3% 3% 0 0;
  border: 4px solid #2db0ea;
  box-shadow: 0 0 20px 0px #999;
  background-color: #FFFFFF;
}
.plan-page section .scale p {
  font-size: 0.7em;
  margin-top: 2em;
}
.plan-page section .scale .pricing {
  margin: 4em 0 0 0;
}
.plan-page section .bigger {
  font-size: 1.3em;
  line-height: 0;
}
.plan-page section .plan-empty {
  float: left;
  width: 10%;
}
.plan-page .plans-holder {
  width: 100%;
  float: left;
  border: 1px solid #d9d9d9;
}
.plan-page .plans-holder ul {
  text-align: center;
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.plan-page .plans-holder ul li {
  padding: 1em;
}
.plan-page .plans-holder ul li:nth-child(even) {
  background: #F5F5F5;
}
.plan-page .plans-holder ul li:last-child {
  background: #ffffff;
}
.plan-page .plans-holder ul sub,
.plan-page .plans-holder ul sup {
  font-size: 60%;
}
.plan-page .plans-holder ul .adjust-height {
  font-size: 80%;
}
.plan-page .plans-holder .options {
  float: left;
  width: 35%;
}
.plan-page .plans-holder .options ul {
  text-align: left;
}
.plan-page .plans-holder .options ul li {
  padding: 1em 1em 1em 3em;
}
.plan-page .plans-holder .plan-free {
  float: left;
  width: 30%;
}
.plan-page .plans-holder .plan-free .planheader {
  color: #999;
}
.plan-page .plans-holder .plan-free .bigger {
  color: #999;
  margin-left: -7px;
}
.plan-page .plans-holder .plan-free ul li:nth-last-child(2) {
  margin-bottom: 1.5em;
}
.plan-page .plans-holder .plan-premium {
  float: left;
  width: 25%;
}
.plan-page .plans-holder .plan-premium ul li:nth-last-child(2) {
  margin-bottom: 0.7em;
}
.plan-page .plans-holder .icon-close {
  color: #999;
}
.notification-page {
  margin-top: -80px;
}
.notification-page h2 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.notification-page .hero-area {
  position: relative;
  height: 100vh;
  background: #fff no-repeat;
  background-position: top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 -300px 300px -190px #000000;
  padding: 0;
  text-align: center;
}
.notification-page .hero-area .holder {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.15) 22%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  padding: 5rem 0 1.6rem;
  position: absolute;
  text-align: center;
  width: 100%;
}
.notification-page .hero-area .holder .container {
  width: 700px;
}
.notification-page .hero-area .holder .container h2 {
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 0px 10px #000, 0px 0px 20px #000, 0px 0px 50px #000, 0px 0px 75px #000;
}
.notification-page .hero-area .holder .container p {
  color: #fff;
  font-size: 2rem;
  text-shadow: 0px 0px 10px #000, 0px 0px 20px #000, 0px 0px 50px #000, 0px 0px 75px #000;
}
.notification-page .hero-area .holder .container div {
  color: #fff;
}
.notification-page .hero-area .holder .scroll-icon {
  cursor: pointer;
  margin: 1rem;
  padding: 1rem;
}
.notification-page .promo {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.notification-page .promo img {
  max-width: 100%;
}
.notification-page .promo .col-sm-5 {
  padding-top: 2rem;
}
.notification-page .promo .promotext {
  padding: 0 4.8rem;
}
.notification-page .promo .promotext .h1 {
  margin-bottom: 2.4rem;
}
.notification-page .promo .promotext p {
  font-size: 2rem;
}
.notification-page .promo .promotext img {
  width: 300px;
}
.notification-page .rowEmphasis {
  padding: 4rem 0;
}
.notification-page .rowEmphasis p {
  font-size: 2rem;
}
.error-404 section {
  text-align: center;
}
.error-404 section .row-bottom {
  position: fixed;
  bottom: 1em;
  left: 22%;
}
@media screen and (max-width: 767px) {
  .error-404 section .row-bottom {
    left: 0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .error-404 section .row-bottom {
    left: 2%;
  }
}
.error-404 section .error-right {
  text-align: right;
}
.error-404 section .emily-img {
  width: 430px;
  height: 440px;
}
@media screen and (max-width: 767px) {
  .error-404 section .emily-img {
    width: 400px;
    height: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .error-404 section .emily-img {
    width: 420px;
    height: 410px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .error-404 section .emily-img {
    width: 500px;
    height: 450px;
  }
}
.paige {
  position: absolute;
  right: 0;
  text-align: center;
  bottom: 5.2em;
  z-index: 10000000;
}
.ami-page {
  padding: 2em 0;
}
.ami-page h1 {
  text-align: center;
}
.ami-page p {
  text-align: center;
}
.ami-page section {
  border: 1px solid #d9d9d9;
  margin: 2em 0;
}
.ami-page section .video-holder {
  width: 637px;
  height: 320px;
  margin: 0 auto 10rem auto;
}
.ami-page .section-footer {
  background-color: #f7f7f7;
  border-top: 1px solid #d9d9d9;
}
.ami-page .section-footer .antivirus-holder {
  padding: 15px;
  text-align: center;
}
.ami-page .section-footer .antivirus-holder .intel-logo {
  margin-bottom: 0.6em;
}
.ami-page .section-footer .antivirus-holder p {
  color: #999;
  font-size: 1.2rem;
  margin: 0;
}
#arrow-chrome,
#arrow-IE11,
#arrow-edge,
#arrow-firefox,
#arrow-safari,
#arrow-opera {
  background-image: url("../../images/arrow.png");
}
/*# sourceMappingURL=main_member.css.map */