.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;
}
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;
}
#arrow-chrome,
#arrow-IE11,
#arrow-edge,
#arrow-firefox,
#arrow-safari,
#arrow-opera {
  background-image: url("../../images/arrow.png");
}
.defaultMessageModal {
  width: 100%;
  background-color: #ffffff;
  border-radius: 3px;
}
.defaultMessageModal a.btn {
  margin: 1em 0 0 0;
  width: 100%;
}
.defaultMessageModal .ghLogo {
  position: absolute;
  top: -5%;
  left: 42%;
  width: 130px;
  height: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .defaultMessageModal .ghLogo {
    left: 38%;
  }
}
@media only screen and (max-width: 1280px) {
  .defaultMessageModal .ghLogo {
    left: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .defaultMessageModal .ghLogo {
    left: 8%;
  }
}
.defaultMessageModal .modal-body h2 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.7em;
}
.defaultMessageModal .modal-body h3 {
  margin: 0;
  text-align: center;
  padding: 0 0 2em 0;
  font-weight: 400;
}
.defaultMessageModal .modal-body h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #52C8E2;
}
.defaultMessageModal .modal-body p {
  font-size: 1.2em;
  padding: 0.3em 0 0 0;
  text-align: center;
  color: #999;
}
.defaultMessageModal .modal-body .position-msg {
  margin: 3.5em 0 0 0;
}
.defaultMessageModal .modal-body .position-msg .games-holder {
  margin: 0 auto;
}
.defaultMessageModal .modal-body .position-msg .row {
  position: relative;
  left: 17%;
}
.defaultMessageModal .modal-body .container-fluid {
  text-align: center;
  padding-bottom: 1.2em;
}
.defaultMessageModal .modal-body .column-holder {
  margin: 1.2em 0;
}
.defaultMessageModal .modal-body .column-holder .round {
  display: inline-block;
  width: 9em;
  height: 9em;
  margin: 0 0 0.75em 0;
  background: #999;
  text-align: center;
  border-radius: 50%;
}
.defaultMessageModal .modal-body .column-holder .round span {
  display: block;
  color: #ffffff;
  font-size: 5em;
  line-height: 1.4em;
  margin-top: 0.35em;
}
.defaultMessageModal .modal-body .column-holder .round .icon-play-rounded {
  padding: 0 0 0 10px;
}
.defaultMessageModal .modal-body .column-holder .left {
  float: left;
  width: 33%;
}
.defaultMessageModal .modal-body .column-holder .right {
  float: right;
  width: 33%;
}
.defaultMessageModal .modal-body .column-holder .center {
  display: inline-block;
  width: 33%;
}
.defaultMessageModal .modal-body .column-holder p {
  font-size: 16px;
}
.defaultMessageModal .modal-body .column-holder p .benefit {
  font-weight: 600;
  font-size: 16px;
  color: #999;
}
.defaultMessageModal .modal-body .column-holder .game-holder {
  position: relative;
  margin: 0 auto;
  height: 256px;
  width: 474px;
  background-image: url("../../images/popup_gametrial_bg.png");
}
.defaultMessageModal .modal-body .column-holder .game-holder img {
  position: absolute;
  z-index: 4;
  top: 1em;
  left: 8.5em;
  width: 235px;
  height: 235px;
}
.defaultMessageModal .modal-body .column-holder .game-holder .game-overlay {
  position: absolute;
  z-index: 5;
  top: 1em;
  left: 8.5em;
  width: 235px;
  height: 235px;
  background-color: rgba(0, 0, 0, 0.7);
}
.defaultMessageModal .modal-body .column-holder .game-holder .game-overlay span {
  display: block;
  color: #fff;
  font-size: 8em;
  padding: 0.4em 0 0 0;
}
.defaultMessageModal .modal-body .load-box {
  margin: 3em 0 1em 0;
  min-height: 10.5em;
}
.defaultMessageModal .modal-body .load-box .loader {
  position: relative;
  width: 10em;
  height: 10em;
  margin: 0 auto;
  margin-top: 10%;
  overflow: hidden;
}
.defaultMessageModal .modal-body .load-box .loader.after {
  width: 10em;
  height: 10em;
}
.defaultMessageModal .modal-body .load-box .percentage {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.3em;
  padding: 0.7em 1em 0.4em 1.2em;
  color: #52C8E2;
  font-weight: 600;
  font-size: 1.8em;
  text-align: center;
}
.defaultMessageModal .modal-body .load-box .round-progress-wrapper {
  width: 10em !important;
  margin: 0 auto !important;
  padding-bottom: 10em !important;
}
.defaultMessageModal .modal-body .load-box .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;
}
.defaultMessageModal .modal-footer {
  border: none;
  text-align: left;
}
.defaultMessageModal .modal-footer span {
  color: #999;
}
.mac-width {
  width: 25vw;
  top: 0;
  left: -20%;
}
.rowEmphasis {
  background-color: #f1f1f1;
  padding: 0 0 1em;
}
.npsRow {
  margin: 2em 0;
  padding: 0 0 2em;
  text-align: center;
  background-color: #f1f1f1;
}
.npsRow h2 {
  padding: 0.6em 0;
  display: inline-block;
}
.npsRow h3 {
  display: inline;
}
.npsRow a {
  color: #54c8e3;
  text-decoration: underline;
}
.npsRow a:hover {
  text-decoration: none;
}
.npsRow .step1 h2 {
  padding: 0.6em 0 0;
  font-size: 30px;
}
.npsRow .rate {
  /* Hiding default checkbox and Radio button design */
  /* Disable outline when clicked*/
  /* Basic Checkbox styles */
  /* Checked state styles */
  /* Hover state styles */
  /* Shadow when checked or Active */
  /* Disabled state styles */
  /* Styles for Radio button */
}
.npsRow .rate span {
  display: inline-block;
  padding: 0 0.7em 0 0.2em;
}
.npsRow .rate span.icon {
  font-size: 3.3em;
  margin-top: -0.1em;
}
.npsRow .rate input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: 12;
  width: 18px;
  height: 18px;
}
.npsRow .rate input[type=radio]:hover {
  cursor: pointer;
}
.npsRow .rate input[type=radio]:checked,
.npsRow .rate input[type=radio]:focus {
  outline: none !important;
}
.npsRow .rate input[type=radio] + .lbl {
  position: relative;
  z-index: 11;
  display: inline-block;
  padding: 0.7em;
  margin: 0;
  line-height: 20px;
  min-height: 14px;
  min-width: 14px;
  font-weight: normal;
}
.npsRow .rate input[type=radio] + .lbl:hover {
  cursor: pointer;
}
.npsRow .rate input[type=radio] + .lbl.padding-16::before {
  margin-right: 16px;
}
.npsRow .rate input[type=radio] + .lbl.padding-12::before {
  margin-right: 12px;
}
.npsRow .rate input[type=radio] + .lbl.padding-8::before {
  margin-right: 8px;
}
.npsRow .rate input[type=radio] + .lbl.padding-4::before {
  margin-right: 4px;
}
.npsRow .rate input[type=radio] + .lbl.padding-0::before {
  margin-right: 0px;
}
.npsRow .rate input[type=radio] + .lbl::before {
  color: #000;
  content: "\a0";
  background-color: #FAFAFA;
  border: 1px solid #CCC;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 0;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 26px;
  line-height: 0.64em;
  min-width: 26px;
}
.npsRow .rate input[type=radio]:checked + .lbl::before {
  display: inline-block;
  content: '\f00c';
  background-color: #F5F8FC;
  border-color: #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}
.npsRow .rate input[type=radio]:hover + .lbl::before,
.npsRow .rate input[type=radio] + .lbl:hover::before {
  border-color: #000;
}
.npsRow .rate input[type=radio]:active + .lbl::before,
.npsRow .rate input[type=radio]:checked:active + .lbl::before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.npsRow .rate input[type=radio]:disabled + .lbl::before,
.npsRow .rate input[type=radio][disabled] + .lbl::before,
.npsRow .rate input[type=radio].disabled + .lbl::before {
  background-color: #DDD !important;
  border-color: #CCC !important;
  box-shadow: none !important;
  color: #BBB;
}
.npsRow .rate input[type=radio] + .lbl::before {
  border-radius: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 42px;
}
.npsRow .rate input[type=radio]:checked + .lbl::before {
  content: "\2022";
}
.npsRow .comment {
  width: 40%;
  margin: 0 auto;
}
.npsRow .comment textarea {
  width: 100%;
}
.npsRow .comment button {
  display: block;
  float: right;
  padding: 6px 12px;
}
.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 .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;
}
.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;
}
.st-blurred-region {
  -webkit-filter: blur(22px);
  -moz-filter: blur(22px);
  -o-filter: blur(22px);
  -ms-filter: blur(22px);
  filter: blur(22px);
}
.st-blurred-region-overlay {
  position: fixed;
  overflow-y: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
}
.st-blurred-region-close {
  position: absolute;
  right: 24%;
  top: 10%;
  z-index: 100;
  border: 0px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 35px;
  color: #8a8b8d;
}
@media only screen and (max-width: 767px) {
  .st-blurred-region-close {
    right: 16%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .st-blurred-region-close {
    right: 18%;
  }
}
@media only screen and (min-width: 1200px) {
  .st-blurred-region-close {
    right: 24%;
  }
}
.st-blurred-region-close:hover {
  color: #2db0ea;
}
.st-blurred-region-close:focus {
  outline: 0;
}
@keyframes fadding-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation: fadding-out 1s linear forwards;
  -moz-animation: fadding-out 1s linear forwards;
  animation: fadding-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;
  margin: 50px auto;
  height: 24px;
  width: 24px;
  background-image: url("../../images/trashcan.png");
  text-decoration: none;
  padding: 0px;
}
@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;
}
.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;
}
.game-manager .game-manager-count {
  background-color: #ff6c00;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  height: 1em;
  line-height: 0.9em;
  position: absolute;
  right: 0.45em;
  text-align: center;
  top: 0.8em;
  width: 1em;
}
.game-manager .dropdown-menu {
  background-color: #fff;
  overflow: hidden;
  width: 12em;
}
.game-manager .dropdown-menu.wider {
  width: 19em;
}
.game-manager .dropdown-menu.widest {
  width: 28em;
}
.game-manager .dropdown-menu .no-games-message {
  margin: 1em;
  font-size: 16px;
}
.game-manager .dropdown-menu .download-manager-games {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
}
.game-manager .dropdown-menu .recently-played-games h2 {
  padding-bottom: 0;
}
.game-manager .dropdown-menu a {
  color: #2db0ea;
  margin: 0 auto;
  padding: 0.4em 1em;
  text-align: center;
}
.game-manager .dropdown-menu a:hover,
.game-manager .dropdown-menu a:active,
.game-manager .dropdown-menu a:visited,
.game-manager .dropdown-menu a:focus {
  background: none;
}
.game-manager .dropdown-menu a:focus,
.game-manager .dropdown-menu a:hover {
  text-decoration: underline;
}
.game-manager .dropdown-menu .gamebox {
  position: relative;
  display: inline-block;
  width: 8em;
  height: 8em;
  max-height: 8em;
  max-width: 8em;
  margin: 0.5em 0 0.5em 1em;
  padding: 0;
  background-size: cover;
  background-color: #000;
  overflow: hidden;
}
.game-manager .dropdown-menu .gamebox .bg-overlay {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 8em;
  min-width: 8em;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}
.game-manager .dropdown-menu .gamebox .bg-overlay .btn-container {
  position: absolute;
  top: 2.5em;
  width: 100%;
}
.game-manager .dropdown-menu .gamebox .bg-overlay .btn-container .btn {
  display: block;
  margin: 0 auto;
  width: 80%;
}
.game-manager .dropdown-menu .gamebox:hover {
  cursor: pointer;
}
.game-manager .dropdown-menu .gamebox:hover .overlay .btn {
  display: inline-block;
}
.game-manager .dropdown-menu .gamebox:before {
  content: "";
}
.game-manager .dropdown-menu .gamebox.inactive {
  pointer-events: none;
  cursor: default;
}
.game-manager .dropdown-menu .gamebox img {
  width: 100%;
}
.game-manager .dropdown-menu .gamebox .overlay {
  margin-left: 0;
  top: 2.3em;
  width: 100%;
}
.game-manager .dropdown-menu .gamebox .overlay .btn {
  display: none;
  margin: 0 auto;
  width: 80%;
}
.game-manager .dropdown-menu .gamebox:hover {
  cursor: pointer;
}
.game-manager .dropdown-menu .gamebox:hover .overlay .btn {
  display: block;
}
.game-manager .dropdown-menu .gamebox .percentage {
  position: absolute;
  padding: 0.7em 1em 0.4em 1.2em;
  margin-top: 0.8em;
  color: #fff;
  font-weight: 600;
  font-size: 1.8em;
  text-align: center;
}
.game-manager .dropdown-menu .gamebox .loader {
  border-width: 1em;
  height: 9.8em;
  margin-top: 0.7em;
  position: relative;
  width: 9.8em;
}
.game-manager .dropdown-menu .gamebox .round-progress-wrapper {
  width: 7em !important;
  margin: 0 auto;
}
.game-manager .dropdown-menu .gamebox .round-progress-wrapper:after {
  content: '';
  background: transparent;
  width: 80%;
  height: 72%;
  position: absolute;
  border-radius: 50%;
  top: 16px;
  left: 9px;
  opacity: 1;
  border: 6px solid #2db0ea;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  animation: rotate 2s infinite linear;
}
header .game-manager .dropdown-menu .menu .my-games-link {
  color: #2db0ea;
  display: block;
}
header .game-manager .dropdown-menu .menu .my-games-link:focus,
header .game-manager .dropdown-menu .menu .my-games-link:hover {
  color: #f47c15;
}
.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: 22rem;
  }
}
@media (min-width: 992px) {
  .search .navbar-form .formgroup {
    width: 36rem;
  }
}
@media (min-width: 1200px) {
  .search .navbar-form .formgroup {
    width: 40rem;
  }
}
.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-size: 16px;
}
.search .navbar-form input::-webkit-input-placeholder {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
}
.search .navbar-form input:-moz-placeholder {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
}
.search .navbar-form input::-moz-placeholder {
  color: #333333;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  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 ul {
  max-height: 45vh;
  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 .show-all-results {
  border-top: 1px solid #e5e5e5;
  display: block;
}
.search .search-results ul .show-all-results .icon-menu-search::before {
  font-size: 14px;
}
.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;
}
.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 {
  text-align: right;
  padding-top: 24px;
  padding-bottom: 24px;
}
.modal-dialog .modal-content .modal-footer a {
  position: relative;
  margin: 0 0 0 12px;
  display: block;
  height: 24px;
}
.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;
  bottom: 0;
}
.mimic-table .mimic-table-col.character img.emily-oops {
  left: -10px;
}
.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;
}
.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-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 .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;
  overflow: hidden;
}
.gamebox .image-container img {
  width: 100%;
  height: 100%;
}
.gamebox .image-container:hover img {
  opacity: 0.3;
}
.gamebox .image-container:hover .overlay .btn {
  display: block;
}
.gamebox .image-container:hover .game-info {
  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%;
  }
}
.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;
  }
}
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;
}
.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 button {
  margin-top: 8px;
}
.install-ami-success .modal-header img {
  border-radius: 3px;
  width: 85%;
}
.install-ami-success .modal-header .progress {
  margin: 0;
}
.install-ami-success .modal-header .percentage {
  margin: 0;
}
.install-ami-success .modal-header > .row {
  margin-bottom: 4.8rem;
}
.modal-dialog .install-ami-success .modal-body.modal-alert {
  padding: 0;
}
.modal-dialog .install-ami-success .modal-body.modal-alert .alert {
  border: none;
  border-radius: 0;
  font-size: 14px;
  margin: 0 -0.1rem -0.1rem;
  padding: 1.8rem 3.6rem;
}
.modal-dialog .install-ami-success .modal-body.modal-alert .alert.alert-connection {
  background-color: #2db0ea;
  color: rgba(255, 255, 255, 0.85);
}
.modal-dialog .install-ami-success .modal-body.modal-alert .alert.alert-connection .alert-title {
  color: #fff;
}
.modal-dialog .install-ami-success .modal-body.modal-alert .alert .alert-title {
  display: block;
  font-size: 18px;
}
.modal-dialog .install-ami-success .modal-body.modal-alert .alert .icon-internet-connection {
  width: 8.5rem;
  height: 6rem;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url('../../images/icon-internet-connection.png') no-repeat center center;
  display: block;
  margin-left: 2.75rem;
  position: relative;
}
.install-ami-success .survey {
  max-width: 29.5em;
  padding-bottom: 3em;
  text-align: left;
}
.install-ami-success .survey label {
  display: inline;
  padding-left: 0.3em;
  margin: 0;
}
.install-ami-success .survey .shift {
  margin-left: 2em;
}
.install-ami-success .thumbs-holder .link {
  color: #d9d9d9;
  font-size: 10rem;
}
.install-ami-success .thumbs-holder .link:hover {
  color: #2db0ea;
}
.defaultMessageModal.modal-update-payment-details {
  width: 600px;
}
.defaultMessageModal.modal-update-payment-details .ghLogo {
  margin: -8rem auto;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}
.update-payment-details {
  padding: 2em 1em;
}
.update-payment-details h1 {
  text-align: center;
}
.update-payment-details .close-modal {
  position: absolute;
  right: 1em;
  top: 1em;
}
.update-payment-details > p {
  margin-top: 1em;
  text-align: center;
}
.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: inline-block;
}
.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 .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.3em;
  font-weight: 400;
  color: #fff;
  line-height: 1.1em;
}
.gamePage .ratingsContainer {
  padding: 2em 0 1em 0;
}
.gamePage .gameInfo {
  padding: 0 0 1em 0;
}
.gamePage .descriptionContainer {
  padding-left: 0.2em;
  padding-bottom: 1em;
}
@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;
}
.onlineGamePage {
  margin-top: -80px;
}
.onlineGamePage .backgrounds-container {
  margin: 0 0 40px 0;
  padding: 0;
}
.onlineGamePage .backgrounds-container .fullWidthBackground.blured {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
  overflow: hidden;
}
.onlineGamePage .backgrounds-container .fullWidthBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}
.onlineGamePage .backgrounds-container .bluredOver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.onlineGamePage .gameContainer {
  display: inline-block;
  background-color: rgba(0, 65, 84, 0.8);
  box-shadow: 0px 10px 60px 20px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  padding: 15px 10px;
}
.onlineGamePage .gameContainer div.gameFrameHolder {
  overflow: hidden;
}
.onlineGamePage .gameContainer div.gameFrameHolder div.gameIframe {
  margin: 0 auto;
}
.onlineGamePage .gameContainer div.gameInfoPanel {
  padding: 10px 30px;
}
.onlineGamePage .gameContainer div.gameInfoPanel h1 {
  color: #FFFFFF;
  font-size: 2.4em;
}
@media only screen and (max-width: 991px) {
  .onlineGamePage .gameContainer div.gameInfoPanel h1 {
    font-size: 1.6em;
  }
}
.onlineGamePage .gameContainer div.gameInfoPanel button {
  font-size: 1.8em;
  line-height: 1.2em;
  width: 80%;
  margin: 2em auto;
  display: block;
}
@media only screen and (max-width: 991px) {
  .onlineGamePage .gameContainer div.gameInfoPanel button {
    font-size: 1em;
  }
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer {
  padding: 0;
  margin: 20px 0;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .playerRating .ratingMessage {
  color: #FFFFFF;
  width: inherit;
  margin: 0 5px;
  padding: 0 0 0 13px;
  display: inherit;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating {
  line-height: 0.6;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating .ratingMessage {
  color: #FFFFFF;
  width: inherit;
  margin: 0 5px;
  display: inherit;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating .ratingStars .icon-star {
  font-size: 0.8em;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating .ratingStars .icon-star::before {
  vertical-align: top;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating .ratingStars .icon-star {
  position: relative;
  color: #2db0ea;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating .ratingStars .icon-star-half {
  color: #ccc;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  display: inline-block;
  font-size: 0.8em;
  margin-left: 2px;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating .ratingStars .icon-star.inactive {
  color: #ccc;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating.writable:hover .ratingStars .active {
  color: #2db0ea;
  cursor: pointer;
}
.onlineGamePage .gameContainer div.gameInfoPanel .ratingsContainer .rating.writable:hover .ratingStars .active .icon-star.inactive {
  color: #cae7ea;
}
.onlineGamePage .container.unavailable h1 {
  color: #000000;
  font-size: 36px;
  margin: 150px 0 100px 0;
}
.onlineGamePage .gameTitle {
  padding: 2em 0 0;
  text-align: center;
}
.onlineGamePage .gameTitle h1 {
  margin: 0;
  padding-bottom: 0.3em;
  font-weight: 400;
  color: #fff;
  line-height: 1.1em;
}
.onlineGamePage .ratingsContainer {
  padding: 2em 0 1em 0;
}
.onlineGamePage .gameInfo {
  padding: 0 0 1em 0;
}
.onlineGamePage .descriptionContainer {
  padding-left: 0.2em;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .onlineGamePage .descriptionContainer {
    font-size: 0.95em;
  }
}
@media only screen and (min-width: 1200px) {
  .onlineGamePage .descriptionContainer {
    font-size: 1.2em;
  }
}
.onlineGamePage .container.spacer {
  position: relative;
  top: 0;
  left: 0;
  padding: 5em 2em 2em 2em;
  height: 100%;
  width: 100%;
}
.onlineGamePage .holder {
  position: absolute;
  bottom: 2em;
  width: 100%;
  text-align: center;
}
.onlineGamePage .messageContainer {
  background-color: #fff;
  padding: 1.2em;
}
.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 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 .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;
}
.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 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;
}
.plan-page section {
  margin: 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 .scale {
  width: 25%;
  transform: scale(1.2);
  border-radius: 3% 3% 0 0;
  border: 1px solid #d9d9d9;
  box-shadow: 0 0 5px 0px #d9d9d9;
  background-color: #FFFFFF;
  margin-left: -5px;
}
.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 .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 sub,
.plan-page .plans-holder sup {
  font-size: 60%;
}
.plan-page .plans-holder .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: 38%;
}
.plan-page .plans-holder .plan-free .planheader {
  color: #999;
}
.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-image: url('../../images/upcoming-vacd3/vacation-adventures-cruise-director-3_large.jpg');
  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;
}
/*
    Version: 5, Variants: 3
    Description: Testing if removing hero image on game page generates more plays.
    Changes: Replacing "installAmiInstructions.html".
 */
.abtest .modal-body h2 {
  margin: 0;
  text-align: center;
  font-weight: 600;
  font-size: 1.7em;
  padding-bottom: 2.5em;
}
.abtest .modal-body .position-msg {
  margin: 3.5em 0 0 0;
}
/*
 Version: 11, Variants: 2
 Description: FireFox plugin arrow adjustment.
 Changes: Replacing gamepageView.html
 -

 */
.right {
  top: 80px !important;
  right: 0;
  left: 37px !important;
  transform: rotateX(180deg) rotateY(360deg) !important;
}
/*

 Version: 17, Variants: 1
 Ticket: FUN-9100
 17:0 AMI popup flow
 17:1 Ami page flow
 Description: Testing if a page is better than a popup
 Changes:
- abtest/amiPageView-17-1.html

*/
.ami-page {
  padding: 2em 0;
}
.ami-page h1 {
  text-align: center;
}
.ami-page p {
  text-align: center;
}
.ami-page section {
  margin: 2em 0;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .ami-page section {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ami-page section {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ami-page section {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1200px) {
  .ami-page section {
    font-size: 1.1em;
  }
}
.ami-page section h2 {
  text-align: center;
}
.ami-page section p {
  font-size: 1.2rem;
  margin-top: 1.3em;
  color: #777;
  padding: 0.3em 5em 0 5em;
}
.ami-page section .defaultMessageModal .position-msg.position-msg {
  margin: 0;
}
.ami-page section .small-p {
  margin-bottom: 1.1rem;
  margin-top: 5.4rem;
  font-size: 1.6rem;
}
.ami-page section .video-holder {
  width: 637px;
  height: 320px;
  margin: 0 auto 10rem auto;
}
.ami-page section .download-link {
  font-size: 1.4rem;
}
.ami-page .modal-footer {
  border-radius: 3px;
  background: #f5f5f5;
}
.ami-page .modal-footer .antivirus-holder {
  text-align: center;
}
.ami-page .modal-footer .antivirus-holder .eset-logo {
  width: 81px;
  height: 36px;
  margin: -0.2em 1em 0 0;
}
.ami-page .modal-footer .antivirus-holder .intel-logo {
  margin-bottom: 0.6em;
}
.ami-page .modal-footer .antivirus-holder p {
  display: inline;
  color: #999;
}
/*

 Version: 19, Variants: 1
 Ticket: FUN-9100
 19:0 AMI vanilla
 19:1 AMI trust popup
 Description: Testing if trust logo's improve downloads
 Changes:
- abtest/trustAmiInstructions-19-1.html

*/
.trust .modal-footer {
  border-radius: 3px;
  background: #f5f5f5;
}
.trust .modal-footer .antivirus-holder {
  text-align: center;
}
.trust .modal-footer .antivirus-holder .eset-logo {
  width: 81px;
  height: 36px;
  margin: -0.2em 1em 0 0;
}
.trust .modal-footer .antivirus-holder .intel-logo {
  margin-bottom: 0.6em;
}
.trust .modal-footer .antivirus-holder p {
  display: inline;
  color: #999;
}
/*
     Version: 27, Variants: 2
     Ticket: AC-381
     Description: Game hero video bg.
     Variants:
     - 27:0 Vanilla: Game page
     - 27:1 Game page with video on hero bg
     Changes:
     -  gamepageView.html
     -  gamepageController.js
     -  gamepage.less
     */
.gamePage.video-bg-test .fullWidthBackground {
  height: 50em;
}
.gamePage.video-bg-test .fullWidthBackground .video-bg {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 50em;
}
.gamePage.video-bg-test .fullWidthBackground,
.gamePage.video-bg-test .spacer {
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .gamePage.video-bg-test .fullWidthBackground,
  .gamePage.video-bg-test .spacer {
    height: 24em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gamePage.video-bg-test .fullWidthBackground,
  .gamePage.video-bg-test .spacer {
    height: 34em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gamePage.video-bg-test .fullWidthBackground,
  .gamePage.video-bg-test .spacer {
    height: 45em;
  }
}
@media only screen and (min-width: 1200px) {
  .gamePage.video-bg-test .fullWidthBackground,
  .gamePage.video-bg-test .spacer {
    height: 50em;
  }
}
@media only screen and (max-width: 767px) {
  .gamePage.video-bg-test .fullWidthBackground .video-bg,
  .gamePage.video-bg-test .spacer .video-bg {
    height: 24em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gamePage.video-bg-test .fullWidthBackground .video-bg,
  .gamePage.video-bg-test .spacer .video-bg {
    height: 34em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gamePage.video-bg-test .fullWidthBackground .video-bg,
  .gamePage.video-bg-test .spacer .video-bg {
    height: 45em;
  }
}
@media only screen and (min-width: 1200px) {
  .gamePage.video-bg-test .fullWidthBackground .video-bg,
  .gamePage.video-bg-test .spacer .video-bg {
    height: 50em;
  }
}
/*
 Version: 29, Variants: 3
 Ticket: FUN-9039
 Description: New membership page
 Variants:
 - 29:0 Vanilla: "rational membership plan page"
 - 29:1 "new more emotional membership plan page"
 - 29:2 "new upsell membership plan page"

 Changes:
 - ABtest/planPageView.html
 */
.plan-page-ab h1 {
  text-align: center;
}
.plan-page-ab p {
  text-align: center;
  font-size: 1.4em;
  color: #999;
}
.plan-page-ab .p-bottom {
  margin-bottom: 5em;
}
.plan-page-ab section {
  margin: 2em 0 6em 0;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .plan-page-ab section {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-page-ab section {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plan-page-ab section {
    font-size: 1.1em;
  }
}
@media only screen and (min-width: 1200px) {
  .plan-page-ab section {
    font-size: 1.1em;
  }
}
.plan-page-ab section h2 {
  text-align: center;
}
.plan-page-ab section p {
  font-size: 1.2rem;
  margin: 2em;
  color: #777;
}
.plan-page-ab section .plan-image-holder {
  text-align: center;
  height: 425px;
  margin-bottom: 1em;
}
.plan-page-ab 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-ab section .plan-image-holder {
    height: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .plan-page-ab section .plan-image-holder {
    height: 315px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .plan-page-ab section .plan-image-holder {
    height: 395px;
  }
}
.plan-page-ab section .plan-image-holder .plan-option-one {
  float: right;
}
@media only screen and (max-width: 767px) {
  .plan-page-ab 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-ab 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-ab section .plan-image-holder .plan-option-one {
    margin-left: 7em;
    width: 75%;
  }
}
.plan-page-ab section .plan-image-holder .plan-option-two {
  float: left;
}
@media only screen and (max-width: 767px) {
  .plan-page-ab 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-ab 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-ab section .plan-image-holder .plan-option-two {
    margin-right: 4em;
    width: 85%;
  }
}
.plan-page-ab 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-ab section .scale p {
  font-size: 0.7em;
  margin-top: 2em;
}
.plan-page-ab section .scale .pricing {
  margin: 4em 0 0 0;
}
.plan-page-ab section .bigger {
  font-size: 1.3em;
  line-height: 0;
}
.plan-page-ab section .plan-empty {
  float: left;
  width: 10%;
}
.plan-page-ab .plans-holder {
  width: 100%;
  float: left;
  border: 1px solid #d9d9d9;
}
.plan-page-ab .plans-holder ul {
  text-align: center;
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.plan-page-ab .plans-holder ul li {
  padding: 1em;
}
.plan-page-ab .plans-holder ul li:nth-child(even) {
  background: #F5F5F5;
}
.plan-page-ab .plans-holder ul li:last-child {
  background: #ffffff;
}
.plan-page-ab .plans-holder ul sub,
.plan-page-ab .plans-holder ul sup {
  font-size: 60%;
}
.plan-page-ab .plans-holder ul .adjust-height {
  font-size: 80%;
}
.plan-page-ab .plans-holder .options {
  float: left;
  width: 35%;
}
.plan-page-ab .plans-holder .options ul {
  text-align: left;
}
.plan-page-ab .plans-holder .options ul li {
  padding: 1em 1em 1em 3em;
}
.plan-page-ab .plans-holder .plan-free {
  float: left;
  width: 30%;
}
.plan-page-ab .plans-holder .plan-free .planheader {
  color: #999;
}
.plan-page-ab .plans-holder .plan-free .bigger {
  color: #999;
  margin-left: -7px;
}
.plan-page-ab .plans-holder .plan-free ul li:nth-last-child(2) {
  margin-bottom: 1.5em;
}
.plan-page-ab .plans-holder .plan-premium {
  float: left;
  width: 25%;
}
.plan-page-ab .plans-holder .plan-premium ul li:nth-last-child(2) {
  margin-bottom: 0.7em;
}
.plan-page-ab .plans-holder .icon-close {
  color: #999;
}
/*# sourceMappingURL=main_member.css.map */